@charset "utf-8";

/* Xeicon CDN */
@import url('http://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');

/* CSS Document */
.wrap {
	width: 100%;
	min-width: 1200px;
	min-height: 1147px;
	position: relative;
	overflow: hidden;
}

.bg01 {
	background: #fafaf8;
}

/* main_header */
.header_wrap {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 40px;
	z-index: 999;
}

.login_wrap {
	width: 100%;
	height: 40px;
	position: fixed;
	left: 40px;
}

.login_wrap ul.login {
	overflow: hidden;
	width: 170px;
	border-bottom: 1px solid #756f65;
	border-top: 1px solid #756f65;
}

.login_wrap ul.login li {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-right: 1px solid #756f65;
	float: left;
	background: url("/img/login_bg.png") repeat;
}

.login_wrap ul.login li:first-of-type {
	border-left: 1px solid #756f65;
}

.login_wrap ul.login li:first-of-type img {
	margin-top: 8px;
}

.login_wrap ul.login .login_txt {
	width: 88px;
}

.login_wrap ul.login .login_txt a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 12px;
}

.login_wrap ul.login .login_arrow {
	cursor: pointer;
}

.login_wrap ul.login .login_arrow img {
	margin-top: 15px;
}

.login_wrap .login_menu {
	width: 168px;
	overflow: hidden;
	display: none;
	z-index: 10;
}

.login_wrap .login_menu li {
	width: 166px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #756f65;
	margin-top: 3px;
	background: url("/img/login_bg.png") repeat;
}

.login_wrap .login_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 12px;
}

.login_wrap .login_menu li:hover {
	border: 1px solid #f6ee21;
	background: #f6ee21;
}

.login_wrap .login_menu li:hover a {
	color: #212003;
}

.menu_btn {
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer;
}

/* sub_header */
/* open */
.sub_header_wrap {
	position: fixed;
	top: 0;
	width: 100%;
	height: 280px;
	z-index: 100;
	background: #fff;
}

.header_top {
	height: 180px;
	background: #5e4f4c url("/img/header_top_bg.gif") center top no-repeat;
	/* overflow:hidden; */
	letter-spacing: -1px;
	position: relative;
	z-index: 11;
}

.header_top .con_1200>div {
	float: left;
	height: 100px;
	margin-top: 40px;
}

.top01 {
	overflow: hidden;
	width: 328px;
	padding-left: 20px;
	color: #fff;
	font-size: 16px;
}

.top01 .top01_tit {
	margin-bottom: 7px;
}

.top01 .top01_tit a {
	color: #fff;
	font-size: 16px;
}

.top01 .top01_txt01 {
	font-size: 22px;
	letter-spacing: -1.5px;
}

.top01 .top01_txt02 {
	color: #bbb5b4;
	margin-top: 3px;
}

.top02 {
	padding: 0 50px;
	width: 400px;
	font-size: 12px;
	color: #a59e9d;
	border-left: 1px dashed #7e7270;
	border-right: 1px dashed #7e7270;
}

.top02 p {
	color: #a59e9d;
}

.top02 p span:first-of-type {
	font-size: 16px;
	color: #fff;
	margin-right: 14px;
}

.top02 .top02_form {
	margin-top: 22px;
}

.top02 .top02_form input {
	height: 27px;
	width: 118px;
	color: #a59e9d;
	margin-left: 5px;
	border: 0;
	padding: 0 0 0 12px;
}

.top02 .top02_form input:first-of-type {
	margin-bottom: 5px;
	width: 388px;
	margin-left: 0;
}

.top02 .top02_form input:nth-of-type(2) {
	margin-left: 0;
}

.top02 .top02_form select {
	width: 130px;
	height: 27px;
	padding-left: 12px;
	color: #a59e9d;
	border: 0;
}

.top03 {
	width: 299px;
	margin-left: 50px;
	color: #fff;
	font-size: 15px;
	overflow: hidden;
}

.top03 img {
	float: right;
	margin-bottom: 11px;
}

.top03 a {
	clear: both;
	display: block;
	width: 100%;
	height: 60px;
	background: #000;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.header_top_x {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
}

/* close */
.header_top.close {
	display: none;
}

.header_top.close {
	height: 70px;
	background: #292625;
	text-align: center;
}

.header_top_plus {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.header_bottom {
	clear: both;
	height: 40px;
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	z-index: 10;
}

.header_bottom .login_wrap {
	position: relative;
	left: 0;
}

.header_bottom ul.login {
	overflow: hidden;
	width: 131px;
	border-bottom: 1px solid #7f7f7f;
	border-top: 1px solid #7f7f7f;
}

.header_bottom ul.login li {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-right: 1px solid #7f7f7f;
	float: left;
}

.header_bottom ul.login .login_txt {
	width: 88px;
	border-left: 1px solid #7f7f7f;
}

.header_bottom ul.login .login_txt a {
	display: block;
	width: 100%;
	height: 100%;
	color: #454545;
	font-size: 12px;
}

.header_bottom ul.login .login_arrow {
	cursor: pointer;
}

.header_bottom ul.login .login_arrow img {
	margin-top: 16px;
}

.header_bottom .login_menu {
	width: 130px;
	overflow: hidden;
	display: non;
	z-index: 10;
}

.header_bottom .login_menu li {
	width: 127px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #756f65;
	margin-top: 3px;
	background: #fff;
}

.header_bottom .login_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #454545;
	font-size: 12px;
}

.header_bottom .login_menu li:hover {
	border: 1px solid #f6ee21;
	background: #f6ee21;
}

.header_bottom .login_menu li:hover a {
	color: #212003;
}

.header_bottom .sub_menu_btn {
	position: absolute;
	top: 39px;
	right: 0;
	cursor: pointer;
	z-index: 1;
}

/* menu */
.menu_wrap {
	position: fixed;
	width: 100%;
	height: 100vh;
	min-height: 870px;
	top: 0;
	right: 0;
	z-index: 99999999999999999;
	display: none;
	overflow: hidden;
	background-color: #ff969c;
}

.menu_black {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
}

.menu {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: right;
}

.menu-logo {
	text-align: center;
	padding: 50px 0;
}
.menu-logo img {
	filter: brightness(100);
}

.menu .x_btn {
	position: absolute;
	top: 50px;
	/* right: 320px; */
	right: 380px;
}

.menu .x_btn i {
	font-size: 42px;
	color: #fff;
	cursor: pointer;
}

.m1 {
	width: 1800px;
	margin: auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
	padding-top: 60px;
	
}

.m1 li {
	float: left;
	width: 200px;
	margin-bottom: 23px;
	color: #fff;
}

.m1 li > a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}

.m1 li:hover > a {
	color: #ffff6b;
}

.sub-menu a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding-bottom: 10px;
}

.sub-menu a:hover {
	/* color: #ddd; */
	color: #ffff6b;
}

.sub-menu a span {
	padding: 0 2px;
	color: #ff969c;
	font-weight: 800;
	font-size: 13px;
	animation: best 0.4s infinite;
}

@keyframes best {
	0% {
		background-color: #fff;
	}
	50% {
		background-color: #f8da32;
	}
	100% {
		background-color: #fff;
	}
}

.menu .txt_wrap {
	position: absolute;
	bottom: 5%;
	right: 13%;
}

.txt_wrap a {
	display: block;
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 90px;
	text-decoration: none;
	padding-bottom: 5px;
}

.menu .re_tit {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	padding-right: 40px;
	margin-top: 50px;
}

.menu .copy_h {
	font-size: 12px;
	color: #7b7a79;
	padding-right: 40px;
	letter-spacing: -1.2px;
	line-height: 1.4;
	margin-top: 15px;
}

.sub_header_wrap .menu .txt_wrap {
	bottom: 12%;
}

/* footer */
.footer {
	padding: 65px 0 110px;
	background: #1d1f22;
	text-align: center;
	color: #8c8d8f;
	font-size: 13px;
}

.footer>ul {
	margin: 0 auto 55px;
	width: 419px;
	height: 33px;
	position: relative;
}

.footer>ul>li {
	width: 135px;
	height: 31px;
	border: 1px solid #4a4c4e;
	color: #a8a9a9;
	line-height: 31px;
	font-size: 13px;
	margin-right: 4px;
	float: left;
}

.footer>ul>li:last-of-type {
	margin-right: 0;
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.footer>ul>li .select {
	width: 100%;
	height: 31px;
	text-indent: 17px;
	color: #fff;
	background: url("/img/select_down.png") right 12px center no-repeat;
	cursor: pointer;
}

.footer>ul>li .select_option {
	width: 100%;
	position: absolute;
	top: 31px;
	/* border-top:1px solid #4a4c4e; */
	display: none;
}

.footer>ul>li .select_option li {
	text-indent: 17px;
	height: 28px;
	line-height: 28px;
	background: #1d1f22;
}

.footer>ul>li .select_option li:last-of-type {
	padding-bottom: 5px;
}

.footer>ul>li .select_option li a {
	font-size: 12px;
	color: #8c8c8c;
}

.footer .foot_tit {
	clear: both;
	font-size: 16px;
	color: #fff;
	font-weight: 800;
}

.footer .foot_addr {
	line-height: 1.5;
	margin: 12px 0 35px;
}

.footer .foot_addr span {
	color: #37393b;
}

.footer .copy {
	font-size: 12px;
	color: #cecdce;
}

.doctors_wrap {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}

.doctors {
	width: 2400px;
	position: relative;
	left: 50%;
	margin-left: -1200px;
}

.doctors_wrap ul {
	overflow: hidden;
	margin-top: 40px;
}

.doctors_wrap ul li {
	float: left;
}

.doctors_wrap ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* quick */
.quick_wrap {
	position: fixed;
	top: 250px;
	right: 20px;
	z-index: 9999;
}

.quick_wrap ul li {
	margin-bottom: 5px;
}

.quick_wrap ul li.top_btn {
	cursor: pointer;
}

/*@media screen and (max-width:1200px) {
	.wrap{zoom:0.85; overflow-y:hidden;}
}

@media screen and (max-width:1024px) {
	.wrap{overflow-y:auto;}
}*/