.home-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bannerSwiper{
	position: relative;
	z-index: 5;
}
.bannerSwiper img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.bannerSwiper .swiper-slide-active img{
	animation: changeScale 1 2.5s;
}
.h-pc-banner{
	display: block;
}
.h-mobile-banner{
	display: none;
}
.banner-title{
	width: 100%;
	padding: 1rem 0 0.5rem;
	background: linear-gradient(to top,rgba(1,77,162,0.9),rgba(1,77,162,0));
	background: -webkit-linear-gradient(to top,rgba(1,77,162,0.9),rgba(1,77,162,0));
	background: -moz-linear-gradient(to top,rgba(1,77,162,0.9),rgba(1,77,162,0));
	background: -o-linear-gradient(to top,rgba(1,77,162,0.9),rgba(1,77,162,0));
	background: -ms-linear-gradient(to top,rgba(1,77,162,0.9),rgba(1,77,162,0));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.banner-title h1{
	font-size: 0.36rem;
	color: #fff;
	font-family: 'syhtB';
	line-height: 1;
}
.bannerSwiper .swiper-slide-active .banner-title h1{
	animation: dh2 1 2.5s;
}
.home-banner .swiper-pagination{
	width: auto !important;
	left: auto !important;
	right: 10.52%;
	bottom: 0.5rem;
	z-index: 10;
	font-size: 0.3rem;
	color: #fff;
	line-height: 1;
}
.home-banner .swiper-pagination .swiper-pagination-current{
	font-size: 0.48rem;
	font-weight: bold;
}
.banner-prev,.banner-next{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff;
	background: url(../images/banner-jt02.png) no-repeat center center;
	background-size: 60% 60%;
	transition-duration: 0.3s;
	position: absolute;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 10;
	cursor: pointer;
}
.banner-prev{
	transform: rotate(180deg);
	left: 2%;
}
.banner-prev:hover{
	border: 1px solid #00a299;
	background: url(../images/banner-jt02.png) no-repeat center center #00a299;
	background-size: 60% 60%;
}
.banner-next{
	right: 2%;
}
.banner-next:hover{
	border: 1px solid #00a299;
	background: url(../images/banner-jt02.png) no-repeat center center #00a299;
	background-size: 60% 60%;
}

.home-fastBox{
	padding: 0.9rem 0 1.2rem;
	/*background: #fff;*/
	position: relative;
	z-index: 10;
}
.home-fastBox .w1516{
	display: flex;
}
.home-fast-fl{
	width: 50%;
	background: url(../images/h-fast-bg01.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-fast-title-com h3{
	display: flex;
	justify-content: center;
	font-weight: normal;
}
.home-fast-title-com h3 span:nth-child(1){
	font-size: 0.72rem;
	line-height: 1;
	font-family: 'sjxk';
	font-weight: normal;
}
.home-fast-title-com h3 span:nth-child(2){
	font-size: 0.36rem;
	line-height: 1;
	font-family: 'syhtB';
	font-weight: normal;
	margin-top: 0.34rem;
}
.home-fast-title-com p{
	font-size: 0.14rem;
	text-align: center;
	line-height: 1.4;
	text-transform: uppercase;
	margin-top: 0.04rem;
}
.home-fast-title01{
	margin-bottom: 0.45rem;
}
.home-fast-title01 h3{
	color: #fff;
}
.home-fast-title01 p{
	color: #fff;
	position: relative;	
}
.home-fast-title01 p:after{
	display: block;
	content: '';
	width: 0.4rem;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -0.04rem;
	left: 50%;
	transform: translateX(-50%);
}
.h-fast-search{
	width: 4.68rem;
}
.h-fast-search-input,.h-fast-search-btn{
	width: 100%;
	height: 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.3);
	overflow: hidden;
}
.h-fast-search-input input{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
}
.h-fast-search-input input::-webkit-input-placeholder {
    color: #fff;
}
.h-fast-search-btn{
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition-duration: 0.3s;
}
.h-fast-search-btn:hover{
	background: #00a299;
	border: 1px solid #00a299;
}
.h-fast-search-btn span{
	font-size: 0.18rem;
	color: #fff;
	padding-left: 0.3rem;
	position: relative;
}
.h-fast-search-btn span:before{
	display: block;
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/h-fast-ss.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.home-fast-fr{
	width: 50%;
}
.home-fast-fr ul{
	display: flex;
	flex-wrap: wrap;
}
.home-fast-fr ul li{
	width: 50%;
	height: 1.95rem;
	position: relative;
	overflow: hidden;
}
.home-fast-fr ul li:last-child{
	width: 100%;
}
.home-fast-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition-duration: 0.3s;
}
.home-fast-fr ul li:hover .home-fast-bg{
	transform: scale(1.1);
}
.home-fast-fr ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 20;
}
.home-fast-frInfo img{
	display: block;
	width: 0.7632rem;
	margin: 0 auto;
}
.home-fast-fr ul li:hover .home-fast-frInfo 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-frInfo h3{
	font-size: 0.28rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	margin-top: 0.02rem;
}
.home-fast-frInfo p{
	font-size: 0.18rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	opacity: 0.5;
}

.home-news{
	padding: 0.8rem 0 1.6rem;
	position: relative;
	background: url(../images/h-news-bg02.png) no-repeat bottom left #f8f8f8;
	background-size: 5.71rem;
}
.home-news:before{
	display: block;
	content: '';
	width: 7.72rem;
	height: 10.39rem;
	background: url(../images/h-news-bg01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.home-fast-title02{
	display: flex;
	margin-bottom: 0.25rem;
	position: relative;
	z-index: 10;
}
.home-fast-title02 h3 span:nth-child(1){
	color: #00a299;
}
.home-fast-title02 h3 span:nth-child(2){
	color: #333333;
}
.home-fast-title02 p{
	font-size: 0.18rem;
	color: #555555;
	opacity: 0.3;
	margin-left: 0.1rem;
	margin-top: 0.48rem;
}
.home-news-content{
	display: flex;
	position: relative;
	z-index: 10;
}
.home-news-fl{
	width: 50%;
}
.home-news-fl a{
	display: none;
}
.home-news-fl-info{
	width: 100%;
	height: 5.04rem;
	position: relative;
	overflow: hidden;
}
.home-news-fl-info>img{
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
.home-news-fl:hover .home-news-fl-info>img{
	transform: scale(1.1);
}
.home-news-fl-txt{
	width: 100%;
	height: 0.9rem;
	background: rgba(0,0,0,0.58);
	padding-left: 0.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.home-news-fl-txt h3{
	width: calc(100% - 1.2rem);
	font-size: 0.24rem;
	color: #fff;
	line-height: 1.4;
	font-weight: normal;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-news-fl:hover .home-news-fl-txt h3{
	color: #00a299;
}
.home-news-fl-date{
	width: 1rem;
	height: 100%;
	background: #00a299;
	padding-top: 0.15rem;
}
.home-news-fl-date span:nth-child(1){
	display: block;
	font-size: 0.4rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin-bottom: 0.04rem;
}
.home-news-fl-date span:nth-child(2){
	display: block;
	font-size: 0.14rem;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.home-news-fr{
	width: 50%;
	padding: 0.3rem 0.3rem 0;
	background: rgba(255,255,255,0.6);
}
.home-news-fr ul li{
	position: relative;
	margin-bottom: 0.15rem;
	transition-duration: 0.3s;
}
.home-news-fr ul li:after{
	display: none;
	content: '';
	width: 100%;
	height: 0.29rem;
	background: url(../images/xdt01.png) no-repeat bottom right;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.home-news-fr ul li a{
	width: 100%;
	height: 0.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home-news-fr ul li a div{
	width: calc(100% - 0.5rem);
	padding-left: 0.26rem;
	padding-right: 0.2rem;
	position: relative;
}
.home-news-fr ul li a div:before{
	display: block;
	content: '';
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	border: 1px solid #00a299;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
}
.home-news-fr ul li a div:after{
	display: none;
	content: '';
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	background: rgba(227,166,89,0.3);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	animation: twinkle 2s infinite alternate;
}
@keyframes twinkle {
    0% {
    	width: 0.14rem;
		height: 0.14rem;
		left: 0;
	}
    50% { 
    	width: 0.22rem;
		height: 0.22rem;
		left: -0.03rem;
    	}
    100% { 
    	width: 0.14rem;
		height: 0.14rem;
		left: 0;
    }
}
.home-news-fr ul li.hover{
	padding-bottom: 0.3rem;
}
.home-news-fr ul li.hover:after{
	display: block;
}
.home-news-fr ul li.hover a div:before{
	border: 1px solid #e3a659;
	background: #e3a659;
}
.home-news-fr ul li.hover a div:after{
	display: block;
}

.home-news-fr ul li a div p{
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-news-fr ul li.hover a div p{
	font-size: 0.2rem;
	color: #00a299;
	font-family: 'syhtB';
}
.home-news-fr ul li a span{
	width: 0.5rem;
	font-size: 0.18rem;
	color: #777777;
	text-align: right;
	line-height: 1.4;
}
.home-ksdh{
	padding: 0.55rem 0 0.5rem;
	position: relative;
	background: url(../images/h-ks-bg01.jpg) no-repeat center center;
	background-size: cover;
	z-index: 20;
}
.home-ksdh .w1516{
	position: relative;
}
.h-ksdh-img{
	display: block;
	width: 6.73rem;
	position: absolute;
	right: 0;
	top: -1.6rem;
	z-index: 2;
}
.home-fast-title03{
	display: flex;
	position: absolute;
	right: 2.2rem;
	top: 0;
	z-index: 10;
}
.home-fast-title03 h3{
	width: 1rem;
}
.home-fast-title03 h3 span:nth-child(1){
	display: block;
	width: 100%;
	font-size: 1rem;
	color: #fff;
	text-align: center;
    line-height: 1;
    font-family: 'sjxk';
    font-weight: normal;
}
.home-fast-title03 h3 span:nth-child(2){
	display: block;
	width: 100%;
	padding: 0 0.1rem;
	font-size: 0.48rem;
	color: #fff;
    line-height: 1.2;
    text-align: center;
    font-family: 'syhtB';
}
.home-fast-title03 p{
	padding-top: 0.2rem;
	font-size: 0.18rem;
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}
.h-ksdh-menu{
	width: 71.24%;
}
.h-ksdh-menu ul{
	display: flex;
}
.h-ksdh-menu ul li{
	width: 25%;
	position: relative;
	cursor: pointer;
}
.h-ksdh-menu ul li p{
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
	line-height: 0.6rem;
}
.h-ksdh-menu-down{
	width: 100%;
	height: 0.3rem;
	position: absolute;
	bottom: -0.15rem;
}
.h-ksdh-menu-down:before{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	opacity: 0.6;
}
.h-ksdh-menu-down span{
	display: block;
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #fff;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
}
.h-ksdh-menu-down span:nth-child(1){
	left: -0.05rem;
	display: none;
}
.h-ksdh-menu ul li:nth-child(1) .h-ksdh-menu-down span:nth-child(1){
	display: block;
}
.h-ksdh-menu-down span:nth-child(2){
	right: -0.05rem;
}
.h-ksdh-menu ul li.active p{
	font-family: 'syhtB';
}
.h-ksdh-menu ul li.active .h-ksdh-menu-down span{
	display: block !important;
	opacity: 1;
}
.h-ksdh-menu ul li.active .h-ksdh-menu-down:before{
	height: 0.3rem;
	top: 0;
	background: url(../images/xdt02.png) no-repeat center right;
	opacity: 1;
}
.h-ksdh-contentBox{
	position: relative;
	z-index: 5;
}
.h-ksdh-list{
	width: 71.24%;
	min-height: 4rem;
	margin-top: 0.3rem;
}
.h-ksdh-list ul{
	display: flex;
	flex-wrap: wrap;
}
.h-ksdh-list ul li{
	width: 23.5%;
	height: 0.7rem;
	border: 0.04rem solid rgba(255,255,255,0);
	background: rgba(255,255,255,0.3);
	margin-right: 2%;
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
	font-size: 0.2rem;
	color: #ffffff;
	line-height: 1.4;
	cursor: pointer;
	transition-duration: 0.3s;
}
.h-ksdh-list ul li:nth-child(4n){
	margin-right: 0;
}
.h-ksdh-list ul li.on{
	border: 0.04rem solid #b3e3e1;
	background: #00a299;
}
.h-ksdh-list ul li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0.2rem;
	color: #fff;
	transition-duration: 0.3s;
}
.h-ksdh-list ul li:hover{
	border: 0.04rem solid #b3e3e1;
	background: #00a299;
}
.h-ksdh-list ul li:hover a{

}
.h-ksdh-zj{
	margin-top: 0.1rem;
	position: relative;
	padding-top: 0.2rem;
}
.h-ksdh-zj:after{
	display: block;
	content: '';
	width: calc(100% - 0.2rem);
	height: calc(100% - 0.2rem);
	border-radius: 0.5rem 0 0.5rem 0;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.h-ksdh-zj-box{
	display: flex;
	width: calc(100% - 0.2rem);
	background: #fff;
	border-radius: 0.5rem 0 0.5rem 0;
	padding: 0.3rem 0.56rem 0.38rem 0.6rem;
	position: relative;
	z-index: 10;
}
.h-ksdh-zj-box .home-fast-title02{
	width: 1.2rem;
}
.h-ksdh-zj-box .home-fast-title02 h3{
	width: 0.7rem;
	text-align: center;
	display: block;
}
.h-ksdh-zj-box .home-fast-title02 h3 span:nth-child(1){
	display: block;
	width: 100%;
}
.h-ksdh-zj-box .home-fast-title02 h3 span:nth-child(2){
	display: block;
	padding: 0 0.04rem;
	width: 100%;
	margin-top: 0;
	line-height: 1.2;
}
.h-ksdh-zj-box .home-fast-title02 p{
	margin-top: 0;
	margin-left: 0;
	padding-top: 0.1rem;
	text-align: left;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}
.h-ksdh-zj-ks{
	width: 0.4rem;
	margin-right: 0.2rem;
}
.h-ksdh-zj-ks h3{
	font-size: 0.24rem;
	color: #00a299;
	font-weight: normal;
	text-align: center;
	line-height: 1.1;
}
.h-ksdh-zj-ks h3 i{
	font-style: normal;
	writing-mode: vertical-rl;
}
.h-ksdh-zj-ks h3 i:last-child{
	margin-top: 0.04rem;
}
.h-ksdh-zj-swiper{
	width: calc(100% - 1.2rem);
}
.h-ksdh-zj-swiper .swiper-wrapper{
	transition-timing-function:linear !important;
    -webkit-transition-timing-function: linear !important;   
  	-moz-transition-timing-function: linear !important;
  	-ms-transition-timing-function: linear !important;
  	-o-transition-timing-function: linear !important;
  	transition-timing-function: linear !important;
}
.ksdh-zjBox{
	width: 100%;
}
.ksdh-zjImg{
	width: 100%;
	overflow: hidden;
}
.ksdh-zjImg img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.ksdh-zjName{
	width: 100%;
	padding: 0.05rem 0;
	/*height: 0.48rem;*/
	background: #e3a659;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	transition-duration: 0.3s;
}
.ksdh-zjName h1{
	width: 100%;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-family: 'syhtB';
}
.ksdh-zjName span{
	display: block;
	width: 100%;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-left: 0.05rem;
}
.h-ksdh-zj-swiper .swiper-slide:hover .ksdh-zjImg img{
	transform: scale(1.1);
}
.h-ksdh-zj-swiper .swiper-slide:hover .ksdh-zjName{
	background: #00a299;
}
.home-kpzl-box{
	background: url(../images/h-kp-zl.png) no-repeat center bottom;
	background-size: 100% auto;
}

.home-kpzl-box{
	padding-top: 1.2rem;
}
.home-jkkp-box .w1516{
	display: flex;
	justify-content: space-between;
}
.home-jkkp-fl{
	width: 37.4%;
}
.home-jkkp-fl .home-fast-title02{
	margin-bottom: 1rem;
}
.home-jkkp-fr{
	width: 59.3%;
}
.home-jkkp-nr{
	width: 100%;
}
.home-jkkp-nr-info{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home-jkkp-nr-info img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	transition-duration: 0.3s;
}
.home-jkkp-nr-info:hover img{
	transform: scale(1.1);
}
.home-jkkp-nr-name{
	width: 100%;
	padding: 0.6rem 0.2rem 0.2rem 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to top,rgba(0,162,153,0.9),rgba(0,162,153,0));
	background: -webkit-linear-gradient(to top,rgba(0,162,153,0.9),rgba(0,162,153,0));
	background: -moz-linear-gradient(to top,rgba(0,162,153,0.9),rgba(0,162,153,0));
	background: -o-linear-gradient(to top,rgba(0,162,153,0.9),rgba(0,162,153,0));
	background: -ms-linear-gradient(to top,rgba(0,162,153,0.9),rgba(0,162,153,0));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}
.home-jkkp-nr-name p{
	width: calc(100% - 1.3rem);
	font-size: 0.2rem;
	color: #ffffff;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.home-jkkp-nr-name span{
	width: 1rem;
	font-size: 0.18rem;
	color: #ffffff;
	text-align: right;
	line-height: 1.4;
}
.home-jkkp-frList{
	width: 100%;
	padding: 0.15rem;
}
.home-jkkp-frList:nth-child(1){
	background: #00a299;
	margin-bottom: 0.26rem;
}
.home-jkkp-frList:nth-child(2){
	background: #e3a659;
}
.home-jkkp-frList a{
	display: flex;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 0.14rem;
}
.jkkp-frList-img{
	width: 3.11rem;
	overflow: hidden;
}
.jkkp-frList-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-jkkp-frList:hover .jkkp-frList-img img{
	transform: scale(1.1);
}
.jkkp-frList-info{
	width: calc(100% - 3.11rem);
	padding: 0.1rem 0.3rem 0 0.2rem;
}
.jkkp-frList-info h4{
	font-size: 0.2rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 0.15rem;
	transition-duration: 0.3s;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
}
.home-jkkp-frList:hover .jkkp-frList-info h4{
	font-family: 'syhtB';
}
.jkkp-frList-info p{
	font-size: 0.16rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.6;
	opacity: 0.7;
	margin-bottom: 0.15rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
}
.jkkp-frList-info span{
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.4;
}
.home-ztzl-box{
	padding-top: 1.2rem;
	padding-bottom: 0.9rem;
}
.home-ztzl-list ul{
	display: flex;
}
.home-ztzl-list ul li{
	width: 32%;
	margin-right: 2%;
}
.home-ztzl-list ul li:nth-child(3n){
	margin-right: 0;
}
.home-ztzl-img{
	width: 100%;
	overflow: hidden;
}
.home-ztzl-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-ztzl-list ul li h3{
	font-size: 0.26rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.1rem;
	transition-duration: 0.3s;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;	
}
.home-ztzl-list ul li:hover .home-ztzl-img img{
	transform: scale(1.1);
}
.home-ztzl-list ul li:hover h3{
	color: #00a299;
}

.home-tzgg{
	margin-top: 0.8rem;
	position: relative;
	z-index: 10;
}
.home-tzgg-list{
	width: 100% !important;
}
.home-tzgg-list ul{
	display: flex;
	flex-wrap: wrap;
}
.home-tzgg-list ul li{
	width: 49%;
	margin-right: 2%;
	padding-bottom: 0 !important;
}
.home-tzgg-list ul li:nth-child(2n){
	margin-right: 0;
}
.home-tzgg-list ul li:after{
	display: none !important;
}
.home-tzgg-list ul li:hover p{
    color: #00a299;
    font-family: 'syhtB';
}

@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-banner{
    	margin-top: 102px;
    }
    .h-pc-banner{
    	display: none;
    }
    .h-mobile-banner{
    	display: block;
    }
    .banner-title{
    	padding-bottom: 10px;
    }
    .banner-title h1{
    	width: calc(100% - 40px);
    	font-size: 18px;
    	line-height: 1.4;
    }
    .home-banner .swiper-pagination{
    	bottom: 10px;
    	right: 3%;
    }
    .home-fastBox .w1516{
    	display: block;
    }
    .home-fast-title-com p{
    	font-size: 12px;
    }
    .home-fast-title-com h3 span:nth-child(1){
    	font-size: 30px;
    }
    .home-fast-title-com h3 span:nth-child(2){
    	font-size: 18px;
    	margin-top: 10px;
    }
    .home-fast-fl{
    	width: 100%;
    	height: 300px;
    }
    .h-fast-search-input, .h-fast-search-btn{
    	height: 32px;
    }
    .h-fast-search-input input{
    	font-size: 14px;
    }
    .h-fast-search-btn span{
    	font-size: 14px;
    }
    .h-fast-search-btn span:before{
    	width: 12px;
    	height: 12px;
    }
    .home-fast-fr{
    	width: 100%;
    }
    .home-fast-frInfo h3{
    	font-size: 16px;
    	line-height: 1.4;
    }
    .home-fast-frInfo p{
    	font-size: 12px;
    }
    .home-fastBox{
    	padding: 30px 0 40px;
    }
    .home-fast-title02 p{
    	margin-top: 13px;
    }
    .home-news:before{
    	display: none;
    }
    .home-news{
    	padding: 30px 0 40px;
    }
    .home-news-content{
    	display: block;
    }
    .home-news-fl{
    	width: 100%;
    }
    .home-news-fl-txt h3{
    	width: calc(100% - 80px);
    	font-size: 14px;
    }
    .home-news-fl-date span:nth-child(1){
    	font-size: 26px;
    }
    .home-news-fl-date span:nth-child(2){
    	font-size: 14px;
    }
    .home-news-fl-txt{
    	height: 60px;
    }
    .home-news-fl-date{
    	width: 70px;
    }
    .home-news-fr{
    	width: 100%;
    	padding: 20px 10px;
    }
    .home-news-fr ul li a div p{
    	width: calc(100% - 50px);
    	font-size: 14px;
    }
    .home-news-fr ul li.hover a div p{
    	font-size: 14px;
    	font-family: 'syhtN';
    	font-weight: bold;
    }
    .home-news-fr ul li a span{
    	width: 40px;
    	font-size: 14px;
    }
    .home-news-fr ul li{
    	margin-bottom: 10px;
    }
    .h-ksdh-img{
    	display: none;
    }
    .home-fast-title02{
    	margin-bottom: 20px;
    }
    .home-fast-title03{
    	position: relative;
    	right: 0;
    	margin-bottom: 10px;
    }
    .home-fast-title03 h3{
    	width: auto;
    	display: flex;
    }
    .home-fast-title03 h3 span:nth-child(1){
    	width: auto;
    	font-size: 30px;
    	text-align: left;
    }
    .home-fast-title03 h3 span:nth-child(2){
    	width: auto;
    	font-size: 18px;
        margin-top: 10px;
        padding: 0;
    }
    .home-fast-title03 p{
    	writing-mode: initial;
    	font-size: 12px;
    	margin-top: 18px;
    	margin-left: 0.1rem;
    	padding-top: 0;
    }
    .h-ksdh-menu{
    	width: 100%;
    }
    .h-ksdh-menu ul li p{
    	font-size: 16px;
    	line-height: 42px;
    }
    .h-ksdh-menu ul li.active .h-ksdh-menu-down:before{
    	background-size: 150%;
    }
    .h-ksdh-list{
    	width: 100%;
    	margin-top: 20px;
    }
    .h-ksdh-list ul li{
    	width: 49%;
    	height: 36px;
    	font-size: 14px;
    }
    .h-ksdh-list ul li:nth-child(2n){
    	margin-right: 0;
    }
    .h-ksdh-zj-box{
    	display: block;
    	width: 100%;
    	padding: 20px 10px;
    }
    .h-ksdh-zj-box .home-fast-title02{
    	width: 100%;
    	margin-bottom: 10px;
    }
    .h-ksdh-zj-box .home-fast-title02 h3{
    	width: auto;
    	display: flex;
    }
    .h-ksdh-zj-box .home-fast-title02 h3 span:nth-child(1){
    	width: auto;
    }
    .h-ksdh-zj-box .home-fast-title02 h3 span:nth-child(2){
    	width: auto;
    	margin-top: 10px;
    }
    .h-ksdh-zj-box .home-fast-title02 p{
    	writing-mode: initial;
    	font-size: 12px;
    	margin-top: 15px;
    	margin-left: 0.1rem;
    	padding-top: 0;
    }
    .h-ksdh-zj:after{
    	display: none;
    }
    .h-ksdh-zj{
    	padding-top: 0;
    	margin-top: 0;
    }
    .h-ksdh-zj-ks{
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 10px;
    }
    .h-ksdh-zj-ks h3{
    	font-size: 16px;
    	text-align: left;
    }
    .h-ksdh-zj-ks h3 i{
    	writing-mode: initial;
    }
    .h-ksdh-zj-swiper{
    	width: 100%;
    }
    /*.ksdh-zjName{
    	height: 32px;
    }*/
    .ksdh-zjName h1{
    	font-size: 14px;
    	font-family: 'syhtN';
    	font-weight: bold;
    }
    .ksdh-zjName span{
    	font-size: 14px;
    }
    .home-ksdh{
    	padding: 30px 0 40px;
    }
    .home-kpzl-box{
    	padding-top: 30px;
    }
    .home-jkkp-box .w1516{
    	display: block;
    }
    .home-jkkp-fl{
    	width: 100%;
    	margin-bottom: 10px;
    }
    .home-jkkp-fl .home-fast-title02{
    	margin-bottom: 20px;
    }
    .home-jkkp-nr-name p{
    	width: calc(100% - 90px);
    	font-size: 14px;
    }
    .home-jkkp-nr-name span{
    	width: 80px;
    	font-size: 14px;
    }
    .home-jkkp-fr{
    	width: 100%;
    }
    .home-jkkp-frList:nth-child(1){
    	margin-bottom: 10px;
    }
    .home-jkkp-frList a{
    	display: block;
    }
    .jkkp-frList-info{
    	width: 100%;
    	padding: 0;
    }
    .jkkp-frList-info h4{
    	font-size: 16px;
    }
    .jkkp-frList-info p{
    	font-size: 14px;
    }
    .jkkp-frList-info span{
    	font-size: 14px;
    }
    .jkkp-frList-img{
    	width: 100%;
    	margin-top: 5px;
    }
    .home-ztzl-box{
    	padding: 30px 0 40px;
    }
    .home-ztzl-list ul{
    	flex-wrap: wrap;
    }
    .home-ztzl-list ul li{
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 10px;
    }
    .home-ztzl-list ul li h3{
    	font-size: 14px;
    }
    
    .home-tzgg{
    	margin-top: 20px;
    }
    .home-tzgg-list ul li{
    	width: 100%;
    	margin-right: 0;
    }
}