.headbox{
	height: 80px;
	background: #2f3541;
	color: #fff;
	line-height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
.headin .indexhref{
	float: left;
	margin-right: 20px;
	font-size: 0;
	line-height: 80px;
	color: #fff;
	height: 80px;
}
.Ilogo {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.headin .navbox{
	height: 100%;
	font-size: 18px;
	text-align: center;
}
.headin .navbox>li{
	float: left;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
}
.headin .navbox li a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.headin .navbox>li.active {background: #ed1b23;}
.hdrightbox{
	height: 100%;
}
.userbox{
	overflow: hidden;
	height: 100%;
}
.userbox>a,.userbox>span{
	display: block;
	float: left;
	color: #ed1b23;
}
.userbox .nickname{
	max-width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.userbox>a:hover{
	color: #ed1b23;
}
.g-hd .container{background:#303641;}

.allcontainer{
	padding-top: 80px;
}
.m-banner{
	height: 434px;
	position: relative;
}
.swiper-container{
	width: 100%;
	height: 100%;
}
.banbox{
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}
.banbox img{
	height: 100%;
	/* width: 100%; */
	display: block;
	position: absolute;
	left: 0;
}
#swiper1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-width: 5px ;
    border-style:solid;
    border-color: transparent;
    opacity: 1;
    background-clip: content-box;
}
#swiper1 .swiper-pagination-bullet-active{
	background: #ed1b23;
	border-color: rgba(237, 27, 35, 0.3);
	background-clip: content-box;
}
.minnav{
	position: absolute;
	width: 100%;
	top: 80px;
	left: 0;
	display: none;
}
.minnav li{
	background: #ed1b23;
	line-height: 40px;
	font-size: 14px;
}
.minnav li:hover{
	background: #b00108;
}
.minnav li.active{
	background: #b00108;
}
.headin .navbox>li:hover{background:#ed1b23; }
.headin .navbox>li:hover .minnav{display: block;}

.tcourselist{
	overflow: hidden;
}
.tcourselist li{
	overflow: hidden;
	margin-top: 30px;
}
.u-img{
	width: 308px;
	height: 194px;
	float: left;
	position: relative;
}
.u-img a{display: block;height: 100%;}
.u-img img{display: block;width: 100%;height: 100%;}

.m-txt{
	width: 100%;
	float: right;
	margin-left: -308px;
	height: 194px;
	background: #fff;
}
.m-txt h3,.m-txt h4,.m-txt p{
	margin-left: 340px;
	line-height: 2;
	margin-top: 0;
	margin-bottom: 0;
}
.m-txt h3{
	font-size: 24px;
	color: #333;
	padding-top: 15px;
}
.m-txt h4{
	font-size: 14px;
	color: #999;
	padding-bottom: 6px;
	font-weight: normal;
}
.m-txt h4 span{
	padding: 0 20px;
	border-left: 1px solid #999999;
	margin-left: 20px;
}
.m-txt p{
	height: 90px;
	font-size: 14px;
	color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@font-face {
  font-family: 'iconfont';  /* project id 1076597 */
  src: url('http://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.eot');
  src: url('http://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.svg#iconfont') format('svg');
}
.msgicon {
    height: 36px;
    margin: 22px 20px 22px 0;
    width: 30px;
    position: relative;
    cursor: pointer;
}
.msgicon>img {
    display: block;
    margin-top: 9px;
}
.msgnum {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 20px;
    background: #2f3541;
    line-height: 1;
    color: #fff;
}

/* 弹框样式 */
.asklayer{
	border-radius: 10px;
	background: #fff;
	position: relative;
    color: #333;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.asklayer .close2 {
    position: absolute;
    top: 14px;
    right: 14px;
    height: 32px;
    width: 32px;
    background: url(../images/icon_close2.png) center no-repeat;
    background-size: cover;
    z-index: 99;
    cursor: pointer;
}
.asklayer h2 {
    font-size: 20px;
    text-align: center;
    color: #333;
    margin-top: 150px;
    margin-bottom: 60px;
}
.askjudbot{
    line-height: 2;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}
.askjudbot span {
    color: #fff;
    font-size: 16px;
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    line-height: 44px;
    border-radius: 5px;
    border: 1px solid #47a905;
    background: #47a905;
    cursor: pointer;
}
.askjudbot span.quxiao{
	background: #fff;
	color: #333;
}
.layui-layer.modulelayer{
	border-radius: 20px;
}
.asklayer img{
	position: absolute;
    left: 50%;
    margin-left: -36px;
    top: 50px;
}

.foots{
	background: #302b2e;
	padding: 20px 0 30px;
}
.footin{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.fl{float: left;}
.fr{float: right;}
/* .footL{margin-left: 145px;} */
.footL p{
	font-size: 14px;
	color: #fff;
	line-height: 100%;
	padding-top: 13px;
}
.footL-txt1{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}
.footL-txt2{
	color: #222;
	font-size: 18px;
	line-height: 100%;
	padding: 20px 0 16px;
}
.footR{overflow: hidden;}
.footRBox{
	margin-left: 70px;
	float: left;
}
.footRBox p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 100%;
	padding: 6px 0 13px;
}
.footRBox img{
	width:110px;
	display: block;
	margin: 0 auto;
}

.footw{
	background: #fff;
	overflow: hidden;
	padding-bottom:14px;
}
.foot-company{
	overflow: hidden;
}
.foot-comBox{
	float: left;
	border-right: 2px solid #bfbfbf;
	padding: 0 50px;
}
.foot-company>div.foot-comBox:last-child{
	border-right: 0;
	padding-right: 0;
}
.foot-company>div.foot-comBox:first-child{
	padding-left: 0;
}
.foot-comBox p{
	font-size: 14px;
	color: #222;
	line-height: 28px;
}