@charset "utf-8";



/* CSS Document */



@import url("public.css");



.header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	background: #fff;

	z-index: 1000;

}



.header-top {

	background: #fff;

	height: 52px;

	transition: all .3s;

}



.banner {

	background: #fdfdfd;
	/*fdfdfd*/

	margin-top: 166px;

}



.banner img {

	display: block;

	margin: 0 auto;

	max-width: 100%;

}



.header-fixed .header-top {

	height: 0;

}



.header-fixed .menu li {

	padding: 15px 0;

}



.menu {

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	align-items: center;

}



.menu li a {

	font-size: 18px;

}



.menu li {

	position: relative;

	padding: 25px 0;

}



.menu li:hover>a {

	color: #5DB8C4;

}



.menu li:hover dl {

	display: block;

}



.menu li dl {

	position: absolute;

	display: none;

	margin-top: 10px;

	min-width: 170px;

	background: #fff;

	padding: 15px;

	border-radius: 5px;

}



.menu li dl a {

	font-size: 16px;

	padding: 8px 0;

	display: block;

}



.phone-menu {

	display: none;

	overflow: hidden;

}



.phone-menu .logo {

	float: left;

}



.nav-toggle {

	float: right;

	margin-top: 10px;

}



.nav-toggle span {

	display: block;

	width: 30px;

	height: 4px;

	background: #222;

	margin: 3px 0;

	border-radius: 5px;

}



.header .menu .after {

	display: none;

}



.home-about,

.home-snart,

.home-al {

	padding: 80px 0;

}



.home-about .right {

	width: 45%;

	float: right;

	overflow: hidden;

}



.home-about .right img {

	display: block;

	max-width: 100%;

	float: right;

}



.home-about .left {

	width: 50%;

	float: left;

}



.home-about .left .word {

	font-size: 16px;

	line-height: 28px;

	padding-bottom: 30px;

}



.home-about .left h2 {

	font-size: 32px;

	padding-bottom: 25px;

}



.home-about .left .title {

	font-size: 31px;

	padding: 20px 0 25px;

}



.home-about .left .more {

	background: #5DB8C4;

	color: #fff;

	width: 180px;

	line-height: 64px;

	text-align: center;

	display: block;

	border-radius: 50px;

	font-size: 24px;

	font-weight: bold;

}



.home-snart {

	background: #F7F9FA;

}



.home-list {

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	clear: both;

}



.home-list li {

	width: 24%;

	position: relative;
	top: 0;

}



.home-list li a {

	display: block;

	text-align: center;

}



.home-list li img {

	display: block;

	max-width: 100%;

	margin: 0 auto;

}



.home-list li:hover {
	top: -10px;
}

.home-list li:hover .title {
	color: #5DB8C4;
}

.home-list .title {

	font-size: 19px;

	color: #2A2A2A;

	padding: 18px 0 5px;

}



.home-list .word {

	font-size: 14px;

	color: #757C7C;

}



.home-al-more {

	float: right;

	margin-bottom: 40px;

	width: 113px;

	line-height: 64px;

	border: 1px solid #5DB8C4;

	border-radius: 50px;

	text-align: center;

	font-size: 20px;

	color: #5DB8C4;

}



.home-al-more:hover {

	background: #5DB8C4;

	color: #fff;

}





.footer {

	background: #F7F9FA;

	padding-top: 80px;

}



.footer .bottom {

	color: #5DB8C4;

	padding: 40px 0;

	text-align: center;

	font-size: 16px;

	border-top: 0.5px solid #757C7C;

}



.footer .cont {

	overflow: hidden;

	padding-bottom: 40px;

}



.footer .tips {

	width: 26%;

	float: left;

}



.footer .tips .lo {

	width: 160px;

}



.footer .tips .word {

	font-size: 12px;

	color: #757C7C;

	line-height: 1.8;

	padding: 15px 0;

}



.footer .nav {

	width: 68%;

	float: right;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}



.footer .nav a {

	font-size: 14px;

	color: #757C7C;

}



.footer .nav dt {

	font-weight: bold;

	padding: 15px 0 30px;

}



.footer .nav dd {

	padding: 6px 0;

}



.footer .nav dd:hover a {

	color: #5DB8C4;

}



.home-snart .top {

	overflow: hidden;

	padding-bottom: 60px;

}



.home-snart .top .left {

	font-size: 28px;

	color: #2A2A2A;

	float: left;

}



.home-snart .top .left p {

	font-weight: bold;

}



.home-snart .top .right {

	float: right;

}



.home-snart .top .right img {

	margin-left: 25px;

	cursor: pointer;

}



.home-snart .list {

	overflow: hidden;

}



.home-snart .list li {

	width: 25%;

	float: left;

	text-align: center;

	position: relative;

}



.home-snart .list li::after {

	content: "";

	position: absolute;

	top: 20px;

	bottom: 20px;

	right: 0;

	width: 0.5px;

	background: #DBDBDB;

	display: block;

}



.home-snart .list li .word {

	font-size: 16px;

}



.home-snart .list li .big {

	font-size: 60px;

	font-weight: bold;

}



.home-snart .list li.end .big {

	font-size: 60px;
font-weight: bold;
	display: block;

}



.home-snart .list li.end .samll {

	font-size: 24px;

	line-height: 1.2;

}



.home-snart .list li .cont {

	height: 120px;

	overflow: hidden;

}



.home-snart .list li.end::after {

	display: none;

}



.page-nav {

	padding: 20px 0;

	font-size: 18px;

	color: #999;

}



.page-nav img {

	vertical-align: middle;

	position: relative;

	top: -2px;

	margin-right: 5px;

}



.page-nav a {

	color: #999;

}



.page-down {

	float: right;

	cursor: pointer;

	margin-top: 20px;

	transition: all .3s;

}



.page-down-active {

	transform: rotate(180deg)
}



.about-title {

	font-size: 48px;

	font-family: 'MiSans-Medium';

	padding: 30px 0 40px;

	color: #5DB8C4;

	overflow: hidden;

}



.about-word {

	font-size: 16px;

	line-height: 2;

}



.about-word p {

	padding-bottom: 40px;

}



.about-word .title {

	font-size: 24px;

	display: block;

}



.about-list {

	padding-bottom: 20px;

}



.about-list li {

	width: 31%;

	font-size: 16px;

	transition: all .3s;

	position: relative;

	top: 0;

	margin-top: 30px;

}



.about-list li img {

	width: 100%;

	display: block;

}



.about-list li .cont {

	padding: 25px 0;

}



.about-list li .title {

	font-weight: bold;

	padding-bottom: 5px;

}



.about-list li .word {

	color: #737373;

	line-height: 1.8;

}



.about-list li:hover {

	top: -10px;

}



.about-course li {

	overflow: hidden;

	margin-bottom: 40px;

	min-height: 100px;

}



.about-course li .left {

	width: 25%;

	float: left;

	font-size: 40px;

	font-family: 'MiSans-Semibold';

	font-weight: bold;

}



.about-course li .right {

	width: 73%;

	float: right;

}



.about-course li .right p {

	position: relative;

	padding-left: 15px;

	margin-bottom: 15px;

}



.about-course li .right p::after,
.smart-xuqiu dd::after {

	content: "";

	position: absolute;

	top: 8px;

	left: 0;

	width: 5px;

	height: 5px;

	background: #222;

	border-radius: 10px;

}
 

.team-list li { 
 position: relative; top: 0;
	width: 31%;

	margin-bottom: 70px;

	cursor: pointer;
}


.team-list li:hover{ top: -10px;}

.team-list li img {

	display: block;

	margin: 0 auto;

	width: 100%;

}



.team-list li .top {

	position: relative;

	padding-bottom: 40px;

	margin-bottom: 50px;

}



.team-list li .cont {

	position: absolute;

	width: 90%;

	max-width: 240px;

	left: 50%;

	bottom: 0;

	text-align: center;

	background: #5DB8C4;

	color: #fff;

	border-radius: 10px;

	padding: 13px 0;

	transform: translateX(-50%);

}



.team-list li .cont .name {

	font-size: 20px;

}



.team-list li .zw {

	max-width: 370px;

	font-size: 14px;

	line-height: 2.2;

	margin: 0 auto;

	color: #2A2A2A;

	padding-bottom: 30px;

	display: none;

}



.team-list.team-list-show li .cont,
.team-list li.active .cont {

	background: #fff;

	box-shadow: 0 5px 5px rgba(0, 0, 0, .08);

	color: #2A2A2A;

}



.team-list.team-list-show li .cont .word,
.team-list li.active .cont .word {

	color: #5DB8C4;

}



.team-list.team-list-show li .zw {

	display: block;

}



.new_list {

	overflow: hidden;

	line-height: 1.9;

}



.new_list .img {

	border-radius: 10px;

	overflow: hidden;

}



.new_list .img img {

	display: block;

	width: 100%;

}



.new_list li:hover .img img {

	transform: scale(1.1);

}



.new_list li {

	width: 30%;

	float: left;

	margin-right: 3.3%;

	margin-bottom: 40px;

}



.new_list li .title {

	font-weight: bold;

	margin-top: 20px;

	margin-bottom: 10px;

}



.new_list li .title img {

	float: right;

}



.new_list li .word {

	color: #737373;

}



.new_list li .word span {

	float: right;

}



.new-word {

	line-height: 2.1;

	font-size: 15px;

}



.new-word p {

	padding-bottom: 30px;

}



.new-header {

	overflow: hidden;

	margin-bottom: 50px;

}



.new-header .img {

	float: right;

	max-width: 524px;

	width: 42%;

	margin-left: 5%;

}



.new-header .new-title {

	font-size: 32px;

	color: #2A2A2A;

	font-family: 'MiSans-Medium';

}



.new-header .time {

	font-family: 'MiSans-Medium';

	padding-bottom: 60px;

}





.new-page {

	font-size: 15px;

	padding: 20px 0;

	line-height: 2;

	border-top: 1px solid #757c75;

	position: relative;

}



.new-page a {

	display: block;

}

/* 

.new-page::after {

	content: "";

	display: block;

	position: absolute;

	right: 0;

	top: 50%;

	margin-top: -21px;

	width: 42px;

	height: 42px;

	background: url(../images/down.png);

	transform: rotate(270deg);

}

 */




.contact-list {

	padding-bottom: 40px;

}



.contact-list dt {

	font-size: 32px;

	padding: 20px 0;

}



.contact-list dd {

	margin-bottom: 20px;

}



.contact-list dd .top {

	border-bottom: 1px solid #757c75;

	line-height: 28px;

	padding: 20px 0;

	cursor: pointer;

	overflow: hidden;

}



.contact-list dd .top img {

	float: right;

}



.contact-list dd .top.active img {

	transform: rotate(90deg);

}



.contact-list dd .bottom {

	overflow: hidden;

	padding: 40px 0;

	display: none;

}



.contact-list dd .bottom .img {

	width: 45%;

	border-radius: 20px;

	float: left;

	height: 388px;

	background: center no-repeat;

	background-size: cover;

}



.contact-list dd .bottom .right {

	width: 45%;

	float: right;

}



.contact-list dd .bottom .name {

	font-size: 36px;

	margin-bottom: 35px;

}



.contact-list dd .bottom .word .t {

	width: 25%;

}



.contact-list dd .bottom .word .r {

	width: 75%;

}



.contact-list dd .bottom .word p {

	overflow: hidden;

	padding: 10px 0;

}



.contact-list dd .bottom .word span {

	display: block;

	float: left;

}



.contact-list dd .bottom .list {

	margin: 30px 0 35px;

}



.contact-list dd .bottom .list li {

	cursor: pointer;

	background: center no-repeat;

	background-size: cover;

	border-radius: 10px;

}



.contact-list dd .bottom .list img {

	display: block;

	margin: 0 auto;

	opacity: 0;

	max-width: 100%;

}



.contact-list dd .bottom .more {

	color: #5DB8C4;

	border: 1px solid #5DB8C4;

	font-size: 24px;

	width: 190px;

	text-align: center;

	float: right;

	line-height: 62px;

	border-radius: 30px;

}



.contact-list dd .bottom .more:hover {

	background: #5DB8C4;

	color: #fff;

}



.problem-title {

	padding: 40px 0;

	text-align: center;

	font-size: 32px;

	color: #5DB8C4;

	letter-spacing: -2px;

}



.problem-word li {

	padding: 0 0 50px;

	margin-bottom: 50px;

	border-bottom: 1px solid #DDDEDE;

	line-height: 1.8;

}



.problem-word li .title {

	color: #5DB8C4;

	font-size: 20px;

	margin-bottom: 15px;

}



.problem-word li .word:before {

	content: "A";

	font-family: 'MiSans-Semibold';

	font-weight: bold;

	display: block;

	font-size: 20px;

	color: #222;

}



.problem-word li:last-child {

	border: none;

}



.compare-block {
	line-height: 1.9;
	overflow: hidden;
	border-bottom: 1px solid #BFBFBF;
	padding: 60px 0;
}



.compare-block .problem-title {
	padding-top: 10px;
}

.compare-word p,
.compare-shoushu p {
	padding-bottom: 30px;
}

.compare-word .fr {
	max-width: 262px;
	margin-left: 3%;
	width: 25%;
}



.compare-shoushu li {
	width: 47%;
}

.compare-shoushu .title {
	text-align: center;
	font-size: 20px;
	padding: 0 0 30px;
}



.compare-there .item {
	text-align: center;
}

.compare-there .item.word {
	width: 35%;
	text-align: left;
	line-height: 1.7;
}

.compare-there .item.word p {
	margin-bottom: 30px;
}

.compare-there .item img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.compare-there .item.img {
	color: #757C7C;
	padding: 10px 0;
	width: 30%;
}

.compare-there .item.img p {
	padding: 10px 0;
}



.compare-block .compare-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	padding: 70px 0;
}

.compare-title p {
	font-weight: 400;
}
.compare-title .font-color2{letter-spacing: -1px;font-size: 20px;}


.compare-dian {
	padding-bottom: 20px;
}

.compare-dian p {
	padding-left: 15px;
	padding-bottom: 10px;
	position: relative;
}

.compare-dian p::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 20px;
	background: #2A2A2A;
}





.compare-TransPRK {
	overflow: hidden;
	margin-bottom: 40px;
}

.compare-TransPRK li {
	font-size: 15px;
	width: 18.4%;
	margin-right: 2%;
	border-radius: 10px;
	background: #F7F9FA;
	overflow: hidden;
	padding: 0 20px 30px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.7;
	position: relative;
	top: 0;
}

.compare-TransPRK li img {
	height: 61px;
	display: block;
	margin: 50px auto;
}

.compare-TransPRK li .title {
	font-family: 'MiSans-Medium';
	padding-bottom: 15px;
}

.compare-TransPRK li .word {
	color: #2A2A2A;
}

.compare-TransPRK li:hover {
	top: -20px;
}

.compare-TransPRK li:last-child {
	margin-right: 0;
}



.compare-item1 {
	overflow: hidden;
	color: #2A2A2A;
}

.compare-item1 img {
	float: right;
	max-width: 420px;
	width: 40%;
}



.compare-item1 .top {
	font-size: 20px;
	line-height: 1.5;
}

.compare-item1 p {
	padding-bottom: 50px;
}



.compare-item1 .list-word span {
	display: block;
}

.compare-item1 .list-word li {
	width: 49%;
	padding-bottom: 30px;
}

.compare-item1 .list-word li:last-child {
	width: 100%;
}



.compare-table {
	margin-top: 40px;
	margin-bottom: 70px;
}

.compare-table .td,
.compare-table .th {
	text-align: left;
	border-right: 1px solid #BABDBD;
	padding: 10px 15px;
	min-width: 90px;
}

.compare-table .td:last-child,
.compare-table .th:last-child {
	border: none;
}
.compare-table-duibi .th{font-weight: bold;}
.compare-table-duibi .td{ padding: 3px 10px;}
.compare-table-duibi .td:first-child,
.compare-table-duibi .th:first-child{ width: 130px;}
.compare-table-duibi .td:nth-child(2),
.compare-table-duibi .th:nth-child(2){ width: 40%;}



.compare-word .qianse {
	color: #757C7C;
	font-size: 14px;
}

.compare-word .compare-dian p,
.compare-word .compare-dian {
	padding-bottom: 0;
}

.compare-word h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	font-family: 'MiSans-Medium';
}



.compare-img-two {
	margin-bottom: 40px;
}

.compare-img-two img {
	display: block;
	margin: 0 auto;
	max-width: 50%;
}



.publicPraise-word {
	text-align: center;
	line-height: 2;
}



.publicPraise-mayidu {
	overflow: hidden;
	padding: 80px 0;
}

.publicPraise-mayidu li {
	float: left;
	text-align: center;
	width: 33%;
	font-size: 18px;
}

.publicPraise-mayidu li .num {
	position: relative;
}

.publicPraise-mayidu li .num p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	font-size: 32px;
	color: #5DB8C4;
	font-family: 'MiSans-Medium';
}

.publicPraise-mayidu li .num p span {
	font-size: 16px;
	padding-left: 5px;
}

.publicPraise-mayidu li .num img {
	display: block;
	max-width: 90%;
	margin: 0 auto 20px;
}



.check-item1 {
	padding-bottom: 50px;
}

.check-item1 .list {
	width: 48%;
	float: left;
}

.check-item1 .list li {
	width: 48%;
	text-align: center;
	border-radius: 10px;
	padding: 20px 0;
	box-shadow: 0 6px 9px rgba(0, 0, 0, .04);
	margin-bottom: 40px;
}

.check-item1 .list li span {
	display: block;
	color: #5DB8C4;
	font-family: 'MiSans-Medium';
	font-size: 20px;
}

.check-item1 .list li:last-child {
	width: 100%;
}

.check-item1 .img {
	border-radius: 10px;
	background: center no-repeat;
	background-size: cover;
	width: 48%;
	float: right;
	height: 400px;
}

.check-item1 .list li:hover {
	background: #5DB8C4;
	color: #fff;
}

.check-item1 .list li:hover span {
	color: #fff;
}



.compare-word .mw {
	display: block;
	padding-bottom: 15px;
	font-family: 'MiSans-Medium';
}

.check-word h2 {
	margin-bottom: 7px;
}

.process-liangdian li {
	width: 30%;
	box-shadow: 4px 4px 12.5px rgba(0, 0, 0, .08);
	border-radius: 10px;
	padding: 0 20px 15px;
	box-sizing: border-box;
}

.process-liangdian li .title {
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	font-family: 'MiSans-Medium';
}
.process-liangdian li:hover{ background: #5DB8C4; color: #fff;}
.process-liangdian li:hover .title span { color: #fff !important;}



.process-table .th {
	font-weight: bold;
	font-size: 18px;
}

.process-table .td {
	font-size: 14px;
	line-height: 1.7;
}





.process-list li {
	width: 20%;
	text-align: center;
	font-family: 'MiSans-Normal';
	line-height: 1.6;
	margin-bottom: 30px;
}

.process-list li img {
	display: block;
	margin: 40px auto;
}

.process-list li .title {
	color: #5DB8C4;
	font-size: 20px;
	margin-bottom: 30px;
}

/* .process-list li .word{font-size: 14px;} */



.process-fa {}

.process-fa li {
	width: 26%;
	padding-bottom: 30px;
}

.process-fa li .top {
	font-family: 'MiSans-Medium';
	color: #5DB8C4;
	font-size: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #BABDBD;
}

.process-fa li .title {
	font-family: 'MiSans-Medium';
	font-size: 20px;
	padding: 10px 0;
	color: #000;
}



.process-25xpg {
	background: #F7F9FA;
	border-radius: 15px;
	margin: 40px auto;
	padding: 50px 0;
}

.process-25xpg .title {
	font-size: 20px;
	font-weight: bold;
	padding-left: 50px;
	color: #5DB8C4;
}

.process-25xpg .list {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}

.process-25xpg .list li {
	width: 25%;
	padding: 0 50px;
	border-right: 1px solid #BABDBD;
}

.process-25xpg .list li:last-child {
	border: none;
}

.process-25xpg .list li .name {
	font-size: 20px;
	font-family: 'MiSans-Medium';
	height: 70px;
	line-height: 1.5;
}





.process-time {
	overflow: hidden;
	color: #000;
}

.process-time img {
	float: right;
	margin-left: 3%;
	width: 60%;
}

.process-time h2 {
	font-weight: 400;
	color: #5DB8C4;
	padding-bottom: 30px;
}





a.appointment {
	display: block;
	margin: 100px auto;
	width: 190px;
	line-height: 64px;
	text-align: center;
	font-size: 24px;
	border-radius: 50px;
	color: #fff;
	background: #5DB8C4;
}



.case-top {
	background: #5DB8C4;
	display: flex;
	flex-direction: row;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 40px;
}

.case-top .cont {
	color: #fff;
	box-sizing: border-box;
	width: 28%;
	padding: 50px 40px;
}

.case-top .cont .title {
	font-size: 28px;
	padding-bottom: 40px;
	font-family: 'MiSans-Medium';
}

.case-top .img {
	width: 82%;
	background: center no-repeat;
	background-size: cover;
}



.case-two li {
	width: 48%;
}

.case-two li .img {
	border-radius: 15px;
	overflow: hidden;
}

.case-two li img {
	display: block;
	width: 100%;
}

.case-two li:hover img {
	transform: scale(1.1);
}



.case-two li .title {
	margin: 20px 0 5px;
	line-height: 25px;
	min-height: 50px;
}

.case-two li .word {
	color: #737373;
	font-size: 12px;
}

.case-two,
.case-list {
	margin-bottom: 70px;
}

.case-list li {
	width: 31%;
	position: relative;
	top: 0;
}

.case-list li:hover {
	top: -10px;
}

.case-list li img {
	width: 100%;
	display: block;
}

.case-list li .title {
	line-height: 25px;
	height: 50px;
	margin: 15px 0;
}

.case-list li .word {
	font-size: 12px;
	line-height: 18px;
	height: 54px;
	color: #737373;
}

.case-list li .time {
	margin: 30px 0;
	color: #5DB8C4;
	font-size: 12px;
}

.case-list li .tips {
	background: #F2F7F7;
	font-size: 12px;
	border-radius: 20px;
	padding: 10px 10px;
}



.case-page {
	margin: 80px auto;
}

.case-page li {
	padding: 0 20px;
	font-size: 14px;
}

.case-page li a {
	color: #5DB8C4;
	display: block;
}

.case-page li.active a {
	color: #222;
}



.precautions-title {
	font-size: 24px;
	text-align: center;
	color: #5DB8C4;
	padding: 40px 0 40px;
}

.precautions-dian-img img {
	margin-left: 2%;
	max-width: 275px;
}



.symptom-list img {
	display: block;
	margin: 0 auto;
}

.symptom-list p {
	text-align: center;
	padding: 10px 0;
}

.symptom-list li {
	padding: 0 25px;
}



.symptom {
	border: 1px solid #DDDEDE;
	border-bottom: none;
	margin-top: 40px;
}

.symptom dt {
	text-align: center;
	background: #F7F9FA;
	font-size: 24px;
	color: #000;
	padding: 12px 0;
}

.symptom dd {
	border-bottom: 1px solid #DDDEDE;
	overflow: hidden;
}

.symptom dd .left {
	width: 20%;
	text-align: center;
	border-right: 1px solid #DDDEDE;
	line-height: 180px;
	float: left;
	box-sizing: border-box;
}

.symptom .symptom-list {
	width: 80%;
	float: right;
	display: flex;
	flex-direction: row;
}

.symptom .symptom-list li {
	width: 50%;
}



.publicPraise-zl {
	padding: 30px 0;
}

.publicPraise-zl li {
	width: 48%;
	text-align: center;
}

.publicPraise-zl img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.publicPraise-zl .word {
	color: #757C7C;
	padding: 25px 0 0;
}

.publicPraise-zl .title {
	color: #5DB8C4;
	font-size: 20px;
	padding: 25px 0;
}



.precautions-item {
	margin: 30px auto;
}

.precautions-item .left {
	float: left;
	width: 70%;
}

.precautions-item .left p {
	padding-bottom: 30px;
	color: #757C7C;
}

.precautions-item .left span {
	font-size: 18px;
	color: #000;
	display: block;
	font-family: 'MiSans-Medium';
	padding-bottom: 3px;
}

.precautions-item .right {
	float: right;
	width: 25%;
}

.precautions-item .right img {
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
}





.instrument-item1 {
	overflow: hidden;
	padding: 40px 0 70px;
	color: #000;
}

.instrument-item1 .right {
	width: 55%;
	float: right;
}

.instrument-item1 .left {
	width: 43%;
	float: left;
}

.instrument-item1 .left img {
	display: block;
	max-width: 100%;
	margin-top: 10px;
}

.instrument-item1 h2 {
	font-weight: 400;
	font-size: 24px;
	padding: 50px 0 15px;
}

.instrument-item1 .word {
	font-size: 14px;
	min-height: 150px;
}





.instrument-list1 {
	margin-top: 40px;
}

.instrument-list1 li {
	width: 31%;
	background: #F7F9FA;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;top:0
}
.instrument-list1 li:hover{ top: -10px;}

.instrument-list1 li .word {
	display: none;
	margin-top: 10px;
	line-height: 1.7;
}

.instrument-list1 li .title {
	color: #5DB8C4;
	cursor: pointer;
	line-height: 1.7;
	font-size: 18px;
	font-family: 'MiSans-Demibold';
}

.instrument-list1 li .dian {
	float: right;
}

.instrument-list1 li.active .title .dian {
	transform: rotate(90deg);
}



.instrument-list2 {
	text-align: center;
}

.instrument-list2 li .img {
	display: block;
	margin: 30px auto 20px;
}

.instrument-list2 li .dian {
	display: none;
}

.instrument-list2 li .word {
	opacity: 0;
}

.instrument-list2 li:hover .word,

.instrument-list2-show li .word {
	display: block;
	opacity: 1;
}

.instrument-img {
	padding: 50px 0 30px;
}



.instrument-7d {
	text-align: center;
	border: 1px solid #BABDBD;
	overflow: hidden;
	border-bottom: none;
}

.instrument-7d .left {
	width: 20%;
	text-align: center;
	float: left;
	border-right: 1px solid #BABDBD;
	box-sizing: border-box;
}

.instrument-7d span {
	display: block;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	border-bottom: 1px solid #BABDBD;
	line-height: 1.3;
}

.instrument-7d .title,
.instrument-7d dt {
	background: #F7F9FA;
	overflow: hidden;
}

.instrument-7d .cont {
	width: 65%;
	box-sizing: border-box;
	border-right: 1px solid #BABDBD;
	float: left;
}

.instrument-7d .right {
	width: 15%;
	box-sizing: border-box;
	float: left;
}

.instrument-7d dl span {
	float: left;
	width: 14.28%;
}

.instrument-7d .dian dd span::after,
.instrument-7d .right .span::after {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50px;
	background: #5DB8C4;
}

.instrument-7d .dian dd span.none::after {
	display: none;
}



a.smart-btn {
	background: #F7F9FA;
	/*#5DB8C4;color: #fff;*/
	display: block;
	max-width: 900px;
	color: #5DB8C4;
	font-size: 22px;
	text-align: center;
	border-radius: 100px;
	margin: 20px auto;
	line-height: 1.2;
	padding: 8px 0 5px;
}



.smart-course {
	margin-top: 70px;
}

.smart-course .word {
	color: #757c75;
}

.smart-course h2 {
	font-weight: 400;
}



.smart-list2 li {
	padding: 50px 0;
	margin-bottom: 0;
}



.smart-list li {
	width: 48%;
}

.smart-list .zi {
	margin-top: 7px;
	line-height: 1.6;
}



.smart-buzhou {}

.smart-buzhou li {
	text-align: center;
	width: 23%;
	background: #F7F9FA;
	border-radius: 15px;
	position: relative;
	top: 0
}

.smart-buzhou h2 {
	font-family: 'MiSans-Semibold';
	font-size: 32px;
	padding: 30px 0 10px;
}

.smart-buzhou img {
	display: block;
	width: 100%;
}

.smart-buzhou p {
	line-height: 28px;
	height: 84px;
	max-width: 140px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.smart-buzhou li:hover {
	top: -10px;
}





a.smart-xuqiu-btn {
	max-width: 100%;
	color: #2A2A2A;
	background: #F7F9FA;
	margin-top: 60px;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.6;
}

.smart-xuqiu {
	font-family: 'MiSans-Normal';
	width: 48%;
	background: #F7F9FA;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 15px;
}

.smart-xuqiu dt {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 20px;
}

.smart-xuqiu dd {
	position: relative;
	padding-left: 15px;
}

a.smart-appointment {
	margin: 50px auto 40px;
}





.smart-item {
	padding: 25px 0;
}

.smart-item .img {
	max-width: 50%;
	float: right;
	margin-left: 3%;
	padding-top: 10px;
}

.smart-item .title {
	font-weight: 400;
	padding-bottom: 12px;
	font-size: 23px;
}

.smart-item .word {
	padding-bottom: 40px;
}





.smart-table {
	margin-top: 70px;
}

.smart-table td:nth-child(1) {
	width: 15%;
	text-align: center;
}

.smart-table td:nth-child(2) {
	width: 25%;
	text-align: center;
}

.smart-table td:nth-child(3) {
	width: 60%;
}





.smart-table td,

.smart-table th {
	border: 7px solid #fff;
}



.smart-table th {
	height: 48px;
}

.smart-table td {
	padding: 10px;
}

.smart-table tr:nth-child(2n-1) {
	background: #F7F9FA;
}





.smart-title {
	text-align: center;
	color: #5DB8C4;
	font-size: 24px;
	padding: 40px 0;
}



.smart-shuhou li {
	width: 31%;
	text-align: center;
	font-family: 'MiSans-Normal';
}

.smart-shuhou .title {
	padding: 20px 0 10px;
	font-size: 20px;
}



.smart-tips {
	text-align: center;
	margin-top: 40px;
	color: #757c75;
	font-size: 20px;
	font-family: 'MiSans-Normal';
}

.smart-shuqian img {
	max-width: 70%;
}



.appointment-popup {
	display: none;
}

.appointment-popups {
	display: none;
}

.appointment-popup .absolute-center {
	max-width: 1440px;
	width: 90%;
	background: #F7F9FA;
	border-radius: 15px;
	max-height: 90vh;
	overflow: auto;
}

.appointment-title {
	text-align: center;
	font-weight: 400;
	padding: 70px 0;
}

.appointment-from,
.appointment-popup .button,
.appointment-popup .wxts {
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
}

.appointment-from li {
	width: 31%;
	position: relative;
	min-height: 120px;
}

.appointment-from li .txt {
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	border: none;
	border-radius: 100px;
	background: #fff;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.appointment-from li .tips {
	font-size: 12px;
	line-height: 20px;
}

.appointment-from li::after {
	content: "";
	position: absolute;
	z-index: 100;
	top: 0;
	right: 20px;
	height: 55px;
	width: 25px;
	background: url(../images/form.png) center no-repeat;
	display: block;
}

.appointment-popup .button {
	background: #5DB8C4;
	color: #fff;
	border: none;
	display: block;
	height: 55px;
	border-radius: 40px;
	font-size: 22px;
	cursor: pointer;
}

.appointment-popup .wxts {
	padding: 50px 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 2.1;
}

.appointment-popup .wxts span {
	float: left;
	font-weight: bold;
}

.appointment-popup .wxts .right {
	float: left;
	margin-left: 20px;
}



.appointment-popups .absolute-center {
	max-width: 1440px;
	width: 90%;
	background: #F7F9FA;
	border-radius: 15px;
	max-height: 90vh;
	overflow: auto;
}

.appointment-title {
	text-align: center;
	font-weight: 400;
	padding: 70px 0;
}

.appointment-from,
.appointment-popups .button,
.appointment-popups .wxts {
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
}

.appointment-from li {
	width: 31%;
	position: relative;
	min-height: 120px;
}

.appointment-from li .txt {
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	border: none;
	border-radius: 100px;
	background: #fff;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.appointment-from li .tips {
	font-size: 12px;
	line-height: 20px;
}

.appointment-from li::after {
	content: "";
	position: absolute;
	z-index: 100;
	top: 0;
	right: 20px;
	height: 55px;
	width: 25px;
	background: url(../images/form.png) center no-repeat;
	display: block;
}

.appointment-popups .absolute-center>.button {
	background: #5DB8C4;
	color: #fff;
	border: none;
	display: block;
	height: 55px;
	border-radius: 40px;
	font-size: 22px;
	cursor: pointer;
}

.appointment-popups .wxts {
	padding: 50px 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 2.1;
}

.appointment-popups .wxts span {
	float: left;
	font-weight: bold;
}

.appointment-popups .wxts .right {
	float: left;
	margin-left: 20px;
}





.appointment-popupss {
	display: none;
}

.appointment-popupss .absolute-center {
	max-width: 1440px;
	width: 90%;
	background: #F7F9FA;
	border-radius: 15px;
	max-height: 90vh;
	overflow: auto;
}

.appointment-title {
	text-align: center;
	font-weight: 400;
	padding: 70px 0;
}

.appointment-from,
.appointment-popupss .button,
.appointment-popupss .wxts {
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
}

.appointment-popupss .button {
	background: #5DB8C4;
	color: #fff;
	border: none;
	display: block;
	height: 55px;
	border-radius: 40px;
	font-size: 22px;
	cursor: pointer;
}

.appointment-popupss .wxts {
	padding: 50px 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 2.1;
}

.appointment-popupss .wxts span {
	float: left;
	font-weight: bold;
}

.appointment-popupss .wxts .right {
	float: left;
	margin-left: 20px;
}



.swiper-pagination-bullet-active {
	background: #5DB8C4 !important;
}

.form-select{ background: #fff; position: absolute; top: 70px; left: 0; width: 100%; border-radius: 10px; padding: 10px 25px; box-sizing: border-box; display: none;}
.form-select dd{ width: 45%; border-radius: 30px; text-align: center; margin: 5px 0;  padding: 5px 0; cursor: pointer;}
.form-select dd:hover{ color: #5DB8C4;}
.form-select dd.active{ background: #5DB8C4; color: #fff;}
.block-ends.form-select-hid{display: flex;}
.form-select-hid{display: block;}
.form-select-all dd{ width:90%; margin: 5px auto; background: #F7F9FA;}

@media screen and (max-width:1100px) {

	.header-top {

		height: 40px;

	}



	.menu li a {

		font-size: 17px;

	}



	.menu li dl a {

		font-size: 14px;

	}



	.menu li {

		padding: 20px 0;

	}



	.banner {

		margin-top: 140px;

	}



	.home-about .left .title {

		font-size: 28px;

		padding: 15px 0 20px;

	}



	.home-about .left .word {

		font-size: 14px;

		padding-bottom: 20px;

	}



	.home-about .left .more {

		font-size: 18px;

		width: 160px;

		line-height: 50px;

	}



	.home-snart .list li .big {

		font-size: 80px;

	}



	.home-snart .list li.end .big {

		font-size: 28px;

	}



	.home-snart .list li.end .samll {

		font-size: 20px;

	}



	.home-snart .list li .cont {

		height: 130px;

	}



	.home-snart .top .right img {

		margin-left: 15px;

	}



	.home-snart .top .right img {

		height: 50px;

	}



	.home-snart .top .left {

		font-size: 24px;

	}



	.home-list .title {

		font-size: 16px;

	}



	.home-list .word {

		font-size: 13px;

	}



	.home-al-more {

		line-height: 50px;

		font-size: 18px;

	}



	.about-title {

		font-size: 38px;

	}



	.page-nav {

		font-size: 17px;

	}



	.contact-list dd .bottom .right,

	.contact-list dd .bottom .img {

		width: 48%;

	}



	.contact-list dd .bottom .img {

		height: 350px;

	}



	.contact-list dd .bottom .name {

		font-size: 32px;

		margin-bottom: 25px;

	}



	.contact-list dd .bottom .list li {

		width: 18%;

	}



	.contact-list dd .bottom .more {

		font-size: 20px;

		line-height: 55px;

	}



	.process-25xpg .list li,
	.process-25xpg .title {
		padding: 0 35px;
	}

	.process-fa li {
		width: 30%;
	}



	.case-top .img {
		width: 65%;
	}

	.case-top .cont {
		width: 35%;
	}

	.case-top .cont .title {
		font-size: 24px;
	}

	.appointment-title {
		padding: 50px 0;
	}

	.appointment-popup .wxts {
		font-size: 16px;
	}

	.appointment-popup .button {
		font-size: 20px;
	}



}



@media screen and (max-width: 1024px) {

	.menu li {

		padding: 15px 0;

	}



	.menu li a {

		font-size: 16px;

	}



	.menu li dl a {

		font-size: 12px;

	}



	.menu li img {

		width: 180px;

	}



	.home-about .left .title {

		font-size: 23px;

		padding: 10px 0 15px;

	}



	.home-snart .top .left {

		font-size: 20px;

	}



	.home-snart .top .right img {

		height: 40px;

	}



	.home-al-more {

		line-height: 40px;

		font-size: 16px;

	}



	.home-about,

	.home-snart,

	.home-al {

		padding: 60px 0;

	}



	.problem-title {

		font-size: 28px;

		padding: 35px 0;

	}

	.compare-there .item.word {
		width: 100%;
	}

	.compare-there .item.img {
		width: 48%;
	}



	.compare-TransPRK li img {
		height: 50px;
		margin: 30px auto;
	}

	.compare-TransPRK li .title {
		font-size: 14px;
	}

	.compare-TransPRK li .word {
		font-size: 13px;
	}

	.process-list li img {
		height: 55px;
	}

	.process-list li .title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.process-fa li .title,
	.process-25xpg .list li .name {
		font-size: 18px;
	}



	.instrument-item1 h2 {
		padding-top: 0;
	}



	.about-word .title {
		font-size: 20px;
	}

	.about-word {
		font-size: 14px;
	}

}



@media screen and (max-width: 800px) {



	.banner {

		margin-top: 60px;

	}



	.header-top {

		height: 0;

	}



	.phone-menu {

		display: block;

		padding: 10px 0;

	}



	.phone-menu .logo img {

		height: 45px;

		display: block;

	}



	.header .menu .logo {

		display: none;

	}



	.header .menu {

		position: fixed;

		top: 0;

		left: 0;

		width: 100%;

		height: 100%;

		background: #fff;

		padding-top: 23vh;

		box-sizing: border-box;

		display: none;

	}



	.header .menu li {

		width: 100%;

		margin: 0;

		text-align: center;

		font-size: 18px;

		position: relative;

		z-index: 100;

	}



	.header .menu li a {

		color: #111;

	}



	.header .menu .after {

		display: block;

		content: "";

		width: 100%;

		height: 100%;

		cursor: pointer;

		position: absolute;

		top: 0;

		left: 0;

		z-index: 1;

	}



	.header .menu .after img {

		width: 30px;

		float: right;

		margin: 20px;

	}

	.menu li dl {
		position: relative;
		top: 0;
		left: 0;
		width: 80%;
		padding: 0;
		margin: 10px 10% 0;
		background: #5DB8C4;
		line-height: 1.8;
	}

	.header .menu li dl a {
		color: #fff;
	}

	.menu li:hover dl {
		display: none;
	}



	.about-title {

		font-size: 32px;

		padding: 20px 0 30px;

	}



	.page-nav {

		font-size: 16px;

	}



	.about-word {

		font-size: 15px;

	}



	.about-word p {

		padding-bottom: 25px;

	}



	.about-word .title {

		font-size: 22px;

	}



	.about-course li .left {

		font-size: 42px;

		width: 20%;

	}



	.about-course li .right {

		width: 80%;

	}



	.about-course li {

		min-height: auto;

	}



	.about-list li {

		font-size: 14px;

	}



	.page-down {

		margin-top: 0;

	}



	.new_list li {

		width: 46%;

		margin: 0 2% 30px;

	}



	.new_list li .title {

		margin: 10px 0 5px;

		font-size: 14px;

	}



	.new_list li .title img {

		width: 15px;

		margin-top: 4px;

	}



	.new-header .new-title {

		font-size: 28px;

	}



	.contact-list dd .bottom .name {

		font-size: 28px;

		margin-bottom: 20px;

	}



	.contact-list dd .bottom .more {

		font-size: 18px;

		line-height: 45px;

	}



	.contact-list dd .bottom .list {

		margin: 20px 0 25px;

	}



	.problem-title {

		font-size: 26px;

		padding: 30px 0;

	}



	.problem-word li .title {

		font-size: 18px;

	}

	.case-list li {
		width: 48%;
		margin-bottom: 30px;
	}

	.precautions-item {
		margin: 10px 0;
		overflow: hidden;
	}

	.precautions-item .left {
		width: 100%;
	}

	.precautions-item .right {
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.precautions-item .right img {
		width: 31%;
		margin: 0 1%;
	}

	.precautions-item .left span {
		font-size: 15px;
	}

	.precautions-item .left p {
		padding-bottom: 15px;
	}

	.symptom-list li {
		padding: 0 10px;
	}



	.instrument-item1 .right {
		width: auto;
		float: none;
		max-width: 100%;
	}

	.instrument-item1 .left {
		width: 100%;
	}

	.instrument-item1 .word {
		min-height: auto;
	}

	.instrument-list1 li .title {
		font-size: 16px;
	}

	.instrument-list2 li .img {
		height: 65px;
		margin: 20px auto 15px;
	}

	.instrument-item1 h2 {
		font-size: 20px;
	}

	.smart-buzhou h2 {
		font-size: 26px;
	}

	.smart-item .title {
		font-size: 19px;
	}

	.smart-item {
		padding: 0;
	}

	.smart-shuhou .title {
		font-size: 18px;
	}

	.about-word .title {
		font-size: 18px;
	}

	.appointment-from li {
		width: 32%;
	}

	.appointment-popup .wxts {
		font-size: 14px;
	}

	.appointment-popup .button {
		height: 50px;
		font-size: 18px;
	}

}



@media screen and (max-width: 640px) {



	.home-about,

	.home-snart,

	.home-al {

		padding: 40px 0;

	}



	.home-about .left,

	.home-about .right {

		width: 100%;

	}



	.home-about .right {

		margin-top: 30px;

	}



	.home-about .left h2 {

		font-size: 24px;

	}



	.home-about .left .more {

		line-height: 40px;

		font-size: 13px;

		width: 140px;

	}



	.home-about .left .title {

		font-size: 20px;

		padding: 0 0 15px;

	}



	.home-snart .top .left {

		font-size: 20px;

		margin-bottom: 20px;

	}



	.home-snart .top .right img {

		height: 30px;

		margin-left: 10px;

	}



	.home-snart .list li {

		width: 50%;

	}



	.home-snart .list li:nth-child(2)::after {

		display: none;

	}



	.home-snart .list li:nth-child(1),

	.home-snart .list li:nth-child(2) {

		padding-bottom: 20px;

	}



	.home-snart .list li:nth-child(1):before,

	.home-snart .list li:nth-child(2):before {

		content: "";

		position: absolute;

		left: 20px;

		right: 20px;

		bottom: 0;

		height: 0.5px;

		background: #DBDBDB;

		display: block;

	}



	.home-snart .list li .word {

		font-size: 13px;

	}



	.home-snart .list li .big {

		font-size: 60px;

	}



	.home-snart .list li.end .big {

		font-size: 24px;

	}



	.home-snart .list li.end .samll {

		font-size: 16px;

	}



	.home-snart .list li.end .big {

		margin-top: 15px;

	}



	.home-snart .list li .cont {

		height: 100px;

	}



	.home-list li {

		width: 48%;

		margin-bottom: 20px;

	}



	.home-al-more {

		font-size: 14px;

		line-height: 32px;

		margin-bottom: 30px;

		width: 90px;

	}



	.footer {

		padding-top: 40px;

	}



	.footer .cont {

		padding-bottom: 20px;

	}



	.footer .tips {

		width: 100%;

	}



	.footer .nav {

		width: 100%;

		display: none;

	}



	.footer .bottom {

		padding: 20px 0;

		font-size: 14px;

	}



	.about-title {

		font-size: 26px;

		padding: 10px 0 15px;

	}



	.page-nav {

		font-size: 14px;

		padding: 13px 0;

	}



	.page-nav img {

		width: 20px;

	}



	.about-word {

		font-size: 13px;

	}



	.about-word p {

		padding-bottom: 15px;

	}



	.about-word .title {

		font-size: 16px;

	}



	.about-course li .left {

		font-size: 42px;

		width: 20%;

	}



	.about-course li .right {

		width: 80%;

	}



	.about-list li {

		font-size: 13px;

		width: 48%;

		margin-top: 15px;

	}



	.about-list li .cont {

		padding: 15px 0 5px;

	}



	.about-course {

		margin-top: 15px;

	}



	.about-course li .left {

		font-size: 26px;

		font-weight: bold;

	}



	.about-course li .right p {

		margin-bottom: 5px;

	}



	.about-course li {

		margin-bottom: 25px;

	}





	.team-list li {

		width: 48%;



	}



	.page-down {

		width: 32px;

		margin-top: 3px;

	}



	.team-list li .cont {

		padding: 8px 0;

	}



	.team-list li .cont .name {

		font-size: 16px;

	}



	.team-list li .top {

		margin-bottom: 30px;

	}



	.team-list li .zw {

		font-size: 12px;

	}





	.new-header .new-title {

		font-size: 20px;

	}



	.new-header .time {

		padding-bottom: 20px;

	}



	.new-header {

		margin-bottom: 20px;

	}



	.new-word {

		font-size: 13px;

	}



	.new-page::after {

		display: none;

	}



	.new-header .img {

		width: 100%;

		margin: 0 0 10px;

	}



	.contact-list dd .bottom .right,

	.contact-list dd .bottom .img {

		width: 100%;

	}



	.contact-list dd .bottom .name {

		font-size: 20px;

		margin: 15px 0;

	}



	.contact-list dd .bottom .more {

		float: none;

		margin: 0 auto;

		display: block;

		font-size: 16px;

		line-height: 45px;

		width: 140px;

	}



	.contact-list dd .bottom .list {

		margin-top: 5px;

	}



	.contact-list dd .top {

		font-size: 15px;

		padding: 15px 0;

	}



	.contact-list dd .bottom {

		padding: 20px 0;

	}



	.contact-list dt {

		font-size: 24px;

		padding: 10px 0;

	}





	.problem-title {

		font-size: 22px;

		padding: 30px 0;

	}



	.problem-word li .title {

		font-size: 16px;

		margin-bottom: 0;

	}



	.problem-word li {

		padding-bottom: 30px;

		margin-bottom: 30px;

	}

	.compare-there .item.word p {
		margin-bottom: 15px;
	}



	.compare-word .fr {
		width: 50%;
	}

	.compare-word p,
	.compare-shoushu p {
		padding-bottom: 15px;
	}

	.compare-block {
		padding: 35px 0;
	}

	.compare-shoushu .title {
		font-size: 17px;
		padding: 0 0 13px;
	}

	.compare-block .problem-title {
		font-size: 20px;
		line-height: 1.5;
	}

	.compare-block .compare-title {
		padding: 30px 0;
	}



	.compare-TransPRK li {
		width: 48%;
		margin-bottom: 20px;
	}

	.compare-TransPRK li img {
		height: 45px;
	}

	.compare-TransPRK li .title {
		padding-bottom: 10px;
	}



	.compare-item1 .top {
		font-size: 15px;
	}

	.compare-item1 p {
		padding-bottom: 20px;
	}

	.compare-item1 img {
		width: 100%;
		float: none;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.compare-item1 .list-word {
		width: 100%;
	}

	.compare-item1 .list-word li {
		padding-bottom: 20px;
	}

	.compare-table {
		margin-top: 20px;
	}



	.compare-word h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}



	.publicPraise-mayidu {
		padding: 30px 0 50px;
	}

	.publicPraise-mayidu li {
		font-size: 15px;
	}

	.publicPraise-mayidu li .num p {
		font-size: 24px;
	}

	.publicPraise-mayidu li .num p span {
		font-size: 14px;
	}

	.publicPraise-mayidu li .num img {
		margin-bottom: 15px;
	}



	.check-item1 {
		padding-bottom: 30px;
	}

	.check-item1 .img {
		width: 100%;
		height: 280px;
	}

	.check-item1 .list {
		width: 100%;
	}

	.check-item1 .list li span {
		font-size: 17px;
	}

	.check-item1 .list li {
		padding: 15px 0;
		margin-bottom: 20px;
	}



	.theme-color .th {
		font-size: 14px;
	}

	.process-liangdian li {
		width: 48%;
		font-size: 12px;
		padding: 0 10px 10px;
	}

	.process-liangdian li .title {
		font-size: 16px;
		padding: 5px 0;
	}

	.process-liangdian li:last-child {
		width: 100%;
		margin-top: 20px;
	}



	.process-list li img {
		height: 30px;
		margin: 20px auto;
	}

	.process-list li .title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.process-list li {
		font-size: 12px;
		width: 48%;
	}

	.process-fa li .title,
	.process-25xpg .list li .name,
	.process-fa li .top {
		font-size: 15px;
	}

	.process-fa li {
		font-size: 12px;
	}

	.process-25xpg .list li,
	.process-25xpg .title {
		padding: 0 15px;
	}

	.process-25xpg .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
	}

	.process-25xpg .list li {
		width: 50%;
		box-sizing: border-box;
		padding: 25px 15px;
	}

	.process-25xpg .list li .name {
		height: auto;
		margin-bottom: 15px;
	}

	.process-25xpg .list li:nth-child(2) {
		border-right: none;
	}

	.process-25xpg .list li:nth-child(3),
	.process-25xpg .list li:nth-child(4) {
		border-top: 1px solid #BABDBD;
	}



	.process-25xpg {
		padding: 25px 0;
		margin: 0 0 20px;
	}

	.process-25xpg .title {
		font-size: 18px;
	}

	.process-fa li {
		width: 48%;
		padding-bottom: 20px;
	}



	.process-time img {
		width: 100%;
		margin: 0 0 15px;
	}

	.process-time h2 {
		font-size: 18px;
		padding-bottom: 15px;
	}

	a.appointment {
		margin: 50px auto;
		font-size: 16px;
		line-height: 45px;
	}



	.case-top {
		display: block;
	}

	.case-top .img {
		height: 200px;
		width: 100%;
	}

	.case-top .cont {
		width: 100%;
		padding: 20px 15px;
	}

	.case-top .cont .title {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.case-two,
	.case-list {
		margin-bottom: 40px;
	}

	.case-list li .time {
		margin: 15px 0;
	}

	.case-list li,
	.case-two li {
		width: 100%;
		margin-bottom: 25px;
	}

	.case-page li {
		padding: 0 15px;
	}

	.case-page li img {
		width: 30px;
		display: block;
	}

	.case-page {
		margin: 30px auto;
	}

	.case-list li .title,
	.case-two li .title {
		margin: 15px 0 10px;
		font-size: 15px;
	}

	.case-list li .title,
	.case-list li .word,
	.case-two li .title {
		height: auto;
		min-height: auto;
	}



	.symptom-list img {
		height: 70px;
	}

	.symptom-list li {
		padding: 0;
	}

	.symptom dt {
		font-size: 18px;
		padding: 5px 0;
	}

	.symptom dd .left {
		line-height: 1.8;
		height: 130px;
		padding-top: 40px;
		box-sizing: border-box;
	}

	.symptom-list p {
		padding: 0 0 10px;
	}

	.precautions-title {
		font-size: 18px;
		padding: 20px 0;
	}

	.publicPraise-zl .title {
		font-size: 16px;
		padding: 15px 0 5px;
	}

	.publicPraise-zl li {
		width: 100%;
	}

	.publicPraise-zl img {
		width: 80%;
	}

	.publicPraise-zl .word {
		padding-top: 10px;
	}





	.instrument-item1 h2 {
		font-size: 17px;
		padding-bottom: 10px;
	}

	.instrument-item1 {
		padding: 30px 0 30px;
	}



	.instrument-list1 li {
		width: 100%;
		padding: 15px;
		margin-bottom: 20px;
	}

	.instrument-list1 li .title {
		font-size: 15px;
	}

	.instrument-list1 li .word {
		margin-top: 5px;
	}



	.instrument-list2 li {
		width: 48%;
	}

	.instrument-list2 li .img {
		height: 50px;
		margin: 15px auto 10px;
	}

	.instrument-list1 li .dian {
		width: 15px;
	}

	.instrument-img {
		padding: 30px;
	}



	.instrument-7d .dian dd span::after,
	.instrument-7d .right .span::after {
		width: 14px;
		height: 14px;
	}



	.smart-buzhou h2 {
		font-size: 18px;
		padding-top: 15px;
	}

	.smart-buzhou p {
		font-size: 12px;
		line-height: 20px;
		height: 60px;
		margin-bottom: 15px;
	}



	.smart-xuqiu {
		width: 100%;
		padding: 15px;
		margin-bottom: 20px;
	}

	.smart-xuqiu dt {
		font-size: 17px;
		padding-bottom: 10px;
	}

	a.smart-xuqiu-btn {
		margin-top: 30px;
	}

	.smart-item .img {
		width: 100%;
		margin: 0 0 15px;
		max-width: 100%;
	}

	.smart-item .title {
		font-size: 17px;
	}

	.smart-item .word {
		padding-bottom: 20px;
	}

	.smart-title {
		font-size: 20px;
		padding: 20px 0;
	}

	.smart-shuhou .title {
		font-size: 14px;
		line-height: 1.5;
	}

	.smart-shuhou .word {
		font-size: 12px;
	}

	.smart-shuhou br {
		display: none;
	}

	.smart-tips {
		font-size: 14px;
		margin-top: 20px;
	}



	.appointment-title {
		padding: 30px 0;
	}

	.appointment-from li {
		width: 48%;
		min-height: 70px;
	}

	.appointment-from li .txt {
		height: 45px;
		line-height: 45px;
		font-size: 13px;
		padding: 0 15px;
	}

	.appointment-from li::after {
		height: 45px;
		background-size: 12px;
	}

	.appointment-from li .tips {
		font-size: 10px;
	}

	.appointment-popup .button {
		font-size: 16px;
		height: 45px;
	}

	.appointment-popup .wxts {
		font-size: 12px;
		padding: 30px 0;
	}

	a.smart-btn {
		font-size: 15px;
		line-height: 1.6;
	}



	.compare-TransPRK {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

.compare-title .font-color2{font-size: 14px;}
.compare-table-duibi .td:nth-child(2),
.compare-table-duibi .th:nth-child(2){ width: 30%;}



}



@media screen and (max-width: 320px) {}



@media screen and (min-width:1200px) {}





/*

 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * */