.home-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 1.66rem;
}

.bannerSwiper {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.bannerSwiper img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.bannerSwiper .swiper-slide-active img {
	animation: changeScale 1 2.5s;
}

.pc-hBanner-img {
	display: block;
}

.mobile-hBanner-img {
	display: none;
}

.home-banner .swiper-pagination {
	width: auto;
	bottom: 0.25rem;
	right: 9.58%;
	display: flex;
	border-radius: 0.1rem;
}

.home-banner .swiper-pagination-bullet {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.3rem;
	height: 0.3rem;
	padding-top: 0.03rem;
	border-radius: 0.05rem;
	font-size: 0.14rem;
	color: #fff;
	line-height: 1.4;
	background: none;
	margin-left: 0.3rem;
	opacity: 1;
	position: relative;
}

.home-banner .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

.home-banner .swiper-pagination-bullet i {
	font-style: normal;
	position: absolute;
}

.home-banner .swiper-pagination-bullet i:nth-child(1) {
	width: 0%;
	height: 4px;
	border-radius: 2px;
	background: #5a93e8;
	top: 0;
	left: 0;
}

.home-banner .swiper-pagination-bullet i:nth-child(2) {
	width: 4px;
	height: 0%;
	border-radius: 2px;
	background: #5a93e8;
	top: 0;
	right: 0;
}

.home-banner .swiper-pagination-bullet i:nth-child(3) {
	width: 0%;
	height: 4px;
	border-radius: 2px;
	background: #5a93e8;
	right: 0;
	bottom: 0;
}

.home-banner .swiper-pagination-bullet i:nth-child(4) {
	width: 4px;
	height: 0%;
	border-radius: 2px;
	background: #5a93e8;
	left: 0;
	bottom: 0;
}

.home-banner .swiper-pagination-bullet-active i:nth-child(1) {
	animation: drawBox 1s linear;
	animation-iteration-count‌: 1;
	animation-fill-mode: forwards;
}

.home-banner .swiper-pagination-bullet-active i:nth-child(2) {
	animation: drawBox1 1s linear;
	animation-delay: 1s;
	animation-iteration-count‌: 1;
	animation-fill-mode: forwards;
}

.home-banner .swiper-pagination-bullet-active i:nth-child(3) {
	animation: drawBox 1s linear;
	animation-delay: 2s;
	animation-iteration-count‌: 1;
	animation-fill-mode: forwards;
}

.home-banner .swiper-pagination-bullet-active i:nth-child(4) {
	animation: drawBox1 1s linear;
	animation-delay: 3s;
	animation-iteration-count‌: 1;
	animation-fill-mode: forwards;
}

@keyframes drawBox {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes drawBox1 {
	0% {
		height: 0%;
	}

	100% {
		height: 100%;
	}
}

.banner-controls {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.banner-prev,
.banner-next {
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	margin-top: -0.23rem;
	border: 2px solid rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition-duration: 0.3s;
}

.banner-prev:hover,
.banner-next:hover {
	border: 2px solid rgba(97, 134, 193, 0.6);
	background: rgba(97, 134, 193, 0.3);
}

.banner-prev .iconfont,
.banner-next .iconfont {
	color: #fff;
	font-size: 0.24rem;
	transition-duration: 0.3s;
}

.banner-prev:hover .iconfont,
.banner-next:hover .iconfont {
	color: #6186c1;
}

.banner-prev {
	float: left;
}

.banner-next {
	float: right;
	transform: rotate(180deg);
}

.home-content {
	width: 100%;
	background: #fff;
	padding-top: 0.86rem;
	position: relative;
	z-index: 10;
}

.home-search-box {
	width: 100%;
	position: absolute;
	top: -0.4rem;
	left: 0;
	z-index: 10;
}

.home-search-content {
	width: 100%;
	background: #fff;
	padding: 0.35rem 0.6rem;
	border-bottom: 0.04rem solid #0099e0;
	box-shadow: 0 2px 2px 1px #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.search-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.6rem;
	height: 0.56rem;
	border-radius: 0.56rem;
	background: #0099e0;
	cursor: pointer;
}

.search-btn span {
	display: block;
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.4;
	padding-left: 0.34rem;
	position: relative;
}

.search-btn span:before {
	display: block;
	content: '';
	width: 0.17rem;
	height: 0.17rem;
	background: url(/client/images/ss.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.home-search-content select{ width:10%;height: 0.56rem;font-size: 0.2rem; margin-right:0.04rem;border-radius: 0.1rem;border: 1px solid #cacaca;outline: none;
	background: none;padding: 0 0.1rem;}
.home-search-content input {
	display: block;
	width: calc(90% - 2.3rem);
	height: 0.56rem;
	border-radius: 0.56rem;
	padding: 0 0.3rem;
	border: 1px solid #cacaca;
	outline: none;
	background: none;
	font-size: 0.2rem;
	color: #333;
}

.home-title {
	display: flex;
	margin-bottom: 0.2rem;
}

.home-title-name {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-title-name span {
	font-size: 0.48rem;
	color: #333333;
	font-weight: bold;
	font-family: 'systB';
	line-height: 1;
}

.home-title-name i {
	display: block;
	font-style: normal;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #0099e0;
	margin: 0.1rem 0.1rem 0;
}

.home-title-icon {
	margin-top: 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-title-icon img {
	display: block;
	width: 0.19rem;
	margin: 0 0.1rem;
}

.home-title-icon span {
	display: block;
	width: calc(50% - 0.195rem);
	height: 0;
	border-bottom: 1px dashed #0099e0;
}

.home-dh {
	padding-top: 1rem;
	padding-bottom: 0.86rem;
	background: url(/client/images/h-dh-bg.png) no-repeat bottom left #fff;
	background-size: 5.32rem;
	background-position-y: 110%;
	position: relative;
}

.home-dh .w1640 {
	display: flex;
}

.home-dh-fl {
	width: 41.92%;
	padding-right: 1.5rem;
}

.home-dh-fl p {
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
}

.home-dh-fr {
	width: 58.08%;
}

.home-dh-fr ul {
	display: flex;
	justify-content: space-between;
}

.home-dh-fr ul li {
	width: 1.68rem;
	height: 3.68rem;
	margin-right: 0.8rem;
	border: 0.06rem solid #d9e6f4;
	border-radius: 0 0 0.2rem 0.2rem;
	box-sizing: border-box;
	position: relative;
	transition-duration: 0.3s;
}

.home-dh-fr ul li:last-child {
	margin-right: 0;
}

.home-dh-fr ul li:hover {
	border: 0.06rem solid #0099e0;
}

.home-dh-fr ul li:nth-child(even) {
	margin-top: 1.5rem;
}

.home-dh-fr ul li:before {
	display: block;
	content: '';
	width: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.home-dh-fr ul li:nth-child(odd):before {
	height: 0.94rem;
	background: #f3f3f3;
	top: -1rem;
}

.home-dh-fr ul li:nth-child(even):before {
	height: 2.44rem;
	background: #f3f3f3;
	top: -2.5rem;
}

.home-dh-fr ul li:after {
	display: block;
	content: '';
	width: 0.52rem;
	height: 0.26rem;
	background: url(/client/images/dh-lbg02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	bottom: -0.08rem;
}

.home-dh-fr ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.4rem 0.3rem 0;
	border: 1px solid #aac3e5;
	border-radius: 0 0 0.16rem 0.16rem;
	box-sizing: border-box;
	position: relative;
}

.home-dh-fr ul li a:before {
	display: block;
	content: '';
	width: 100%;
	height: 0.35rem;
	background: url(/client/images/dh-lbg01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-dh-icon {
	display: block;
	margin: 0 auto;
	width: 0.9rem;
}

.home-dh-icon img {
	display: block;
	width: 100%;
}

.home-dh-fr ul li:hover .home-dh-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-dh-name {
	margin-top: 0.3rem;
	padding-right: 0.1rem;
	zoom: 1;
}

.home-dh-name:after {
	display: block;
	content: '';
	clear: both;
}

.home-dh-name h3 {
	float: right;
	width: 0.3rem;
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
	/*font-family: 'syhtBB';*/
	line-height: 1.1;
	transition-duration: 0.3s;
}

.home-dh-fr ul li:hover .home-dh-name h3 {
	color: #0099e0;
}

.home-dh-name p {
	padding-top: 0.05rem;
	float: right;
	font-size: 0.18rem;
	font-family: "宋体";
	/*font-family: 'systL';*/
	color: #aaaaaa;
	font-weight: normal;
	line-height: 1.1;
	writing-mode: vertical-rl;
	transition-duration: 0.3s;
}

.home-dh-fr ul li:hover .home-dh-name p {
	color: #0099e0;
}

.home-news {
	padding: 0.56rem 0 1.24rem;
	background: #f9f9f9;
}

.home-news-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.2rem;
}

.home-news-title .home-title {
	margin-bottom: 0;
}

.more-btn {
	display: block;
	width: 0.44rem; transition-duration:.5s
}
.more-btn:hover{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.45);}
.more-btn img {
	display: block;
	width: 100%;
}

.home-news-content {
	display: flex;
	justify-content: space-between;
}

.home-news-fl {
	width: 49.75%;
	position: relative;
}

.home-news-swiper {
	width: 100%;
	margin-bottom: 0.1rem;
}

.home-news-fl .swiper-pagination {
	width: auto !important;
	display: flex;
	top: 4.2rem !important;
	left: auto !important;
	right: 0.25rem !important;
	z-index: 10;
}

.home-news-fl .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}

.news-img {
	width: 100%;
	overflow: hidden; height:4.53rem
}

.news-img img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.news-txt {
	width: 100%;
	background: #fff;
	padding: 0.16rem 0.3rem;
}

.news-txt p {
	font-size: 0.24rem;
	color: #242424;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.home-news-swiper .swiper-slide:hover .news-img img {
	transform: scale(1.1);
}

.home-news-swiper .swiper-slide:hover .news-txt p {
	color: #0099e0;
}

.home-news-fl ul li {
	width: 100%;
	background: #fff;
	position: relative;
	margin-bottom: 0.1rem;
}

.home-news-fl ul li:before {
	display: block;
	content: '';
	width: 0.11rem;
	height: 0.58rem;
	background: url(/client/images/news-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-news-fl ul li:last-child {
	margin-bottom: 0;
}

.home-news-fl ul li a {
	display: block;
	padding: 0.16rem 0.3rem; position:relative
}

.home-news-fl ul li a p {
	font-size: 0.23rem;
	color: #242424;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.home-news-fl ul li:hover a p {
	color: #0099e0;
}

.home-news-fr {
	width: 49.75%;
}

.home-news-fr ul {
	display: flex;
	flex-wrap: wrap;
}

.home-news-fr ul li {
	width: 49%;
	height: 2.17rem;
	background: #fff;
	margin-right: 1%;
	margin-bottom: 0.08rem;
	position: relative;
}

.home-news-fr ul li:before {
	display: block;
	content: '';
	width: 0.11rem;
	height: 0.58rem;
	background: url(/client/images/news-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-news-fr ul li:nth-child(2n) {
	margin-right: 0;
}

.home-news-fr ul li:nth-child(5),
.home-news-fr ul li:nth-child(6) {
	margin-bottom: 0;
}

.home-news-fr ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.45rem 0.3rem 0; position:relative
}
.home-news-fr ul li a:after,.home-news-fl ul li a:after{ content:''; width:0px; height:2px; background:#0099e0; position:absolute; bottom:0; left:0; transition-duration:.5s}
.home-news-fr ul li a:hover:after,.home-news-fl ul li a:hover:after{ width:100%}


.home-news-fr ul li a p {
	font-size: 0.23rem;
	color: #242424;
	line-height: 1.6;
	text-align: justify;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.home-news-fr ul li:hover a p {
	color: #0099e0;
}

.home-ksjs {
	width: 100%;
	background: url(/client/images/ks-bg.jpg) no-repeat center center;
	background-size: cover;
}

.home-ksjs-info {
	width: 100%;
	height: 9.05rem;
	position: relative;
}

.home-ksjs-info:before {
	display: block;
	content: '';
	width: 6.34rem;
	height: 100%;
	background: url(/client/images/ks-mbg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.home-ksjs-info .home-title-name span {
	color: #fff;
}

.home-ksjs-info .home-title-name i {
	background: #fff;
}

.home-ksjs-info .home-title-icon span {
	border-bottom: 1px dashed #fff;
}

.home-ksjs-info .w1640 {
	position: relative;
	z-index: 10;
	padding-top: 0.7rem;
}

.home-ksjs-menu ul li {
	display: flex;
	position: relative;
}

.home-ksjs-menu ul li:after {
	display: block;
	content: '';
	width: 107%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.75);
	border-bottom-right-radius: 1rem;
	position: absolute;
	left: -9%;
	top: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.home-ksjs-menu ul li.hover:after {
	opacity: 1;
	visibility: visible;
}

.home-ksjs-fl {
	width: 5rem;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.home-ksjs-icon {
	width: 2.24rem;
	height: 2.3rem;
	background: url(/client/images/ks-btnBg.png) no-repeat center center;
	background-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}

.home-ksjs-menu ul li.hover .home-ksjs-icon {
	background: url(/client/images/ks-btnBg.png) no-repeat center center #99242e;
	background-size: 1.6rem;
}

.home-ksjs-icon img {
	display: block;
	width: 0.7rem;
}

.home-ksjs-name {
	padding-left: 0.3rem;
}

.home-ksjs-name h3 {
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
	/*font-family: 'syhtBB';*/
	line-height: 1.4;
}

.home-ksjs-name p {
	font-size: 0.16rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0.5;
}

.home-ksjs-fr {
	width: calc(100% - 5rem);
	position: relative;
	z-index: 10;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.home-ksjs-menu ul li.hover .home-ksjs-fr {
	opacity: 1;
	visibility: visible;
}

.home-ksjs-list {
	width: 100%;
	height: 100%;
}

.home-ksjs-list dl {
	width: 100%;
	height: 100%;
	padding: 0.3rem 0.9rem 0.3rem 0.3rem;
	display: flex;
	flex-wrap: wrap;
}

.home-ksjs-list dl dd {
	width: 20%;
	border-radius: 0.05rem;
	padding-left: 0.35rem;
	transition-duration: 0.3s;
}

.home-ksjs-list dl dd:hover {
	background: #fff;
}

.home-ksjs-list dl dd a {
	font-size: 0.2rem;
	color: #fff;
	line-height: 0.38rem;
	position: relative;
	transition-duration: 0.3s;
}

.home-ksjs-list dl dd:hover a {
	color: #333;
}

.home-myhc {
	padding: 0.8rem 0 1.3rem;
	background: url(/client/images/h-hc-bg.png) no-repeat bottom left #fafafa;
	background-size: 2.84rem;
}

.home-myhc .home-title {
	justify-content: center;
	margin-bottom: 0.3rem;
}

.home-myhc-swiper {
	position: relative;
}

.myhc-prev,
.myhc-next {
	display: block;
	width: 0.31rem;
	height: 0.44rem;
	background: url(/client/images/zj-jt01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 35%;
	transition-duration: 0.3s;
	z-index: 10;
	cursor: pointer;
}

.myhc-prev {
	transform: rotate(180deg);
	left: -0.41rem;
}

.myhc-next {
	right: -0.41rem;
}

.myhc-prev:hover,
.myhc-next:hover {
	background: url(/client/images/zj-jt02.png) no-repeat;
	background-size: 100% 100%;
}

.zj-img {
	width: 100%;
	border-radius: 0.1rem;
	overflow: hidden;
}

.zj-img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.home-myhc-swiper .swiper-slide:hover .zj-img img {
	transform: scale(1.1);
}

.zj-txt {
	padding: 0.15rem 0;
}

.zj-name {
	display: flex;
	justify-content: center;
}

.zj-name h3 {
	font-size: 0.24rem;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
	transition: all 0.5s;
}

.home-myhc-swiper .swiper-slide:hover .zj-name h3 {
	color: #0099e0;
}

.zj-name span {
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.2;
	margin-left: 0.05rem;
	margin-top: 0.06rem;
	transition: all 0.5s;
}

.home-myhc-swiper .swiper-slide:hover .zj-name span {
	color: #0099e0;
}

.zj-info {
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.home-kyjx {
	padding: 0.7rem 0 1rem;
	background: url(/client/images/ky-bg.png) no-repeat bottom right #fff;
	background-size: 5.48rem;
}

.home-kyjx .home-title {
	justify-content: center;
}

.home-kyjx-content {
	width: 100%;
	position: relative;
}

.home-kyjx-img {
	width: 8.8rem;
	border-radius: 0 0 0.2rem 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.home-kyjx-img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.home-kyjx-img:hover img {
	transform: scale(1.1);
}

.home-kyjx-list {
	width: 8.54rem;
	height: 4.7rem;
	background: #fff;
	border-top: 0.07rem solid #0099e0;
	padding: 0.26rem 1.2rem 0 0.5rem;
	box-shadow: 2px 2px 4px 1px #f1f1f1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}

.home-kyjx-list ul li {
	width: 100%;
	height: 0.58rem;
	margin-bottom: 0.2rem;
}

.home-kyjx-list ul li:last-child {
	margin-bottom: 0 !important;
}

.home-kyjx-list ul li.on {
	height: 1.36rem;
}

.home-kyjx-list ul li span {
	display: flex;
	font-size: 0.17rem;
	color: #064f9e;
	line-height: 1.4;
	padding-left: 0.3rem;
	margin-bottom: 0;
	position: relative;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.home-kyjx-list ul li.on span {
	height: 0.24rem;
	opacity: 1;
	visibility: visible;
	margin-bottom: 0.05rem;
}

.home-kyjx-list ul li span:before {
	display: block;
	content: '';
	width: 0.15rem;
	height: 0.16rem;
	background: url(/client/images/rl.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 52%;
	transform: translateY(-50%);
}

.home-kyjx-list ul li h3 {
	font-size: 0.21rem;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all 0.5s;
}

.home-kyjx-list ul li.on h3 {
	font-size: 0.28rem;
	color: #064f9e;
	font-weight: bold;
}

.home-kyjx-list ul li p {
	height: 0;
	font-size: 0.18rem;
	color: #777777;
	font-weight: normal;
	line-height: 1.6;
	text-align: justify;
	margin-top: 0;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.home-kyjx-list ul li.on p {
	height: 0.58rem;
	opacity: 1;
	visibility: visible;
	margin-top: 0.1rem;
}

.home-kyjx-list .more-btn {
	position: absolute;
	right: 0.35rem;
	bottom: 0.28rem;
}

.home-zdjs {
	padding: 0.8rem 0 1rem;
	background: #fafafa;
}

.home-zdjs .home-title {
	justify-content: center;
}

.home-zdjs-content ul {
	display: flex;
	flex-wrap: wrap;
}

.home-zdjs-content ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.1rem;
	border-radius: 0.15rem;
	overflow: hidden;
	position: relative;
}

.home-zdjs-content ul li:nth-child(3n) {
	margin-right: 0;
}

.home-zdjs-img {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.home-zdjs-img img {
	display: block;
	width: 100%;
}

.home-zdjs-cover {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.55);
	padding: 0.8rem 0.3rem 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.5s;
}

.home-zdjs-content ul li:hover .home-zdjs-cover {
	background: rgba(0, 130, 193, 0.55);
}

.home-zdjs-name h3 {
	font-size: 0.32rem;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	transition: all 0.5s;
}

.home-zdjs-content ul li:hover .home-zdjs-name h3 {
	color: #fff;
}

.home-zdjs-name span {
	display: block;
	width: 0.8rem;
	height: 0.04rem;
	background: #333333;
	margin-top: 0.2rem;
	transition: all 0.5s;
}

.home-zdjs-content ul li:hover .home-zdjs-name span {
	background: #fff;
}

@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: 55px;
	}

	.pc-hBanner-img {
		display: none;
	}

	.mobile-hBanner-img {
		display: block;
	}

	.home-banner .swiper-pagination {
		right: 4%;
	}

	.home-banner .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		font-size: 12px;
		margin-left: 5px;
	}

	.home-ksjs-info:before {
		width: 100%;
		background-size: cover;
	}

	.home-banner .swiper-pagination-bullet i:nth-child(1),
	.home-banner .swiper-pagination-bullet i:nth-child(3) {
		height: 2px;
	}

	.home-banner .swiper-pagination-bullet i:nth-child(2),
	.home-banner .swiper-pagination-bullet i:nth-child(4) {
		width: 2px;
	}

	.home-search-content {
		padding: 10px;
	}

	.home-search-content input {
		height: 35px;
		font-size: 12px;
		width: calc(96% - 70px);
		width: -webkit-calc(96% - 70px);
	}

	.search-btn {
		width: 70px;
		height: 35px;
	}

	.search-btn span {
		font-size: 14px;
	}

	.search-btn span:before {
		width: 13px;
		height: 13px;
	}

	.home-dh .w1640,
	.home-news-content {
		display: block
	}

	.home-dh-fl,
	.home-dh-fr,
	.home-news-fl,
	.home-news-fr,
	.home-ksjs-fr,
	.home-kyjx-img,
	.home-kyjx-list {
		width: 100%;
		padding-right: 0;
	}

	.home-dh {
		padding: 30px 0;
	}

	.home-title-name span {
		font-size: 20px;
	}

	.home-ksjs-name h3,
	.zj-name h3,
	.home-kyjx-list ul li.on h3 {
		font-size: 16px;
	}

	.home-dh-fl p,
	.home-dh-name h3,
	.news-txt p,
	.home-news-fl ul li a p,
	.home-news-fr ul li a p,
	.home-ksjs-name p,
	.home-ksjs-list dl dd a,
	.zj-info,
	.zj-name span,
	.home-kyjx-list ul li h3,
	.home-kyjx-list ul li p,
	.home-kyjx-list ul li span {
		font-size: 14px;
	}

	.zj-name {
		display: block;
		text-align: center;
	}

	.home-dh-fr ul li a {
		padding: 20px 10px;
	}

	.home-news-fr {
		margin-top: 15px;
	}

	.home-dh-name p {
		font-size: 12px;
	}

	.home-dh-fr ul li {
		width: 24%;
		margin-right: 1%;
		margin-top: 15px;
	}

	.home-dh-fr ul li:nth-child(even) {
		margin-top: 25px;
	}

	.home-dh-icon {
		width: 30px;
	}

	.more-btn {
		width: 30px;
	}

	.home-ksjs-info {
		height: auto;
	}

	.home-ksjs-menu ul li {
		display: block;
	}

	.home-ksjs-icon {
		width: 80px;
		height: 80px;
	}

	.home-ksjs-menu ul li.hover .home-ksjs-icon {
		background-size: 80px;
	}

	.home-ksjs-menu ul li.hover:after {
		opacity: 0;
	}

	.home-ksjs-list dl {
		padding: 15px 0;
	}

	.home-ksjs-menu ul li.hover .home-ksjs-icon {
		background: url(/client/images/ks-btnBg.png) no-repeat center center;
		background-size: 80px;
	}

	.home-ksjs-list dl dd {
		padding-left: 0;
		width: 25%;
	}

	.home-ksjs-fr {
		opacity: 1;
		visibility: visible;
	}

	.home-kyjx-list {
		position: relative;
		height: auto;
		padding: 15px;
	}

	.home-kyjx-list ul li.on p,
	.home-kyjx-list ul li span,
	.home-kyjx-list ul li.on,
	.home-kyjx-list ul li {
		height: auto;
	}

	.home-kyjx-list ul li {
		margin-bottom: 0;
	}

	.home-kyjx-list .more-btn {
		position: relative;
		right: 0;
		bottom: 0;
	}
}