*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	
	white-space:normal !important;
}

body{
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
body *{
	max-width: 1920px;
	margin: 0 auto;
}

a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}



/*顶部*/
header{
	position: fixed;
	top: 0;
	left: 00%;
	width: 100%;
	max-width: 100%;
	z-index: 39;
	height: 100px;
	padding: 0 40px;
	/*transform:translateX(-50%);
-ms-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-webkit-transform:translateX(-50%);*/
}
header *{
	max-width: 100%;
}
.logo{
	float: right;
	line-height: 100px;
	position: relative;
	z-index: 3;
}
.header-mu{
	float: left;
	padding-top: 40px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.header-mu>div{
	width: 40px;
	height: 2px;
	background: #fff;
	
	margin-bottom: 18px;
}
.header{
	position: fixed;
	width: 1140px;
	height: 100%;
	left: 0;
	background: #fff;
	z-index: 2;
	padding-top: 240px;
	padding-left: 160px;
	overflow: hidden;
	display: none;
}
.header-a{
	float: left;
	width: 140px;
	overflow: hidden;
	background: url(../images/ico02.png) no-repeat center;
}
.header-a>a{
	display: block;
	width: 50px;
	float: left;
	font-size: 20px;
	color: #222;
	line-height: 25px;
	margin: 20px 0;
	text-align: center;
	position: relative;
}
.header-a>a:after{
	content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #00bebe;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -5px;
    display: none;
}
.header-a>a.on{
	color: #00bebe;
}
.header-a>a:hover{
	color: #00bebe;
}
.header-a>a.on:after{
	display: block;
}
.header-a>a:nth-child(2n + 0){
	float: right;
}
.header-b{
	width: 600px;
	/*overflow: hidden;*/
	margin-left: 170px;
	padding-top: 20px;
	float: left;
}
.header-b li{
	width: 250px;
	float: left;
	position: relative;
	margin: 3px 0;
	line-height: 1;
}
.header-b li:nth-child(2n + 0){
	float: right;
}
.header-b li>a{
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	font-weight: 100;
	position: relative;
	z-index: 2;
}
.header-b li>img{
	width: 60%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-b li:hover>img{
	opacity: 1;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-c{
	font-size: 16px;
	line-height: 20px;
	color: #222;
	position: absolute;
	right: 65px;
	bottom: 50px;
	opacity: .4;
}
.header-d{
	font-size: 16px;
	line-height: 20px;
	color: #222;
	position: absolute;
	left: 40px;
	bottom: 50px;
	z-index: 5;
}
.header-d>a{
	display: inline-block;
	height: 50px;
	line-height: 30px;
	padding-top: 20px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.header-d>a>i{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.header-di1{
	background: url(../images/ico13_1.png) no-repeat center;
}
.header-di1:hover{
	background-image: url(../images/ico13_11.png);
}
.header-di2{
	background: url(../images/ico13_2.png) no-repeat center;
}
.header-di2:hover{
	background-image: url(../images/ico13_22.png);
}
.header-di3{
	background: url(../images/ico13_3.png) no-repeat center;
}
.header-di3:hover{
	background-image: url(../images/ico13_33.png);
}
.header-d1{
	width: 120px !important;
	max-width: initial !important;
	height: 120px;
	background: #fff;
	padding: 5px;
	line-height: 110px;
	position: absolute;
	top: -110px;
	left: 0;
	box-shadow: 0 0 5px #999;
	display: none;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-d>a:hover .header-d1{
	display: block;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-d>a:hover>img{
	
}
.header-e{
	display: block;
	position: absolute;
	right: 40px;
	top: 45px;
}
.header-e>span{
	font-size: 24px;
	line-height: 30px;
    font-weight: bold;
}
.header-e>span.sz{
	background: -webkit-gradient(linear, right top, left top, from(#dbdaa1), to(#3cd3d4));
    background: -o-linear-gradient(left, #dbdaa1, #3cd3d4);
    background: linear-gradient(90deg, #dbdaa1, #3cd3d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.header-e>span.on{
	color: #03CECC;
}
.header-e>img{
	margin-left: 10px;
	position: relative;
	top: -3px;
	left: 0;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-e:hover>img{
	left: 5px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-mu.on div{
		background: url(../images/img07.jpg) no-repeat center;
	    background-size: cover;
	    transition: all .3s;;
-webkit-transition: all .3s;
	}
	.header-mu.on>div:last-child{
		margin-left: 10px;
		transition: all .3s;;
-webkit-transition: all .3s;
	}


@media(min-width:1201px){
	header.on{
		height: 80px;
		background: #fff;
		/*box-shadow: 0 3px 3px #999;*/
		border: 1px solid #E8E8E8;
	}
	header.on .logo{
		line-height: 80px;
	}
	header.on .logo .img1{
		display: none;
	}
	header.on .logo .img2{
		display: inline-block;
	}
	.header-mu{
		padding-top: 30px;
	}
	header.on .header-mu div{
		background: url(../images/img07.jpg) no-repeat center;
	    background-size: cover;
	}
	
	
}
@media(max-width:1600px){
	.header{
		width: 800px;
		padding-top: 120px;
		padding-left: 50px;
	}
	.header-b{
		margin-left: 80px;
		width: 500px;
	}
	.header-b li{
		width: 230px;
	}
	.header-c,.header-d{
		bottom: 20px;
	}
	.header-b li:nth-child(n+17){
		display: none;
	}	
}

.logo .img2{
	display: none;
}
@media(max-width:1200px){
	header{
		height: 80px;
		background: rgba(0,0,0,.7);
	}
	header .logo{
		line-height: 80px;
	}
	.header-mu{
		padding-top: 30px;
	}
	.header-mu div{
		background: url(../images/img07.jpg) no-repeat center;
	    background-size: cover;
	}
	.header-b li>img{
		display: none !important;
	}
	.header-b li{
		display: block !important;
	}
}
@media(max-width:1000px){
	header{
		background: #fff;
		/*box-shadow: 0 2px 2px #ccc;*/
		border-bottom: 1px solid #E5E5E5;
	}
	.header{
		padding-top: 150px;
	}
	.header-e{
		top: 100px;
	}
	.logo .img1{
		display: none;
	}
	.logo .img2{
		display: inline-block;
	}
	.header-b{
		width: 440px;
		margin-left: 100px;
	}
	.header-b li{
		width: 200px;
	}
}
@media(max-width:750px){
	header{
		height: 1rem;
		padding: 0 .35rem;
	}
	.header{
		width: 100%;
		height: calc(100% - 1rem);
		height: -webkit-calc(100% - 1rem);
		top: 1rem;
		padding:50px 30px;
	}
	header .logo{
		width: 1.5rem;
		line-height: 1rem;
	}
	.header-mu{
		padding-top: .4rem;
	}
	.header-mu>div{
		width: .45rem;
		margin-bottom: .2rem;
		transition: all .3s;;
-webkit-transition: all .3s;
	}
	.header-mu.on>div:last-child{
		margin-left: 5px;
	}
	.header{
		padding: .6rem .35rem;
		padding-top: 1rem;
	}
	.header-b{
		display: none;
	}
	.header-c{
		font-size: .24rem;
		line-height: .4rem;
		right: .3rem;
	}
	.header-c{
		width: 100%;
		padding: 0 .3rem;
		right: 0;
	}
	.header-d{
		left: .3rem;
	}
	.header-a{
		width: 4rem;
		margin-left: 1.4rem;
	}
	.header-a>a:nth-child(2n + 0){
		margin-left: 1.5rem;
	}
	.header-a>a:first-child,.header-a>a:nth-child(2){
		margin-bottom: .8rem;
	}
	
	.header-e{
		position: relative;
		top: initial;
		right: initial;
		width: 4rem;
		height: 1.2rem;
		float: left;
		margin-top: 1rem;
		margin-left: 1.4rem;
		overflow: hidden;
	}
	.header-e>span{
		font-size: .4rem;
		line-height: 1.2rem;
	}
	.header-e>img{
		float: right;
		top: 50%;
		margin-top: -10px;
	}
	.header-e:after{
		content: '';
		width: 100%;
		height: 2px;
		background: url(../images/img07.jpg) no-repeat center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header-e:before{
		content: '';
		width: 100%;
		height: 2px;
		background: url(../images/img07.jpg) no-repeat center;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.header-d>a{
		margin-right: .15rem;
	}
	.header-d>a>i{
		transform:scale(.7);
	-ms-transform:scale(.7);
	-moz-transform:scale(.7);
	-webkit-transform:scale(.7);
	}
	.header-c{
		bottom: 25px;
		text-align: right;
		padding-right: .45rem;
	}
	.header-d{
		bottom: 45px;
		left: initial;
		right: .3rem;
	}
	/*header{
		background: #fff;
		box-shadow: 0 0 3px #999;
	}
	.logo img.md-show{
		display: inline-block !important; 
	}
	.header{
		padding: .8rem .35rem;
	}
	.header-e{
		top: .2rem;
		right: .5rem;
		line-height: .5rem;
	}
	.header-e>span{
		font-size: .3rem;
		line-height: .5rem;
	}
	.header-e>img{
		width: 15px;
		top: 0;
	}
	.header-a>a{
		font-size: .3rem;
		padding-left: .1rem;
		line-height: .8rem;
		height: .8rem;
	}
	.header-b{
		margin-top: .5rem;
		max-height: 5rem;
		padding: 0;
	}
	.header-b li>a{
		font-size: .26rem;
		line-height: .45rem;
	}
	.header-c{
		font-size: .24rem;
		line-height: .4rem;
		right: .3rem;
	}
	.header-d{
		left: .3rem;
	}
	header{
		height: 1rem;
		padding: 0 .35rem;
	}
	header .logo{
		width: 1.5rem;
		line-height: 1rem;
	}
	.header-mu{
		padding-top: .4rem;
	}
	.header-mu>div{
		width: .45rem;
		margin-bottom: .2rem;
		transition: all .3s;;
-webkit-transition: all .3s;
	}
	.header-mu.on>div:last-child{
		margin-left: 5px;
	}*/
}




/*banner*/
.ban-swiper{
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-swiper *{
	max-width: 100%;
}
.ban-swiper .max1400{
	max-width: 1500px;
}
.ban-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.ban-slide-bj{
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transition:all linear 5s;
	-webkit-transition:all linear 5s;
}
.ban-video{
	min-width: 100%;
	min-height: 100%;
	/*width: 100%;
	height: 100%;*/
	max-width: initial;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-span>span{
	background: #fff;
	margin-right: 3px;
	width: 50px;
	height: 3px;
	border-radius: 0;
	display: none;
}
.ban-span span.swiper-pagination-bullet-active{
	background: #fff;
}

.ban-div{
	color: #fff;
	position: relative;
	z-index: 3;
	
}
.ban-div *{
	margin: 0;
}
.ban-div-a{
	font-size: 80px;
	line-height: 90px;
	max-width: 575px;
	padding-top: 210px;
	position: relative;
	left: 10px;
	opacity: 0;
}
.ban-div-b{
	font-size: 30px;
	line-height: 40px;
	max-width: 575px;
	margin-top: 50px;
	position: relative;
	left: 10px;
	opacity: 0;
}
.ban-div-c{
	font-size: 16px;
	line-height: 1.2;
	margin-top: 20px;
	position: relative;
	left: 10px;
	opacity: 0;
}
.ban-slide.swiper-slide-active .ban-div-a{
	left: 0;
	opacity: 1;
	transition: all .5s linear .1s;
}
.ban-slide.swiper-slide-active .ban-div-b{
	left: 0;
	opacity: 1;
	transition: all .5s linear .4s;
}
.ban-slide.swiper-slide-active .ban-div-c{
	left: 0;
	opacity: 1;
	transition: all .5s linear .7s;
}
.ban-div-d{
	width: 100%;
	font-size: 48px;
	font-weight:bold;
	line-height: 1.2;
	padding-top: 390px;
	text-align: center;
	letter-spacing:10px;
	position: relative;
	top: 10px;
	opacity: 0;
}
.ban-div-e{
	text-align: center;
	position: relative;
	top: 10px;
	opacity: 0;
}
.ban-div-e>div{
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	padding: 0 30px;
	background: rgba(255,255,255,.2);
	border-radius: 17px;
	margin-top: 15px;
}
.ban-slide.swiper-slide-active .ban-div-d{
	top: 0;
	opacity: 1;
	transition: all .5s linear .1s;
}
.ban-slide.swiper-slide-active .ban-div-e{
	top: 0;
	opacity: 1;
	transition: all .5s linear .4s;
}


@media(max-width:1200px){
	.ban-video{
		display: none;
	}
}

.homenav-bj{
	width: 100%;
	max-width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.homenav{
	height: 1px;
}
.homenav-a{
	width: 455px;
	float: right;
	padding-top: 220px;
}
.homenav-a>a{
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.7);
	padding: 25px 0;
	color: #fff;
	position: relative;
}
.homenav-a>a:first-child{
	border-top: 1px solid rgba(255,255,255,.7);;
}
.homenav-a1{
	font-size: 18px;
	line-height: 1;
}
.homenav-a2{
	font-size: 28px;
	line-height: 1;
	margin-top: 12px;
}
.homenav-a>a:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.homenav-a>a:hover:after{
	width: 100%;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.homenav-b{
	position: absolute;
	top: calc(100vh - 135px);
	top: -webkit-calc(100vh - 135px);
	left: 50px;
	overflow: hidden;
}
.homenav-b>div{
	width: 43px;
	height: 43px;
	margin-right: 5px;
	font-size: 18px;
	line-height: 43px;
	color: #fff;
	float: left;
	text-align: center;
	cursor: pointer;
}
.homenav-b>div.on{
	background: url(../images/ico16.png) no-repeat center;
	background-size: cover;
}



@media(max-width:1600px){
	.ban-div-a{
		font-size: 60px;
		line-height: 70px;
		max-width: 455px;
		padding-top: 160px;
	}
	.ban-div-b{
		font-size: 24px;
		line-height: 30px;
		max-width: 455px;
	}
	.homenav-a{
		width: 400px;
		padding-top: 160px;
	}
}
@media(max-width:1200px){
	.homenav-bj{
		top: initial;
		bottom: 0;
	}
	.homenav-a{
		padding: 0;
		position: absolute;
		left: 30px;
		bottom: 300px;
		float: initial;
	}
	.homenav-b{
		top: -70px;
		left: 30px;
	}
}
@media(max-width:1000px){
	.homenav-a{
		bottom: 150px;
	}
}

@media(max-width:750px){
	.ban-div-a{
		padding-top: 2rem;
		font-size: .4rem;
		line-height: .55rem;
		max-width: 5rem;
		font-weight: bold;
	}
	.ban-div-b{
		padding-top: .28rem;
		font-size: .4rem;
		max-width: 5rem;
		margin-top: .3rem;
	}
	.homenav-a{
		bottom: 2rem;
		left: .35rem;
		width: 5rem;
	}
	.homenav-a>a{
		padding: .25rem 0;
	}
	.homenav-a1{
		font-size: .3rem;
	}
	.homenav-a2{
		font-size: .35rem;
		margin-top: .15rem;
	}
	.homenav-b{
		top: -1rem;
		left: .35rem;
	}
	.homenav-b>div{
		width: .6rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .24rem;
		margin-right: .15rem;
	}
}



/*底部*/
footer{
	background: #2e3239;
	max-width: 100%;
}
.footer{
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 45px;
}
.footer-a{
	width: 350px;
	float: left;
	color: #fff;
}
.footer-a1{
	font-size: 20px;
	line-height: 30px;
	margin-top: 40px;
	padding-right: 35px;
	padding-bottom: 4px;
	color: #fff;
	display: inline-block;
	position: relative;
	/*background: url(../images/ico15.png) no-repeat right center;*/
}
.footer-a1:hover{
	color: #fff;
}
.footer-a1>svg{
	width: 2px !important;
	height: 20px !important;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}
.footer-a2{
	width: 100%;
	font-size: 18px;
	line-height: 30px;
}
.footer-b{
	width: calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	min-height: 320px;
	max-width: 880px;
	float: right;
	padding-right: 80px;
	position: relative;
	overflow: hidden;
}
.footer-b li{
	width: 33.333%;
	float: left;
}
.footer-b li>div{
	font-size: 18px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}
.footer-b li>p{
	font-size: 18px;
	line-height: 37px;
	color: #fff;
	opacity: .4;
}
.footer-b li:last-child{
	position: absolute;
	width: 100px;
	top:0;
	right: 0;
}
.footer-c{
	width: 100%;
	height: 1px;
	float: left;
	margin-bottom: 30px;
	background: rgba(255,2552,255,.3);
}
.footer-d{
	width: 48%;
	float: left;
	font-size: 16px;
	line-height: 50px;
	color: rgba(255,255,255,.3);
}
.footer-d a{
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	opacity: .3;
}
.footer-d a:hover{
	opacity: 1;
}
.footer-e{
	float: right;
}
/*.footer-e a{
	display: inline-block;
	padding-top: 15px;
	line-height: 25px;
	position: relative;
	margin-left: 15px;
}
.footer-e a:hover .header-d1{
	opacity: 1;
	transition: all .3s;;
-webkit-transition: all .3s;
}*/

.footer-e .header-d{
	position: relative;
	top: initial;
	left: initial;
	bottom: 10px;
	right: inherit;
	margin: 0;
}

@media(max-width:1200px){
	.footer-b li>p{
		font-size: 15px;
		line-height: 35px;
	}
}
@media(max-width:1000px){
	.footer-b{
		display: none;
	}
	.footer{
		padding-top: 70px;
	}
	.footer-c{
		margin-top: 40px;
	}
}
@media(max-width:750px){
	.footer{
		padding-top: .8rem;
		padding-bottom: .5rem;
	}
	.footer-a{
		display: none;
	}
	.footer-a3>img{
		width: 2rem;
	}
	.footer-a1{
		font-size: 16px;
		line-height: 30px;
		margin-top: .3rem;
	}
	.footer-a2{
		font-size: 14px;
		line-height: 25px;
	}
	.footer-c{
		margin: .3rem 0;
		display: none;
	}
	.footer-d{
		width: auto;
		font-size: 12px;
		
	}
	.footer-d a{
		font-size: 12px;
	}
	.footer-e{
		float: left;
	}
}



/*内页公用banner*/
.gyban{
	width: 100%;
	max-width: 100%;
	height: 490px;
	position: relative;
	overflow: hidden;
}
.gyban *{
	max-width: 100%;
}
.gyban-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: no-repeat center;
	background-size: cover;
}
.gyban-vd{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.gyban-div{
	position: relative;
	z-index: 3;
	max-width: 1500px;
}
.gyban-a{
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	padding-top: 140px;
}
.gyban-b{
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}
.service-gyban-a{
	padding-top: 220px;
}
@media(max-width:1920px){
	/*.gyban{
		height: 820px;
	}*/
}
@media(max-width:1200px){
	.gyban-vd{
		display: none;
	}
}

.gybut{
	width: 150px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #03cecc;
	cursor: pointer;
	transition: all .3s;;
    -webkit-transition: all .3s;
}
.gybut:hover{
	color: #fff;
	border-radius: 25px;
	transition: all .3s;;
   -webkit-transition: all .3s;
}

@media(max-width:1600px){
	.gyban{
		height: 400px;
	}
	.gyban-a{
		padding-top:140px;
		font-size: 45px;
		line-height: 55px;
	}
	.gyban-b{
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width:1200px){
	.gyban{
		height: 490px;
	}
	.gyban-a{
		padding-top:180px;
	}
}
@media(max-width:1000px){
	.gyban{
		height: 450px;
	}
	.gyban-a{
		padding-top: 150px;
		font-size: 38px;
		line-height: 45px;
	}
	.gyban-b{
		font-size: 18px;
		line-height: 30px;
	}
	.gyban{
		margin-top: 80px;
	}
}
@media(max-width:750px){
	.gyban{
		margin-top: 1rem;
	}
	.gyban{
		height: 4rem;
	}
	.gyban-a{
		padding-top:1.3rem;
		font-size: .4rem;
		line-height: .55rem;
	}
	.gyban-b{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
}



/*免责声明*/
.statement-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 59;
	color: #fff;
	background: rgba(0,0,0,.9);
	display: none;
}
.statement-a{
	font-size: 34px;
	line-height: 1;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
}
.statement-b{
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}
.statement-c{
	text-align: right;
	font-size: 16px;
	line-height: 1;
	margin-top: 20px;
}
.statement-d{
	text-align: right;
	font-size: 20px;
	line-height: 1;
	margin-top: 15px;
	font-weight: bold;
}
.statement-e{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin-top: 35px;
}
.statement-e>span{
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	color: #ff0012;
}
.statement-f{
	text-align: center;
}
.statement-f>span{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #fff; 
}
.statement-g{
	text-align: center;
	margin-top: 30px;
}
.statement-h{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
@media(max-width:1600px){
	.statement-b{
		font-size: 16px;
		line-height: 25px;
	}
	.statement-g{
		margin-top: 20px;
	}
}
@media(max-width:750px){
	.statement-a{
		font-size: .4rem;
		padding-top: .4rem;
	}
	.statement-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3px;
	}
	.statement-c{
		font-size: .26rem;
		margin-top: .3rem;
	}
	.statement-d{
		font-size: .3rem;
		margin-top: .2rem;
	}
	.statement-e{
		margin-top: .2rem;
	}
	.statement-f>span{
		font-size: .26rem;
		line-height: .45rem;
	}
	.statement-g{
		margin-top: .3rem;
	}
	.statement-g img{
		max-width: 2.5rem;
	}
	.statement-h{
		font-size: .28rem;
		line-height: .45rem;
	}
	.statement-f{
		line-height: 1;
	}
}





/*我们*/
.we-a{
	padding-top: 125px;
	padding-bottom: 150px;
	overflow: hidden;
}
.we-alt{
	font-size: 40px;
	line-height:1.3;
	width: 200px;
	float: left; 
	color: #2c333f;
}
.we-art{
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	float: right;
	max-width: 1075px;
}
.we-a1{
	font-size: 18px;
	line-height: 30px;
	color: #222;
}
.we-ul{
	margin-top: 105px;
	text-align: center;
	overflow: hidden;
}
.we-ul li{
	width: 25%;
	float: left;
	padding: 0 10px;
}
.we-a2{
	width: 100%;
	height: 105px;
	line-height: 105px;
	font-size: 0;
}
.we-a2 img{
	max-height: 100%;
}
.we-a3{
	font-size: 16px;
	color: #2c333f;
	line-height: 22px;
	margin-top: 25px;
	height: 66px;
}

.we-bbj{
	width: 100%;
	max-width: 100%;
	height: 800px;
	background: no-repeat center;
	background-size: cover;
}
.we-bcont{
	padding-top: 345px;
	max-width: 375px;
	color: #fff;
	float: left;
}
.we-b1{
	font-size: 40px;
	line-height: 1.3;
}
.we-b2{
	font-size: 20px;
	line-height: 40px;
	margin-top: 35px;
}
.we-c{
	padding: 0 30px;
	padding-top: 215px;
	padding-bottom: 275px;
	text-align: center;
}
.we-c1{
	position: relative;
}
.we-c2{
	text-align: right;
	position: relative;
}
.we-c3{
	width: 370px;
	position: absolute;
	top: 0;
	right: 50px;
	text-align: left;
}
.we-c3-a{
}
.we-c3-b{
	font-size: 20px;
	color: #222;
	line-height: 30px;
	margin-top: 25px;
	min-height: 150px;
}
.we-c3-c{
	margin: 0;
	margin-top: 40px;
}

.imessage-bj{
	width: 100%;
	max-width: initial;
	min-height: 800px;
	background: no-repeat center;
	background-size: cover
}
.imessage{
	padding-top: 140px;
	overflow: hidden;
}
.imessage-lt{
	width: calc(100% - 500px);
	width: -webkit-calc(100% - 500px);
	float: left;
	max-width: 535px;
}
.imessage-a{
	font-size: 40px;
	color: #fff;
	line-height: 50px;
}
.imessage-b{
	width: 35px;
	height: 2px;
	background: #fff;
	margin: 35px 0;
}
.imessage-c{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-top: 25px;
}
.imessage-d{
	margin-top: 150px;
	overflow: hidden;
}
.imessage-d li{
	width: 120px;
	float: left;
	margin-right: 20px;
}
.imessage-d li>div{
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 120px;
	font-size: 0;
}
.imessage-d li>div img{
	max-width: 100%;
	max-height: 100%;
}
.imessage-d li>p{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	color: #fff;
}

.imessage-rt{
	width: 440px;
	background: #fff;
	float: right;
	padding: 45px;
}
.imessage-rt .int1{
	width: 100%;
	font-size: 14px;
	border: 0;
	color: #00BEBE;
	line-height: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
.imessage-rt .int2{
	width: 100%;
	font-size: 14px;
	border: 0;
	color: #00BEBE;
	line-height: 30px;
	height: 140px;
	resize: none;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
.imessage-rt .int1.on,.imessage-rt .int2.on{
	border-bottom: 1px solid #00BEBE;
}
.imessage-rt .sub{
	display: block;
	width: 100%;
	border: 0;
	background: #00bebe;
	font-size: 14px;
	color: #fff;
	height: 45px;
	margin-top: 50px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.imessage-rt .sub:hover{
	opacity: .8;
	border-radius: 25px;
	transition: all .3s;;
-webkit-transition: all .3s;
}


@media(max-width:1600px){
	.we-alt{
		font-size: 34px;
	}
	.we-bbj{
		height: 600px;
	}
	.we-bcont{
		padding-top: 220px;
	}
	.we-b1{
		font-size: 36px;
	}
	.we-b2{
		font-size: 18px;
		line-height: 30px;
	}
	.we-c3-c{
		margin-top: 20px;
	}
	.we-c3-b{
		min-height: 100px;
		font-size: 18px;
		line-height: 30px;
	}
	.we-c{
		padding-top: 120px;
		padding-bottom: 200px;
	}
	.imessage-a{
		font-size: 34px;
	}
	.imessage-c{
		font-size: 18px;
	}
}
@media(max-width:1000px){
	.we-alt,.we-art{
		width: 100%;
	}
	.we-art{
		margin-top: 40px;
	}
	.we-ul{
		margin-top: 60px;
	}
	.we-ul li{
		width: 50%;
		margin-bottom: 20px;
	}
	.we-c3{
		right: 0;
	}
	.we-c3{
		position: relative;
		float: right;
	}
	.we-c2{
		position: relative;
		z-index: 3;
		overflow: hidden;
	}
	.we-c1-img{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.we-c{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.imessage-bj{
		min-height: auto;
	}
	.imessage{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.imessage-lt,.imessage-rt{
		width: 100%;
	}
	.imessage-d{
		margin-top: 40px;
		margin-bottom: 60px;
	}
}
@media(max-width:750px){
	.we-a{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.we-alt{
		font-size: .4rem;
		line-height: .55rem;
		font-weight: bold;
	}
	.we-art{
		margin-top: .5rem;
	}
	.we-a1{
		font-size: .26rem;
		line-height: .45rem;
	}
	.we-ul{
		margin-top: .6rem;
	}
	.we-a2{
		padding: 0 .6rem;
		height: 1.2rem;
		line-height: 1.2rem;
	}
	.we-a3{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.we-bbj{
		height: auto;
	}
	.we-b{
		overflow: hidden;
	}
	.we-bcont{
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		max-width: 5rem;
	}
	.we-b1{
		font-size: .4rem;
		line-height: .55rem;
		font-weight: bold;
	}
	.we-b2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.we-c{
		padding: 2rem .15rem;
	}
	.we-c3{
		width: 5rem;
		float: left;
	}
	.we-c3-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
		min-height: auto;
	}
	.gybut{
		width: 2rem;
		height: .6rem;
		font-size: .26rem;
		line-height: .6rem;
	}
	.we-c3-c{
		margin-top: .3rem;
	}
	.imessage{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.imessage-a{
		font-size: .4rem;
		line-height: .55rem;
		font-weight: bold;
	}
	.imessage-c{
		font-size: .26rem;
		line-height: .45rem;
	}
	.imessage-b{
		width: .4rem;
		margin: .3rem 0;
	}
	.imessage-d{
		margin-top: .3rem;
		margin-bottom: .6rem;
	}
	.imessage-rt{
		padding: .45rem;
	}
	.imessage-rt .int1{
		font-size: .26rem;
		line-height: 1rem;
		margin-bottom: .2rem;
	}
	.imessage-rt .int2{
		font-size: .26rem;
		line-height: .45rem;
		height: 1.8rem;
		margin-bottom: .2rem;
	}
	.imessage-rt .sub{
		margin-top: .2rem;
		font-size: .26rem;
		line-height: .8rem;
		height: .8rem;
	}
	.imessage-d li{
		display: none;
	}
	.imessage-d li>p{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
}




/*服务*/
.service-a{
	padding-top: 135px;
	padding-bottom: 135px;
}
.service-a1{
	text-align: center;
}
.service-a1>p{
	display: inline;
}
.service-a2{
	overflow: hidden;
	margin-top: 80px;
}
.service-a2 li{
	width: 33.333%;
	float: left;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 40px;
	color: #222;
}
.service-a2-a{
	font-size: 0;
	height: 70px;
	line-height: 70px;
}
.service-a2-a img{
	max-height: 100%;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.service-a2-b{
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}
.service-a2-c{
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
	height: 100px;
}
.service-a2-c>span{
	display: block;
}
.service-a2 li:hover .service-a2-a img{
	transform:rotateY(180deg);
	-ms-transform:rotateY(180deg); /* Internet Explorer */
	-moz-transform:rotateY(180deg); /* Firefox */
	-webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
	-o-transform:rotateY(180deg); /* Opera */
	transition: all .3s;;
-webkit-transition: all .3s;
}

.service-bbj{
	width: 100%;
	max-width: 100%;
	height: 1025px;
	position: relative;
}
.service-bbj>i{
	width: 1400px;
	width: 70%;
	height: 100%;
	background: #0ba5a7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.service-b{
	position: relative;
	z-index: 2;
	padding-top: 150px;
	overflow: hidden;
}
.service-b1{
	width: 240px;
	float: left;
	color: #fff;
}
.service-b2{
	float: left;
	width: 680px;
}
.service-b3{
	width: 100%;
	overflow: hidden;
}
.service-b3 li{
	width: 50%;
	float: left;
	min-height: 310px;
	margin-bottom: 20px;
	padding-left: 80px;
	overflow: hidden;
}
.service-b3-a{
	width: 95px;
	float: left;
	font-size: 0;
}
.service-b3-b{
	width: calc(100% - 95px);
	width: -webkit-calc(100% - 95px);
	float: right;
	color: #fff;
}
.service-b3-b1{
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.service-b3-b2{
	font-size: 16px;
	line-height: 35px;
}
.service-b4{
	margin-left: 175px;
	background: #fff;
	color: #222;
}
.service-cbj{
	font-size: 0;
	position: relative;
}
.service-cbj>i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.8);
	z-index: 2;
}
.service-c{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 3;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.service-c .P18{
	margin-top: 15px;
}
.service-c3{
	display: inline-block;
	margin-top: 50px;
}
.service-dbj{
	background: #f1f1f1;
	/*max-width: 1920px;*/
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.service-d{
	padding-top: 150px;
	padding-bottom: 120px;
}
.service-d1{
	text-align: center;
}
.service-Dswiper{
	max-width: initial;
	margin-top: 65px;
	width: calc(100% + 700px);
	width: -webkit-calc(100% + 700px);
	padding-right: 600px;
}
.service-da{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.service-d3{
	height: 40px;
	margin-top: 55px;
	position: relative;
	padding-left: 105px;
	padding-right: 70px;
	padding-top: 20px;
}
.swiper-scrollbar{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	height: 2px;
	background: #ccc;
}
.swiper-scrollbar-drag{
	height: 4px;
	background: #03cecc;
	top: -1px;
	margin: 0;
}
.service-d3-a{
	width: 90px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.service-d3-a1{
	width: 40px;
	height: 40px;
	background: url(../images/ico07_1.png) no-repeat center;
	float: left;
	cursor: pointer;
}
.service-d3-a1:hover{
	background-image: url(../images/ico07_11.png);
}
.service-d3-a2{
	width: 40px;
	height: 40px;
	background: url(../images/ico07_2.png) no-repeat center;
	float: right;
	cursor: pointer;
}
.service-d3-a2:hover{
	background-image: url(../images/ico07_22.png);
}
.service-d3-b{
	width: 60px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	font-size: 40px;
	line-height: 40px;
	color: #222;
}
.service-d3-b>div{
	width: 50%;
	float: left;	
}
.service-d3-b1{
	color: #03CECC;
}

.service-e{
	padding-top: 110px;
	padding-bottom: 160px;
}
.service-e1{
	text-align: center;
}
.service-eul{
	margin-top: 65px;
}
.service-eul li{
	width: 100%;
	position: relative;
	border-top: 1px solid #E3E3E3;
}
.service-e2{
	width: 100%;
	height: 115px;
	line-height: 115px;
	position: relative;
	padding-left: 175px;
	padding-right: 400px;
	cursor: pointer;
}
.service-e2-b{
	font-size: 18px;
	line-height: 30px;
	color: #222;
	display: inline-block;
	position: relative;
	transition: all .3s;;
-webkit-transition: all .3s;
}


.service-e2-a{
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.service-e2-c{
	width: 36px;
	height: 36px;
	background: url(../images/ico08_1.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -18px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.service-e2.on .service-e2-b{
	
    transition: all .3s;;
-webkit-transition: all .3s;
}
.service-e2.on .service-e2-b.sz{
	background: -webkit-gradient(linear, right top, left top, from(#dbdaa1), to(#3cd3d4));
    background: -o-linear-gradient(left, #dbdaa1, #3cd3d4);
    background: linear-gradient(90deg, #dbdaa1, #3cd3d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: bold;
}
.service-e2.on .service-e2-b.on{
	color: #03CECC;
	-webkit-text-fill-color: #03CECC;
}
.service-e2.on .service-e2-a{
	color: #03cecc;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.service-e2.on .service-e2-c{
	background-image: url(../images/ico08_2.png);
	transition: all .3s;;
-webkit-transition: all .3s;
}
.service-e3{
	padding: 60px 0;
	padding-left: 175px;
	padding-right: 400px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: url(../images/img07.jpg) no-repeat center;
	background-size: cover;
	display: none;
}
.service-e6{
	text-align: center;
	margin-top: 40px;
}
.service-e6 .lkmr{
	display: inline-block;
}

@media(max-width:1600px){
	.service-gyban-a{
		padding-top: 180px;
	}
	.service-bbj>i{
		width: 80%;
	}
	.service-b{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.service-b3 li{
		padding-left: 40px;
		min-height: 260px;
	}
	.service-b3-b1{
		font-size: 20px;
	}
	.service-b3-b2{
		font-size: 14px;
		line-height: 30px;
	}
	.service-bbj{
		height: auto;
	}
	.service-e2,.service-e3{
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media(max-width:1200px){
	.service-b1,.service-b2{
		width: 80%;
	}
	.service-b3{
		margin-top: 50px;
		
	}
	.service-b3 li{
		padding-left: 0;
		padding-right: 50px;
	}
	.service-b4{
		margin-left: 95px;
	}
	
}
@media(max-width:1000px){
	.service-gyban-a{
		padding-top: 180px;
	}
	.service-Dswiper{
		width: 100%;
		padding-right: 0;
	}
	.service-d{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.service-e2, .service-e3{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media(max-width:750px){
	.service-gyban-a{
		padding-top: 1.6rem;
	}
	.service-a{
		padding-top: .7rem;
		padding-bottom: .8rem;
	}
	.service-a1>p{
		display: block;
	}
	.service-a2{
		margin-top: .6rem;
	}
	.service-a2 li{
		width: 50%;
		margin-bottom: .3rem;
	}
	.service-a2-a{
		height: .8rem;
		line-height: .8rem;
	}
	.service-a2-b{
		font-size: .32rem;
		line-height: .45rem;
		margin-top: .2rem;
		font-weight: bold;
	}
	.service-a2-c{
		font-size: .24rem;
		line-height: .4rem;
		height: 1.6rem;
	}
	.service-a2-c>span{
		display: inline;
	}
	.service-b{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.service-b3{
		margin-top: .5rem;
	}
	.service-b3 li{
		/*width: 100%;*/
		padding-right: .2rem;
		margin-bottom: .4rem;
		min-height: 2.5rem;
	}
	.service-b3-a{
		width: .6rem;
	}
	.service-b3-b{
		width: calc(100% - .8rem);
    width: -webkit-calc(100% - .8rem);
	}
	.service-b3-b1{
		font-size: .32rem;
		line-height: .45rem;
		font-weight: bold;
		margin-bottom: .3rem;
	}
	.service-bbj>i{
		width: 100%;
		opacity: .5;
	}
	.service-b1, .service-b2{
		width: 100%;
	}
	.service-b1{
		text-align: center;
	}
	.service-b3-b2{
		font-size: .24rem;
		line-height: .4rem;
	}
	.service-b4{
		margin-left: calc(50% - 1rem);
		margin-left: -webkit-calc(50% - 1rem);
	}
	.service-c3{
		margin-top: .4rem;
	}
	.service-d{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.service-Dswiper{
		margin-top: .6rem;
	}
	.service-d3{
		margin-top: .4rem;
		height: .6rem;
		padding-top: .3rem;
		padding-left: 1.2rem;
		padding-right: 1rem;
	}
	.service-d3-b{
		width: .8rem;
	}
	.service-d3-b>div{
		font-size: .4rem;
		height: .6rem;
		line-height: .6rem;
	}
	.service-d3-a{
		width: 1rem;
	}
	.service-d3-a1,.service-d3-a2{
		width: 45%;
		height: .6rem;
		background-size: .25rem;
		height: .6rem;
	}
	.service-e{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.service-eul{
		margin-top: .6rem;
	}
	.service-e2{
		height: 1.2rem;
		padding-left: .5rem;
		padding-right: .5rem;
		line-height: 1.2rem;
	}
	.service-e2-b{
		font-size: .24rem;
		line-height: .4rem;
	}
	.service-e2-c{
		width: .4rem;
		height: .4rem;
		margin-top: -.2rem;
		background-size: cover;
	}
	.service-e2-a{
		font-size: .26rem;
	}
	.service-e3{
		padding: .5rem;
		font-size: .24rem;
		line-height: .4rem;
	}
	.service-e6{
		margin-top: .4rem;
	}
}





/*案例*/
.case-gyban{
	height: 300px;
	overflow: hidden;
}
.case-gyban .gyban-a{
	font-size: 26px;
	line-height: 35px;
	padding-top: 100px;
}
.case-gyban .gyban-b{
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
}
.case{
	padding: 60px 40px;
	max-width: 1920px;
	margin: 0 auto;
}
.case-a{
	text-align: center;
	font-size: 0;
}
.case-a>a{
	font-size: 18px;
	color: #2c333f;
	line-height: 1;
	padding-bottom: 22px;
	position: relative;
	display: inline-block;
	margin: 0 30px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.case-a>a:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid #00bebe;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	display: none;
}
.case-a>a:hover{
	color: #00bebe;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.case-a>a.on{
	color: #00bebe;
}
.case-a>a.on:after{
	display: block;
}

.case-b{
	margin-top: 50px;
	display: none;
}
.case-b1{
	overflow: hidden;
	margin-top: 10px;
}
.case-b1>div{
	width: calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	float: left;
	position: relative;
}
.case-b1>div:nth-child(2){
	float: right;
}
.case-b2{
	margin-top: 10px;
	width: 100%;
	position: relative;
	position: relative;
}
.case-b3{
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}
.case-b3-b{
	width: calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	float: right;
	position: relative;
}
.case-b3-a{
	width: calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	float: left;
	
}
.case-b3-a>img{
	opacity: 0;
}
.case-b3-aa{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.case-b3-a>div{
	width: calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	/*height: calc(50% - 5px);
	height: -webkit-calc(50% - 5px);*/
	float: left;
	position: relative;
}
.case-b3-a>div:nth-child(2n + 0){
	float: right;
}
.case-b3-aa>div:first-child{
	margin-right: 10px;
	margin-bottom: 10px;
}
.case-b3-a>div:nth-child(1),.case-b3-a>div:nth-child(2){
	margin-bottom: 10px;
}
.case-b img{
	opacity: 0;
}
.case-b a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.case-b a>p{
	width: 100%;
	position: absolute;
	bottom: 30px;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	padding: 0 30px;
	opacity: 0;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.case-b a:hover>p{
	opacity: 1;
	transition: all .3s;;
-webkit-transition: all .3s;
}

.case-c{
	text-align: center;
	margin-top: 80px;
}
.case-c .lkmr{
	display: inline-block;
}

.case-txt{
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	padding-top: 50px;
}

.case-e{
	margin: 200px 0;
	margin-top: 150px;
	padding: 0 30px;
	overflow: hidden;
	width: calc(100% - 10px);
}
.case-e a{
	display: block;
	width: calc(20% - 10px);
    width: -webkit-calc(20% - 10px);
	float: left;
	position: relative;
	margin: 0 5px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.case-e a>img{
	width: 100%;
	opacity: 0;
}
/*.case-e a:nth-child(2n + 0){
	float: right;
}*/
.case-e a:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/ico29.png) no-repeat bottom center;
	background-size: 100% auto;
	opacity: 0;
}
.case-e a>p{
	width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.case-e a:hover>p,.case-e a:hover:after{
	opacity: 1;
	transition: all .3s;
    -webkit-transition: all .3s;
}


.case-bjimg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.case-vd{
	width: 100%;
	max-width: initial;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.case-cont{
	width: 100%;
	position: relative;
	z-index: 3;
	/*min-height: 1080px;*/
}
.case-div .gyban-a{ 
	font-weight: bold;
}
.case-div .gyban-b{
	font-weight: bold;
}
.case-j{
	width: 92%;
	margin: 0 auto;
	max-width: 1300px;
	margin-top: 50px;
	padding:0 90px;
	position: relative;
}
.case-slide a{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 5px;
	font-weight: bold;
}
.case-slide a:hover{
	color: #00bebe;
	background: #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.case-slide a.on{
	color: #00bebe;
	background: #fff;
}
.case-next,.case-prev{
	background-size: 15px auto;
}



@media(max-width:1600px){
	/*.case-a>a{
		width: calc(25% - 10px);
		font-size: 16px;
		margin: 0 20px;
		margin-bottom: 15px;
	}*/
	.case-e a{
		width: calc(25% - 10px);
		font-size: 16px;
	}
	.case-b a>p{
		padding: 0 15px;
		bottom: 20px;
		font-size: 16px;
		line-height: 25px;
	}
	.case-gyban{
		height: 260px;
	}
	.case-gyban .gyban-a{
		padding-top: 80px;
	}
	.case-e{
		margin: 120px 0;
	}
	.case-slide a{
		font-size: 16px;
		line-height: 60px;
	}
}
.case-bjimg{
	display: none;
}
@media(max-width:1200px){
	.case-bjimg{
		display: block;
	}
	.case-e a{
		width: calc(33.333% - 10px);
		font-size: 16px;
	}
	.case-b a>p{
		opacity: 1;
		bottom: 15px;
		font-size: 14px;
		line-height: 25px;
	}
	.case-e a>p{
		font-size: 18px;
		line-height: 25px;
		opacity: 1;
	}
	.case-gyban{
		height: 300px;
	}
	.case-gyban .gyban-a{
		padding-top: 140px;
	}
	.case-e{
		margin: 100px 0;
	}
	.case-vd{
		display: none;
	}
}

@media(max-width:750px){
	.case-e{
		margin: 1rem 0;
		width: 100%;
		padding: 0 .4rem;
	}
	
	.case-txt{
		font-size: .24rem;
		line-height: .45rem;
		padding-top: .6rem;
	}
	
	.case-slide a{
		font-size: .24rem;
		line-height: .7rem;
	}
	.case-j{
		margin-top: .6rem;
		padding: 0 .8rem;
	}
	.case-next, .case-prev{
		background-size: .25rem auto;
	}
	.case-gyban{
		height: 4rem;
	}
	.case-gyban .gyban-a{
		padding-top: 1.6rem;
		font-size: .4rem;
   		 line-height: .55rem;
	}
	.case-gyban .gyban-b{
		font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
	}
	.case{
		padding:.7rem .35rem;
	}
	.case-a{
		width: 100%;
		overflow-x: auto;
		text-align: left;
		white-space:nowrap !important;
	}
	.case-a>a{
		margin: 0;
		margin-right: .3rem;
		margin-bottom: .3rem;
	}
	.case-b{
		margin-top: .4rem;
	}
	.case-b1{
		margin-top: .1rem;
	}
	.case-b1>div{
		    /*width: calc(50% - .05rem);
	    width: -webkit-calc(50% - .05rem);*/
	   width: 100%;
	   margin-bottom: .1rem;
	}
	.case-b2{
		margin-top: 0rem;
	}
	.case-b3{
		margin: .1rem 0;
	}
	.case-b3-a{
		width: 100%;
		position: relative;
	}
	.case-b3-b{
		width: 100%;
		margin-top: .12rem;
	}
	.case-b3-a>div{
		    /* width: calc(50% - .05rem);
           width: -webkit-calc(50% - .05rem);
	   height: calc(50% - .05rem);
	    height: -webkit-calc(50% - .05rem);*/
	   width: 100%;
	   margin-bottom: .1rem;
	}
	/*.case-b3-a>div:first-child{
		margin-right: .1rem;
		margin-bottom: .1rem;
	}
	.case-b3-a>div:nth-child(1),.case-b3-a>div:nth-child(2){
		margin-bottom: .1rem;
	}*/
	.case-c{
		margin-top: .5rem;
	}
	.case-b a>p{
		font-size: .24rem;
		line-height: .4rem;
		padding: 0 .3rem;
		bottom: .15rem;
	}
	
	.case-e{
		margin-top: .6rem;
	}
	.case-e a{
		width: 100%;
		margin: 0;
		margin-bottom: .2rem;
	}
	.case-e a>p{
		font-size: .26rem;
		line-height: .4rem;
		padding: 0 .2rem;
		bottom: .2rem;
	}
}




/*案例详情*/

.csif-gyban{
	height: 750px;
}
.caseinfo-gyban-a{
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	padding-top: 240px;
}
.caseinfo-gyban-b{
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}
.caseinfo-gyban-a,.caseinfo-gyban-b{
	text-align: left;
}

.caseinfo{
	padding-top: 120px;
	padding-bottom: 120px;
}
.caseinfo-a{
	overflow: hidden;
}
.caseinfo-alt{
	width: 150px;
	float: left;
}
.caseinfo-art{
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	float: right;
	max-width: 1160px;
}
.caseinfo-a1{
	font-size: 16px;
	color: #222;
	width: 100%;
	line-height: 30px;
}
.caseinfo-a2{
	background: initial;
	border:1px solid #ccc;
	color: #222;
	margin-top: 60px;
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 38px;
}
.caseinfo-a2:hover{
	border: 0;
	border:1px solid #03cecc;
	background: #03cecc;
	color: #fff;
	border-radius: 0;
	
}
.caseinfo-b{
	width: 100%;
	margin-top: 120px;
	font-size: 18px;
	line-height: 30px;
}
.caseinfo-cbj{
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 30px;
}
.caseinfo-c{
	width: 525px;
	float: right;
	margin-right: 200px;
}
.caseinfo-c .P16{
	margin-top: 35px;
}
.caseinfo-cl{
	width: 65px;
	position: fixed;
	right: 40px;
	bottom: 10%;
	z-index: 30;
	display:none;
}
.caseinfo-cl-a{
	width: 65px;
	height: 45px;
	display: inline-block;
	background: url(../images/ico10.png) no-repeat center;
	background-size: cover;
}
.caseinfo-cl-a:hover{
	background-image: url(../images/ico10_1.png);
}
.caseinfo-cl-b{
	width: 65px;
	height: 53px;
	display: inline-block;
	background: url(../images/ico12.png) no-repeat center;
	background-size: cover;
	margin: 35px 0;
}
.caseinfo-cl-b:hover{
	background-image: url(../images/ico12_1.png);
}
.caseinfo-cl-c{
	width: 65px;
	height: 53px;
	display: inline-block;
	background: url(../images/ico11_1.png) no-repeat center;
	background-size: cover;
}
@media(max-width:1600px){
	.csif-gyban{
		height: 650px;
	}
	.caseinfo-gyban-a{
		padding-top: 200px;
		font-size: 45px;
		line-height: 55px;
	}
	.caseinfo-gyban-b{
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width:1000px){
	.csif-gyban{
		height: 450px;
	}
	.caseinfo-gyban-a{
		padding-top: 150px;
		font-size: 38px;
		line-height: 45px;
	}
	.caseinfo-gyban-b{
		font-size: 18px;
		line-height: 30px;
	}
	.csif-gyban{
		margin-top: 80px;
	}
}

@media(max-width:1000px){
	.csif-gyban{
		margin-top: 1rem;
	}
	.csif-gyban{
		height: 5rem;
	}
	.caseinfo-gyban-a{
		padding-top:1.5rem;
		font-size: .4rem;
		line-height: .55rem;
	}
	.caseinfo-gyban-b{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	
	.caseinfo-b{
		margin-top: 60px;
		font-size: 14px;
		line-height: 22px;
	}
	.caseinfo-c{
		float: left;
		margin-right: 0;
	}
	.caseinfo-cbj{
		padding-top: 60px;
	}
	.caseinfo-cl{
		width: 40px;
		right: 10px;
	}
	.caseinfo-cl-a{
		width: 40px;
		height: 30px;
	}
	.caseinfo-cl-b{
		width: 40px;
		height: 34px;
		margin: 20px 0;
	}
	.caseinfo-cl-c{
		width: 40px;
		height: 34px;
	}
}
@media(max-width:750px){
	.caseinfo{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.caseinfo-alt{
		width: 1.3rem;
	}
	.caseinfo-art{
		/*width: 100%;*/
		width: calc(100% - 1.6rem);
	   width: -webkit-calc(100% - 1.6rem));
		margin-top: 0rem;
	}
	.caseinfo-a1{
		font-size: .26rem;
		line-height: .45rem;
	}
	.caseinfo-a2{
		margin-top: .4rem;
		width: 2rem;
		height: .6rem;
		line-height: .58rem;
		font-size: .24rem;
	}
	.caseinfo-b{
		margin-top: .5rem;
		font-size: .26rem;
		line-height: .45rem;
	}
	.caseinfo-cbj{
		padding-top: .5rem;
		padding-bottom: .2rem;
	}
	.caseinfo-c{
		width: 80%;
	}
	.caseinfo-c .P16{
		margin-top: .3rem;
	}
	.caseinfo-cl{
		transform:scale(.6);
		-ms-transform:scale(.6);
		-moz-transform:scale(.6);
		-webkit-transform:scale(.6);
		right: 0;
	}
}


/*侧边功能*/
.side{
	width: 40px;
	position: fixed;
	z-index: 29;
	bottom: 10%;
	right: 30px;	
	/*transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);*/
}
.side>div{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: no-repeat center;
	background-color: #fff;
	margin: 5px 0;
	box-shadow: 0 0 3px #eee;
}
.side-a1{
	background-image: url(../images/ico47_1.png) !important;
}
.side-a1.on{
	background-image: url(../images/ico47_2.png) !important;
	transition: all .5s;
-webkit-transition: all .5s;
}
.side-a1:hover{
	background-image: url(../images/ico47_2.png) !important;
	transition: all .5s;
-webkit-transition: all .5s;
}
.side-a2{
	background-image: url(../images/ico47_3.png) !important;
	transition: all .5s;
-webkit-transition: all .5s;
}
.side-a2.on{
	background-image: url(../images/ico47_4.png) !important;
	transition: all .5s;
-webkit-transition: all .5s;
}
.side-a2:hover{
	background-image: url(../images/ico47_4.png) !important;
	transition: all .5s;
-webkit-transition: all .5s;
}
.side-a3{
	background-image: url(../images/ico47_5.png) !important;
	transition: all .5s;
-webkit-transition: all .5s;
}
.side-a3.on{
	background-image: url(../images/ico47_6.png) !important;
	transition: all .5s;
-webkit-transition: all .5s;
}
.side-a3:hover{
	background-image: url(../images/ico47_6.png) !important;
	transition: all .5s;
-webkit-transition: all .5s;
}

.side-bd{
	width: 280px;
	padding: 25px 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: none;
	position: fixed;
	z-index: 99;
	bottom:10%;
	right: 90px;	
	/*transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);*/
}
.side-b{
	font-size: 16px;
	color: #222;
}
.side-c{
	font-size: 28px;
	font-family: arial;
	color: #222;
}
.side-d{
	margin-top: 40px;
}
.side-dli{
	font-size: 18px;
	padding: 20px;
	line-height: 25px;
	text-align: right;
	color: #999;
	border-top: 1px solid #f2f2f2;
	position: relative;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;  
}
/*.side-dli:first-child{
	border: 0;
}*/
.side-d1{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: no-repeat center;
	background-color: #222222;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.side-dli:hover{
	color: #00bebe;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.side-dli:hover .side-d1{
	background-color: #00bebe;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.side-d2{
	width: 100px;
	position: absolute;
	top: 50%;
	border-radius: 5px;
	overflow: hidden;
	display: none;
	border: 1px solid #ccc;
	right: calc(100% + 40px);	
	transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
	
}
.side-ef{
	width: 320px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: none;
	position: fixed;
	z-index: 99;
	bottom: calc(10% + 110px);
	right: 90px;	
	overflow: hidden;
	/*transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);*/
}
.side-e{
	padding: 25px;
}
.side-eli{
	display: none;
}
.side-eli:first-child{
	display: block;
}
.side-e1{
	font-size: 18px;
	font-weight: bold;
}
.side-e2{
	margin-top: 25px;
}
.side-e2 li{
	font-size: 18px;
	color: #999;
	line-height: 30px;
	margin-bottom: 20px;
	padding-left: 35px;
	background: url(../images/ico49_1.png)  no-repeat left 5px;
	cursor: pointer;
}
.side-e2 li.on{
	background-image: url(../images/ico49_2.png);
	color: #222;
}
.side-f{
	width: 100%;
	display: flex;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.side-f div{
	width: 100%;
	cursor: pointer;
	background: #00bebe;
	display: none;
}
.side-f div:hover{
	opacity: .8;
}
.side-f div.side-f1{
	background: #ededed;
	color: #666;
}
.side-f div.side-f2{
	display: block;
}
.side-tip{
	font-size: 16px;
	color: #d31f1f;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: center;
	display: none;
}
.side-efbj{
	/*display: none;*/
}
.side-g{
	padding: 30px;
	text-align: center;
	font-size: 18px;
	display: none;
}
.side-g1{
	font-weight: bold;
	margin-bottom: 20px;
}
.side-g2{
	color: #999;
}
.side-g3{
	position: absolute;
	top: 15px;
	right: 15px;
}
@media(max-width:750px){
	.side{
		right: .1rem;
		bottom: 5%;
		width: .5rem;
		display: none;
	}
	.side>div{
		width: .5rem;
		height: .5rem;
		background-size: .2rem auto;
		margin: .05rem 0;
	}
	.side-ef{
		right: 1rem;
		bottom: 5%;
		width: 4rem;
		
	}
	.side-e{
		padding: .3rem;
	}
	.side-e1{
		font-size: .3rem;
	}
	.side-e2 li{
		font-size: .24rem;
		line-height: .45rem;
		margin-bottom: .2rem;
		padding-left: .5rem;
		background-size: .3rem;
	}
	.side-e2{
		margin-top: .3rem;
	}
	.side-f{
		font-size: .26rem;
		height: .6rem;
		line-height: .6rem;
	}
	.side-bd{
		width: 3.7rem;
		right: 1rem;
		bottom: 5%;
		padding: .3rem;
	}
	.side-b{
		font-size: .26rem;
	}
	.side-c{
		font-size: .35rem;
		margin-top: .2rem;
		font-weight: bold;
	}
	.side-d{
		margin-top: .4rem;
	}
	.side-dli{
		padding: .2rem;
		font-size: .26rem;
		line-break: .4rem;
	}
	.side-d1{
		width: .5rem;
		height: .5rem;
		margin-top: -.25rem;
	}
	.side-d2{
		width: 1.5rem;
		right: 100%;
		margin-right: .6rem;
	}
}