.home-banner{
	position: relative;
}
.bannerSwiper{
	width: 100%;
	position: relative;
}
.bannerSwiper img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.banner-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.banner-line{
	display: block;
	width: 1.3rem;
	height: 0.04rem;
	background: #fff;
	margin-bottom: 0.2rem;
}
.banner-title h3{
	font-size: 0.66rem;
	line-height: 1;
	font-weight: normal;
}
.banner-title-w{
	color: #fff;
	margin-bottom: 0.1rem;
}
.banner-title-r{
	line-height: 1.2 !important;
	font-family: 'syhtB';
	color: #e63039;
}
.bannerSwiper .swiper-slide-active img{
	animation: changeScale 1 1.5s;
}
.bannerSwiper .swiper-slide-active .banner-title-w{
	animation: dh 1 1.5s;
}
.bannerSwiper .swiper-slide-active .banner-title-r{
	animation: dh1 1 1.5s;
}
.home-banner .swiper-pagination{
	bottom: 0.4rem !important;
}
.home-banner .swiper-pagination .swiper-pagination-bullet{
	width: 0.14rem;
	height: 0.14rem;
	margin: 0 0.12rem !important;
	background: #fff;
	opacity: 0.7;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #d0111b;
	opacity: 1;
}

.home-news{
	background: #f7f8fa;
	padding: 0.9rem 0 0.35rem;
}
.home-title{
	zoom: 1;
	margin-bottom: 0.35rem;
}
.home-title:after{
	display: block;
	content: '';
	clear: both;
}
.home-title h3{
	float: left;
	font-size: 0.48rem;
	color: #333333;
	line-height: 0.52rem;
	font-family: 'syhtB';
}
.home-title a{
	float: right;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.28rem;
	position: relative;
	margin-top: 0.12rem;
	padding-right: 0.38rem;
}
.home-title a span{
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background: url(../../images/home/images/more-jt.png) no-repeat center center #d0111b;
	background-size: 0.09rem 0.13rem;
	position: absolute;
	right: 0;
	top: 0;
	transition-duration: 0.3s;
}
.home-title a:hover span{
	transform: rotate(180deg);
	background: linear-gradient();
}
.home-news-content{
	margin-bottom: 0.48rem;
}
.home-news-content ul{
	display: flex;
}
.home-news-content ul li{
	width: 31.08%;
	margin-right: 3.38%;
	background: #fff;
	border-radius: 0.1rem 0.1rem 0 0;
	transition-duration: 0.3s;
}
.home-news-content ul li:hover{
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}
.home-news-content ul li:nth-child(3n){
	margin-right: 0;
}
.home-news-img{
	display: block;
	width: 100%;
	border-radius: 0.1rem;
	overflow: hidden;
}
.home-news-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-news-content ul li:hover .home-news-img img{
	transform: scale(1.1);
}
.home-news-txt{
	padding: 0.25rem 0.3rem;
	position: relative;
}
.news-line{
	width: 0%;
	height: 2px;
	background: #d0111b;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition-duration: 0.5s;
}
.home-news-content ul li:hover .news-line{
	width: 100%;
	left: 0%;
}
.home-news-txt p{
	font-size: 0.22rem;
	color: #d0111b;
	line-height: 1.4;
	font-family: 'syhtB';
	margin-bottom: 0.1rem;
}
.home-news-txt h4{
	min-height: 0.76rem;
	font-size: 0.28rem;
	color: #333333;
	font-weight: normal;
	line-height: 0.38rem;
	margin-bottom: 0.2rem;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-news-content ul li:hover .home-news-txt h4{
	/*color: #d0111b;*/
}
.home-news-txt span{
	font-size: 0.22rem;
	color: #555555;
	line-height: 1.4;
	position: relative;
	padding-right: 0.3rem;
	transition-duration: 0.3s;
}
.home-news-content ul li:hover .home-news-txt span{
	/*color: #d0111b;*/
	padding-right: 0.35rem;
}
.home-news-txt span:after{
	display: block;
	content: '';
	width: 0.13rem;
	height: 0.2rem;
	background: url(../../images/home/images/news-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.1rem;
}
.news-more{
	display: flex;
	justify-content: center;
}
.news-more a{
	font-size: 0.22rem;
	color: #555555;
	line-height: 0.26rem;
	position: relative;
	padding-right: 0.3rem;
	transition-duration: 0.3s;
}
.news-more a:after{
	display: block;
	content: '';
	width: 0.21rem;
	height: 0.19rem;
	background: url(../../images/home/images/more-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.1rem;
	transition-duration: 0.5s;
}
.news-more a:hover{
	color: #d0111b;
}
.news-more a:hover:after{
	transform: rotate(360deg);
	background: url(../../images/home/images/more-icon-r.png) no-repeat;
	background-size: 100% 100%;
}
.home-download{
	padding: 0.8rem 0 1rem;
	background: #fff;
}
.download-swiper{
	position: relative;
}
.downloadSwiper img{
	display: block;
	width: 100%;
}
.download-swiper .swiper-pagination{
	bottom: 0.3rem !important;
}
.download-swiper .swiper-pagination .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	margin: 0 0.12rem !important;
	background: #fff;
	opacity: 0.7;
}
.download-swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #d0111b;
	opacity: 1;
}
@media only screen and (max-width: 1450px) {
    
}

@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1088px) {

}
@media only screen and (max-width: 1090px){

}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 540px) {
   .home-banner{
   	margin-top: 55px;
   }
   .banner-title h3{
   	font-size: 20px;
   }
   .home-banner .swiper-pagination{
   	bottom: 5px !important;
   }
   .home-title h3{
   	font-size: 20px;
   	line-height: 26px;
   }
   .home-title a{
   	font-size: 16px;
   	line-height: 20px;
   	margin-top: 3px;
   	padding-right: 25px;
   }
   .home-title a span{
   	width: 20px;
   	height: 20px;
   	background-size: 6px 10px;
   }
   .home-news{
   	padding-bottom: 30px;
   }
   .home-news-content ul{
   	display: block;
   }
   .home-news-content ul li{
   	width: 100%;
   	margin-right: 0;
   	margin-bottom: 10px;
   }
   .home-news-txt{
   	padding: 20px 10px;
   }
   .home-news-txt p{
   	font-size: 16px;
   }
   .home-news-txt h4{
   	font-size: 18px;
   	line-height: 1.6;
   	min-height: initial;
   }
   .home-news-txt span{
   	font-size: 14px;
   }
   .home-news-txt span:after{
   	width: 9px;
   	height: 16px;
   	margin-top: -8px;
   }
   .news-more a{
   	font-size: 16px;
   	padding-right: 25px;
   }
   .news-more a:after{
   	width: 18px;
   	height: 16px;
   	margin-top: -8px;
   }
   .download-swiper .swiper-pagination{
   	bottom: 5px !important;
   }
   
}