/* dede58.com 做最好的织梦模板 */
@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
form,
input,
textarea,
p,
th,
td,
h2,
h3,
span {
	margin: 0;
	padding: 0
}

ol,
ul,
li {
	list-style: none
}

img {
	border: 0
}

.Img {
	vertical-align: middle
}

.M5 {
	margin-top: 5px
}

.P5 {
	padding-top: 5px
}

.P10 {
	padding: 5px 10px
}

.P50 {
	padding: 5px 0
}

.M {
	margin: 10px
}

.MT {
	margin-top: 10px
}

.MT5 {
	margin-top: 5px
}

.MR {
	margin-right: 10px
}

.ML {
	margin-left: 10px
}

.MB {
	margin-bottom: 10px
}

.MC {
	margin: 0 auto
}

.B {
	font-weight: bold
}

.F {
	font-weight: normal;
	font-style: normal
}

.H {
	overflow: hidden
}

.W {
	word-break: break-all
}

.V {
	vertical-align: middle
}

.Left {
	float: left
}

.Right {
	float: right
}

.Clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.Center {
	text-align: center
}

.F12 {
	font-size: 12px
}

.F14 {
	font-size: 14px
}

.FB {
	font-size: 14px;
	font-weight: bold
}

.LH {
	line-height: 18px
}

.Red {
	color: #F00
}

.Black {
	color: #000
}

.White {
	color: #FFF
}

.Gray {
	color: #CCC
}

.Orange {
	color: #F50
}

.KeyWords {
	color: #F00
}

.Open {
	display: block
}

.Close {
	display: none
}

.PA {
	padding-left: 10px
}

a {
	color: #606060;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

/* 通用头部 */
.top1 {
	width: 100%;
	height: 32px;
	background: #3b3c3e
}
.top1 .conbox {
	width: 1200px;
	line-height: 32px;
	font-size: 12px;
	color: #9e9e9e;
	margin: 0 auto
}
.top1 .top1_left {
	float: left
}
.top1 .top1_right {
	float: right;
	padding-right: 9px
}
.top1 a {
	color: #ffffff
}
.top1 .top1_left a {
	margin-right: 10px
}
.top1 .top1_right a {
	margin: 0 5px
}
.top2 {
	width: 100%;
	background: #FFF;
	font-size: 12px;
	color: #888
}

.box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box .top2_lx {
    position: relative;
    width: 22%;
    padding: 10px 0 10px 70px;
    box-sizing: border-box;
}

.box .top2_lx::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-image: url(/images/phone_ico.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.box .top2_lx span {
	font-size: 17px;
}

.box .top2_lx p {
	font-size: 25px;
    font-weight: bold;
    margin-top: 4px;
    color: #00c3b7;
}

/* .box .logo {
	width: 65%;
} */

.box .logo img {
	display: block;
}

.TableSkin {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: center;
}
.top2 .top2_right {
	width: 683px;
	padding-top: 8px;
	float: right
}
.top2 .tel {
	width: 670px;
	text-align: right;
	padding-right: 13px;
	float: right
}
.top2 a {
	color: #8c8c8c
}
.top3 {
	width: 100%;
	height: 48px;
	background: #00c3b7
}
.Menu {
	margin: 0 auto;
	height: 48px;
	line-height: 48px
}

.Menu a {
	float: left;
	width: 160px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	font-family: "微软雅黑", "宋体"
}
.Menu span {
	background: #b6fffb;
	float: left;
	width: 1px;
	height: 10px;
	margin-top: 19px
}
.Menu a:hover {
	background: #00c3b7;
	color: #FFF;
	text-decoration: none
}

.Menu .menu_item {
	position: relative;
}

.Menu .menu_item .items {
	position: absolute;
	visibility: hidden;
	top: 47px;
	height: 0;
	background: #00c3b7;
	transition: height 0.3s ease-out;
	z-index: 0;
}


.Menu .menu_item:hover .items {
	height: 100px;
	visibility: visible;
	z-index: 99;
}

.topfocus {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden
}
.topfocus .img_cnt {
	width: 1200px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	overflow: hidden;
}
.topfocus .img_cnt img {
	float: left
}
.topfocus .btn_prev, .topfocus .btn_next {
	width: 55px;
	height: 63px;
	background: url(/images/focus_arrow.gif) no-repeat;
	position: absolute;
	top: 41%;
	opacity: .5;
	filter: alpha(opacity=20);
	cursor: pointer;
	z-index: 99;
}
.topfocus .btn_prev {
	left: 50%;
	margin-left: -500px
}
.topfocus .btn_next {
	right: 50%;
	margin-right: -500px;
	background-position: 0 -70px
}
.topfocus .num_cnt {
	width: 723px;
	height: 10px;
	left: 50%;
	margin-left: -445px;
	bottom: 10px;
	position: absolute
}
.topfocus .num_cnt li {
	width: 25px;
	height: 10px;
	background: #FFF;
	margin-right: 10px;
	float: left;
	opacity: .8;
	overflow: hidden
}
.topfocus .num_cnt li.on {
	background: #91847c
}
.topclass {
	width: 1000px;
	margin: auto
}

/* 通用导航栏 */
.navs {
    width: 20%;
}

.navs .navtop {
    position: relative;
    background-color: #6bcbca;
    color: #fff;
    font-size: 18px;
    padding: 15px 60px;
}

.navs .navtop::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-image: url(/images/nav_img.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.navs ul {
    padding: 0 25px 20px;
    border: 1px solid #ddd;
    margin-top: 8%;
}

.navs ul li {
    position: relative;
    padding: 23px 35px;
    border-bottom: 1px solid #ddd;

}


.navs ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.navs ul li:nth-of-type(1):before {
    background-image: url(/images/nav_icon1.png);
}
.navs ul li:nth-of-type(2):before {
    background-image: url(/images/nav_icon2.png);
}

.navs ul li:nth-of-type(3):before {
    background-image: url(/images/nav_icon3.png);
}

.navs ul li:nth-of-type(4):before {
    background-image: url(/images/nav_icon4.png);
}


.navs ul a {
    font-size: 16px;
}


/* 通用底部 */
footer {
	background: #3b3c3e;
	color: #fff;
	margin-top: 2%;
}

footer .footer {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 3% 0;
	align-items: center;
}

footer .footer .footer_left {
	width: 54%;
}

.footer_left .logo_text {
	display: flex;
	align-items: center;
}

.footer_left ul {
	display: flex;
	margin-top: 2%;
}

.footer_left ul li {
	margin-right: 20px;
	border-right: 1px solid #fff;
	padding-right: 20px;
}

.footer_left ul a {
	font-size: 20px;
	color: #fff;
}


.footer_right {
    display: flex;
    width: 42%;
    justify-content: space-around;
    align-items: center;
}

.footer_right p {
	font-size: 18px;
	line-height: 1.7;
}

footer .kefu_wechat {
	width: 120px;
}

footer .kefu_wechat img {
	width: 100%;
}

.footer_right .kefu_wechat p {
	font-size: 16px;
	text-align: center;
}


@media only screen and (min-width:1024px) {

	/* 侧边栏预约 */
	.slide_nav {
		display: block;
		position: fixed;
		left: 0;
		bottom: 15%;
		background: #ffff;
		width: 100px;
		z-index: 999;
		box-shadow: 0 0 4px #999;
	}

	.nav_list li {
		position: relative;
		padding: 15px 0;
		text-align: center;
		background: #fff;
		font-size: 14px;
	}

	.nav_list li div:last-child {
		position: absolute;
		right: 0;
		top: 0;
		width: 100px;
		height: 101px;
		padding: 10px;
		background: #fff;
		z-index: -90;
		box-shadow: 0 0 3px #999;
		box-sizing: border-box;
	}

	.nav_list li:hover {
		background: #ddd;
	}

	.nav_list li:hover div:last-child {
		right: -100px;
		transition: all 0.5s;
	}

	.nav_list li div.wx-tips-tel {
		padding: 30px 5px;
	}

	.nav_list li div img {
		width: 100%;
	}

	.nav_list .nav_pcIcon {
		display: inline-block;
		width: 48px;
		height: 48px;
		margin: 0 auto;

	}

	.wximg {
		background: url(/images/wx.png) 48px 48px;
	}

	.telimg {
		background: url(/images/phone.png) 48px 48px;
	}

	.consulte_table {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 350px;
		background-color: #d6d6d6;
		z-index: 901;
		transition: 0.5s;
		box-shadow: 0 0 4px 1px #aaa7a7;
		padding: 10px 20px;
		box-sizing: border-box;
		transition: 0.6s all;
	}

	.consulte_table.close {
		transform: translateX(100%);
		font-size: unset;
		line-height: 1;
		text-shadow: 0 1px 0 #fff;
		opacity: .5;
		filter: alpha(opacity=20);
	}

	.consulte_table.close .open_close {
		left: -40px;
		border-radius: 50%;
		transform: rotate(180deg);
		box-shadow: 0 0 4px 1px #aaa7a7;
	}

	.consulte_top h4 {
		color: #00c3b7;
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}

	.consulte_top p {
		color: #666;
	}


	form {
		margin-top: 15px;
	}

	form label {
		display: inline-block;
		width: 60%;
	}

	form label select {
		display: block;
		width: 100%;
		border: 1px solid #bababa;
		outline: unset;
		font-size: 16px;
		color: #666;
	}

	.form_items .form_item {
		width: 100%;
		line-height: 30px;
		color: #666;
		font-size: 16px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	.form_items .form_item span {
		display: inline-block;
		text-align: justify;
	}

	.form_items .form_item input {
		outline: unset;
		border: unset;
		font: initial;
		font-size: 16px;
		padding: 5px 0;
		width: 80%;
	}


	.form_items .form_item .red_text {
		color: red;
		vertical-align: middle;
		width: 16px;
		text-align: center;
		display: inline-block;
	}

	.coolbg {
		background: #00c3b7;
		color: #FFF;
		padding: 8px 60px;
		border: unset;
		cursor: pointer;
	}

	.form_btns {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.open_close {
		font-size: 18px;
		letter-spacing: -10px;
		color: #666;
		position: absolute;
		top: 0;
		right: 10px;
		cursor: pointer;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #d6d6d6;
	}
}

@media screen and (max-width:1023px) {

	.slide_nav,
	.consulte_table {
		display: none;
	}

}