﻿@charset "utf-8";
.swiper1{
	width: 100%;
}
.swiper1 .swiper_img{
	width: 100%;
}

.swiper1 .swiper1_page{
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
	color:#fff;
}
.swiper1 .swiper1_page .swiper1_prev{
	width: 17px;
	height: 7px;
	cursor: pointer;
}
.swiper1 .swiper1_page .num{
	margin: 0 20px;
}
.swiper1 .swiper1_page .swiper1_next{
	width: 17px;
	height: 7px;
	cursor: pointer;
}
.pagination1{
	left: initial !important;
	bottom: initial !important;
	right: 66px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px !important;
}
.pagination1 .swiper-pagination-bullet{
	width: 21px !important;
	height: 21px !important;
	opacity: 1 !important;
	background: url(../images/i_page.png) no-repeat center center;
	background-size: 5px 5px;
}
.pagination1 .swiper-pagination-bullet-active{
	background: url(../images/i_page_checked.png) no-repeat center center;
	background-size: 100% 100%;
}
.swiper_box{
	position: absolute;
	top: 50%;
	left: 198px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#fff;
	z-index: 10;
}
.swiper1 .gray_box{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
	background-image: -webkit-linear-gradient(to bottom,transparent,rgba(0,0,0,0.4));
	background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,0.4));
}
.swiper_box .swiper_title,
.swiper_box .swiper_subtitle{
	font-size: 48px;
	line-height: 48px;
}
.swiper_box .swiper_subtitle{
	margin-top: 20px;
	font-weight: bold;
}
.swiper_box .swiper_msg{
	margin-top: 290px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
    color:#fff;
}
.swiper_box .swiper_msg:hover{
	color: #fcc80e ;
}
.swiper_box .swiper_msg .txt{
	margin-right: 20px;
}

.i1_box{
	height: 796px;
	background:#eeeeee url(../images/i1_bg2.gif) no-repeat right center;
	background-size: auto 75%;
}


.i1_box .i1_btn{
	width: 200px;
	height: 60px;
	border-radius: 30px;
	background: transparent;
	color: #333333;
	margin-top: 80px;
	border:1px solid #333333;
}
.i1_box .i1_btn:hover{
	color:#fff;
	border:1px solid #fcc80e;
	background: #fcc80e;
}
.i1_box .i1_btn .txt{
	margin-right: 25px;
}
.i1_box .i1_inner{
	width: 570px;
	overflow: hidden;
}
.i1_box .i1_nav{
	margin-top: 65px;
	width: 285px;
	float: left;
}
.i1_box .i1_nav .i1_nav_title{
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 12px;
	color:#fcc80e;
}
.i1_box .i1_nav .i1_nav_subtitle{
	font-size: 20px;
	line-height: 20px;
}
.i1_box .i1_line{
	height: 1px;
	background: #000;
	width: 80px;
	margin: 10px 0;
}
.i1_box .i1_title{
	font-size: 36px;
	line-height: 45px;
	font-weight: bold;
	padding-top: 90px;
}
.i1_box .i1_subtitle{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.i1_box .i1_msg{
	font-size: 14px;
	line-height: 24px;
}
.public_title{
	width: 100%;
}
.public_title .public_title_txt{
	font-weight: bold;
	font-size: 40px;
	line-height: 60px;
	background: url(../images/icon1.png) no-repeat 40px center;
	background-size: auto;
	height: 135px;
	min-width: 190px;
}
.public_title .public_title_txt .title{
	
}
.public_title .public_title_txt .subtitle{
	
}
.i2_box{
	padding-top: 75px;
	padding-bottom: 100px;
}
.i2_box .i2_inner{
	margin-top: 100px;
}
.i2_box .i2_con{
	padding-top: 50px;
}
.i2_box .i2_con_nav{
	margin-bottom: 80px;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.i2_box .i2_con_nav:last-child{
	margin-bottom: 0;
}
.i2_box .i2_con_nav .i2_con_nav_circle{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border:1px solid #333;
	margin-top: 5px;
}
.i2_box .i2_con_nav .i2_con_nav_hover{
	display: none;
	border-right: 1px solid #f4db1c;
	padding: 6px 0;
}
.i2_box .i2_con_nav .i2_con_nav_txt{
	font-weight: bold;
	font-size: 36px;
	color:#f4db1c;
	padding: 0 12px;
}
.i2_box .i2_con_nav.on .i2_con_nav_circle{
	display: none;
}
.i2_box .i2_con_nav.on .i2_con_nav_hover{
	display: block;
}
.i2_box .i2_con_nav .i2_con_nav_title{
	font-size: 24px;
	line-height: 24px;
}
.i2_box .i2_con_nav.on .i2_con_nav_title{
	font-size: 30px;
	line-height: 30px;
}
.i2_box .i2_con_nav .i2_con_nav_subtitle{
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}
.i2_box .i2_con_nav .i2_con_nav_right{
	margin-left: 20px;
}
.i2_box .i2_right{
	width: 47%;
	position: relative;
}
.i2_box .i2_right .img{
	width: 100%;
}
.i2_box .i2_right .i2_right_content{
	width: 88%;
	position: absolute;
	right: 70%;
	top: -40px;
	z-index: 10;
}
.i2_box .i2_right .i2_right_content .bg_img{
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.i2_box .i2_right .i2_right_content:hover .bg_img{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.i2_box .i2_right .i2_right_inner{
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	color:#fff;
}
.i2_box .i2_right .i2_right_title{
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
.i2_box .i2_right .i2_right_con{
	/*padding-left: 85px;*/
}
.i2_box .i2_right .i2_right_con_title{
	font-size: 22px;
	margin-top: 20px;
}
.i2_box .i2_right .i2_right_con_content{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
    margin-bottom: 25px;
}
.i2_box .i2_right .i2_right_icon{
	background: url(../images/i_banner_icon1.png) no-repeat 128px center;
	background-size: 52px 27px;
	height: 27px;
	font-size: 16px;
	display: block;
	color:#fff;
	line-height: 27px;
}
.i3_box{
	width: 100%;
	padding-bottom: 110px;
}
.i3_box .i3_con{
	margin-top: 80px;
}
.i3_box .i3_left{
	width: 30%;
	overflow: hidden;
}
.i3_box .i3_left .i3_left_nav{
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
	float: left;
	margin-right: 30px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.i3_box .i3_left .i3_left_nav::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	content: "";
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.i3_box .i3_left .i3_left_nav:hover::after,
.i3_box .i3_left .i3_left_nav.on::after{
	opacity: 0;
}
.i3_box .i3_left .i3_left_nav:nth-child(2n){
	margin-right: 0;
}
.i3_box .i3_left .i3_left_nav .i3_left_img{
	width: 100%;
}
.i3_box .i3_center{
	width: 26%;
    display:none;
}
.i3_box .i3_center.on{
    display:block;  
}
.i3_box .i3_center .i3_title{
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
}
.i3_box .i3_center .i3_subtitle{
	font-size: 16px;
	line-height: 30px;
	margin-top: 46px;
}
.i3_box .i3_right{
	position: relative;
}

.i3_box .i3_btn{
	width: 200px;
	height: 60px;
	border-radius: 30px;
	background: #fcc80e;
	color: #fff;
	margin: auto;
	margin-top: 60px;
}
.i3_box .i3_btn:hover{
	background: #ecbc10;
}
.i3_box .i3_btn .txt{
	padding-right: 30px;
}
.i4_box{
	height: 842px;
}
.i4_box .i4_txt{
	padding-top: 96px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	line-height: 54px;
	font-size: 36px;
}
.i4_box .i4_line{
	max-width: 100%;
	margin: auto;
	margin-top: 50px;
}
.i5_box{
	padding-top: 110px;
	padding-bottom: 170px;
}
.i5_box .i5_nav{
	width: 28.666666%;
	margin-right: 7%;
	background: #fff;
	box-shadow: 0px 10px 28.5px 1.5px rgba(136, 136, 136, 0.3);
	border-radius: 10px;
}
.i5_box .i5_nav:nth-child(3n){
	margin-right: 0;
}
.i5_box .i5_inner{
	margin-top: 100px;
}
.i5_box .i5_nav .i5_nav_inner{
	padding: 24px 16px;
}
.i5_box .i5_nav .i5_nav_img{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.i5_box .i5_nav .i5_nav_img .img{
	width: 100%;
	border-radius: 10px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.i5_box .i5_nav:hover .i5_nav_img .img{
	width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.i5_box .i5_nav .i5_nav_title{
	font-size: 20px;
	line-height: 30px;
}
.i5_box .i5_nav .i5_nav_subtitle{
	font-size: 14px;
	line-height: 24px;
	color:#888888;
	margin-top: 16px;
	height: 48px;
}
.i5_box .i5_nav .i5_nav_info{
	margin-top: 35px;
}
.i5_box .i5_nav .i5_nav_btn{
	width: 150px;
	height: 50px;
	border-radius: 60px;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	display: block;
}
.i5_box .i5_nav:nth-child(1) .i5_nav_btn{
	background: #ffc54f;
}
.i5_box .i5_nav:nth-child(2) .i5_nav_btn{
	background: #6dd0de;
}
.i5_box .i5_nav:nth-child(3) .i5_nav_btn{
	background: #8ccda7;
}
.i5_box .i5_nav:nth-child(1):hover .i5_nav_btn{
	background: #f2b944;
}
.i5_box .i5_nav:nth-child(2):hover .i5_nav_btn{
	background: #5ebecc;
}
.i5_box .i5_nav:nth-child(3):hover .i5_nav_btn{
	background: #7bbf97;
}
.i5_box .i5_nav .i5_nav_time{
	background: url(../images/icon3.png) no-repeat left center;
	background-size: 14px 14px;
	color:#444444;
	padding-left: 18px;
	font-size: 14px;
}
.i5_box .i5_nav:hover .i5_nav_title{
	color:#fcc80e;
}
.i5_box .i5_nav:hover .i5_nav_subtitle{
	color:#fcc80e;
}

.i2_box .i2_con2{
		display:none;
	}
        .i2_box .i2_con2.on {
            display: block;
        }


/*响应式适配*/

@media screen and (max-width: 1861px) {
	.i2_box .i2_con{
		padding-top: 0px;
	}
}
@media screen and (max-width: 1681px) {
	.i1_box{
		background:#eeeeee url(../images/i1_bg2.gif) no-repeat right center;
		background-size: 65% auto;
	}
	.i1_box .i1_nav{
		margin-top: 50px;
	}
	.i2_box .i2_right .i2_right_con{
		padding-left: 30px;
	}
	.i2_box .i2_right .i2_right_con_content{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.i3_box .i3_center{
		width: 30%;
	}
	.i3_box .i3_left .i3_left_nav{
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.i2_box .i2_right{
		width: 45%;
	}
	.i2_box .i2_right .i2_right_content{
		right: 55%;
	}
	.i2_box{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.i3_box{
		padding-bottom: 70px;
	}
	.i5_box{
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.i5_box .i5_inner{
		margin-top: 60px;
	}
	
	
	.i4_box{
		height: 800px;
	}
	.swiper_box .swiper_msg{
		margin-top: 240px;
	}
}
@media screen and (max-width: 1500px) {
	.swiper_box{
		left: 170px;
	}
}
@media screen and (max-width: 1335px) {
	.swiper_box{
		left: 135px;
	}
	.i1_box{
		background:#eeeeee url(../images/i1_bg2.gif) no-repeat right center;
		background-size: 60% auto;
		height: 600px;
	}
	.i1_box .i1_title{
		padding-top: 45px;
	}
	.i1_box .i1_nav{
		margin-top: 30px;
	}
	.i2_box{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.i3_box{
		padding-bottom: 50px;
	}
	.i5_box{
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.i5_box .i5_inner{
		margin-top: 40px;
	}
	.i4_box{
		height: 720px;
	}
	.i2_box .i2_con_nav{
		margin-bottom: 30px;
	}
	.i2_box .i2_con_nav .i2_con_nav_title{
		font-size: 20px;
		line-height: 20px;
	}
	.i2_box .i2_con_nav .i2_con_nav_txt{
		font-size: 30px;
	}
	.i2_box .i2_con_nav.on .i2_con_nav_title{
		font-size: 24px;
		line-height: 24px;
	}
	.swiper_box .swiper_title, .swiper_box .swiper_subtitle{
		font-size: 38px;
		line-height: 38px;
	}
	.swiper_box .swiper_msg{
		margin-top: 190px;
	}
}
@media screen and (max-width: 1200px) {
	.swiper_box{
		left: 3%;
	}
	.i2_box .i2_right{
		width: 50%;
	}
	.i2_box .i2_right .i2_right_content{
		right: 40%;
	}
	.i4_box{
		height: 680px;
	}
}
@media screen and (max-width: 1100px) {
	.i5_box .i5_nav .i5_nav_btn{
		width: 120px;
		height: 42px;
		line-height: 42px;
	}
}
@media screen and (max-width: 1000px) {
	.i4_box{
		height: 500px;
	}
	.i4_box .i4_txt {
	    padding-top: 40px;
	    line-height: 34px;
	    font-size: 20px;
	}
	.swiper_box{
		width: 70%;
	}
	.i5_box .i5_nav .i5_nav_btn{
		width: 90px;
		height: 36px;
		line-height: 36px;
	}
	.i5_box .i5_nav{
		margin-right: 3.5%;
		width: 31%;
	}
}
@media screen and (max-width: 768px) {
	.swiper_box{
		width: 80%;
	}
	.swiper_box .swiper_title, 
	.swiper_box .swiper_subtitle{
		font-size: 18px;
		line-height: 18px;
	}
	.swiper_box .swiper_msg{
		margin-top: 30px;
		font-size: 12px;
	}
	.swiper_box .swiper_msg .icon{
		width: 40px;
	}
	.swiper_box .swiper_subtitle{
		margin-top: 10px;
	}
	.swiper_box .swiper_msg .txt{
		margin-right: 10px;
	}
	.pagination1{
		right: 20px !important;
	}
	.pagination1 .swiper-pagination-bullet {
	    width: 14px !important;
	    height: 14px !important;
	}
	.swiper1 .swiper1_page{
		bottom: 10px !important;
	}
	.swiper1 .swiper1_page{
		font-size: 12px;
	}
	.swiper1 .swiper1_page .num{
		margin: 0 10px;
	}
	.public_title .public_title_txt{
		font-size: 20px;
		line-height: 30px;
		background: url(../images/icon1.png) no-repeat 30px center;
		background-size: 60px auto;
		height: auto;
		min-width: 100px;
	}
	.i2_box .i2_inner{
		display: block;
	}
	.i2_box .i2_con{
		overflow: hidden;
		padding-top: 10px;
	}

	.i2_box .i2_con_nav{
		float: left;
		width: 50%;
		height: 30px;
	}
	.i2_box .i2_con_nav .i2_con_nav_right{
		margin-left: 10px;
	}
	.i2_box .i2_con_nav .i2_con_nav_txt{
		padding: 0 5px;
		font-size: 14px;
		white-space: nowrap;
	}
	.i2_box .i2_con_nav .i2_con_nav_icon{
		width: 12px;
	}
	.i2_box .i2_con_nav.on .i2_con_nav_title{
		font-size: 14px;
		line-height: 14px;   
	}
	.i2_box .i2_con_nav .i2_con_nav_subtitle{
		font-size: 12px;
		line-height: 12px;
		margin-top: 6px;
	}
	.i2_box .i2_con_nav .i2_con_nav_circle{
		width: 8px;
		height: 8px;
		margin-top: 0;
	}
	.i2_box .i2_right{
		width: 95%;
		margin: auto;
	}
	.i2_box .i2_right .i2_right_title{
		font-size: 20px;
		line-height: 24px; 
	}
	.i2_box .i2_right .i2_right_con_title{
		font-size: 16px;
		margin-top: 20px;
	}
	.i2_box .i2_right .i2_right_con_content{
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.i2_box .i2_right .i2_right_con{
		padding-left: 0;
	}
	.i2_box .i2_right .i2_right_content{
		right: 5%;
		top: 0;
		width: 90%;
	}
	.i2_box .i2_right .i2_right_icon{
		font-size: 12px;
		background: url(../images/i_banner_icon1.png) no-repeat 90px center;
		background-size: 31px 16px;
		height: 16px;
		line-height: 16px;
	}
	.i2_box .i2_inner{
		margin-top: 20px;
	}
	.i2_box .i2_con_nav .i2_con_nav_title{
		font-size: 12px;
		line-height: 12px;
	}
	.i2_box .i2_con_nav{
		margin-bottom: 20px;
	}
	.i2_box .i2_con_nav:last-child{
		margin-bottom: 20px;
	}
	.i3_box .i3_con{
		margin-top: 20px;
		display: block;
	}
	.i3_box .i3_left{
		width: 100%;
	}
	.i3_box .i3_left .i3_left_nav{
		width: calc((100% - 25px) / 6);
		margin-right: 5px;
		margin-bottom: 0;
	}
	.i3_box .i3_left .i3_left_nav:nth-child(2n){
		margin-right: 5px;
	}
	.i3_box .i3_left .i3_left_nav:last-child{
		margin-right: 0;
	}
	.i3_box .i3_center{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.i3_box .i3_center .i3_title{
		font-size: 20px;
		line-height: 24px;
	}
	.i3_box .i3_center .i3_subtitle{
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}
	.i3_box .i3_btn {
	    width: 120px;
	    height: 36px;
	    margin-top: 40px;
		font-size: 12px;
	}
	.i3_box .i3_btn .txt{
		padding-right: 10px;
	}
	.i3_box .i3_btn .img{
		width: 6px;
	}
	.i4_box{
		height: 400px;
	}
	.i4_box .i4_txt {
	    padding-top: 30px;
	}
	.i5_box .i5_inner{
		display: block;
	}
	.i5_box .i5_nav{
		width: 100%;
		margin-bottom: 10px;
	}
	.i5_box .i5_nav:last-child{
		margin-bottom: 0;
	}
	.i2_box{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.i3_box{
		padding-bottom: 50px;
	}
	.i5_box{
		padding-top: 50px;
		padding-bottom:30px;
	}
	.i5_box .i5_inner{
		margin-top: 30px;
	}
	.i5_box .i5_nav .i5_nav_inner{
		padding: 14px 12px;
	}
	.i5_box .i5_nav .i5_nav_title{
		font-size: 14px;
		line-height: 20px;
	}
	.i5_box .i5_nav .i5_nav_subtitle{
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
		height: auto;
		-webkit-line-clamp: 10;
	}
	.i5_box .i5_nav .i5_nav_info{
		margin-top: 10px;
	}
	.i5_box .i5_nav .i5_nav_btn {
	    width: 90px;
	    height: 36px;
	    border-radius: 30px;
	    font-size: 12px;
	    line-height: 36px;
	}
	.i1_box{
		height: auto;
		padding: 20px 0 30px 0;
		background: #eeeeee;
	}
	
	.i1_box .i1_title{
		padding-top: 0;
		font-size: 20px;
		line-height: 24px;
	}
	.i1_box .i1_subtitle{
		font-size: 14px;
		line-height: 18px;
	}
	.i1_box .i1_msg{
		font-size: 12px;
		line-height: 18px;
	}
	.i1_box .i1_inner{
		width: 100%;
	}
	.i1_box .i1_nav{
		width: 50%;
		margin-top: 20px;
	}
	.i1_box .i1_nav .i1_nav_title{
		font-size: 20px;
		line-height: 20px;
	}
	.i1_box .i1_nav .i1_nav_subtitle{
		font-size: 12px;
		line-height: 12px;
	}
	.i1_box .i1_btn{
		width: 120px;
		height: 36px;
		margin-top: 20px;
		font-size: 12px;
	}
	.i1_box .i1_btn .txt{
		margin-right: 10px;
	}
	.i1_box .i1_btn .img{
		width: 5px;
	}
}
@media screen and (max-width: 414px) {
	.i4_box{
		height: 240px;
	}
	.i4_box .i4_txt {
	    padding-top: 20px;
	}
	.i4_box .i4_line{
		margin-top: 10px;
	}
	.i2_box .i2_con_nav .i2_con_nav_subtitle{
		font-size: 10px;
		line-height: 10px;
	}
}




.i6_box{
    padding: 50px 0;
}
.i6_box .i6_title{
       text-align: center;
    color: #000;
    font-weight: bold;
    line-height: 54px;
    font-size: 36px;
}
.i6_box .list{
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 50px;
}
.i6_box .list p{
    font-size: 28px;
}
.i6_box .list p span{
    font-size: 40px;
    color: #fcc80e;
    font-weight: 700;
}
.i6_box h4{
          text-align: center;
    color: #fcc80e;
    font-weight: bold;
    line-height: 54px;
    font-size: 36px;
}