*{
    margin:0;
    padding: 0;
}

html,body{
    width:100%;
    margin: 0;
    padding:0;
}
body{
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 30px;
}
img{max-width:100%}
a,a:hover{
    text-decoration: none;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
ul li{
    list-style: none;
}

h1,h2,h3,h4,h5,p{
    padding:0;
    margin:0;
}

.width30{width:30%;}
.width25{width:25%;}
.fl{
    float:left;
}
.fr{
    float: right;
}
.b{width:100%}
.t-center{
    text-align: center;
}
.no-padding-l{
    padding-left:0;
}
.no-padding-r{
    padding-right:0;
}
.no-margin-top{
    margin-top:0;
}
.width50{
    width:50%;
}
.width20{
    width: 20%;
}
.padding20{
    padding-top:30px;
    padding-bottom: 30px;
}
.font36{
    font-size:36px;
    font-weight: bold;
}

@media(min-width:1350px){
    .container{
        width:1320px;
    }
}




/* äºŒçº§å¯¼èˆª */
.sub_nav{margin:10px 0; width:100%; overflow:hidden}
.sub_nav ul{font-size:0;width:1320px;margin:0 auto;}
.sub_nav li{display:inline-block;}
.sub_nav li a{display:block; text-align:center;font-size:14px; color:#000; position:relative;padding:10px 30px; border-right:1px solid #e0e0e0;}
.sub_nav li.cur a{color:#fff; background:#0a50a1;}
.sub_nav li.cur a:after{left:0; width:100%;}
.sub_nav li:hover a{color:#fff; background:#0a50a1;}
.sub_nav li:hover a:after{left:0; width:100%;}



/* header */
.header{
	width: 100%;
    background: #fff;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.top{height:80px;padding:10px;}
.t-tel img{
    margin-top: 10px;
}
.t-tel span{
    color:#ef6a29;
    font-size:24px;
    font-weight: 600;
}

.navbar{
    border:none;
    background-image:linear-gradient(to right, #8cc63e, #12537b);
    border-radius: 0;
}
.nav > li{
    width:12.5%;
    text-align: center;
    margin: 10px 0px;
    border-right: 1px solid #fff;
}

.navbar-default .navbar-nav > li > a{color:white;}
.navbar-nav{width:100%;}
.navbar-nav > li > a{
    padding-top:0;
    padding-bottom:0;
    line-height: inherit;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color:#ccc;
}
.navbar{
    margin-bottom:0;
}
.dropdown-menu{top:40px;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{background-color:transparent;}
.dropdown-menu{
    background-image:linear-gradient(to bottom, #8cc63e, #12537b);
}


.swiper-banner{margin-top:140px;}

/* banner */
.banner-c{
    position: relative;
    width:100%;
}
.banner-c img{
    width:100%;
}
.b-c{
    position: absolute;
    left:15%;
    top:70%;
    z-index: 1;
    color:white;
}
.b-c-l{
    font-size:26px;
}
.b-c-l a{
    color:white;
}
.b-c-d{
    font-size:42px;
    font-weight: bold;
    margin-top:20px;
}



/* 关于 */
.h-about{
    background-color:#e0e0e0;
    margin:60px 0 0;
}
.h-about-l{
    width:50%;
    padding:60px 30px 60px 15%;
}
.h-about-r{
    width:50%;
	background: url(../../images/h-a-img.jpg) no-repeat center;
    background-size: cover;
	height:530px;
}
.h-tit{
    color:#333;
}

.t-line{
    width:100px;
    height:4px;
    background-color:#666;
    margin:20px 0;
}
.h-tit-en{
    font-size: 24px;
    font-weight: bold;
    color:#bbb;
}
.h-tit-con{
    margin:40px 0;
    color:#999;
}
.h-btn{
    width:160px;
    height:40px;
    border:1px solid #bbb;
    text-align: center;
    line-height: 40px;
}
.h-btn a{
    display: block;
    color:#999;
}
.h-btn a:hover {
    background:#0a50a1;
    color:#fff;
}





.about-b{
    background:url(../../images/about-bg.png) no-repeat;
    padding:60px 0;
}
.about-t{
    position: relative;
    height:200px;
}
.about-en{
    font-size:120px;
    color:#eaeaea;
    font-weight: bold;
    line-height: 120px;
}
.about-k{
    position: absolute;
    top:80px;
    left:0;
    z-index: 9;
}
.about-desc{
    margin-top:20px;
}
.about-con{
    width:70%;
}

.service{
    width:100%;
}
.service-l,.service-r{
    width:50%;
}
.service-l img{
    width:100%;
}
.service-r{
    padding:100px 60px;
}
.service-d{
    font-size:18px;
    margin:10px 0 40px;
}


.about-box{
    padding:60px 0;
}

.about-pic{
    background: url(../../images/a3.jpg) no-repeat;
    background-size:cover;
    background-position: top;
    background-attachment: fixed;
    height:350px;
    width: 100%;
}





/* 列表 */
.h-liebiao{
    margin:60px 0;
}
.h-lb-img img{
    display: block;
    margin:0 auto;
    margin-bottom:20px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.h-lb-c{
    text-align: center;
}
.h-lb-c span{
    font-size: 20px;
    color:#12537b;
}
.r-line{
    border-right:1px solid #e0e0e0;
}
.h-lb-box{
    height:200px;
    padding:20px 20px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-lb-box:hover{
    background-color:#e0e0e0;
}
.h-lb-box:hover .h-lb-img img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}







/* 首页优势 */
.h-ys-fb{
    font-size:26px;
    text-align: center;
}
.h-ys-t{
    text-align: center;
    margin:30px 0 60px;
}
.h-ys-t span{
    color:#8cc63e;
}
.h-ys-item{
    margin-top:60px;
}
.h-ys-box{
    height:368px;
    text-align: center;
    color: #fff;
    padding:90px 0;
}
.h-ys-item ul li{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-ys-item ul li:nth-child(1) .h-ys-box{
    background:url(../../images/s1.png) no-repeat center;
}
.h-ys-item ul li:nth-child(2) .h-ys-box{
    background:url(../../images/s2.png) no-repeat center;
}
.h-ys-item ul li:nth-child(3) .h-ys-box{
    background:url(../../images/s3.png) no-repeat center;
}
.h-ys-item ul li:nth-child(4) .h-ys-box{
    background:url(../../images/s4.png) no-repeat center;
}

.h-ys-lb-t{
    font-size: 24px;
}
.h-ys-lb-line{
    width: 50px;
    height: 2px;
    background-color:#8cc63e;
    margin: 40px auto;
}
.h-ys-lb-c{
    font-size: 20px;
}
.h-ys-item ul li:hover{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

/*首页 服务 */
.h-service{
    margin:60px 0;
    text-align: center;
}
.h-service-t{color:#0a50a1;}
.h-service-t:after{
    content: "";
    display: block;
    background-color: #8cc63e;
    width:100px;
    height:4px;
    margin: 30px auto 60px;
}
.h-service-box{
    padding:60px 30px;
    height:424px;
    color:#fff;
    box-shadow: 3px 3px 5px #777;
}
/* .h-service-item ul li{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
} */
.h-service-item ul li .h-service-box img{
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
}
.h-service-item ul li:nth-child(1) .h-service-box{
    background: url(../../images/h-p1.jpg) no-repeat center;
}

.h-service-item ul li:nth-child(2) .h-service-box{
    background: url(../../images/h-p2.jpg) no-repeat center;
}
.h-service-item ul li:nth-child(3) .h-service-box{
    background: url(../../images/h-p3.jpg) no-repeat center;
}
.h-service-item ul li:nth-child(4) .h-service-box{
    background: url(../../images/h-p4.jpg) no-repeat center;
}
.h-ser-t{
    font-size: 24px;
    font-weight: bold;
    margin:40px 0;
}
/* .h-service-item ul li:hover{
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
} */
.h-service-item ul li:hover .h-service-box img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}



/* 实验中心 */
.h-lab{
    text-align: center;
}
.h-lab-t{
    color: #0a50a1;
    width:375px;
    margin:0 auto;
}
.h-lab-fb{
    margin:30px 0 60px;
}
.h-lab-item{
    overflow: hidden;
    position:relative;
}
.h-lab-title{
    position: absolute;
    background: url(../../images/h-lab-title.png) no-repeat center;
    top:36%;
    left:40%;
    width:279px;
    height:120px;
    z-index: 9;
    text-align: center;
    color:#fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 120px;
}

.h-lab-box{
    position:relative;
    overflow: hidden;
}


.h-lab-box .h-lab-img{
    overflow: hidden;
}
.h-lab-box .h-lab-img img{
    width:100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-lab-con{
    position: absolute;
    top: 100%;
    left: 20px;
    width: 290px;
    height: 178px;
    background: rgba(0,0,0,.4);
    padding: 20px;
    color: white;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-lab-con-t{
    font-size: 20px;
    font-weight: bold;
}
.h-lab-con-desc{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.h-lab-box:hover .h-lab-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.h-lab-box:hover .h-lab-con{
    transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -o-transform: translateY(-110%);
}


/* 首页解决方案 */
.h-sol{
    margin:60px 0;
}
.h-sol img{
    display: block;
    width:360px;
    margin:0 auto;
}
.h-sol-en{
    font-size: 30px;
    color:#0a50a1;
}
.h-sol-t{
    font-size: 36px;
    color:#0a50a1;
    margin-top:20px;
    margin-bottom:40px;
}
.h-sol-t:after{
    width:60px;
    height:1px;
    content: "";
    display: block;
    margin-top:40px;
    background: #0a50a1;
}

.h-sol-by{
    position: relative;
    margin-top:40px;
    background-color:#133b6f;
    padding:34px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.h-sol-by::before{
    width:20px;
    height:20px;
    content: "";
    background-color:#fff;
    display: block;
    z-index: 9;
    position:absolute;
    top:-10px;
    left:49%;
    transform: rotate(45deg);
}


/* 首页新闻 */
.h-news-t{
    text-align: center;
    color: #0a50a1;
}
.h-news-item{
    margin-top:60px;
    margin-bottom:60px;
}
.h-news-item-img{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}
.h-news-item-img a {
    display: table-cell;
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.h-news-item-img a img{
	max-width: 100%;
    max-height: 300px;
    display: block;
    margin:0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-news-itme-t a{
	display:block;
    text-align: center;
    font-size: 18px;
    margin-top:10px;
    color: #333;
}

.h-news-btn-a{
    background: #133b6f;
    width:200px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
}
.h-news-btn-a a{
    display: block;
    color: #fff;
}
.h-news-item ul li:hover .h-news-item-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 首页价值 */
.h-jazhi{
    margin:60px 0;
}
.h-jz-t{
    text-align: center;
    margin:20px 0 60px;
    color: #0a50a1;
}
.h-jz-img{
    overflow: hidden;
}
.h-jz-img img{
    display: block;
    margin: 0 auto;
    width:100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-jz-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);   
}


/* 首页流程 */
.h-process{
    text-align: center;
    margin-bottom:60px;
}
.h-process-t{
    color:#0a50a1;
}
.h-process-t:after{
    content: "";
    display: block;
    width:100px;
    height:4px;
    background-color: #666;
    margin:30px auto;
}
.h-process-item{
    margin-top:60px;
}
.h-process-list1{
    margin-bottom:50px;
}
.h-process-img{
    width:160px;
    height:160px;
    border-radius: 50%;
    background:#e0e0e0;
    margin: 0 auto;
    padding-top:50px;
}
.h-process-img img{
    display: block;
    margin:0 auto;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
}
.h-process-con{
    margin-top:30px;
    padding:0 10px;
}
.h-process-con h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}

.h-process-item ul li:hover .h-process-img img{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}













/* footer */
.footer{
    background:#343e47;
    padding:60px 0 30px;
    color:white;
}
.footer img{
    display: block;
    margin: 30px auto 0;
    width:200px;
}
.footer h4{
    margin-top:30px;
    margin-bottom:30px;
}
.ft-line{
    border-top: 1px solid #777;
}
.footer ul li {
    font-size: 14px;
}
.footer ul li a{
    color:#999;
}
.ft-contact{
    font-size: 14px;
    color:#999;
}
.ft-contact-btn a{
    color:#999;
    display: block;
    margin-top:10px;
}

/* 版权 */
.copyright{
    border-top:1px solid #555;
    margin:40px 0 0;
    font-size: 14px;
    line-height: 80px;
}
.copyright img{
    width:auto;
}
.copyright a{
    color:#fff;
}


/* 内容 */
.content{
    padding:60px 0;
}
.con h2{
    text-align: center;
    font-weight: bold;
    color:#0a50a1;
}
.con h2:after{
    display: block;
    width:120px;
    content: "";
    height:4px;
    background:#0a50a1;
    margin: 0 auto;
    margin-top:20px;
}
.pic-item{
    margin-top:40px;
}
.pic-img{
    position:relative;
    display: table;
    overflow: hidden;
    width: 100%;
    padding:5px;
    text-align: center;
    border:1px solid #e0e0e0;
    height:250px;
}
.pic-img a{
    display: table-cell;
    width: 100%;
    height:250px;
    vertical-align: middle;
}

.pic-img a img{
    max-width: 100%;
    max-height:250px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.pic-t{
    text-align: center;
    border: 1px solid #e0e0e0;
    border-top:0;
    line-height: 40px;
}
.pic-t a{
    color:#333;
}
.pic-box{
    margin-bottom:30px;
}
.pic-box:hover .pic-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 新闻 */
.news1{
    border-bottom:1px solid #e0e0e0;
}
.news1-list{
    padding:60px 0;
}
.news-thumb{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 420px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}
.news-thumb a{
    display: table-cell;
    width: 100%;
    height: 420px;
    vertical-align: middle;
}
.news-thumb a img{
    max-width: 100%;
    max-height: 420px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.news-con{
    padding:80px 0;
}
.news-con .news-desc{
    margin:30px 0;
    height:90px;
    overflow: hidden;
    color: #777;
}
.news-time{
    font-size: 16px;
    color:#999;
    margin-top:10px;
}
.news-btn a{
    display: block;
    width:160px;
    border:1px solid #ccc;
    text-align: center;
    line-height: 40px;
    color:#aaa;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.news-lb:hover .news-thumb img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news-lb:hover .news-btn a{
    background: #0a50a1;
    color:#fff;
}

.news2{
    padding:60px 0 0;
}
.industry{
    margin-top:40px;
}
.industry ul li{
    padding:20px 0;
    border-bottom:1px solid #e0e0e0;
    transition: all .8s;
}
.industry-t{
    font-size:18px;
    margin-bottom:15px;
	color:#555;
}
.industry-info{
    font-size:14px;
    color:#999;
    height: 60px;
    overflow: hidden;
}
.industry-d{
    text-align: right;
    padding-top: 20px;
}
.industry-d span{
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #0a50a1;
    margin-bottom:10px;
}

.industry ul li:hover{
    transform: translateX(50px);
}

.news-l{
    border:1px solid #e0e0e0;
    margin-bottom:30px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.news-i{
    height:200px;
    background-size:cover;
    background-position: center;
}
.news-l-t{
height:60px;
overflow:hidden;}
.news-l-c{
    padding:20px 10px;
    color:#333
}
.news-l-d{
    font-size:12px;
    color:#999;
}
.news-l-info{
    font-size:14px;
    color:#777;
}
.news-l:hover{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.n-c{
    width:100%;
}
.n-c .t{
    font-size:24px;
    font-weight: bold;
}
.n-c .l{
    font-size: 12px;
    margin:10px 0 30px;
    color:#999;
    padding-bottom:20px;
    border-bottom:1px solid #e0e0e0;
	text-align:center;
}

.n-btn{
    width:200px;
    line-height: 36px;
    border: 1px solid #0a50a1;
    text-align: center;
    margin-bottom:20px;
}
.n-fy{border-top:1px solid #e0e0e0;overflow:hidden;}
.n-prev{
	width:50%;
	float:left;
    padding:20px 0;
}
.n-next{
	width:50%;
	float:right;
    
    padding:20px 0;
}
.n-prev strong,.n-next strong{
    display: block;
}
.n-prev a,.n-next a{
    font-size:14px;
    color:#555;
}


/* 设备 */
.eq-item{
    width:100%;
    margin-top:40px;
}
.eq-item ul li{
    height:210px;
    margin-bottom:30px;
}
.eq-i{
    background:#eee;
    overflow: hidden;
}
.eq-i img{
    display: block;
    margin: 0 auto;
    max-height:210px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.eq-c{
    background:#eee;
    height:210px;
    padding:20px;
    color:#333;
}
.eq-info{
    margin-top:20px;
    font-size:14px;
    color:#777;
}
.eq-item ul li:hover .eq-i img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.eq-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.eq-content{
    margin-top:40px;
}
.eq-service{
    border:1px solid #e0e0e0;
    padding:5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.eq-service img{
    width:100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.eq-ser-t{
    position: absolute;
    top:40%;
    left:35%;
    z-index: 9;
    font-size: 24px;
    font-weight: bold;
    color:#fff;
}
.eq-service:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 检测项目 */
.pro-item{
    margin-top:60px;
}
.pro-b{
    width: 100%;
    position: relative;
}
.pro-c{
    width: 100%;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 9;
    background-image: linear-gradient(to bottom, #8cc63e, #12537b);
    padding:30px 20px;
    color:white;
}
.pro-c .pro-t{
    font-size: 20px;
    font-weight: 600;
    margin-bottom:20px;
}
.pro-c .pro-d{
    display: none;
}
.pro-c .pro-btn a{
    display: block;
    color:#ccc;
    font-size: 14px;
    margin-top:20px;
}
.pro-b:hover .pro-c .pro-d{
    display: block;
}
.pro-hf{
    margin:60px 0;
    text-align: center;
    background: #0a50a1;
    padding:60px 0;
    color:#fff;
}
.pro-sol-t{
    font-size:30px;
    line-height: 40px;
    margin-bottom:40px;
}
.pro-sol-d{
    font-size:14px;
    color:#777;
}
.pro-sol-mess input[type=text]{
    width:100%;
    line-height: 30px;
    border:1px solid #ddd;
}
.pro-sol-list{
    margin-top:30px;
    font-weight: normal;
}
.form-horizontal .control-label{
    text-align: left;
}
.pro-sol-list label{
    font-weight: normal;
    color: #777;
}
.pro-sol-mess textarea{
    width: 100%;
    border:1px solid #ddd;
}
.service-item{
    margin-top:60px;
}
.s1{
    background:url(../../images/s1.png) no-repeat center;
}
.s2{
    background:url(../../images/s2.png) no-repeat center;
}
.s3{
    background:url(../../images/s3.png) no-repeat center;
}
.s4{
    background:url(../../images/s4.png) no-repeat center;
}
.s1,.s2,.s3,.s4{
    height:368px;
    color:#fff;
    text-align: center;
    padding:90px 0 0;
    border: 1px solid #ccc;
}
.s-t{
    font-size:24px;
}
.s-line{
    width:50px;
    height:2px;
    background:#8cc63e;
    margin:50px auto;
}
.s-c{
    font-size:20px;
}
.ani{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.ani:hover{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}


.xiangmu-item{
margin-top:60px
}
.xingmu-img{
height:273px;
border:1px solid #ccc;
padding:5px;
}
.xingmu-img img{
max-height:263px;
display:block;
margin:0 auto;
}
.xiangmu-t{
text-align:center;
line-height:48px;
color:#555;
}
.mess{
margin-top:60px;
border-top:1px solid #ddd;
padding-top:60px;
}



.xm-item .b{height:210px;}
.xm-item .b img{
display:block;
margin:0 auto;
max-height:172px;
}
.t{text-align:center;}

.c{margin-top:60px;}









input[type=text]{
width:100%;
line-height:48px;
border:1px solid #ccc;
}
textarea{
border:1px solid #ccc;
}
.label{line-height:48px;}
.xunjia .form-group{
margin-bottom:30px;
}



@media(min-width:992px) and (max-width:1200px){
.swiper-banner{
margin-top:120px
}
.width25{width:35%;}
.h-lab-item .width25,.h-process-list1 .width25{width: 25%;}
.banner-c{margin-top:120px;}
.b-c{
	left: 10%;
    top: 60%;
	}
.eq-c{
	height: 180px;
    padding: 10px 20px;
}
.eq-info{
line-height: 20px;
}
.eq-c h3{
font-size:20px
}
.sub_nav ul{width:100%;}
.b-c-d{font-size:36px}
.xingmu-img{height:170px;}
.xingmu-img img{max-width:230px}
.service-r{padding:0 60px}
.h-about-l{padding:30px}
.h-tit-con{
	margin: 30px 0;
    height: 60px;
	overflow: hidden;}
.h-ys-fb{font-size:20px}
.h-lab-title{
	top: 32%;
    left: 35%;
}

.h-news-item-img, .h-news-item-img a{max-height:240px}
.h-news-item-img a img{max-height:240px}
.h-jz-t{font-size:30px;}


}









@media(min-width:767px) and (max-width:992px){
.top{width:80%;float:left;}
.t-tel{display:none;}
.navbar{width:12%;float:right;background-image: none;}
.swiper-banner{margin-top:80px}
.h-about-l,.h-about-r{width:100%;}
.h-about-l{padding:60px 40px;}
.h-ys-box{
	height: 300px;
    padding: 60px 0;
	}
.h-service-box{padding:60px 10px;}
.h-ser-t{
	font-size: 20px;
    margin: 20px 0;
	}
.h-lab-title{
	top: 28%;
    left: 32%;
	}
.h-lab-con{
	left: 10px;
    width: 170px;
	height:80px;
	}
.h-lab-con-desc{display:none;}
.h-lab-box:hover .h-lab-con{
transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -o-transform: translateY(-120%);
}
.h-ys-fb{font-size:20px}
.h-news-item-img,.h-news-item-img a{height: 160px;}
.h-news-item-img a img{max-height: 160px;}
.font36{font-size:24px}
.h-process-img{
width:120px;
height:120px;
padding-top: 30px;
}
.b-c{
	left: 5%;
    top: 60%;
	}
.b-c-l{font-size:22px;}
.b-c-d{font-size: 30px;margin-top: 10px;}
.service-r{padding:0 60px}
.pic-img,.pic-img a{height: 180px;}
.pic-img a img{max-height: 180px;}
.news-thumb,.news-thumb a{height: 320px;}
.news-thumb a img{max-height:320px;}
.news-con{padding: 40px 0;}
.news-i{height:140px;}
.xingmu-img{height: 170px;}
.xingmu-img img{max-height:160px}
.eq-ser-t{
	top: 25%;
    left: 20%;
	font-size: 18px;
	}
.s1, .s2, .s3, .s4{
height: 300px;
padding: 50px 0 0;
}
.s-c{font-size:16px;}
.banner-c{margin-top:80px;}

}

@media(max-width:767px){

    /* 导航 */
    .top{
        width:50%;
        float:left;
        height:60px;
        background:#fff;
    }
    .top .logo{
        width:100%;
    }
    .t-tel{
        display: none;
    }
    .navbar{
        width:20%;
        float:right;
        background: #fff;
        height: 60px;
    }
    .navbar-collapse{
        width: 500%;
    position: absolute;
    left: -300px;
    top: 60px;
    background: white;
    color: #000;
    }
    .nav > li{
        width:100%;
    }
    .navbar-default .navbar-nav > li > a{
        color:#000;
    }
    .navbar-nav .open .dropdown-menu{
        background:#eee;
    }


    /* banner-c */
    .banner-c{
        margin-top:60px;
    }

    .b-c{
        left:5%;
        top:20%;
    }
    .b-c-l{
        font-size:14px;
    }
    .b-c-d{
        font-size:16px;
        margin-top:10px;
    }
    .sub_nav{
        width: 100%;
        overflow: hidden;
    }


    /* footer */
    .footer{
        padding:30px 0;
    }
    .footer img{
        width:40%;
        margin:0 auto;
    }
    .copyright{
        line-height: 30px;
    }


    .index-tserver{
        background:none
    }


    
    .about-en{
        font-size: 60px;
    }
    .about-con{
        width:100%;
        padding:0 10px;
    }
    .service-l, .service-r{
        width:100%;
        background: #eee;
    }
    .service-r{
        padding:60px;
    }
    .eq-i,.eq-c{
        width:100%;
    }
    .news-thumb{
        height:259px;
    }
    .news-thumb a{
        height:249px;
    }
    .news-thumb a img{
        max-height:249px;
    }
    .industry ul li{
        padding:20px 10px;
    }

    .pro-b{
        margin-bottom:20px;
    }

.h-about-l{
width:100%;
padding: 30px;
}
.h-about-r{
width:100%;
height: 200px;
}
.h-ys-fb{
font-size:16px;
}
.font36{
font-size:24px;
}
.h-service-box{
padding: 30px 10px;
}
.h-ser-t{margin:20px 0;}
.width25{width:50%;}
.h-lab-title{
left:15%;
}
.h-lab-con{
	left: 10px;
    width: 170px;
}
.h-sol-en {
    font-size: 16px;
 }
.h-sol-t{
font-size: 30px;
margin-top:0;
}
.h-news-item{
margin:30px 0;
}
.h-process-list2 .width20{
width:50%;
}

.pic-img,.pic-img a{height: 200px;}
.pic-img a img{max-height: 200px;}
.sub_nav ul{width:100%;}
.sub_nav li{
    width: 33.333%;
	}
.sub_nav li a{padding: 10px;}
.pro-hf{padding:60px 10px;}
.s1, .s2, .s3, .s4{height:300px;padding: 60px 0 0;}
.s-t{font-size:20px}
.s-c{font-size:16px}

.swiper-banner{
margin-top:60px;}

.xm-item .b{height:130px;}
.xm-item .b img{
display:block;
margin:0 auto;
max-height:94px;
}
}

