@charset "utf-8";
/* CSS Document */
/*  banner   */
.bannerWrap .banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 430px;
}
.bannerWrap .banner ul li {
	width: 1920px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	display: none;
}
.bannerWrap .banner ul li.show {
	display: block;
}
.bannerWrap .banner ol {
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bannerWrap .banner ol li {
	width: 15px;
	height: 15px;
	background-color: #ebeaea;
	margin: 0 5px;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
}
.bannerWrap .banner ol li.current {
	background-color: #233688;
}
/*  四个icon  */
.iconWrap {
	background-color: #f0eeee;
	height: 300px;
	overflow:hidden
}
.iconWrap .icon ul li {
	width: 300px;
	height: 100px;
	padding-top: 200px;
	background: url(../images/icon01.png) center 73px no-repeat;
}
.iconWrap .icon ul li span {
	display: block;
	width: 139px;
	line-height: 55px;
	margin: 0 auto;
	border-top: 1px solid #a0a0a0;
	color: #333;
	font-size: 26px;
	text-align: center;
}
.iconWrap .icon ul li p {
	display: none;
	height: 168px;
	overflow: hidden;
}
.iconWrap .icon ul li.z {
	background-position: center 90px;
	background-image: url(../images/icon02.png);
}
.iconWrap .icon ul li.s {
	background-image: url(../images/icon03.png);
	background-position: center 90px;
}
.iconWrap .icon ul li.x {
	background-image: url(../images/icon04.png);
}
.iconWrap .icon ul li:hover {
	/*background: #fff none;
	height: 330px;
	padding-top: 70px;*/
}
.iconWrap .icon ul li:hover span {
	/*border-top: none;
	border-bottom: 1px solid #a0a0a0;*/
}
.iconWrap .icon ul li:hover p {
	/*display: block;
	margin: 0 30px;
	color: #666;
	height: 168px;
	margin-top: 20px;
	line-height: 26px;
	overflow: hidden;*/
}
/*  特色课程  */
.specialWrap .special {
	height: 320px;
}
.specialWrap .special .specialCon ul li {
	width: 242px;
	padding: 10px;
	height: 60px;
	border: 1px solid #a0a0a0;
	margin: 0 18px;
	overflow:hidden
}
.specialWrap .special .specialCon ul li:hover {
	border-color: #233688;
}
.specialWrap .special .specialCon ul li:hover a {
	color: #333;
}
.specialWrap .special .specialCon ul li h2 {
	text-align: center;
}
.specialWrap .special .specialCon ul li img {
	width: 240px;
	margin: 20px auto;
	display: block;
}
.a_c{ padding:20px 0}
/*  新闻  */
.newsWrap {
	background-color: #f0eeee;
	height: 486px;
}
/*  左边  */
.newsWrap .newsCon .newsCon_left{
	width: 573px;
	position: relative;
	height: 306px;
	margin-right: 40px;
}
.newsWrap .newsCon .newsCon_left ul li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.newsWrap .newsCon .newsCon_left ul li.show {
	display: block;
}
.newsWrap .newsCon .newsCon_left ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	filter:Alpha(opacity=50);
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
}
.newsWrap .newsCon .newsCon_left ol {
	width: 62px;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 1;
}
.newsWrap .newsCon .newsCon_left ol li {
	cursor: pointer;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	float: left;
}
.newsWrap .newsCon .newsCon_left ol li.currents {
	background-color: #233688;
}
.newsWrap .newsCon .newsCon_left ol li:hover {
	background-color: #233688;
}
/* 右边 */
.newsCon_right {
	width: 524px;
	height: 300px;
	overflow: hidden;
}
.newsCon_right h1 {
	height: 36px;
	border-bottom: 2px solid #1d2b68;
}
.newsCon_right h1 ul li {
	width: 123px;
	line-height: 41px;
	font-size: 14px;
	text-align: center;
	background:  url(../images/news02.png) 0 0 no-repeat;
	color: #fff;
	cursor: pointer;
}
.newsCon_right h1 ul li.current {
	background-image: url(../images/news01.png);
}
.newsCon_right h1 a {
	font-size: 24px;
	margin-left:310px;
}
.newsCon_right h1 a:hover {
	color: #233688;
}
.newsCon_right .notice {
	display: none;
}
.newsCon_right .now {
	display: block;
}
.newsCon_right .notice ol {
	padding-top: 15px;
}
.newsCon_right .notice ol li {
	width: 509px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	position: relative;
	background: url(../images/dot.png) left center no-repeat;
	font-size: 16px;
}
.newsCon_right .notice ol li a:hover {
	color: #233688;
	text-decoration: underline!important;
	display: block;
}
.newsCon_right .notice ol li span {
	position: absolute;
	left: 15px;
	top: 0;
	width: 430px;
	height: 30px;
	overflow: hidden;
}
.newsCon_right .notice ol li b {
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}
/*  活动风采  */
.activity {
	height: 466px;
}
.activity .activityCon {
	width: 1198px;
	height: 234px;
	margin: 0 auto;
	border: 1px solid #233688;
}
.activity .activityCon .activityCon_g {
	width: 1178px;
	height: 234px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.activity .activityCon ul {
	margin-right: -20px;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 3000px;
}
.activity .activityCon ul li {
	margin-right: 16px;
}
/*   列表页 关于我们的师资力量   */
.boxWrap .boxRight .both ul li {
	width: 123px;
	height: 36px;
	background: url(../images/news02.png) 0 0 no-repeat;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}
.boxWrap .boxRight .both ul li.acty {
	background-image: url(../images/news01.png);
}
.boxWrap .boxRight .teacher {
	display: none;
}
.boxWrap .boxRight .showt {
	display: block;
}
.boxWrap .boxRight .teacher p.name {
	line-height: 86px;
}
.boxWrap .boxRight .teacher ul {
	margin-right: -20px;
}
.boxWrap .boxRight .teacher ul li {
	margin: 0 17px 23px 17px;
	width: 455px;
}
.boxWrap .boxRight .teacher ul li dl dt {
	text-align: center;
	margin-right: 20px;
}
.boxWrap .boxRight .teacher ul li dl dt img {
	margin: 0 0 5px 0;
}
.boxWrap .boxRight .teacher ul li dl dd {
	width: 295px;
	position: relative;
}
.boxWrap .boxRight .teacher ul li dl dd h4 {
	font-weight: bold;
	margin-bottom: 3px;
}
.boxWrap .boxRight .teacher ul li dl dd p {
	text-indent: 0;
}
.boxWrap .boxRight .teacher ul li dl dd b {
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #233688;
	cursor: pointer;
}
.boxWrap .boxRight .teacher ul li dl dd i {
	display: none;
}
/*   联系我们  */
.boxWrap .boxRight .contact p {
	text-indent: 0;
	font-size: 18px;
	margin-top: 46px;
	line-height: 36px;
}
.boxWrap .boxRight .contact dl {
	margin-top: 30px;
}
.boxWrap .boxRight .contact dl dt {
	margin-right: 30px;
}
.boxWrap .boxRight .contact dl dd h4 {
	font-size: 18px;
	color: #233688;
	font-weight: bold;
	margin-bottom: 5px;
}
.boxWrap .boxRight .contact dl dd p {
	height: 27px;
	line-height: 27px;
	margin-top: 0;
	font-size: 16px;
}
.boxWrap .boxRight .contact dl dd .dress {
	margin-bottom: 30px;
}
.boxWrap .boxRight .contact dl dd img {
	margin: 20px 0 5px 0;
}
.boxWrap .boxRight .contact dl dd .wei {
	padding-left: 8px;
}
/*   加盟计划   */
.boxWrap .boxRight .jion h2 {
	color: #233688;
	font-size: 18px;
}
/* 在线报名 */
.boxWrap .boxRight .sign {
	width: 424px;
	height: 500px;
	margin: 0 auto;
	color: #666;
}
.boxWrap .boxRight .sign .boxSign {
	height: 48px;
}
.boxWrap .boxRight .sign .boxSign label {
	width: 98px;
	font-size: 18px;
}
.boxWrap .boxRight .sign .boxSign input {
	width: 288px;
	height: 28px;
	border: 1px solid #acbbbf;
	padding-left: 10px;
}
.boxWrap .boxRight .sign .boxSign span {
	color: #f00;
}
.boxWrap .boxRight .sign .bigt {
	height: 120px;
	position: relative;
}
.boxWrap .boxRight .sign .bigt textarea {
	width: 294px;
	height: 106px;
	margin-left: 93px;
}
.boxWrap .boxRight .sign .bigt label {
	position: absolute;
	left: 0;
	top: 5px;
}
.boxWrap .boxRight .sign .bigg {
	height: 58px;
}
.boxWrap .boxRight .sign .boxSign p {
	font-size: 12px;
	padding-left: 70px;
	color: #999;
}
/* 性别 */
.boxWrap .boxRight .sign .xb input {
	width: 12px;
	height: 12px;
}
.boxWrap .boxRight .sign .submit {
	padding: 15px 0 0 184px;
}
.boxWrap .boxRight .sign .submit input  {
	width: 80px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	padding: 0;
	color: #666;
	cursor: pointer;
}
.boxWrap .boxRight .sign .submit .ti {
	background-color: #233688;
	color: #fff;
	border-color: #233688;
}
/* 分校 */
.boxWrap .boxLeft .schoolList li span {
	display: block;
	padding-left: 70px;
	line-height: 33px;
	font-size: 18px;
	background: url(../images/dot.png) 50px center no-repeat;
	cursor: pointer;
	color: #233688;
}
.boxWrap .boxLeft .schoolList ul {
	margin-left: 68px;
	display: none;
}
.boxWrap .boxLeft .schoolList ul li {
	line-height: 22px;
	cursor: pointer;
}
.boxWrap .boxRight .schoolCon {
	display: none;
}
.boxWrap .boxRight .acti {
	display: block;
}
.boxWrap .boxRight .schoolCon h2 {
	color: #233688;
	line-height: 30px;
	margin-top: 30px;
}
.boxWrap .boxLeft .schoolList li.current ul {
	display: block;
}
.boxWrap .boxLeft .schoolList li.noww {
	color: #233688;
}
.boxWrap .boxRight .schoolCon dl dt {
	width: 540px;
	margin-right: 30px;
}
.boxWrap .boxRight .schoolCon dl dd img {
	margin-top: 40px;
}
.boxWrap .boxRight .schoolCon .fengcai {
	border-top: 1px dashed #707070;
	margin-top: 10px;
}
.boxWrap .boxRight .schoolCon .fengcai p {
	text-align: center;
	margin: 10px 0 30px 0;
}
/* 课程 */
.boxWrap .boxRight .courseW p {
	margin: 20px 30px 10px 30px;
}
.boxWrap .boxRight .courseW .courseCon ul {
	margin-right: -30px;
}
.boxWrap .boxRight .courseW .courseCon ul li {
	width: 408px;
	height: 288px;
	border: 1px solid #acbbbf;
	margin: 0 30px;
	float: left;
}
.boxWrap .boxRight .courseW .courseCon ul li .cou01 {
	margin: 19px  0 0 151px;
	display: inline-block;
}
.boxWrap .boxRight .courseW .courseCon ul li p {
	margin: 0;
	text-indent: 1em;
}
.boxWrap .boxRight .courseW .courseCon ul .li02 span {
	display: inline-block;
	margin: 30px 30px;
	text-align: center;
}
.boxWrap .boxRight .courseW .courseCon ul .li02 img {
	margin: 10px 0;
}
.boxWrap .boxRight .courseW .courseCon ul .li02 .wu {
	margin: 0;
}
.boxWrap .boxRight .courseW .courseCon ul .li02 .wu img {
	margin-left: 40px ;
}
.boxWrap .boxRight .courseW .courseCon ul .li02 .qi {
	margin: 10px 0 0 0;
}
.boxWrap .boxRight .courseW .courseCon .mei {
	border: 1px solid #acbbbf;
	margin: 14px 30px 0;
	padding-bottom: 30px;
	width: 880px;
}
.boxWrap .boxRight .courseW .courseCon .mei .titlem {
	color: #233688;
	font-size: 30px;
	text-align: center;
}
.boxWrap .boxRight .courseW .courseCon .mei .bigtitle {
	font-size: 24px;
	margin-top: 0px;
}
.boxWrap .boxRight .courseW .courseCon .mei .conm {
	margin: 0 30px;
}
.boxWrap .boxRight .courseW .courseCon .mei .conm h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}
.boxWrap .boxRight .courseW .courseCon .mei .conm p {
	margin: 0;
	text-indent: 0;
}
/* 新闻公告学习 */
.boxWrap .boxRight .notice dl {
	margin: 24px 0 0 24px;
}
.boxWrap .boxRight .notice dl dt img {
	margin: 0 12px 6px 0;
}
.boxWrap .boxRight .notice dl dd {
	width: 696px;
}
.boxWrap .boxRight .notice dl dd h2 {
	text-align: left;
	line-height: 30px;
}
.boxWrap .boxRight .notice dl dd p {
	text-indent: 0;
	line-height: 20px;
}
/* 学习tip */
.boxWrap .boxRight .tipCon {
	margin: 30px 0 0 20px;
	font-size: 16px;
}
.boxWrap .boxRight .tipCon li {
	line-height: 30px;
	background:  url(../images/tipArrow.png) 0 center no-repeat;
	padding-left: 20px;
}
.boxWrap .boxRight .tipCon li a:hover {
	color: #233688;
	text-decoration: underline;
}
/* 活动公告详情页 */
.boxWrap .boxRight .detailsNotice {
	width: 760px;
	margin: 0 auto;
}
.boxWrap .boxRight .detailsNotice .titleNotice {
	border-bottom: 1px dashed #a0a0a0;
	height:105px;
	margin-bottom: 10px;
}
.boxWrap .boxRight .detailsNotice .titleNotice h2 {
	font-size: 20px;
	line-height: 62px;
}
.boxWrap .boxRight .detailsNotice .titleNotice span {
	margin: 0 14px;
	font-size: 12px;
	color: #999;
}
/* 分享到 */
.boxWrap .boxRight .detailsNotice .titleNotice {
	position: relative;
}
.boxWrap .boxRight .detailsNotice .titleNotice .bdsharebuttonbox {
	position: absolute;
	right: 23px;
	top:75px;
}
.boxWrap .boxRight .detailsNotice img {
	margin: 30px auto;
}
