@charset "utf-8";
/* CSS Document */


.clear {
	clear:both;
}
body {
	padding:0px;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft YaHei;
	list-style:none;
	text-decoration:none;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	width: auto;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
i {
	font-style: inherit;
}
ul {
	-webkit-padding-start: 0px;
}
* {
	list-style:none;
}
body {
	padding:0;
}
.wrap {
	width:100%;
	height:100%;
	background-color:#f6f4e8;
}
/*头部*/
.header {
	width: 100%;
	height: 160px;
	background-color:#ffffff;
}
.top {
	width:1040px;
	height:120px;
	margin:0 auto;
}
.logo {
	width: 275px;
	height: 120px;
	float: left;
}
.logo img {
	width: 275px;
	height: 120px;
	display: block;
}
.header .top .tel {
	float: right;
	margin-top: 30px;
	margin-right:15px;
}
.header .top .tel h5 {
	font-size:21px;
	color:#ad9503;
}
.nav {
	widows:100%;
	height:40px;
	background-color:#383838;
}
.nav .nav_con {
	text-align:center;
	width:1040px;
	height:40px;
	margin:0 auto;
}
.nav .nav_con ul li {
	display:inline-block;
}
.nav .nav_con ul li a {
	font-size:18px;
	color:#ffffff;
	line-height:40px;
	padding-right: 15px;
	padding-left: 15px;
	height: 40px;
	margin:0 10px;
	display:block;
}
.nav .nav_con ul li a:hover {
	color:#000000;
	background-color:#e1cd51;
}
.nav .nav_con ul li .active {
	color:#000000;
	background-color:#e1cd51;
}
/*中间*/
.zhong {
	background-color:#fcfaf6;
	padding-bottom: 60px;
}
.index {
	width:1040px;
	margin:0 auto;
	padding-top:50px;
}
.name {
	margin-bottom:35px;
}
.name h1 {
	text-align: center;
	color: #1d1d1d;
	font-size: 24px;
}
.name img {
	display: block;
	margin: 0 auto;
}
.index_tu {
	margin-bottom: 40px;
}
.index_tu ul li {
	float:left;
	margin:0 14px;
	width:180px;
}
.index_tu ul li img {
	display:block;
	border-radius:50%;
	width:100%;
	height:100%;
	background-position: center;
	transition: all 0.5s;
}
.index_tu ul li img:hover {
	display: block;
	margin: 0 auto;
	background-position: center;
	transition: all 0.5s;
	transform: scale(1.1, 1.1);
}
.index_tu ul li p {
	text-align:center;
	font-size:18px;
	color:#010101;
	line-height:30px;
}
.index_tu ul li span {
	font-size:14px;
	color:#545454;
	text-align:center;
	display:block;
}
.index .cha {
	width:140px;
	height:30px;
	margin:0 auto;
	background-color:#e1cd51;
	text-align: center;
	line-height:30px;
	border-radius: 10px;
}
.index .cha a {
	color:#000000;
	font-size:14px;
}
/*首页国际*/
.gj {
	width:100%;
	height:280px;
}
.gj_neirong {
	padding: 0 38px;
	text-align: center;
	font-size:14px;
	line-height:24px;
	color:#333333;
}
/*新闻*/
	.news {
	overflow:hidden;
}
.news_left {
	float:left;
	position: relative;
	overflow: hidden;
}
.news_left img {
	display:block;
	width:100%;
	height:100%;
	background-position: center;
	transition: all 0.5s;
}
.news_left img:hover {
	display: block;
	margin: 0 auto;
	background-position: center;
	transition: all 0.5s;
	transform: scale(1.1, 1.1);
}
.news_left p {
	position:absolute;
	width:386px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	bottom:0;
	left:0;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	line-height:30px;
}
.news_right {
	float:right;
	width:610px;
}
.news_right ul li {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 10px;
}
.news_right ul li p {
	float: left;
	font-size:14px;
	line-height:26px;
}
.news_right ul li p a {
	color:#333333;
}
.news_right ul li span {
	float: right;
	font-size: 12px;
	color: #747373;
	line-height:26px;
}
/*底部*/
.footer {
	width:100%;
	height:360px;
	background-color:#1b1b1b;
}
.foot {
	width:1040px;
	height:300px;
	padding-top:60px;
	margin:0 auto;
	position:relative;
}
.foot_left {
	width:250px;
	float:left;
	color:#ffffff;
	font-size:14px;
}
.ewm {
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translate(-50%, 0%);
}
.ewm img {
	display:block;
	margin:0 auto;
}
.ewm p {
	margin-top:15px;
	font-size:18px;
	color:#f6f6f6;
}
.foot_right {
	width:220px;
	padding:0 20px;
	height:260px;
	float:right;
	border:1px solid #e4e4e4;
	color:#ffffff;
}
.foot_right h1 {
	font-size:18px;
	text-align:center;
	margin-top:35px;
}
.foot_right p input {
	width:140px;
	height:24px;
	border:0;
	margin-left:5px;
}
.foot_right p {
	font-size:14px;
	margin:30px 0;
}
.foot_right button {
	width:200px;
	height:30px;
	background-color:#e1cd51;
	border:0;
	margin:0 auto;
	display:block;
	color:#000000;
	font-size:20px;
}
.foot_right button:hover {
	cursor:pointer;
}
/*关于*/
.banners {
	width:100%;
}
.banners img {
	width:100%;
	display: block;
}
.main {
	width:1040px;
	margin:0 auto;
	padding-top:60px;
	background-color:#ffffff;
	overflow:hidden;
}
.main .ti h1 {
	text-align:center;
	color:#1e1e1e;
	font-size:18px;
}
.main .ti img {
	display:block;
	margin:0 auto;
}
.title {
	margin-left:20px;
	margin-bottom:30px;
	font-size:14px;
	color:#333333;
}
.title a {
	font-size:14px;
	color:#333333;
	line-height:24px;
}
.main .left {
	float:left;
	width:759px;
	padding: 0 20px;
}
.about {
	padding: 0 15px;
	font-size:14px;
	color:#333333;
	line-height:30px;
}
.main .right {
	float:right;
	width:240px;
	height:500px;
	border-left:1px solid #e4d9d9;
}
.main .right h2 {
	color:#333333;
	font-size:16px;
	text-align:center;
}
.main .right .tuijian {
	padding:0 20px;
}
.tuijian ul li {
	margin-top:30px;
	position:relative;
}
.tuijian ul li .hui {
	position:absolute;
	width:190px;
	height:60px;
	background-color:rgba(0, 0, 0, 0.4);
	top:140px;
	padding-left:10px;
}
.hui h5 {
	font-size:16px;
	color:#ffffff;
	line-height:26px;
	margin-top:4px;
}
.hui p {
	font-size:14px;
	color:#d1d1d1;
}
/*加盟*/
		.left ul li {
	border-bottom:1px dashed #e2e2e2;
	margin-bottom:20px;
}
.left ul li p {
	float:left;
}
.left ul li p a {
	font-size:14px;
	color:#333333;
	line-height:30px;
}
.left ul li span {
	float:right;
	font-size:12px;
	color:#747373;
	line-height:32px;
}
/*详情页*/
						.neirong p {
	font-size:14px;
	color:#515050;
	line-height:30px;
}
.page02 {
	margin:50px 0;
}
.page02 p a {
	font-size:14px;
	color:#7d7d7d;
	line-height:36px;
}
/*师资力量*/
.faculty {
	float:left;
	width:759px;
	padding: 0 20px;
	border-right:1px solid #e4d9d9;
}
.faculty ul li {
	border-bottom:1px dashed #e2e2e2;
	padding-bottom:20px;
	margin-bottom:20px;
}
.sz_left {
	width:200px;
	height:200px;
	float:left;
}
.sz_right {
	margin-left:30px;
	float:left;
	width:529px;
}
.sz_right h1 {
	font-size:16px;
	color:#333333;
	margin-bottom:10px;
}
.sz_right p {
	font-size:14px;
	color:#515050;
	line-height:30px;
}
.sz_right .more {
	text-align:right;
	margin-top:80px;
}
.sz_right .more a {
	color:#949494;
	font-size:14px
}
.hot {
	float:right;
	width:200px;
	padding:0 20px;
}
.hot h2 {
	font-size:16px;
	padding-bottom:10px;
	color:#333333;
	border-bottom:1px dashed #e2e2e2;
}
.hot ul li a {
	font-size:14px;
	color:#333333;
	line-height:36px;
}
/*师资详情*/
.jianjie {
	float: right;
	width: 200px;
	padding: 0 20px;
}
.jianjie h1 {
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:#333333;
	margin:15px 0;
}
.jianjie p {
	font-size:14px;
	color:#333333;
	line-height:22px;
}
/*查询*/
.number {
	width:1020px;
	margin:0 auto;
	color:#333333;
	font-size:14px;
	padding-top:15px;
	line-height:20px;
	padding-left:20px;
}
.cha_left {
	padding:0 50px;
	width:210px;
	height:540px;
	border-right:1px solid #e0e0e0;
	float:left;
}
.cha_right {
	width:689px;
	float:left;
	padding:0 20px;
}
.cha_right p {
	font-size:14px;
	color:#807f7f;
	line-height:72px;
}
.cha_right .zuo {
	float:left;
	width:50%;
}
.cha_right .you {
	float:right;
	width:50%;
}
.cha_right .zuos {
	font-size:14px;
	color:#807f7f;
	line-height:72px;
	width: 85px;
	display: inline-block;
	text-align: left;
}
.cha_right span {
	font-size:16px;
	color:#333333;
	margin-left:20px;
}
