@charset "utf-8";
/**
* Description: style 
**/
/*RESET
-------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, input, button, fieldset, textarea, p, blockquote, th, td, a{
	margin: 0; padding: 0 ;
	font-family:"Microsoft YaHei",STXihei,STHeiti;
	list-style: none;
	text-decoration:none;
	-webkit-box-sizing:border-box; /* Safari */
	   -moz-box-sizing:border-box; /* Firefox */
		   box-sizing: border-box;
}
table { }
fieldset, img { border: 0 }
address, caption, cite, code, dfn, em, strong, th, var ,i { font-style: normal; font-weight: normal ; }
ol, ul { list-style: none }
del, ins { text-decoration: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-weight: normal }
input, button, textarea, select { font-size: 100%; border:none;}
/*CLEARFIX
-------------------------------------------------------------- */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear{
	clear: both;
}
html body{
	width: 100%;
	background: #eee;
	min-width: 1200px;
}
/**-------------------------style-------------------------**/
 /* html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);} */
.spms-top{
	padding: 0 75px;
	width: 100%;
	height: 110px;
	background: #00984b;
}
.spms-top-center{
	width: 100%;
	min-width: 1200px;
}
.spms-top-img{
	margin-top: 20px;
	float: left;
	width: auto;
	height: 90px;
}
.spms-top-img .logo{
	float: left;
	width: auto;
	height: 70px;
}
.spms-top-img span{
	margin-left: 24px;
	float: left;
	display: inline-block;
	color: #ffffff;
	height: 90px;
	line-height: 90px;
}
.spms-top-img .logo-text{
	margin-left: 24px;
	margin-top: 19px;
	float: left;
	width: auto;
	height: 32px;
}
.spms-top-nav{
	display: inline-block;
	float: right;
	width: auto;
}
.spms-top-nav li{
	float: left;
	height: 105px;
	line-height: 105px;
}
.spms-top-nav li a{
	display: block;
	padding: 0 20px;
	font-size: 18px;
	color: #ffffff;
}
.spms-top-nav li:hover a,
.spms-top-nav li.active a{
	border-bottom: 5px solid #cb9703;
}
.spms-top-nav ul{
	display: inline-block;
	float: left;
}
.spms-top-nav .username {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 110px;
	line-height: 110px;
	float: right;
	font-size: 18px;
	color: #fff;
	text-align: right;
	cursor: pointer;
}
.spms-top-nav .username .usernameimg{
	margin-right: 10px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
}
.spms-top-nav .username .userinfo{
	z-index: 99999;
	position: absolute;
	text-align: center;
	top: 110px;
	width: 200px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background: #ffffff;
	-moz-box-shadow:2px 2px 5px #999; -webkit-box-shadow:2px 2px 5px #999; box-shadow:2px 2px 5px #999;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
		 -o-transition: all 0.5s;
			transition: all 0.5s;
}
.spms-top-nav .username:hover .userinfo{
	height: 288px;
	opacity: 1;
}
.spms-top-nav .username .userinfo{}
.userinfo .usernameimg{
	width: 70px;
	height: 70px;
}
.userinfo>div.userimg2{
	margin-top: 17px;
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.userinfo>div.userimg2 img{
	width: 70px;
	height: 70px;
}
.userinfo .userp {
	margin-top: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 18px;
}
.userinfo .usera {
	margin-top: 0px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #a09c9c;
	font-size: 16px;
}
.user-btn1,
.user-btn2{
	display: block;
	margin: 0 auto;
	width: 102px;
	height: 32px;
	border: 1px solid #00984a;
	border-radius: 16px;
	background: none;
	color: #00984a;
}
.user-btn1{
	margin-top: 30px;
}
.user-btn2{
	margin-top: 10px;
	margin-bottom: 28px;
}
/* banner */
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.banner img{
	width: 100%;
	height: auto;
}
.wrap{
	padding: 0 75px;
	width: 100%;
}
.mods{
	/* margin-top: 20px; */
	width: 100%;
}
/* 待学知识 */
.mods-dxzz{
	margin-top: 20px;
}
.mods-top{
}
.mods-top p{
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	color: #666666;
}
.mods-top span{
	display: block;
	width: 83px;
	height: 8px;
	background: #009549;
}
.dxzz-list{
	margin-top: 30px;
}
.dxzz-list .dxzz-list-boxs:nth-child(4n+1){	
	margin-left: 0%;
}
.dxzz-list .dxzz-list-boxs{
	position: relative;
	float: left;
	margin-left: 2%;
	width: 23.5%;
	padding: 15px 0 0 0;
	background: #fff;
	border-radius: 3px;
}
.dxzz-list-title{
	padding-left: 25px;
	padding-right: 15px;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	color: #00984a;
}
.dxzz-list-p1{
	padding-left: 25px;
	padding-right: 110px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.dxzz-list .dxzz-list-boxs .dxzz-list-boxs-bf{
	position: absolute;
	top: 70px;
	right: 15px;
	width: 95px;
}
.dxzz-list .dxzz-list-boxs .dxzz-list-boxs-bf span{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	color: #00984a;
	text-align: center;
}
.dxzz-list .dxzz-list-boxs .dxzz-list-boxs-bf a{
	margin-top: 20px;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #cc9704;
	font-size: 14px;
	border-radius: 3px;
}
.dxzz-list-boxs .layui-progress{
	position: relative;
	margin-top: 50px;
	height: 4px;
	background-color: #d8dde3;
}
.dxzz-list-boxs .layui-progress-bar{
	height: 4px;
	background-color: #00984a;
}
.dxzz-list-boxs .layui-progress i{
	position: absolute;
	top: -10px;
	right: 1px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #00984a transparent;
}
/* 最新知识 */
.mods-zxzs{
	margin-top: 40px;
}
.zxzs-list{
	margin-top: 50px;
}
.zxzs-list .zxzs-list-boxs{
	position: relative;
	padding-bottom: 23px;
	float: left;
	width: 23.5%;
	margin-left: 2%;
	border-radius: 3px;
	background: #fff;
}
.zxzs-list .zxzs-list-boxs i.icon-new{
	position: absolute;
	top: 12px;
	left: -22px;
	width: 60px;
	height: 36px;
	background: url(../../../images/pcweb/icon-new.png);
	background-size: 100% 100%;
}
.zxzs-list .zxzs-list-boxs:nth-child(4n+1){
	margin-left: 0;
}
.zxzs-list .zxzs-list-boxs .zxzs-list-img{
	display: block;
	width: 100%;
	font-size: 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.zxzs-list .zxzs-list-boxs .zxzs-list-img img{
	width: 100%;
	height: 100%;
}
.zxzs-list .zxzs-list-boxs .zxzs-list-title{
	margin-top: 13px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #00984a;
}
.zxzs-list .zxzs-list-boxs .zxzs-list-p{
	height: 34px;
	line-height: 34px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #000000;
}
.zxzs-list .zxzs-list-boxs .zxzs-list-p span{
	margin-right: 10px;
}
.zxzs-list .zxzs-list-boxs .zxzs-list-p i{
	margin-left: 10px;
}
/* 通知公告-热门课程-收藏排行 */
.newswrap{
	margin-top: 76px;
	width: 100%;
}
.tzgk{
	padding: 30px 45px 34px 35px;
	float: left;
	width: 49%;
	background: #fff;
}
.rmkc{
	margin-left: 2%;
	float: left;
	width: 49%;
	background: #fff;
}
.scph{
	margin-left: 2%;
	float: left;
	width: 49%;
	background: #fff;
}
.mods-m-top{
	width: 100%;
}
.mods-m-top p{
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #f5eacd;
	font-size: 20px;
	color: #666666;
}
.mods-m-top p a{
	float: right;
	font-size: 16px;
}
.mods-m-top span{
	display: block;
	margin-top: -4px;
	width: 83px;
	height: 8px;
	background: #009549;
}
.tzgk-list{
	margin-top: 22px;
	width: 100%;
}
.tzgk-list li a{
	position: relative;
	padding-left: 5px;
	padding-right: 110px;
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #f5eacd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tzgk-list li a time{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 70px;
	text-align: center;
}
.rmkc{
	margin-left: 2%;
	padding: 30px 45px 26px 35px;
	float: left;
	width: 49%;
	height: 308px;
	background: #fff;
}
.scph{
	margin-left: 2%;
	margin-top: 20px;
	padding: 30px 45px 26px 35px;
	float: left;
	width: 49%;
	height: 308px;
	background: #fff;
}
.rmkc .rmkc-list ul,
.scph .scph-list ul{
	margin-top: 30px;
	padding: 0 15px;
	float: left;
	width: 50%;
}
.rmkc .rmkc-list ul li,
.scph .scph-list ul li{
	width: 100%;
}
.rmkc .rmkc-list ul li a,
.scph .scph-list ul li a{
	padding: 10px 0;
	display: block;
	width: 100%;
	height: 54px;
	line-height: 34px;
	font-size: 16px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rmkc .rmkc-list ul li a i,
.scph .scph-list ul li a i{
	margin-right: 5px;
	display: inline-block;
	width: 28px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	background: #979797;
	border-radius: 3px;
	color: #fff;
}
.rmkc .rmkc-list ul:nth-child(1) li:nth-child(1) a i,
.scph .scph-list ul:nth-child(1) li:nth-child(1) a i{
	background: #ff3d3c;
}
.rmkc .rmkc-list ul:nth-child(1) li:nth-child(2) a i,
.scph .scph-list ul:nth-child(1) li:nth-child(2) a i{
	background: #ff7654;
}
.rmkc .rmkc-list ul:nth-child(1) li:nth-child(3) a i,
.scph .scph-list ul:nth-child(1) li:nth-child(3) a i{
	background: #f3c84e;
}
/* fooder */
.fooder{
	margin-top: 70px;
	padding: 13px 0 13px 0;
	width: 100%;
	background: #00984a;
}
.fooder-center{
	padding: 10px 0 10px 100px;
	position: relative;
	margin: 0 auto;
	width: 75%;
	height: auto;
	min-height: 58px;
	overflow: hidden;
	border-bottom: 2px solid #2da769;
}
.fooder-center span{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #eeeeee;
}
.fooder-center a{
	display: inline-block;
	margin-left: 30px;
	color: #eeeeee;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
}
.copy{
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	color: #eeeeee;
}

/*--
 ------------------------- 修改日期 2020-05-11 ------------------------- */
 /* 登陆&注册 */
.loginReg{
	min-width: 1200px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #171717 url(../../../images/loginRegbg.jpg) center center no-repeat;
	background-size: auto 100%;
}
.loginReg-logo{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 160px;
	height: auto;
}
.loginReg-logo img{
	width: 100%;
}
.loginReg-footer{
	z-index: 998;
	min-width: 1200px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: #00b865;
}
.loginReg-footer div{
	width: 100%;
	height: 100%;
	background: url(../../../images/tsingtao.png) right bottom no-repeat;
	/* background-size: 515px; */
}
.login-wrap{
	z-index: 999;
	position: absolute;
	right: 200px;
	top: 50%;
	padding: 35px 70px 35px 70px;
	width: 534px;
	/* height: 650px; */
	/* margin-top: -325px; */
	background: #fff;
	border-radius: 10px;
	/* overflow: hidden; */
	
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-moz-box-shadow:0px 0px 10px #666666; -webkit-box-shadow:0px 0px 10px #666666; box-shadow:0px 0px 10px #666666;
}
.login-wrap-img{
	width: 100%;
	height: 36px;
	font-size: 0;
	text-align: center;
}
.login-wrap-img img{
	height: 36px;
}
.login-wrap-txt{
	margin-top: 24px;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	color: #00994a;
	text-align: center;
	opacity: 0.5;
}
.login-wrap .layui-form{
	margin-top: 22px;
	width: 100%;
}
.login-wrap .layui-form .layui-form-item{
	margin-bottom: 13px;
	position: relative;
	width: 100%;
	height: 60px;
}
.login-wrap .layui-form .layui-form-item .layui-form-label{
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.login-wrap .layui-form .layui-form-item .layui-form-label i{
	font-size: 26px;
	color: #00994a;
}
.login-wrap .layui-form .layui-form-item .layui-form-label2{
	z-index: 99;
	position: absolute;
	top: -7px;
	right: -7px;
	padding: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.login-wrap .layui-form .layui-form-item .layui-form-label2 i{
	font-size: 26px;
	color: #00994a;
}
.login-wrap .layui-form .layui-form-item .layui-input-block{
	margin-left: 0;
}
.login-wrap .layui-form .layui-form-item .lay-span{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 148px;
	height: 60px;
}
.login-wrap .layui-form .layui-form-item .lay-span img{
	width: 100%;
	height: 60px;
}
.login-wrap .layui-form .layui-form-item .layui-input,
.login-wrap .layui-form .layui-form-item .layui-textarea{
	padding-left: 60px;
	width: 100%;
	height: 60px;
	border: 0;
	font-size: 16px;
	color: #333333;
	background: #f8f8f8;
	border-radius: 10px;
}
.login-wrap .layui-form .layui-form-item .layui-form-radio{
	margin-top: 12px;
}
.login-wrap .layui-form .layui-btn+.layui-btn{
	margin-left: 0;
}
.loginbtn{
	width: 100%;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #fff;
	font-size: 22px;
	background: #00994a;
	border-radius: 10px;
}
.registerbtn{
	margin-top: 20px;
	width: 100%;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #fff;
	font-size: 22px;
	background: #cfcdcd;
	border-radius: 10px;
}
.registerbtn2{
	margin-top: 20px;
	width: 100%;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #fff;
	font-size: 22px;
	background: #00994a;
	border-radius: 10px;
}
.icon-zj{
	background: url(../../../images/icon-zhengjian.png) center center no-repeat;
}
.icon-email{
	background: url(../../../images/icon-email.png) center center no-repeat;
}
.icon-emailyz{
	background: url(../../../images/icon-emailyzm.png) center center no-repeat;
}
.icon-bumen{
	background: url(../../../images/icon-bumen.png) center center no-repeat;
}
.plwidth{
	padding-left: 60px;
}
#regId{
	margin-top: 5px;
}
/* 媒体查询 */
@media only screen and (max-width: 1460px ) {
	
	.login-wrap{
		padding: 20px 50px 20px 50px;
		width: 450px;
	}
	.login-wrap-img{
		height: 28px;
	}
	.login-wrap-img img{
		height: 28px;
	}
	.login-wrap-txt{
		margin-top: 14px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}
	.login-wrap .layui-form .layui-form-item{
		margin-bottom: 10px;
		height: 40px;
	}
	.login-wrap .layui-form{
		margin-top: 16px;
	}
	.login-wrap .layui-form .layui-form-item .layui-input, 
	.login-wrap .layui-form .layui-form-item .layui-textarea{
		padding-left: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.login-wrap .layui-form .layui-form-item .layui-form-label{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.login-wrap .layui-form .layui-form-item .layui-form-label i{
		font-size: 22px;
	}
	
	.icon-zj{
		background: url(../../../images/icon-zhengjian.png) center center no-repeat;
		background-size: 22px 16px;
	}
	.icon-email{
		background: url(../../../images/icon-email.png) center center no-repeat;
		background-size: 21px 16px;
	}
	.icon-emailyz{
		background: url(../../../images/icon-emailyzm.png) center center no-repeat;
		background-size: 24px 17px;
	}
	.icon-bumen{
		background: url(../../../images/icon-bumen.png) center center no-repeat;
		background-size: 21px 17px;
	}
	.login-wrap .layui-form .layui-form-item .layui-form-radio{
		margin-top: 4px;
	}
	.login-wrap .layui-form .layui-form-item .lay-span{
		width: 98px;
		height: 40px;
	}
	.login-wrap .layui-form .layui-form-item .lay-span img{
		width: 100%;
		height: 100%;
	}
	.loginbtn{
		float: left;
		width: 45%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.registerbtn{
		margin-top: 0;
		margin-left: 10% !important;
		float: left;
		width: 45%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.registerbtn2{
		margin-top: 0;
		float: left;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background: #00994a;
	}
	.plwidth{
		padding-left: 40px;
	}
	.loginReg-logo{
		width: 220px;
	}
}