﻿*{
	margin: 0;
	padding: 0;
	white-space:normal !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #222;
	transition: all .5s;
-webkit-transition: all .5s;
}
a:hover{
	color: #222;
	transition: all .5s;
-webkit-transition: all .5s;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
img.max{
	width: 100%;
}

body{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #222;
    line-height: 1.6;
	font-family:PingFang SC, "微软雅黑", "Microsoft Yahei",Microsoft YaHei,Segoe UI,Hiragino Sans GB,Arial,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	padding-top: 90px;
}






.gyban{
	width: 100%;
	height: 575px;
	overflow: hidden;
	position: relative;
}
.gyban-div{
	position: relative;
	z-index: 2;
	padding: 200px 70px;
	color: #fff;
}
.gyban-a{
	font-size: 40px;
	text-shadow: 1px 1px 2px #999;
        font-weight: 600;
}
.gyban-c{
	text-shadow: 1px 1px 2px #999;
}
.gyban-b{
	width: 80px;
	height: 2px;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
}
.gynav-bj{
	width: 100%;
	background: #fff;
}
.gynav{
	padding: 15px 0;
	font-size: 0;
}
.gynav a{
	display: inline-block;
	padding: 0 20px;
	min-width: 150px;
	border-radius: 5px;
	text-align: center;
	margin-left: 35px;
	font-size: 18px;
	line-height: 50px;
	color: #4f4f4f;
}
.gynav a:first-child{
	margin-left: 0;
}
.gynav a:hover,
.gynav a.on{
	color: #fff;
	background: #00c9cd;
}



/*新闻动态*/
.news{
	padding-top: 35px;
	padding-bottom: 150px;
}
.news-ul{
	width: 100%;
	margin-bottom: 80px;
}
.news-li{
	width: 100%;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
.news-a{
	width: 310px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
}
.news-b{
	width: calc(100% - 370px);
	float: right;
	padding-top: 15px;
}
.news-b1{
	width: 100%;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #363636;
transition: all .3s;
-webkit-transition: all .3s;  
	
}
.news-b2{
	line-height: 1;
	margin-top: 10px;
	color: #363636;
}
.news-b3{
	width: 100%;
	line-height: 25px;
	height: 50px;
	color: #909090;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-li:hover .news-b1{
	color: #00c9cd;
transition: all .3s;
-webkit-transition: all .3s;  
}
@media(max-width:1600px){
	.gyban{
		height: 450px;
	}
	.gyban-div{
		padding: 140px 0;
	}
	.gyban-a{
		font-size: 40px;
	}
	.gynav{
		padding: 10px 0;
	}
	.gynav a{
		font-size: 16px;
		line-height: 45px;
		min-width: 130px;
		margin-left: 25px;
	}
	.news-a{
		width: 280px;
	}
	.news-b{
		width: calc(100% - 310px);
	}
	.news-b1{
		font-size: 20px;
	}
}
@media(max-width:1200px){
	.gyban{
		height: 350px;
	}
	.gyban-div{
		padding: 120px 0;
	}
	.gyban-a{
		font-size: 34px;
	}
	.news-a{
		width: 240px;
	}
	.news-b{
		width: calc(100% - 270px);
		padding-top: 0;
	}
	.news-b1{
		font-size: 18px;
	}
	.gynav a{
		margin-left: 10px;
	}	
}
@media(max-width:750px){
	.gyban{
		height: 5rem;
	}
	.gyban-div{
		padding: 0;
		padding-top: 1.5rem;
	}
	.gyban-a{
		font-size:.42rem;
		font-weight: bold;
	}
	
	.gynav{
		padding:.15rem 0;
	}
	.gynav a{
		padding: 0 .3rem;
		min-width: initial;
		margin: .05rem;
		font-size: .24rem;
		line-height: .7rem;
	}
	
	.news{
		padding-top: .5rem;
		padding-bottom: .8rem;
	}
	.news-ul{
		margin-bottom: .4rem;
	}
	.news-li{
		padding: .3rem 0;
	}
	.news-a{
		width: 2.6rem;
	}
	.news-b{
		width: calc(100% - 2.8rem);
		padding-top: 0;
	}
	.news-b1{
		font-size: .26rem;
		line-height: .4rem;
		height: .8rem;
		-webkit-line-clamp: 2;
	}
	.gyban-b{
		width: 1rem;
		margin-top: .1rem;
		margin-bottom: .15rem;
	}
	.news-b2{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.news-b3{
		display: none;
	}
	
	
}



.page{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.page a{
	width: 45px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}
.page a:hover{
	color: #fff;
	background-color: #00c9cd;
}
.page a.active{
	color: #fff;
	background-color: #00c9cd;
}
.page a.prev{
    background: #fff url(../img/ico10_1.png) no-repeat center;
    background-size: 8px auto;
}
.page a.prev:hover{
    background-image: url(../img/ico10_3.png);
    background-color: #00c9cd;
}
.page a.next {
    background: #fff url(../img/ico10_2.png) no-repeat center;
    background-size: 8px auto;
}
.page a.next:hover{
    background-image: url(../img/ico10_4.png);
    background-color: #00c9cd;
}
    .page a:first-child {
        
        background: #fff url(../img/ico10_1.png) no-repeat center;
        background-size: 8px auto;
    }
        .page a:first-child:hover {
            background-image: url(../img/ico10_3.png);
            background-color: #00c9cd;
        }
    .page a:last-child {
        background: #fff url(../img/ico10_2.png) no-repeat center;
        background-size: 8px auto;
    }
        .page a:last-child:hover {
            background-image: url(../img/ico10_4.png);
            background-color: #00c9cd;
        }

@media(max-width:750px){
	.page a{
		width: .6rem;
		height: .6rem;
		font-size: .24rem;
		margin: 0 2px;
		line-height: .6rem;
	}
}


.nwinfo{
	padding-top: 25px;
	padding-bottom: 150px;
}
.nwinfo-a{
	text-align: right;
	color: #696868;
}
.nwinfo-a a{
	display: inline-block;
	color: #696868;
}
.nwinfo-a a:hover{
	color: #00C9CD;
}
.nwinfo-b{
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	color: #363636;
}
.nwinfo-c{
	text-align: center;
	margin-top: 10px;
	padding-top: 15px;
	color: #8f8e8e;
	border-top: 1px solid #d7d7d7;
}
.nwinfo-d{
	padding: 50px 0;
	color: #6d6d6d;
	border-bottom: 1px solid #d7d7d7;
	line-height: 2;
}


.nwinfo-e{
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.nwinfo-e1{
	display: inline-block;
	float: left;
	line-height: 50px;
	height: 55px;
	max-width: calc(50% - 150px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nwinfo-e2{
	display: inline-block;
	float: right;
	line-height: 55px;
	height: 55px;
	max-width: calc(50% - 150px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nwinfo-e1:hover,
.nwinfo-e2:hover{
	color: #00C9CD;
}
.nwinfo-e3{
	display: inline-block;
	width: 220px;
	line-height: 55px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: #00C9CD;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -110px;
}
.nwinfo-e3:hover{
	color: #fff;
	opacity: .7;
}

@media(max-width:1600px){
	.nwinfo-e1,
	.nwinfo-e2{
		max-width: calc(50% - 80px);
		line-height: 45px;
	}
	.nwinfo-e3{
		width: 120px;
		line-height: 45px;
		margin-left: -60px;
	}
}
@media(max-width:1000px){
	.nwinfo-e1, .nwinfo-e2{
		width: 100%;
		height: 30px;
		line-height: 30px;
		max-width: initial;
	}
	.nwinfo-e3{
		position: relative;
		left: 0;
		margin: 0;
		margin-top: 10px;
	}
	
}
@media(max-width:750px){
	.nwinfo{
		padding-top: .3rem;
		padding-bottom: .8rem;
	}
	.nwinfo-b{
		font-size: .3rem;
		margin-top: .5rem;
	}
	.nwinfo-c{
		margin-top: .4rem;
		padding-top: .3rem;
		font-size: .22rem;
	}
	.nwinfo-d{
		padding: .5rem 0;
	}
	.nwinfo-e{
		margin-top: .6rem;
	}
	.nwinfo-e3{
		width: 2rem;
		line-height: .7rem;
		font-size: .28rem;
	}
}



.product{
	padding: 50px 0 150px 0;
}
.product-ul{
	width: 101.92%;
	font-size: 0;
	margin-bottom: 60px;
}
.product-li{
	display: inline-block;
	vertical-align: top;
	width: 23.08%;
	margin-right: 1.92%;
	margin-bottom: 1.92%;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	color: #757474;
}
.product-a{
	width: 100%;
	height: 350px;
	line-height: 310px;
	text-align: center;
	font-size: 0;
	background: #fff;
	padding: 20px;
	overflow: hidden;
        
}
.product-a img{
	max-height: 100%;
}
.product-b{
	text-align: center;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-li:hover{
	color: #00C9CD;
}

@media(max-width:1600px){
	.product-a{
		height: 260px;
		line-height: 220px;
	}
}
@media(max-width:1200px){
	.product-a{
		height: 220px;
		line-height: 180px;
	}
}
@media(max-width:1000px){
	.product-ul{
		width: 102%;
	}
	.product-li{
		width: 31.333%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 5px;
	}
	.product-a{
		height: 220px;
		line-height: 180px;
	}
	
}
@media(max-width:750px){
	.product{
		padding: .8rem 0;
	}
	.product-ul{
		margin-bottom: .5rem;
	}
	.product-li{
		width: 48%;
		border-bottom-left-radius: .2rem;
		border-bottom-right-radius: .2rem;
	}
	.product-a{
		padding: .3rem;
		height: 3rem;
		line-height: 2.4rem;
	}
	.product-b{
		font-size: .24rem;
		line-height: .7rem;
		height: .6rem;
	}
}


.proinfo{
	padding-top: 40px;
	padding-bottom: 80px;
}
.proinfo-a{
	text-align: left;
}
.proinfo-top{
	margin-top: 45px;
	font-size: 0;
}
.proinfo-lt{
	width: 500px;
	display: inline-block;
	vertical-align: top;
}
.proinfo-b{
	width: 100%;
	height: 500px;
	padding: 30px;
	line-height: 440px;
	text-align: center;
	font-size: 0;
	background: #fff;
	border-radius: 5px;
        border: 1px solid #dfdfdf;
}
.proinfo-b img{
	max-height: 100%;
}
.proinfo-c{
	padding: 0 25px;
	margin-top: 10px;
	position: relative;
}
.proinfo-csw{
	width: 100%;
}
.proinfo-csd{
	height: 80px;
	padding: 15px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}
.proinfo-csd img{
	max-height: 100%;
}
.proinfo-csd.on{
	border-color: #00C9CD;
}
.proinfo-cnext{
	right: 0;
	width: 15px;
	background-size: 13px auto;
	background-position-x: right;
}
.proinfo-cprev{
	left: 0;
	width: 15px;
	background-size: 13px auto;
	background-position-x: left;
}
.proinfo-rt{
	width: calc(100% - 580px);
	display: inline-block;
	vertical-align: top;
	margin-left: 80px;
}
.proinfo-d{
	color: #282828;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.proinfo-e{
	margin-top: 30px;
}
.proinfo-e1{
	color: #646464;
	margin-bottom: 20px;
}
.gybut{
	min-width: 180px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	border-radius: 8px;
	display: inline-block;
	background: #00C9CD;
	color: #fff;
}
.gybut:hover{
	color: #fff;
	opacity: .7;
}
.proinfo-f{
	margin-top: 30px;
}
.proinfo-g{
	color: #626262;
	margin-top: 25px;
}

.proinfo-h{
	width: 100%;
	margin-top: 100px;
	border-bottom: 1px solid #dfdfdf;
}
.proinfo-h1{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.proinfo-h1:hover{
	opacity: 1;
}
.proinfo-i{
	padding-top: 30px;
	color: #757575;
	line-height: 2.2;
}
.proinfo-j{
	margin-top: 40px;
}
.proinfo-j table{
	width: 100%;
	max-width: 1200px;
	background: #f8f8f8;
}
.proinfo-j table tr:nth-child(2n + 0){
	background: #e0e0e0;
}
.proinfo-j table td,
.proinfo-j table th{
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
	font-size: 14px;
}
.proinfo-j table th{
	background: #e5f0f9;
	font-size: 16px;
}

.proinfo-m{
	margin-top: 40px;
}
.proinfo-msw{
	padding-bottom: 60px;
}
.proinfo-msd{
	
}
.proinfo-ma{
	display: block;
	width: 100%;
	padding: 0;
}
.proinfo-ma .product-a{
	height: 280px;
	line-height: 240px;
}
.proinfo-gysp{
	bottom: 0;
}
.proinfo-gysp span{
	width: 12px;
	height: 12px;
	background: #c8c8c8;
	opacity: 1;
}
.proinfo-gysp span.swiper-pagination-bullet-active{
	background: #00c9cd;
}

@media(max-width:1400px){
	.proinfo-ma .product-a{
		height: 220px;
		line-height: 180px;
	}
	.proinfo-rt{
		width: calc(100% - 530px);
		margin-left: 30px;
	}
}

@media(max-width:1000px){
	.proinfo-lt{
		width: 350px;
	}
	.proinfo-b{
		height: 380px;
		line-height: 320px;
	}
	.proinfo-csd{
		padding: 5px;
		height: 70px;
		line-height: 60px;
	}
	.proinfo-rt{
		width: calc(100% - 380px);
	}
	.proinfo-e1{
		margin-bottom: 10px;
	}
	.proinfo-f{
		margin-top: 20px;
	}
	.proinfo-h{
		margin-top: 60px;
	}
	.proinfo-j table td, .proinfo-j table th{
		font-size: 12px;
	}
	.proinfo-j table th{
		font-size: 14px;
	}
	.proinfo-ma .product-a{
		line-height: 140px;
		height:180px;
	}
}
@media(max-width:750px){
	.proinfo{
		padding: .8rem 0;
	}
	.proinfo-a{
		display: none;
	}
	.proinfo-csd{
		height: 1.2rem;
		padding: .1rem;
		line-height: 1rem;
	}
	.proinfo-top{
		width: 100%;
		margin-top: 0;
	}
	.proinfo-lt{
		width: 100%;
	}
	.proinfo-b{
		height: 6rem;
		padding: .4rem;
		line-height: 5.2rem;
	}
	.proinfo-rt{
		margin-top: .7rem;
		width: 100%;
		margin-left: 0;
	}
	.proinfo-d{
		font-size: .35rem;
		padding-bottom: .15rem;
	}
	.proinfo-e{
		margin-top: .2rem;
	}
	.proinfo-e1{
		margin-bottom: .1rem;
		line-height: 1.8;
	}
	.gybut{
		min-width: 2rem;
		padding: 0 .4rem;
		line-height: .8rem;
	}
	.proinfo-f{
		margin-top: .2rem;
	}
	.proinfo-g{
		margin-top: .25rem;
	}
	.proinfo-h{
		margin-top: .8rem;
	}
	.proinfo-i{
		padding-top: .3rem;
	}
	.proinfo-j{
		margin-top: .4rem;
	}
	.proinfo-j table td, .proinfo-j table th{
		font-size: .24rem;
		padding: .1rem;
	}
	.proinfo-j table th{
		font-size: .28rem;
	}
	.proinfo-j table th:first-child{
		width: 1.5rem;
	}
	.proinfo-m{
		margin-top: .4rem;
	}
	.proinfo-gysp span{
		width: 8px;
		height: 8px;
	}
	.proinfo-ma .product-a{
		height: 3.2rem;
		padding: .2rem;
		line-height: 2.8rem;
	}
}



/*关于我们*/
.about{
	padding: 110px 0 150px 0;
	font-size: 0;
}
.about-lt{
	width: 44.87%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
.about-lt img{
	width: 100%;
}
.about-vd{
	background: rgba(0,0,0,.1) url(../img/ico03.png) no-repeat center;
	cursor: pointer;
}
.about-rt{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-left: 5.13%;
}
.about-a{
	font-size: 28px;
	color: #060606;
	font-weight: 600;
}
.about-b{
	margin-top: 20px;
	line-height: 2.5;
	color: #767676;
}
.about-c{
	margin-top: 110px;
	font-size: 0;
}
.about-cli{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 0 20px;
	text-align: center;
	border-left: 1px solid #efefef;
}
.about-c1{
	font-size: 80px;
	color: #25b8bc;
	line-height: .8;
	font-family: impact;
	/*font-weight: bold;*/
}
.about-c1 .sp2{
	font-size: 50px;
	position: relative;
	top: -30px;
}
.about-c2{
	margin-top: 25px;
}
@media(min-width:1001px){
	.about-cli:first-child{
		width: 20%;
		text-align: left;
		padding-left: 0;
		border: 0;
	}
	.about-cli:last-child{
		width: 20%;
		text-align: right;
		padding-right: 0;
	}
}

.about-cdiv{
	display: inline-block;
	text-align: center;
}
.culture-bj{
	width: 100%;
	min-height: 840px;
}
.culture{
	padding: 100px 0 160px 0;
	color: #fff;
}
.culture-a{
	font-size: 50px;
}
.culture-b{
	
}
.culture-c{
	margin-top: 210px;
	font-size: 0;
}
.culture-cli{
	width: 25%;
	height: 260px;
	display: inline-block;
	vertical-align: top;
	padding: 90px 40px 50px 40px;
	border-left: 1px solid rgba(255,255,255,.5);
	overflow: hidden;
transition: all .3s;
-webkit-transition: all .3s;  
}
.culture-cli img{
	height: 65px;
}
.culture-c2{
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
}
.culture-c3{
	opacity: 0;
	margin-top: 15px;
}
.culture-cli:hover{
	padding-top: 20px;
transition: all .3s;
-webkit-transition: all .3s;  
}
.culture-cli:hover .culture-c3{
	opacity: 1;
transition: all .4s .2s;
-webkit-transition: all .4s .2s;  
}

.honors{
	padding: 95px 0 170px 0;
}
.honors-a{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.honors-b{
	text-align: center;
	color: #828181;
	margin-top: 10px;
}

.about-m{
	width: 100%;	
	margin-top: 40px;
}
.about-msd{
	padding: 35px 0;
	width: 370px;
}
.about-mdiv{
	width: 100%;
	background: #f6f6f6;
	padding:  0 40px;
	position: relative;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-m2{
	height: 525px;
	width: 100%;
	text-align: center;
	padding: 35px 0;
	line-height: 455px;
	font-size: 0;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.about-m2 img{
	max-height: 80%;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-m2-a{
	width: 16px;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right{
	display: none;
}
.about-m3{
	line-height: 65px;
	height: 65px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.about-m4{
	width: 0%;
	height: 2px;
	background: #25b8bc;
	position: absolute;
	left: 50%;
	bottom: 0;
transition: all .5s;
-webkit-transition: all .5s;
	
}
.about-msd.swiper-slide-active .about-mdiv{
	background: #fff;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-msd.swiper-slide-active .about-m2 img{
	max-height: 100%;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-msd.swiper-slide-active .about-m4{
	width: 100%;
	left: 0;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-msd.swiper-slide-active .about-mdiv,
.about-msd.swiper-slide-prev .about-mdiv,
.about-msd.swiper-slide-next .about-mdiv{
	box-shadow: 0 0 15px #ddd;
}
.about-n{
	margin-top: 15px;
	text-align: center;
}
.about-n>div{
	width:48px;
	height: 48px;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	background: url(../img/ico12_3.png) no-repeat center;
	background-size: 99%;
transition: all .3s;
-webkit-transition: all .3s;  
	
}
.about-nlt{
	background-image: url(../img/ico12_3.png) !important;
}
.about-nlt:hover{
	background-image: url(../img/ico12_5.png) !important;
transition: all .3s;
-webkit-transition: all .3s;  
}
.about-nrt{
	background-image: url(../img/ico12_4.png) !important;
}
.about-nrt:hover{
	background-image: url(../img/ico12_6.png) !important;
transition: all .3s;
-webkit-transition: all .3s;  
}



@media(max-width:1600px){
	.about-msd{
		width: 320px;
	}
	.about-mdiv{
		padding: 0 15px;
	}
	.about-m2{
		height: 400px;
		line-height: 330px;
	}
	.about-a{
		font-size: 24px;
		font-weight: bold;
	}
	.about-c1{
		font-size: 60px;
	}
	.about-c1 .sp2{
		font-size: 40px;
		top: -20px;
	}
	.about{
		padding: 80px 0;
	}
	.culture{
		padding: 80px 0;
	}
	.culture-bj{
		min-height: auto;
	}
	.culture-c2{
		font-size: 26px;
	}
	.culture-c{
		margin-top: 120px;
	}
	.honors{
		padding: 80px 0;
	}
	.culture-a{
		font-size: 40px;
	}
	
	.honors-a{
		font-size: 32px;
	}
}
@media(max-width:1200px){
	.culture-cli{
		padding: 20px;
	}
	.culture-c3{
		opacity: 1;
	}
}
@media(max-width:1000px){
	.about-lt{
		width: 100%;
	}
	.about-rt{
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}
	
	.about-c{
		margin-top: 50px;
	}
	.about-cli{
		width: 50%;
		text-align: center;
		margin-bottom: 50px;
	}
	.about-cli:nth-child(2n + 1){
		border: 0;
	}
	.culture-cli{
		padding: 40px 20px 30px 20px;
	}
	.culture-c{
		margin-top: 80px;
	}
	.culture-cli img{
		height: 40px;
	}
	.culture-c2{
		font-size: 20px;
	}
	.honors-a{
		font-size: 28px;
	}
	
}
@media(max-width:750px){
	.about-msd{
		padding: 30px;
	}
	.about-m2{
		height: 6rem;
		padding: .5rem 0;
		line-height: 5rem;
	}
	.about-m3{
		font-size: .26rem;
		line-height: 1rem;
		height: 1rem;
	}
	
	.about{
		padding: .8rem 0;
	}
	.about-rt{
		margin-top: .6rem;
	}
	.about-a{
		font-size: .32rem;
	}
	.about-b{
		font-size: .26rem;
		line-height: 2;
		margin-top: .3rem;
	}
	.about-c{
		margin-top: .2rem;
	}
	.about-cli{
		padding: 0 .2rem;
		margin-bottom: 0;
		margin-top: .6rem;
	}
	.about-c1{
		font-size: .8rem;
	}
	.about-c1 .sp2{
		font-size: .5rem;
		top: -.4rem;
	}
	.about-c2{
		font-size: .26rem;
		margin-top: .3rem;
	}
	
	.culture{
		padding: .8rem 0;
	}
	.culture-a{
		font-size: .5rem;
		font-weight: bold;
	}
	.culture-c{
		margin-top: .3rem;
	}
	.culture-cli{
		width: 100%;
		height: auto;
		padding: 0;
		padding-left: .3rem;
		margin-top: .7rem;
	}
	.culture-c2{
		font-size: .32rem;
		margin-top: .1rem;
	}
	.culture-c3{
		margin-top: .15rem;
		font-size: .24rem;
	}
	.honors{
		padding: .8rem 0;
	}
	.honors-a{
		font-size: .4rem;
	}
	.about-m{
		margin-top: .2rem;
	}
	.about-n>div{
		width: .8rem;
		height: .8rem;
		margin: 0 .1rem;
	}
	
	
}



/*业务合作*/
.business{
	padding-top: 65px;
	padding-bottom: 190px;
	
}
.business-cd{
	font-size: 0;
	margin-top: 70px;
}
.business-c{
	width: 47.435%;
	display: inline-block;
	vertical-align: top;
}
.business-c img{
	width: 100%;
}
.business-d{
	width: 52.565%;
	display: inline-block;
	vertical-align: top;
	color: #4c4b4b;
	line-height: 2;
	padding-left: 45px;
}
.business-d2{
	margin-bottom: 10px;
}

.business-e{
	padding: 100px 0;
	color: #fff;
}
.business-ediv{
	width: 80%;
	max-width: 640px;
}
.business-e1{
	font-size: 40px;
}
.business-e2{
	font-size: 28px;
	line-height: 1.3;
	margin-top: 15px;
}
.business-e3{
	margin-top: 35px;
	font-family: arial;
}
.business-e4{
	margin-top: 50px;
	background: #26bad1;
}
.business-e4:hover{
	opacity: .7 !important;
}

.business-jk{
	padding-top: 80px;
	padding-bottom: 135px;
}
.business-k{
	font-size: 0;
	margin-top: 50px;
}
.business-k .int1{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	border: 0;
	font-size: 16px;
	height: 65px;
	padding: 0 20px;
	border-radius: 5px;
}
@media(min-width:751px){
	.business-k .int1:nth-child(3),
	.business-k .int1:nth-child(6){
		margin-right: 0;
	}
}
.business-k .int2{
	width: 100%;
	height: 335px;
	padding: 20px;
	line-height: 30px;
	resize: none;
}
.business-kct{
	text-align: center;
}
.business-k .sub1{
	min-width: 300px;
	line-height: 60px;
	border: 0;
	margin-top: 40px;
transition: all .5s;
-webkit-transition: all .5s;  
}

@media(max-width:1600px){
	.business{
		padding: 60px 0;
	}
	.business-cd{
		margin-top: 50px;
	}
	.business-e{
		padding: 80px 0;
	}
	.business-e1{
		font-size: 34px;
	}
	.business-e2{
		font-size: 22px;
	}
	.business-e3{
		margin-top: 20px;
	}
	.business-e4{
		margin-top: 25px;
	}
	.business-k .int1{
		height: 50px;
		padding: 0 15px;
	}
	.business-k .int2{
		padding: 15px;
		height: 200px;
	}
	.business-jk{
		padding: 80px 0;
	}
}
@media(max-width:1000px){
	.business-c{
		width: 100%;
	}
	.business-d{
		width: 100%;
		margin-top: 40px;
		padding: 0;
	}
	.business-k .int1{
		font-size: 14px;
	}
}
@media(max-width:750px){
	.business{
		padding: .8rem 0;
	}
	.honors-b{
		margin-top: .15rem;
	}
	.business-cd{
		margin-top: .5rem;
	}
	.business-d{
		margin-top: .4rem;
	}
	.business-e{
		padding: 1rem 0;
	}
	.business-ediv{
		width: 90%;
	}
	.business-e1{
		font-size: .4rem;
		font-weight: bold;
	}
	.business-e2{
		font-size: .3rem;
		margin-top: .15rem;
	}
	.business-e3{
		font-size: .26rem;
		margin-top: .25rem;
	}
	.business-e4{
		margin-top: .4rem;
		font-size: .28rem;
	}
	.business-jk{
		padding: .8rem 0;
	}
	.business-k{
		margin-top: .5rem;
	}
	.business-k .int1{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 3%;
		height: .8rem;
		padding: 0 .2rem;
		font-size: .24rem;
	}
	.business-k .int1:nth-child(2),
	.business-k .int1:nth-child(4),
	.business-k .int1:nth-child(6){
		margin-right: 0;
	}
	.business-k .int2{
		width: 100%;
		height: 2rem;
		padding:.1rem .15rem;
	}
	.business-k .sub1{
		min-width: 2.8rem;
		font-size: .3rem;
		margin-top: .4rem;
		height: .8rem;
		line-height: .8rem;
	}
}


/*加入我们*/
.join-ab{
	padding-top: 65px;
	padding-bottom: 150px;
}
.join-b{
	position: relative;
	margin-top: 80px;
	text-align: right;
}
.join-blt{
	width: 51.282%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.join-brt{
	display: inline-block;
	text-align: left;
	margin-top: 120px;
	width: 56.41%;
	position: relative;
	z-index: 3;
	background: #f5f5f5;
	padding: 75px;
	min-height: 500px;
	line-height:2;
}
.join-b2{
	color: #00c9cd;
}
.join-b3{
	color: #454545;
}

.join-div{
	padding: 80px 0 100px 0;
}
.join-c{
	width: 100%;
	text-align: center;
}
.join-d{
	margin-top: 60px;
	padding-top: 30px;
	font-size: 0;
	color: #888;
	border-top: 2px solid #FD8204;
}
.join-d2{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: center;
	cursor: pointer;
}
.join-d2:first-child{
	border-right: 2px solid #ddd;
}
.join-d2:hover,
.join-d2.on{
	color: #000;
	font-weight: bold;
}
.join-e{
	margin-top: 35px;
	background: #00c9cd;
	padding: 30px 60px;
	color: #fff;
	border-radius: 10px;
}
.join-eul{
	overflow: hidden;
}

.join-eli{
	width: 20%;
	float: left;
	line-height: 30px;
	text-align: center;
	position: relative;
}
.join-eli:last-child{
	width: initial;
	float: right;
	text-align: right;
}
.join-eli:first-child{
	text-align: left;
	width: 25%;
}
.join-f-bj{
	margin-top: 25px;
}
.join-ful{
	margin-bottom: 60px;
}
.join-f{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 0 60px;
	margin-bottom: 20px;
}
.join-ftop{
	padding: 20px 0;
	color: #000000;
	background: url(../img/ico14_1.png) no-repeat right center;
	background-size: 30px auto;
	background-position-x: calc(100% - 20px);
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;
}
.join-ftop.on{
	background-image: url(../img/ico14_2.png);
transition: all .5s;
-webkit-transition: all .5s;
}
.join-fcnt{
	width: 100%;
	padding-top:2.3vw;
	padding-bottom: 3.125vw;
	border-top: 1px solid #ddd;
	display: none;
}
.join-fdiv{
	overflow: hidden;
	position: relative;
}
.join-f2{
	display: none;
}
.join-f34{
	width: 70%;
	color: #666;
	line-height: 2;
}
.join-f3{
	margin-top: 35px;
	color: #000;
}
.join-f3:first-child{
	margin-top: 0;
}
.join-f5{
	position: absolute;
	right: 0;
	bottom: 0;
}
.join-fbut{
	text-align: center;
	margin-top: 60px;
}
.join-fmr{
	background-color: #fff;
}
.join-flist{
	/*display: none;*/
}

.delivery-bj{
	position: fixed;
	background: rgba(0,0,0,.4);
	z-index: 99;
	display: none;
}
.delivery{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 3vw 7.8125vw;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.delivery-b{
	margin-top: 2vw;
	padding-top: 1vw;
	border-top: 1px solid #ddd;
}
.delivery-fm{
	margin-top: 2vw;
	width: 100%;
}
.delivery-ul{
	width: 103%;
	overflow: hidden;
}
.delivery-li{
	width: 21%;
	float: left;
	margin-right: 3%;
	margin-bottom: 1%;
}
.delivery-li2 {
    width: 100%
}
.delivery-li3{width: 33%}
.delivery-c {
    margin-bottom: .3vw;
}
.delivery-d{
	width: 100%;
	height: 2.75vw;
	padding: 0 1vw;
	background: #fff;
	border: 1px solid #ddd;
}
.delivery-d2{
	background: #f7f7f7;
}
.delivery-d3{
	display: none;
}
.delivery-e{
	width: 9.375vw;
	line-height: 2.75vw;
	text-align: center;
	background: #f8f8f8;
	cursor: pointer;
}
.delivery-z{
	display: none;
}
.delivery-d4{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.delivery-j{
	display: inline-block;
	vertical-align: top;
}
.delivery-j>img{
	height: 2.7vw;
	margin-left: 1vw;
}
.delivery-k{
	width: 100%;
	font-size: 0;
	margin: 1.5vw 0;
}
.delivery-kk{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	height: 2.7vw;
	line-height: 2.7vw;
	border: 0;
	text-align: center;
	background: #00c9cd;
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;
}
.delivery-kbut{
	background: #f8f8f8;
	color: #333;
	margin-left: 2%;
}
.delivery-kk:hover{
	font-weight: bold;
	border-radius: 1.8vw;
transition: all .5s;
-webkit-transition: all .5s;
}
.delivery-a{
	position: relative;
}
.delivery-a2{
	width: 1.8vw;
	float: right;
	cursor: pointer;
}

.delivery-li5{
	width: 97%;
}.delivery-li6{
     width: 47%;
 }
.delivery-d5{
	width: 100%;
	height: 5vw;
	resize: none;
	line-height: 2vw;
}

.join-fm{
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
}
.join-fm .int1{
	width: calc(50% - 190px);
	height: 65px;
	padding: 0 40px;
	border: 0;
	border-radius: 10px;
	margin-right: 40px;
	float: left;
}
.join-fm .sub1{
	width: 300px;
	height: 65px;
	border: 0;
	border-radius: 10px;
}


@media(max-width:1600px){
	.join-brt{
		padding: 50px;
		min-height: auto;
	}
}
@media(max-width:1200px){
	.join-ab{
		padding: 70px 0;
	}
	.join-brt{
		padding: 40px 30px;
	}
	.join-div{
		padding: 70px 0;
	}
	.join-e{
		margin-top: 20px;
		padding: 20px 40px;
	}
	.join-f{
		padding: 0 40px;
	}
	.join-eli{
		line-height: 25px;
	}
	.join-ftop{
		padding: 20px 0;
	}
	.join-ftop{
		background-size: 30px auto;
	}
	.join-fcnt{
		padding:40px 0;
	}
	.join-f34{
		width: 80%;
	}
	.delivery-d{
		height: 40px;
	}
	.delivery-e{
		height: 40px;
		width: 100px;
		line-height: 40px;
	}
	.delivery-j>img{
		height: 40px;
	}
	.delivery-kk{
		height: 40px;
		line-height: 40px;
	}
	.delivery-d4{
		width: 40%;
	}
	.delivery-li{
		margin-bottom: 20px;
	}
	.delivery-c{
		margin-bottom: 5px;
	}
	.delivery-a2{
		width: 30px;
	}
	.delivery-d5{
		height: 100px;
	}
	.delivery-li5{
		width: 97% !important;
	}	
	.join-b{
		margin-top: 50px;
	} 
	
	.join-fm{
		margin-top: 35px;
	}
	.join-fm .int1{
		width: calc(50% - 100px);
		margin-right: 20px;
		height: 50px;
		padding: 0 20px;
	}
	.join-fm .sub1{
		min-width: initial;
		width: 160px;
		height: 50px;
	}
}
@media(max-width:1000px){
	.join-brt{
		width: 60%;
		margin-top: 100px;
	}
	.join-eli:nth-child(2),
	.join-eli:nth-child(3),
	.join-eli:nth-child(4){
		display: none;
	}
	.join-eli:first-child{
		width: 70%;
	}
	.join-f2{
		display: block;
		margin-bottom: 30px;
	}
	.delivery-li{
		width: 47%;
	}
	.delivery-li2{
		 
	}
}

@media(max-width:750px){
	.join-ab{
		padding: .8rem 0;
	}
	.join-b{
		margin-top: .4rem;
	}
	.join-blt{
		position: relative;
		width: 100%;
	}
	.join-brt{
		width: 100%;
		margin: 0;
		padding: .5rem .4rem;
	}
	.join-div{
		padding: .8rem 0;
	}
	.join-d{
		margin-top: .4rem;
		padding-top: .2rem;
	}
	.join-d2{
		line-height: .6rem;
	}
	.join-e{
		margin-top: .7rem;
		padding: .2rem .3rem;
	}
	.join-eli{
		line-height: .4rem;
	}
	.join-f{
		padding: 0 .3rem;
		margin-bottom: .2rem;
	}
	.join-ftop{
		padding: .2rem 0;
		background-size: .4rem;
	}
	.join-f-bj{
		margin-top: .3rem;
	}
	.join-fbut{
		margin-top: .4rem;
	}
	.join-fcnt{
		padding: .5rem 0;
	}
	.join-f2{
		margin-bottom: .3rem;
	}
	.join-f3{
		margin-top: .3rem;
	}
	.join-f34{
		width: 100%;
	}
	.join-f4{
		font-size: .24rem;
	}
	.join-fdiv{
		padding-bottom:1rem;
	}
	.delivery{
		padding: .3rem;
	}
	.delivery-a2{
		width: .5rem;
	}
	.delivery-b{
		margin-top: .2rem;
		padding-top: .1rem;
	}
	.delivery-fm{
		margin-top: .2rem;
	}
	.delivery-c{
		margin-bottom: .05rem;
	}
	.delivery-d{
		height: .6rem;
	}
	.delivery-li{
		margin-bottom: .2rem;
	}
	.delivery-e{
		width: 2rem;
		height: .6rem;
		line-height: .6rem;
	}
	.delivery-j>img{
		height: .6rem;
	}
	.delivery-kk{
		height: .6rem;
		line-height: .6rem;
	}
	.delivery-k{
		margin: .2rem 0;
	}
	.delivery-d5{
		height: 1.5rem;
		padding: .2rem;
	}
	.join-ful{
		margin-bottom: .6rem;
	}
	
	.join-fm .int1{
		width: 100%;
		margin-right: 0;
		height: .8rem;
		margin-bottom: .2rem;
		font-size: .26rem;
		padding: 0 .3rem;
	}
	
	.join-fm .sub1{
		width: 100%;
		height: .8rem;
		font-size: .32rem;
	}
}


.contact{
	padding: 105px 0 135px 0;
}
.contact-div{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.contact-dlt{
	width: calc(100% - 585px);
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-drt{
	width: 585px;
	min-height: 730px;
	float: right;
	padding: 70px;
	background: url(../img/img07.jpg) no-repeat center bottom;
	background-size: cover;
	color: #fff;
}
.contact-a{
	font-size: 32px;
	line-height: 1.4;
        font-weight:600;
}
.contact-b{
	
}
.contact-bli{
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
	font-weight: bold;
	line-height: 1.7;
}
.contact-blt{
	width: 45px;
	float: left;
	padding-top: 0px;
}
.contact-brt{
	width: calc(100% - 45px);
	float: left;
	font-size: 16px;
	font-weight: 300;
}
.anchorBL{
	display: none;
}


@media(max-width:1600px){
	.contact-drt{
		width: 500px;
		padding: 40px;
		min-height: auto;
	}
	.contact-a{
		font-size: 26px;
	}
	.contact-bli{
		margin-top: 30px;
	}
	.contact-dlt{
		width: calc(100% - 500px);
	}
	.contact{
		padding: 80px 0;
	}
}
@media(max-width:1200px){
	.contact-drt{
		width: 400px;
	}
	.contact-dlt{
		width: calc(100% - 400px);
	}
}
@media(max-width:1000px){
	.contact-drt{
		width: 100%;
	}
	.contact-dlt{
		width:100%;
		position: relative;
		height: 400px;
	}
}
@media(max-width:750px){
	.contact{
		padding: .8rem 0;
	}
	.contact-dlt{
		height: 5rem;
	}
	.contact-drt{
		padding: .5rem .4rem;
	}
	.contact-a{
		font-size: .4rem;
		font-weight: bold;
	}
	.contact-brt{
		font-size: .28rem;
	}
	.contact-bli{
		margin-top: .45rem;
	}
}


header{
	width: 100%;
	height: 90px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 59;
	box-shadow: 0 1px 1px #eee;
}
.header{
	height: 90px;
}
.logo{
	line-height: 90px;
	display: inline-block;
}
.header-nav{
	display: inline-block;
}
.header-a{
	width: 30px;
	float: right;
	height: 100%;
	background: url(../img/ico22_2.png) no-repeat center;
	cursor: pointer;
transition: all .3s;
-webkit-transition: all .3s;  
}
.header-a:hover{
	background-image: url(../img/ico22_3.png);
transition: all .3s;
-webkit-transition: all .3s;  
}
.header-b{
	float: right;
	margin-right: 20px;
	padding-left: 35px;
	line-height: 90px;
	font-family: arial;
	font-weight: bold;
	background: url(../img/ico08.png) no-repeat left center;
}
.header-b:hover{
	color: #00C9CD;
}
.header-c{
	width: 1px;
	height: 22px;
	background: #ddd;
	float: right;
	margin: 0 30px;
	margin-top: 34px;
}
.header-nav{
	float: right;
	font-size: 0;
}
.header-nav-li{
	display: inline-block;
	margin-left: 60px;
}
.header-nav-li a{
	display: inline-block;
	line-height: 90px;
	font-size: 18px;
	color: #3e3c3c;
	font-weight:600;
}
.header-nav-li a span{
	display: inline-block;
	line-height: 2;
	border-bottom: 2px solid #fff;
transition: all .3s;
-webkit-transition: all .3s;  
}
@media(min-width:1201px){
	.header-nav-li a:hover span,
	.header-nav-li a.on span{
		color: #00C9CD;
		border-color:#00C9CD;
	transition: all .3s;
	-webkit-transition: all .3s;  
	}
}


.header-dx{
	width: 35px;
	margin-top: 23px;
	text-align: right;
	margin-left:40px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background:#000;
	float: right;
	
}
.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}

.header-ss{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,.8);
	display: none;
}
.header-ss-a{
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -300px;
}
.header-ss-a .int1{
	width: 540px;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding:  0 10px;
	padding-right: 60px;
}
.header-ss-a .int2{
	width: 50px;
	height: 50px;
	border: none;
	background: no-repeat center;
	background-image: url(../img/ss03.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(../img/x01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

@media(max-width:1600px){
	body{
		padding-top: 70px;
	}
	header,.header{
		height: 70px;
	}
	.logo{
		width: 180px;
		line-height: 70px;
	}
	.header-b{
		line-height: 70px;
	}
	.header-nav-li{
		margin-left: 30px;
	}
	.header-c{
		margin-top: 24px;
	}
	.header-nav-li a{
		font-size: 16px;
		line-height: 70px;
	}
}
@media(max-width:1200px){
	.header-dx{
		display: block;
	}
	.header-c{
		display: none;
	}
	.header-nav{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 70px;
		left: 0;
		background: #fff;
		border-top: 1px solid #eee;
		padding: 30px 4%;
		display: none;
	}
	.header-nav-li{
		width: 100%;
		margin: 0;
	}
	.header-nav-li a{
		line-height: 80px;
		display: block;
		width: 100%;
		border-bottom: 1px solid #eee;
		font-size: 18px;
		font-weight: bold;
	}
}
@media(max-width:750px){
	body{
		padding-top: 1rem;
	}
	header,.header{
		height: 1rem;
	}
	.logo{
		width: 2rem;
		line-height: 1rem;
	}
	.header-b{
		line-height: 1rem;
	}
	.header-a{
		width: .4rem;
		background-size: .3rem auto;
	}
	.header-b{
		font-size: .26rem;
		padding-left: .4rem;
		background-size: .25rem;
		margin-right: .3rem;
	}
	.header-nav{
		top: 1rem;
		padding: .3rem 4%;
	}
	.header-nav-li a{
		line-height: 1rem;
		font-size: .28rem;
	}
	
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .35rem;
		padding-top: .23rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	
	.header-ss-a{
		width: auto;
	}
	.header-ss-a .int1{
		width: 5rem;
		margin-right: 1rem;
		font-size: .26rem;
	}
	.header-ss-a{
		margin-left: -3rem;
	}
}




footer{
	background: #e7e7e7;
	width: 100%;
	position: relative;
	z-index: 9;
}
.footer{
	padding:50px 0 ;
	font-size: 0;
}
.footer-lt{
	width: 290px;
	display: inline-block;
	vertical-align: top;
}
.footer-a{
	
}
.footer-b{
	margin-top: 15px;
	border-top: 1px solid #dbdbdb;
}
.footer-bli{
	color: #3f3f3f;
	margin-top: 20px;
}
.footer-blt{
	width: 35px;
	padding-top: 8px;
}
.footer-ct{
	width: calc(100% - 560px);
	display: inline-block;
	vertical-align: top;
	padding: 0 110px;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
}
.footer-nav-li{
	display: inline-block;
	padding: 0 10px;
}
.footer-c{
	font-size: 16px;
}
.footer-d{
	margin-top: 20px;
}
.footer-d a{
	display: inline-block;
	color: #616161;
	margin-bottom: 10px;
	font-size: 14px;
}
.footer-rt{
	width: 270px;
	display: inline-block;
	vertical-align: top;
}
.footer-e{
	overflow: hidden;
}
.footer-eli{
	width: 49%;
	max-width: 126px;
	float: left;
}
.footer-e1{
	width: 100%;
}
.footer-e2{
	font-size: 14px;
	text-align: center;
	color: #767676;
	margin-top: 5px;
}
.footer-eli:nth-child(2){
	float: right;
}
.footer-f{
	
}

.footer-g{
	width: 100%;
	text-align: right;
	font-size: 0;
	margin-top: 25px;
}
.footer-gli{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 7px;
	background: #cdcdcd;
	border-radius: 100%;
}
.footer-gli:first-child{
	margin-left: 0;
}
.footer-g2{
	height: 48px;
}
.footer-g3{
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: 5px;
	width: 120px;
	display: none;
}
.footer-g3>img{
	width: 100%;
}
.footer-gli:hover .footer-g3{
	display: block;
}
.footer-gli:hover{
	background:#00C9CD;
}
.footer-bt{
	margin-top: 70px;
	padding-top: 25px;
	text-align: center;
	font-size: 14px;
	color: #626161;
	border-top: 1px solid #dbdbdb;
}
.footer-bt a{
	color: #626161;
}
.footer-bt a:hover{
	color: #00C9CD;
}

@media(max-width:1600px){
	.footer-ct{
		padding: 0 40px;
	}
	.footer-c{
		font-size: 14px;
	}
}
@media(max-width:1200px){
	.footer-ct{
		display: none;
	}
	.footer{
		overflow: hidden;
		padding: 60px 0;
	}
	.footer-lt{
		float: left;
		width: initial;
		min-width: 400px;
	}
	.footer-rt{
		float: right;
	}
	.footer-bt{
		width: 100%;
		float: left;
	}
}
@media(max-width:750px){
	.footer{
		padding: .8rem 0;
	}
	.footer-a{
		width: 2.4rem;
	}
	.footer-b{
		margin-top: .15rem;
	}
	.footer-bli{
		margin-top: .25rem;
	}
	.footer-blt{
		padding-top: .1rem;
		width: 30px;
	}
	.footer-brt{
		width: calc(100% - 30px);
	}
	.footer-rt{
		float: left;
		width: 100%;
		margin-top: .6rem;
	}
	.footer-bt{
		margin-top: .5rem;
		padding-top: .3rem;
		font-size: .26rem;
	}
	.footer-eli:nth-child(2){
		float: left;
	}
	.footer-eli{
		width: 2.4rem;
		margin-right: .3rem;
	}
	.footer-e2{
		font-size: .26rem;
		margin-top: .15rem;
	}
	.footer-g{
		text-align: left;
	}
	.footer-g2{
		height: .7rem;
	}
}


.idxban{
	width: 100%;
	position: relative;
}
.idxban-swiper{
	width: 100%;
}
.idxban-sd{
	width: 100%;
	height: 770px;
}
.idxban-img{
	transform:scale(1);
-ms-transform:scale(1);
-moz-transform:scale(1);
-webkit-transform:scale(1);
}
.idxban-ab{
	position: relative;
	z-index: 3;
	padding-top: 240px;
	color: #fff;
	top: 30px;
	opacity: 0;
}
.idxban-a{
	max-width: 800px;
	font-size: 50px;
	line-height: 1.2;
	font-weight: bold;
}
.idxban-b{
	max-width: 710px;
	font-size: 20px;
}
.idxban-d{
	width: 100px;
	height: 3px;
	background: #fff;
	margin: 25px 0;
}
.idxban-c{
	margin-top: 3.7vw;
}
.idxban-sd.swiper-slide-active .idxban-ab{
	top: 0;
	opacity: 1;
transition: all .5s .8s;
-webkit-transition: all .5s .8s;
}

.idxban-sd.swiper-slide-active .idxban-img{
	transform:scale(1.05);
-ms-transform:scale(1.05);
-moz-transform:scale(1.05);
-webkit-transform:scale(1.05);
transition: all 5s .5s;
-webkit-transition: all 5s .5s;
}

.idxban-next,
.idxban-prev{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-top: -35px;
	left: 10px;
	background-color: rgba(0,0,0,.2);
	background-size: 20px auto;
transition: all .5s;
-webkit-transition: all .5s;
}
.idxban-next{
	left: initial;
	right: 10px;
}
.idxban-next:hover,
.idxban-prev:hover{
	background-color: rgba(0,0,0,.8);
transition: all .5s;
-webkit-transition: all .5s;
}
.idxban-span{
	
	bottom: 30px !important;
}
.idxban-span span{
	width: 30px;
	height: 3px;
	background: #fff;
	opacity: .5;
	border-radius: 0;
}
.idxban-span span.swiper-pagination-bullet-active{
	opacity: 1;
}

@media(max-width:1600px){
	.idxban-next, .idxban-prev{
		width: 50px;
		height: 50px;
		background-size: 15px auto;
		margin-top: -25px;
	}
	.idxban-sd{
		height: 600px;
	}
	.idxban-ab{
		padding:  0 30px;
		padding-top: 160px;
	}
	.idxban-a{
		font-size: 40px;
		max-width: 650px;
	}
	.idxban-b{
		font-size: 18px;
		max-width: 630px;
	}
}
@media(max-width:1200px){
	.idxban{
	
	}
	.idxban-ab{
		padding: 0 8%;
		padding-top: 180px;
	}
	
}
@media(max-width:1000px){
	.idxban-next,
	.idxban-prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 12px auto;
	}
	.idxban-sd{
		height: 500px;
	}
	.idxban-a{
		font-size: 30px;
		font-weight: bold;
		max-width: 500px;
	}
	.idxban-b{
		font-size: 16px;
		max-width: 470px;
	}
	.idxban-d{
		width: 60px;
		margin: 20px 0;
	}
}
@media(max-width:750px){
	.idxban{
		
	}
	.idxban-span{
		bottom: .2rem !important;
	}
	.idxban-sd{
		height: 7rem;
	}
	.idxban-ab{
		padding: 0 10%;
		padding-top: 2.5rem;
	}
	.idxban-a{
		font-size: .32rem;
	}
	.idxban-b{
		font-size: .24rem;
	}
	.idxban-d{
		width: 1rem;
		margin: .3rem 0;
		height: 2px;
	}
	.idxban-next,
	.idxban-prev{
		width: .6rem;
		height: .6rem;
		margin-top: -.3rem;
		background-size: .15rem auto;
	}
	.idxban-span span{
		width: .3rem;
		height: 2px;
	}
}



.ipro{
	padding-top: 50px;
	padding-bottom: 100px;
}
.ipro-nav{
	text-align: center;
	margin-top: 35px;
	font-size: 0;
}
.ipro-nav-li{
	display: inline-block;
	padding: 0 20px;
	min-width: 200px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #3d3d3d;
	border-radius: 5px;
	border: 1px dotted #3d3d3d;
	margin:5px;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.ipro-nav-li:hover,
.ipro-nav-li.on{
	background: #00c9cd;
	border-color: #00c9cd;
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;  
}
.ipro-m .proinfo-msd{
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
.ipro-m .product-a{
	height: 320px;
	line-height: 280px;
}
.ipro-m .proinfo-msw{
	padding-bottom: 70px;
}
.ipro-k{
	margin-top: 50px;
	text-align: center;
}
.ipro-ka{
	display: inline-block;
	width: 160px;
	line-height: 45px;
	border-radius: 30px;
	background: #acf6f9;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.ipro-ka span{
	display: inline-block;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 22px;
	border-radius: 100%;
	font-size: 18px;
	color: #fff;
	background: #36c5c9;
	margin-right: 15px;
}
.ipro-ka:hover{
	color: #fff;
	background: #00c9cd;
}

@media(max-width:1600px){
	.ipro-m .product-a{
		height: 280px;
		line-height: 240px;
	}
	.ipro-nav-li{
		min-width: 160px;
		line-height: 50px;
	}
}
@media(max-width:1200px){
	.ipro-m .product-a{
		line-height: 200px;
		height: 240px;
	}
}
@media(max-width:1000px){
	.ipro-m .product-a{
		height: 200px;
		line-height: 160px;
	}
	.ipro-nav-li{
		min-width: 120px;
		line-height: 40px;
		padding: 0 10px;
		margin: 2px;
	}
	.ipro-k{
		margin-top: 30px;
	}
}
@media(max-width:750px){
	.ipro{
		padding: .8rem 0;
	}
	.ipro-nav{
		margin-top: .4rem;
	}
	.ipro-nav-li{
		font-size: .24rem;
		padding: 0 .2rem;
		line-height: .7rem;
		margin: .05rem;
		min-width: initial;
	}
	.ipro-m .proinfo-msd{
		padding: 5px;
	}
	.ipro-m .product-a{
		height: 3.4rem;
		line-height: 3rem;
	}
	.ipro-m .proinfo-msw{
		padding-bottom: .8rem;
	}
	.ipro-k{
		margin-top: .2rem;
	}
	.ipro-ka{
		font-size: .28rem;
		width: initial;
		padding: 0 .25rem;
		line-height: .8rem;
	}
	.ipro-ka span{
		width: 20px;
		line-height: 18px;
		height: 20px;
		margin-right: .15rem;
	}
}



.iapt-bj{
	padding: 95px 0;
}
.iapt{
	overflow: hidden;
	position: relative;
}
.iapt:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 51.8%;
	top: 0;
	background: rgba(255,255,255,.4);
}
.iapt-lt{
	width: 45.8%;
	float: left;
}
.iapt-a{
	position: relative;
}
.iapt-b{
	color: #fff;
	margin-top: 40px;
}
    .iapt-b a {
        color: #fff;
    }
    .iapt-b1{
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
.iapt-b2{
	margin-top: 10px;
	line-height: 1.8;
}
.iapt-rt{
	width: 42.3%;
	float: right;
	color: #fff;
}
.iapt-c{
	font-size: 35px;
	line-height: .9;
	margin-bottom: 15px;
	font-weight: 600;
}
.iapt-e{
	margin-top: 25px;
	
}
.iapt-eli{
	border-top: 1px solid #fff;
	padding: 50px 0;
	overflow: hidden;
}
.iapt-elt{
	width: 52%;
	float: left;
	padding-right: 3%;
	overflow: hidden;
}
.iapt-e1{
	font-size: 80px;
	font-family: impact;
	line-height: .9;
	float: left;
}
.iapt-e23{
	float: left;
	margin-left: 30px;
	padding-top: 10px;
}
.iapt-e2{
	font-size: 40px;
	line-height: 1;
}
.iapt-e3{
	font-size: 14px;
}
.iapt-ert{
	width: 43%;
	float: right;
	padding-top: 15px;
}
@media(max-width:1600px){
	.iapt-b1{
		font-size: 30px;
		margin-top: 20px;
	}
	.iapt-c{
		font-size: 40px;
	}
	.iapt-eli{
		padding: 30px 0;
	}
	.iapt-e1{
		font-size: 60px;
	}
	.iapt-e2{
		font-size: 30px;
	}
	.iapt-e23{
		padding-top: 5px;
		margin-left: 20px;
	}
	.iapt-ert{
		padding: 0;
	}
	.iapt-bj{
		padding: 80px 0;
	}
	
}
@media(max-width:1200px){
	.iapt-lt{
		width: 45%;
	}
	.iapt-rt{
		width: 48%;
	}
	.iapt:after{
		left: 48.5%
	}
}
@media(max-width:1000px){
	.iapt-b{
		margin-top: 20px;
	}
	.iapt-b1{
		font-size: 26px;
		margin-top: 0px;
	}
	.iapt-c{
		font-size: 30px;
	}
	.iapt-eli{
		padding: 20px 0;
	}
	.iapt-e1{
		font-size: 50px;
	}
	.iapt-e2{
		font-size: 20px;
	}
	.iapt-bj{
		padding: 60px 0;
	}
	.iapt-e3{
		font-size: 12px;
	}
}
@media(max-width:750px){
	.iapt-bj{
		padding: 1rem 0;
	}
	.iapt-lt{
		width: 100%;
	}
	.iapt-rt{
		width: 100%;
		margin-top: .8rem;
	}
	.iapt-b1{
		font-size: .4rem;
		font-weight: bold;
	}
	.iapt:after{
		display: none;
	}
	.iapt-c{
		font-size: .4rem;
		line-height: 1;
		font-weight: bold;
	}
	.iapt-elt{
		width: 100%;
	}
	.iapt-ert{
		width: 100%;
		margin-top: .4rem;
	}
}


.inws{
	padding-top: 100px;
	padding-bottom: 200px;
}
.inws-div{
	margin-top: 75px;
	overflow: hidden;
	position: relative;
}
.inws-lt{
	width: 43.2%;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.inws-sw{
	width: 99.5%;
	height: 100%;
}
.inws-sp span{
	background: #fff;
}
.inws-rt{
	width: 54%;
	float: right;
}
.inws-li{
	display: block;
	width: 100%;
	padding: 40px 0;
}
.inws-li:first-child{
	padding-top: 0;
}
.inws-b{
	width: 100%;
}
@media(max-width:1600px){
	.inws{
		padding: 80px 0;
	}
	.inws-div{
		margin-top: 50px;
	}
	.inws-li{
		padding: 30px 0;
	}
}
@media(max-width:1200px){
	.inws-li{
		padding: 20px 0;
	}
}
@media(max-width:1000px){
	.inws-lt{
		width: 100%;
		position: relative;
		left: 0;
		height: 500px;
	}
	.inws-li{
		padding: 20px 0;
	}
	.inws-rt{
		width: 100%;
		margin-top: 40px;
	}
}
@media(max-width:750px){
	.inws{
		padding: .8rem 0;
	}
	.inws-div{
		margin-top: .6rem;
	}
	.inws-lt{
		height: 5rem;
	}
	.inws-rt{
		margin-top: .5rem;
	}
	.inws-li .news-b1{
		height: auto;
		max-height: .8rem;
	}
	.inws-li .news-b3{
		display: block;
		font-size: .24rem;
		line-height: .4rem;
		height: auto;
		max-height: .8rem;
		margin-top: .15rem;
	}
}


.proinfo-tk-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,.7);
	display: none;
}
.proinfo-tk{
	width: 92%;
	max-width: 1230px;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.proinfo-tk-a{
	font-size: 24px;
	color: #6b6b6b;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #d3d3d3;
}
.proinfo-tk-b{
	margin-top: 30px;
}
.proinfo-tk-b .int1{
	background: #f8f8f8;
}
.proinfo-tk-b .int1{
	height: 55px;
}
.proinfo-tk-b .int2{
	height: 225px;
}
.proinfo-tk-c{
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}
@media(max-width:1600px){
	.proinfo-tk-b .int1{
		height: 45px;
	}
	.proinfo-tk-b .int2{
		height: 150px;
	}
}
@media(max-width:750px){
	.proinfo-tk{
		padding: .4rem .3rem;
	}
	.proinfo-tk-a{
		font-size: .34rem;
		font-weight: bold;
	}
	.proinfo-tk-b .int1{
		height: .8rem;
	}
	.proinfo-tk-b .int2{
		height: 2rem;
	}
	.proinfo-tk-b{
		margin-top: .4rem;
	}
}



.searchs {
    padding-top: 100px;
    padding-bottom: 100px;
}

.searchs-a {
    margin-top: 0;
    overflow: hidden;
}

    .searchs-a form {
        width: 600px;
        float: left;
        position: relative;
    }

        .searchs-a form .int1 {
            width: 100%;
            height: 60px;
            font-size: 18px;
            color: #000;
            line-height: 60px;
            padding-left: 30px;
            padding-right: 70px;
            border: 0px;
            background: #fff;
        }

        .searchs-a form .sub1 {
            width: 50px;
            height: 60px;
            background: url(../img/ico01_1.png) no-repeat center;
            border: 0px;
            position: absolute;
            top: 0;
            right: 10px;
        }

.searchs-b {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 20px;
    color: #666;
}

.searchs-c1 {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}

    .searchs-c1 a {
        background:;
        display: block;
        padding: 20px;
        color: #000;
        margin-bottom: 15px;
        padding-right: 60px;
        background: #fff url(../img/ico12.png) no-repeat 99% center;
    }

        .searchs-c1 a:hover {
            box-shadow: 5px 5px 10px #999;
        }

        .searchs-c1 a > div {
            font-size: 18px;
            line-height: 1;
            margin-bottom: 5px;
            color: #666;
        }

        .searchs-c1 a > p {
            font-size: 24px;
            line-height: 30px;
            color: #333;
        }

.searchs-mr {
    margin-top: 30px;
    text-align: center;
}

@media(max-width:750px) {
    .searchs {
        padding-top: .7rem;
        padding-bottom: .7rem;
    }

    .searchs-a form {
        width: 100%;
    }

    .searchs-b {
        font-size: .32rem;
        margin-top: .2rem;
    }

    .searchs-c1 {
        margin-top: .5rem;
        padding: .4rem 0;
    }

        .searchs-c1 a {
            padding: .2rem;
            padding-right: .8rem;
        }

            .searchs-c1 a > div {
                font-size: .28rem;
            }

            .searchs-c1 a > p {
                font-size: .3rem;
                line-height: .45rem;
            }

    .searchs-c1 {
        margin-bottom: .0rem;
    }

        .searchs-c1 a {
            background-size: .4rem .4rem;
        }

    .searchs-mr {
        margin-top: .1rem;
    }
}

.nynav {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: none;
}

    .nynav img {
        margin: 0 5px;
        position: relative;
        top: -2px;
    }

    .nynav a {
        font-size: 16px;
        color: #fff;
    }

        .nynav a:hover {
            opacity: .7;
        }