@charset "utf-8";
body{
	font-family: "微软雅黑";
}

/**********banner 开始**********/
.banner{
	width:100%;
	background: #0d5fca;
}
.banner-con{
	width:100%;
	margin:0 auto;
	background: url(../img/banner-bg.png) no-repeat center center;
	height:410px;
	display: block;
}
/**********banner 结束**********/
/**********gps 开始**********/
.gps{
	width:1000px;
	margin:50px auto 50px auto;
}
.gps .gps-list{
	width:25%;
	float: left;
}
.gps-list a{
	display: block;
}
.gps-list a img{
	width:127px;
	height:127px;
	display: block;
	margin:0 auto;
}
.gps-con{
	margin-top:20px;
	text-align: center;
}
.gps-con p{
	line-height: 32px;
	font-size:24px;
	color: #171717;
}
/**********gps 结束**********/
/**********entrance 开始**********/
.entrance{
	background: #f2f2f2;
	padding-top:50px;
}
.entrance .off-title{
	width:310px;
}
.entrance-z{
	width:1006px;
	margin:0 auto;
}
.entrance-left, .entrance-right{
	float: left;
}
.inter{
	font-size:30px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
}
.site{
	margin:26px 0 42px 0;
}
.site a {
	width:168px;
	height:72px;
	line-height: 72px;
	background: #0a81e9;
	font-size:18px;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	border-radius: 8px;
}
.site .active{
	margin:0 30px;
}
.site a p{
	line-height: 24px;
	font-size:18px;
	color: #fff;
}
.ac-top{
	margin-top:13px;
}
.note{
	margin-bottom: 15px;
}
.check{
	font-size:16px;
	color: #000;
	line-height: 24px;
}
.check span{
	font-weight: bold;
}
.check01{
	color: #0a81e9;
}
.entrance-right{
	margin-left:74px;
}
.inter span{
	color: #0a81e9;
}
.tips{
	width:344px;
	background: #fff;
	margin:26px 0 44px 0;
	padding:20px 0 26px 24px;
	border-radius: 8px;
}
.tips-list .tips-n{
	display: block;
}
.tips-list .tips-n span{
	width:28px;
	height:28px;
	line-height: 28px;
	border-radius: 50%;
	background: #0a81e9;
	display: block;
	float: left;
	font-size:20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin:7px 9px 0 0;
}
.tips-n p{
	font-size:18px;
	color: #000;
	float: left;
	line-height: 44px;
}
/**********entrance 结束**********/
/**********one-off 开始**********/
.one-off{
	width:1008px;
	margin:50px auto 0 auto;
}
.one-off .off-title{
	width:280px;
}
.off-title{
	width:220px;
	margin:0 auto 10px auto;
}
.off-title i{
	background: url(../img/icon.png) no-repeat;
	width:28px;
	height:28px;
	display: block;
	float: left;
}
.off-title span{
	font-size:40px;
	color: #252525;
	font-weight: bold;
	height:80px;
	line-height: 80px;
	display: block;
	float: left;
}
.one-con{
	margin-bottom: 44px;
}
.con-left, .con-right{
	float: left;
}
.con-letit{
	width:254px;
	border-top:1px solid #2b2b2b;
	margin:20px auto 15px auto;
}
.letit-tit{
	font-size:36px;
	color: #1f1f1f;
	font-weight: bold;
	line-height:69px;
	width:87px;
	background: #fff;
	margin:-40px 0 0 83px;
	text-align: center;
}
.one-list{
	height:300px;
	float: left;
	margin:0 3px;
	background: #f3f3f3;
}
.one-list a{
	display: block;
}
.0ne-limg{
	width:245px;
	height:183px;
	display: block;
}
.list-con{
	padding:0 0 14px 12px;
}
.designation{
	font-size:14px;
	color: #2e2e2e;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top:6px;
}
.name{
	font-size:13px;
	color: #707070;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.name1{
	line-height:40px ;
}
.price{
	font-size:21px;
	color: #ff0000;
	line-height: 34px;
}
.list-con .prime-cost{
	font-size:14px;
	color: #696969;
	margin-left:6px;
	text-decoration: line-through;
}
.list-con .prime-cost1{
	margin-left:68px;
}
/**********one-off 结束**********/
/**********journey 开始**********/
.journey{
	width:100%;
	background: #106ad4;
}
.journey-con{
	background:url(../img/journey-bg.png) no-repeat center center;
	width:1008px;
	height:422px;
	margin:0 auto;
	padding-top:43px;
	text-align: center;
}
.journey-title{
	font-size:40px;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
}
.journey-n{
	margin:30px auto 0 auto;
	border:1px solid #f6f6f6;
	border-radius: 1px;
	width:293px;
	height:48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size:28px;
}
.journey-worry{
	font-size:40px;
	font-weight: bold;
	color: #ffef4b;
	line-height: 50px;
	margin-top:199px;
}
/**********journey 结束**********/

/**********teacher 开始**********/
.teacher .off-title{
	line-height: 74px;
	margin-top: 50px;
}
.off-title span em{
	font-size:40px;
	color: #106ad4;
	font-style: normal;
}
.new{
	margin:0 auto ;
	font-size:28px;
	color: #090909;
	height:48px;
	line-height: 48px;
	width:615px;
	text-align: center;
	border:1px solid #000;
	border-radius: 1px;
}
.teacher-ul{
	width:1008px;
	padding:95px 0 44px 0;
	margin:0 auto;
}
.teacher-list{
	float: left;
	width:25%;
	margin:0 auto;
}
.teacher-list a{
	display: block;
}
.t-title{
	width:168px;
	height:222px;
	margin:0 auto;
}

.t-title img{
	width:168px;
	height:222px;
	display: block;
	margin-top:-54px ;
}

.han img{
	margin-top:-52px;
}
.teacher-con{
	text-align: center;
}
.t-name{
	font-size:24px;
	color: #000;
	height:34px;
	line-height: 34px;
	margin:10px 0 3px 0;
}
.t-des{
	font-size:18px;
	color: #565656;
	line-height: 24px;
}
/**********teacher 结束**********/
/**********phase 开始**********/
.phase{
	background: url(../img/phase-bg.png) no-repeat;
	width:100%;
	height:766px;
	display: block;
	padding-top:50px;
}
.phase .new{
	width:622px;
}
.phase img{
	width:676px;
	height:581px;
	display: block;
	margin:45px auto 0 auto;
}
/**********phase 结束**********/
/**********core 开始**********/
.core{
	height:726px;
	padding: 50px 0 36px 0;
}
.core .new{
	width:512px;
	height:40px;
	line-height: 40px;
}
.core img{
	width:934px;
	height:510px;
	display: block;
	margin:60px auto 0 auto;
}
/**********core 结束**********/
/**********service 开始**********/
.service{
	background: #f2f2f2;
	padding:50px 0 118px 0;
}
.service .new{
	width:718px;
}
.service img{
	width:1010px;
	height:408px;
	display: block;
	margin:90px auto 0 auto;
}
/**********service 结束**********/
/**********camp 开始**********/
.camp{
	padding-top:50px;
}
.camp .off-title{
	width:380px;
}
.camp img{
	width:306px;
	height:306px;
	display: block;
	margin:0 auto;
}
.join{
	width:300px;
	height:60px;
	line-height: 60px;
	display: block;
	background: #106ad4;
	border-radius: 8px;
	text-align: center;
	font-size:30px;
	color: #fff;
	margin:24px auto 14px auto;
}
.join-con{
	width:300px;
	margin:0 auto 40px auto;
	text-align: center;
}
.join-con p{
	font-size:20px;
	color: #2c2c2c;
	line-height: 26px;
}
/**********camp 结束**********/