<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*公用样式*/
/*
    ad_height：内页广告高度
    vi_color：vi色
    assist_color：辅助色
    hight_light_color:突出色
    font_color：字体色

*/

@font-face {
 font-family: 'number';
    src:url('fonts/DidotLTStd-Roman.eot'); /* IE9 Compat Modes */
    src:url('fonts/DidotLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/DidotLTStd-Roman.woff') format('woff'), /* Modern Browsers */
        url('fonts/DidotLTStd-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/DidotLTStd-Roman.svg#YourWebFontName') format('svg'); /* Legacy iOS */
}
html{background:#FFF; max-width:1920px; min-width:1200px; margin:0 auto; width: 100%; }
body {  font:14px "Microsoft YaHei","微软雅黑",rial,helvetica,clean,sans-serif,"宋体"; min-width: 1200px;width: 100%;overflow-x: hidden; position:relative;} 
body,a{color:#333;}
/*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}   
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
input::-webkit-input-placeholder {color: #d1d1d1;}

/*行内标签处理*/
i,em,s{ font-style:normal;text-decoration: none;}
i{cursor: pointer;}
input,textarea{ outline:none; }
textarea{ resize:none;}
input[disabled],button[disabled]{  border: 1px solid #DDD!important; background-color: #F5F5F5!important; color:#ACA899!important;}

/*快捷类名*/
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{content: "";height: 0;clear: both;display: block;visibility: hidden;}
p{ word-spacing:0;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}

/*=================常用样式=======================/
/*显示2行标题 */
.cols2{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
.cols3{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;  overflow: hidden; text-overflow: ellipsis;}

.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}
.apa{ opacity:0;}



/*标题*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

/* a链接样式 */
a {text-decoration:none;}
a:hover{color:#15B89B;}
a:focus{outline:0;}


/*广告*/
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto; margin-bottom:0;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs,.topadcs a.fullad{ height:320px;}


/* -- 页面整体布局大小 -- 
.header , .content , .footer { width:1200px; margin:0 auto;  }

*/
.content{width:1200px; margin:0 auto;}

/*公用内容样式*/
.content_box{ }
.news_info p,.help_info p{margin:15px 0; line-height:26px;}
.news_info p b,.help_info p b{margin-top: 20px;display: inline-block; text-indent:0; /*text-indent: -2em;*/}
.news_info p img,.help_info p img{ margin:0 auto;}
.news_info img,.help_info img{ width:auto; max-width:100%;}

/*模式1*/
.left {
    width:240px;
    float:left;
    padding-top:20px;
}
.right {
    width:930px;
    float:right;
    padding-top:20px;
}




.h_nav li a:-webkit-any-link{ display:block;}




/*如果屏幕小于1200*/
@media (min-width: 320px) and (max-width: 1200px) 
{
 
}



/*面包屑地址*/
.addr{ height:60px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.addr h3{ width:400px; float:left; font:22px "Microsoft YaHei"; color:#333; overflow:hidden; line-height:60px;}
.addr h4{ width:800px; height:60px; float:right; text-align:right; font:15px "Microsoft YaHei"; color:#999999; line-height:60px;}
.addr h4 a{ color:#999;}
.addr h4 em a,.addr h4 a:hover{ color:#15B89B;}


 /*temp.css  2015  xsl 整理*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(../img/nodata.gif) no-repeat 20px 20px; font-size:42px; color:#dedede; font-family:'幼圆';}



/*分页*/
.pages{ background:#fff; padding:28px 0; text-align:center;}
.pages a{ display:inline-block; min-width:22px; background:#fff; padding:8px;  min-height:22px; border:1px solid #d3d7d8; border-radius:0.2rem; margin:0 3px; font:16px Arial; line-height:22px; color:#999;}
.pages a:hover,.pages a.cur{ background:#15B89B; color:#fff; border:1px solid #15B89B;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; 
-webkit-transition-property:background; 
-o-transition-property:background;}
 
/*404样式一*/
.notfound{ text-align:center;    letter-spacing: 2px;}
.notfound_bg{ font-size:700px; color:#f9f9f9; position:absolute; z-index:-1; opacity:0.75; text-align:center; width:100%; height:100%; line-height:100%; letter-spacing:50px; }
.notfound_bg p{ display:block; font-size:100px; line-height:150%; letter-spacing:10px;}
.notfound dl{display: flex;align-items: center;    justify-content: center;}
.notfound dl dt{ padding-left:80px; text-align:left; display:inline-block;}
.notfound dl dd{ display:inline-block;}
.notfound dt em{ color:#6f6f6f; font-size:20px; word-spacing: 5px; font-weight:bold; text-transform:uppercase; display:block;}
.notfound dt em strong,.notfound dt b strong{ color:#15B89B;}
.notfound dt b{ display:block; font-size:70px; color:#333; padding-top:8px; padding-bottom:8px;}
.notfound dt p{ font-size:16px; color:#666; display:block; margin-bottom:20px;}
.notfound dt a{ display:inline-block; width:155px; text-align:center; font-size:20px; height:50px; line-height:50px; color:#fff; margin-right:20px; border-radius:4px; background:#333;}
.notfound dt a:hover{ opacity:0.8;}
.notfound dt .home{ background:#15B89B;}
.notfound dt i{ display:block; margin-top:20px; margin-bottom:12px; color:#666;}
.notfound dt span{ font-size:28px; color:#333; font-weight:bold; display:block; background:url(../img/tel.png) no-repeat left center; line-height:35px; padding-left:40px; }
.notfound dd{ padding-left:40px; }


/*在线客服*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}
        
.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../img/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
        
.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
        
.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}
        
.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}
        
.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-calc i {
    background-position:center center;
    
}
        
.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}
        
.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}
        
.client-2 .my-kefu-ftop {
    display: none;
}
        
.client-2 .my-kefu-ftop i {
        width: 33px;
height: 31px;
background-position: -23px -47px;
background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    padding-top: 6px;
}
        
.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}
        
.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}
        
.client-2 .my-kefu-right {
    width: 20px;
}
        
.client-2 .my-kefu-tel-main {
    background: #1c7bda;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
}
        
.client-2 .my-kefu-main {
    background: #1c7bda;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
}
        
.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}
        
.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

/*在线客服*/
.kef{position: fixed;width: 70px;right: 0;z-index: 999;top: 25%;}
.kef li{width: 70px;height: 66px;background: #15B89B;text-align: center;margin-bottom: 1px;position: relative;}
.kef li em{display: block;height: 60px;line-height: 60px;}
.kef li img{display: inline-block;padding-top: 18px;}
.kef li.tel i{position: absolute;right: -160px;top: 0;background: #199982;display: none;height: 66px;min-width: 160px;transition: all .25s linear;font-size: 20px;color: #fff;line-height: 66px;}
.kef li.vx i{width: 100px;height: 100px;display: none;position: absolute;left:-102px;top:0;}
.kef li.vx i img{padding-top: 0;width: 0;height: 0;float: right;transition: all .25s linear;}
.kef li.tel:hover i{right: 0;z-index: 1;display: block;}
.kef li.vx:hover i {display: block;}
.kef li.vx:hover i img{width: 100px;height: 100px;}

.header{height: 190px;overflow: hidden;}
.header .top{height:127px;padding-top: 38px;box-sizing: border-box;}
.header .logo{float: left;width:227px;display: inline;margin-right:12px;}
.header .logo a{display:block;}
.header .logo img{width:227px;height: 35px;}
.header h2{font-size: 26px;font-weight: normal;float: left;line-height: 26px;color:#231F20;border-left: 1px solid #ddd;padding-left: 16px;margin-top: 9px;}
.header h2 em{color:#EF8301;}
.header h2 span{display: block;font-size: 18px;font-weight: normal;text-transform: uppercase;margin-top:9px;line-height: 18px;color: #999;text-align: center;}
.header .tel{float: right;padding-top:10px;background: url(../img/tel.png) no-repeat left center;min-height: 34px;padding-left: 44px;font-size: 30px;color: #15B89B;font-family: arial;line-height: 30px;}
.header .tel b{font-size: 18px;line-height: 18px;font-weight: normal;display: block;color: #454545;margin-bottom: 5px;}

.header .nav{position: relative;height: 60px;border-bottom: 3px solid #199982;background: url(../img/nav-bg.jpg) no-repeat center top;}
.header .nav ul{display: flex;justify-content: space-between;}
.header .nav li{line-height: 60px;height: 60px;position: relative;}
.header .nav li:last-child{margin-right: 0;}
.header .nav li:last-child:after{display: none;}
.header .nav li a{display: block;color: #fff;font-size: 16px;padding: 0 30px;transition: all .1s linear;}
.header .nav li.cur a,.header .nav li:hover a{background: #199982;}

/*底部样式*/

.foot{background: url(../img/foot-bg.jpg) no-repeat center top;height: 481px;box-sizing: border-box;}
.foot-t{height: 353px;border-bottom: 1px solid rgba(255,255,255,0.3);padding-top: 100px;box-sizing: border-box;}
.foot-t-l{float: left;width: 426px;}
.foot-t-l h3{font-size: 30px;line-height: 30px;color: #fff;font-weight: normal;margin-bottom: 20px;}
.foot-t-l h3 span{display: block;font-size: 15px;opacity: 0.7;}
.foot-t-l p a{display: block;float: left;color: #fff;opacity: 0.7;line-height: 14px;font-size: 14px;margin-bottom: 18px;}
.foot-t-l p a:nth-child(odd){width: 128px;padding-right: 10px;}
.foot-t-l p a:nth-child(even){width: 220px;}
.foot-t-l p a:before{content: "";display: inline-block;width: 5px;height: 5px;background: #fff;border-radius: 50%;overflow: hidden;vertical-align: middle;margin-right: 10px;}
.foot-t-l p a:hover{opacity: 1;}
.foot-t-c{float: left;width: 565px;}
.foot-t-c h3{font-size: 30px;line-height: 30px;color: #fff;font-weight: normal;margin-bottom: 20px;}
.foot-t-c h3 span{display: block;font-size: 15px;opacity: 0.7;}
.foot-t-c p{font-size: 14px;line-height: 14px;margin-bottom: 18px;color: #fff;opacity: 0.7;padding-left: 25px;}
.foot-t-c p.tel{background: url(../img/foot-icon1.png) no-repeat left center;}
.foot-t-c p.email{background: url(../img/foot-icon2.png) no-repeat left center;}
.foot-t-c p.address{background: url(../img/foot-icon3.png) no-repeat left center;}
.foot-t-c p span{margin-left: 20px;}
.foot-t-r{float: right;width: 208px;}
.foot-t-r p{margin-bottom: 20px;}
.foot-t-r em{float: right;}
.foot-t-r em i{display: inline-block;margin-right: 12px;}
.foot-t-r em i span{display: block;color: #fff;font-size: 14px;line-height: 14px;margin-top: 10px;opacity: 0.7;text-align: center;}
.foot-t-r em i:last-child{margin-right: 0;}
.foot-t-r em i img{width: 93px;height: 93px;}
.foot-b{height: 127px;padding-top: 37px;box-sizing: border-box;color: #fff;opacity: 0.7;}
.foot-b-l{width: 300px;float: left;}
.foot-b-c{}
.foot-b-c a{color: #fff;}
.foot-b-c span{margin-left: 66px;}
.foot-b-c p{display: inline-block;margin-bottom: 20px;}
.foot-b-r{float: right;}
.foot-b-r b{display: inline-block;font-weight: normal;}
.foot-b-r p{display: inline-block;}
.foot-b-r p a{color: #fff;margin-left: 10px;}
.foot-b-r p a:first-child{margin-left: 0;}

/*分页*/
.pagination{padding:10px 0; text-align:center;}
.pagination li{border-radius:3px; border:1px solid #dfdfdf;display:inline-block;margin:0 2px;}
.pagination .active{background:#09F; color:#FFF; border-color:#09F; margin:0 2px;}
.pagination .disabled{color:#aaa;}
.pagination a{ border-radius:3px;display:inline-block; padding:5px 12px;}
.pagination span{border-radius:3px;display:inline-block;padding:5px 12px;}</pre></body></html>