@charset "utf-8";
* { 
	margin:0;
	padding:0; 
	font-style: normal;
	font-family:"Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
html {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
	font-size:16px;
}
body { 
	margin:0;
	padding:0; 
	word-wrap:break-word;
	font-size:16px;
}
h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,img{
	margin:0;
	padding:0;
    line-height: 28px;
}
a {
	text-decoration:none;
	outline:none;
	color: #fff;
}
a:focus {
	outline: none;
} 
img { 
	border:none;
	outline:none;
	-webkit-tap-highlight-color: rgba(165,165,165,0.2)
}
li{
	list-style-type:none;
}
select {
	vertical-align:middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none;
}
input[type="text"], input[type="password"], textarea { 
	outline-style:none; 
	-webkit-appearance:none; 
}
textarea {
	resize:none;
}
table {
	border-collapse:collapse;
}
input {
	vertical-align:middle;
}
.clear {
	clear:both;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.l-float{
	float: left;
}
.r-float{
	float: right;
}
.inline-b {
	display: inline-block;
}
.relative {
	position: relative;
}
.center{
	text-align: center;
}
/* ------头部------ */
.header{
	min-width: 1200px;
	width: 100%;
	height: auto;
	color:#fff;
	font-size: 14px;
	background: #8a0101;
	position: relative;
}
.header::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #fff;
	height: 100px;
}
.header .logo{
	position: relative;
	width: 1200px;
	height: 100px;
	margin: 0 auto 50px;
	/* padding-top: 35px; */
}
.header .logo .img {
	height: 100%;
	width: auto;
}
.header .logo .img img {
	height: 100%;
	width: auto;
}
.header .logo .icon-ss {text-align: right;padding-top: 15px;padding-bottom: 15px;}
.header .logo .login{
	/* line-height: 44px; */
}
.header .logo .login .user-name:hover {
	color: #f90;
}
.header .line {
	background: #ae0101;
	border-top: 1px solid #670000;
	height: 1px;
}
.header .nav {
	width: 1200px;
	height: 64px; 
	margin: 0 auto;
}
.header .nav ul {
	width: 770px;
	float: right;
	height: 100%;
	text-align: center;
}
.header .nav li {
	width: 110px;
	height: 100%;
	float: left;
}
.header .nav li a{
	width: 100%;
	height: 38%; 
	padding: 20px 0;
	display: block;
	font-size: 18px;
}
.header .nav li a.on, .header .nav li a:hover{
	background: #ab3333;
}
.header .nav .button a{
    width: auto;
    height: auto;
    border: 1px solid #ff9d00;
    border-radius: 5px;
    line-height: 46px;
    margin: 8px 5px;
    padding: 0;
}
.header .nav .button a:hover{
	background: none;
}
/* ---下拉菜单--- */
.header .sub-nav{
	position: absolute;
	width: 100%;
	height: auto;
	*background: #fff;
	*filter: alpha(opacity=50);
	background: rgba(255, 255, 255, 0.6);
	background: /*\**/url('../images/base/nav-bg.png') no-repeat\9\0;
	color: #000;
	display: none;
	z-index:10;
}
.header .sub-nav .menu {
	width: 1200px;
	margin: 0 auto;
    text-align: center;
    *padding-bottom: 30px;
}
.header .sub-nav .menu ul {
	margin: 10px 0;
	float: left;
	width: 110px;
	border-left: 1px solid #999;
	height: 114px;
}
.header .sub-nav .menu .firstul {
	margin-left: 540px;
}
.header .sub-nav .menu ul li {
	line-height: 20px;
	padding: 5px;
}
.header .sub-nav .menu ul li a{
	width: 100%;
	display: block;
	color:#000;
	font-size: 15px;
}
.header .sub-nav .menu ul li a:hover,.header .sub-nav .menu ul li a.on{
	color:#8a0101;
	background: url('../images/base/square.png') no-repeat 3% center;
}
.header .sub-nav .intro {
	margin-right: 20%;
	margin-top: 30px;
}
.header .sub-nav .intro .words{
    margin: 30px 0 0 10px;
}

.contactus h2{
	text-align:center;
	font-size:24px;
	color:#666;
	letter-spacing:1px;
	margin:50px 0 60px 0;
	font-weight:normal;
}
.contactus .cnttus-way li{
	text-align:center;
	float:left;
	width:25%;
}
.contactus .cnttus-way li p{
	color:#999;
	margin-bottom:3px;
}
.contactus .cnttus-way li img{
	margin-bottom:5px;
}
.contactus .cnttus-way li p a {
	color:#999;
}
.contactus .cnttus-way li a p{
	color:#f6ad35;
}
.contactus .schoolplc{
	text-align:center;
	color:#666;
	margin-top:60px;
	letter-spacing:1px;
}
.contactus .map{
	margin-top:20px;
	width:100%;
	height:800px;
}
/*****联系我们 end******/
.loginwrap{
	width:500px;
	background-color:#fff;
	border-radius:8px;
	-ms-border-radius:8px;
	-khtml-border-radius:8px;
	margin:0 auto;
	position:relative;
	padding:30px 0 50px 0;
}
.loginwrap .removepwd{
    margin-top: 30px;
}
.loginwrap .resetpwd{
    margin-top: 40px;
}
.loginwrap.h420{
    height: 420px;
}
.login .logtab{
	text-align:center;
	margin-bottom:40px;
}
.login .logtab span{
    margin-top: 10px;
	padding:10px 45px 0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:20px;
	letter-spacing:1px;
	color:#767676;
}
.login .logtab span a{
	padding:5px 35px;
	display:block;
	color:#767676;
	cursor:pointer;
}
.login .logtab span.on a{
	border-bottom:3px solid #f5a623;
}
.loginwrap p{
	text-align:center;
	margin-top:18px;
}
.logtbint p input[type="text"],.logtbint p input[type="password"]{
	display:block;
	width:63%;
    height:19px;
	margin:0 auto;
	padding:15px 10px 15px 60px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:16px;
	color:#999;
}
.logtbint.height{
    margin-top: 90px;
}
.logtbint p input[type="text"]{
	background:url(../images/base/login_email.png) 14px center no-repeat;
}
.logtbint p input[type="password"]{
	background:url(../images/base/login_lock.png) 14px center no-repeat;
}
.logtbint p{
    position: relative;
}
.logtbint p .rightimg{
    background: url(../images/base/right.png) top center no-repeat;
    position: absolute;
    z-index: 9;
    top: 17px;
    right:87px;
    display: block;
    width: 18px;
    height: 18px;
}
.loginwrap .logwarn{
	text-align:left;
	width:77%;
	margin:20px auto;
	font-size:15px;
}
.loginwrap .logwarn .text{
	padding:3px 0 3px 28px;
	color:#e83030;
	background:url(../images/base/login_warning_icon.png) left center no-repeat;
}
.loginwrap .logwarn a{
	float: right;
	color:#f4b346;
}
.login-btn{
	width:100%;
}
.login-btn input{
	display:block;
	margin:0 auto;
	width:78%;
	padding:15px 0;
	border:none;
	outline:none;
	border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	background-color:#8A0101;
	font-size:20px;
	color:#333;
	letter-spacing:1px;
	cursor:pointer;
}
.login-btn input:hover{
	background-color:#f57a23;
}
.login-btn.janurary input:hover{
	background-color:#38aaff;
}
.login-btn.janurary input{
	font-size: 16px;
}
.login-btn input:active{
	background-color:#cc8b15;
}
.login-btn input.noclick{
	background-color:#9b9b9b;
	cursor:inherit;
}
.loginwrap .log-protocol,.loginwrap .log-passwtj{
	width:77%;
	margin:20px auto 0;
	text-align:left;
	font-size:15px;
	color:#999;
}
.loginwrap .log-protocol span{
	padding:0 10px;
	border:2px solid #ccc;
	font-size:15px;
	cursor:pointer;
}
.loginwrap .log-protocol span.on{
	background:url(../images/base/login_duigou_ico.png) center center no-repeat;
}
.loginwrap .log-protocol a{
	color:#f4b752;
}
.log-close{
	background:url(../images/base/loing_closed_icon.png) center center no-repeat;
	width:28px;
	height:25px;
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
.loginwrap .log-passwtj img,.loginwrap .log-passwtj span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}
.loginwrap .log-passwtj span{
	width:86%;
	margin-left:5px;
	font-size:18px;
}
.loginwrap .log-passwtj .paddinglf40{
	padding-left:40px;
	width:60%;
}
.loginwrap .log-proint{
	height:320px;
	overflow-y:scroll;
}
.loginwrap .log-proint p{
	width:80%;
	margin-left:7%;
	text-align:left;
	text-indent:2rem;
	margin-top:10px;
	font-size:15px;
	line-height:22px;
	color:#666;
}
.loginwrap  .log-prortn{
	text-align:center;
	margin-top:9px;
}
.loginwrap  .log-prortn a{
	border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border:1px solid #f5a623;
	color:#f5a623;
	padding:5px 30px 6px 30px;
}
.layui-layer.layui-anim.layui-layer-iframe{
	background-color:#fff;
} 
.loginwrap .log-proint {
    height: 313px;
}
/*****登陆注册 end******/
.courses-tabint .actsilder1 li.first,.courses-tabint .actsilder2 li.first,.courses-tabint .actsilder3 li.first{left:0;}
.loginwrap.login .loginimg img{
    margin-top: -30px;
}
.abnews .abnews-more{
	display:none;
}
.loginwrap.person-logon{
	width:460px;
	margin-bottom:50px;
}
.footer .footertop a span{
	display:block;
}

/* ---底部--- */
.footer {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background: url('../images/base/footer.jpg') no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 14px;
}
.footer .details {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer .details .contact {
    padding: 20px 0;
    margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid /*\**/#fff\9\0;
	*border-bottom: 1px solid #fff;
}
.footer .details .logo {
	width: 490px;
	vertical-align: middle;
	text-align: right;
}
.footer .details .logo img {
          height: 63px; 
}
.footer .details .info{
	width: 720px;
	vertical-align: middle;
	text-align: left;
}
.footer .details .contact .v-line, .footer .details .info .v-line, .footer .details .foot-line {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 1px solid /*\**/#fff\9\0;
	*border-left: 1px solid #fff;
	/* filter:alpha(opacity=50); */
	width: 0px;
	margin: 0 40px;
}
.footer .details .foot-line {
	margin:0 20px;
	padding:20px 0;
}
.footer .details .info .location, .footer .details .info .phone, .footer .details .info .blog, .footer .details .info .wechat, .footer .details .info .email, .footer .details .info .join {
	padding-left: 20px;
	display: inline-block;
	width: 26%;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: center left;
}
.footer .details .info .location{
	width: 100%;
	background-image: url('../images/base/location.png');
}
.footer .details .info .phone {
	background-image: url('../images/base/phone.png');
}
.footer .details .info .blog {
	background-image: url('../images/base/blog.png');
}
.footer .details .info .wechat {
	background-image: url('../images/base/wechat.png');
}
.footer .details .info .email {
	background-image: url('../images/base/email.png');
}
.footer .details .info .join {
	background-image: url('../images/base/join.png');
}
.footer .details .address {
	width: 100%;
	margin: 40px auto 0;
	padding: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid /*\**/#fff\9\0;
	*border-top: 1px solid #fff;
}
.footer .details .address div{
	line-height: 30px;
}
.footer .details .address div span{
	padding-left: 10px;
}
.footer .details .address a:hover{
	color: #f90;
}
/* ---二维码--- */
.qrcode {
	position: fixed;
    z-index: 999;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}
.qrcode .close {
	display: none;
}
.qrcode .open {
	display: block;
}
.qrcode .open img {
    width: 263px;
    height: auto;
}
.menubtn {
	width: 270px;
	float:left;
	height:auto;
}
.menubtn img,.menubtn-p{
	display:none;
}