.homeBox {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeBg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.homeBg img {
	width: 100%;
	/* animation: run 12s linear infinite; */
}

@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}

.homeNeir {
	width: 74%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}

.homeNeir .left {
	width: 31%;
}

.homeNeir .left .logo {
	width: 100%;
	height: 2.75rem;
	background: rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	/* animation: rotating 7s linear infinite; */
}

.homeNeir .left .logo img {
	width: 3.77rem;
}

.homeNeir .left .addBox {
	width: 100%;
	padding: 0.5rem 0.2rem 0.3rem 0.3rem;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.addList {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.addList dl {
	width: 46.5%;
	border-radius: 0.15rem;
	text-align: center;
	height: 1.1rem;
	padding-top: 0.22rem;
	cursor: pointer;
}

.addList dl a {
	color: #fff;
}

.addList dl:nth-child(1) {
	background: rgba(248, 134, 170, 0.8);
}

.addList dl:nth-child(2) {
	background: rgba(254, 198, 82, 0.8);
}

.addList dl dt {
	transition-duration: 1s;
}

.addList dl:hover dt {
	transform: rotateY(180deg);
}

.addList dl dt .iconfont {
	font-size: 0.5rem;
	line-height: 0.4rem;
}

.addList dl dd {
	line-height: 0.3rem;
	font-size: 0.2rem;
}

.tellList {
	margin-top: 0.2rem;
}

.tellList li {
	list-style: none;
	font-size: 0.18rem;
	line-height: 0.38rem;
	display: flex;
	align-items: center;
}

.tellList li .iconfont {
	font-size: 0.26rem;
	margin-right: 8px;
}

.copyBox {
	line-height: 0.34rem;
	font-size: 0.16rem;
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.homeNeir .right {
	width: 67.1%;
	display: flex;
	justify-content: space-between
}

.homeNeir .right dl {
	width: 32.5%;
	height: 100%;
	padding-top: 20%;
	background: rgba(0, 0, 0, 0.35);
	transition-duration: 1s;
	cursor: pointer;
}

.homeNeir .right dl:hover {
	background: rgba(98, 209, 135, 0.8);
}

.homeNeir .right dl dt {
	width: 1.86rem;
	height: 1.86rem;
	border-radius: 100%;
	transition-duration: 1s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.homeNeir .right dl dt img {
	display: block;
	width: 1.07rem;
}

.homeNeir .right dl dt:after {
	width: 100%;
	height: 100%;
	background: url(../images/home-line.png);
	background-size: contain;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	animation: rotating 7s linear infinite;
}

.homeNeir .right dl:hover dt {
	background: rgba(255, 255, 255, 0.35);

}

.homeNeir .right dl:hover dt:after {
	display: none;
}

.homeNeir .right dl dd {
	text-align: center;
	color: #fff;
	padding-top: 0.3rem;
	font-size: 0.3rem;
	line-height: 0.3rem;
	font-weight: bold;
}

.homeNeir .right dl dd span {
	display: inline-block;
	width: 100%;
	font-size: 0.18rem;
	text-transform: uppercase;
	font-weight: normal;
}

/* ---------------首页---------------------- */
.pc-banner {
	display: block;
}

.mobile-banner {
	display: none;
}


.banner .swiper-slide {
	overflow: hidden;
}

.banner .swiper-slide img {
	width: 100%;

}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	z-index: 99;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	color: #f685a7;
	font-size: 0.34rem;
}

.banner .swiper-slide img {
	z-index: 1;
	transform: scale3d(1.1, 1.1, 1);
	transition: all 5s;
}

.banner .swiper-slide-active img {
	transform: scale3d(1, 1, 1);
	transition: all 5s;
}

.banner .swiper-slide .text {
	width: 100%;
	position: absolute;
	top: 35%;
	z-index: 11;
	text-align: center;
	display: table;
}

.banner .swiper-slide .text img {
	display: inline-block;
	max-width: 100% !important;
	height: auto !important;
	width: auto;
}


.banner .swiper-pagination {
	bottom: 5% !important;
	text-align: center !important;
	padding: 0 5%;
}

.banner .swiper-pagination-bullet {
	width: 0.4rem !important;
	height: 0.11rem !important;
	background: #fff !important;
	border-radius: 0.5rem;
	opacity: 1;
	transition-duration: .5s;
}

.banner .swiper-pagination-bullet-active {
	width: 0.4rem !important;
	background: #d7000f !important;
}

.banner-img {
	animation: changeScale1 1 10s;
}

.pc-banner {
	display: block;
}

.mobile-banner {
	display: none;
}

.homeSearch {
	width: 100%;
	position: relative;
	top: -0.55rem;
	height: 1.1rem;
	background: #fff;
	border-radius: 0.2rem;
	box-shadow: 0 0 10px #d2d2d2;
	z-index: 9;
	padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}

.homeSearch input {
	width: 100%;
	border: none;
	outline: none;
	background: none;
	font-size: 0.2rem;
	line-height: 0.5rem;
}

.homeSearch .but {
	width: 1.8rem;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #f886aa;
	font-size: 0.22rem;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	cursor: pointer;
}

.homeSearch .but .iconfont {
	margin-right: 0.18rem;
	font-size: 0.26rem;
}


/* 医疗服务 */

.homeService {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0 0.9rem 0;
}

.homeService .left {
	width: 40%;
}

.homeService .serBit {
	font-size: 0.42rem;
	color: #333333;
	line-height: 0.42rem;
	margin-bottom: 0.9rem;
}

.homeService .serBit span {
	font-size: 0.24rem;
	display: inline-block;
}

.homeService .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.homeService .pic img {
	width: 100%;
	display: block;
	transition-duration: 1s;
	position: relative;
	z-index: 1;
}

.homeService .pic:hover img {
	transform: scale(1.1);
}

.homeService .pic .homelink {
	width: 2.79rem;
	cursor: pointer;
	height: 2.25rem;
	z-index: 99;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f685a7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.homeService .pic .homelink dl dt {
	width: 1.23rem;
	height: 1.23rem;
	border-radius: 100%;
	transition-duration: 1s;
	background: rgba(255, 255, 255, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeService .pic .homelink dl dd {
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.24rem;
	padding-top: 0.15rem;
}

.homeService .pic .homelink dl a dd,
.homeService .pic .homelink dl a dt {
	color: #fff;
}

.homeService .pic .homelink dl dd span {
	display: inline-block;
	font-size: 0.16rem;
}

.homeService .pic .homelink dl dt .iconfont {
	font-size: 0.6rem;
}

.homeService .pic .homelink dl:hover dt {
	transform: rotateY(180deg);
}

.homeService .right {
	width: 60%;
}

.homeService .right dl {
	width: 33.333333%;
	float: left;
	background: #fff;
	height: 2.25rem;
	padding-top: 0.22rem;
	position: relative;
	cursor: pointer;
}

.homeService .right dl:nth-child(2) {
	width: 66.66666666%;
	background: url(../images/serBg.jpg) no-repeat;
	background-size: 100% 100%;
}

.homeService .right dl:nth-child(3) dt,
.homeService .right dl:nth-child(5) dt,
.homeService .right dl:nth-child(9) dt {
	background: rgba(255, 255, 255, 0.35);
}

.homeService .right dl:nth-child(7) dt,
.homeService .right dl:nth-child(11) dt {
	background: rgba(255, 255, 255, 0.35);
}

.homeService .right dl:nth-child(3) dt .iconfont,
.homeService .right dl:nth-child(5) dt .iconfont,
.homeService .right dl:nth-child(9) dt .iconfont {
	color: #fff;
}

.homeService .right dl:nth-child(7) dt .iconfont,
.homeService .right dl:nth-child(11) dt .iconfont {
	color: #fff;
}

.homeService .right dl:hover dt {
	transform: rotateY(180deg);
}

.homeService .right dl:nth-child(2) .iconfont {
	color: #5c9fcf;
}

.homeService .right dl:nth-child(3),
.homeService .right dl:nth-child(5),
.homeService .right dl:nth-child(9) {
	background: #5c9fcf;
	color: #fff;
}

.homeService .right dl:nth-child(7),
.homeService .right dl:nth-child(11) {
	background: #f685a7;
	color: #fff;
}

.homeService .right dl dt {
	width: 1.23rem;
	height: 1.23rem;
	margin: 0 auto;
	border-radius: 100%;
	transition-duration: 1s;
	background: rgba(246, 133, 167, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeService .right dl dd {
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.24rem;
	padding-top: 0.15rem;
	margin: 0 auto;
}

.homeService .right dl dd span {
	display: inline-block;
	font-size: 0.16rem;
}

.homeService .right dl dt .iconfont {
	font-size: 0.6rem;
	color: #f886aa;
}

.homeService .right dl:nth-child(3) a dd,
.homeService .right dl:nth-child(5) a dd,
.homeService .right dl:nth-child(9) a dd {
	color: #fff;
}

.homeService .right dl:nth-child(7) a dd,
.homeService .right dl:nth-child(11) a dd {
	color: #fff;
}

/* 医疗服务 */

.homeNewsbox {
	width: 100%;
	margin: 0.3rem 0 0.9rem 0;
	display: flex;
	justify-content: space-between;
}

.homeNewsbox .gzdtBox {
	width: 57%;
}

.homeNewsbox .mtbdBox {
	width: 38%;
}

.homebit {
	width: 100%;
	margin-bottom: 0.3rem;
	display: flex;
	justify-content: space-between;
	line-height: 0.66rem;
}

.homebit h1 {
	font-size: 0.42rem;
	position: relative;
}

.homebit h1:after {
	width: 30px;
	height: 17px;
	position: absolute;
	content: "";
	right: -0.4rem;
	top: -0.05rem;
	background: url(../images/love.png) no-repeat;
	background-size: 100% 100%;
}

.homebit .more {
	line-height: 0.66rem;
	padding-right: 40px;
	background: url(../images/jt.png) no-repeat right center;
	font-size: 0.2rem;
}

.homeList ul {
	width: 100%;
}

.homeList li {
	border-bottom: 1px solid #d9d9d9;
	cursor: pointer;

	padding-left: 0.25rem;
	line-height: 0.7rem;
	font-size: 0.2rem;
	color: #333333;
	background: url(../images/love1.png)no-repeat left center;
}

.home-ksdh-zj {
	overflow: hidden;
}

.homeList li a {
	display: flex;
	justify-content: space-between;
}

.homeList li p {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	transition-duration: .5s;
}

.homeList li span {
	width: 20%;
	text-align: center;
	font-size: 0.18rem;
}

.homeList li:hover p {
	color: #f685a7;
	padding-left: 5px;
}

/* 科室导航 */
.homeKsdhbox {
	width: 100%;
	padding: 0.65rem 0 0.8rem 0;
	background: url(../images/ksdh-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.homeKsdhbox .more {
	background: url(../images/jt1.png) no-repeat right center;
}

.homeKsdhLeft {
	width: 2.7rem;
	position: relative;
	padding: 0 10px;
	border-radius: 0.2rem;
	background: #fff;
}


.home-ksdh-box {
	display: flex;
	justify-content: space-between;
}

.home-ksdh-menu {
	width: 2.7rem;
	position: relative;
	background: #fff;
	border-radius: 0.2rem;
}

.home-ksdh-menu:after {
	display: block;
	content: '';
	width: 5.87rem;
	height: 0.5rem;
	background: url(../images/ks-line.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.home-ksdh-menu ul {
	width: 100%;
}

.home-ksdh-menu ul li {
	font-size: 0.24rem;
	font-family: 'syhtB';
	color: #333333;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: left;
	padding-left: 0.25rem;
	position: relative;
	cursor: pointer;
	transition-duration: 0.3s;
}

.home-ksdh-menu ul li .iconfont {
	margin-right: 0.2rem;
	font-size: 0.4rem;
}

.home-ksdh-menu ul li:nth-child(3) .iconfon {
	font-size: 0.46rem;
}

.home-ksdh-menu ul li:nth-child(5) .iconfon {
	font-size: 0.3rem;
}

.home-ksdh-menu ul li:last-child {
	margin-right: 0;
}

.home-ksdh-menu ul li:before {
	display: block;
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/h-ks-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
}

.home-ksdh-menu ul li.on {
	color: #fff;
	background-image: linear-gradient(#faa0bd, #f783a8, #f56c97);
	border-radius: 0.2rem;
}

.home-ksdh-menu ul li.on:before {
	opacity: 1;
	visibility: visible;
}

.w78 {
	width: calc(97% - 2.7rem);
}

.home-ksdh-contentBox {
	position: relative;
}

.home-ksdh-contenter {
	/* position: absolute; */
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	/* opacity: 0;
	visibility: hidden; */
}

.home-ksdh-contenter:nth-child(1) {
	position: relative;
}

.home-ksdh-contenter.show {
	z-index: 10;
	opacity: 1;
	visibility: visible;
}

.kslist {
	width: 100%;
	background: #fff;
	padding: 0.33rem 0.3rem 0.25rem 0.3rem;
	border-radius: 0.2rem;
}

.kslist h1 {
	font-size: 0.28rem;
	line-height: 0.52rem;
	color: #f56c97;
	padding-left: 0.18rem;
	position: relative;
	margin-bottom: 0.2rem;
}

.kslist h1:after {
	width: 0.06rem;
	height: 0.25rem;
	background: #f56c97;
	left: 0;
	top: 0.13rem;
	position: absolute;
	content: "";
}

.home-ksdh-fl {
	width: 100%;

}

.home-ksdh-fl ul {
	display: flex;
	flex-wrap: wrap;
}

.home-ksdh-fl ul li {
	width: 23.83%;
	margin-right: 1.5%;
	font-size: 0.18rem;
	color: #333;
	text-align: center;
	border-radius: .2rem;
	line-height: 0.58rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid #999999;
	margin-bottom: 0.2rem;
}

.home-ksdh-fl ul li:nth-child(4n) {
	margin-right: 0;
}

.home-ksdh-fl ul li:before {
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #333;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
}

.home-ksdh-fl ul li.active {
	color: #fff;
	background: #f685a7;
	border: 1px solid #f685a7;
}

.home-ksdh-fl ul li.active:before {
	background: #fff;
}

.home-ksdh-fr {
	width: 100%;
	position: relative;
	margin-top: 0.2rem;
}

.home-ksdh-info {
	width: 100%;
	height: 100%;
	/* position: absolute; */
	position: relative;
	top: 0;
	left: 0;
	/* opacity: 0;
	visibility: hidden; */
	z-index: 2;
}

.home-ksdh-info:nth-child(1) {
	position: relative;
}

.home-ksdh-fr .block {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.home-ksdh-txt {
	width: 100%;
	border: 0.0201rem solid #fff;
	border-radius: 0.3rem;
	padding: 0.1rem;
	margin-bottom: 0.15rem;
}

.home-ksdh-txtBox {
	width: 100%;
	background: #fff;
	border-radius: 0.2rem;
	padding: 0.12rem 0.3rem;
}

.ztzlSwiper .swiper-slide {
	cursor: pointer;
}

.home-ksdh-txtBox h4 {
	font-size: 0.28rem;
	color: #333333;
	line-height: 1.4;
	padding-left: 0.18rem;
	margin-bottom: 0.1rem;
	position: relative;
}

.home-ksdh-txtBox h4:before {
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.24rem;
	border-radius: 0.06rem;
	background: #3d72b3;
	position: absolute;
	left: 0;
	top: 51%;
	transform: translateY(-50%);
}

.home-ksdh-txt-nr {
	display: flex;
	justify-content: space-between;
}

.home-ksdh-txt-nrL {
	width: 60%;
}

.home-ksdh-txt-nrL p {
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.home-ksdh-txt-nrR {
	width: 36.5%;
	zoom: 1;
}

.home-ksdh-txt-nrR:after {
	display: block;
	content: '';
	clear: both;
}

.home-ksdh-txt-nrR p {
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.ks-more {
	float: right;
	font-size: 0.18rem;
	color: #1779b8;
	line-height: 1.6;
}

.ks-more:hover {
	font-weight: bold;
}

.home-zjBox {
	width: 100%;
	padding-right: 0.2rem;
	position: relative;
}

.home-zjImg {
	width: 100%;
	border-radius: 0.05rem;
	background: #fff;
	padding: 0.18rem 0.15rem;
}

.home-zjImg-info {
	width: 100%;
	overflow: hidden;
}

.home-zjImg-info img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.kszjSwiper .swiper-slide:hover .home-zjImg-info img {
	transform: scale(1.1);
}

.home-zjName {
	width: 0.35rem;
	height: 1rem;
	border-radius: 0.05rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0.2rem;
	z-index: 2;
}

.home-zjName span {
	display: block;
	font-size: 0.2rem;
	color: #333333;
	text-align: center;
	line-height: 1.1;
	font-family: 'syhtB';
	transition-duration: 0.3s;
}

.kszjSwiper .swiper-slide:hover .home-zjName span {
	color: #1779b8;
}

.home-zjJob {
	width: 0.25rem;
	padding: 0.1rem 0;
	border-radius: 0 0.05rem 0.05rem 0;
	background: #e6e6e6;
	position: absolute;
	right: 0;
	top: 1.2rem;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.1;
	text-align: center;
}

/* 视频专区 */
.homeVideo {
	padding-top: 0.6rem;
}

.homeVideoList {
	width: 100%;
	position: relative;
}

.home-ztzl-swiper {
	position: relative;
	z-index: 10;
	margin-top: 0.3rem;
}

.home-ztzl-swiper .swiper-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	right: -63%;
}

.ztzl-info {
	width: 100%;
}

.ztzl-infoImg {
	width: 100%;
	overflow: hidden;
}

.ztzl-infoImg img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.home-ztzl-swiper .swiper-slide:hover .ztzl-infoImg img {
	transform: scale(1.1);
}

.ztzl-infoTxt {
	width: 100%;
	height: 0.96rem;
	background: #deecf5;
	padding: 0.25rem;
	transition-duration: 0.3s;
	text-align: center;
	padding-top: 0.3rem;
}

.swiper-slide-prev .ztzl-infoTxt {
	background: #f886aa !important;
}

.ztzl-infoTxt h4 {
	font-size: 0.22rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.3s;
}

.home-ztzl-swiper .swiper-slide:hover .ztzl-infoTxt {
	background: #f886aa !important;
	color: #fff;

}

.home-ztzl-swiper .swiper-slide:hover .ztzl-infoTxt h4 {
	color: #fff;
}

.swiper-slide-prev .ztzl-infoTxt {
	padding-top: 0.2rem;
}

.swiper-slide-prev .ztzl-infoTxt h4 {
	color: #fff !important;

}

.ztzl-xq {
	position: absolute;
	right: 0.25rem;
	bottom: 0.08rem;
	opacity: 0;
	color: #fff;
	padding-right: 0.3rem;
	background: url(../images/video-jt.png) no-repeat right center;
}

.home-ztzl-swiper .swiper-slide:hover .ztzl-xq {
	opacity: 1;
}

.swiper-slide-prev .ztzl-infoTxt .ztzl-xq {
	opacity: 1;
}

/* 专题网站 */
.ztBox {
	width: 100%;
	margin-bottom: 0.85rem;
	height: 0.9rem;
	line-height: 0.9rem;
	border-top: 2px solid #333333;
	position: relative;
}

.ztBox .swiper-slide {
	width: auto !important;
	font-size: 0.24rem;
}

.ztzl-next {
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/ztjt.png) no-repeat center center #f886aa;
	background-size: 0.2rem 0.35rem;
	position: absolute;
	top: 40%;
	right: 11%;
	z-index: 999;
	border-radius: 100%;
	cursor: pointer;
}

.ztzl-prev {
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/ztjt.png) no-repeat center center #f886aa;
	background-size: 0.2rem 0.35rem;
	position: absolute;
	top: 40%;
	left: 11%;
	z-index: 999;
	border-radius: 100%;
	transform: rotate(180deg);
	cursor: pointer;
}

@media only screen and (max-width: 1441px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 760px) {
	.homeSearch {
		height: auto;
		padding: 10px;
	}

	.homeSearch input {
		font-size: 16px;
		line-height: 30px;
	}

	.homeSearch .but {
		width: 1.8rem;
		font-size: 15px;
		top: 0.2rem;
	}

	.homeService {
		padding: 10px 0 30px 0;
		display: flex;
		flex-wrap: wrap;
	}

	.homeService .left {
		width: 100%;
	}

	.homeService .right {
		width: 100%;
	}

	.homeService .right dl:nth-child(1) {
		display: none;
	}

	.homeService .right dl:nth-child(2) {
		width: 100%;
	}

	.homeService .right dl dd,
	.homeService .pic .homelink dl dd {
		font-size: 18px;
		line-height: 26px;
	}

	.homeService .right dl dd span,
	.homeService .pic .homelink dl dd span {
		display: none;
	}

	.homeNewsbox {
		display: block;
	}

	.homeNewsbox .gzdtBox,
	.homeNewsbox .mtbdBox {
		width: 100%;
	}

	.homeNewsbox .mtbdBox {
		margin-top: 20px;
	}

	.homebit .more {
		font-size: 16px;
	}

	.homeService .serBit {
		margin-bottom: 15px;
	}

	.homeList li {
		padding-left: 25px;
		line-height: 46px;
		font-size: 16px;
	}

	.home-ksdh-box {
		display: block;
	}

	.home-ksdh-menu {
		width: 100%;
		margin-bottom: 10px;
		background: none;
	}

	.home-ksdh-menu ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.w78 {
		width: 100%;
	}

	.home-ksdh-menu ul li {
		width: 48%;
		font-size: 18px;
		height: 60px;
		margin-right: 2%;
		border-radius: 0.2rem;
		margin-bottom: 10px;
		background: #fff;
		padding-left: 0.25rem;
	}

	.home-ksdh-menu ul li .iconfont {
		font-size: 30px;
	}

	.home-ksdh-fl ul li {
		width: 49%;
		margin-right: 1%;
		font-size: 15px;
		margin-bottom: 5px;
	}

	.home-ksdh-fl ul li:before {
		display: none;
	}

	.kslist h1 {
		font-size: 20px;
		line-height: 46px;
	}

	.kslist h1:after {
		height: 50%;
		top: 25%;
	}

	.home-zjName {
		width: 100%;
		height: 30px;
		right: 0;
		top: 0;
		position: relative;
	}

	.home-zjName span {
		font-size: 16px;
		line-height: 30px;
		position: relative;
	}

	.home-zjJob {
		width: 20px;
		right: 0;
		top: 10%;
		font-size: 15px;
	}

	.ztBox .swiper-slide {
		font-size: 16px;
	}

	.ztBox {
		margin-bottom: 20px;
	}

	.home-zjImg {

		padding: 0.18rem 0.15rem 0 0.15rem;
	}

	.ztzl-infoTxt h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.ztzl-xq {
		bottom: 0;
	}


	.homeList li span {
		font-size: 15px;
	}

	.homeNeir {
		width: 94%;
		flex-wrap: wrap;
	}

	.homeNeir .left {
		width: 100%;
	}

	.homeNeir .right {
		width: 100%;
	}

	.homeNeir .right dl {
		padding: 0 0 30px 0;
	}

	.pc-banner {
		display: none;
	}

	.mobile-banner {
		display: block;
	}

	.homeBox {
		align-items: end;
		padding-top: 30px;
	}

	.homeNeir .left .logo,
	.homeNeir .right dl {
		background: none;
	}

	.tellList,
	.copyBox {
		display: none;
	}

	.copyBox {
		display: none;
	}

	.homeNeir .left .addBox {
		background: none;
	}

	.addList dl {
		height: auto;
		padding-bottom: 7px;
	}

	.addList dl dd {
		line-height: 26px;
		font-size: 16px;
	}

	.addList dl:nth-child(1) dt .iconfont {
		font-size: 30px;
	}
}