@media only screen and (max-width: 1480px) {
	.head-top-info,
	.head-top,
	.nav-box,
	.use-list,
	.news-dynamic,
	.footer-cnt,
	.icp-info {
		padding: 0 24px;
	}
}

@media only screen and (max-width: 1200px) {
	.common-use .use-ul .use-item {
		width: 130px !important;
		padding: 36px 12px 24px !important;
	}

	.common-use .use-ul .use-item .img-box {
		width: 40px !important;
		height: 40px !important;
		background-size: 100% 100%;
	}
}

@media only screen and (max-width: 1050px) {
	.head-top {
		align-items: center;
		padding: .2rem;
	}

	.head-top .ht-ul1 {
		display: none;
	}

	.head-top .ht-logo {
		width: 70% !important;
		max-width: 70%;
	}

	.head-top .phone-nav-more {
		display: block;
		line-height: 100%;
	}

	.nav-out-box {
		display: none;
	}

	.swiper-banner .swiper-pagination-bullets {
		bottom: 10px !important;
	}

	.swiper-banner .swiper-button-prev {
		left: 20px !important;
	}

	.swiper-banner .swiper-button-next {
		right: 20px !important;
	}

	.swiper-banner .swiper-button-prev img,
	.swiper-banner .swiper-button-next img {
		width: 30px !important;
		height: 55px !important;
	}

	.common-use .use-ul {
		flex-wrap: wrap !important;
		display: grid;
		grid-template-columns: 30% 30% 30%;
		justify-content: space-between;
	}

	.common-use .use-ul .use-item {
		width: 100% !important;
		padding: 36px 12px 24px !important;
		margin-bottom: 16px;
	}

	.common-use .use-ul .use-item .img-box {
		width: 40px !important;
		height: 40px !important;
		background-size: 100% 100%;
	}

	.footer .footer-cnt .cnt-ul1 {
		padding: 24px 0;
		height: 100%;
		flex-direction: column;
		justify-content: flex-start;
	}

	.footer .footer-cnt .cnt-ul1 .hosp-name {
		text-align: center;
		line-height: 25px;
	}

	.footer .footer-cnt .cnt-ul1 .hosp-address {
		flex-direction: column;
		justify-content: flex-start;
	}

	.footer .footer-cnt .cnt-ul1 .hosp-address p {
		margin-top: 12px;
	}

	.footer .footer-cnt .fast-link {
		flex-direction: column;
	}

	.footer .footer-cnt .fast-link .cnt-ul2 li {
		padding: 0 10px;
	}

	.footer .footer-cnt .fast-link .cnt-ul3 {
		margin-top: 16px;
		width: auto;
	}
}

@media only screen and (max-width: 600px) {
	.common-use .use-ul {
		grid-template-columns: 48% 48%;
	}

	.common-use .use-ul .use-item {
		width: 100% !important;
		padding: 36px 12px 24px !important;
		margin-bottom: 16px;
	}

	.common-use .use-ul .use-item .img-box {
		width: 40px !important;
		height: 40px !important;
		background-size: 100% 100%;
	}

	.news-out-box .news-dynamic {
		flex-wrap: wrap;
		margin: 24px auto 0;
	}

	.news-out-box .news-dynamic .ul-cnt {
		width: 100% !important;
	}

	.footer .footer-cnt .fast-link {
		flex-direction: column;
	}

	.footer .footer-cnt .fast-link .cnt-ul2 {
		flex-wrap: wrap;
	}

	.footer .footer-cnt .fast-link .cnt-ul2 li {
		padding: 0 5px;
	}

	.footer .icp-info {
		height: 100%;
		padding: 16px 0;
	}

	.footer .icp-info .icp-cnt {
		flex-direction: column;
		text-align: center;
		justify-content: flex-start;
	}

	.footer .icp-info .icp-cnt .icp-left a {
		display: block;
		margin: 8px 0;
	}
}

.nav-top {
	padding-top: 6px;
}

.phone-nav {
	background-color: transparent;
	margin-top: 24px;
}

.phone-nav .nav-box ul {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 16px;
	padding-bottom: 10px;
}

.phone-nav .nav-box ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}

.phone-nav .nav-box ul li a {
	width: 50%;
	margin-bottom: 15px;
	color: #4e4c50;
	font-size: 16px;
	font-weight: 600;
}

.phone-nav .login-box {
	padding: 0 24px;
	margin-top: 40px;
}

.phone-nav .login-box .login {
	width: 100%;
	height: 40px;
	background-color: #141F3E;
	color: #fff;
}

.phone-nav .nav-box ul .hover-list a{
	display: inline-block;
	line-height: 25px;
	margin-right: 5px;
}