@charset "utf-8";
.swiper-button-prev1:after,
.swiper-button-next1:after{
	display: none;
}
.swiper-button-prev1{
	left: 50px !important;
}
.swiper-button-next1{
	right: 50px !important;
}
.swiper-container1{
	width: 100%;
}
.swiper-container1 .swiper_img{
	width: 100%;
}
.i_box .i_title_con{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 94px;
}
.i_box .i_title_con .i_title{
	font-size: 36px;
}
.i_box .i_title_con .i_subtitle{
	font-size: 20px;
	line-height: 34px;
	color:#888888;
	width: 67%;
	margin: auto;
	padding-top: 65px;
}
.i_box .i_title_con .i_msg{
	font-size: 20px;
	padding-top: 35px;
	display: block;
}
.i_box .i_title_con .i_msg .txt{
	border-bottom: 1px solid #ff7200;
}
.i_box .i_img{
	width: 100%;
}
.i4_box{
	margin-top: 100px;
}

.i4_box .i_title_con{
	text-align: left;
	padding-top: 0;
    padding-bottom: 0;
}
.i4_box .i_title_con .i_subtitle{
	width: auto;
	height: 260px;
	overflow-y:auto ;
	padding-top: 0;
	margin-top: 65px;
	margin-bottom: 30px;
}
.i4_box .i4_inner{
	width: 93%;
	margin: auto;
}
.i4_box .i4_inner .left{
	width: 38.5%;
}
.i4_box .i4_inner .right{
	width: 56%;
	height: 847px;
}
.i4_box .i4_img{
	height: 405px;
}
.i5_con{
	width: 100%;
	height: 705px;
}
.i5_box .i5_nav{
	height: 100%;
	width: 33.3333%;
	position: relative;
	display: block;
}
.i5_box .i5_nav:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.i5_box .i5_nav:hover:after{
	background: rgba(0,0,0,0);
}
.i5_box .i5_nav .i5_nav_txt{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 160px;
	z-index: 101;
	color:#fff;
	font-size: 58px;
	text-align: center;
}
.i6_box{
	width: 79%;
	margin: auto;
	margin-top: 160px;
	margin-bottom: 230px;
	border-top: 1px solid #f7ac6f;
}
.i6_box .i6_nav{
	margin-top: 60px;
}
.i6_box .left{
	width: 474px;
}
.i6_box .left .img{
	width: 100%;
}
.i6_box .right{
	width: calc(100% - 534px);
	margin-left: 60px;
}
.i6_box .i6_title{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.i6_box .i6_btn{
	width: 113px;
	height: 43px;
	border:1px solid #888888;
	box-sizing: border-box;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	display: block;
}
.i6_box .i6_btn:hover{
	border:1px solid #ff7f00;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {}

@media screen and (max-width: 1681px) {}

@media screen and (max-width: 1450px) {}

@media screen and (max-width: 1335px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 330px) {}