* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #ffffff;
}

body {
    width: 100%;
    height: auto;
}

body {
    line-height: 1;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    /*font-family: "微软雅黑",*/
    color: #ccc;
}

a {
    text-decoration: none;
    color: inherit;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
}

.fclear {
    clear: both;
}

.feature .b_blue {
    box-shadow: #E0E3E6 0px 0px 5px 5px;
    border: 1px solid #46A3F4;
}

.feature .sub_b_blue {
    box-shadow: #E0E3E6 0px 0px 5px 5px;
    background-color: #0068b7 !important;

    /*border: 1px solid #46A3F4;*/
}

/*.feature ul li.b_blue > .b_blue_01 {*/
/*background: url("../images/center001.png") no-repeat !important;*/
/*}*/

/*.feature ul li.b_blue > .b_blue_02 {*/
/*background: url("../images/center002.png") no-repeat !important;*/
/*}*/

/*.feature ul li.b_blue > .b_blue_03 {*/
/*background: url("../images/center003.png") no-repeat !important;*/
/*}*/

/*.feature ul li.b_blue > .b_blue_04 {*/
/*background: url("../images/center004.png") no-repeat !important;*/
/*}*/

/*.feature ul li.b_blue > .b_blue_05 {*/
/*background: url("../images/center005.png") no-repeat !important;*/
/*}*/

/*.feature ul li.b_blue > .b_blue_06 {*/
/*background: url("../images/center006.png") no-repeat !important;*/
/*}*/

.feature .b_blue .detail {
    color: #46A3F4;
}

.feature ul > li{
    position: relative;
}
.feature ul > li >.item_new:after,.feature ul > li >.item_hot:after{
    position: absolute;
    top: 0;
}
.feature ul > li >.item_new:after{
    left: 0;
    content:url('../image/new1.png')
}
.feature ul > li >.item_hot:after{
    right: 0;
    content:url('../image/hot.png')
}

/*头部*/
.header {
    color: #333;
    height: 64px;
    line-height: 64px;
    background-color: #fff;
    border-bottom: 1px solid #b5b5b5;
}

.header .container {
    position: relative;
}

.container {
    width: 1150px;
    margin: 0 auto;
}

.header .logo {
    height: 32px;
    line-height: 64px;
    margin-top: 12px;
    margin-left: 17px;
    width: 290px;
}

.contact img {
    vertical-align: middle;
}

.header .contact {
    line-height: 64px;
    float: right;
}

.header .contact li {
    margin-right: 8px;
}

.header .contact li > a {
    color: #444;
    font-size: 16px;
}

.header .contact li:nth-child(1) > a {
    cursor: default;
}

.top-nav {
    position: absolute;
    left: 315px;
    margin-bottom: 0;
}

.top-nav li {
    float: left;
    margin-left: 30px;
    font-weight: bold;
}

.top-nav li.on a {
    color: #0d95dd;
}

.navxs span {
    height: 80px;
    line-height: 80px;
}

.navxs span i {
    width: 28px;
    height: 28px;
    background-image: url("../image/stel.png");
    background-size: 100% 100%;
    display: inline-block;
}

/*中部*/
.container_center {
    width: 100%;
    height: 400px;
    /*    overflow: hidden;*/
    background: url(../image/banner.png) no-repeat;
    background-size: 100% 100%;
}

.container_center .login_pop {
    position: relative;
}

.container_center .login_pop .loginform {
    position: absolute;
    left: 60%;
    margin: 34px auto;
    max-width: 400px;
    padding: 0;
    width: 378px;
    height: 324px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
}

.loginform .input-container {
    padding: 30px;
}

.dowebok {
    margin: 34px auto;
    position: absolute;
    width: 378px;
    height: 344px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
}

.loginform .loginText {
    color: #fff;
    font-weight: bold;
    background: #0071bd;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
}

.form-item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

.form-item input {
    width: 304px;
    height: 38px;
    padding-left: 50px;
    margin-left: 38px;
    font-size: 14px;

    background: #fff;
    outline: none;
    border: none;
}

.formItemImg input {
    width: 200px;
}

.formItemImg img.yzm {
    width: 100px;
    position: absolute;
    margin-left: 5px;
    height: 38px;
}

.formItemImgP {
    padding: 15px 36px 0;
}

.formItemImgP > input {
    margin-right: 5px;
}

.form-item_btn {
    padding-top: 14px;
}

.form-item button {
    width: 304px;
    height: 38px;
    border: 0;
    border-radius: 6px;
    margin-left: 38px;
    font-size: 18px;
    color: #fff;
    outline: none;
    cursor: pointer;
    background-color: #006fbc;
}

.usernameImg,
.passwordImg,
.yzmImg {
    position: absolute;
    width: 38px;
    height: 38px;
    left: 38px;
    background: url(../image/user01.png) no-repeat;
}

.passwordImg {
    background: url(../image/user02.png) no-repeat;
}

.yzmImg {
    background: url(../image/user03.png) no-repeat;
}

.tip {
    display: none;
    position: absolute;
    left: 20px;
    top: 52px;
    font-size: 14px;
    color: #f50;
}

.reg-bar {
    padding: 0 30px;
    width: 360px;
    margin: 16px auto 20px;
    font-size: 16px;
    overflow: hidden;
}

.reg-bar a {
    color: #fff;
    text-decoration: none;
    text-decoration: underline;
}

.reg-bar .reg {
    float: left;
}

.reg-bar .forget {
    float: right;
}

.dowebok ::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.dowebok :-moz-placeholder {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.dowebok ::-moz-placeholder {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.dowebok :-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

@media screen and (max-width: 500px) {

    * {
        box-sizing: border-box;
    }

    .dowebok {
        position: static;
        width: auto;
        height: auto;
        margin: 0 30px;
        border: 0;
        border-radius: 0;
    }

    .logo {
        margin: 50px auto;
    }

    .form-item {
        width: auto;
    }

    .form-item input,
    .form-item button,
    .reg-bar {
        width: 100%;
    }

}

/*列表*/
.feature_container {
    position: relative;

}

.feature {
    position: relative;
    overflow: hidden;
    width: 1150px;
    height: 145px;
    margin: 30px auto;
    z-index: 0;
}

.feature ul {
    display: table;
    margin: 0 auto;
}

.feature ul > li {
    cursor: pointer;
    width: 155px;
    height: 145px;
    border: 1px solid #ccc;
    border-right: none;
    float: left;
    text-align: center;
}

/*.feature ul>li:hover {
	box-shadow:#E0E3E6 0px 0px 5px 5px;
    border: 1px solid #46A3F4;
}
.feature .feature_small>li:hover{
 border: 1px solid #46A3F4;
 box-shadow:0 0 0 0;
}*/
/*.feature ul > li:nth-child(1):hover {*/
/*box-shadow: #E0E3E6 0px 0px 5px 5px;*/
/*}*/

.feature ul > li:last-child {
    border-right: 1px solid #ccc;
}

.feature ul > li > .itemWrap {
    width: 40px;
    height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 30px;
}

/*.feature ul > li:nth-child(1) > .itemWrap {*/
/*background: url(../images/center01.png) no-repeat;*/
/*background-size: cover;*/
/*}*/

/*.feature ul > li:nth-child(2) > .itemWrap {*/
/*background: url(../images/center02.png) no-repeat;*/
/*background-size: cover;*/
/*}*/

/*.feature ul > li:nth-child(3) > .itemWrap {*/
/*background: url(../images/center03.png) no-repeat;*/
/*background-size: cover;*/
/*}*/

/*.feature ul > li:nth-child(4) > .itemWrap {*/
/*background: url(../images/center04.png) no-repeat;*/
/*background-size: cover;*/
/*}*/

/*.feature ul > li:nth-child(5) > .itemWrap {*/
/*background: url(../images/center05.png) no-repeat;*/
/*background-size: cover;*/
/*}*/

.feature ul > li > .itemWrap {
    /*background: url(../images/center06.png) no-repeat;*/
    background-size: cover;
}

.feature div ul.feature_small > li .itemWrap {
    /*background: url(../images/list14.png) no-repeat;*/
    background-size: cover;
}

/*.feature div > .feature_small {*/
/*margin-left: 108px;*/
/*}*/

.feature div > .feature_small > li {
    width: 120px;
    height: 120px;
    border: none;
    background-color: #46A3F4;
    margin-right: 10px;

}

.feature div > .feature_small > li > .detail {
    color: #fff;
    font-size: 14px;

}

.feature div ul > li > .detail {
    margin-top: 12px;
    color: #666666;
}

.studentPrev,
.feaPrev {
    position: absolute;
    left: 9px;
    top: 48px;
    z-index: 1;
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    text-align: center;
    line-height: 54px;
    color: #cacfd1;
    cursor: pointer;
}

.studentNext,
.feaNext {
    position: absolute;
    right: 8px;
    top: 48px;
    z-index: 1;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background-color: #ffffff;

    text-align: center;
    line-height: 54px;
    color: #cacfd1;
}

/*底部*/
footer {
    width: 100%;
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
}

footer p {
    color: #444;
    font-size: 14px;

}

/*浮动二维码开始*/
.code2 {
    position: fixed;
    bottom: 0;
    right: 90px;
    width: 200px;
    height: 200px;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    border: 1px solid #e0e3e6;
    text-align: center;
}

.code2 img {
    margin-top: 34px;
}

/*浮动二维码结束*/

/*提醒浏览器版本过低弹窗开始css开始*/
.badbrowser {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    white-space: nowrap;
    overflow: auto
}

.badbrowser_modal {
    background: rgba(0, 0, 0, .25)
}

.badbrowser_modal .badbrowser__content {
    /*border: 1px solid #ccc;*/
    /*border-radius: 3px;*/
    /*background: #fff;*/
    /*padding: 15px*/
}

.badbrowser__logo {
    width: 50%
}

.badbrowser__content, .badbrowser__helper {
    display: inline-block;
    vertical-align: middle
}

.badbrowser-user-browser {
    margin-top: 15px;
    color: #444;
}

.badbrowser__helper {
    height: 100%;
    margin-right: -.25em
}

.badbrowser__content {
    white-space: normal
}

.oldbrowser__browserLink {
    display: inline-block;
    width: 60px;
    height: 66px;
    background: url(../image/browser.png) no-repeat 0 0;
    margin: 0 10px
}

.bomb {
    width: 560px;
    height: 360px;
    background-color: #fff;
    /*margin-left: 400px;*/
    margin-bottom: 200px;
    display: block;
    border: 1px solid #ccc;
}

.bomb .conN {
    padding: 40px;
    text-align: center;
}

.conN h4 {
    font-size: 22px;
    color: #0068b7;
}

.conN p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.imgBro {
    margin-top: 30px;
}

.clo {
    width: 390px;
    height: 36px;
    background-color: #46a3f4;
    display: block;
    border-radius: 5px;
    line-height: 36px;
    margin-left: 44px;
    color: #fff;
    margin-top: 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

/*提醒浏览器版本过低弹窗开始css结束*/
/*短信验证码弹窗*/
.messageModal{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 997;
    background-color: rgba(0, 0, 0, 0.4);
    /*filter: blur(5px); !*滤镜*!*/
    backdrop-filter: blur(5px);
}
.modalHeader{
    /*font-size: 20px;*/
    /*color: #766e6e;*/
    /*padding: 20px 20px 18px 15px;*/
    /*border-bottom: 1px solid #f8f5f5;*/
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: rgb(0, 129, 204);
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.modalClose{
    display: inline-block;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 13px;
    top: 15px;
}
.messageBox{
    z-index: 999;
    position: absolute;
    width: 390px;
    height: 210px;
    left: 50%;
    top: 50%;
    margin-left: -195px;
    margin-top: -105px;
    /*text-align: center;*/
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 5px;
    text-align: left;
    /*padding: 9px 20px;*/
}
.messageBox .yzmImg{
    left: 18px;
}
/*.messageBox .yzm{*/
/*    border: 1px solid #dcdfe6;*/
/*}*/
.messageBox form{
    margin-top: 20px;
    padding: 0 20px;
}
.messageBox .form-item input{
    border: 1px solid #dcdfe6;
    width: 194px;
}
.messageBox .subCode{
    display: inline-block;
    /*width: 86px;*/
    /*height: 36px;*/
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    outline: none;
    cursor: pointer;
    background-color: #128dec;
    position: absolute;
    bottom: 20px;
    right: 30px
}