/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;}

.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

/*主体样式*/


/*样式*/
.wh{max-width: 1620px;margin:0 auto;padding:0 10px}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}


.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}





.x-apply{
    background: url(../images/2ba34a324d0a7229f532cf56cb1d658f70e95207.jpg) no-repeat 50% 0;
    padding:6vh 0 4vh;
    width: 100%;
    overflow: hidden;background-size: 100% 100%;
}

.apply .owl-carousel{
    padding:3vh 5vw 0 3vw;
}
.apply .owl-carousel .owl-stage-outer{
    padding:25px 200% 25px 0;
}
.apply .apply-item {
    padding-right: 8.1vw;
}
.apply .apply-item a{
    display: flex;
    align-items: center;

}
.apply .apply-item .img{
    width: 49.8%;
    background: #333;
}
.apply .apply-item img{
    opacity: 0.6;
}
.apply .active .apply-item img{
    opacity: 1;
}
.apply .apply-item .text{
    width: 50.2%;
    background: #fff;
    padding:5.5vh 2.25vw 7.5vh;
    box-shadow: 0 0 24px rgba(0,0,0,.1);
}
.apply .text h3{
    color:#666;
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
}
.apply .text .intro{
    color:#666;
    font-size: 16px;
    line-height: 2;
    margin:1.5vh 0 7vh;
}
.apply .text span{
    display: inline-block;
    width: 158px;
    background: #004fce;
    border:1px solid #004fce;
    line-height: 46px;
    border-radius: 3px;
    color:#FFF;
    font-size: 14px;
    text-align: center;
}
.apply .text span:hover{
    background: none;
    color:#004fce;
}
.apply .owl-carousel .owl-nav .owl-prev {
    left: -60px;
    background: url(../images/5073f3ae0eea5c32327d3262b482c9fd6cf205c1.png) no-repeat center #fff;
}
.apply .owl-carousel .owl-nav .owl-prev:hover{
    background: url(../images/a0ddb33c37f6d31840e2a3b4818d491079c9580c.png) no-repeat center #004fce ;
}
.apply .owl-carousel .owl-nav .owl-next {
    right: 7.2vw;
    background: url(../images/b3e8afb7df7633883cf6e9e3cb32c30c1766c6b9.png) no-repeat center #fff;
  
}
.apply .owl-carousel .owl-nav .owl-next:hover{
    background: url(../images/f2edd5454b37fc640893d450ad5b6b4ad2898f8c.png) no-repeat center #004fce;
}
.apply .owl-carousel .owl-nav button.owl-prev, .apply .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 60px;
    width:60px;
    margin-top: -30px;
    border-radius: 0;
    box-shadow: 0 0 24px rgba(0,0,0,.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.apply .owl-carousel .owl-nav .icon-font:after {
    display: none;

}

.x-apply .more{
    text-align: center;
    margin-top:1vh;
}
.x-apply .more a{
    display: inline-block;
    width:170px;
    background: url(../images/c8459e5594d943d9b08c74ecc9a5927f526eaf85.png) no-repeat 42px 50%;
    color:#004fce;
    font-size: 14px;
    line-height: 46px;
    border-radius: 24px;
    text-align: left;
    padding-left:75px;
    border:1px solid #004fce;
}
.x-apply .more a:hover{
  background: url(../images/c8459e5594d943d9b08c74ecc9a5927f526eaf85.png) no-repeat 42px 50% #132b83;
  color:#fff;
}



.w1200 {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 -15px;
}



/* 小屏幕样式 */
@media(max-width: 1439px){
    .apply .owl-carousel .owl-nav .owl-prev{
        left:-35px;
    }
}



@media(max-width: 1199px){
    .apply .apply-item .text{
        padding: 5vh 2.25vw;
    }
    .apply .owl-carousel .owl-nav .owl-next{
        right: 6.8vw;
    }
    .apply .text h3{
        font-size: 24px;
    }
    .apply .text .intro{
        margin: 1.5vh 0 3vh;
    }

}



@media(max-width: 991px){
    .apply .owl-carousel{
        padding: 3vh 0 0 0;
    }
    .apply .owl-carousel .owl-stage-outer {
        padding: 25px 0 0;
    }
    .apply .apply-item{
        padding-right: 24px;
    }
    .apply .owl-carousel .owl-nav button.owl-prev, .apply .owl-carousel .owl-nav button.owl-next {
        width: 45px;
        height: 45px;
    }
    .apply .owl-carousel .owl-nav .owl-prev{
        left:0;
    }
    .apply .owl-carousel .owl-nav .owl-next{
        right:-5px;
    }

    .apply .text .intro{
        font-size: 15px;
    }
    .apply .text span{
        width: 148px;
        line-height: 42px;
    }
}












@media(max-width: 767px){

    .x-apply{
        padding:5vh 0;
    }


    .apply .apply-item a{
        flex-wrap: wrap;
    }
    .apply .apply-item .img{
        width: 100%;
    }
    .apply .apply-item .text{
        width: 100%;
        padding:20px 15px;
    }
    .apply .apply-item{
        padding-right: 0;
    }
    .apply .owl-carousel .owl-stage-outer{
        padding-top:0;
    }
    .apply .text h3{
        font-size: 18px;
    }
    .apply .text .intro {
        font-size: 14px;
    }
    .apply .owl-carousel .owl-nav button.owl-prev, .apply .owl-carousel .owl-nav button.owl-next {
        margin-top:0;
        top:25%;
    }
    .apply .owl-carousel .owl-nav .owl-next{
        right:0;
    }


}



/* 恒准计量·服务项目 */
.ppbg{margin-top: 50px;}


.pp_ll{height:0;overflow:hidden;}
.pp_ll.aa{height:auto;}


.port{margin-top: 45px;}
.port li{	background-color: #004fce;
	border-radius: 24px;line-height: 48px;width: 200px;text-align: center;font-size: 16px;margin:0 12px}

.port li a{text-align: center;font-size: 16px;color:#fff}

.pp_aa{margin-top: 45px;}
.pp19{width:96%;margin:0 auto;overflow: hidden;position: relative;}
.pp19 .swiper-slide{position: relative;}
.pp19 li{position: relative;}
.pp19 li a.img{width:100%;position: relative;display: block;}
.pp19 li a.img img{width: 100%;}

.pp19 li{margin-bottom: 20px;}

.pp19 li a.img:after{
    position: absolute;
    height: 5px;
    width: 0;
    left:0;
    bottom:0;
    content:"";
    background: #004fce;
    transition: all 0.5s;
}
.pp19 li a.img:hover:after{
    width: 100%;
}

.pp19 li h3{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;text-align: center;}

.pp19 li h3 a{	color: #333333;}

@media (max-width: 1200px) {
.port li{
	background-color: #004fce;
	border-radius: 24px;
	line-height: 48px;
	width: 166px;
	text-align: center;
	font-size: 16px;
	margin:0 6px
	}

.port li a{text-align: center;font-size: 14px;color:#fff}
	}



.more11{
    text-align: center;
    margin-top:1.5vh;margin-bottom: 45px;
}
.more11 a{
    display: inline-block;
    width:170px;
    background: url(../images/c8459e5594d943d9b08c74ecc9a5927f526eaf85.png) no-repeat 42px 50% #004fce;
    color:#fff;
    font-size: 14px;
    line-height: 46px;
    border-radius: 24px;
    text-align: left;
    padding-left:75px;
    border:1px solid #004fce;
}
.more11 a:hover{
   background: url(../images/c8459e5594d943d9b08c74ecc9a5927f526eaf85.png) no-repeat 42px 50%;
   color:#004fce;
}





/* 资质实力 */
.hhbg{background:url(../images/9c149f460b05ab91ed3a06553beb067783ae7f47.png) no-repeat center top;background-size: 100% 100%;padding: 50px 0;}


.pp_3{overflow: hidden;margin-top: 45px;}
.sw_con2{position: relative;padding-bottom: 55px;}
.pp_3 li .img{display: block;border:1px solid #e7e6e6}
.pp_3 li .img img{width: 100%;}
.pp_3 li h3{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.pp_3 .swiper-pagination{bottom: 0px;z-index: 99999;left:0px!important;width:100%;text-align: center;}
.pp_3 .swiper-pagination-bullet{margin:0 5px}
.pp_3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    opacity: 1;background:#ffffff;border-radius: 50%!important;

}
.pp_3 .swiper-pagination-bullet-active {
    opacity: 1;
    background:#004fce;
}

.dh_a{	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #004fce;text-align: center;margin-top: 25px;}






















/* 合作客户 */
.hz_con{margin:48px 0;}


.pp1{margin-top:2.5vw}
.pp1 .swiper-pagination{bottom: 0px;z-index: 99999;left:0px!important;width:100%;text-align: center;}
.pp1 .swiper-pagination-bullet{margin:0 5px}
.pp1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    opacity: 1;background:#ebedf4;border-radius: 50%!important;

}
.pp1 .swiper-pagination-bullet-active {
    opacity: 1;
    background:#004fce;
}

.pp1{width:100%;overflow: hidden;position: relative;padding-bottom: 2%;}
.pp1 .swiper-slide{position: relative;}
.pp1 li{position: relative;}
.pp1 li .img{width:100%;border: 1px solid #d6d6d6;overflow: hidden;}
.pp1 li .img img{width: 100%;}
.pp1 li{margin-bottom: 22px;}


@media (max-width: 1200px) {
    .pp1{margin-top:35px}
.pp1{width:100%;overflow: hidden;position: relative;padding-bottom: 35px;}
}






/* 新闻动态 */
.x-news{
    background: url(../images/b091993ec5b8ffb9f3f26c96d7bad756182239d9.png) no-repeat 50% 0;
    padding: 6vh 0 7.5vh;background-size: 100% 100%;
}

.news-list{
    background: #fff;
    padding:3.2vh 12px 4.2vh;
    margin-top:4.5vh;
}
.newsli{
    padding:0 0.55vw;
}
.news-list .text{
    padding-bottom: 32px;
    position: relative;
    margin-top:2vh;
}
.news-list .text:after{
    position: absolute;
    width: 24px;
    height: 8px;
    content: "";
    left:0;
    bottom: 0;
    background: url(../images/b13eaceeebcee32a3da58a97e3e2e247ac451dbb.png) no-repeat;
}
.news-list .date{
    color:#666;
    font-size:14px;
    font-weight: bold;
    line-height: 1.5;
}
.news-list h3{
    color:#333;
    font-size:18px;
    font-weight: bold;
    line-height: 1.5;
    margin:8px 0 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-list .intro{
    color:#999;
    font-size:14px;
    line-height: 25px;
   height:75px;overflow: hidden;margin-top: 8px;
    
}
.newsli .img{
    overflow: hidden;
}
.newsli .img img{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.newsli:hover .img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-list .newsli:hover h3{
  color:#0e50a4;
}
.news-list .newsli:hover .text:after{
    background: url(../images/ac0d217e5d332c61ddae5a8c9596e47907e63bff.png) no-repeat;
}




@media (max-width: 1200px) {
.fotb{display:none;}
}



.x-tit{
    text-align: center;
}
.x-tit h2{
    color:#004fce;
    font-weight:bold;
    font-size: 36px;
    line-height: 1.6;
}
.x-tit .intro{
    color:#999999;
    font-size: 16px;
    line-height: 1.6;
    font-family: arial;
    text-transform: uppercase;
}


@media (max-width: 1440px) {
.x-tit h2{font-size: 30px;}
.x-tit .intro{font-size: 16px;}
}


@media (max-width: 1370px) {
.x-tit h2{font-size: 22px;}
.x-tit .intro{font-size: 15px;}
}






/* 通栏 */
.dff{background:url(../images/3d2e975f394cac37e7f1c95e93b618c27755379a.png) repeat-x #004fce;padding-top: 55px;padding-bottom: 65px;}

.wm_ll{margin-top: 0px;}
.wm_ll li{margin:0 5px}
.wm_ll li img{max-width: 100%;margin-bottom: 10px;}
.wm_ll li h3{color:rgba(255, 255, 255, .6);font-size: 14px;text-align: center;line-height: 28px;}

.dftt{	font-size: 17px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;}


.lxwm_22{	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.7;margin-top: 25px;}


.f-share{margin-top: 25px;}
.f-share .social-share .social-share-icon{border: none;}
.f-share .social-share .social-share-icon{border-radius: 0px;}

.f-share .social-share .icon-weibo {
    border-color: none;background: rgba(0, 0, 0, .2);color: rgba(255, 255, 255, .6);
}

.f-share .social-share .icon-weibo:hover {
   background: rgba(0, 0, 0, .2)
}


.f-share .social-share .icon-wechat {
    border-color: none;background: rgba(0, 0, 0, .2);color: rgba(255, 255, 255, .6);
}

.f-share .social-share .icon-wechat:hover {
   background: rgba(0, 0, 0, .2)
}



.f-share .social-share .icon-qq {
    border-color: none;background: rgba(0, 0, 0, .2);color: rgba(255, 255, 255, .6);
}

.f-share .social-share .icon-qq:hover {
   background: rgba(0, 0, 0, .2)
}


.f-share .social-share .social-share-icon {
    position: relative;margin-right: 20px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}


.fotb{width: 39%;}


/* dff2 */
.dff2{background:#0e226d;padding: 15px 0;}

.copyright11{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;color: rgba(255, 255, 255, .7);text-align: center;}


.copyright11 a{color: rgba(255, 255, 255, .7);line-height: 28px;text-align: center;}


@media (max-width: 1280px) {
.fotb{width: 33%;}
}


@media (max-width: 1200px) {
.fotb{display:none;}
}


@media (max-width: 768px) {
    .logo_a{display: block;text-align: center;margin:0 auto;margin-top:5px}
    .logo_a img{max-width: 100%;text-align: center;}
.lxwm{margin-top: 25px;}
.wm_ll{margin-top: 25px;}
.lxwm_22{margin-top:12px;}
}

{position:relative;width:99%;margin:0 5px 0 5px;height:36px;background: #f6f6f6 url("images/jtyu.jpg");}

#menu li{border-right:0px #ace solid;}

#nav{margin-left:30px;width:900px;height:36px;}

#nav li{font-size:14px;width:100px;line-height:30px;float:left;background: #f6f6f6 url("images/iol.jpg");border-bottom:0px #fff solid}

#nav li a{line-height:36px;color:#fff;text-align:center;display:block;background:url("images/beg.png") no-repeat;margin:0;}

#nav li a:hover{background:url("images/oilu.png") no-repeat center;color:#f03;}

.sub-menu {height:36px;float:left;position:absolute;text-align:center;display:none;}

.sub-menu a {border-top:0px #fff solid;height:36px;color:#fff; text-decoration:none; line-height:36px; text-align:center; padding:0 20px; display:block; _width:48px;}