﻿*{
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
}
body{
	font-size: 12px;
	font-family: "微软雅黑";
}
a{
	color: #000;
	text-decoration: none;
}
a:focus,a:hover{
	color: #1d8b8a;
}
h3,p,dl{
	margin: 0;
}
ul,ol{
	list-style-type: none;
	margin: 0;
}
.clear::after{
	display: block;
	content: '';
	clear: both;
}
#header{
	width: 100%;
	margin: 0 auto;
	height: 90px;
	background: rgba(255,255,255,0.8);
	box-shadow: 1px 0 3px rgba(0,0,0,0.8);
	position: relative;
	z-index: 20;
}
#header .con{
	height: 100%;
	margin: 0 auto;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	background: none;
	position: relative;
}
.navi-display dl .active{
	position: relative;
}
.navi-display dl .active .menu{
	width: 6px;
	height: 12px;
	background: url(../menu.png) 0 0 no-repeat;
	position: absolute;
	right: 20px;
	top: 15px;
	transform: rotate(90deg);
}
#header .con .navi{
	height: 100% !important;
}
#header .con .navi dl{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	height: 100%;
}
#header .con .navi dl dd{
	width: 82px;
	height: 100%;
	text-align: center;
	position: relative;
}
#header .con .navi dl dd a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #222222;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#header .con .navi dl dd a:hover{
	background-color: #1d8b8a;
	color: #FFFFFF;
}
#header .con .navi dl dd:hover > a{
	background-color: #1d8b8a;
	color: #FFFFFF;
}
#header .con .navi dl dd.active > a{
	background-color: #1d8b8a;
	color: #FFFFFF;
}
#header .con .navi dl dd > ul{
	width: 100%;
	position: absolute;
	top: 90px;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}
#header .con .navi dl dd > ul li{
	line-height: 45px;
	background-color: #FFFFFF;
	border-top: 1px solid #E5E5E5;
}
#header .con .navi dl dd > ul li:nth-child(1){
	border-top: none;
}
#header .con .navi dl dd > ul li a{
	color: #1d8b8a;
}
#header .con .navi dl dd:hover > ul{
	transform: scaleY(1);
	visibility: visible;
}
.navi-display{
	display: none;
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0;
	background: rgba(255,255,255,0.7);
	box-shadow: 1px 0 3px rgba(0,0,0,0.7);
}
.navi-display dl dd a{
	line-height: 40px;
	font-size: 14px;
	padding-left: 15px;
}
.navi-display dl dd ul{
	display: none;
}
.navi-display dl dd:hover{
	background: #1d8b8a;
	color: #fff;
}
.navi-display dl dd:hover a{
	color: #fff;	
}
.navi-display dl .active{
	background: #1d8b8a;
}
.navi-display dl .active a{
	color: #fff;
}
#header .logo{
	float:left;
	margin-top: 20px;
	padding-left: 15px;
	}
	#header .logo img{
		width: 100%;
	}
.nav-button{
	margin-top: 25px;
}
@media screen and (min-width: 768px){
	#header .con .navi dl dd {
    width: 65px;
    }
    #header .con .navi dl dd a{
    	font-size: 12px;
    }
    #header .logo{
		width: 110px;
		padding: 0;
	}
	#header{
		position: fixed;
	}
}
@media screen and (min-width: 992px){
	#header .con .navi dl dd {
    width: 70px;
    }
    #header .con .navi dl dd a{
    	font-size: 14px;
    }
    #header .logo{
		width: 140px;
	}
}
@media screen and (min-width: 1200px){
	#header .con .navi dl dd{
	width: 72px;
	}
}

#main{
	margin: 0 auto;
	position: relative;
}

#footer{
	width: 100%;
	margin: 0 auto;
}
#footer > dl > dd .con{
	margin: 0 auto;
	color: #FFFFFF;
	padding: 0;
}

#footer > dl > dd.top{
	background-color: #317f7f;
	display: none;
}
#footer > dl > dd.top > .con > dl.top_con{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0;
}
#footer > dl > dd.top > .con > dl.top_con dd.logo{
	padding: 0;
}
#footer > dl > dd.top > .con > dl.top_con dd.logo img{
	display: none;
}
#footer > dl > dd.top > .con > dl.top_con dd.contact_list{
	padding:0 0 0 10px;
	position: relative;
}
#footer > dl > dd.top > .con > dl.top_con dd.contact_list ul li{
	line-height: 30px;font-size: 14px;
}
#footer > dl > dd.top > .con > dl.top_con dd.contact_list ul li span.icon{
	display: inline-block;
	width: 30px;
	text-align: center;
}

#footer > dl > dd.top > .con > dl.top_con dd.contact_list::before{
	left: 0;
}
#footer > dl > dd.top > .con > dl.top_con dd.contact_list::after{
	right: 0;
}
#footer > dl > dd.top > .con > dl.top_con dd.tel_num{
	padding:0 0 0 10px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
#footer > dl > dd.top > .con > dl.top_con dd.tel_num p.icon{
	margin-right: 10px;
	
}
#footer > dl > dd.top > .con > dl.top_con dd.tel_num p.icon img{
	width: 50px;
}
#footer > dl > dd.top > .con > dl.top_con dd.tel_num p.text_con span{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}
#footer > dl > dd.top > .con > dl.top_con dd.tel_num p.text_con span.num{
	font-size: 22px;
}
#footer > dl > dd.top > .con > dl.footer_nav{
	padding: 0;
	border-top: 1px solid #9ECB7D;
	margin-top: 10px;
}
#footer > dl > dd.top > .con > dl.footer_nav dd{
	line-height: 30px;
	text-align: center;
	width: 74px;
	float: left;
}
#footer > dl > dd.top > .con > dl.footer_nav dd a{
	font-size: 14px;
	color: #FFFFFF;
}

#footer > dl > dd.bottom{
	background-color: #1d8b8a;
	line-height: 40px;
}
#footer > dl > dd.bottom .con{
	padding: 0 10px;
}
#footer > dl > dd.bottom .con span.left{
	float:left;
}
#footer > dl > dd.bottom .con span.right{
	float: left;
	width: 100%;
}
.footer-img{
	width: 117px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
	float: left;
}
#footer > dl > dd.bottom .con a{
	display: inline-block;
	height: 40px;
	margin: 0 10px;    color: #fff;
	float: left;
}
#footer > dl > dd.bottom .con a img{
	height: 100%;
	float: left;
}
@media screen and (min-width: 768px){
	#footer > dl > dd.top > .con > dl.top_con dd.contact_list{
		padding:0 0 0 10px;
	}
	#footer > dl > dd.top > .con > dl.top_con dd.tel_num{
		padding:0 0 0 10px;
	}
	#footer > dl > dd.top > .con > dl.top_con dd.logo img{
		width: 110px;
		display: block;
		margin: 0 auto;
	}
	#footer > dl > dd.top > .con > dl.top_con dd.tel_num p.icon img{
		width: 62px;
	}
	#footer > dl > dd.top > .con > dl.top_con{
		height: 120px;
	}
	#footer > dl > dd.top > .con > dl.top_con dd.tel_num p.text_con span.num{
		font-size: 28px;
	}
	#footer > dl > dd.top > .con > dl.top_con dd.contact_list::before,
	#footer > dl > dd.top > .con > dl.top_con dd.contact_list::after{
		display: block;
		content: '';
		width: 1px;
		height: 50px;
		background-color: #9ecb7d;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	#footer > dl > dd.top > .con > dl.footer_nav dd{
		width: 68px;
		line-height: 50px;
	}
	#footer > dl > dd.top > .con > dl.footer_nav{
		margin-top: 0px;
	}
	#footer > dl > dd.bottom .con{
		padding: 0;
	}
	#footer > dl > dd.top{
		display: block;
	}
	#footer > dl > dd.bottom .con span.left{
		float:left;    font-size: 16px;
	}
	#footer > dl > dd.bottom .con span.right{
		float: right;
		width: auto;
	}
}
@media screen and (min-width: 992px){
	
	#footer > dl > dd.top > .con > dl.top_con dd.contact_list{
		padding:0 0 0 30px;
	}
	#footer > dl > dd.top > .con > dl.top_con dd.tel_num{
		padding:0 0 0 44px;
	}
	#footer > dl > dd.top > .con > dl.top_con dd.tel_num p.icon img{
		width: 72px;
	}
	#footer > dl > dd.top > .con > dl.top_con dd.logo img{
		width: 220px;
	}	
	#footer > dl > dd.top > .con > dl.footer_nav dd{
		width: 80px;
	}
	#footer > dl > dd.top > .con > dl.footer_nav{
		padding: 0 40px;
	}
	#footer > dl > dd.bottom{
		line-height: 40px;
	}
}
@media screen and (min-width: 1200px){
	#footer > dl > dd .con{
		width: 1180px;
	}
	#footer > dl > dd.top > .con > dl.footer_nav dd{
		width: 100px;
	}
}
.sub_banner{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top:20.31%;
	height: 110px;
}
.sub_banner img{
	background-size:cover;
	background-position: 50% 50%;
}
@media screen and (min-width: 768px){
	.sub_banner{
		height: 300px;
	}
}
@media screen and (min-width: 992px){
	.sub_banner{
		height: 330px;
	}
}
@media screen and (min-width: 1200px){
	.sub_banner{
		height: 390px;
	}
}
.menu_nav{
	width: 40px;
	position: fixed;
	margin: auto;
	right: 5px;
	top: 0;
	bottom: 0;
	z-index: 10;
}

.menu_nav > dl > dd{
	width: 100%;
	height: 40px;
	position: relative;
	margin-bottom: 5px;
}
.menu_nav > dl > dd > a{
	display: block;
	width: 100%;
	height: 100%;
}
.menu_nav > dl > dd.wechat > a{
	background: url(../menu_nav_icon_wechat.png) no-repeat;
}
.menu_nav > dl > dd.qq > a{
	background: url(../menu_nav_icon_qq.png) no-repeat;
}
.menu_nav > dl > dd.message > a{
	background: url(../menu_nav_icon_message.png) no-repeat;
}
.menu_nav > dl > dd.gotop > a{
	background: url(../menu_nav_icon_gotop.png) no-repeat;
}
.menu_nav > dl > dd.tel > a{
	background: url(../menu_nav_icon_tel.png) no-repeat;
}
.menu_nav > dl > dd.feedback > a{
	background: url(../menu_nav_icon_feedback.png) no-repeat;
}
.menu_nav > dl > dd .codeBox{
	width: 95px;
	background-color: #b3b3b3;
	position: absolute;
	top: 0;
	right: 60px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0;
	transform: scale(0);
	transform-origin: top right;
	transition: all 0.3s ease-in-out;
}
.menu_nav > dl > dd .codeBox p.img{
	margin-bottom: 5px;
}
.menu_nav > dl > dd .codeBox p.img img{
	width: 100%;
}
.menu_nav > dl > dd .codeBox::after{
	display: block;
	content: '';
	border-left: 8px solid #b3b3b3;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: -8px;
	top: 12px;
}
.menu_nav > dl > dd:hover .codeBox{
	opacity: 1;
	transform: scale(1);
}
.menu_nav > dl > dd .telBox{
	width: 240px;
	height: 88px;
	border: 1px solid #dbdbdb;
	background-color: #FAFAFA;
	position: absolute;
	right: 60px;
	bottom: 0;
	opacity: 0;
	transform: scale(0);
	transform-origin: bottom right;
	transition: all 0.3s ease-in-out;
}

.menu_nav > dl > dd .telBox dl{
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.menu_nav > dl > dd .telBox dl dd.icon img{
	width: 50px;
}
.menu_nav > dl > dd .telBox dl dd.icon{
	margin-right: 15px;
}
.menu_nav > dl > dd .telBox dl dd.text_con p.title{
	font-size: 14px;
	color: #333333;
}
.menu_nav > dl > dd .telBox dl dd.text_con p.num{
	font-size: 20px;
	font-weight: bold;
	color: #FF2F05;
}
.menu_nav > dl > dd .telBox::after{
	display: block;
	content: '';
	border-left: 12px solid #dbdbdb;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	right: -12px;
	bottom: 12px;
}
.menu_nav > dl > dd:hover .telBox{
	opacity: 1;
	transform: scale(1);
}
@media screen and (min-width: 768px){
	.menu_nav{
		right: 55px;
	}
	.menu_nav > dl > dd .telBox{
		width: 340px;
	}
	.menu_nav > dl > dd .telBox dl dd.icon img{
		width: 72px;
	}
	.menu_nav > dl > dd .telBox dl dd.text_con p.num{
		font-size: 28px;
	}
}
.hint_windows{
	width: 300px;
	height: 150px;
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
	text-align: center;
	background: url(../hint_windows_bg.png) no-repeat;
	padding-top: 20px;
	transform: scale(0);
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.hint_windows.show{
	transform: scale(1);
	opacity: 1;
}
.hint_windows p.text{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 25px;
}
.hint_windows p.text span.red{
	font-size: 18px;
	font-weight: bold;
	color: #fa2b02;
}
.hint_windows p.bt a{
	display: inline-block;
	width: 88px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
}
.hint_windows p.bt a.hint_windows_close{
	background-color: #eaeaea;
	color: #666666;
	margin-right: 4px;
}
.hint_windows p.bt a.hint_windows_now{
	background-color: #1d8b8a;
	color: #1A1A1A;
}

.consultBox{
	width: 100%;
	height: 220px;
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #59b82a;
	background-color: #FAFAFA;
	z-index: 30;
	transform: scale(0);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.consultBox.show{
	transform: scale(1);
	opacity: 1;
}
.consultBox p.title{
	background-color: #59B82A;
	height: 30px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	color: #FFFFFF;
	padding: 0 5px;
}
.consultBox p.title span.icon img{
	margin-right: 8px;
}
.consultBox p.title a{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../consult_close_icon.png) no-repeat;
}
.consultBox .con > dl{
	padding: 8px 9px;
}
.consultBox .con > dl > dd{
	width: 50%;
	float: left;
}
.consultBox .con > dl > dd.left textarea{
	width: 90%;
	height: 172px;
	border: 1px solid #E5E5E5;
	font-size: 12px;
	line-height: 24px;
	padding: 3px;
	resize: none;
}
.consultBox .con > dl > dd.right{
	padding-top: 10px;
}
.consultBox .con > dl > dd.right ul{
	margin: auto;
}
.consultBox .con > dl > dd.right ul li{
	line-height: 22px;
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
@media screen and (min-width: 768px){
	.consultBox{
		width: 420px;
	}
	.consultBox .con > dl > dd.right ul{
		width: 174px;
	}
	.consultBox .con > dl > dd.left textarea{
		width: 200px;
	}
}
.consultBox .con > dl > dd.right ul li span.name{
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 100%;
	border-right: 1px solid #CCCCCC;
	font-size: 12px;
	color: #666666;
	background: linear-gradient(180deg, #ffffff, #e5e5e5);
	float: left;
}
.consultBox .con > dl > dd.right ul li .input_text{
	width: calc(100% - 40px);
	border: none;
	outline: none;
	background: none;
	float: left;
	padding: 0 5px;
}
.consultBox .con > dl > dd.right ul li.bt{
	border: none;
	background: none;
	text-align: center;
	margin: 0;
}
.consultBox .con > dl > dd.right ul li.bt button{
	width: 90px;
	height: 22px;
	border-radius: 8px;
	border: none;
	background: #59B82A;
	color: #0f0f0f;
}

.sub_nav{
	margin: 0 auto;
	margin-bottom: 40px;
}
.sub_nav ul{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.sub_nav ul li.active{
	background-color: #1d8b8a;
}
.sub_nav ul li.active > a{
	color: #FAFAFA;
}
.sub_nav ul li > .sub_nav_menu{
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 10;
	border: 1px solid #E5E5E5;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}
.sub_nav ul li > .sub_nav_menu dl dd{
	line-height: 50px;
	background-color: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	transition: all 0.3s ease-in-out;
}
.sub_nav ul li > .sub_nav_menu dl dd:nth-child(1){
	border-top: none;
}
.sub_nav ul li > .sub_nav_menu dl dd a{
	color: #333333;
}
.sub_nav ul li > .sub_nav_menu dl dd.active a{
	color: #1d8b8a;
}
.sub_nav ul li > .sub_nav_menu dl dd:hover{
	background-color: #1d8b8a;
}
.sub_nav ul li > .sub_nav_menu dl dd:hover a{
	color: #FFFFFF;
}
.sub_nav ul li:hover > .sub_nav_menu{
	transform: scaleY(1);
	visibility: visible;
}

.page_menu{
	clear: both;
	text-align: center;
	padding-top: 56px;
}
.page_menu dl dd{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	height: 40px;
	font-size: 14px;
	color: #999999;
}
.page_menu dl dd a,
.page_menu dl dd button{
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 100%;
	border: 1px solid #b2b2b2;
	line-height: 38px;
	border-radius: 5px;
	background: -webkit-linear-gradient(#ffffff, #f0f0f0);
	background: -moz-linear-gradient(#ffffff, #f0f0f0);
	background: -o-linear-gradient(#ffffff, #f0f0f0);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.page_menu dl dd a{
	position: relative;
	text-decoration: none;
}
.page_menu dl dd .input_text{
	width: 40px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #B2B2B2;
	background: #fbfbfb;
}
.page_menu dl dd.now a{
	background: #2fbe04;
	border: 1px solid #259f01;
	color: #FFFFFF;
}
.page_menu dl dd.page_menu_prev a::before,
.page_menu dl dd.page_menu_next a::before{
	display: block;
	content: '';
	width: 6px;
	height: 12px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page_menu dl dd.page_menu_prev a::before{
	background: url(../page_menu_prev.png) center no-repeat;
}
.page_menu dl dd.page_menu_next a::before{
	background: url(../page_menu_next.png) center no-repeat;
}

.show_modal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 99;
	visibility: hidden;
	transition: all 0.6s ease-in-out;
}
.show_modal .con{
	width: 100%;
	height: 520px;
	background-color: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 47px 34px 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
@media screen and (min-width: 768px){
	.show_modal .con{
		width: 730px;
	}
}
.show_modal .con h3.title{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin-bottom: 18px;
}
.show_modal .con h3.title span{
	display: inline-block;
	padding: 0 10px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 100;
}
.show_modal .con h3.title::before{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #E0E0E0;
	position: absolute;	
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
}
.show_modal .con a.close{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #E5E5E5;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: 10px;
	z-index: 101;
	opacity: 1;
}
.show_modal .con a.close::before,
.show_modal .con a.close::after{
	display: block;
	content: '';
	width: 38px;
	height: 4px;
	border-radius: 4px;
	background-color: #B2B2B2;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.show_modal .con a.close::before{
	transform: rotate(45deg);
}
.show_modal .con a.close::after{
	transform: rotate(-45deg);
}
.show_modal.active{
	visibility: visible;
}
.show_modal.active .con{
	opacity: 1;
}
.school_list_con .con .text{
	font-size: 12px;
	line-height: 30px;
	text-indent: 2em;
	color: #666666;
}
.school_list_con .con .text img{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
