/*颜色样式*/
.co1{color: #fff;}
.col2{color: #0b6db6;}
.col3{color: #ff7300;}
.col4{color: red;}
.bordert{border-bottom: 1px #e2e2e2 dashed;}
.bordert1{border-bottom: 1px #e2e2e2 solid;}
.bordert2{border-bottom: none;}
input,button{
	outline: none;
}

/*导航条*/

.menu_nav_list{
	height: 50px;
	line-height: 50px;
	background-color: #0b6db6;
}
.all_course{
	background-color: #165e98;
	text-align: center;
	position: relative;
}
.all_course_nav{

	background: url(../images/bg4.png) no-repeat;
	background-position: -6px -63px;
	width: 23px;
	height: 14px;
	display: inline-block;
	margin-bottom: -1px;
}
.navbar-default{
	background-color: transparent;
    border: none;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	font-size: 16px;
	padding-left:35px;
	padding-right: 35px;
}
.navbar{
	margin-bottom: 0px;
	min-height: auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #fff;
	background-color: #165e98;
}

.navbar-collapse,.col-md-10,.col-md-9{
	padding-left: 0px;
	/*padding-right: 0px;*/
}


.dht{
	position: absolute;
	width: 1200px;
	top:0;
	left:50%;
	
	margin-left:-600px;
}
.qbkc{
	width: 250px;
	margin-top: -50px;
	background-color: #1c0740;

}
.qbkc_all{
	background-color: #165e98;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.qbkc_all span{
	font-size: 18px;
	color: #fff;
	margin-left: 7px;
}

.mod-nav__list{
	margin-bottom: 0px;
	position: relative;
}
.mod-nav__list li{
	
	
	width: 100%;
	height: 67px;
	padding:0px 15px;
	border-left:1px #1c0740 solid;
	border-bottom:1px #1c0740 solid;
}
.mod-nav__list li:hover{
	background-color: #fff;
}
.mod-nav__list li:hover h3 a{
	color: #000;
}
.mod-nav__list li:hover .mod-nav__wrap-nav-hot a{
	color: #666;
}
.mod-nav__l{
	border-bottom:1px #4b366f solid;
	overflow: hidden;
	height: 68px;
}
.mod-nav__list li:nth-last-child(1) .mod-nav__l{
	border-bottom:none;
}
.mod-nav__list h3 a{
	color: #fff;
	font-size: 16px;
	line-height: 67px;
}
.mod-nav__wrap-nav-hot{
	position: absolute;

	height: 67px;
	line-height: 67px;
	overflow: hidden;
}
.mod-nav__wrap-nav-hot a{
	display: inline-block;
	color: #e0d0f4;
	padding-right: 10px;
}
.mod-nav__wrap-nav-hot a:hover,.mod_show h4 a:hover{
	text-decoration: underline;
}
.mod_show{

	position: absolute;
	left:249px;
	width: 700px;
	top:0px;
	background-color: #fff;
	min-height: 536px;
	z-index: 2;
	box-shadow: 0 1px 10px 3px rgba(0,0,0,.15);

	padding:20px 50px;
}

.mod_show h3{
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	font-family: "Hiragino Sans GB","Microsoft Yahei",arial,\5b8b\4f53,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}

.mod_show h4 a{
	font-size: 14px;
	line-height: 30px;
    display: inline-block;
    color: #333;
    margin-right: 30px;

}
.mod_show .row .col-md-6{
	height: 60px;
	line-height: 60px;
	overflow: hidden;

}
.mod_show .row .col-md-6:nth-child(odd){
	padding-right: 20px;
}
.mod_show .row .col-md-6:nth-child(even){
	padding-left: 20px;
}
.mod_show .row .col-md-6 a{
	color: #333;
	font-size: 15px;


}
.mod_show .row .col-md-6 a:hover{
	text-decoration: underline;
}
.tel{
	font-weight: bold;
	color: #666;
	overflow: hidden;
	margin-top: 8px;
}
.tel img{
	margin-top: 25px;
}
.tel span{
	font-size: 28px;
	margin-top: 22px;
	color: #0b6db6;
	margin-left: 10px;
}

.main_index{
	margin-top: 15px;
	width:930px;
}
.school-bookingForm {
	background-color: #fff;
	padding-top:20px;
}
.school-bookingForm h3 {
    padding: 20px 15px;
    font-size: 20px;
    font-weight: normal;
    font-family: "Microsoft Yahei",sans-serif;
    color: #fff;
    background-color: #096db9;
    margin-bottom:0px;

}
.school-bookingForm fieldset {
    background-color: #f7f7f7;
    padding: 15px;
    border:1px #ccc solid;
    border-top:none;
}
.school-bookingForm .portion {
    float: left;
    width: 100%;
}
.school-bookingForm .portion dl {
    padding: 0 0 15px 0;
}
.school-bookingForm .portion .g-input {
    font-size: 14px;
    width: 100%;
}
.g-input {

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 1.42857143;
    margin: 0;
    padding: 9px 8px;
    font-family: "Microsoft Yahei",sans-serif;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;

    box-shadow: 1px 1px 3px rgba(0,0,0,0.08) inset;
}
.school-bookingForm .portion.memo {
    width: 100%;
}
.school-bookingForm .portion.memo textarea {
    height: 80px;
}

.school-bookingForm .action {
    line-height: 42px;
    float: left;
    width: 100%;
    padding-right:10px;
    margin-top: 5px;
}
.school-bookingForm .action button {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border:none;
}
.g-btn-sub {
    color: #fff;
    background-color: #096db9;
    transition: background-color .1s ease-in-out;
}
.g-btn-sub:hover{
	background-color: #195480;
}

.jg_course{
	margin-top: 15px;border:1px #0b6db6 solid;overflow: hidden;padding:20px;
}
#tab_2 ul{
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}
#tab_2 li{
	padding:0px 45px;
	display:inline-block;
	float:left;
	cursor:pointer;
	text-align:center;
	margin-right: 15px;
	max-width: 225px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 20px;
    background: #cbcbcb;
    color: #fff;
}
#tab_2 .menubox li.hover{
	background:#0b6db6;
	color:#fff;
}

#tab_2 tr{
	height: 55px;
	line-height: 55px;
}
#tab_2 thead tr td{
	text-align: center;
	font-size: 18px;color:#096db9;
}
#tab_2 tbody tr{
	background-color: #cadfef;
	border:1px #fff solid;
	line-height: 40px;
	height: 40px;
}
#tab_2 tbody tr td{
	text-align: center;
	border:1px #fff solid;
}

.jg_news{
	margin-top: 35px;
	overflow: hidden;
}
.news_tit{
	overflow: hidden;
	border-bottom:1px #e5e5e5 solid;

}
.news_tit h2{
	font-size: 22px;
	border-bottom:2px #096db9 solid;
	padding-bottom: 15px;
	padding-right:10px;
}
.news_tit a{
	color: #999;
	font-size: 12px;
	line-height: 38px;
}
.news_tit a:hover,.jg_news ul h4 a:hover,.jg_news ul p a:hover,.teacher li h4 a:hover{
	text-decoration: underline;
}

.jg_news ul{
	margin-top: 10px;
	width: 100%;
}
.jg_news ul li{
	width: 48%;
	border-bottom:1px #e5e5e5 dashed;
	margin-top: 10px;
}
.jg_news ul li:nth-child(odd){
	float:left;
}
.jg_news ul li:nth-child(5),.jg_news ul li:nth-child(6){
	border-bottom:0px;
}
.jg_news ul li:nth-child(even){
	float:right;
}
.jg_news ul h4 {
    font: 16px 微软雅黑, 宋体;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.jg_news ul h4 a {
    color: #444;
}
.jg_news ul p {
    color: #999;
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;

}

.teacher{
	margin-top: 20px;
	overflow: hidden;
}  
.teacher ul{
	margin-top: 25px;
	width: 100%;
}
.teacher li:nth-child(1),.teacher li:nth-child(2){
	width: 30%;
	float: left;
}
.teacher li:nth-child(2){
	margin-left:5%;
}
.teacher li:nth-child(3){
	width: 30%;
	float: right;
}
.teacher li img{
	border-radius: 50%;
}
.teacher li h4{
	font-size: 16px;
	padding-left:135px;
	margin-top: 10px;
}
.teacher li h4 a{
	color: #444;

}

.teacher li h4 p{
	font-size: 12px;
	color: #999;
	line-height: 22px;
}

.carousel-caption{
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0px;
    right: 0px;
    text-align: left;
    padding-left:15px;
    cursor: pointer;
    height: 60px;
}
.carousel-caption h2{
	font-size: 24px;
	font-family: inherit;line-height: 25px;height: 25px;
	overflow: hidden;
}
.carousel-caption-right{
	bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0px;
    right: 0px;
    text-align: left;
    padding-left:15px;
    padding-right: 15px;
    cursor: pointer;
    height: 40px;
    position: absolute;
}
.carousel-caption-right h2{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
    height: 40px;
}


.path{  overflow: hidden;margin-bottom: 0px;}
.path li{ color: #666; margin-right: 7px;line-height: 24px;}
.path li a{color: #666;}
.path li a.del{display: block;height: 24px;border: 1px dotted #0b6db6;background: #fff;line-height: 22px;padding-left: 8px;padding-right: 28px;color: #0b6db6;font-size: 12px;cursor: pointer;position: relative;}
.path li a.del:hover{border: 1px solid #0b6db6;}
.path li span{  font-style: normal;font-family: serif;}
.path li b{width:8px;height:8px;    background: url(../images/search_icon.png) no-repeat;background-position:-30px -238px; position: absolute; top: 7px; right: 10px;}

.wrap{
	border: 1px solid #ddd;
	margin-top: 15px;
}
.con1{border: 1px solid #DDD;clear: both;background: #fff; border-bottom: none;}
.con1_a{line-height: 48px;background: #f2f1ef;clear: both;height: auto;display:block;border-bottom: 1px solid #eee;}
.con1_a1{width: 100px;background: #f2f2ef;padding-left: 13px;}
.con1_a1_{color: #666666;font: normal 12px/48px arial, "\5b8b\4f53", sans-serif, "Microsoft YaHei", tahoma;text-align: right;padding-right: 15px;}
/*.con1_a1 span{width: 6px;height: 10px;  background: url(../img/search_icon.png) no-repeat;background-position: -7px -25px;overflow: hidden;display: block;padding-right: 15px;margin-top: 19px;}*/
.con1_a2{display: block;overflow: hidden;background: #fff;position: relative;}
.con1_a2_{background: #fff;}
.con1_a2_info{height: 48px; overflow: hidden; }
.con1_a2_info.active{height: auto;}
.con1_a2_info ul li{color: #005aa0;font-size: 12px;line-height: 28px;float:left; margin: 10px 0px 10px 25px;}
.con1_a2_info a{    padding: 5px;color: #666;font-size:12px;line-height:28px;}
.con1_a2_info a:hover{     color: #fff;
    background: #0b6db6;}
.con1_a2_info a.se_all{    color: #fff;
    background: #0b6db6;}

.jg_course_content{
	border:1px #e5e5e5 solid;
	margin-top: 15px;

}
.course_l_list{
	width: 100%;
}
.course_list{
	margin:0px;
}
.course_list_extit{
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
}
.course_list_extit a{
    font-size: 18px;
    color: #333;width:80%;
}
.course_list_extit span{
	color: #999;
	font-size: 12px;
}
.course_list_extit a:hover{
	text-decoration: underline;
}
.Course_list{
	padding:0px 15px;
	width: 100%;
}
.course_list_sum {
    padding: 20px 0px;

    border-bottom: 1px #ccc dashed;
 	padding:15px;
}

.course_list_img{
    padding-left: 0px;
    padding-right: 0px;
}
.course_list_exadd,.course_list_exsch{
	color: #8c8c8c;
	
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.course_list_exadd span{color: #333;font: normal 12px/28px arial, "\5b8b\4f53", sans-serif, "Microsoft YaHei", tahoma;}
.course_list_exsch a{
	color: #e67300;font: normal 12px/28px arial, "\5b8b\4f53", sans-serif, "Microsoft YaHei", tahoma;margin-right: 50px;
}
.course_list_price {
    font-size: 20px;
    
    width: 100%;
    color: #e62929;
}

.course_list_lis,.course_list_lis:hover {
    background-color: #e62929;
    padding: 0px 20px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
    display: block;
}

.jg_can{
	padding: 8px 15px;
    display: block;
    width: 100px;
    background: red;
    color: #fff;
    margin-top: 10px;
    position: absolute;
    left:50%;margin-left:-50px;
}
.jg_can:hover{
	color: #fff;
}
.course_l:hover{
	background-color: #e9f1f7;
}
@media (max-width:1200px){
	.course_list_exadd, .course_list_exsch{
		    font: normal 12px/21px arial, "\5b8b\4f53", sans-serif, "Microsoft YaHei", tahoma;
		    height: 21px;
	}
	.course_list_extit{
		margin-bottom: 0px;
	}
}

article p {
    line-height: 30px;
    color: #666;
}
article p img{
	width: 90%;
	margin:0 auto;
	display: block;
}
.jg_teacher,.jg_img{
	width: 100%;
	margin-bottom: 0px;
}
.jg_teacher li{
	width: 47%;
	margin-bottom: 40px;
	
}
.jg_teacher li:nth-child(odd){
	float: left;
}
.jg_teacher li:nth-child(even){
	float: right;
}
.jg_teacher img{
	border-radius: 50%;

}
.jg_teacher li div{
	padding-left: 160px;
}
.jg_teacher li div h2{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.jg_teacher li div p:nth-child(1){

}
.jg_teacher li div p{
	line-height: 25px;
	margin-bottom: 5px;
	color: #666;
	height: 25px;
	overflow: hidden;
}
.jg_teacher li div span{

}
.jg_img{
	overflow: hidden;
}
.jg_img li{
	margin-bottom: 20px;
	width: 23.5%;
	margin:0px 2% 10px 0px;
}
.jg_img li p{
	text-align: center;
	line-height: 50px;
	margin-bottom: 0px;
}
.jg_img li:nth-child(4n+4){
	margin-right: 0px;
}

.jieshao_left,.jieshao_right{
 width: 45%;
}
.jieshao_right{
 width: 55%;
}
.jieshao_right{
	padding-left: 20px;
}
.jieshao_right h1{
    font-size: 20px;
    
 	line-height: 35px;
 	
}
.kaikexinxi{margin-bottom: 0px;}
.tese{height:40px; line-height:30px;color: #999;overflow: hidden;padding-bottom: 10px;}
.tese li{color:#ff6317; font-size:12px; background-size:auto 5px;}
.kaikexinxi li{padding-left:25px; margin-top:5px;color: #999;width:100%;margin-bottom: 5px;height: 20px;line-height: 20px;overflow: hidden;}

.kaikexinxi .li1{background:url(../images/riqi.png) no-repeat 0 center; background-size:auto 65%;}
.kaikexinxi .li2{background:url(../images/shihe.png) no-repeat 0 center; background-size:auto 65%;}
.kaikexinxi .li3{background:url(../images/shijian.png) no-repeat 0 center; background-size:auto 65%;}
.kaikexinxi .li4{background:url(../images/zongkeshi.png) no-repeat 0 center; background-size:auto 65%;}
.kaikexinxi .li5{background:url(../images/didian.png) no-repeat 0 center; background-size:auto 65%;}
.kaikexinxi .li5 a{display:inline-block; background:url(../images/di.png) no-repeat 0 center; background-size:auto 65%; padding-left:15px; color:#004098; margin-left:10px;}

.mp_none a{
	float: left;
	padding:10px 20px;
	color: #fff;
	margin-top: 15px;
}
.mp_none a:nth-child(1){
	background: #ff7139;
	margin-right: 15px;
}
.mp_none a:nth-child(2){
	    background-color: #0b6db6;
}

#jg_cou_con{
	border:1px #ddd solid;
	border-top:none;
	padding:20px;    overflow: hidden;
}
#qieh,#qiehs{
	font-size: 16px;
	margin-right: 0px;
	padding:10px 55px;
	border-radius: 0px;
}
#jg_cou_con img{width: 100%;}
#jg_c_c>li.active>a, #jg_c_c>li.active>a:hover, #jg_c_c>li.active>a:focus{
	
	    border-top: 2px solid #0b6db6;
	    border-bottom:none;
   
}
.modal-body .tb_bjq{
	border-radius: 5px;
	border:1px #e2e2e2 solid;
	line-height: 45px;
	min-width: 580px;
	padding:0px 10px;
	margin-left:15px;
	height: 45px;
}
.modal-body select{
	border-radius: 5px;
	border:1px #e2e2e2 solid;
	line-height: 35px;
	padding:0px 10px;
	margin-left:10px;
	height: 35px;
}
.modal-body label{
	font-weight: normal;
	margin-left:5px;
	color: #096db9;
}

/*翻页*/
.previous{width:100%;}
.pageNav{padding: 20px 0px;text-align: center;line-height: 25px; clear: both;}
.page-numbers{color: #333;}
.pageNav span,.pageNav a{border: 1px solid #ccc;padding: 0px 10px;display: inline-block;margin:0px 5px; font-size:12px; }
.pageNav a{background-color: #fff;}
.current{background-color: #0b6bb5;color: #fff;}
.pageNav .pageDisable{ background-color:#fff;color: #ccc; }
.pageNav .pageThis{ background:#cc0033; border: 1px solid #ccc;color:#fff; line-height:24px;}
.pageNav .pageBypass{ border:0;  line-height:25px; }
.pageNav span.pageSkip{  border:0; line-height:25px; overflow:hidden; padding:0 3px}
.pageNav .pageTxt{line-height:18px;margin:0 6px; text-align:center; border:1px solid #7e9db9; overflow:hidden; #vertical-align:-3px; font-family:'Lucida Grande',Arial,'\5b8b\4f53'; }
.pageNav .pageBtn{ background-color:#418bd6; border:none; color:#fff; cursor:pointer; font-family:'Lucida Grande',Arial,'\5b8b\4f53'; font-size:12px; height:24px; line-height:21px; margin-left:5px; padding:0 5px; #padding:0 1px; vertical-align:top; _overflow:hidden; }
.pageNav a:hover{text-decoration:none; background: #0b6bb5; color: #fff; }


/*精彩图片切换*/
.image-block img{border: 1px solid #d5d5d5; border-radius: 4px 4px 4px 4px;background:#FFFFFF;padding:10px;}
.image-block img:hover{border: 1px solid #0b6db6;box-shadow:0 0 5px #0b6db6;}
.portfolio-area li{float: left;margin:0px 2.3% 10px 0px;overflow: hidden;width: 31.8%;padding:5px;}
.portfolio-area li:nth-child(3n+3){
	margin-right: 0px;
}
.post-title-portfolio{
	font-size: 14px;
	color: #666;
	text-align: center;
}
.post-title-portfolio a{
	color: #666;
}
div.light_rounded .pp_top .pp_left{
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_middle{background:#fff;}
div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}
div.light_rounded .pp_content .ppt{color:#000;}
div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}
div.light_rounded .pp_content{background-color:#fff;}
div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}
div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}
div.light_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}
div.light_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}
div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}
div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}
div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}
div.light_rounded .pp_bottom .pp_middle{background:#fff;}
div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}
div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}
div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}
div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}
div.dark_rounded .pp_content_container .pp_left{background: url(../images/contentPattern.png) top left repeat-y;}
div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}
div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}
div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.dark_rounded .currentTextHolder{color:#c4c4c4;}
div.dark_rounded .pp_description{color:#fff;}
div.dark_rounded #pp_full_res .pp_inline{color:#fff;}
div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}
div.dark_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}
div.dark_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}
div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}
div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}
div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}
div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}
div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}
div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}
div.dark_square .currentTextHolder{color:#c4c4c4;}
div.dark_square .pp_description{color:#fff;}
div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}
div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}
div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}
div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.dark_square #pp_full_res .pp_inline{color:#fff;}
div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}
div.dark_square .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}
div.dark_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}
div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}
div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}
div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}
div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}
div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.light_square #pp_full_res .pp_inline{color:#000;}
div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}
div.light_square .pp_nav .pp_play{background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}
div.light_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}
div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}
div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}
div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}
div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}
div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}
div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}
div.facebook .pp_content .ppt{color:#000;}
div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}
div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}
div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.facebook #pp_full_res .pp_inline{color:#000;}
div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}
div.facebook .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}
div.facebook .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}
div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}
div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}
div.facebook .pp_nav .pp_play{background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}
div.facebook .pp_nav .pp_pause{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}
div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}
div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}
div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}
div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}
div.pp_pic_holder a:focus{outline:none;}
div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}
div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}
.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}
.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}
.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}
* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}
.pp_content{height:40px;}.pp_fade{display: none;}
.pp_content_container{position: relative;text-align: left;width:100%;}
.pp_content_container .pp_left{padding-left:20px;}
.pp_content_container .pp_right{padding-right:20px;}
.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}
.pp_description{display: none;margin:0 0 5px 0;height: 20px;line-height: 20px;overflow: hidden;}
.pp_nav{clear: left;float: left;margin:3px 0 0 0;}
.pp_nav p{float: left;margin:2px 4px;font-size: 12px;}
.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}
.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}
.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}
.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}
.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}
.pp_gallery ul a img{border:0;}
.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}
.pp_gallery li.default a{background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}
.pp_gallery li.default a img{display: none;}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}
a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}
a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}
a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}
a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}
.pp_bottom{height:20px;position: relative;}
* html .pp_bottom{padding:0 20px;}
.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}
.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}
* html .pp_bottom .pp_middle{left:0;position: static;}
.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}
.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}
#pp_full_res{line-height:1 !important;}
#pp_full_res .pp_inline{text-align: left;}
#pp_full_res .pp_inline p{margin:0 0 15px 0;}
div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}
.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}
.clearfix {display: inline-block;}* html .clearfix {height:1%;}
.clearfix {display:block;}
 
.pp_gallery a {
background: none !important;
border: none !important;
display: none !important;
height: 146px;
padding: 2px !important;
width: 235px;
}
.qy_city{
	background-color: #f7f7f7;width: 100%;border-radius: 25px;padding:10px 20px;font-size: 16px;cursor: pointer;color: #666;margin-top: 10px;
}
.qy_city:hover{
	background-color: #eee;color: #666;
}
.qy_city span{
	color: #999;
	margin-top: 2px;
}

.qy_city_address{
	padding:10px 20px 0px 20px;color: #999;
	overflow: hidden;
	display: none;

}


@media (max-width: 1200px){
	.main_index{
		width:73%;
	}
	.navbar-default .navbar-nav>li>a{
		padding-left:22px;
		padding-right:23px;
	}
	.course_list_price{
		font-size:14px;
	}
	#tab_2 li {
	    max-width: 160px;
	}

}

#all_school{
    font-size: 14px;
    color: #666;
    padding: 6px;
    margin-top: 35px;
    cursor: pointer;
}
#all_school:hover{
    background-color: #eee;
}
.jg_nava{
    position: relative;
}
.jg_nava .city{
    position: absolute;
    top: 60px;
    border: 1px solid #eeeeee;
    height: auto;
    width: 460px;
    z-index: 2;
    background-color: #fff;
    padding:15px 20px;
    color: #666;
    overflow: hidden;
    overflow-y: auto;
    max-height: 310px;
    max-width: 460px;
}
.citys dl{
    width: 100%;
    padding-bottom: 10px;
    vertical-align: top;
}
.citys dl dd a:hover {
    color: #fff;
    background-color: #0b6db6;
    border-radius: 2px;
}
.citys dl dt {
    color: #0b6db6;
    font-size: 12px;
    width: 1.5em;
    line-height: 22px;
}
#all_school i {
    display: block;
    width: 12px;
    height: 8px;
    margin-top: 7px;
    margin-left: 5px;
    background: url(https://www.isixue.com/assets/images/down.png) right center no-repeat;
}
.citys dl dd a {
    color: #666;
    margin: 0 25px 10px 0;
}


.ta_pl_list {
    border: 1px #e2e2e2 solid;
    margin: 0px;
    width: 100%;
}
.g-icon-star {
    display: inline-block;
    width: 65px;
    height: 12px;
    margin-top: 5px;
    background: url(https://www.isixue.com/assets/images/g-icon-star.png) 0 0 no-repeat;
}
.g-icon-star i {
    display: block;
    overflow: hidden;
    height: 12px;
    background: url(https://www.isixue.com/assets/images/g-icon-star.png) -70px 0 no-repeat;
}
.ttl em span {
    padding-left: 10px;
    font-size: 12px;
    color: #666;
}
.tb_pl_zch{
	width: 100%;
	font-size:12px;
	color: #999a9f;

}
em {
    font-style: normal;
}
.ttl{
	margin-bottom: 10px;
}
.ttl small {
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}
.ttl small {
    font-weight: 400;
    color: #999;
}
.ttl small span {
    padding-right: 20px;
}
.comment-textarea{
	padding:10px;
	border:1px #e2e2e2 solid;
	width: 100%;
	min-height: 100px;
	font-size: 16px;
}
.btn-area button{
	border:none;
	background: #096db9;
	color: #fff;
	padding:5px 30px;
	border-radius: 5px;
	float:right;
}
.comment{
	border:1px #e2e2e2 solid;
	padding:20px;
	margin-top: 20px;
	width: 100%;
}
.comment h2{
	font-size: 16px;
}
.rating {
    position: relative;
    margin: 0px 20px;
    padding:30px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.rating .score {
    width: 140px;
    padding-left:20px;
}
.rating .score strong {
    font-size: 38.4px;
    font-weight: 400;
    font-family: Arial,"Microsoft Yahei",sans-serif;
    color: #ff7e00;
}
.rating .score small {
    color: #999;
}
.rating .child {
    width: 600px;
    margin-bottom: 0px;
}
.rating .child li {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 2px 40px;
    color: #666;
}
.rating .child b,.rating .child em,.rating .child small {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}
.rating .child small {

    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 8px;
    width: 100px;
    height: 12px;
    margin: 0 2px 0 10px;
    background-color: #ccc;

}
.rating .child em {
    padding-left: 4px;
}
.rating .child small span {
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    background-color: #ff7e00;
}
.rating .entryy {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
}
.rating .entryy .g-btn {
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
 
    background-color: #096db9;
    color: #fff;
}
.rating .entryy .g-btn:hover{
	
	background-color:#165e98;
}
.ta_pl_list .row{
	border-bottom:1px #eee solid;
	padding:15px 20px;
}
.ta_pl_tx{
	padding-left:0px;
	padding-right:10px;
}
.ta_pl_tx img{
	border-radius: 50%;
}
.ta_pl_tx span{
	text-align: center;
	width: 100%;
	float: left;
	margin-top:10px;
	color: #868686;
	font-size: 12px;
}
.ta_pl_list p{
	line-height: 25px;
	color: #666;

}
.coll_ection{
	margin-top: 30px;
	overflow: hidden;
	position:relative;
	width: 45%;
}
.com_hf{
	margin-top: 20px;
	width: 100%;
}
.com_hf textarea{
	width: 100%;height: 100px;border:1px #e2e2e2 solid;padding:10px;color: #999;
}
.com_hf button{
	background-color: #096db9;
	color: #fff;
	border:none;
	padding:7px 40px;
	margin-top: 10px;
}
.com_hf_text{
	 cursor:pointer;
}
.com_hf_teatare{display: none;}
.xzw_starBox{width:130px;float:left;width: 100%;padding-left:30px;}
.xzw_starBox span{font-size: 14px;color: #999;}
.description{position: absolute;left:260px;line-height: 22px;color: #999;}
.xzw_starBox .description{clear:both;padding:10px 0px}
.xzw_starBox .star,.starr{height:22px;width:130px;position:relative;background:url(https://www.isixue.com/assets/images/g-icon-star.png)  0 -16px;cursor:pointer}
.xzw_starBox .star li,.starr li{float:left;padding:0px;margin:0px}
.xzw_starBox .star li a,.starr li a{display:block;width:25px;height:22px;overflow:hidden;text-indent:-9999px;position:absolute;z-index:5}
.xzw_starBox .star li a:hover,.starr li a{background:url(https://www.isixue.com/assets/images/g-icon-star.png) 0 -41px repeat-x;z-index:3;left:0}

.xzw_starBox .star a.one-star{left:0}
.xzw_starBox .star a.one-star:hover{width:24px}
.xzw_starBox .star a.two-stars,.starr li a.two-stars{left:24px}
.xzw_starBox .star a.two-stars:hover{width:48px}
.xzw_starBox .star a.three-stars{left:48px}
.starr li a.three-stars{left:50px}
.xzw_starBox .star a.three-stars:hover{width:72px}
.xzw_starBox .star a.four-starss{left:72px}
.starr li a.four-stars{left:75px}
.xzw_starBox .star a.four-stars:hover{width:96px}
.xzw_starBox .star a.five-stars{left:96px}
.starr li a.five-stars{left:100px}
.xzw_starBox .star a.five-stars:hover{width:130px}
.xzw_starBox .current-rating{background:url(https://www.isixue.com/assets/images/g-icon-star.png) 0 -41px repeat-x;position:absolute;height:22px;z-index:1;left:100px}

.star_text_comment{
	overflow: hidden;
	width: 100%;
	padding:10px 30px;
	color: #999;
}
.star_text_com{
	margin-left: 20px;
	width: 510px;
	border:1px #e2e2e2 solid;
	height: 150px;
	
	padding:10px;
	outline: none;
}
.star_text_co{
	margin-left: 20px;
	border:1px #e2e2e2 solid;
	outline: none;
	width: 260px;
	line-height: 35px;
}
.star_text_comment button{
	border:none;
	padding:10px 50px;
	margin-top: 20px;
}