.index-page #main .kv img{
	width: 100%;
}
.index-page #main .kv .swiper-pagination{
	bottom: 9.3%;
	width: 62.5%;
	text-align: left;
	left: 0;
	right: 0;
	top: auto;
	margin: auto;
	font-size: 0;
}
.index-page #main .kv .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	background-color: #333;
	width: 60px;
	height: 5px;
	margin: 0 10px 0 0;
	border-radius: 0;
	vertical-align: top;
}
.index-page #main .kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #e71419;
}
.index-page #main .sec1{
	padding: 70px 0;
}
.index-page #main .sec1 .title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	margin-bottom: 70px;
}
.index-page #main .sec1 .title .left{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.index-page #main .sec1 .title .left span{
	font-size: 48px;
	margin-right: 20px;
}
.index-page #main .sec1 .title .right{
	width: 58.3%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.index-page #main .sec1 .tab{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	margin-bottom: 48px;
}
.index-page #main .sec1 .tab .tab-box a{
	font-size: 14px;
	color: #666;
	margin-right: 2em;
	padding-bottom: 22px;
}
.index-page #main .sec1 .tab .tab-box a:hover{
	color: #e71419;
}
.index-page #main .sec1 .tab .tab-box a:last-child{
	margin-right: 0;
}
.index-page #main .sec1 .tab .tab-box a.active{
	font-weight: bold;
	color: #333;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec1_tab_bgline.png);
	background-position: left bottom;
}
.index-page #main .sec1 .tab2{
	padding-left: 88px;
	display: none;
	font-size: 0;
}
.index-page #main .sec1 .tab2.active{
	display: block;
}
.index-page #main .sec1 .tab2 a{
	font-size: 14px;
	color: #666;
	margin-right: 2em;
	padding-bottom: 22px;
	display: inline-block;
	vertical-align: top;
}
.index-page #main .sec1 .tab2 a:hover{
	color: #e71419;
}
.index-page #main .sec1 .tab2 a:last-child{
	margin-right: 0;
}
.index-page #main .sec1 .tab2 a.active{
	font-weight: bold;
	color: #333;
}
.index-page #main .sec1 .more{
	font-size: 14px;
	color: #666;
}
.index-page #main .sec1 .more:hover{
	color: #e71419;
}
.index-page #main .sec1 .more span{
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/index_sec1_moreicon.png);
	background-size: 100% auto;
	margin-left: 8px;
}
.index-page #main .sec1 .more:hover span{
	background-position: center bottom;
}
.index-page #main .sec1 .content{
	font-size: 0;
	display: none;
}
.index-page #main .sec1 .content.active{
	display: block;
}
.index-page #main .sec1 .content1 .part1{
	padding: 60px 0;
	margin-left: 70px;
	margin-right: 70px;
	text-align: center;
}
.index-page #main .sec1 .content1 .part1 h3{
	font-size: 24px;
	color: #222;
	font-weight: normal;
}
.index-page #main .sec1 .content1 .part2{
	position: relative;
}
.index-page #main .sec1 .content1 .part2 img{
	width: 100%;
}
.index-page #main .sec1 .content1 .part2 .text-box{
	position: absolute;
	right: 0;
	bottom: 11.8%;
	width: 51.6%;
}
.index-page #main .sec1 .content1 .part2 .text-box h3{
	font-size: 36px;	
	color: #fff;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 15px;
}
.index-page #main .sec1 .content1 .part2 .text-box h5{
	font-size: 30px;	
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}
.index-page #main .sec1 .content1 .part2 .text-box p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.index-page #main .sec1 .content2 li{
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}
.index-page #main .sec1 .content2 li .bg{
	width: 100%;
}
.index-page #main .sec1 .content2 li .cover{
	background-color: #e71419;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	padding: 10%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: block;
}
.index-page #main .sec1 .content2 li:hover .cover{
	top: 0;
}
.index-page #main .sec1 .content2 li .cover h5{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 10px;
	max-height: 56px;
}
.index-page #main .sec1 .content2 li .cover p{
	font-size: 14px;
	color: #ddd;
	line-height: 24px;
	max-height: 168px;
}
.index-page #main .sec1 .content2 li .cover .icon{
	position: absolute;
	right: 10%;
	bottom: 10%;
	border-radius: 50%;
	overflow: hidden;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec1_content_moreicon.png);
	background-size: 100% auto;
	background-position: center top;
}
.index-page #main .sec1 .content2 li .cover .icon:hover{
	background-position: center bottom;
}
.index-page #main .sec2{
	background-color: #f0f0f0;
	padding: 74px 0 80px;
}
.index-page #main .sec2 .title{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}
.index-page #main .sec2 .title b{
	font-size: 48px;
	margin-right: 20px;
}
.index-page #main .sec2 .title .more{
	font-size: 14px;
	color: #666;
}
.index-page #main .sec2 .title .more:hover{
	color: #e71419;
}
.index-page #main .sec2 .title .more span{
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/index_sec1_moreicon.png);
	background-size: 100% auto;
	margin-left: 8px;
}
.index-page #main .sec2 .title .more:hover span{
	background-position: center bottom;
}
.index-page #main .sec2 .top{
	margin-bottom: 80px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
}
.index-page #main .sec2 .top li{
	width: 45.8%;
}
.index-page #main .sec2 .top li h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	max-height: 1em;
	margin-bottom: 24px;
}
.index-page #main .sec2 .top li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	max-height: 48px;
}
.index-page #main .sec2 .top li .line{
	width: 100%;
	height: 1px;
	background-color: #d2d2d2;
	margin: 25px 0 30px;
}
.index-page #main .sec2 .top li .time{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
}
.index-page #main .sec2 .top li .time p{
	font-size: 14px;
	color: #666;
}
.index-page #main .sec2 .top li .time p span{
	font-family: Arial;
}
.index-page #main .sec2 .top li .time a{
	font-size: 14px;
	color: #666;
}
.index-page #main .sec2 .top li .time a:hover{
	color: #e71419;
}
.index-page #main .sec2 .top li .time a span{
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/index_sec1_moreicon.png);
	background-size: 100% auto;
	margin-left: 8px;
}
.index-page #main .sec2 .top li .time a:hover span{
	background-position: center bottom;
}
.index-page #main .sec2 .bottom{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
}
.index-page #main .sec2 .bottom .box{
	width: 49.17%;
}
.index-page #main .sec2 .bottom .box .img{
	width: 100%;
}
.index-page #main .sec2 .bottom .box .content{
	background-color: #fff;
	padding: 0 5%;
}
.index-page #main .sec2 .bottom .box .content .name{
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #d2d2d2;
}
.index-page #main .sec2 .bottom .box .content .name h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.index-page #main .sec2 .bottom .box .content .name h5 b{
	font-size: 36px;
	margin-right: 20px;
}
.index-page #main .sec2 .bottom .box .content .name a{
	font-size: 14px;
	color: #666;
}
.index-page #main .sec2 .bottom .box .content .name a:hover{
	color: #e71419;
}
.index-page #main .sec2 .bottom .box .content .name a span{
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/index_sec1_moreicon.png);
	background-size: 100% auto;
	margin-left: 8px;
}
.index-page #main .sec2 .bottom .box .content .name a:hover span{
	background-position: center bottom;
}
.index-page #main .sec2 .bottom .box .content .slide-box.honor .swiper-slide{
	height: 144px;
	line-height: 144px;
	text-align: center;
	font-size: 0;
}
.index-page #main .sec2 .bottom .box .content .slide-box.honor .swiper-slide a{
	font-size: 24px;
	color: #333;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
}
.index-page #main .sec2 .bottom .box .content .slide-box.honor .button-prev,.index-page #main .sec2 .bottom .box .content .slide-box.honor .button-next{
	width: 11px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
	cursor: pointer;
	background-size: 100% auto;
}
.index-page #main .sec2 .bottom .box .content .slide-box.honor .button-prev{
	background-image: url(../images/index_sec2_honor_btn_prev.png);
	left: 0;
}
.index-page #main .sec2 .bottom .box .content .slide-box.honor .button-next{
	background-image: url(../images/index_sec2_honor_btn_next.png);
	right: 0;
}
.index-page #main .sec2 .bottom .box .content .slide-box.partner .swiper-slide{
	line-height: 144px;
	height: 144px;
	text-align: center;
}
.index-page #main .sec2 .bottom .box .content .slide-box.partner .swiper-slide img{
	vertical-align: middle;
	max-width: 100%;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
	.index-page #main .kv .swiper-pagination{
		bottom: 7.7%;
		width: 87.2%;
	}
	.index-page #main .kv .swiper-pagination .swiper-pagination-bullet{
		width: 2.1875rem;
		height: 0.25rem;
		margin: 0 0.375rem 0 0;
	}
	.index-page #main .sec1{
		padding: 2rem 0 4.5rem;
	}
	.index-page #main .sec1 .title{
		display: block;
		-webkit-display: block;
		margin-bottom: 1.4375rem;
	}
	.index-page #main .sec1 .title .left{
		font-size: 0.625rem;
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		-webkit-display: flex;
		-webkit-align-items: flex-end;
		-webkit-justify-content: space-between;
		margin-bottom: 0.625rem
	}
	.index-page #main .sec1 .title .left span{
		font-size: 1.75rem;
		margin-right: 0.625rem;
	}
	.index-page #main .sec1 .title .right{
		width: 100%;
		font-size: 0.5625rem;
		line-height: 0.875rem;
	}
	.index-page #main .sec1 .tab{
		margin-bottom: 0;
	}
	.index-page #main .sec1 .tab .tab-box{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		-webkit-display: flex;
		-webkit-align-items: flex-start;
		-webkit-justify-content: flex-start;
		-webkit-flex-wrap: wrap;
	}
	.index-page #main .sec1 .tab .tab-box a{
		font-size: 0.625rem;
		padding-bottom: 0.5rem;
		margin-bottom: 0.75rem;
	}
	.index-page #main .sec1 .tab .tab-box a:nth-child(6n){
		margin-right: 0;
	}
	.index-page #main .sec1 .tab .tab-box a.active{
		background-size: 0.75rem 0.0625rem;
	}
	.index-page #main .sec1 .tab2{
		padding: 0.5rem 0;
		text-align: center;
		background-color: #f3f4f4;
	}
	.index-page #main .sec1 .tab2 a{
		font-size: 0.5625rem;
		padding-bottom: 0;
	}
	.index-page #main .sec1 .more{
		font-size: 0.625rem;
	}
	.index-page #main .sec1 .more span{
		width: 0.5rem;
		height: 0.375rem;
		margin-left: 0.5rem;
	}
	.index-page #main .sec1 .content1 .part1{
		padding: 1.6875rem 0;
		margin-left: 4.8%;
		margin-right: 4.8%;
	}
	.index-page #main .sec1 .content1 .part1 h3{
		font-size: 0.875rem;
	}
	.index-page #main .sec1 .content1 .part2 .text-box{
		left: 0;
		bottom: 3.8%;
		width: 100%;
		padding: 0 6%;
	}
	.index-page #main .sec1 .content1 .part2 .text-box h3{
		font-size: 1.3125rem;
		line-height: 1.625rem;
		margin-bottom: 0.5625rem;
	}
	.index-page #main .sec1 .content1 .part2 .text-box h5{
		font-size: 1.0625rem;
		margin-bottom: 1.125rem;
	}
	.index-page #main .sec1 .content1 .part2 .text-box p{
		font-size: 0.5625rem;
		line-height: 1.125rem;
	}
	.index-page #main .sec1 .content2 li{
		width: 50%;
	}
	.index-page #main .sec1 .content2 li:hover .cover{
		top: 100%;
	}
	.index-page #main .sec1 .content2 li.active .cover{
		top: 0;
	}
	.index-page #main .sec1 .content2 li .cover h5{
		font-size: 0.6875rem;
		line-height: 1rem;
		margin-bottom: 0.375rem;
		max-height: 2rem;
	}
	.index-page #main .sec1 .content2 li .cover p{
		font-size: 0.5rem;
		line-height: 0.875rem;
		max-height: 6.125rem;
	}
	.index-page #main .sec1 .content2 li .cover .icon{
		height: 1.5rem;
		width: 1.5rem;
	}
	.index-page #main .sec2{
		padding: 2.1875rem 0 2.5rem;
		background-color: #f6f6f6;
	}
	.index-page #main .sec2 .title{
		font-size: 0.625rem;
		margin-bottom: 0.9375rem;
	}
	.index-page #main .sec2 .title b{
		font-size: 1.75rem;
		margin-right: 0.625rem;
	}
	.index-page #main .sec2 .title .more{
		font-size: 0.625rem;
	}
	.index-page #main .sec2 .title .more span{
		width: 0.5rem;
		height: 0.375rem;
		margin-left: 0.5rem;
	}
	.index-page #main .sec2 .top{
		margin-bottom: 0.6875rem;
		display: block;
		-webkit-display: block;
	}
	.index-page #main .sec2 .top li{
		width: 100%;
		background-color: #e2e2e2;
		padding: 1rem;
	}
	.index-page #main .sec2 .top li:first-child{
		margin-bottom: 0.125rem;
	}
	.index-page #main .sec2 .top li h5{
		font-size: 0.75rem;
		font-weight: normal;
		margin-bottom: 0.75rem;
	}
	.index-page #main .sec2 .top li p{
		font-size: 0.5625rem;
		line-height: 1.0625rem;
		max-height: 3.1875rem;
	}
	.index-page #main .sec2 .top li .line{
		margin: 1rem 0 1.125rem;
	}
	.index-page #main .sec2 .top li .time p{
		font-size: 0.5625rem;
	}
	.index-page #main .sec2 .top li .time a{
		font-size: 0.5625rem;
	}
	.index-page #main .sec2 .top li .time a span{
		width: 0.5rem;
		height: 0.375rem;
		margin-left: 0.5rem;
	}
	.index-page #main .sec2 .bottom{
		display: block;
		-webkit-display: block;
	}
	.index-page #main .sec2 .bottom .box{
		width: 100%;
	}
	.index-page #main .sec2 .bottom .box:first-child{
		margin-bottom: 1.125rem;
	}
	.index-page #main .sec2 .bottom .box .content .name{
		padding: 1rem 0;
	}
	.index-page #main .sec2 .bottom .box .content .name h5{
		font-size: 0.625rem;
	}
	.index-page #main .sec2 .bottom .box .content .name h5 b{
		font-size: 1.3125rem;
		margin-right: 0.625rem;
	}
	.index-page #main .sec2 .bottom .box .content .name a{
		font-size: 0.625rem;
	}
	.index-page #main .sec2 .bottom .box .content .name a span{
		width: 0.5rem;
		height: 0.375rem;
		margin-left: 0.5rem;
	}
	.index-page #main .sec2 .bottom .box .content .slide-box.honor .swiper-slide{
		height: 5.25rem;
		line-height: 5.25rem;
	}
	.index-page #main .sec2 .bottom .box .content .slide-box.honor .swiper-slide a{
		font-size: 0.875rem;
	}
	.index-page #main .sec2 .bottom .box .content .slide-box.honor .button-prev,.index-page #main .sec2 .bottom .box .content .slide-box.honor .button-next{
		width: 0.4375rem;
		height: 0.6875rem;
		margin-top: -0.34375rem;
	}
	.index-page #main .sec2 .bottom .box .content .slide-box.partner .swiper-slide{
		line-height: 5.25rem;
		height: 5.25rem;
	}
}
@media only screen and (max-width:414px){
	
}