@charset "utf-8";
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.woff2") format("woff2"),
    url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.woff") format("woff"),
    url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.ttf") format("truetype"),
    url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
    url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
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;vertical-align:top;}
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;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
hr{ margin: 0;
    border-width: 1px 0 0 0;
    border: 0;
    height: 1px;
    background: #f0f0f0;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#666;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit; outline: none;}
input,button,textarea,select{*font-size:100%;}
a{text-decoration: none;color:white;}
body {
  font-family:'SourceHanSansCN-Normal','Source Han Sans','思源黑体',source-han-sans-simplified-c,sans-serif;
  font-size: 14px;
  color: #313131;
}
.after:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0;line-height:0;overflow:hidden}
/***== 字体 ==***/
.ar{ font-family: 'Arial'; }
.bold{font-weight: bold;}
.upper{text-transform: uppercase;}
/***== 公用属性 ==***/
.clear{height:1px;clear: both;}
/* 行距 */
p{ line-height: 22px; }
/* 宽度 */
.container{ width: 1200px;min-width: 1200px;margin: 0 auto; }
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.block{display: block;}
/*定位*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.vm{vertical-align:middle;}
.pr{position:relative;}
.pa{position:absolute;}
.zoom{zoom:1;}
.hidden{visibility:hidden;}
/* webkit内核 滚动条*/
::-webkit-scrollbar {width:8px;background-color:#006eff;}
::-webkit-scrollbar-thumb {width:8px;background-color:#aeaeae;}
::-webkit-scrollbar-track-piece {width:8px;background-color:#f8f8f8;}
::-webkit-scrollbar-thumb:hover {width:8px;background-color:#006eff;}
/**==========  网站公共模块  ========**/
.fixed{ width:100%;position:fixed;top:0;z-index:999; }
.dask-opac{ position: fixed;top: 0;left: 0; width: 100%;height: 100%;background: rgba(0,0,0,.8); z-index: 100;overflow: hidden; }
/**----------
 Header
 ------------**/
.header,.header .logo{ height: 120px }
.header .nav ul li,
.header .comm-tel .tel-txt{ line-height: 120px; }
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index:10008;
}
.header.isindex{ opacity: 0; }
.header.isindex.uzfix{ opacity: 1; }
.header .logo{ max-width: 140px; display: flex;align-items: center; }
.header .nav{
    width: calc(100% - 283px);
    text-align: center;
    font-size: 16px;
}
.header .nav ul li{ display: inline-block; padding: 0 20px; }
.header .nav ul li a{ color: #fff; }
.header .nav ul li:hover a,
.header .nav ul li.on a{ color: #f5e5c8; }
.header .comm-tel{ max-width: 143px; }
.header .comm-tel .tel-txt{
    font-size: 16px;
    color: #fff;
}
.header .comm-tel .tel-txt i{
    width: 25px;
    height: 25px;
    background-position: -72px 0;
    margin: 47px 10px 0 0;
}
/** uzfix **/
.header.uzfix,
.header.uzfix .logo{ height: 80px; }
.header.uzfix .nav ul li,
.header.uzfix .comm-tel .tel-txt{ line-height: 80px; }
.header.uzfix .comm-tel .tel-txt i{ margin-top: 29px; }
.header.uzfix{
    background: #1e686a;
}
/**----------
 Footer
 ------------**/
.footer{ position: relative; background: #333; }
.footer .after-bor{ position: absolute;top: 100px;left: 0; width: 100%;height: 1px;background: #f9ecec;z-index: 55; }
.footer-tops .fleft{ width: 350px; color: white}
.footer-tops .footer-logo{ padding: 32px 0; }
.footer-tops .fcode{ margin: 20px 0 25px; }
.footer-tops .fcode p{ line-height: 18px;padding-top: 10px; }
.footer-tops .fright{ width: calc(100% - 350px); }
.footer-tops .fright ul li{ float: left; width: calc(100% / 6); }
.footer-tops .fright ul li h5{ line-height: 99px;font-size: 16px;font-weight: bold; }
.footer-tops .fright ul li .childer{ margin-top: 30px; }
.footer-tops .fright ul li .childer a{ display: block;margin-top: 10px; }
.footer-tops .fright ul li .childer a:hover{ color: #f5e5c8; }
.copyright{ height: 40px; background: #313131;text-align: center;margin-top: 45px; }
.copyright p{ line-height: 40px; }
.copyright p span{ padding-right: 10px; }
.copyright p,.copyright p a{ color: #fff;font-size: 13px; }
.copyright p a:hover{ color: #39c5bb; }
/**----------
 Footer-list
 ------------**/
.footer-list{ background: #0b111a; }
.for-tops{ padding: 100px 0 60px; }
.for-tops ul li{ float: left }
.for-tops ul li.logo-li{ width: 250px; }
.for-tops ul li.mess-li{ width: calc(100% - 535px);margin-left: 150px; }
.for-tops ul li.code{ width: 135px;text-align: right; }
.for-tops ul li.logo-li .wname{ color: #fff; }
.for-tops ul li.logo-li .wname h6{ font-size: 18px;padding: 40px 0 10px; }
.for-tops ul li.logo-li .wname p{ font-size: 12px;color: rgba(255,255,255,.6) }
.for-tops ul li.mess-li .group{ float: left; width: 290px;margin-bottom: 45px; }
.for-tops ul li.mess-li .group h6{ color: #fff;font-size: 16px;padding-bottom: 10px; }
.for-tops ul li.mess-li .group p{ color: rgba(255,255,255,.6);font-size: 13px; }
.for-tops ul li.mess-li .group strong{ font-size: 36px;color: #e60012; }
.for-tops ul li.code h6{ font-size: 16px;color: #fff;padding-bottom: 24px; }
.for-tops ul li.code img{ width: 126px;border: 1px solid #e6e6e6; }
.footer-list .copyright{ border-top-color: #151920;height: 100px; }
.footer-list .copyright p{ line-height: 100px; }
.footer-list .copyright p.fnav a{ margin-left: 15px; }