/*pad*/

img {
	max-width: 100%;
}
.gh{
	height: 60px;
	width: 60px;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	z-index: 9999;
	display: none;
	top: 0;right: 0;
	background: #ba000c;
}
.gh .bts{
	width: 35px;
	height: 30px;
	position: absolute;
	left: 0;right: 0;
	top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
	margin: 0 auto;
}
.selected .gh {
	transform: rotate(90deg);
}

.gh a {
	background-color: #fff;
	display: block;
	height: 3px;
	margin-top: -1px;
	position: absolute;right: 0;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 15px;
	border-radius: 2px;
}
.gh a:after{
	width:25px;
}
.gh a:before{
	width: 35px;
}
.gh a:after,
.gh a:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 3px;right: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
	top: 10px;
}

.gh a:before {
	top: -10px;
}

.selected .gh a:after,
.selected .gh a:before {
	top: 0;width: 35px;
}

.selected .gh a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	background: #fff;width: 100%;width: 35px;
}

.selected .gh a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	background: #fff;width: 100%;width: 35px;
}

.selected .gh a {
	background-color: transparent !important;width: 35px;
}

@media only screen and (max-width:1800px){
	.warp{
		width: 1500px;
	}
	.s_ban h2{
		margin-left: 140px;
	}
	.contact .img{
		margin-right: 200px;
	}
	.wap{
		width: 1500px;
	}
	.twap{
		width: 1500px;
	}
	.s_ban .rt{
		width: calc(100% - 530px);
	}
	.s_ban .rt li{
		height: 590px;width: calc((100% - 62px)/3);margin-right: 30px;
	}
	.s_ban .rt li .ico{
		top: 110px;
	}
	.success .box dd{
		height: auto;
	}
	.success .box .dit{
		position: static;
	}
	.success .box .case li{
		height: auto;
	}
	.success .ft .list li{
		width: 380px;padding: 30px 0;
	}
	.success .box .pt h4{
		font-size: 34px;
		line-height: 1.6;
	}
	.success .box dl{
		margin-top: 35px;
	}
	.success .box .dit dd{
		width: 230px;margin-right: 10px;
	}
	.success .box .dit dd h5{
		font-size: 23px;
		line-height: 1.2;
	}
	.success .box li{
		margin-bottom: 30px;
	}
	.success .box .dit dd p{
		font-size: 20px;
		line-height: 1.2;
	}
	.success .box .dit{
		height: 640px;
		margin-top: 0;
	}
	.success .box .dit dd .img{
		height: 230px;
	}
	.success .box .dit dd:nth-child(2n) .img{
		top: 200px;
	}
	.success .box .dit dd:first-child{
		margin-left: -50px;
	}
	.page5 .txt h2,
	.page4 .txt h2,
	.page2 .txt h2,
	.page1 .txt h2,
	.page3 .txt h3, .page3 .txt h2 {
	    font-size: 28px;
	    line-height: 1.4;
	    color: #fff;
	    font-weight: bold;
	}
	.page5 .txt p, .page4 .txt p,
	.page2 .txt p,
	.page1 .txt p,
	.page3 .txt p{
		font-size: 22px;
		line-height: 1.4;
	}
	.page2 .txt h2 i,
	.page2 .txt h2 span{
		font-size: 36px;
	}
		.page3 .txt h3{
			margin-bottom: 20px;
		}
	.page4 .txt h2{
		font-size: 34px;
		line-height: 1.6;
	}
	.page5 .txt p,
	.page4 .txt p{
		font-size: 24px;
		line-height: 1.6;
	}
	.page5 .txt .logo img{
		height: 65px;
	}
	.page5 .txt h2{
		font-size: 36px;
		line-height: 1.6;
	}
	.page5 .txt{
		height: auto;
	}
	.header .naver li h3{
		font-size: 16px;
	}
	.header .naver li p{
		font-size: 13px;
	}
	.footer .nav li h3{
		font-size: 20px;
		line-height: 1.6;
	}
	.footer .nav li p{
		font-size: 16px;
	}
	.footer .copyright{
		font-size: 16px;
		line-height: 56px;
	}
	.header{
		padding: 20px 0;
	}
	.layout{
		border-top: 100px solid #ba000c;
	}
	.footer .box{
		padding: 20px 0;
	}
	.svg{
		top: 0;
	}
	.success .box .tit{
		height: auto;
	}
	.success .box .tit h3{
		line-height: 100px;
		font-size: 38px;
	}
}
@media only screen and (max-width:1540px){
	.team .hd .logo .cs1{
		right: 33px;top: 33px;
		}
	.wap{
		width: 1200px;
	}
	.warp{
		width: 1200px;
	}
	.twap{
		width: 1200px;
	}
	.success .box .pt{
		padding-left: 0;
	}
	.success .box .dit dd{
		width: 196px;margin-right: 10px;
	}
	.success .box .dit dd h5{
		font-size: 23px;
		line-height: 1.2;
	}
	.success .box li{
		margin-bottom: 30px;
	}
	.success .box .dit dd p{
		font-size: 20px;
		line-height: 1.2;
	}
	.success .box .dit{
		height: 624px;
		margin-top: 0;
	}
	
	.success .box .dit dd .img{
		height: 200px;
	}
	.success .box .dit dd:nth-child(2n) .img{
		top: 200px;
	}
	.success .box .dit dd:first-child {
	    margin-left: -70px;
	}
	.success .box .tit h3{
		padding-left: 0;
	}
	.success .box .case{
		padding: 70px 0 20px;
	}
	.success .bd .tit h3{
		padding-left: 0;
	}
	.s_ban{
		padding: 70px 0;
	}
	.success .bd .list li{
		height: 120px;
	}
	.success .ft{
		padding-bottom: 30px;
	}
	.success .bd .list{
		padding:  50px;
	}
	.success .box .tit h3{
		line-height: 100px;
		font-size: 36px;
	}
	.success .bd .tit h3{
		line-height: 100px;
		font-size: 48px;
	}
	.success .ft{
		margin-top: 30px;
	}
	.success .ft .list li{
		width: 400px;padding: 40px 0 ;
	}
	.team .hd{
		padding: 100px 0;
	}
	.team .hd .logo{
		width: 700px;
	}
	.team .hd .img{
		width: calc(100% - 710px);
	}
	.team .bd .list li{
		height: auto;
	}
	.footer .nav li{
		margin-left: 100px;
	}
	.contact .text{
		width: calc(100% - 550px);padding-bottom: 100px;padding-left: 0;
	}
	.contact .img{
		height: auto;margin-top: 100px;width: 530px;
	}
	.about .box2 li{
		width: 400px;height: 400px;
	}
	.s_ban h2{
		font-size: 36px;
		line-height: 1.4;margin-left: 44px;margin-top: 150px;
	}
	.s_ban .rt{
		width: calc(100% - 400px);
	}
	.s_ban .rt li{
		height: 480px;
	}
	.s_ban .rt li .ico{
		top: 60px;
	}
	.s_ban .rt .txt h3{
		font-size: 26px;line-height: 36px;
	}
	.s_ban .rt .txt p{
		font-size: 20px;
	}
	.success .box .pt h4{
		font-size: 30px;
	}
	.contact .img{
		margin-right: 0;width: 460px;
	}
	.contact .text{
		padding-left: 100px;
	}
	.about .box .txt p{
		padding: 0 100px;
	}
	.success .box .case li img{
		height: auto;
	}
	.about .box2 .text{
		margin-top: 0;
	}
	
}
@media only screen and (max-width:1240px){
	.wap{
		width: 980px;
	}
	.success .box .dit dd{
		width: 161px;
	}
	.success .box .dit{
		height: 602px;
	}
	.success .box .dit dd .img{
		height: 161px;
	}
	.success .box .dit dd:first-child {
    margin-left: -61px;
}
	.warp{
		width: 980px;
	}
	.twap{
		width: 980px;
	}
	
	.header .logo{
		margin-top: 10px;
	}
	.about .box .txt h2{
		margin-bottom: 30px;
	}
	.about .box1 .list li:nth-child(2n){
		width: 400px;height: 400px;
	}
	.about .box1 .list li{
		width: 300px;height: 300px;
	}
	.s_ban h2{
		float: none;width: auto;margin-top: 0;
	}
	.s_ban .rt{
		width: auto;float: none;margin-top: 50px;
	}
	.s_ban{
		padding-top: 85px;
	}
	.s_ban .rt li .ico{
		top: 60px;
	}
	.s_ban .rt li{
		width: 300px;height: 520px;
	}
	.success .box .tit{
		height: 100px;
	}
	.s_ban h2{
		font-size: 40px;line-height: 1.2;
	}
	.success .box .tit h3{
		line-height: 100px;
	}
	.success .box dl{
		margin-top: 60px;
	}
	.success .box li{
		margin-bottom: 30px;
	}
	.success .box .case li{
		margin-right: 30px;margin-bottom: 30px;width: calc((100% - 62px)/3);
	}
	.success .box .case{
		padding: 70px 20px 20px;
	}
	.success .bd .tit h3{
		line-height: 100px;
	}
	.success .bd .list{
		padding: 90px 0;
	}
	.success .bd .list li{
		height: 140px;
	}
	.success .ft .list li{
		width: 325px;padding: 30px 0;
	}
	.success .ft .list{
		top: -24px;
	}
	.success .box .tit{
		height: auto;
	}
	.footer .nav li{
		margin-left: 50px;
	}
	.success .box .tit h3{
		font-size: 34px;line-height: 80px;
	}
	.success .box .pt h4{
		font-size: 34px;line-height: 50px;
	}
	.success .box .pt p{
		font-size: 24px;
	}
	.success .bd .tit h3{
		font-size: 30px;line-height: 80px;
	}
	.team .hd .logo{
		width: 580px;margin-top: 90px;
	}
	.team .hd .img{
		width: calc(100% - 600px);
	}
	.contact .text{
		width: calc(100% - 400px);padding-bottom: 90px;
	}
	.contact .img{
		width: 400px;margin-top: 50px;
	}
	.contact h2{
		font-size: 60px;
	}
	.contact .list{
		margin-top: 20px;
	}
    .about .box .txt p{
		padding: 0 100px;
	}
	.about .box2 .text{
		margin-top: 0;
	}
	.about .box2 li{
		width: 360px;height: 360px;
	}
	.success .box .pt h4{
		font-size: 28px;
	}
	
	
	
	
	
	
	.team .hd .logo .cs1 {
	    width: 40px;
	}
	
	
	
	
	
	
	
}
@media only screen and (max-width:1020px){
	.team .hd .logo .cs1{
		width: 60px;
	}
	
	.twap,
	.warp,
	.wap{
		width: auto !important;
	}
	.header{
		display: none;
	}
	.header .logo {
		margin-left: 30px;margin-top: 32px;float: none;width: auto;
	}
	.header .logo img{
		height: 40px;
	}
	.layout {
		width: 750px;
		margin: 0 auto;
		background: #fff;
		position: relative;
		overflow: hidden;
		padding-top:93px;
		border: none;
	}
	.index{
		background: #BA000C;
	}
	.header{
		padding: 0;position: fixed;z-index: 1111;
		left: 0;right: 0;top: 0;margin: 0 auto;
		height: 100px;
	}
	.gh {
		display: block;position: absolute;right: 0;top: 0;
		z-index: 11;height: 94px;
	}
	.header .naver{
		position: absolute;
		left: 0;right: 0;
		top: 100px;z-index: 111;
		background: rgba(0,0,0,0.9);
		box-sizing: border-box;
		margin-top: 0;text-align: center;padding-bottom: 30px;display: none;float: none;
	}
	.header .naver li{
		display: block;margin: 0;float: none;position: static;border-bottom: 1px solid #333;padding: 20px 0;
	}
	.header .naver li:nth-child(2n){
		padding: 0;
	}
	.header .naver li h3{
		font-size: 30px;
		line-height: 46px;
		text-align: left;
		color: #fff;
		display: block;
		padding: 0 40px;
		margin-bottom: 10px;
	}
	.header .naver li p{
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		color: #fff;
		display: block;
		padding: 0 40px;
	}
	.header .naver li span{
		display: none;
	}
	.header .naver li:last-child{
		border-bottom: none;
	}
	.b_ban{
		height: 300px;
	}
	.about .box .txt{
	        padding: 70px 30px 0;
	}
	.about .box .txt h2{
		font-size:50px ;
		line-height: 2;margin-bottom: 20px;
	}
	.about .box{
		height: auto;
	}
	.about .box .txt p{
		font-size: 24px;
		padding: 0;
	}
	.about .box .txt h6{
		font-size: 26px;
	}
	.about .box1{
		padding: 60px 30px;
	}
	.about .box1 .list li{
		width: 230px;height: 230px;margin: 0 -10px;
	}
	.about .box1 .list li:nth-child(2n){
		width: 250px;height: 250px;
	}
	.about .box1 .logo{
		margin: 70px 20px 0;
	}
	.about .box1 h4{
		font-size: 30px;
	}
	.about .box1 .txt{
		padding-top: 65px;
	}
	.about .box1 h3{
		font-size: 21px;
	}
	.about .box1 p{
		font-size: 24px;line-height: 1.2;
	}
	.about .box2{
		padding: 80px 0;
	}
	.about .box2 li{
		width: 300px;height: 300px;
		margin: 0 15px;
	}
	.about .box2 .txt p{
		font-size: 24px;line-height: 1.4;margin-top: 5px;
	}
	.about .box2 li::before{
		/* display: none; */
	}
	.about .box2 .text{
		margin-top: 0;
	}
	.about .box3 .txt{
		padding: 60px 30px;
	}
	.about .box3{
		height: auto;
	}
	.about .box3 .txt p{
		font-size: 24px;
	}
	.about .box3 .txt h3{
		margin: 30px 0;
	}
	.about .box .txt h4{
		font-size: 32px;margin-bottom: 20px;
	}
	.about .box4{
		padding: 60px 30px;
	}
	.about .box4 p{
		margin-bottom: 20px;font-size: 23px;margin-top: 10px;
	}
	.about .box4 .txt h6{
		font-size: 24px;line-height: 1.7;margin: 20px 0 ;
	}
	.about .box4 .txt dd{
		font-size: 24px;line-height: 1.7;display: block;margin-bottom: 20px;
	}
	.about .box4 .txt li{
		height: auto;width: auto;margin-right: 0;margin-bottom: 20px;
	}
	.footer .box{
		display: none;
	}
    .footer .copyright{
		padding: 0 20px;
	}
	.contact{
		padding: 80px 30px 0;
	}
	.contact .text{
		float: none;padding-left: 0;width: auto;padding-bottom: 0;
	}
	.contact .list li{
		margin-bottom: 20px;
	}
	.contact .list li h3{
		font-size: 34px;background-size: 20px auto !important;
	}
	.contact .list li h6{
		font-size: 24px;
	}
	.contact .list li p{
		font-size: 24px;
	}
	.contact .img{
		width: auto;margin-top: 80px;height: auto;float: none;
	}
	.team .hd{
		padding: 120px 30px 60px;
	}
	.team .hd .logo{
		float: none;width: auto;margin-top: 0;
	}
	.team .hd .img{
		width: auto;float: none;float: none;
	}
	.team .hd .img img{
		margin: 0 auto;
	}
	.team .bd p{
		font-size: 30px;
	}
	.team .bd .list li{
		width: 50%;
	}
	.s_ban{
		padding: 80px 30px;
	}
	.success .box .tit h3{
		padding-left: 30px;
	}
	.success .box .list{
		padding: 60px 30px;
	}
	.success .box dl{
		margin-top: 40px;
	}
	.success .box dd{
		width: calc((100% - 42px)/3);margin-right: 20px;
	}
	.success .box dd:nth-child(3n){
		margin-right: 0;
	}
	.success .box li:nth-child(4) .pt h4{
		background: url(../images/img67.png) no-repeat left top 5px;
	}
	.success .box .case{
		padding: 60px 30px 30px;
	}
	.success .box .case li{
		margin-right: 0;width: calc((100% - 20px)/2);margin-bottom: 30px;
	}
	.success .box .case li:nth-child(2n){
		float: right;
	}
	.success .bd .tit h3{
		padding-left: 30px;
	}
	.success .bd .list{
		padding: 60px 30px;
	}
	.success .bd .list li{
		width: calc(100% / 4.01);
	}
	.success .bd .list li:nth-child(n+7){
		border-bottom: 1px solid #b8b8b8;
	}
	.success .bd .list ul{
		border-left: 0;border-right: 0;
	}
	.success .bd .list li:nth-child(6n){
		border-right: 1px solid #b8b8b8;
	}
	.success .bd .list li:nth-child(4n){
		border-right: 0;
	}
	.success .bd .list li:nth-child(n+9){
		border-bottom: 0;
	}
	.success .ft .list li h3{
		font-size: 32px;line-height: 1.7;
	}
	.success .ft .list li p{
		font-size: 24px;
	}
	.success .ft .list li{
		width: 250px;padding: 25px 0;
	}
	.success .ft .list{
		top: 0;
	}
	.success .ft{
		padding-bottom: 0;
	}
	.ykhd .lo{
		-webkit-animation:fadeInLeftBig 0.5s 0.5s ease both;
		-moz-animation:fadeInLeftBig 0.5s 0.5s ease both;
	}
	
	.ykhd .gh{
		-webkit-animation:fadeInRightBig 0.5s 0.5s ease both;
		-moz-animation:fadeInRightBig 0.5s 0.5s ease both;
	}
	.ykhd{
		padding: 30px;
	}
	.page4 .txt{
		left: 30px;right: 30px;
	}
	.page,
	.swiper-container{
		height: 100%;
	}
	.ykx .ykhd{
		-webkit-animation: fadeInDown 1s 1.5s ease both;
		    -moz-animation: fadeInDown 1s 1.5s ease both;
	}
	.gh a,
	.gh a::before,
	.gh a::after{
		background: #fff;
	}
	
	.page{
		padding: 0 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer{
		height: auto !important;
		padding: 0;
	}
	.footer .copyright{
		font-size: 24px;
		text-align: center;
		line-height: 60px;
	}
	.page5 .txt{
		padding-left: 0;
	}
	.ykhd{
		background: #BA000C;
	}
	.about .box4 .txt p{
		font-size: 26px;
	}
	.about .box2 .text h2{
		margin-top: 20px;
	}
	.s_ban .rt li{
		width: calc((100% - 42px)/3);
		margin-right: 20px;
	}
	.s_ban .rt li{
		height: 450px;
	}
	
	.success .box .dit{
		background: none;
		height: auto;
		padding: 40px 0;
	}
	.success .box .dit dd{
		margin: 0 !important;
		width: 33.33%;
	}
	.success .box .dit dd .img{
		position: static !important;
		width: 200px;height: 200px;
		margin: 0 auto;
	}
	.success .box .dit dd .txt::before{
		display: none;
	}
	.success .box .dit dd .txt{
		margin: 20px 0 !important;
	}
	.svg{
		left: -100%;
		width: 300%;
	}
	.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
		width: 20px;height: 20px;
	}
	.sco .ykhd .lo{
		display: block;
	}
	.video{
		width: 600px;
	}
	.about .box{
		padding-bottom: 100px;
	}
	
	.pc{
		display: none;
	}
	.web{
		display: block;
	}
	.team .bd h2{
		font-size: 60px;
	}
	.team .hd .logo .cs1{
		top: 32px;right: 32px;
	}
	.success .box .case li img{
		height: 200px;
	}
}

