
.index-image-rel{
	width: 100%;
	height: 100%;
	position: relative;
}
.index-image-rel .swiper{
	width: 100%;
	height: 100%;
}
.index-image-rel .swiper-slide{
	width: 100%;
	height: 100%;
}

.index-image-rel .index-image-swiper-pagination{
	position: absolute;
	bottom: 14px;
	left: 0;
	z-index: 5;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-image-rel .index-image-swiper-pagination .swiper-pagination-bullet{
	background-color: #FFFFFF !important;
	display: inline-block;
	margin-right: 12px !important;
	width: 4px;
	height: 4px;
	opacity: 1;
}
.index-image-rel .index-image-swiper-pagination .swiper-pagination-bullet-active{
	background-color: rgba(0,0,0,0) !important;
	width: 10px;
	height: 10px;
	background-image: url(../img/img-59.png);
	border-radius: 0;
	background-size: 100%;
}

.index-image{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media only screen and (max-width: 900px) {
	.index-image{
		height: 100px;
	}
}

@media only screen and (max-width: 700px) {
	.index-image{
		height: 80px;
	}
}

@media only screen and (max-width: 500px) {
	.index-image{
		height: 60px;
	}
}




/* 展会概览 */
.index-container3{
	width: 100%;
	height: 700px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 3%;
}
.index-wrap3{
	max-width: 1350px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding-top: 90px;
}
.index-wrap3-l{
	width: 480px;
	flex-shrink: 0;
	color: #FFFFFF;
}
.index-wrap3-l .text-black{
	color: #FFFFFF;
}
.index-wrap3-l-desc{
	font-size: 16px;
	line-height: 30px;
	margin-top: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index-wrap3-btn{
	width: 180px;
	height: 50px;
	color: #FFFFFF;
	border-radius: 50px;
	font-size: 16px;
	background-color: #238e3a;
	padding: 0 30px;
	margin-top: 180px;
	box-shadow: 0 6px 12px rgb(0,0,0,0.3);
	transition: background-color .2s linear,box-shadow .2s cubic-bezier(.455,.03,.515,.955);
}
.index-wrap3-btn:hover {
    box-shadow: 0 0 0 transparent;
    background-color: #e16060;
}
.index-wrap3-hbtn{
	display: none;
}
.index-wrap3-sbtn{
	display: block;
}
.index-wrap3-btn-flex{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-wrap3-btn img{
	width: 14px;
	height: auto;
	display: block;
}
.index-wrap3-r{
	flex: 1;
}
.index-wrap3-r-content{
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.index-wrap3-r-content:first-child{
	margin-bottom: 70px;
}
.index-wrap3-r-item:nth-child(2n){
	margin-left: 100px;
}
.index-wrap3-text1{
	font-size: 16px;
}
.index-wrap3-line{
	background-color: #238e3a;
	width: 30px;
	height: 2px;
	margin-top: 24px;
}
.index-wrap3-num{
	display: flex;
	align-items: flex-start;
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
.index-wrap3-num .num-big{
	font-size: 100px;
	display: inline-block;
}
.index-wrap3-num .num-small{
	display: inline-block;
	margin-left: 6px;
}
.index-wrap3-num .num-icon{
	font-size: 48px;
	margin-left: 6px;
}

@media only screen and (max-width: 1300px) {
	.index-wrap3-l-desc{
		font-size: 14px;
		line-height: 26px;
		margin-top: 40px;
	}
	.index-wrap3-btn{
		width: 170px;
		height: 45px;
		border-radius: 45px;
		font-size: 14px;
		padding: 0 24px;
		margin-top: 140px;
	}
	.index-wrap3-btn img{
		width: 12px;
	}
	.index-wrap3-r-content:first-child{
		margin-bottom: 50px;
	}
	.index-wrap3-r-item:nth-child(2n){
		margin-left: 80px;
	}
	.index-wrap3-text1{
		font-size: 14px;
	}
	.index-wrap3-line{
		margin-top: 20px;
	}
	.index-wrap3-num{
		font-size: 21px;
		margin-top: 20px;
	}
	.index-wrap3-num .num-big{
		font-size: 84px;
	}
	.index-wrap3-num .num-icon{
		font-size: 40px;
	}
	
	.index-wrap3{
		padding-top: 70px;
	}
	.index-container3{
		height: 540px;
	}
}

@media only screen and (max-width: 900px) {
	.index-wrap3-l{
		width: 360px;
		flex-shrink: 0;
	}	
	.index-wrap3-l-desc{
		font-size: 13px;
		line-height: 24px;
		margin-top: 30px;
	}
	.index-wrap3-btn{
		width: 160px;
		height: 42px;
		border-radius: 42px;
		font-size: 13px;
		padding: 0 20px;
		margin-top: 120px;
	}
	.index-wrap3-btn img{
		width: 11px;
	}
	.index-wrap3-r-content:first-child{
		margin-bottom: 40px;
	}
	.index-wrap3-r-item:nth-child(2n){
		margin-left: 60px;
	}
	.index-wrap3-text1{
		font-size: 13px;
	}
	.index-wrap3-line{
		margin-top: 15px;
		width: 25px;
		height: 2px;
	}
	.index-wrap3-num{
		font-size: 17px;
		margin-top: 15px;
	}
	.index-wrap3-num .num-big{
		font-size: 70px;
	}
	.index-wrap3-num .num-icon{
		font-size: 32px;
	}
	
	.index-wrap3{
		padding-top: 50px;
	}
	.index-container3{
		height: 440px;
	}
}

@media only screen and (max-width: 700px) {
	.index-wrap3-l{
		width: 320px;
		flex-shrink: 0;
	}	
	.index-wrap3-l-desc{
		font-size: 12px;
		line-height: 22px;
		margin-top: 20px;
	}
	.index-wrap3-btn{
		width: 140px;
		height: 38px;
		border-radius: 38px;
		font-size: 12px;
		padding: 0 20px;
		margin-top: 80px;
	}
	.index-wrap3-btn img{
		width: 10px;
	}
	.index-wrap3-r-content:first-child{
		margin-bottom: 30px;
	}
	.index-wrap3-r-item:nth-child(2n){
		margin-left: 40px;
	}
	.index-wrap3-text1{
		font-size: 13px;
	}
	.index-wrap3-line{
		margin-top: 12px;
		width: 20px;
		height: 2px;
	}
	.index-wrap3-num{
		font-size: 13px;
		margin-top: 12px;
	}
	.index-wrap3-num .num-big{
		font-size: 60px;
	}
	.index-wrap3-num .num-icon{
		font-size: 26px;
	}
	
	.index-wrap3{
		padding-top: 30px;
	}
	.index-container3{
		height: 330px;
	}
}

@media only screen and (max-width: 600px) {
	.index-wrap3-l{
		width: 100%;
		flex-shrink: 0;
	}	
	.index-wrap3-l-desc{
		font-size: 12px;
		line-height: 22px;
		margin-top: 20px;
	}
	.index-wrap3-btn{
		width: 130px;
		height: 38px;
		border-radius: 38px;
		font-size: 12px;
		padding: 0 20px;
		margin-top: 25px;
	}
	.index-wrap3-btn img{
		width: 10px;
	}
	.index-wrap3-r{
		flex: 1;
		margin-top: 30px;
	}
	.index-wrap3-r-content:first-child{
		margin-bottom: 35px;
	}
	.index-wrap3-r-item:nth-child(2n){
		margin-left: 60px;
	}
	.index-wrap3-text1{
		font-size: 12px;
	}
	.index-wrap3-line{
		margin-top: 12px;
		width: 18px;
		height: 1px;
	}
	.index-wrap3-num{
		font-size: 12px;
		margin-top: 12px;
	}
	.index-wrap3-num .num-big{
		font-size: 54px;
	}
	.index-wrap3-num .num-icon{
		font-size: 22px;
	}
	
	.index-wrap3{
		padding-top: 30px;
		display: block;
	}
	.index-container3{
		height: 560px;
	}
	.index-wrap3-hbtn{
		display: block;
	}
	.index-wrap3-sbtn{
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	.index-wrap3-btn{
		margin-top: 15px;
	}
}

/* 展会回顾 */
.index-container4{
	width: 100%;
	padding: 0 0 0 3%;
	background-color: #FFFFFF;
}
.index-wrap4{
	max-width: 1635px;
	margin: 0 0 0 auto;
	padding: 100px 0;
}
.index-wrap4-top{
	max-width: 1350px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-right: 3%;
}
.index-wrap4-swiper-btns{
	display: flex;
	align-items: center;
}
.index-wrap4-swiper-btns img{
	width: 60px;
	height: auto;
	display: block;
	margin-left: 10px;
}
.index-wrap4-swiper-btns .swiper-button-disabled{
	opacity: 0.4;
}
.index-wrap4-rel{
	width: 100%;
	position: relative;
	padding: 60px 0;
}
.index-wrap4-rel .index-wrap4-swiper{
	width: 100%;
	height: 430px;
}
.index-wrap4-swiper.swiper-free-mode>.swiper-wrapper {
    margin: 0;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide{
	width: 610px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 210px;
	padding-right: 10px;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n){
	flex-direction: row-reverse;
	padding-top: 10px;
	height: 220px;
}
.index-wrap4-swiper .index-wrap4-swiper-l{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 210px;
	margin: 0 10px 0 0;
	background-color: #e6e6e6;
	font-size: 18px;
	color: #363a3d;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.4s;
}
.index-wrap4-swiper .index-wrap4-swiper-l::after{
	content: '';
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #e6e6e6;
	border-bottom: 10px solid transparent;
	transition: all 0.4s;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n) .index-wrap4-swiper-l{
	margin: 0 0 0 10px;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n) .index-wrap4-swiper-l::after{
	left: -9px;
	border-left: none;
	border-right: 10px solid #e6e6e6;
}
.index-wrap4-swiper .index-wrap4-swiper-l div{
	text-align: center;
}
.index-wrap4-swiper .index-wrap4-swiper-l .title{
	/* line-height: 18px; */
	line-height: 1.4;
}
.index-wrap4-swiper .index-wrap4-swiper-l .small{
	font-size: 14px;
	color: #848585;
	margin-top: 14px;
}
.index-wrap4-swiper .index-wrap4-swiper-r{
	display: block;
	width: 380px;
	height: 210px;
	object-fit: cover;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide:hover .index-wrap4-swiper-l{
	background-color: #238e3a;
	color: #FFFFFF;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide:hover .index-wrap4-swiper-l .small{
	color: #FFFFFF;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide:hover .index-wrap4-swiper-l::after{
	border-left: 10px solid #238e3a;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n):hover .index-wrap4-swiper-l{
	background-color: #238e3a;
	color: #FFFFFF;
}
.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n):hover .index-wrap4-swiper-l::after{
	border-left: none;
	border-right: 10px solid #238e3a;
}
.index-wrap4-rel .index-wrap4-swiper-pagination{
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 5;
}
.index-custom-pagination .swiper-pagination-bullet{
	background-color: #909090 !important;
	display: inline-block;
	margin-right: 15px !important;
	width: 4px;
	height: 4px;
	opacity: 1;
}
.index-custom-pagination .swiper-pagination-bullet-active{
	background-color: rgba(0,0,0,0) !important;
	width: 12px;
	height: 12px;
	background-image: url(../img/img-29.png);
	border-radius: 0;
	background-size: 100%;
}
@media only screen and (max-width: 1300px) {
	.index-wrap4-swiper-btns img{
		width: 45px;
		margin-left: 10px;
	}
	.index-wrap4{
		padding: 70px 0;
	}
	.index-wrap4-rel{
		padding: 40px 0 45px 0;
	}
	
	.index-wrap4-rel .index-wrap4-swiper{
		width: 100%;
		height: 370px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide{
		width: 520px;
		height: 180px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n){
		height: 190px;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l{
		font-size: 15px;
		width: 180px;
		height: 180px;
		margin: 0 10px 0 0;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l .small{
		font-size: 13px;
		margin-top: 12px;
	}
	.index-wrap4-swiper .index-wrap4-swiper-r{
		width: 320px;
		height: 180px;
	}
	
	.index-image-rel .index-image-swiper-pagination{
		bottom: 10px;
	}
	.index-image-rel .index-image-swiper-pagination .swiper-pagination-bullet{
		margin-right: 6px !important;
	}
	.index-image-rel .index-image-swiper-pagination .swiper-pagination-bullet-active{
		width: 8px;
		height: 8px;
	}
}

@media only screen and (max-width: 900px) {
	.index-wrap4-swiper-btns img{
		width: 35px;
		margin-left: 10px;
	}
	.index-custom-pagination .swiper-pagination-bullet{
		margin-right: 10px !important;
	}
	.index-custom-pagination .swiper-pagination-bullet-active{
		width: 10px;
		height: 10px;
	}
	
	.index-image-rel .index-image-swiper-pagination{
		bottom: 6px;
	}
	.index-image-rel .index-image-swiper-pagination .swiper-pagination-bullet{
		margin-right: 6px !important;
	}
	.index-image-rel .index-image-swiper-pagination .swiper-pagination-bullet-active{
		width: 7px;
		height: 7px;
	}
	
	.index-wrap4{
		padding: 50px 0;
	}
	.index-wrap4-rel{
		padding: 30px 0 35px 0;
	}
	
	.index-wrap4-rel .index-wrap4-swiper{
		width: 100%;
		height: 310px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide{
		width: 440px;
		height: 150px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n){
		height: 160px;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l{
		font-size: 13px;
		width: 150px;
		height: 150px;
		margin: 0 10px 0 0;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l::after{
		border-top: 8px solid transparent;
		border-left: 8px solid #e6e6e6;
		border-bottom: 8px solid transparent;
		right: -7px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n) .index-wrap4-swiper-l::after{
		left: -7px;
		border-left: none;
		border-right: 8px solid #e6e6e6;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l .small{
		font-size: 12px;
		margin-top: 10px;
	}
	.index-wrap4-swiper .index-wrap4-swiper-r{
		width: 270px;
		height: 150px;
	}
}
@media only screen and (max-width: 700px) {
	.index-wrap4-swiper-btns img{
		width: 30px;
		margin-left: 10px;
	}
	.index-custom-pagination .swiper-pagination-bullet-active{
		width: 8px;
		height: 8px;
	}
	
	.index-wrap4{
		padding: 30px 0;
	}
	.index-wrap4-rel{
		padding: 20px 0 30px 0;
	}
	
	.index-wrap4-rel .index-wrap4-swiper{
		width: 100%;
		height: 270px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide{
		width: 390px;
		height: 130px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n){
		height: 140px;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l{
		font-size: 12px;
		width: 130px;
		height: 130px;
		margin: 0 10px 0 0;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l::after{
		border-top: 7px solid transparent;
		border-left: 7px solid #e6e6e6;
		border-bottom: 7px solid transparent;
		right: -6px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n) .index-wrap4-swiper-l::after{
		left: -6px;
		border-left: none;
		border-right: 7px solid #e6e6e6;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l .small{
		font-size: 12px;
		margin-top: 8px;
		transform: scale(0.9) translate3d(0px, 0px, 0px);
	}
	.index-wrap4-swiper .index-wrap4-swiper-r{
		width: 240px;
		height: 130px;
	}
}

@media only screen and (max-width: 500px) {
	.index-wrap4-swiper-btns img{
		width: 28px;
		margin-left: 6px;
	}
	.index-custom-pagination .swiper-pagination-bullet-active{
		width: 7px;
		height: 7px;
	}
	
	.index-image-rel .index-image-swiper-pagination{
		bottom: 4px;
	}
	.index-image-rel .index-image-swiper-pagination .swiper-pagination-bullet{
		margin-right: 4px !important;
	}
	.index-image-rel .index-image-swiper-pagination .swiper-pagination-bullet-active{
		width: 5px;
		height: 5px;
	}
	
	.index-wrap4{
		padding: 25px 0;
	}
	.index-wrap4-rel{
		padding: 15px 0 25px 0;
	}
	
	.index-wrap4-rel .index-wrap4-swiper{
		width: 100%;
		height: 230px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide{
		width: 330px;
		height: 110px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n){
		height: 120px;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l{
		font-size: 12px;
		width: 110px;
		height: 110px;
		margin: 0 10px 0 0;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l::after{
		border-top: 7px solid transparent;
		border-left: 7px solid #e6e6e6;
		border-bottom: 7px solid transparent;
		right: -6px;
	}
	.index-wrap4-rel .index-wrap4-swiper .swiper-slide:nth-child(2n) .index-wrap4-swiper-l::after{
		left: -6px;
		border-left: none;
		border-right: 7px solid #e6e6e6;
	}
	.index-wrap4-swiper .index-wrap4-swiper-l .small{
		font-size: 12px;
		margin-top: 6px;
		transform: scale(0.9) translate3d(0px, 0px, 0px);
	}
	.index-wrap4-swiper .index-wrap4-swiper-r{
		width: 200px;
		height: 110px;
	}
}



/* 合作媒体 */
.index-container6{
	width: 100%;
	padding: 0 3%;
}
.index-wrap6{
	max-width: 1350px;
	padding: 100px 0;
	margin: 0 auto;
}
.index-wrap6-title{
	width: 100%;
	text-align: center;
}
.index-wrap6-rel{
	width: 100%;
	position: relative;
	padding: 50px 0 70px 0;
	box-sizing: border-box;
}
.index-wrap6-rel .index-wrap6-swiper{
	width: 100%;
	height: 100%;
}
.index-wrap6-rel .index-wrap6-image{
	width: 100%;
	overflow: hidden;
}
.index-wrap6-rel .index-wrap6-image img{
	display: block;
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
	border: 1px solid #ffffff;
}
.index-wrap6-rel .index-wrap6-image:hover img {
	transform: scale(1.1) translate3d(0px, 0px, 0px);
}
.index-wrap6-rel .index-wrap6-swiper-pagination{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 5;
}

@media only screen and (max-width: 1300px) {
	.index-wrap6{
		padding: 70px 0;
	}
	.index-wrap6-rel{
		padding: 40px 0 60px 0;
	}
}

@media only screen and (max-width: 900px) {
	.index-wrap6{
		padding: 50px 0;
	}
	.index-wrap6-rel{
		padding: 30px 0 50px 0;
	}
}

@media only screen and (max-width: 700px) {
	.index-wrap6{
		padding: 30px 0;
	}
	.index-wrap6-rel{
		padding: 20px 0 40px 0;
	}
}


/* 展会新闻 */
.index-container5{
	width: 100%;
	padding: 0 3%;
	position: relative;
}
.index-container5-background{
	position: absolute;
	right: 0;
	top: 0;
	width: 608px;
	height: auto;
	z-index: 6;
}
.index-container5::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #f7f7f7;
	z-index: 0;
}
.index-wrap5{
	max-width: 1350px;
	margin: 0 auto;
	padding-top: 100px;
	background-color: #f7f7f7;
	display: flex;
	align-items: stretch;
	flex-direction: row-reverse;
	position: relative;
	z-index: 5;
}

.index-wrap5-l{
	width: 424px;
	margin-left: 56px;
	flex-shrink: 0;
	padding-bottom: 80px;
	position: relative;
	z-index: 7;
}
.index-wrap5-rel{
	width: 100%;
	position: relative;
	padding: 50px 0 60px 0;
}
.index-wrap5-rel .index-wrap5-swiper{
	width: 100%;
	height: 100%;
}
.index-wrap5-rel .index-wrap5-swiper .swiper-slide{
	display: block;
	width: 100%;
}
.index-wrap5-swiper-image{
	width: 100%;
	height: 280px;
	flex-shrink: 0;
	overflow: hidden;
}
.index-wrap5-swiper-image img{
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
	border: 1px solid rgba(0,0,0,0);
	object-fit: cover;
}
.index-wrap5-swiper-image:hover img {
	transform: scale(1.1) translate3d(0px, 0px, 0px);
}
.index-wrap5-swiper-time{
	font-size: 16px;
	color: #238e3a;
	margin-top: 30px;
}
.index-wrap5-swiper-title{
	margin-top: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #363a3d;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-wrap5-swiper-desc{
	margin-top: 20px;
	font-size: 14px;
	color: #9a9a9a;
	line-height: 24px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-wrap5-rel .index-wrap5-swiper-pagination{
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 5;
}



.index-wrap5-r{
	flex: 1;
	background-color: #FFFFFF;
	padding-right: 56px;
	position: relative;
	z-index: 7;
}
.index-wrap5-tabs{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.index-wrap5-tab{
	padding: 36px 0;
	margin-right: 74px;
	color: #363a3d;
	font-size: 16px;
	cursor: pointer;
}
.index-wrap5-tab:hover{
	color: #238e3a;
}
.index-wrap5-tab.index-wrap5-tab-active{
	font-weight: bold;
	color: #238e3a;
	position: relative;
}
.index-wrap5-tab.index-wrap5-tab-active::after{
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 2;
	background-color: #238e3a;
}

.index-wrap5-lists{
	width: 100%;
}
.index-wrap5-list{
	width: 100%;
	display: none;
}
.index-wrap5-item{
	width: 100%;
	display: flex;
	margin-top: 30px;
}
.index-wrap5-item-image{
	width: 180px;
	height: 120px;
	flex-shrink: 0;
	overflow: hidden;
}
.index-wrap5-item-image img{
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
	border: 1px solid rgba(0,0,0,0);
	object-fit: cover;
}
.index-wrap5-item-image:hover img {
	transform: scale(1.1) translate3d(0px, 0px, 0px);
}
.index-wrap5-item-r{
	flex: 1;
	margin-left: 20px;
}
.index-wrap5-item-time{
	font-size: 14px;
	font-weight: bold;
	color: #238e3a;
	display: flex;
	align-items: center;
}
.index-wrap5-item-tag{
	color: #FFFFFF;
	background-color:  #238e3a;
	font-size: 12px;
	margin-left: 10px;
	padding: 4px 6px;
	border-radius: 4px;
}
.index-wrap5-item-title{
	margin-top: 14px;
	font-size: 16px;
	line-height: 26px;
	color: #363a3d;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index-wrap5-item-desc{
	margin-top: 12px;
	font-size: 14px;
	color: #9a9a9a;
	line-height: 24px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-wrap5-btn{
	margin-top: 60px !important;
	display: block;
}

@media only screen and (max-width: 1300px) {
	.index-container5-background{
		width: 408px;
	}
	.index-wrap5{
		padding-top: 70px;
	}
	.index-wrap5-l{
		width: 424px;
		margin-left: 46px;
		padding-bottom: 60px;
	}
	.index-wrap5-rel{
		width: 100%;
		position: relative;
		padding: 40px 0 50px 0;
	}
	.index-wrap5-swiper-time{
		font-size: 14px;
		margin-top: 30px;
	}
	.index-wrap5-swiper-title{
		margin-top: 16px;
		font-size: 16px;
		line-height: 26px;
	}
	.index-wrap5-swiper-desc{
		margin-top: 16px;
		font-size: 13px;
		line-height: 23px;
	}
	.index-wrap5-r{
		padding-right: 46px;
	}
	.index-wrap5-tab{
		padding: 26px 0;
		margin-right: 64px;
		font-size: 14px;
	}
	.index-wrap5-item{
		width: 100%;
		display: flex;
		margin-top: 22px;
	}
	.index-wrap5-item-r{
		margin-left: 18px;
	}
	.index-wrap5-item-title{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.index-wrap5-item-desc{
		margin-top: 10px;
		font-size: 13px;
		line-height: 22px;
	}
	.index-wrap5-btn{
		margin-top: 40px !important;
		display: block;
	}
}


@media only screen and (max-width: 1000px) {
	.index-container5-background{
		width: 308px;
	}
	.index-wrap5{
		padding-top: 50px;
	}
	.index-wrap5-l{
		width: 40%;
		margin-left: 36px;
		padding-bottom: 50px;
	}
	.index-wrap5-rel{
		width: 100%;
		position: relative;
		padding: 30px 0 40px 0;
	}
	.index-wrap5-swiper-image{
		width: 100%;
		height: 220px;
	}
	.index-wrap5-swiper-time{
		font-size: 13px;
		margin-top: 20px;
	}
	.index-wrap5-swiper-title{
		margin-top: 12px;
		font-size: 14px;
		line-height: 22px;
	}
	.index-wrap5-swiper-desc{
		margin-top: 12px;
		font-size: 12px;
		line-height: 21px;
	}
	.index-wrap5-r{
		padding-right: 36px;
	}
	.index-wrap5-tab{
		padding: 20px 0;
		margin-right: 54px;
		font-size: 13px;
	}
	.index-wrap5-tab.index-wrap5-tab-active::after{
		height: 2px;
		bottom: -1px;
	}
	.index-wrap5-item{
		width: 100%;
		display: flex;
		margin-top: 16px;
	}
	.index-wrap5-item-image{
		width: 32%;
		height: 95px;
		flex-shrink: 0;
		overflow: hidden;
	}
	.index-wrap5-item-r{
		margin-left: 15px;
	}
	.index-wrap5-item-time{
		font-size: 13px;
	}
	.index-wrap5-item-tag{
		margin-left: 4px;
		transform: scale(0.9) translate3d(0px, 0px, 0px);
	}
	.index-wrap5-item-title{
		margin-top: 6px;
		font-size: 13px;
		line-height: 24px;
	}
	.index-wrap5-item-desc{
		margin-top: 6px;
		font-size: 12px;
		line-height: 20px;
	}
	.index-wrap5-btn{
		margin-top: 40px !important;
		display: block;
	}
}

@media only screen and (max-width: 700px) {
	.index-container5{
		background-color: #f7f7f7;
	}
	.index-container5-background{
		width: 208px;
	}
	.index-wrap5{
		padding: 30px 0;
		display: block;
	}
	.index-wrap5-l{
		width: 100%;
		margin-left: 0;
		padding-bottom: 25px;
	}
	.index-wrap5-rel{
		width: 100%;
		position: relative;
		padding: 20px 0 25px 0;
	}
	.index-wrap5-swiper-image{
		width: 100%;
		height: 220px;
	}
	.index-wrap5-swiper-time{
		font-size: 12px;
		margin-top: 18px;
	}
	.index-wrap5-swiper-title{
		margin-top: 10px;
		font-size: 13px;
		line-height: 22px;
	}
	.index-wrap5-swiper-desc{
		margin-top: 10px;
		font-size: 12px;
		line-height: 21px;
	}
	.index-wrap5-r{
		padding: 0 3% 8% 3%;
	}
	.index-wrap5-tab{
		padding: 20px 0;
		margin-right: 46px;
		font-size: 13px;
	}
	.index-wrap5-tab.index-wrap5-tab-active::after{
		height: 1px;
		bottom: -1px;
	}
	.index-wrap5-item{
		width: 100%;
		display: flex;
		margin-top: 16px;
	}
	.index-wrap5-item-image{
		width: 32%;
		height: 95px;
		flex-shrink: 0;
		overflow: hidden;
	}
	.index-wrap5-item-r{
		margin-left: 12px;
	}
	.index-wrap5-item-time{
		font-size: 12px;
	}
	.index-wrap5-item-tag{
		margin-left: 0px;
		transform: scale(0.8) translate3d(0px, 0px, 0px);
	}
	.index-wrap5-item-title{
		margin-top: 4px;
		font-size: 13px;
		line-height: 24px;
	}
	.index-wrap5-item-desc{
		margin-top: 4px;
		font-size: 12px;
		line-height: 20px;
	}
	.index-wrap5-btn{
		margin-top: 30px !important;
		display: block;
	}
}

.index-banner{
	width: 100%;
	height: 950px;
	position: relative;
}
.index-banner .swiper{
	width: 100%;
	height: 100%;
}
.index-banner .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.index-banner .swiper_item{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding: 0 60px;
	box-sizing: border-box;
	position: relative;
}
.index-banner-content{
	width: 100%;
	box-sizing: border-box;
	color: #FFFFFF;
}
.index-banner-text1{
	font-size: 48px;
	font-weight: bold;
}
.index-banner-text2{
	font-size: 24px;
	margin-top: 20px;
	font-weight: bold;
}
.index-banner-text3{
	font-size: 20px;
	margin-top: 30px;
	line-height: 28px;
}
.index-banner-text4{
	font-size: 20px;
	margin-top: 50px;
	line-height: 28px;
}
.index-banner-text5{
	margin-top: 6px;
	font-size: 20px;
	line-height: 28px;
}

.index-banner-tool{
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	z-index: 5;
	padding: 0 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.index-banner-progress{
	width: 300px;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
	position: relative;
}
.index-banner-progress-active{
	height: 1px;
	background-color: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s ease;
}
.index-banner-autoplay .index-banner-autoplay-image{
	display: none;
	width: 15px;
	height: auto;
	cursor: pointer;
}
.index-banner-pagination{
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
}
.index-banner-pagination .active{
	color: #FFFFFF;
}
.index-banner-navigation{
	display: flex;
	align-items: center;
}
.index-banner-navigation img{
	width: 14px;
	height: auto;
	display: block;
}
.index-banner-navigation .line{
	width: 1px;
	height: 8px;
	background-color: rgba(255,255,255,0.5);
	margin: 0 14px;
}
.index-banner-navigation .swiper-button-disabled{
	opacity: 0.4;
}
.index-banner-tool div{
	margin-right: 26px;
}

@media only screen and (max-width: 1300px) {
	.index-banner{
		width: 100%;
		height: 700px;
	}
	.index-banner .swiper_item{
		padding: 0 60px;
	}
	.index-banner-text1{
		font-size: 32px;
		font-weight: bold;
	}
	.index-banner-text2{
		font-size: 19px;
		margin-top: 17px;
		font-weight: bold;
	}
	.index-banner-text3{
		font-size: 17px;
		margin-top: 22px;
		line-height: 28px;
	}
	.index-banner-text4{
		font-size: 16px;
		margin-top: 34px;
		line-height: 28px;
	}
	.index-banner-text5{
		margin-top: 4px;
		font-size: 16px;
		line-height: 28px;
	}
	
	.index-banner-tool{
		bottom: 50px;
		padding: 0 60px;
	}
	.index-banner-pagination{
		font-size: 14px;
	}
}

@media only screen and (max-width: 1600px) {
	.index-banner{
		width: 100%;
		height: 820px;
	}
}

@media only screen and (max-width: 1400px) {
	.index-banner{
		width: 100%;
		height: 730px;
	}
}

@media only screen and (max-width: 1280px) {
	.index-banner{
		height: 650px;
	}
}

@media only screen and (max-width: 1200px) {
	.index-banner{
		margin-top: 64px;
		width: 100%;
		height: 620px;
	}
}

@media only screen and (max-width: 1080px) {
	.index-banner{
		width: 100%;
		height: 530px;
	}
}

@media only screen and (max-width: 950px) {
	.index-banner{
		width: 100%;
		height: 450px;
	}
	.index-banner .swiper_item{
		padding: 0 60px;
	}
	.index-banner-text1{
		font-size: 26px;
		font-weight: bold;
	}
	.index-banner-text2{
		font-size: 15px;
		margin-top: 13px;
		font-weight: bold;
	}
	.index-banner-text3{
		font-size: 14px;
		margin-top: 15px;
		line-height: 28px;
	}
	.index-banner-text4{
		font-size: 14px;
		margin-top: 26px;
		line-height: 22px;
	}
	.index-banner-text5{
		font-size: 14px;
		line-height: 22px;
	}
	
	.index-banner-tool{
		bottom: 35px;
		padding: 0 60px;
	}
	.index-banner-progress{
		width: 200px;
	}
	.index-banner-pagination{
		font-size: 14px;
	}
	.index-banner-tool div{
		margin-right: 20px;
	}
}

@media only screen and (max-width: 780px) {
	.index-banner{
		width: 100%;
		height: 400px;
	}
	.index-banner .swiper_item{
		padding: 0 40px;
	}
	.index-banner-text1{
		font-size: 22px;
		font-weight: bold;
	}
	.index-banner-text2{
		font-size: 13px;
		margin-top: 12px;
		font-weight: bold;
	}
	.index-banner-text3{
		font-size: 12px;
		margin-top: 14px;
		line-height: 20px;
	}
	.index-banner-text4{
		font-size: 12px;
		margin-top: 26px;
		line-height: 20px;
	}
	.index-banner-text5{
		font-size: 12px;
		line-height: 20px;
	}
	
	.index-banner-tool{
		bottom: 30px;
		padding: 0 40px;
	}
	.index-banner-progress{
		display: none;
	}
	.index-banner-pagination{
		font-size: 12px;
	}
	.index-banner-navigation img{
		width: 12px;
	}
	.index-banner-autoplay .index-banner-autoplay-image{
		width: 13px;
	}
	.index-banner-tool div{
		margin-right: 16px;
	}
}
@media only screen and (max-width: 700px) {
	.index-banner{
		width: 100%;
		height: 380px;
	}
}

@media only screen and (max-width: 500px) {
	.index-banner{
		width: 100%;
		height: 400px;
	}
	.index-banner .swiper_item{
		padding: 0 5%;
	}
	.index-banner-text1{
		font-size: 22px;
		font-weight: bold;
	}
	.index-banner-text2{
		font-size: 13px;
		margin-top: 12px;
		line-height: 20px;
		font-weight: bold;
	}
	.index-banner-text3{
		font-size: 12px;
		margin-top: 14px;
		line-height: 20px;
	}
	.index-banner-text4{
		font-size: 12px;
		margin-top: 26px;
		line-height: 20px;
	}
	.index-banner-text5{
		font-size: 12px;
		line-height: 20px;
	}
	
	.index-banner-tool{
		bottom: 30px;
		padding: 0 5%;
	}
}

.index-background{
	width: 100%;
	background-image: url(../img/img-76.png);
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	padding: 100px 0;
}
.index-container1{
	width: 100%;
	/* padding: 0 0 0 3%; */
}
.index-wrap1{
	max-width: 1665px;
	margin: 0 0 0 auto;
}
.index-wrap1-title{
	max-width: 1390px;
	padding-left: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-wrap1-title .index-wrap1-swiper-pagination{
	width: auto !important;
	position: static;
	display: flex;
	align-items: center;
}
.index-wrap1-content{
	width: 100%;
}
.index-wrap1-content .swiper{
	width: 100%;
	height: 100%;
	margin-top: 60px;
	padding-left: 40px;
}
.index-wrap1-content .swiper-slide{
	width: 854px;
	padding-right: 100px;
	display: block;
}
.index-wrap1-images{
	width: 750px;
	height: auto;
	position: relative;
}
.index-wrap1-images .index-wrap1-image{
	display: block;
	width: 100%;
	height: 100%;
}
.index-wrap1-images .index-wrap1-image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-wrap1-images .index-wrap1-more{
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 80px;
	height: 71px;
	opacity: 0;
	transition: all; 0.4s;
}
.index-wrap1-images:hover .index-wrap1-more{
	opacity: 1;
}

.index-wrap1-swiper-title{
	margin-top: 22px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #4d545b;
}
.index-wrap1-swiper-title img{
	display: block;
	width: 20px;
	height: auto;
	margin-right: 10px;
}

@media only screen and (max-width: 1300px) {
	.index-background{
		padding: 70px 0;
	}
	.index-wrap1-title{
		padding-left: 35px;
		padding-right: 4%;
	}
	.index-wrap1-content .swiper{
		margin-top: 40px;
		padding-left: 35px;
	}
	.index-wrap1-content .swiper-slide{
		width: 680px;
		padding-right: 80px;
	}
	.index-wrap1-images{
		width: 600px;
		height: auto;
		position: relative;
	}
	.index-wrap1-images .index-wrap1-more{
		left: -35px;
		width: 70px;
		height: 62px;
	}
	.index-wrap1-swiper-title{
		margin-top: 18px;
		font-size: 15px;
	}
	.index-wrap1-swiper-title img{
		width: 16px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 900px) {
	.index-background{
		padding: 50px 0;
		background-color: #ebebeb;
		background-image: none;
	}
	.index-wrap1-title{
		padding-left: 30px;
		padding-right: 5%;
	}
	.index-wrap1-content .swiper{
		margin-top: 30px;
		padding-left: 30px;
	}
	.index-wrap1-content .swiper-slide{
		width: 510px;
		padding-right: 60px;
	}
	.index-wrap1-images{
		width: 450px;
		height: auto;
		position: relative;
	}
	.index-wrap1-images .index-wrap1-more{
		left: -30px;
		width: 60px;
		height: 53px;
	}
	.index-wrap1-swiper-title{
		margin-top: 14px;
		font-size: 13px;
	}
	.index-wrap1-swiper-title img{
		width: 13px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 700px) {
	.index-background{
		padding: 30px 0;
	}
	.index-wrap1-title{
		padding-left: 25px;
		padding-right: 3%;
	}
	.index-wrap1-content .swiper{
		margin-top: 20px;
		padding-left: 25px;
	}
	.index-wrap1-content .swiper-slide{
		width: 390px;
		padding-right: 40px;
	}
	.index-wrap1-images{
		width: 350px;
		height: auto;
		position: relative;
	}
	.index-wrap1-images .index-wrap1-more{
		left: -25px;
		width: 50px;
		height: 44px;
	}
	.index-wrap1-swiper-title{
		margin-top: 12px;
		font-size: 12px;
	}
	.index-wrap1-swiper-title img{
		width: 11px;
		margin-right: 6px;
	}
}

@media only screen and (max-width: 500px) {
	.index-background{
		padding: 30px 0;
	}
	.index-wrap1-title{
		padding-left: 15px;
		padding-right: 3%;
	}
	.index-wrap1-content .swiper{
		margin-top: 15px;
		padding-left: 15px;
	}
	.index-wrap1-content .swiper-slide{
		width: 305px;
		padding-right: 35px;
	}
	.index-wrap1-images{
		width: 270px;
		height: auto;
		position: relative;
	}
	.index-wrap1-images .index-wrap1-more{
		left: -20px;
		width: 40px;
		height: 35px;
	}
}


.index-container2{
	width: 100%;
	padding: 0 3%;
	margin-top: 160px;
	position: relative;
}
.index2-image{
	width: 40%;
	height: auto;
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: -150px;
}
@media only screen and (max-width: 1300px) {
	.index2-image{
		width: 40.5%;
		bottom: -110px;
	}
}
@media only screen and (max-width: 900px) {
	.index2-image{
		width: 50%;
		bottom: -80px;
	}
}
@media only screen and (max-width: 700px) {
	.index2-image{
		width: 50%;
		bottom: -50px;
	}
}
.index-wrap2{
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.index-wrap2-title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.index-wrap2-swiper-btns{
	display: flex;
	align-items: center;
}
.index-wrap2-swiper-btns img{
	width: 60px;
	height: auto;
	display: block;
	margin-left: 10px;
}
.index-wrap2-swiper-btns .swiper-button-disabled{
	opacity: 0.4;
}

.index-wrap2-content{
	padding-top: 60px;
}
.index-wrap2-content .swiper{
	width: 100%;
	height: 100%;
}
.index-wrap2-content .swiper-slide{
	width: 100%;
	height: 100%;
}

.index-wrap2-list{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.index-wrap2-list-background{
	width: 100%;
	height: 428px;
	display: block;
	object-fit: cover;
	transition: all 0.4s;
}
@media only screen and (max-width: 1300px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 516px;
	}
}
@media only screen and (max-width: 1100px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 440px;
	}
}
@media only screen and (max-width: 900px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 355px;
	}
}
@media only screen and (max-width: 750px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 292px;
	}
}
@media only screen and (max-width: 650px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 242px;
	}
}
@media only screen and (max-width: 600px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 355px;
	}
}
@media only screen and (max-width: 500px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 306px;
	}
}
@media only screen and (max-width: 450px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 266px;
	}
}
@media only screen and (max-width: 400px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 240px;
	}
}
@media only screen and (max-width: 350px) {
	.index-wrap2-list-background{
		width: 100%;
		height: 210px;
	}
}
.index-wrap2-list-item{
	width: 94%;
	height: 94%;
	position: absolute;
	top: 3%;
	left: 3%;
	z-index: 5;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 34px 24px;
	opacity: 0;
	transition: all 0.4s;
}
.index-wrap2-list-content{
	width: 100%;
	height: 100%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.index-wrap2-list-time{
	font-size: 16px;
	color: #238e3a;
	font-weight: bold;
}
.index-wrap2-list-title{
	margin-top: 20px;
	font-size: 18px;
	line-height: 30px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.index-wrap2-list-content img{
	width: 40px;
	height: 40px;
	display: block;
}
.index-wrap2-list:hover .index-wrap2-list-item{
	opacity: 1;
}

.index-wrap2-btn{
	margin: 60px auto 0 auto !important;
	display: block;
}

@media only screen and (max-width: 1300px) {
	.index-container2{
		margin-top: 100px;
	}
	.index-wrap2-content{
		padding-top: 40px;
	}
	.index-wrap2-btn{
		margin: 50px auto 0 auto !important;
	}
	.index-wrap2-list-item{
		padding: 24px;
	}
	.index-wrap2-list-time{
		font-size: 14px;
	}
	.index-wrap2-list-title{
		margin-top: 16px;
		font-size: 15px;
		line-height: 26px;
		font-weight: bold;
		
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	
	.index-wrap2-list-content img{
		width: 32px;
		height: 32px;
		display: block;
	}
}

@media only screen and (max-width: 900px) {
	.index-container2{
		margin-top: 70px;
	}
	.index-wrap2-content{
		padding-top: 30px;
	}
	.index-wrap2-btn{
		margin: 40px auto 0 auto !important;
	}
	.index-wrap2-list-item{
		padding: 24px;
	}
	.index-wrap2-list-time{
		font-size: 13px;
	}
	.index-wrap2-list-title{
		margin-top: 16px;
		font-size: 14px;
		line-height: 25px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	
	.index-wrap2-list-content img{
		width: 32px;
		height: 32px;
		display: block;
	}
}

@media only screen and (max-width: 700px) {
	.index-container2{
		margin-top: 30px;
	}
	.index-wrap2-content{
		padding-top: 20px;
	}
	.index-wrap2-btn{
		margin: 30px auto 0 auto !important;
	}
	.index-wrap2-list-item{
		padding: 18px;
	}
	.index-wrap2-list-time{
		font-size: 12px;
	}
	
	.index-wrap2-list-title{
		margin-top: 12px;
		font-size: 13px;
		line-height: 20px;
		font-weight: bold;
		
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	
	.index-wrap2-list-content img{
		width: 26px;
		height: 26px;
		display: block;
	}
}

@media only screen and (max-width: 700px) {
	.index-wrap2-list-title{
		margin-top: 12px;
		font-size: 12px;
		line-height: 19px;
		font-weight: bold;
		
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}


@media only screen and (max-width: 1300px) {
	.index-wrap2-swiper-btns img{
		width: 45px;
		margin-left: 10px;
	}
}
@media only screen and (max-width: 900px) {
	.index-wrap2-swiper-btns img{
		width: 35px;
		margin-left: 10px;
	}
}
@media only screen and (max-width: 700px) {
	.index-wrap2-swiper-btns img{
		width: 30px;
		margin-left: 10px;
	}
}
@media only screen and (max-width: 500px) {
	.index-wrap2-swiper-btns img{
		width: 28px;
		margin-left: 6px;
	}
}


.index-banner-pc{
	display: flex !important;
}
.index-banner-mobile{
	display: none !important;
}

@media only screen and (max-width: 700px) {
	.index-banner-pc{
		display: none !important;
	}
	.index-banner-mobile{
		display: flex !important;
	}
}