@CHARSET "UTF-8";
.slide-row{
    height: 595px;
}

.title-column{
    text-align: center;
    line-height: 1;
}
.title-column h4{
    font-size: 40px;
    color: #000;
    padding-top: 18px;
}
.title-column h4 b{
    color: #004e96;
}
.title-column p{
    font-size: 14px;
    color: #858585;
    padding-bottom: 10px;
    margin-top: 8px;
}


.three-in-one-row .title-column{
	margin-bottom: 11px;
}
.three-in-one-row .title-column h4{
    padding-top: 28px;
}
.three-in-one-row .product-block .title-column,
.three-in-one-row .advantage-block .title-column{
    box-shadow: 0 6px 5px #aaa;
    margin-top: 20px;
}
.three-in-one-row .product-block .title-column .shadow-bg,
.three-in-one-row .advantage-block .title-column .shadow-bg{
	margin-left: -20px;
	margin-right: -20px;
	background: #fff;
	height: 100%;
	box-sizing: border-box;
}
.three-in-one-row .product-block .title-column h4{
    padding-top: 8px;
}
.three-in-one-row .product-block .title-column h4:before,
.three-in-one-row .advantage-block .title-column h4:before{
    display: inline-block;
    content: '';
    width: 60px;
    height: 36px;
    background: url(../images/wj/title-icon-1.png) center center no-repeat;
    background-size: 60px 36px;
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 10px;
}
.three-in-one-row .product-block .title-column h4:after,
.three-in-one-row .advantage-block .title-column h4:after{
    display: inline-block;
    content: '';
    width: 60px;
    height: 36px;
    background: url(../images/wj/title-icon-2.png) center center no-repeat;
    background-size: 60px 36px;
    vertical-align: middle;
    margin-top: -8px;
    margin-left: 10px;
}
.three-in-one-row .product-block .content-column{
    padding-top: 32px;
}
.three-in-one-row .product-block .content-column .left-box{
    float: left;
    width: 208px;
}
.three-in-one-row .product-block .content-column .left-box .list-nav-box{
    height: 568px;
}

.three-in-one-row .product-block .content-column .right-box{
    float: right;
    width: 769px;
    height: 568px;
}
.three-in-one-row .product-block .content-column .right-box .gallery-top{
    width: 100%;
    height: 496px;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
}
.three-in-one-row .product-block .content-column .right-box .gallery-thumbs{
    height: 72px;
    font-size: 0;
}
.three-in-one-row .product-block .content-column .right-box .gallery-thumbs>a,
.three-in-one-row .product-block .content-column .right-box .gallery-thumbs .swiper-slide{
    display: inline-block;
    width: 20%;
    line-height: 72px;
    background: #535455;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.three-in-one-row .product-block .content-column .right-box .gallery-thumbs>a.active,
.three-in-one-row .product-block .content-column .right-box .gallery-thumbs .swiper-slide-thumb-active{
    background: #00b7ee;
}

.three-in-one-row .advantage-block{
    padding-top: 6px;
}
.three-in-one-row .advantage-block .content-column{
    padding-top: 11px;
}
.three-in-one-row .advantage-block .content-column ul{
    width: 787px;
    margin: 0 auto;
    font-size:0;
}
.three-in-one-row .advantage-block .content-column li{
    margin-bottom: 10px;
    text-align: center;
}
.three-in-one-row .advantage-block .content-column h6,
.three-in-one-row .advantage-block .content-column em,
.three-in-one-row .advantage-block .content-column p{
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    background: #535455;
    line-height: 30px;
    width: 582px;
    box-sizing: border-box;
}
.three-in-one-row .advantage-block .content-column h6{
    width: 145px;
    height: 60px;
    line-height: 60px;
    background: #e60012;
    font-size: 28px;
    font-weight: 700;
}
.three-in-one-row .advantage-block .content-column em{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #004e96;
    font-size: 38px;
    font-style: normal;
}
.three-in-one-row .advantage-block .content-column p span{
    padding: 0 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}

.three-in-one-row .technology-block{
    padding-top: 8px;
}
.three-in-one-row .technology-block .content-column{
    padding-top: 11px;
}
.three-in-one-row .technology-block .content-column li{
    float: left;
    width: 234px;
    margin: 0 8px 10px;
}
.three-in-one-row .technology-block .content-column li .pic{
    width: 100%;
    height: 165px;
    background: #f8f8f8;
    overflow: hidden;
}
.three-in-one-row .technology-block .content-column li .pic img{
	width: 100%;
    height: 100%;
}
.three-in-one-row .technology-block .content-column li p{
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 49px;
    background: #3c72b2;
}
.three-in-one-row .technology-block .btn-column{
    padding-top: 24px;
    text-align: center;
}
.three-in-one-row .technology-block .btn-column a{
    display: inline-block;
    background: #e60012;
    font-size: 16px;
    color: #fff;
    width: 130px;
    line-height: 35px;
    vertical-align: top;
    margin: 0 8px;
}


.ad-row{
    margin-top: 19px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    color: #fff;
    background: url(../images/wj/bg-1.png) center center repeat-x;
	background: -webkit-linear-gradient(#00b7ee, #3d71b1); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#00b7ee, #3d71b1); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#00b7ee, #3d71b1); /* Firefox 3.6 - 15 */
	background: linear-gradient(#00b7ee, #3d71b1); /* 标准的语法 */
}
.ad-row .content-column{
    display: inline-block;
    vertical-align: middle;
}
.ad-row .content-column h6{
    font-size: 54px;
    line-height: 1;
}
.ad-row .content-column p{
    position: relative;
    font-size: 13px;
    margin-top: 13px;
    line-height: 1;
}
.ad-row .content-column p i{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 107px;
    height: 0;
    border-bottom: 1px solid #fff;
}
.ad-row .content-column p i:after{
    content: '';
    position: absolute;
    top: -3px;
    right: -6px;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.ad-row .content-column p i:last-child{
    left: auto;
    right: 0;
}
.ad-row .content-column p i:last-child:after{
    left: -6px;
}



.goods-nav-row ul{
    font-size: 0;
    text-align: center;
    padding-top: 34px;
}
.goods-nav-row li{
    display: inline-block;
    margin: 5px;
}
.goods-nav-row a{
    font-size: 14px;
    color: #fff;
    width: 126px;
    line-height: 34px;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    text-align: center;
    background: url(../images/wj/bg-2.png) center center repeat-x;
    background: -webkit-linear-gradient(#02b5ec, #3b74b3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#02b5ec, #3b74b3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#02b5ec, #3b74b3); /* Firefox 3.6 - 15 */
    background: linear-gradient(#02b5ec, #3b74b3); /* 标准的语法 */
}
.goods-nav-row a:hover{
	color: #fff;
}




.case-row{
    padding-top: 21px;
}
.case-row ul{
    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;
}
.case-row li{
    display: inline-block;
    width: 33.3333%;
    height: 426px;
    line-height: 426px;
    overflow: hidden;
    vertical-align: top;
}
.case-row li a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3c72b2;
}
.case-row li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(60,114,178,.7);
    font-size: 20px;
}


.case-app{
    padding-top: 21px;
}
.case-app ul{
    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;
}
.case-app li{
    display: inline-block;
    width: 100%;
    height: 625px;
    line-height: 625px;
    overflow: hidden;
    vertical-align: top;
}
.case-app li a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.case-app li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(60,114,178,.7);
    font-size: 20px;
}




.about-us-row .left-box{
    float: left;
    width: 860px;
    background: #3d73b2;
    height: 796px;
    overflow: hidden;
}
.about-us-row .left-box .content-box{
    width: 690px;
    margin-left: 60px;
    color: #fff;
}
.about-us-row .left-box .content-box h5{
    font-size: 48px;
    line-height: 1;
    padding-top: 27px;
    padding-bottom: 65px;
}
.about-us-row .left-box .content-box p,
.about-us-row .left-box .content-box pre{
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 1.75;
}
.about-us-row .left-box .content-box .hyperlink-box{
    text-align: right;
}
.about-us-row .left-box .content-box .hyperlink-box a{
    font-size: 16px;
    color: #fff;
    margin-right: 13px;
}
.about-us-row .rihgt-box{
    margin-left: 860px;
    background: #f4f4f4;
    height: 796px;
}
.about-us-row .rihgt-box ul{
    height: 100%;
    font-size: 0;
}
.about-us-row .rihgt-box li{
    position: relative;
    display: inline-block;
    width: 50%;
    height: 50%;
    overflow: hidden;
}
.about-us-row .rihgt-box li p{
    position: absolute;
    top: 0;
    left: 0;
    width: 103px;
    height: 106px;
    line-height: 106px;
    background: rgba(60,114,178,.62);
    text-align: center;
    font-size: 37px;
    color: #fff;
}







.authoritative-authentication-row ul{
    font-size: 0;
    text-align: center;
}
.authoritative-authentication-row li{
    display: inline-block;
    width: 300px;
    margin: 5px;
    vertical-align: top;
}
.authoritative-authentication-row li img{
    display: block;
    width: 100%;
}
.authoritative-authentication-row li p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 63px;
    background: #014f96;
}












.news-row .content-column .left-box{
    float: left;
    width: 457px;
}
.news-row .content-column .title-bar{
    line-height: 39px;
    background: #2d98e8;
    padding-left: 14px;
    padding-right: 18px;
    color: #fff;
}
.news-row .content-column .title-bar h5{
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}
.news-row .content-column .title-bar h5 a{
    color: #fff;
    margin-right: 10px;
}
.news-row .content-column .title-bar>a,
.news-row .content-column .right-box .title-bar>a{
    float: right;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.news-row .content-column .left-box dl{
    font-size: 16px;
    line-height: 50px;
}
.news-row .content-column .left-box dl i,
.news-row .content-column .left-box dl em{
    float: left;
    font-style: normal;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}
.news-row .content-column .left-box dl i{
    background: #313334;
}
.news-row .content-column .left-box dl em{
    background: #2d98e8;
}
.news-row .content-column .left-box dl p{
    margin-left: 42px;
    color: #313334;
}
.news-row .content-column .left-box dl p span{
    display: inline-block;
    line-height: 1.6;
    vertical-align: middle;
}

.news-row .content-column .left-box .problem-list{
    height: 346px;
    overflow: hidden;
    margin-top: 4px;
}
.news-row .content-column .left-box dl dt,
.news-row .content-column .left-box dl dd{
    min-height: 32px;
    margin-bottom: 8px;
}
.news-row .content-column .left-box dl dt{
    /*margin-top: 4px;*/
    margin-bottom: 4px;
}

.news-row .content-column .left-box .form-box{
    padding-top: 10px;
}
.news-row .content-column .left-box .form-box div{
    margin-bottom: 2px;
}
.news-row .content-column .left-box .form-box label{
    display: inline-block;
    background: #313334;
    width: 105px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    vertical-align: bottom;
}
.news-row .content-column .left-box .form-box input{
    border: 1px solid #ccc;
    width: 352px;
    height: 39px;
    box-sizing: border-box;
    padding: 0 4px;
    font-size: 12px;
    vertical-align: bottom;
}
.news-row .content-column .left-box .form-box input[type=button]{
    width: 68px;
    color: #fff;
    background: #2d98e8;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.news-row .content-column .left-box .form-box  p{
    font-size: 14px;
    color: #ababab;
    line-height: 1.75;
    margin-top: 12px;
}









.news-row .title-column h4 {
    padding-top: 32px;
}
.news-row .content-column .right-box{
    float: right;
    width: 726px;
}
.news-row .content-column .right-box ul{
    padding-top: 6px;
}
.news-row .content-column .right-box li{
    line-height: 45px;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
}
.news-row .content-column .right-box li:first-child{
    border-bottom: none;
    padding-right: 27px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.news-row .content-column .right-box a{
    font-size: 14px;
    color: #313334;
}
.news-row .content-column .right-box .title-box{
    float: left;
    width: 630px;
}
.news-row .content-column .right-box .date-box{
    float: right;
}

.news-row .content-column .right-box .pic{
    position: relative;
    float: left;
    width: 340px;
    height: 216px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}
.news-row .content-column .right-box .con-box{
    margin-left: 344px;
}

.news-row .content-column .right-box li:first-child .title-box{
    font-size: 16px;
    line-height: 1.4;
    padding-top: 9px;
    margin-bottom: 18px;
    float: none;
    width: 100%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-row .content-column .right-box li:first-child .date-box,
.news-row .content-column .right-box li:first-child .date-box2{
    line-height: 1;
}
.news-row .content-column .right-box li:first-child p{
    color: #808080;
    min-height: 80px;
    max-height: 95px;
    line-height: 1.75;
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}










.cooperative-row .title-column h4 {
    padding-top: 33px;
}
.cooperative-row .content-column{
    background: #f0f0f0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    height: 190px;
    box-sizing: border-box;
}
.cooperative-row .content-column .swiper-cooperative{
    width: 1070px;
    height: 132px;
    margin-top: 28px;
    position: static;
}
.cooperative-row .content-column .swiper-cooperative .swiper-slide{
    position: relative;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.cooperative-row .content-column .swiper-cooperative .swiper-button-prev{
    background-image: url(../images/wj/swiper-prev.png);
    left: -65px;
}
.cooperative-row .content-column .swiper-cooperative .swiper-button-next{
    background-image: url(../images/wj/swiper-next.png);
    right: -65px;
}





/* swiper2.0 */
.cooperative-row .preview{
    margin-top: 30px;
    height: 132px;
    position: relative;
}
.cooperative-row .preview .swiper-slide{
    /*width: 240px;*/
    width: 214px;
    height: 132px;
    border-right: 1px solid #f0f0f0;
    overflow: hidden;
    box-sizing: border-box;
}
.cooperative-row .preview .arrow-left,
.cooperative-row .preview .arrow-right{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 22px;
    height: 40px;
}
.cooperative-row .preview .arrow-left{
    background-image: url(../images/wj/swiper-prev.png);
    left: 0;
}
.cooperative-row .preview .arrow-right{
    background-image: url(../images/wj/swiper-next.png);
    right: 0;
}




.news-row .content-column .left-box .layui-form-item{
    margin-bottom: 2px;
}
.news-row .content-column .left-box .layui-form-label{
    width: 105px;
    height: 39px;
    line-height: 39px;
    background: #313334;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}
.news-row .content-column .left-box .layui-input-block{
    margin-left: 105px;
    min-height: 39px;
}
.news-row .content-column .left-box .layui-input{
    display: inline-block;
    border: 1px solid #ccc;
    height: 39px;
    border-radius: 0;
    padding: 0 4px;
    font-size: 12px;
}
.news-row .content-column .left-box .layui-btn-normal{
    float: right;
    border-radius: 0;
    width: 68px;
    height: 39px;
}
.news-row .content-column .left-box .layui-form>p{
    font-size: 14px;
    color: #ababab;
    line-height: 1.75;
    margin-top: 12px;
}




.slide-row .swiper-slide{
    position: relative;
    width: 100%;
    /*height: 595px;*/
}
.slide-row .pagination{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.slide-row .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #3d71b1;
    cursor: pointer;
}
.slide-row .swiper-active-switch {
    background: #3d71b1;
}
.slide-row .arrow-left,
.slide-row .arrow-right{
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 22px;
    height: 40px;
    width: 40px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,.45);
}
.slide-row .arrow-left{
    background-image: url(../images/wj/swiper-prev-white.png);
    left: 15px;
}
.slide-row .arrow-right{
    background-image: url(../images/wj/swiper-next-white.png);
    right: 15px;
}
.slide-row:hover .arrow-left,
.slide-row:hover .arrow-right{
    display: block;
}
.slide-row .arrow-left:hover,
.slide-row .arrow-right:hover{
    background-color: rgba(0,0,0,.75);
}



.list-nav-box>ul li a:hover{
    color: #3d71b1;
}
.news-row .content-column .right-box a:hover .title-box{
    color: #3d71b1;
}
/* 定制服务 2019-12-27*/ 

.Custom-service{
    margin-top: 20px;
    width:1200px;
    margin: 0 auto;


}
.service-bg{
    background-image:url('../images/service-bg-1.jpg') ;
    width: 908px;
    height: 89px;
    text-align: center;
    margin: 0 auto;
    line-height:89px;
    color:#FFFFFF;
    font-size: 40px;
    letter-spacing:16px;
	margin-top:20px;

}
.Custom-service p{
    text-align: center;
    font-size: 25.5px;
	margin-top:15px;

}
.service-3{font-size: 25px;
    text-align: center;
	margin-top:15px;
}
.service-img-1{
    float: left;
    width: 102px;
    margin-left: 15%;

}
.service-img-2{
float: left;
    width: 102px;
    margin-left: 22.3%;

}
.service-img-3{
float: right;
    width: 102px;
    margin-right: 15%;

}
.clear::after{

content:"";

display:block;

clear:both;

}
.left-img-1{
    float: left;
    width: 384px;
    margin-right: 1.9%;
}
.mid-img-2{
    float: left;
    width: 384px;
    margin-right: 1.9%;


}
.rigth-img-3{
    float: left;
    width: 384px;


}
.clearfloat{clear:both}


