html,body{
	
}
.home-page{
	padding-bottom: 0.7rem;
	position: relative;
	z-index: 10;
}
.home-banner{
	position: relative;
}
.bannerSwiper{
	border-radius: 0.14rem 0 0.14rem 0;
}
.home-banner .swiper-slide img{
	width: 100%;
}
.h-pc-banner{
	display: block;
}
.h-mobile-banner{
	display: none;
}
.home-page .swiper-pagination{
	bottom: 0.3rem !important;
	display: flex;
	justify-content: center;
}
.home-page .swiper-pagination .swiper-pagination-bullet{
	width: 0.4rem !important;
	height: 0.06rem !important;
	border-radius: 0.06rem !important;
	opacity: 1 !important;
	margin: 0 0.06rem !important;
	background: rgba(0,0,0,0.33);
}
.home-page .swiper-pagination .swiper-pagination-bullet-active{
	background: #38b6e5;
}

.home-about{
	margin-top: 0.6rem;
	display: flex;
	border-radius: 0.1rem;
	overflow: hidden;
}
.home-about-fl{
	width: 42.92%;
	background: #38b6e5;
	padding: 0.6rem 0.3rem 0 0.48rem;
	zoom: 1;
}
.home-about-fl:after{
	display: block;
	content: '';
	clear: both;
}
.home-about-fl h1{
	font-size: 0.3rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 0.28rem;
}
.home-about-fl p{
	font-size: 0.17rem;
	color: #fff;
	text-align: justify;
	line-height: 1.8;
}
.more-btn{
	float: right;
	display: block;
	width: 0.8rem;
	height: 0.34rem;
	border: 0.021rem solid #fff;
	border-radius: 0.05rem;
	position: relative;
}
.more-btn:before{
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	transition-duration: 0.3s;
}
.more-btn:hover:before{
	width: 100%;
	left: 0;
	right: auto;
}
.more-btn span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 0.16rem;
	color: #fff;
	position: relative;
	z-index: 10;
	transition-duration: 0.3s;
}
.more-btn:hover span{
	color: #38b6e5;
}
.home-about-fr{
	width: 57.08%;
	overflow: hidden;
}
.home-about-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-about-fr:hover img{
	transform: scale(1.1);
}
.home-flex{
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.home-news{
	width: 66.52%;
}
.home-fast{
	width: 31.6%;
}
.home-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.2rem;
}
.home-title-name{
	display: flex;
	align-items: center;
}
.home-title-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: #38b6e5;
}
.home-title-icon img{
	display: block;
	width: 0.2411rem;
}
.home-title-name h3{
	margin-left: 0.12rem;
	font-size: 0.3rem;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
}
.home-title .more-btn{
	border: 0.021rem solid #c3c3c3;
	transition-duration: 0.3s;
}
.home-title .more-btn span{
	color: #666666;
}
.home-title .more-btn:before{
	background: #38b6e5;
}
.home-title .more-btn:hover{
	border: 0.021rem solid #38b6e5;
}
.home-title .more-btn:hover span{
	color: #fff;
}
.home-news-list{
	width: 100%;
	background: #fff;
	padding: 0.44rem 0.25rem 0.44rem 0.35rem;
	border-radius: 0.12rem;
	box-shadow: 2px 2px 4px 1px #e1e1e1;
}
.home-news-list ul li{
	margin-bottom: 0.26rem;
}
.home-news-list ul li:last-child{
	margin-bottom: 0;
}
.home-news-list ul li a{
	display: flex;
	justify-content: space-between;
}
.home-news-list ul li a p{
	width: calc(100% - 1.4rem);
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	padding-left: 0.16rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
}
.home-news-list ul li:hover a p{
	color: #38b6e5;
}
.home-news-list ul li a p:before{
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #1f7da0;
	position: absolute;
	left: 0;
	top: 0.11rem;
}
.home-news-list ul li a span{
	width: 1.2rem;
	font-size: 0.18rem;
	color: #555555;
	text-align: right;
	line-height: 1.4;
}
.home-news-list ul li:hover a span{
	color: #38b6e5;
}
.home-fast-list ul li{
	width: 100%;
	height: 1.44rem;
	border-radius: 0.1rem;
	margin-bottom: 0.2rem;
	position: relative;
	overflow: hidden;
}
.home-fast-list ul li:last-child{
	margin-bottom: 0;
}
.fast-list-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition-duration: 0.3s;
}
.home-fast-list ul li:nth-child(1) .fast-list-bg{
	background: url(../images/h-fast-bg01.png) no-repeat center center;
}
.home-fast-list ul li:nth-child(2) .fast-list-bg{
	background: url(../images/h-fast-bg02.png) no-repeat center center;
}
.home-fast-list ul li:nth-child(3) .fast-list-bg{
	background: url(../images/h-fast-bg03.png) no-repeat center center;
}
.home-fast-list ul li:hover .fast-list-bg{
	transform: scale(1.1);
}
.home-fast-list ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.home-fast-icon{
	display: flex;
	align-items: center;
}
.home-fast-icon img{
	display: block;
	width: 0.8235rem;
}
.home-fast-list ul li:hover .home-fast-icon img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;	
}
.home-fast-icon span{
	display: block;
	font-size: 0.26rem;
	color: #fff;
	line-height: 1.4;
	margin-left: 0.2rem;
}

.home-yqlj{
	margin-top: 0.4rem;
}
.home-yqlj-list{
	padding: 0.25rem 0.25rem 0;
	background: #fff;
	box-shadow: 2px 2px 4px 1px #e1e1e1;
	border-radius: 0.1rem;
}
.home-yqlj-list ul{
	display: flex;
	flex-wrap: wrap;
}
.home-yqlj-list ul li{
	width: 16.666%;
	margin-bottom: 0.24rem;
	font-size: 0.17rem;
	color: #333333;
	line-height: 1.4;
	padding-left: 0.12rem;
	position: relative;
}
.home-yqlj-list ul li:before{
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #bfbfbf;
	position: absolute;
	left: 0;
	top: 0.11rem;
}
.home-yqlj-list ul li a{
	color: #333333;
}
.home-yqlj-list ul li:hover a{
	color: #38b6e5;
}

@media only screen and (max-width: 1450px) {
    
}
@media only screen and (max-width: 1366px) {
    
}
@media only screen and (max-width: 1090px) {
    
}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 540px) {
    .home-page{
    	margin-top: 102px;
    	padding-top: 10px;
    }
    .h-pc-banner{
    	display: none;
    }
    .h-mobile-banner{
    	display: block;
    }
    .home-about{
    	display: block;
    }
    .home-about-fl{
    	width: 100%;
    	padding: 20px 10px;
    }
    .home-about-fl h1{
    	font-size: 18px;
    	margin-bottom: 10px;
    }
    .home-about-fl p{
    	font-size: 14px;
    	line-height: 1.6;
    }
    .more-btn{
    	width: 70px;
    	height: 30px;
    }
    .more-btn span{
    	font-size: 14px;
    }
    .home-about-fr{
    	width: 100%;
    }
    .home-flex{
    	display: block;
    }
    .home-news{
    	width: 100%;
    	margin-bottom: 30px;
    }
    .home-title-name h3{
    	font-size: 18px;
    }
    .home-title-icon{
    	width: 24px;
    	height: 24px;
    }
    .home-news-list{
    	padding: 20px 10px;
    }
    .home-news-list ul li a p{
    	width: calc(100% - 90px);
    	font-size: 14px;
    }
    .home-news-list ul li a span{
    	width: 80px;
    	font-size: 14px;
    }
    .home-news-list ul li a p:before{
    	width: 4px;
    	height: 4px;
    	top: 8px;
    }
    
    .home-fast{
    	width: 100%;
    }
    .home-fast-icon span{
    	font-size: 16px;
    }
    
    .home-yqlj-list{
    	padding: 20px 10px;
    }
    .home-yqlj-list ul li{
    	width: 50%;
    	font-size: 14px;
    }
    .home-yqlj-list ul li:before{
    	width: 4px;
    	height: 4px;
    	top: 8px;
    }
}