@CHARSET "UTF-8";
html{
    overflow: auto!important;
}
body {
    min-width: 1200px;
    font-family: ;
}
body.body-white {
    background: #fff;
}
.w-1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.w-1000{
    width: 1000px;
    margin: 0 auto;
}


/* 固定高度 左右裁剪 */
img.hauto{
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

img.case-app-img{
	width:1200px;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
/* 固定宽度 上下裁剪 */
img.wauto{
    max-width: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}




.navtop-row{
    line-height: 42px;
    background: #f2f2f2;
}
.navtop-row dl{
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.navtop-row dd{
    float: left;
    width: 50%;
}
.navtop-row h1,.navtop-row .lang-block a{
    font-family: SimSun;
    font-size: 12px;
    color: #666;
}
.navtop-row .lang-block{
    text-align: right;
}
.navtop-row .lang-block a img{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}


.logo-row dl{
    /*display: flex;*/
    padding: 13px 25px 28px;
    box-sizing: border-box;
}
.logo-row .logo-block{
    float: left;
}
.logo-row .phone-block{
    float: right;
    padding-top: 10px;
}
.logo-row .logo-block img{
    float: left;
    height: 99px;
    margin-right: 46px;
}
.logo-row .phone-block img{
    height: 78px;
}
.logo-row .logo-block .logo-txt{
   float: left;
   height: 68px;
   border-left: 1px solid #ccc;
   padding-left: 13px;
   margin-top: 20px;
}
.logo-row .logo-block .logo-txt h2{
    color: #004e96;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    padding: 9px 0;
}
.logo-row .logo-block .logo-txt p{
    color: #333;
    font-size: 18px;
    line-height: 1;
}
.logo-row .logo-block .year-txt{
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}
.logo-row .logo-block .year-txt em{
    display: inline-block;
    font-style: normal;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #004e96;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    font-family: Microsoft YaHei;
    margin-right: 6px;
}
.logo-row .logo-block .year-txt span{
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.logo-row .phone-block .phone-txt{
    float: right;
    margin-left: 12px;
}
.logo-row .phone-block .phone-txt p{
    font-size: 14px;
    color: #000;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 2px;
}
.logo-row .phone-block .phone-txt h2{
    font-family: SimSun;
    font-size: 31px;
    color: #004e96;
    font-weight: 700;
    line-height: 1;
}


.nav-row{
    background-color: #3d71b1;
}
.layui-bg-lhlS2wj {
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    background-color: #3d71b1!important;
}
.layui-nav .layui-nav-item{
    float: left;
    width: 11.111%;
    text-align: center;
}
.layui-nav .layui-nav-item:after{
    content:'';
    position:absolute;
    top: 50%;
    left:0;
    width: 0;
    margin-top: -9px;
    height: 18px;
    border-left:1px solid #606060;
}
.layui-nav .layui-nav-item:hover:after,.layui-nav .layui-nav-item:first-child:after,.layui-nav .layui-this:after{
    display: none;
}


.footer .top-row{
    background: #616161;
    height: 257px;
}
.footer .top-row .left-block,
.footer .top-row .center-block{
    float: left;
}
.footer .top-row .left-block{
    width: 222px;
    padding: 39px 7px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.footer .top-row .center-block{
    width: 60px;
    text-align: center;
    padding-top: 100px;
}
.footer .top-row .center-block:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 80px;
    border-left: 1px solid #818181;
    vertical-align: top;
}

.footer .top-row .left-block h3{
    font-size: 14px;
    margin-bottom: 5px;
}
.footer .top-row .left-block dl{
    /*display: flex;*/
}
.footer .top-row .left-block dd{
    float: left;
    padding: 5px 0;
    padding-right: 8px;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.footer .top-row .left-block a{
    color: #fff;
}
.footer .top-row .right-block{
    margin-left: 282px;
    padding: 0 9px;
    box-sizing: border-box;
}
.footer .top-row .right-block .footer-nav-column{
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    line-height: 91px;
    border-bottom: 1px solid #767676;
    box-sizing: border-box;
}
.footer .top-row .right-block .footer-nav-column dd{
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
}
.footer .top-row .right-block .footer-nav-column dd:last-child{
    padding-right: 0;
}
.footer .top-row .right-block .footer-nav-column dd a{
    font-size: 14px;
    color: #fff;
}
.footer .top-row .right-block .contact-us-column{
    vertical-align: top;
    clear: none;
    padding-top: 19px;
}
.footer .top-row .right-block .contact-us-column .left-box{
    float: left;
}
.footer .top-row .right-block .contact-us-column .right-box{
    
}
.footer .top-row .right-block .contact-us-column .left-box dl{
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    line-height: 1;
    font-size: 14px;
    color: #fff;
    font-family: Microsoft YaHei;
    padding-top: 12px;
    padding-bottom: 6px;
}
.footer .top-row .right-block .contact-us-column .left-box dd{
    display: inline-block;
    vertical-align: top;
    min-width: 230px;
}
.footer .top-row .right-block .contact-us-column .left-box dd:first-child{
    min-width: 330px;
}


.footer .top-row .right-block .contact-us-column .right-box img{
    height: 59px;
    vertical-align: top;
}
.footer .top-row .right-block .contact-us-column .right-box .phone-txt{
    display: inline-block;
    margin-left: 5px;
}
.footer .top-row .right-block .contact-us-column .right-box .phone-txt p{
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 2px;
}
.footer .top-row .right-block .contact-us-column .right-box .phone-txt h2{
    font-family: SimSun;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}
.footer .bottom-row{
    background: #313131;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
}
.footer .bottom-row span{
    padding: 0 20px;
}
.footer .bottom-row span a{
    color: #fff;
}



/*.slide-row .swiper-container{
    height: 595px;
}
.swiper-container .swiper-slide{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
*/
.slide-row{
    position: relative;
    /*height: 340px;*/
    /*overflow: hidden;*/
}

.search-row{
    line-height: 64px;
    box-shadow: 0 5px 5px #bfbfbf;
}
.search-row .hot-block{
    color: #666;
    font-size: 14px;
    margin-left: 42px;

    display: inline-block;
    width: 735px;
    overflow: hidden;
    height: 64px;
    vertical-align: top;
}
.search-row .hot-block a{
    color: #333;
}
.search-row form{
    float: right;
    margin-right: 144px;
}
.search-row form input{
    height: 40px;
    border: 1px solid #3d71b1;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
}
.search-row form input[type=text]{
    width: 190px;
    font-size: 13px;
    color: 000;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 38px;
}
.search-row form input[type=submit]{
    width: 68px;
    font-size: 17px;
    color: #fff;
    background: #3d71b1;
    margin-left: 1px;
    cursor: pointer;
}



.mask,.popup{
    display: none;
    position: fixed;
    z-index: 99999;
}
.mask{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.85);
}
.popup{
    top: 50%;
    left: 50%;
}



.take-samples{
    background: #f0f0f0;
}
.take-samples>h6{
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    line-height: 83px;
    text-align: center;
    background: #3c72b2;
}
.take-samples .content-column{
    border: 6px solid #3c72b2;
    border-top: none;
    box-sizing: border-box;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    padding: 32px 0 24px;
    font-size: 0;
}
.take-samples .content-column .left-box,
.take-samples .content-column .center-box,
.take-samples .content-column .right-box{
    display: inline-block;
    vertical-align: top;
}
.take-samples .content-column *{
    box-sizing: border-box;
}
.take-samples .left-box{
    width: 320px;
    padding: 0 10px;
    height: 281px;
}
.take-samples .center-box{
    width: 350px;
}
.take-samples .right-box{
    width: 518px;
    padding: 0 50px;
}

.take-samples .left-box .pic{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.take-samples .center-box h6{
    line-height: 1;
    font-size: 21px;
    color: #000;
    font-weight: 700;
}
.take-samples .center-box h6 span{
    display: inline-block;
    background: #3c72b2;
    color: #fff;
    font-size: 18px;
    padding: 6px 5px;
    font-weight: 300;
}
.take-samples .center-box h6:first-child{
    margin-top: 8px;
    margin-bottom: 6px;
}
.take-samples .center-box>p{
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    padding-top: 16px;
}
.take-samples .center-box .phone-block{
    font-size: 0;
    margin-top: 10px;
}
.take-samples .center-box .phone-block img{
    height: 78px;
    vertical-align: top;
}
.take-samples .center-box .phone-block .phone-txt{
    display: inline-block;
    margin-left: 12px;
}
.take-samples .center-box .phone-block .phone-txt p{
    font-size: 14px;
    color: #000;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 2px;
}
.take-samples .center-box .phone-block .phone-txt h2{
    font-family: SimSun;
    font-size: 31px;
    color: #00b7ee;
    font-weight: 700;
    line-height: 1;
}

.take-samples .right-box{
    padding: 0 50px;
}
.take-samples .right-box ul{
}
.take-samples .right-box li{
    margin-bottom: 11px;
}
.take-samples .right-box li:last-child{
    margin-bottom: 0;
}
.take-samples .right-box li button{
    width: 100%;
    height: 48px;
    background: #333;
    border: none;
    font-size: 14px;
    color: #fff;
}

.wj-input{
    position: relative;
}
.wj-input>label{
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    border-right: 1px solid #ccc;
    height: 100%;
    line-height: 45px;
    text-align: center;
}
.wj-input>label img{
    display: inline;
}
.wj-input>input{
    width: 100%;
    height: 47px;
    border: 1px solid #ccc;
    padding: 0 14px;
    font-size: 14px;
}
.wj-input>label + input{
    padding-left: 65px;
}

.take-samples-row{
    padding-top: 13px;
    padding-bottom: 31px;
}
.take-samples-popup .take-samples{
    width: 1200px;
    margin-left: -600px;
    margin-top: -213px;
}


.list-nav-box{
    border: 1px solid #3d71b1;
    box-sizing: border-box;
}
.list-nav-box .title-bar{
    background: #3d71b1;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 30px 0 22px;
}
.list-nav-box .title-bar:before{
    content: '';
    width: 17px;
    height: 16px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 5px;
    left: 6px;
}
.list-nav-box .title-bar:after{
    content: '';
    width: 17px;
    height: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    bottom: 5px;
    right: 6px;
}
.list-nav-box .title-bar h5{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 3px;
}
.list-nav-box .title-bar h6{
    font-size: 12px;
    font-family: Microsoft YaHei;
}
.list-nav-box>ul li{
    padding-left: 58px;
    padding-right: 10px;
    border-bottom: 1px dotted #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list-nav-box>ul li a{
    font-size: 16px;
    color: #000;
    line-height: 33px;
}
.list-nav-box>ul li.active a,
.list-nav-box .news-nav-dd>ul li.active a {
    color: #3d71b1;
}



/* 分页 */
.pagination{
    font-size: 0;
    text-align: center;
    margin-top: 49px;
}
.pagination li{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dfdfdf;
    border-left: none;
    font-size: 12px;
    vertical-align: middle;
}
.pagination li.page-aquo{
    font-size: 24px;
    color: #858585;
    font-family: Microsoft YaHei;
    line-height: 34px;
}
.pagination li.page-aquo a{
    color: #858585;
}
.pagination li:first-child{
    border-left: 1px solid #dfdfdf;
    border-radius: 4px 0 0 4px;
}
.pagination li:last-child{
    border-radius: 0 4px 4px 0;
}
.pagination li a{
    display: block;
    width: 100%;
    height: 100%;
}
.pagination li.active{
    background: #2285ee;
    color: #fff;
}



/* 产品中心|产品详情 */
.list-row{
    padding-top: 26px;
}
.list-row .w-1200{
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    font-size: 0;
}
.list-row .left-block,
.list-row .right-block{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.list-row .left-block{
    width: 281px;
    padding-right: 2px;
    box-sizing: border-box;
}
.list-row .right-block{
    width: 919px;
}
.list-row .left-block .list-nav-box{
    background: #f1f1f1;
}
.list-row .left-block dl{
    margin-top: 10px;
}
.list-row .left-block dt{
    background: #00b7ee;
    line-height: 33px;
    font-size: 16px;
    color: #e4e4e4;
    text-align: center;
}

.list-row .left-block .list-nav-box>ul li {
    padding-left: 87px;
}

.list-row .left-block .news-nav-dd ul{
    font-size: 0;
    padding: 6px 0;
}
.list-row .left-block .news-nav-dd li{
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 4px 0;
}
.list-row .left-block .news-nav-dd li a{
    font-size: 16px;
    color: #000;
    line-height: 1;
}

.list-row .left-block .contact-us-dd{
    font-size: 16px;
    color: #000;
    padding-top: 12px;
}
.list-row .left-block .contact-us-dd p{
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding-bottom: 5px;
}
.list-row .left-block .contact-us-dd div{
    text-align: center;
    line-height: 1;
    padding-bottom: 5px;
}
.list-row .left-block .contact-us-dd ul{
    margin-top: 13px;
}
.list-row .left-block .contact-us-dd li{
    padding: 0 8px;
    line-height: 1.75;
    /*font-family: Microsoft YaHei;*/
}

.list-row .left-block .btn-column{
    margin-top: 17px;
    margin-bottom: 7px;
}
.list-row .left-block .btn-column a{
    float: right;
    width: 130px;
    line-height: 35px;
    background: #e60012;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.list-row .left-block .btn-column a:first-child{
    float: left;
}

.list-row .right-block .wj-crumbs{
    color: #e4e4e4;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    background: #3d71b1;
    padding-left: 18px;
}
.list-row .right-block .wj-crumbs span{
    font-size: 16px;
}
.list-row .right-block .wj-crumbs a{
    font-size: 16px;
    color: #e4e4e4;
    margin: 0 5px;
}
.list-row .right-block .wj-crumbs a:last-child{
    color: #fff;
}

.list-row .right-block .content-column{
    
}
.list-row .right-block .content-column>p{
    font-size: 0;
    line-height: 1.75;
    padding: 7px 21px 12px;
    box-sizing: border-box;
}
.list-row .right-block .content-column>p span{
    font-size: 16px;
    color: #004e96;
}
.list-row .right-block .content-column>p a{
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin-right: 9px;
}
.list-row .right-block .content-column>p a:last-child{
    margin-right: 0;
}


.list-nav-box>ul li a:hover,
.list-row .left-block .news-nav-dd li a:hover{
    color: #3d71b1;
}
.list-row .right-block .content-column ul.list-box li a:hover p{
    color: #00b7ee;
}

#gotop{background-position:-276px -310px;bottom:67px;_margin-bottom:67px;
    width:40px;height:40px;position:fixed;right:50px;cursor:pointer;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}