
.yhbanner{
	position: relative;
	/*min-height: 80vh;*/
	/*background-image: url(../images/yhpic_01.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	
}
.yhbanner>img{
	width: 100%;
}
.bannertxt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.bannertxt img{
	display: block;
	margin: 0 auto;
	transform: rotateX(90deg);
}
.bannertxt img:nth-child(2){
	margin-top: -30px;
}
.yhbanner.active .bannertxt img{
	transform: rotateX(0);
}
.banner_slogan{
	width: 100%;
	background: #150e35;

}
.banner_slogan ul{
	font-size: 0;
}
.banner_slogan  li{
	display: inline-block;
	background: #150e35;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,.3);
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3); 
	
	transform: translateY(100%);
}
.banner_slogan ul li:last-child{
	border-right: 0;
}
.banner_slogan ul li a{
	display: block;
}
.banner_slogan ul li span{
	line-height: 98px;
	display: block;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	font-size: 22px;
}
.active.banner_slogan li{
	transform: translateY(0);
}
.wrap{
	background: #150e35;
}
.wrap_container{
	width: 65.8%;
	margin: 0 auto;
	font-size: 0;
}
.wrap_1{
	background: #150e35;
	padding: 130px 0 0;
	position: relative;
}
.wrap_1>img{

	width: 100%;
}
.wrap_tit span{
	text-transform: uppercase;
	color:#cf8b3c;
	font-size: 29px;
	margin-bottom: 15px;
	display: inline-block;
}
/*.wrap_tit span:before{
	content: '';
	display: inline-block;
	width:21px;
	height: 1px;
	background: #1290c9;
	margin-right: 10px;
	vertical-align: middle;

}*/
.wrap_tit h3{
	width: 300px;
	font-weight: bold;
	color:#fff;
	font-size: 48px;
	line-height: 60px;
}
.wrap_1 .wrap_tit,.wrap_2 .wrap_tit{
	display: inline-block;
	width: 32%;
	vertical-align: top;
}
.wrap_1_list,.wrap_2_list{
	width: 68%;
	vertical-align: top;
	display: inline-block;
}
.wrap_1_list ul{
	font-size: 0;
	padding-bottom: 20px;
}
.wrap_1_list li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding-right: 65px;
	margin-bottom: 55px;
	opacity: 0;
	transform: translateX(100%);
}
.wrap_1.active .wrap_1_list li{
	opacity: 1;
	transform: translateX(0);
}
.wrap_1_list li h4{
	color:#cf8b3c;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	margin-bottom: 12px;
	padding-left: 40px;
}
.wrap_1_list li h4 img{
	position: absolute;
	top: 5px;
	left: 0;
}
.wrap_1_list li p{
	padding-left: 40px;
	color:rgba(255,255,255,.7);
	font-size: 16px;
	line-height: 22px;
}
.wrap_2{
	padding:100px 0 50px;
	/*background-image: url(../images1/wrap_2bac_02.jpg);*/
	background-size: cover;
}
.wrap_2 .wrap_tit span{
	/*color:#fff*/
}
/*.wrap_2 .wrap_tit h3{
	color:#6fd2ff
}*/
.wrap_2_list li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding-right: 65px;
	margin-bottom: 40px;
	opacity: 0;
	font-size: 0;
	transform: translateX(100%);
}
.wrap_2.active .wrap_2_list li{
	opacity: 1;
	transform: translateX(0);
}
.wrap_2_list ul{
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}
.wrap_2.active .wrap_2_list li h2{
	display: inline-block;
	width: 10%;
	vertical-align: top;
	font-size: 42px;
	color:#fff;
	font-weight: bold;
	line-height:26px;
}
.wrap_2_inner{
	display: inline-block;
	width: 90%;
	box-sizing: border-box;
	vertical-align: top;
}
.wrap_2_inner h6{
	color:#cf8b3c;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.wrap_2_inner p{
	line-height: 22px;
	color:rgba(255,255,255,.5);
	font-size: 16px;
}
.wrap_3{
	position: relative;
	background-image: url(../images1/wrap_3bac_02.jpg);
	background-size: 38.1% 100%;
	background-repeat: no-repeat;
	
	
}
.wrap_3 .wrap_tit{
	position: absolute;
	left: 17.1%;
	top: 110px;
}
.wrap_3 .wrap_tit span{
	color:#fff
}
.wrap_3 .wrap_tit h3{
	color:#fff
}
.wrap_3_list{
	display: inline-block;
	vertical-align: top;
	padding-left:38.02% ;
	width: 100%;
	box-sizing: border-box;
}
.wrap_3_list li{
	padding: 100px 0 ;
	background-size: cover;
}
.wrap_3_list li:nth-child(1){
	background-image: url(../images1/wrap_3_listimg_03.jpg);
}
.wrap_3_list li:nth-child(2){
	background-image: url(../images1/wrap_3_listimg_04.jpg);
}
.wrap_3_list_inner{
	margin-left: 140px;
	transform: translateX(100%);
	opacity: 0;
}
.active .wrap_3_list_inner{
	opacity: 1;
	transform: translateX(0);
}
.wrap_3_list_inner h2{
	position: relative;
	padding-left: 55px;
	color:#ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.wrap_3_list_inner img{
	position: absolute;
	left: 0;
	top: 5px;
}
.wrap_3_list_inner p{
	padding-left: 55px;
	color:rgba(255,255,255,.5);
	font-size: 16px;
	opacity: 0;
	transform: translateY(150%);
}
.wrap_3_list li:hover .wrap_3_list_inner p{
	opacity: 1;
	transform: translateY(0);
}
.wrap_4_left{
	display: inline-block;
	vertical-align: middle;
	width: 32%;
}
.wrap_4_right{
	display: inline-block;
	vertical-align: middle;
	width: 68%;
	opacity: 0;
	transition: all 1300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
	-webkit-transition: all 1300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
	-moz-transition: all 1300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
}
.wrap_4.active .wrap_4_right{
	opacity: 1;
}
.wrap_4_right>img{
	width: 100%;
}
.wrap_4{
	background: #150e35;
	padding-bottom: 60px;
	position: relative;
}
.wrap_4:after{
	content:'';
	display: block;
	width: 100%;
	height: 60px;
	background: #150e35;
	position: absolute;
	left: 0;
	bottom: 0;
}


.wrap_4 .wrap_tit{
	transform: translateX(100%);
	opacity: 0;
}
.wrap_4_more{
	margin-top: 155px;
	transform: translateX(100%);
	opacity: 0;
}
.wrap_4_more p{
	line-height: 26px;
	color:#fff;
	font-size: 16px;
}
.wrap_4_introduce{
	margin-top: 40px;
	transform: translateX(100%);
	opacity: 0;
}
.wrap_4.active .wrap_4_introduce,.wrap_4.active .wrap_4_more,.wrap_4.active .wrap_tit{
	transform: translateX(0);
	opacity: 1;
}
.wrap_4_introduce p{
	color:#fff;
	font-size: 16px;
}
.wrap_4_introduce h4{
	margin-top: 40px;
	font-weight: bold;
	color:#fff;
	font-size: 23px;
}
.wrap_4_introduce h5{
	color:#ffffff;
	font-size: 24px;
}
.wrap_4_introduce a:last-child{
	color:#fff;
	display: block;
	font-size: 40px;
	margin-top: 30px;
	width: 40px;
	height: 40px;
	background: url(../images/myqq1.png) no-repeat center;
}

a,.bannertxt img:nth-child(1),.banner_slogan li:nth-child(1),.wrap_1_list li:nth-child(1),.wrap_2_list li:nth-child(1),.wrap_3_list_inner p,.wrap_4_introduce a h6,.wrap_4 .wrap_tit,.wrap_3_list li:nth-child(1) .wrap_3_list_inner{
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
}
.bannertxt img:nth-child(2){
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
}
.banner_slogan li:nth-child(2),.wrap_1_list li:nth-child(2),.wrap_2_list li:nth-child(2),.wrap_4 .wrap_4_more,.wrap_3_list li:nth-child(2) .wrap_3_list_inner{
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .4s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .4s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .4s;
}
.banner_slogan li:nth-child(3),.wrap_1_list li:nth-child(3),.wrap_2_list li:nth-child(3),.wrap_4 .wrap_4_introduce{
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .8s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .8s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) .8s;
}
.banner_slogan li:nth-child(4),.wrap_1_list li:nth-child(4),.wrap_2_list li:nth-child(4){
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
}
.wrap_2_list li:nth-child(5){
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.6s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.6s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.6s;
}
.wrap_2_list li:nth-child(6){
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2s;
}
.wrap_2_list li:nth-child(7){
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2.4s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2.4s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2.4s;
}
.wrap_2_list li:nth-child(8){
	transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2.8s;
	-webkit-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2.8s;
	-moz-transition: all 800ms cubic-bezier(0.35, 0.85, 0.55, 1) 2.8s;
}

@media only screen and (max-width:1440px ) {
	.wrap_container{
		width:1000px ;
	}
	.bannertxt img:nth-child(1){
		width: 750px;
	}
	.bannertxt img:nth-child(2){
		width: 300px;
	}
	.wrap_tit h3{
		font-size: 36px;
		line-height: 40px;
	}
	.wrap_1_list li h4,.wrap_2_inner h6{
		font-size: 18px;
	}
	.wrap_1_list li p,.wrap_2_inner p{
		font-size: 14px;
	}
	.wrap_1_list li h4 img{
		width: 20px;
	}
	.wrap_2.active .wrap_2_list li h2{
		font-size: 36px;
	}
}
@media only screen and (max-width:768px){
	.body-box-sub{
		overflow: hidden;
	}
	.bannertxt img:nth-child(1){
		width: 450px;
	}
	.bannertxt img:nth-child(2){
		width: 180px;
	}
	.banner_slogan{
		position: static;
		background: #1e3b6d;
	}
	.banner_slogan ul li span{
		font-size: 16px;
		line-height: 60px;
	}
	.wrap_1{
		padding:60px 0 0
	}
	.sub-menu{
		height: auto !important;
	}
	.wrap_tit{
		box-sizing: border-box;
		padding: 0 5%;
	}
	.wrap_1 .wrap_tit, .wrap_2 .wrap_tit{
		display: block;
		width: 100%;		
	}
	.wrap_container{
		width: 100%;
	}
	.wrap_1_list, .wrap_2_list{
		display: block;
		margin-top: 30px;
		box-sizing: border-box;
		padding: 0 5%;
		width: 100%;
	}
	.wrap_3 .wrap_tit{
		position: static;
		width: 100%;
		padding: 60px 5%;
		background-image: url(../images1/wrap_3bac_02.jpg);
		background-size: cover;
		background-position: center;
	}
	.bannertxt{
		top: 40%;
	}
	.wrap_3_list{
		width: 100%;
		padding-left: 0;
	}
	.wrap_3_list li{
		padding: 60px 0;
	}
	.wrap_3_list_inner h2{
		font-size: 22px;
	}
	.wrap_3_list_inner img{
		width: 26px;
	}
	.wrap_4_left{
		width: 100%;
		padding: 30px 5%;
		box-sizing: border-box;
	}
	.wrap_4_right{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
}
@media only screen and (max-width:414px){
	.yhbanner.active .banner_slogan li{
		width: 100%;
	}
	.case .sub-menu .left{
		display: none;
	}
	.banner_slogan ul li span{
		line-height: 36px;
	}
	.bannertxt{
		top:24%
	}
	.bannertxt img:nth-child(1){
		width: 215px;
	}
	.bannertxt img:nth-child(2){
		width: 140px;
	}
	.wrap_1_list li{
		width: 100%;
		padding: 0;
	}
	.wrap_1{
		padding: 45px 0 0;
	}
	.wrap_2_list li{
		width: 100%;
		padding: 0;
	}
	.wrap_2{
		padding: 45px 0;
	}
	.wrap_tit h3{
		font-size: 30px;
		line-height: 36px;
	}
	.wrap_4_more{
		margin-top: 30px;
	}
	.wrap_4_introduce h4{
		font-size: 18px;
	}
	.wrap_3_list_inner{
		margin-left: 0;
		padding:0 5%
	}
}
