::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #c3c3c3;
}

body{
	margin:0px;
	padding:0px;
	font-family: Microsoft YaHei;
	
}
/*全锟斤拷 end*/

/* header begin */
ul{
	list-style: none;
}

.ulnav li{
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0px 29px;
	cursor: pointer;
}

.header{
	background-image: url('image/header-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	background-position: center;
	height:265px;
	border-bottom: 1px solid #dedede;
	min-width:1200px;
}

.header-top{
	height: 204px;
}

.header-top img{
	width: 540px;
    margin-left: 180px;
    margin-top: 80px;
}

.header-bottom{
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.ulnav{
	display: inline-block;
	height: 60px;
    line-height: 60px;
    margin: 0px;
    padding-left: 0px;
    width: 800px;

}

.ulnav li:hover{
	color: #1774ff;
	border-bottom: 2px solid #1774ff;
}

.nav-active{
	color: #1774ff;
	border-bottom: 2px solid #1774ff;
}

.search-span{
	display: inline-block;
    width: 380px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0px;

}

.search-container{
	display: inline-block;
    width: 167px;
    height: 30px;
    line-height: 30px;
    width: 167px;
    border-radius: 5px;
    position: relative;
}

.search-container img{
	position: absolute;
    left: 17px;
    z-index: 1;
    top: 15px;
    height: 20px;
    width: 20px;
}


.search-container input{
	height: 28px;
    width: 200px;
    border: none;
    position: absolute;
    border-radius: 5px;
    top: 10px;
    left: 11px;
    text-indent: 27px;
}

.search-btn-style{
	height: 30px;
    position: absolute;
    left: 225px;
    top: 16px;
}
/* header end*/


/* footer begin */

/* footer end */

.lunbo{
	height: 260px;
	width: 1200px;
	margin: 0px auto;
	margin-top:25px;
	margin-bottom: 50px;
	position: relative;
}

.lunbo-left{
	display: inline-block;
	width: 710px;
	height: 260px;
}

.new-detail{
	position: absolute;
    top: 0px;
    left: 405px;
    height: 260px;
    width: 282px;
}

.news-title{
	height: 44px;
	line-height:44px;
    margin: 10px 0;

}

.news-title img{
	width: 44px!important;
	height: 44px!important;
}

.news-title span{
	display: inline-block;
    position: absolute;
    top: 6px;
    height: 44px;
    left: 56px;
    font-weight: normal;
}

.news-name{

    margin: 10px 0;
	padding-bottom:10px;
    font-size: 17px;
    line-height: 28px;
	border-bottom:1px solid #eee;

}

.news-content{

    margin: 20px 0;
    font-size: 16px;
	line-height:28px;
	color:#666;
    height: 220px;
    text-indent: 20px;
	text-align: justify;
    overflow: hidden;
}

.login-right{
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 490px;
	border: 1px solid;
	height: 260px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	box-shadow: 0 0 10px #f0f0f0;
}

.login-title{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #1174ff;
	color: #fff;
	height: 45px;
    line-height: 45px;
	font-size:24px;
    text-align: center;
}

.login-switch {
	width: 240px;
    margin: 0 auto;
    height: 32px;
    line-height: 1;
    margin-top: 50px;
}
.login-switch .tab {
	display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 20px;
    cursor: pointer;
}
.login-switch .tab.active {
	font-weight: 600;
	color: #1174ff;
}
.login-form.sms {
	display: none;
}
.user-name-div{
	height: 38px;
    line-height: 35px;
    width: 240px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 10px auto 30px auto;
    position: relative;
}

.user-name-div img{
	width: 20px;
    height: 20px;
    margin-top: 7px;
    position: absolute;
    left: 10px;
    z-index: 1;
}

.user-name-div .u-input{
	position: absolute;
    height: 35px;
    line-height: 35px;
    border: none;
    width: 98%;
    text-indent: 40px;
    border-radius: 5px;
}
.user-name-div .u-input.sms-code-input {
	width: 75%;	
}
.user-name-div #sms-code-btn {
	height: 30px;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #999;
    background: #fff;
    padding: 0;
    cursor: not-allowed;
    margin-top: 4px;
    margin-right: 5px;
    font-size: 14px;
    float: right;
}
.user-name-div #sms-code-btn.active {
	color: #1174ff;
	cursor: pointer;
}
.login-option{
	font-size: 13px;
    width: 240px;
    margin: 0px auto;
    height: 20px;
    position: relative;
}

.login-option .remeber-pwd{
	display: inline-block;
    width: 120px;
    position: relative;
    height: 20px;
}

.remeber-pwd input{
	position: absolute;
    top: 4px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.remeber-pwd label{
	position: absolute;
    left: 24px;
    top: 0px;
    cursor: pointer;
}

.login-option .forget-pwd{
	position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
}

.login-option .forget-pwd:hover{
	color: #1774ff;
}

.login-btn{
	height: 34px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #1774ff;
    width: 240px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #1774ff;
    font-size: 14px;
	cursor:pointer;
}

.login-btn:hover{
	color: #fff;
	background-color: #1774ff;
	border: 1px solid #1774ff;
}

.register-btn{
	cursor:pointer;
	height: 34px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ffba00;
    width: 240px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffba00;
    font-size: 14px;
}

.register-btn:hover{
	color: #fff;
	background-color: #ffba00;
	border: 1px solid #ffba00;
}

.fourth{
	background-image: url('image/fourth-bg1.png');
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	background-position: center;
	height:300px;
	min-width:1200px;
	cursor: pointer;
}

.fitth{
	width: 1200px;
	height:310px;
	margin:0px auto;
}

.fitth h2{
	font-weight: normal;
	margin: 0px auto;
	width: 300px;
	padding-top: 30px;
	position: relative;
}

.fitth .fitth-title{
	position: absolute;
	top: 35px;
    left: 70px;
}

.fitth-ul{
	height: 60px;
	line-height: 60px
}

.fitth-ul li{
	width: 28%;
    text-align: center;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.fitth-ul li:hover{
	color:#fea600;
	border-bottom: 2px solid #fea600;
}

.fitth-ul-active{
	color:#fea600;
	border-bottom: 2px solid #fea600;
}

.split-clear{
	clear: both;
	height: 2px;
}

.fitth-ul-content{
	height: 60px;
	margin-top: 20px;
	line-height: 35px;
}

.fitth-ul-content li{
	padding: 0px 60px;
	float: left;
}

.third {
	width: 1200px;
    margin: 0px auto;
    position: relative;
    height: 49px;
}

.third h2{
	margin:0px;
	font-weight: normal;
}

.third-l{
	float: left;
    width: 900px;
}

.third-l span{
	position: absolute;
	left: 60px;
	top:6px;
}

.third-r span{
	position: absolute;
	right: 130px;
	top: 6px;
}

.third-r{
	float: left;
	margin-left: 10px;
    width: 290px;
}

.third-1{
	width: 1200px;
    height: 1050px;
    margin: 0px auto;
    position: relative;
}

.third-1-img{
	width: 900px;
	height: 100px;
	position: relative;
}

.teacher-type{
    position: absolute;
    top: 33px;
    display: inline-block;
    height: 30px;
    font-size: 20px;
    left: 132px;
    width: 160px;
    line-height: 30px;
}

.teacher-type1{
    position: absolute;
    top: 35px;
    display: inline-block;
    height: 30px;
    font-size: 20px;
    left: 132px;
    width: 160px;
    line-height: 30px;
}


.third-1-img img{
	height: 100px;
}

.third-1-content{
	display: inline-block;
	width: 900px;
}

.third-2-content{
	display: inline-block;
    width: 290px;
    height: 1050px;
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url(image/topb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.item-content{
	margin:100px auto;
}

.third-2-content .l-item{
	height: 210px;
    width: 210px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.item-d1 {
	text-align: center;
    padding: 0px;
    margin: 0px auto;
    padding-top: 80px;
    height: 50px;
    cursor: pointer;
	font-weight: bold;
	width: 140px;
	line-height: 50px;
}

.item-d2{
	text-align: center;
    padding: 0px;
    font-size: 13px;
    width: 160px;
    margin: 0px auto;
    overflow: hidden;
}

.read-more{
	display: inline-block;
	color: #1174ff;
	position: absolute;
    top: 40px;
    right: 10px;
    cursor: pointer;
}

.read-more1{
	display: inline-block;
	color: #1174ff;
	position: absolute;
    right: 22px;
    bottom: 5px;
    cursor: pointer;
}

.third-1-content ul{
	list-style: none;
    margin-top: 20px;
    padding: 0px;
    margin-bottom: 20px;
}

.third-1-content ul li{
	margin: 10px;
    border-bottom: 1px solid #dedede;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
}

.third-1-content li span{
	position: absolute;
	top: 5px;
	right: 0px;
}


.arrow-bottom{
	height: 100px;
    position: absolute;
    bottom: 17px;
    right: 0px;
}

.fitth-read-more{
	position: relative;
    height: 50px;
    width: 1200px;
    margin: 0px auto;
}

.fa-angle-up{
	top: 31px;
    left: 100px;
    font-size: 41px;
    position: absolute;
    cursor: pointer;
    color: #1774ff;
}

.fa-angle-down{
	left: 100px;
    bottom: 26px;
    font-size: 41px;
    position: absolute;
    cursor: pointer;
    color: #1774ff;
}

.login-img{
    margin: 20px 117px;
    width: 45px;
}

.lgoin-user-info{
    text-align: center;
    margin:0px;
    font-size: 14px;
    margin-top: 15px;
}

.lgoin-user-info1{
    text-align: center;
    margin:0px;
    font-size: 14px;
    position: relative;
    margin-top: 135px;
    color: #1774ff;
}

.lgoin-user-info1 .btn-1{
    position: absolute;
    left: 15px;
    cursor: pointer;
}

.lgoin-user-info1 .btn-2{
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.baoming-enter{
	background-image: url(image/baoming-entre.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:130px;
	width:1200px;
	margin:0px auto;
	margin-bottom:50px;
	cursor:pointer;
}

.new-notice-ul{
	padding:0px;
	margin: 0px 10px;
}

.new-notice-ul li{
	height:30px;
	line-height:30px;
	margin-left:2px;
	margin-right:2px;
	font-size:16px;
	overflow:hidden;
	position:relative;
}

.new-notice-ul li a{
	display:inline-block;
	height:30px;
	line-height:30px;
	overflow:hidden;
}

.new-notice-ul li span{
	position:absolute;
	right:0px;
}

.login-container{
	width:1200px;
	min-height:800px;
	margin:50px auto;
	border: 1px solid #dedede;
    border-radius: 5px;
}

.index-login-div{
	background-color:#307BF8;
}

.index-login{
	height:30px;
	line-height:30px;
	width:1200px;
	margin:0px auto;
	text-align:right;
	color:#fff;
	background-color:#307BF8;
}

.index-login span{
	cursor:pointer;
	font-size:18px;
}


.index-login span:hover{
	color:#FFBA00;
}

.more-notice{
	position:absolute;
	right: 10px;
    font-size: 16px;
    cursor: pointer;
}