@charset "utf-8";
body{
	background: #f7f7f7;
}
*{
	box-sizing: border-box;
}
img{
	display: block;
}
/* 公共的内容区域 */
.contenter{
	width: 1190px;
	margin: 0 auto;
}
/* 公共移入变蓝色 */
a.changeBlue:hover{
	color:#0081e6;
}

/* 顶部灰条 */
.top_gray{
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #d2d2d2;
}

.top_gray ul{
	float: left;
}

.top_gray ul li{
	float: left;
	margin-right: 25px;
}

.top_gray ul li a{
	font-size: 14px;
	color: #818181;
}

.top_gray .login_box{
	float: right;
}

.login_box a {
	/*margin-top: 2px;*/
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
	float: left;
	margin-left: 10px;
	transition:color 300ms;
	position: relative;
}

.login_box a.changeBlue{
	line-height: 42px;
}

/* 固定导航条 */
.fix_box{
	background-color: #2e3340;
	height: 60px;
	position: fixed;
	top:0;
	width: 100%;
	display: none;
	z-index: 200;
}
.fix_box_other {
	display: block;
}
.fix_box h1{
	float: left;
}
.fix_box .logoimg {
	display: block;
	height: 35px;
	margin-top: 13px;
	margin-right: 25px;
}

.fix_box ul.fix_ul{
	float: left;
	/*margin-right: 278px;*/
}

.fix_box ul.fix_ul li{
	float: left;
}

.fix_box ul.fix_ul li a{
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	height: 60px;
	display: block;
	padding: 0 17px;
	box-sizing: border-box;
}

.fix_box ul.fix_ul li a:hover{
	background-color: #484b57;

}


.fix_box .search_box{
	float: left;
	margin-right: 15px;
}


.fix_box .search_box input{
	width: 235px;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	border:1px solid #0081e6;
	margin-top: 12px;
	float: left;
	color: #333;
}

.fix_box .search_box input::placeholder {
	color: #969696;
}

.fix_box .search_box button{
	background: url('../img/search.png') no-repeat center center;
	width: 30px;
	height: 36px;
	float: left;
	margin-top: 12px;
	cursor: pointer;
	border: 0;
}

.fix_box .login_box{
	float: left;
}


.fix_box .login_box .fix_ul a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	margin-left: 10px;
	transition:color 300ms;
	margin-top: 0;
}

.fix_box .login_box a:hover{
	color: #0081e6;
}

.fix_box ul.fix_ul li.first{
	position: relative;
}

.fix_box ul.fix_ul li.first:hover img.sanjiao{
	display: block;
}

.fix_box ul.fix_ul li.first:hover ul.first_content{
	display: block;
}

.fix_box ul.fix_ul li.first img.sanjiao{
	position: absolute;
	width: 19px;
	height: 14px;
	bottom: 0;
	left: 24px;
	display: none;
}

.fix_box ul.fix_ul li.first ul.first_content{
	position: absolute;
	width: 420px;
	background: #fff;
	display: none;
	border: 1px solid #eee;
}

.fix_box ul.fix_ul li.first ul.first_content li div{
	float: left;
}

.fix_box ul.fix_ul li.first ul.first_content li{
	float: none;
	height: 48px;
}

.fix_box ul.fix_ul li.first ul.first_content li:hover{
	background-color: #f2f2f2;
}

.fix_box ul.fix_ul li.first ul.first_content li .fix_left{
	font-size: 16px;
	color: #333;
	height: 48px;
	line-height: 48px;
	margin: 0 20px;
	width: 70px;
}

.fix_box ul.fix_ul li.first ul.first_content li .fix_right{
	width:300px ;
}

.fix_box ul.fix_ul li.first ul.first_content li .fix_right a{
	font-size:12px;
	color: #333;
	display: inline;
	padding: 0;
	height: 48px;
	line-height: 48px;
	margin-left: 10px;
}

.fix_box ul.fix_ul li.first ul.first_content li .fix_right a:hover{
	background: none;
	color: #0081e6;
}

/*登录后样式*/
.top_gray .login_box {
	position: relative;
	height: 40px;
}

.top_gray .login_box .overbox:hover .dropdown-user{
	display: block;
}
.top_gray .login_box .overbox2:hover .dropdown-user{
	display: block;
}
.top_gray .login_box .overboxcolor {
	color: #0081e6;
}
.top_gray .login_box a.headinfowel {    margin-left: 0px; cursor: auto;}

.dropdown-user {
	display: none;
	position: absolute;
	top: 40px;
	z-index: 100;
	background: #fff;
	right: -20px;
	border: 1px solid #eee;
}
.dropdown-user .dropdown-header {
	color: #333;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
	padding: 4px;
	line-height: 36px;
}
.dropdown-user .sanjiao {
	width: 19px;
	height: 14px;
	top: -6px;
	right: 24px;
	position: absolute;
	z-index: 100;
}
.dropdown-user ul li {
	width: 138px;
	margin-right: 0;
	font-size: 16px;
}
.dropdown-user ul li i {
	margin-left: 20px;
	margin-right: 10px;
	color: #484b57;
	font-size: 16px;
}
.dropdown-user ul li a {
	color: #333;
	/*display: block;*/
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	display: flex;
	align-items: center;
}
.dropdown-user ul li a:hover {
	background: #f2f2f2;
	color:#0081e6;
}
.dropdown-user ul li a img {
	margin-left: 20px;
	margin-right: 10px;
	display: inline-block;
}
.dropdown-user .icon-hea {
	font-size: 18px;
	margin-left: 18px;
}
.overbox {
	float: left;
}
.overbox2 a {

	display: flex;
	align-items: center;
}
.msgdotred {
	width: 8px;
	height: 8px;
	background: red;
	border-radius: 50%;
	position: absolute;
	display: none;
}
.msgdotred1 {
	right: 13px;
	top: 18px;
}
.msgdotred2 {
	left: 35px;
	top: 11px;
}
.msgdotred3 {
	right: -4px;
	top: 11px;
}
.msgdotred4 {
	left: 35px;
	top: 11px;
}
.login_box .red-info {
	width: 8px;
	height: 8px;
	position: absolute;
	background: #f00;
	border-radius: 50%;
	margin-left: 35px;
	margin-top: -4px;
}
.login_box .red-info1{
	margin-left: 14px;
}
.login_box .red-info2{
	margin-left: 14px;
	margin-top: -6px;
}

.fix_box .login_box_over {position: relative;}
.fix_box .login_boxa a { color: #fff;  margin-top: 10px;}
.fix_box .login_boxa a.changeBlue{
	line-height: 42px;
}

.fix_box .login_boxa a.shuxian:hover{
	color: #fff;
}
.fix_box .login_box_over a.overa {
	font-size: 16px;
	color: #fff;
	height: 58px;
	display: block;
	padding: 0 17px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0;
}
.fix_box  .login_box_over a.overa:hover{
	background-color: #484b57;
}
.fix_box .float-right {
	float:right;
	text-align: right;
}
.fix_box .overdiv,.fix_box .overdiv2,.top_gray .overbox,.top_gray .overbox2 {
	display: inline-block;
	position: relative;
}
.overdiv:hover .dropdown-user{
	display: block;
	top: 58px;
	right: 0px;
}
.overdiv .overa img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.overdiv2 .dropdown-user ul li,.overbox2 .dropdown-user ul li{
	width: 105px;
}
.overdiv2:hover .dropdown-user{
	display: block;
	top: 58px;
	right: -5px;
	padding-top: 8px;
}
.overbox2:hover .dropdown-user{
	display: block;
	top: 40px;
	right: -26px;
	padding-top: 8px;
}


/* 头部导航 */
.navbar_top{
	position: relative;
	background: #fff;
}
.navbar_top .contenter{
	position: relative;
}
.navbar_top h1{
	float: left;
}
.navbar_top a.ksx_logo{
	display: block;
	margin-right: 9px;
	margin-top: 32px;
}

.navbar_top a.cityBtn{
	float: left;
	display: block;
	margin-right: 74px;
}

.navbar_top a.cityBtn span{
	font-size: 14px;
	line-height: 100px;
	color: #333;
	float: left;
	margin-right: 8px;
}

.navbar_top a.cityBtn i{
	background: url(../img/xiasanjiao.png) no-repeat center center;
	width: 10px;
	height: 6px;
	transition: 0.5s;
	display: block;
	float: left;
	margin-top: 47px;
}

.navbar_top .address {
	box-shadow: 0 0 5px -1px #cee7fb;
	border: 0;
	width: 240px;
	left: 150px;
	top: 70px;
	border-radius: 4px;
	position: absolute;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	padding-left: 4px;
	display: none;
	z-index: 100;
	transition: 1s;
}

.navbar_top .address li{
	float: left;
}

.navbar_top .address li a{
	padding: 3px 15px;
	color: #616161;
	transition: all 0.3s ease;
}

.navbar_top .address li a:hover{
	color: #fff;
	background: #0081e6;
}

.navbar_top .search_box{
	float: right;
	height: 40px;
	position: relative;
	border: 1px solid #0081e6;
	margin-top: 30px;
	margin-right: 113px;
	margin-bottom: 30px;
}

.navbar_top .search_box .btn1{
	background: url('../img/btn1.png') no-repeat center center;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 11px;
	left: 12px;
}

.navbar_top .search_box input{
	line-height: 38px;
	text-indent: 40px;
	width: 530px;
	float: left;
	height: 38px;
}

.navbar_top .search_box .convenient{
	position: absolute;
	top: 10px;
	right: 114px;
}

.navbar_top .search_box .convenient a{
	font-size: 12px;
	color: #888888;
	background: #eeeeee;
	display: inline;
	padding: 2px 6px;
}

.navbar_top .search_box .convenient a:hover{
	background: #0081e6;
	color: #fff;
}

.navbar_top .search_box .convenient a:nth-of-type(1){
	margin-right: 10px;
}

.navbar_top .search_box .btn2{
	width: 100px;
	background: #0081e6;
	color: #fff;
	font-size: 18px;
	float: right;
	text-align: center;
	line-height: 38px;
	height: 38px;
	cursor: pointer;
}

.navbar_top .phone_box{
	float: right;
	margin-top: 29px;
}

.navbar_top .phone_box img{
	display: block;
	float: left;
	margin-top: 4px;
}

.navbar_top .phone_box p{
	font-size: 14px;
	color: #666;
	margin-left: 44px;
}

.navbar_top .phone_box p:nth-of-type(2){
	color: #0081e6;
	font-size: 18px;
	letter-spacing: 0.16px;
}

::-ms-clear,
::-ms-reveal
{
	display:none;
}
.navbar_top .search_box .search_mask{
	width: 40px;
	height: 38px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 100px;
	display: none;
}

/* 首页专业分类 */
#professional{
	background: #fff;
}
#professional .nav-black-bg-title{
	box-sizing: border-box;
	float: left;
	height: 40px;
	width: 190px;
	font-size: 16px;
	line-height: 40px;
	padding-left: 43px;
	color: #fff;
	margin-right: 27px;
	background: #0081e6 url(../img/top-nav-icon-classify.png) no-repeat 16px center;
}

#professional .navigation{
	float: left;
}

#professional .navigation li{
	float: left;
	margin-right: 8px;
}

#professional .navigation li a{
	font-size: 16px;
	color: #000;
	padding: 0 15px;
	display: block;
	line-height: 40px;
}

#professional .navigation li.on a{
	background: #0081e6;
	color: #fff;
}

#professional .navigation li:hover a{
	background: #0081e6;
	color: #fff;
}

#professional .contenter{
	position: relative;
	border-top: 1px solid #efefef;
	border-right: 1px solid #e0e0e0;
}

#professional .banner-nav{
	position: absolute;
	width: 190px;
	height: 450px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 3;
	padding: 0 11px 0 15px;
	top: 40px;
	box-sizing: border-box;
}

#professional .banner-nav .banner-nav-block{
	width: 100%;
	padding: 15px 0 9px;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#professional .banner-nav .banner-nav-block:last-child{
	border-bottom:none;
}


#professional .banner-nav .banner-nav-block .title{
	font-size: 16px;
	margin: 2px 0 10px;
}

#professional .banner-nav .banner-nav-block a{
	font-size: 12px;
	color: #fff;
	float: left;
	margin: 0 10px 9px 0;
}

#professional .banner-nav .banner-nav-block a:hover{
	color: #3eafff;
}
#professional  .banner-nav .banner-nav-block a.banner-astrong {
	color:#fbff00
}
#professional .banner-nav .banner-nav-block a.banner-astrong:hover {
	color: #3eafff;
}
#professional .banner-live{
	width: 190px;
	height: 320px;
	background: #fff;
	position: absolute;
	margin-left: 990px;
	top:105px;
	z-index: 5;
}

#professional .banner-live p.cup{
	font-size: 14px;
	color: #000;
	float: left;
	width: 95px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
#professional .banner-live p.cup.current{
	color: #0081e6;
	border-bottom: 1px solid #0081e6;
}

#professional .banner-live .content_parent{
	overflow: hidden;
	width: 190px;
	height: 105px;
}

#professional .banner-live .content_parent .live_item{
	position: relative;
	height: 105px;
	display: none;
	overflow:hidden;
}
#professional .banner-live .live_content{
	padding: 13px 6px 5px 10px;

	position: absolute;

}


#professional .banner-live .live_content li a{
	margin-bottom: 12px;
	font-size: 12px;
	color: #000;
	height: 34px;
}

#professional .banner-live .live_content li a:hover{
	color: #0081e6;
}

#professional .banner-live .live_content li span{
	color: #0081e6;
}

#professional .banner-live ul.live_bottom li{
	float: left;
	border:1px solid #f2f2f2;
	width: 63px;
	cursor: pointer;
}

#professional .banner-live ul.live_bottom li.li_first{
	position: relative;
}

#professional .banner-live ul.live_bottom li.li_first .li_erw {
	position: absolute;
	top: -100px;
	left: -165px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	background: url("../img/xzb.png") top center no-repeat;
	width: 160px;
	height: 190px;
	display: none;
}
#professional .banner-live ul.live_bottom li.li_first .li_erw img {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 5px;
}
#professional .banner-live ul.live_bottom li.li_first .li_erw p {
	line-height: 22px;
	text-align: center;
	margin-left: -12px;
	color: #333;
}


#professional .banner-live ul.live_bottom li:hover{
	background: #f2f2f2;
}

#professional .banner-live ul.live_bottom li:hover a span{

	color: #0081e6;
}

#professional .banner-live ul.live_bottom li:nth-of-type(n+1){
	border-right: none;
	border-bottom: none;
}

#professional .banner-live ul.live_bottom li:nth-of-type(3n+1){
	border-left: none;
}
#professional .banner-live ul.live_bottom li img{
	display: block;
	margin: 15px 13px 7px 13px;
}

#professional .banner-live ul.live_bottom li span{
	display: block;
	text-align: center;
	color: #333;
	font-size: 12px;
	margin-bottom: 15px;
}

/* banner轮播图 */

.es-poster {
	position: relative;
	height: auto;
	overflow: hidden;
}
.es-poster .swiper-slide{
	overflow: hidden;
	position: relative;
}
.es-poster .swiper-slide .container{
	height: 450px;
	width: 100%;
}
.es-poster .swiper-slide .container a{
	display: block;
	height: 450px;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.es-poster .swiper-slide img{
	margin: 0 auto;
	display: block;
}

.es-poster .swiper-container .navRight{
	background: url('../img/navRight.png') no-repeat center center;
	width: 37px;
	height: 37px;
	right: 18%;
	display: none;
	opacity: 0.8;
}
.es-poster .swiper-container .navRight:hover{
	opacity: 1;
}
.es-poster .swiper-container .navLeft{
	background: url('../img/navLeft.png') no-repeat center center;
	width: 37px;
	height: 37px;
	left: 18%;
	display: none;
	opacity: 0.8;
}
.es-poster .swiper-container .navLeft:hover{
	opacity: 1;
}
.es-poster .swiper-pagination-bullet-active{
	background: #fff !important;
}

.es-poster .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: transparent;
	opacity: 1;
	margin: 0 6px !important;
}
.es-poster .btn_parent{
	width: 1190px;
	position: absolute;
	height: 37px;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	z-index: 10;
}

/* 图片专区 */

.pictureZhuan {
	margin: 14px auto 29px;
}

.pictureZhuan li{
	float: left;
	margin-right: 10px;
}

.pictureZhuan li img{
	display: block;
	width: 230px;
	height: 86px;
}

/* 试听专区 */

.auditionsArea .contenter{
	background: #fff;
	padding-bottom: 30px;
	padding-right: 30px;
}

.auditionsArea .contenter .commom_title{
	width: auto;
}

.auditionsArea .audition_top{
	padding: 26px 0 15px;
}
.commom_title{
	color: #333;
	font-size: 25px;
	border-left: 2px solid #0081e6;
	padding-left: 25px;
	font-weight: bold;
	float: left;
	line-height: 33px;
	width: 263px;
}

.auditionsArea .audition_top ul{
	margin-left: 166px;
	float: left;
}

.auditionsArea .audition_top ul li{
	float: left;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	margin-right: 30px;
	line-height: 30px;
	padding: 0 5px;
}

.auditionsArea .audition_top ul li.current{
	border-bottom: 1px solid #0081e6;
	color: #0081e6;
}

.auditionsArea .audition_top ul li:hover{
	color: #0081e6;
}

.more{
	float:right;
}

.more a{
	color: #333;
	float: right;
	font-size: 14px;
	cursor:pointer; ;
}

.more a:hover{
	color: #0081e6;
}
.auditionsArea .bottom_parent{
	overflow: hidden;
	height: 288px;
}
.auditionsArea .audition_bottom{
	padding: 0 0 0 24px;
	margin-top: 10px;
}
.auditionsArea .audition_bottom ul li{
	float: left;
	border: 1px solid #dedede;
	width: 220px;
	height: 278px;
	margin-right: 9px;
	position: relative;
	transition: .5s;

}

.auditionsArea .audition_bottom ul li:hover{
	box-shadow: 5px 5px 5px #f4f3f3;
	transform: translateY(-2px);
}

.auditionsArea .audition_bottom ul li .li_top > img{
	width: 205px;
	height: 137px;
	margin:7px 7px 0 8px;
}

.auditionsArea .audition_bottom ul li .li_top .mask{
	width: 205px;
	height: 137px;
	position: absolute;
	left: 8px;
	top: 7px;
	background: rgba(0,0,0,0.5);
}

.auditionsArea .audition_bottom ul li .li_top img.bofang{
	position: absolute;
	width: 45px;
	height: 45px;
	left: 87px;
	top:52px;
	margin: 0;
}

.auditionsArea .audition_bottom ul li .li_bottom{
	width: 205px;
	margin: 0 auto;
}

.auditionsArea .audition_bottom ul li .li_bottom h2 a{
	color:#111;
	font-size:16px;
	margin: 15px 0 18px;
	line-height: 1.6;
	height: 65px;
}

.auditionsArea .audition_bottom ul li .li_bottom h2:hover a{
	color: #0081e6;
}

.auditionsArea .audition_bottom ul li .li_bottom p span{
	color: #111;
	font-size: 14px;
	display: block;
	float: left;
	width: 145px;
}
.auditionsArea .audition_bottom ul li .li_bottom p:hover span{
	color: #0081e6;
}
.auditionsArea .audition_bottom ul li .li_bottom p span:nth-of-type(2){
	float: right;
	font-size: 12px;
	width: 50px;
	text-align: right;
}

/* 一级建造师 */

.commonStyle{
	margin-top: 29px;
}

.commonStyle .contenter{
	background: #fff;
	padding: 30px 28px 30px 25px;
}

.commonStyle .commom_title{
	margin-left: -25px;
}

.commonStyle .firstBuilder_top ul{
	float: left;
	margin-left: 30px;
	height: 33px;
}

.commonStyle .firstBuilder_top ul li{
	float: left;
	margin-right: 26px;
	height: 33px;

}
.commonStyle .firstBuilder_top ul li a{
	color: #666;
	font-size: 16px;
	line-height: 42px;
}

.commonStyle .firstBuilder_top ul li a:hover{
	color: #0081e6;
}

.commonStyle .firstBuilder_top .more a{
	line-height: 42px;
	height: 33px;
	display: block;
}

.commonStyle .firstBuilder_bottom{
	margin-top: 32px;
}


.commonStyle .firstBuilder_bottom .bottom_left{
	float: left;
	width: 238px;
	height: 431px;
	margin-right: 30px;
	margin-top: 3px;
}

.commonStyle .firstBuilder_bottom .bottom_left img.slide_img{
	width: 238px;
	height: 431px;
	position: absolute;
	top: 0;
	left: 0;
}

.commonStyle .firstBuilder_bottom .bottom_left .swiper-slide{
	padding-left: 23px;
}

.commonStyle .firstBuilder_bottom .bottom_left .builder_title{
	font-size: 34px;
	color: #fff;
	margin: 37px 0 0 0;
}

.commonStyle .firstBuilder_bottom .bottom_left .builder_line{
	width: 48px;
	height: 1px;
	background: #fff;
	margin: 22px 0 19px 0;
}

.commonStyle .firstBuilder_bottom .bottom_left .builder_content{
	font-size: 18px;
	color: #fff;
	width: 161px;
}

.commonStyle .firstBuilder_bottom .bottom_left .builder_img{
	width: 32px;
	height: 32;
	margin-top: 61px;
}

.commonStyle .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border:1px solid #fff;
	background: transparent;
}

.commonStyle .swiper-pagination-bullet-active{
	background: #fff;
}

.commonStyle .firstBuilder_bottom .bottom_center{
	float: left;
}

.commonStyle .firstBuilder_bottom .bottom_center .selected_courses{
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.commonStyle .firstBuilder_bottom .bottom_center ul{
	float: left;
	width: 649px;
	margin-top: 11px;
}
.commonStyle .firstBuilder_bottom .bottom_center ul li{
	float: left;
	border:1px solid #dedede;
	margin: 0 8px 8px 0;
	transition: .5s;
	height: 195px;
}

.commonStyle .firstBuilder_bottom .bottom_center ul li:nth-of-type(n+4){
	margin-bottom: 0;
}

.commonStyle .firstBuilder_bottom .bottom_center ul li:hover{
	box-shadow: 5px 5px 5px #f4f3f3;
	transform: translateY(-2px);
}

.commonStyle .firstBuilder_bottom .bottom_center ul li img{
	width: 195px;
	height: 130px;

	margin: 7px 7px 6px 7px;
}

.commonStyle .firstBuilder_bottom .bottom_center ul li .course_title{
	font-size: 14px;
	color: #666;
	width: 195px;
	margin: 0 auto 10px;
}

.commonStyle .firstBuilder_bottom .bottom_center ul li .course_title span{
	background: url('../img/mianshou.png') no-repeat center center;
	width: 47px;
	height: 18px;
	display: block;
	float: left;
	margin-right: 5px;
}

.commonStyle .firstBuilder_bottom .bottom_center ul li .course_title:hover{
	color: #0081e6;
}

.commonStyle .firstBuilder_bottom .bottom_right{
	float: right;
	width: 191px;
}

.commonStyle .firstBuilder_bottom .bottom_right .article_title{
	color:#333;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 7px;
}

.commonStyle .firstBuilder_bottom .bottom_right ul.ul1 {
	margin-top: 11px;
}

.commonStyle .firstBuilder_bottom .bottom_right ul.ul1 li a{
	color: #333;
	font-size: 12px;
	line-height: 24px;
	width: 192px;
}

.commonStyle .firstBuilder_bottom .bottom_right ul.ul1 li a:hover{
	color: #0081e6;
}

.commonStyle .firstBuilder_bottom .bottom_right .baokao{
	margin-top: 7px;
}

.commonStyle .firstBuilder_bottom .bottom_right .ul2{
	margin-top: 11px;
}

.commonStyle .firstBuilder_bottom .bottom_right .ul2 li{
	float: left;
	/*border:1px solid rgba(102,102,102,1);*/
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 7px;
}
.commonStyle .firstBuilder_bottom .bottom_right .ul2 li:hover{
	background: #0081e6;
	border: 1px solid #0081e6;
}

.commonStyle .firstBuilder_bottom .bottom_right .ul2 li:hover a{

	color: #fff;
}

.commonStyle .firstBuilder_bottom .bottom_right .ul2 li a{
	font-size: 13px;
	font-weight: 700;
	color: #666;
}

/* 二级建造师 */

/* 一级消防工程师 */

/* 其它课程 */

.otherCourse .firstBuilder_top ul li{
	font-size: 16px;
	color: #666;
	cursor: pointer;
	margin-right: 30px;
	line-height: 30px;
	padding: 0 5px;
}

.otherCourse .firstBuilder_top ul li.current{
	border-bottom: 1px solid #0081e6;
	color: #0081e6;
}

.otherCourse .otherCourse_parent{
	float: left;
	width: 869px;
	height: 437px;
	overflow: hidden;
}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li{
	width: 191px;
	border:none;
	height: 18px;
	margin-bottom: 3px;
}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li a{
	font-size: 12px;
	color: #666;
	line-height: 18px;
	height: 18px;
}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li span{
	display: block;
	width:18px;
	height:18px;
	background:rgba(204,204,204,1);

	line-height: 18px;
	text-align: center;
	color: #fff;
	float: left;
	margin-right: 5px;

}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li:nth-of-type(1) span{
	background:rgba(38,120,228,1);
}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li:nth-of-type(2) span{
	background:rgba(38,120,228,1);
	opacity: 0.8;
}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li:nth-of-type(3) span{
	background:rgba(38,120,228,1);
	opacity: 0.5;
}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li em{
	display: block;
	float: left;
	font-style: normal;
	width: 168px;
	text-align: left;
}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li em:hover{
	color: #0081e6;
}

.otherCourse .firstBuilder_bottom .BIM_content .bottom_right .ul2 li:hover{
	color: #0081e6;
	border:none;
	background: none;
}

/* 在线题库和最新直播 */
.question_zhibo .question{
	width: 554px;
	float: left;
}

.question_zhibo .question .firstBuilder_top .commom_title{
	width: auto;
}

.question_zhibo .question .firstBuilder_top ul li{
	line-height: 42px;
}

.question_zhibo .question .question_bottom > ul{
	margin-top: 22px;
	border-bottom: 1px solid rgba(223,222,222,1);
	margin-bottom: 15px;
}

.question_zhibo .question .question_bottom > ul li{
	float: left;
	font-size: 16px;
	color: #000;
	margin-right: 38px;
	line-height: 30px;
	cursor: pointer;
}

.question_zhibo .question .question_bottom > ul li.current{
	color: #0081e6;
	border-bottom: 1px solid #0081E6;
	margin-bottom: -1px;
}

.question_zhibo .question .question_bottom .bottom_content ul{
	display: none;
}

.question_zhibo .question .question_bottom .bottom_content ul li{
	margin-bottom: 5px;
}

.question_zhibo .question .question_bottom .bottom_content ul li .li_left{
	float: left;
	width: 449px;
	cursor: pointer;
}

.question_zhibo .question .question_bottom .bottom_content ul li .li_left p:nth-of-type(1) a{

	font-size:16px;
	color:#000;
	line-height:23px;
}
.question_zhibo .question .question_bottom .bottom_content ul li .li_left p:nth-of-type(2){
	font-size:12px;
	color:rgba(153,153,153,1);
	line-height:23px;
}

.question_zhibo .question .question_bottom .bottom_content ul li .li_left p a:hover{
	color: #0081e6;
}

.question_zhibo .question .question_bottom .bottom_content ul li .li_left p:hover{
	color: #0081e6;
}

.question_zhibo .question .question_bottom .bottom_content ul li .li_right a{
	width:80px;
	height:26px;
	border-radius: 13px ;
	text-align: center;
	line-height: 24px;
	float: right;
	border: 1px solid #0081e6;
	color: #0081e6;
	margin-top: 10px;
	cursor: pointer;

}
.question_zhibo .question .question_bottom .bottom_content ul li .li_right a:hover{
	color: #fff;
	background: #0081e6;
}
/* 最新直播 */

.question_zhibo .newzhibo{
	width: 530px;
	float: right;
}

.question_zhibo .newzhibo .commom_title2{
	color: #333;
	font-size: 25px;
	font-weight: bold;
	float: left;
	line-height: 33px;
	width: 263px;
}

.question_zhibo .zhibo_bottom {
	margin-top: 28px;
}

.question_zhibo .zhibo_bottom .zhibo_left{
	float: left;
	border:1px solid #dedede;
	transition: .5s;
}

.question_zhibo .zhibo_bottom .zhibo_left:hover{
	box-shadow: 5px 5px 5px #f4f3f3;
	transform: translateY(-2px);
}

.question_zhibo .zhibo_bottom .zhibo_left a>img{
	margin: 7px 7px 11px 7px;
	width: 177px;
	height: 117px;
}

.question_zhibo .zhibo_bottom .zhibo_left p:nth-of-type(1){
	font-size: 16px;
	color:#333;
	width: 177px;
	margin:0 auto 10px;
}

.question_zhibo .zhibo_bottom .zhibo_left p:nth-of-type(2){
	font-size: 12px;
	color:#999;
	width: 177px;
	margin:0 auto 9px;
}

.question_zhibo .zhibo_bottom .zhibo_left p:hover{
	color: #0081e6;
}

.question_zhibo .zhibo_bottom .zhibo_right{
	float: left;
	margin-left: 20px;
	padding-left: 23px;
	position: relative;
}

.question_zhibo .zhibo_bottom .zhibo_right img.time{
	position: absolute;
	height: 228px;
	top: 2px;
	left: 0;
}

.question_zhibo .zhibo_bottom .zhibo_right ul li{
	height: 56px;
}
.question_zhibo .zhibo_bottom .zhibo_right ul li>a:hover p{
	color:#0081e6;
}
.question_zhibo .zhibo_bottom .zhibo_right ul li p{
	width: 290px;
}


.question_zhibo .zhibo_bottom .zhibo_right ul li.first p:nth-of-type(2){
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.question_zhibo .zhibo_bottom .zhibo_right ul li p:nth-of-type(1){
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}

.question_zhibo .zhibo_bottom .zhibo_right ul li p:nth-of-type(2){
	font-size: 16px;
	color: #000;
}
.question_zhibo .zhibo_bottom .zhibo_right ul li.first>a:hover p{
	color:#0081e6;
}


/* 师资团队 */

.teacherTeam .teacherTeam_bottom .swiper-container{
	width: 1040px;
	margin: 28px auto 0;
	height: 290px;
	padding-top: 4px;
}

.teacherTeam .teacherTeam_bottom{
	position: relative;
}

.teacherTeam .teacherTeam_bottom .swiper-slide{
	width: 200px;
	height: 286px;
	border: 1px solid #dedede;
	transition: .5s;
}

.teacherTeam .teacherTeam_bottom .swiper-slide:hover{
	box-shadow: 5px 5px 5px #f4f3f3;
	transform: translateY(-2px);
}

.teacherTeam .teacherTeam_bottom .swiper-button-next{
	width: 23px;
	height: 59px;
	/*background: url(../img/team_right.png) no-repeat center center;*/
	background-image: none;
	background-color: #e5e5e5;
}

.teacherTeam .teacherTeam_bottom .swiper-button-next img{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% ,-50%);
}

.teacherTeam .teacherTeam_bottom .swiper-button-next:hover{
	background-color: #0081e6;
}
.teacherTeam .teacherTeam_bottom .swiper-button-prev{
	width: 23px;
	height: 59px;
	/*background: url(../img/team_left.png) no-repeat center center;*/
	background-image: none;
	background-color: #e5e5e5;
}

.teacherTeam .teacherTeam_bottom .swiper-button-prev img{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% ,-50%);
}

.teacherTeam .teacherTeam_bottom .swiper-button-prev:hover{
	background-color: #0081e6;
}
.teacherTeam .teacherTeam_bottom .swiper-slide a > img{
	width: 94px;
	height: 94px;
	margin: 18px auto 14px;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .name{
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .name:hover{
	color: #0081e6;
}

.teacherTeam .teacherTeam_bottom .swiper-slide div{
	font-size: 14px;
	color: #666;
	text-align: center;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .position{
	line-height: 30px;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .explain{
	margin-top: 8px;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .zixun_bottom {
	width: 160px;
	margin: 12px auto 0;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .zixun_bottom div{
	float: left;
	width: 75px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #0081e6;
	color: #0081e6;
	margin-right: 10px;
	cursor: pointer;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .zixun_bottom .zixun{
	background: #0081e6;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .zixun_bottom .zixun:hover{
	background: #0a76cc;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .zixun_bottom .zixun a{
	color: #fff;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .zixun_bottom .shiting a{
	color: #0081e6;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .zixun_bottom .shiting:hover{
	background: #0081e6;
}

.teacherTeam .teacherTeam_bottom .swiper-slide .zixun_bottom .shiting:hover a{

	color: #fff;
}

/* 智能学习 */

.learning{
	margin-top: 29px;
}

.learning .contenter{

}

.learning .learn_left{
	background: #fff;
	padding: 30px 28px 34px 25px;
	width: 471px;
	float: left;
}

.learning .learn_left  .commom_title{
	color: #333;
	font-size: 25px;
	border-left: 2px solid #0081e6;
	padding-left: 25px;
	font-weight: bold;
	line-height: 33px;
	width: 263px;
	float: none;
	margin-left: -25px;
	margin-bottom: 33px;
}

.learning .learn_left  ul li{
	border-top: 1px solid #d8d8d8;
}

.learning .learn_left  ul li:nth-of-type(1){
	border-top: 1px solid #0081e6;
}

.learning .learn_left  ul li:nth-of-type(2){
	border-top: 1px solid #0081e6;
}

.learning .learn_left  ul li div{
	float: left;
}

.learning .learn_left  ul li .li_left{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	border:1px solid #ccc;
	color: #ccc;
	margin-right: 29px;
	margin-top: 5px;
}

.learning .learn_left  ul li:nth-of-type(1) .li_left{
	border:1px solid #FFB13B;
	color: #FFB13B;
}

.learning .learn_left  ul li .li_right{
	width: 305px;
}

.learning .learn_left  ul li .li_right p:nth-of-type(1){
	font-size: 20px;
	color: #d8d8d8;
	margin-bottom: 4px;
}

.learning .learn_left  ul li .li_right p:nth-of-type(2){
	font-size: 16px;
	color: #d8d8d8;
}

.learning .learn_left  ul li:nth-of-type(1) .li_right p{
	color: #333;
}

.learning .learn_left  ul li{
	width: 355px;
	padding: 18px 0;
	cursor: pointer;
}

.learning .learn_right{
	float: left;
	width: 719px;
	height: 494px;
	overflow: hidden;

}
.learning .learn_right a{
	width: 719px;
	height: 494px;
	display: none;
}

.learning .learn_right a.show{
	display: block;
}

.learning .learn_right a.changxue{
	background: url('../img/changxue.png') no-repeat 0 2px;
}

.learning .learn_right a.zaixianti{
	background: url('../img/zaixianti.png') no-repeat 0 100px;
}
.learning .learn_right a.zhuxue{
	background: url('../img/zhuxue.png') no-repeat 0 2px;
}
.learning .learn_right a.ziyuan{
	background: url('../img/ziyuan.png') no-repeat 0 2px;
}
/* 聚焦学尔森 */

.jjxes{
	background: url(http://img01.kaisenxue.com/new_eduyun/public/system/2018/01-31/1633062c8fc5198002.png) no-repeat center -415px;
	margin-top: 0;
}

.jjxes .contenter{
	background: none ;
	padding: 0;
	padding-top: 30px;
}

.jjxes .jjxes_top .commom_title{
	color: #fff;
	border-left: 2px solid #fff;
	margin-left: 0;
}
.jjxes .jjxes_top .more a{
	color: #fff;
}

.jjxes .jjxes_top .more a:hover{
	color:#0081e6;
}
.jjxes .jjxes_center{
	margin-top: 25px;
}

.jjxes .jjxes_center .center_left{
	float: left;
	width: 610px;
	overflow: hidden;
}

.jjxes .jjxes_center .center_left .swiper-slide img{
	width: 416px;
	height: 267px;
}

.jjxes .jjxes_center .jjxes_swiper{
	width: 832px;

	margin-left: -111px;
}

.jjxes .jjxes_center .jjxes_swiper .mask{
	position: absolute;
	height: 35px;
	width: 416px;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 208px;
}

.jjxes .jjxes_center .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.jjxes .jjxes_center .center_right{
	float: right;
	width: 490px;
	margin-left: 10px;
}

.jjxes .jjxes_center .center_right li{
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	cursor: pointer;
	width: 490px;
}

.jjxes .jjxes_center .center_right li span{
	display: block;
	float:left;
	line-height: 23px;
	margin-right: 10px;
	font-size: 36px;
}


/* 校区部分 */

.jjxes .jjxes_bottom{
	background: rgba(0,0,0,0.2);
	width: 1190px;
	padding: 25px 0;
	margin-top: 45px;
}

#z_page .qy-tab {
	margin-bottom: 30px;
	overflow: hidden;

}
#z_page .qy-tab .tab-title {
	border-bottom: 1px solid #585f83;
	padding: 0 25px;
}
#z_page .qy-tab .tab-title h3 {
	font-size: 14px;
	font-weight: 400;
}
#z_page .qy-tab .tab-title span {
	padding: 15px 13px;
	cursor: pointer;
	display: inline-table;
	color: #fff;
}

#z_page .qy-tab .tab-title span.selected{
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

#z_page .qy-tab .tab-content ul {
	padding: 0 25px;
	padding-top: 10px;
	overflow: hidden;
	display: none;
}
#z_page .qy-tab .tab-content ul li {
	padding-top: 5px;
	line-height: 18px;
	margin: 6px 0px;
	min-height: 80px;
	width: 380px;
	float: left;
}
#z_page .qy-tab .tab-content ul li h4 {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
#z_page .qy-tab .tab-content ul li p {
	font-size: 12px;
	color: #dadada;
	line-height: 18px;
	width: 320px;
}

/*侧边栏*/
.sidebar {
	width: 60px;
	bottom: 190px;
	right: 30px;
	position: fixed;
	z-index: 999;
}
.sidebar ul li {
	width: 60px;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 7px;
	position: relative;
}
.sidebar ul li a {
	width: 60px;
	height: 50px;
	display: block;
	cursor: pointer;
}
.sidebar ul li .erw {
	position: absolute;
	top: -100px;
	left: -185px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	background: url("../img/xzb.png") top center no-repeat;
	width: 160px;
	height: 190px;
	display: none;
}
.sidebar ul li .erw img {
	width: 125px;
	height: 125px;
	margin: 0 auto;
	margin-left: 13px;
	margin-top: 10px;
}
.sidebar ul li .erw p {
	line-height: 22px;
	text-align: center;
	margin-left: -12px;
	color: #333;
}
.sidebar ul li .sjfk {
	top: -110px;
	display: none;
	background: url("../img/xzb2.png") top center no-repeat;
}
.sidebar ul .lt {
	height: 80px;
	background: url("../img/xz.png?1.0.1") top center no-repeat;
}
.sidebar ul .lt a {
	height: 80px;
}
.sidebar ul .lt:hover {
	cursor: pointer;
	background: url("../img/ltt.png?1.0.1") top center no-repeat;
}
.sidebar ul .xz {
	background: url("../img/xztt.png") top center no-repeat;
}
.sidebar ul .xz:hover {
	cursor: pointer;
	background: url("../img/xzt.png") top center no-repeat;
}
.sidebar ul .xz:hover .erw {
	display: block;
}
.sidebar ul .liuy {
	background: url("../img/liuy.png") top center no-repeat;
}
.sidebar ul .liuy:hover {
	cursor: pointer;
	background: url("../img/liuyt.png") top center no-repeat;
}
.sidebar ul .wwx {
	background: url("../img/wwx.png") top center no-repeat;
}
.sidebar ul .wwx:hover {
	cursor: pointer;
	background: url("../img/wwxt.png") top center no-repeat;
}
.sidebar ul .wwx:hover .sjfk {
	display: block;
}
.sidebar ul .dtop1 {
	background: url("../img/dtop.png") top center no-repeat;
}
.sidebar ul .dtop1:hover {
	cursor: pointer;
	background: url("../img/dtopt.png") top center no-repeat;
}
.sidebar ul #bat1 {
	opacity: 0;
	transition: all 1s;
	width: 60px;
	height: 50px;
}
.sidebar .pic {
	height: 68px;
}
.sidebar .pic a {
	text-align: center;
}
.sidebar .pic a img {
	margin-left: -4px;
}

.swiper-pagination-bullet{
	opacity: 1;
}


/*地域选择的弹框*/
.reg-select-bg {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.reg-select-bg .reg-select {
	width: 520px;
	height: 216px;
	position: relative;
	background: #fff;
	margin: 312px auto;
}
.reg-select-bg .reg-select .reg-select-top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0081e6;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.reg-select-bg .reg-select .reg-select-cont {
	width: 100%;
	overflow: hidden;
}
.reg-select-bg .reg-select .reg-select-cont ul {
	padding: 12px 25px;
	margin: 0 auto;
	height: 100px;
}
.reg-select-bg .reg-select .reg-select-cont ul li {
	padding: 7px 14px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	float: left;
	background: #f5f5f5;
	margin-left: 13px;
	margin-top: 13px;
	cursor: pointer;
}
.reg-select-bg .reg-select .reg-select-cont ul li a {
	color: #333;
}
.reg-select-bg .reg-select .reg-select-cont ul li:hover {
	background: #0081e6;
}
.reg-select-bg .reg-select .reg-select-cont ul li:hover a {
	color: #fff;
}
.reg-select-bg .reg-select .reg-select-cont ul .activee {
	background: #0081e6;
}
.reg-select-bg .reg-select .reg-select-cont ul .activee a {
	color: #fff;
}
.reg-select-bg .reg-select .reg-select-cont ul li:first-child {
	margin-left: 0px;
}
.reg-select-bg .reg-select .reg-select-cont ul .m-f {
	margin-left: 0px;
}
@media screen and (max-width: 992px) {
	.reg-select-bg .reg-select {
		width: 100%;
		margin: 30px auto;
	}
	.reg-select-bg .reg-select .reg-select-top {
		font-size: 18px;
	}
	.reg-select-bg .reg-select .reg-select-cont ul {
		padding: 10px 20px;
		margin: 0 auto;
		height: 120px;
	}
	.reg-select-bg .reg-select .reg-select-cont ul li {
		font-size: 14px;
		text-align: center;
		border-radius: 3px;
		float: left;
		color: #333333;
		background: #f5f5f5;
		margin-left: 9.1px;
		padding: 2px 6px;
	}
}
@media screen and (min-width: 1120px) {
	.reg-select-bg .reg-select {
		width: 520px;
		height: 216px;
	}
}


/* 点击我要咨询 */

/*.fixedtool{*/
/*background: url(//zht.kaisenxue.com/special/zhtcommon/img/floating-window.png) no-repeat 0 0;*/
/*position: fixed;*/
/*top: 25%;*/
/*right: 10%;*/
/*width: 106px;*/
/*height: 480px;*/
/*display: none;*/
/*overflow: hidden;*/
/*text-align: right;*/
/*z-index: 100;*/
/*padding-top: 6px;*/
/*transition: 1s all;*/
/*}*/

/*.fixedtool .box-none{*/
/*width: 95%;*/
/*margin: 0 auto;*/
/*}*/
/*.fixedtool .box-none .right-box{*/
/*width: 100%;*/
/*margin: 0px 3px auto;*/
/*border-bottom: solid 1px #6bbbea;*/
/*overflow: hidden;*/
/*padding: 2px 0 2px 0;*/
/*}*/

/*.fixedtool .box-none .right-box .icon-box a{*/
/*width: 100%;*/
/*display: block;*/
/*font-size: 13px;*/
/*text-align: center;*/
/*color: #fff;*/
/*cursor: pointer;*/
/*height: 30px;*/
/*line-height: 30px;*/
/*}*/

/*.fixedtool .box-none .right-box:nth-of-type(1) .icon-box a{*/
/*line-height: 35px*/
/*}*/

/*.fixedtool .box-none .right-box:nth-of-type(2) .icon-box a{*/
/*line-height: 38px*/
/*}*/

/*.fixedtool .box-none .right-box-last{*/
/*margin-top: 8px;*/
/*}*/

/*.fixedtool .box-none .right-box-last .icon-box a {*/
/*height: 18px;*/
/*line-height: 18px;*/
/*cursor: default;*/
/*}*/


/*.fixedtool .box-none .right-box-last .icon-box a:last-child {*/
/*color: #FFEA00;*/
/*}*/

/*.fixedtool .box-none .right-box-last2 {*/
/*margin-top: 0px!important;*/
/*}*/

/*.fixedtool .box-none .right-box-last2 .icon-box a {*/
/*height: 18px;*/
/*line-height: 18px;*/
/*cursor: pointer;*/
/*}*/

/*.fixedtool .box-none .right-box-last2 .icon-box a img{*/
/*margin: 0 auto;*/
/*}*/


/* 留言模态框 */
.modal{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0,0,0,0.8);
}

.modal .modal-dialog{
	width: 600px;
	margin: 30px auto;
	background: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}


.modal .modal-dialog .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;
}


.modal .modal-dialog .modal-content .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}

button.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	margin-top: -2px;
}

.modal-title {
	word-break: break-all;
	color: #313131;
	margin: 0;
	line-height: 1.42857143;
}

.modal-body{
	position: relative;
	padding: 15px;
}

.modal.fade .modal-dialog {
	margin-top: -30px;
}

/*备考资料表单*/
/*!*浮层表单*!*/
.form-box{
	display: none;
}

.form-box .form{
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
}
.form-box form{
	position: fixed;
	z-index: 1001;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -210px;
	margin-top: -155px;
	background-color: #fff;
	width: 360px;
	/*height: 230px;*/
	padding: 40px 30px;
	/*font-size: 12px;*/
}
.form-box form .close{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size: 30px;
	cursor: pointer;
	color: #999;
	padding-right: 10px;
	background: none;
	width: 30px;
}
.form-box form .close:hover{
	color: red;

}

.form-box form h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-align: center;
}
.form-box form select{
	width: 100%;
	height: 42px;
	border-radius: 5px;
	font-size: 16px;
	text-indent: 15px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.form-box form input,
.form-box form .getgift-btn{
	width: 100%;
	height: 42px;
	border-radius: 5px;
}

.form-box form input{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 16px;
	text-indent: 15px;
}
.form-box form .getgift-btn{
	margin-top: 18px;
	background-color: #fc6947;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 42px;
}



/*弹出层*/

.show-download {
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
	top: 0;
}
.show-download .show-download-c {
	width: 3.4rem;
	height: 4.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -2.3rem;
	margin-left: -1.7rem;
	background: #fff;
	border-radius: 0.1rem;
	overflow: hidden;
}
.show-download .show-download-c .show-center {
	width: 3.4rem;
	height: 1.5rem;
	background: #f73c34 url(../img/icon-bg.png) no-repeat center;
	background-size: 40%;
}
.show-download .show-download-c p {
	width: 3rem;
	color: #666;
	font-size: 0.18rem;
	line-height: 0.28rem;
	padding-left: 0.22rem;
	padding-top: 0.34rem;
	text-align: center;
	height: 1.3rem;
}
.show-download .show-download-c .btn {
	width: 0.8rem;
	height: 0.4rem;
	background: #f73c34;
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
	margin-left: 1.3rem;
	border-radius: 0.08rem;
	cursor: pointer;
}
/*广告位*/

.w_advertising_position{
	width: 1190px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 20px;
}
.w_advertising_position img{
	margin: 0 auto;
}

/*首页弹窗部分*/
#register_class {
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100000;
	top: 0;
}
#register_class .register_class_content {
	width: 420px;
	height: 320px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: -210px;
}
#register_class .register_class_content .register_class_close{
	width: 31px;
	height: 31px;
	position: absolute;
	right: -36px;
	top: -36px;
	cursor: pointer;
}
#register_class .register_class_content .register_class_img img{
	width: 420px;
	height: 320px;
}
/*头部公告*/

.alert-warning {
	border-color: #ffd0b7;
	background-color: #fff9cd;
	color: #ff5e06;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
@media (min-width: 1200px){
	.alert-notice .swiper-container {
		width: 1160px;
	}
}
.alert-notice .swiper-wrapper {
	padding-right: 30px;
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.alert-notice .swiper-slide {
	float: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.mrm {
	margin-right: 10px !important;
}
.alert-notice .close {
	float: none;
	position: absolute;
	top: 10px;
	right: 0;
	width: 30px;
	color: #c34805;
	cursor: pointer;
	z-index: 2;
}
.alert .alert-link{
	display: inline-block;
}
.alert-notice .swiper-container {
	position: relative;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.hot{
	background: url('../../img/hot.png') no-repeat right top;
}
.new{
	background: url('../../img/new.png') no-repeat right top;
}

.auditionsArea .audition_bottom ul li .li_bottom img{
	float: left;
	margin-right: 5px;
}
.auditionsArea .audition_bottom ul li .li_bottom span{
	float: left;
	display: block;
	color: #bbb;
	font-size: 14px;
}