﻿in/* CSS Document */
 * {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei';
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0px;
	padding: 0px;
}
fieldset, img {
	border: none;
}
img {
	border: none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
li {
	list-style: none;
}
input {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Microsoft YaHei';
}
 input::-moz-focus-inner {
border:none;
padding:0px;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 13px;
	margin: 0px;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
}
body {
font-family:"Microsoft YaHei", background:#ffff;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearit {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
	width: 100%;
}
a {
	text-decoration: none;
}
/*备用样式基础列表*/



/*网站的可视宽度*/



.container {
	width: 1200px;
	margin: 0 auto;
}
/*a标签的样式*/



a {
	color: #333;
	text-decoration: none;
}
/*重置标签的一些样式*/



a {
	text-decoration: none;
}
ul, ol, dl {
	list-style-type: none
}
/*浮动*/



.fl {
	float: left;
	display: block;
}
.fr {
	float: right;
	display: block;
}
/*清除浮动*/



.clearfix, .container {
*zoom:1;
} /*解决ie6/7下面的浮动塌陷问题*/
.clearfix:before, .clearfix:after, .container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
} /*display:table;解决其他下面的浮动塌陷问题,line-height是将添加的内容高度设为0；*/
.clearfix:after, .container:after {
	clear: both;
}/*清楚浮动*/
/*去除图片的边框*/



img {
	border: none;
}
/*文字*/



.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
/*基本样式*/



.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mr35 {
	margin-right: 35px;
}
.ml5 {
	margin-left: 5px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt14 {
	margin-top: 14px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.p8 {
	padding: 8px;
}
/*.img{transition:all 500ms;}*/



.img:hover {
	opacity: 0.6;
}
.scale {
	transform: scale(0.8);
	transition: all 500ms;
}
.scale:hover {
	transform: scale(0.9);
}
.translate {
	transition: all 500ms;
}
.translate:hover {
	transform: translate(-20px)
}
/*top*/



.top {
	width: 100%;
	height: 43px;
	background: #D63442;
	font-family: 'Microsoft YaHei';
}
.top_1 {
	width: 1200px;
	height: 43px;
	margin: 0 auto;
}
.top_1 p {
	color: #2F2F2F;
	line-height: 43px;
	font-size: 14px;
}
.top_1 p span {
	float: right;
	color: #474646
}
.top_1 p span a {
	color: #2F2F2F;
	padding: 0 5px;
}
/*logo*/







.logo {
	width: 100%;
	height: 121px;
	border-bottom: 1px solid #E6E6E6;
	font-family: 'Microsoft YaHei';
}
.logo_1 {
	width: 1200px;
	height: 121px;
	margin: 0 auto;
}
.logo img {
	float: right
}
.logo a img {
	float: left;
}
.logo p {
	float: left;
	font-size: 25px;
	color: #8b8a8a;
	margin-top: 46px;
	margin-left: 12px;
}
/*nav*/







.dh {
	border-bottom: 4px solid #D63442;
}
.dh .daohang p {
	background: #D63442;
}
.nav {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	font-family: 'Microsoft YaHei';
}
.nav ul li {
	display: block;
	float: left;
	line-height: 60px;
	padding: 0 28px 0 28px;
	width: 67px;
}
.nav ul li:hover {
	background: #D63442;
}
.nav ul li:hover a {
	color: #fff;
	display: block;
	width: 100%;
}
.nav ul li.home {
	padding: 0 36px;
	width: 40px;
}
.nav ul li a {
	color: #666666;
	font-size: 16px;
}
.guding {
	width: 220px;
	height: 553px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/gd_bg.jpg) no-repeat center;
	background-size: 100%;
	z-index: 3;
	font-family: 'Microsoft YaHei';
}
.guding p {
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	margin-left: 50px;
	margin-bottom: 29px;
}
.guding p a {
	color: #fff;
	width: 200px;
	height: 30px;
	padding: 0;
	margin: 0
}
.guding .a1, .guding .a2, .guding .a3, .guding .a4 {
	width: 134px;
	padding-top: 32px;
	height: 77px;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 69px;
}
.guding a.a1 {
	padding-top: 27px;
	height: 82px;
}
.guding a strong {
	color: #fff;
	font-size: 18px;
}
.guding a span {
	color: #fff;
	display: block;
	font-size: 10px;
	margin-top: 5px;
}
/*banner*/

.banner {
	width: 100%;
	height: 493px;
}
.banner ul {
	text-align: center;
}
.banner ul li a {
	display: block;
}
.banner ul li a img {
	height: 493px;
	width: 100%;
	margin: 0 auto;
}
/*/banner*/







/*一对一*/

.qy {
	height: 610px; background:url(../images/bg1.jpg)
}
.qy .qy_wrap p {
	color: #FF8600;
	margin-top: 30px;
	font-size: 16px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	line-height: 180%;
	font-weight: bold;
	letter-spacing: 3px;
}
.qy .qy_wrap .p2 {
	color: #000;
	padding-top: 0px;
}
.qy .qy_wrap ul {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}
.qy .qy_wrap ul li {
	text-align: center;
	width: 33.11%;
}
.qy .qy_wrap ul li img {
	width: 95%;
	height: 95%;
}
/*/一对一*/

.ab{height:460px;padding:26px;background:url(../images/bg1.jpg)}
.ab .ab_wrap h3{font-size: 26px;letter-spacing: 2px;color: #F80745}
.ab .ab_wrap p {color: #000;
    margin-top: 30px;
    font-size: 16px;
    width:1000px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    line-height: 180%;
    font-weight: bold;
    letter-spacing: 3px;}
	
.ab .ab_wrap ul {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}
.ab .ab_wrap ul li {
	text-align: center;
	width:33%;
}
.ab .ab_wrap ul li img {
	width: 98%;
	height: 98%;
}
/*优势*/

.ys {
	height: auto;
	padding-bottom: 30px;background:url(../images/bg1.jpg)
}
.ys .ys_wrap {
	position: relative;
}
.ys .ys_wrap  p {
	color: #FF8600;
	margin-top: 30px;
	font-size: 16px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	line-height: 180%;
	font-weight: bold;
	letter-spacing: 3px;
}
.ys .ys_wrap ul {
	width: 1100px;
	margin: 0 auto;
	text-align: right;
}
.ys .ys_wrap ul li {
	margin: 0 auto;
	width: 1050px;
}
.ys .ys_wrap ul li img {dispaly:block;width:100%;
}

/*优势*/

/*费用*/

.fy {
	height: auto;

	padding: 30px;
}
.fy .fy_wrap{box-shadow: 0px 0px 8px #ff7b1d;background: #fff8f3;padding-bottom:18px}


.fy .fy_wrap p {
	color: #FF8600;
	margin-top: 30px;
	font-size: 16px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	line-height: 180%;
	font-weight: bold;
	letter-spacing: 3px;
}
.fy .fy_wrap .tab_bottom {
	width: 800px;
	margin: 0 auto;
}
.fy .fy_wrap .tab_bottom table caption {
	text-align: left;
	font-size: 28px;
	padding-bottom: 15px;
}
.fy .fy_wrap .tab_bottom table {
	border: 2px solid black;
	font-size: 20px;
	color: #FF0000;
}
.fy .fy_wrap .tab_bottom h4 {
	text-align: left;
	margin-top: 15px;
}
.fy .fy_wrap .tab_bottom span {
	display: block;
	text-align: left;
	margin-top: 15px;
	letter-spacing: 2px;
	line-height: 150%;
}
.fy .fy_wrap .tab_bottom span i {
	font-style: normal;
	color: red;
	font-weight: bold;
}
/*费用*/








/*小banner*/



.xb img {
	width: 100%;
	margin: 0 auto;
}
/*小banner*/



/*金牌名师*/



.tec {
	height: 920px;
	background: #FFF5F3;
}
.tec .tec_wrap p {
	color: #FF8600;
	margin-top: 30px;
	font-size: 16px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	line-height: 180%;
	font-weight: bold;
	letter-spacing: 3px;
}
.tec .tec_wrap ul li {
	border: 1px solid #FFF5F3;
	width: 20%;
	height: 205px;
	box-sizing: border-box;
	position: relative;
}
.tec .tec_wrap ul li .det {
	width: 232px;
	height: 162px;
	position: absolute;
	z-index: 9px;
	border: 1px solid blue;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.8);
	display: none;
	text-align: center;
	padding-top: 40px;
}
.tec .tec_wrap ul li .det h3 {
	color: #fff;
	border-bottom: 2px solid #FF0000;
	padding-bottom: 10px;
	width: 170px;
	margin: 0 auto;
}
.tec .tec_wrap ul li .det h4 {
	color: #fff;
	margin-top: 10px;
	letter-spacing: 1px;
}
.tec .tec_wrap ul li:hover .det {
	display: block;
}
/*金牌名师*/



















/*发展历程*/

.dov {
	height: 610px;
}
.dov .dov_wrap p {
	color: #FF8600;
	margin-top: 30px;
	font-size: 16px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	line-height: 180%;
	font-weight: bold;
	letter-spacing: 3px;
}
  a {
	color: #007bc4/*#424242*/;
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}
#main {
	width: 1000px;
	min-height: 600px;
	margin: 30px auto 0 auto;
	background: #fff;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
h2.top_title {
	font-size: 35px;
	margin: 4px 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	color: #a84c10;
}
#timeline {
	width: 900px;
	height: 300px;
	overflow: hidden;
	margin: 100px auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
}
#dates {
	width: 900px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color: #FD1303;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 900px;
	height: 300px;
	overflow: hidden;
}
#issues li {
	width: 900px;
	height: 300px;
	list-style: none;
	float: left;
}
#issues li h1 {
	color: #D63442;
	font-size: 42px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}
#issues li p {
	font-size: 16px;
	margin-right: 70px;
	margin: 10px;
	font-weight: normal;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}
/*发展历程*/















 

/*学生问题*/



.pro {
	height: 880px;
}
.pro .pro_wrap p {
	color: #FF8600;
	margin-top: 30px;
	font-size: 16px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	line-height: 180%;
	font-weight: bold;
	letter-spacing: 3px;
}
.pro .pro_wrap ul {
	height: 550px;
	position: relative;
}
.pro .pro_wrap ul li {
	float: left;
	width: 235px;
	text-align: center;
	padding: 15px 20px;
	box-sizing: border-box;
	margin: 0px 30px;
}
.pro .pro_wrap ul li>img {
	display: inline-block;
	width: 235px;
	height: 140px;
}
.pro .pro_wrap ul li .l_box {
	height: 450px;
	width: 300px;
	position: absolute;
	z-index: 9;
	top: 15px;
	left: 300px;
	display: none;
	background: #4A5570;
	padding: 20px 0px;
	text-align: center;
}
.pro .pro_wrap ul li .l_box ol {
	height: 448px;
	width: 239px;
	text-align: center;
	margin: 0 auto;
}
.pro .pro_wrap ul li .l_box ol li {
	display: inline-block;
	color: #fff;
	padding: 5px 0px;
	width: 239px;
	margin: 0 auto;
}
.pro .pro_wrap ul li .l_box ol .lt {
	font-size: 16px;
	font-weight: bold;
}
.pro .pro_wrap ul li .l_box ol .more {
	text-align: center;
	background: #F64A47;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 15px;
}
.pro .pro_wrap ul li .l_box ol .more a {
	color: #fff;
	display: inline-block;
	margin: 0 auto;
}
/*学生问题悬浮框 对应样式代码专栏*/









.pro .pro_wrap ul .li1:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li1 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	left: 287px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
}
.pro .pro_wrap ul .li2:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li2 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	left: 582px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
}
.pro .pro_wrap ul .li3 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
	left: 877px;
}
.pro .pro_wrap ul .li3:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li4 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
	left: 634px;
}
.pro .pro_wrap ul .li4:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li8 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
	left: 634px;
}
.pro .pro_wrap ul .li8:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li12 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
	left: 634px;
}
.pro .pro_wrap ul .li12:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li5 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
	left: 287px;
}
.pro .pro_wrap ul .li5:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li6:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li6 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	left: 582px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
}
.pro .pro_wrap ul .li7 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
	left: 877px;
}
.pro .pro_wrap ul .li7:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li9 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
	left: 287px;
}
.pro .pro_wrap ul .li9:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li10:hover .l_box {
	display: block;
}
.pro .pro_wrap ul .li10 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	left: 582px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
}
.pro .pro_wrap ul .li11 .l_box {
	height: 448px;
	width: 239px;
	position: absolute;
	z-index: 9px;
	top: 15px;
	display: none;
	background: #4A5570;
	padding: 20px 30px;
	left: 877px;
}
.pro .pro_wrap ul .li11:hover .l_box {
	display: block;
}
/*学生问题*





/*底部logo*/





.logo2 {
	width: 100%;
	height: 102px;
	background: #FAFAFA;
	font-family: 'Microsoft YaHei';
	border-top: 1px dashed #8B8A8A;
}
.logo_3 {
	width: 1200px;
	height: 102px;
	margin: 0 auto;
}
.logo2 img {
	float: right
}
.logo2 a img {
	float: left;
}
.logo2 p {
	float: left;
	font-size: 25px;
	color: #8b8a8a;
	margin-top: 40px;
	margin-left: 12px;
}
/*footer*/















.footer {
	width: 100%;
	height: 205px;
	background: #333333;
	font-family: 'Microsoft YaHei';
}
.footer_1 {
	width: 1200px;
	height: 205px;
	margin: 0 auto;
}
.footer_1 ul li a {
	color: #828081;
	font-size: 14px;
	line-height: 26px;
}
.footer_1 ul {
	display: block;
	float: left;
	width: 80px;
	margin-right: 40px;
	margin-top: 26px;
}
.footer_1 ul.first {
	display: block;
	float: left;
	width: 120px;
	margin-right: 50px;
	margin-top: 26px;
}
.footer_1 ul li.title a {
	color: #fff;
	line-height: 32px;
}
.footer_1 .ewm {
	width: 130px;
	height: 175px;
	float: right;
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
	color: #ADADAD;
	font-size: 14px;
}
.copyright {
	widows: 100%;
	height: 66px;
	background: #242424;
	padding-top: 18px;
	font-family: 'Microsoft YaHei';
}
.copyright p {
	font-size: 14px;
	color: #828081;
	text-align: center;
	line-height: 26px;
}
