.headbox{
	height: 80px;
	background: #c1ddf8;
	color: #fff;
	line-height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
.headin .indexhref{
	float: left;
	margin-right: 20px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
.headin .navbox{
	/* overflow: hidden; */
	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: #2f92f8;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.headin .navbox>li.active {background: #156fd0;}
.hdrightbox{
	height: 100%;
}
.userbox{
	overflow: hidden;
	height: 100%;
}
.userbox>a,.userbox>span{
	display: block;
	float: left;
	color: #2f92f8;
}
.userbox .nickname{
	max-width: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.userbox>a:hover{
	color: #156fd0;
}
.g-hd .container{background:#c1ddf8;}

.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: #156fd0;
	line-height: 40px;
	font-size: 14px;
}
.headin  .minnav li a{
	color: #fff;
}
.minnav li:hover{
	background: #156fd0;
}
.minnav li.active{
	background: #156fd0;
}
.headin .navbox>li:hover{background:#156fd0; }
.headin .navbox>li:hover a{color: #fff;}
.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('https://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.eot');
  src: url('https://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1076597_zpp1h0v6xe7.svg#iconfont') format('svg');
}
.msgicon {
    height: 36px;
    margin: 22px 10px 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;
}