@charset "UTF-8";
html, * {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    /*overflow-x: hidden;*/
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #4883fe;
}
a:hover{
    color: #4982ff;
}

.hide {
    display: none;
}

.top-btn-box {
    float: right;
    display: inline-block;
    margin-right: 65px;
}

.top-btn-box button {
    height: 30px;
    border: 1px solid #eee;
    padding: 0;
    font-size: 14px;
    width: 95px;
    color: #eee;
    border-radius: 3px;
    opacity: 0.5;
    margin-right: 15px;
}

.lw-btn:hover{
    background: #ff694c;
    border: 1px solid #ff694c;
    opacity: 1;
}

.to-top {
    background: url(../images/homepage_top_click.png) no-repeat left top;
    width: 75px;
    height: 75px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 99999;
    color: transparent;
}

.clear-float {
    clear: both;
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
}

.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}

.apply-form-layer {
    width: 40%;
    position: fixed;
    top: 10% !important;
    left: 30% !important;
    z-index: 9999;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.apply-form-layer h1 {
    font-family: 30px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
}

.apply-form-layer .close {
    background: url(../images/icon_close.png) left top no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.apply-form {
    width: 100%;
    border-collapse: collapse;
    /* border: 1px solid #d7d7d7; */
}

.apply-form tr td.left {
    text-align: right;
    width: 150px;
    font-size: 14px;
}

.apply-form tr td {
    /* border: 1px solid #d7d7d7; */
    padding: 3px;
}

.apply-form tr td em {
    font-style: normal;
    color: red;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
}

.apply-form tr td input[type=text], .apply-form tr td textarea {
    padding: 5px;
    outline: none;
    font-size: 14px;
    width: 80%;
    border: 1px solid #ddd;
}

.submit-form {
    width: 300px;
    height: 50px;
    background-color: #fff;
    display: inline-block;
    border: 0px;
    color: #ec6438;
    border: 1px solid #ec6438;
    font-size: 14px;
    outline: none;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.max-main-banner-box {
    height: 870px;
    position: relative;
}

.min-main-banner-box {
    height: 550px;
    position: relative;
    background: #f8f8f8;
}

.max-main-banner-box .cover, .min-main-banner-box .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /*height: 450px;*/
    z-index: 9999;
}

.max-main-banner-box .cover .nav, .min-main-banner-box .cover .nav {
    width: 100%;
    height: 50px;
    padding-top: 20px;
}

.max-main-banner-box .cover .nav .logo, .min-main-banner-box .cover .nav .logo {
    width: 128px;
    height: 42px;
    display: inline-block;
    margin-left: 60px;
}

.max-main-banner-box .cover .nav ul, .min-main-banner-box .cover .nav ul {
    display: inline-block;
    height: 30px;
    /*padding-top: 20px;*/
    margin-left: 100px;
    vertical-align: top;
}

.max-main-banner-box .cover .nav ul li, .min-main-banner-box .cover .nav ul li {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 3px;
}

.max-main-banner-box .cover .nav ul li.active a, .min-main-banner-box .cover .nav ul li.active a {
    opacity: 1;
}

.max-main-banner-box .cover .nav ul li a, .min-main-banner-box .cover .nav ul li a {
    font-size: 14px;
    color: #fff !important;
    opacity: 0.5;
}

.max-main-banner-box .cover .nav ul li a:hover, .min-main-banner-box .cover .nav ul li a:hover {
    color: #fff !important;
    opacity: 1;
}

.min-main-banner-box .banner-text {
    position: absolute;
    z-index: 20;
    width: 100%;
    display: block;
    top: 180px;
    text-align: center;
}

.min-main-banner-box .banner-text .banner-title, .max-main-banner-box .banner-text .banner-title {
    font-size: 50px;
    color: #fff;
    letter-spacing: 10px;
}

.min-main-banner-box .banner-text .desc-info, .max-main-banner-box .banner-text .desc-info {
    font-size: 32px;
    color: #fff;
    margin-top: 15px;
    line-height: 60px;
}

.main-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main-bg {
    background: #f8f8f8;
}

.max-main-banner-box .swiper-container {
    width: 100%;
    height: 850px;
}

.max-main-banner-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.max-main-banner-box .swiper-slide img.banner-img {
    position: absolute;
    /*width: 1920px;*/
    /*height: 618px;*/
    left: 50%;
    /*margin-left: -960px;*/
    width: 100%;
    margin-left: -50%;
}

.max-main-banner-box .swiper-pagination-bullet, .paper-hand-content .two-box .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    opacity: 1;
    border: 1px solid #4883fe;
}

.max-main-banner-box .swiper-pagination-bullet-active, .paper-hand-content .two-box .swiper-pagination-bullet-active {
    background: #4883fe;
}

.max-main-banner-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.floor-box {
    padding: 120px 0 120px 0;
    overflow: hidden;
}

.one-floor, .two-floor, .three-floor, .four-floor, .fives-floor, .six-floor, .seven-floor, .eight-floor {
    text-align: center;
}

.one-floor h1.title, .four-floor h1.title, .fives-floor h1.title, .six-floor h1.title, .seven-floor h1.title {
    font-size: 36px;
    margin-bottom: 80px;
    color: #333;
}

.two-floor h1.title, .three-floor h1.title {
    font-size: 36px;
    margin-bottom: 38px;
    color: #333;
}

.eight-floor h1.title {
    font-size: 36px;
    margin-bottom: 38px;
    color: #fff;
    font-weight: 400;
}

.one-floor ul li, .four-floor ul li {
    float: left;
    width: 33.33%;
}

.fives-floor ul li {
    float: left;
    width: 315px;
    height: 520px;
    border: 2px solid #eee;
    background: #fff;
    margin-right: 40px;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.5s ease;
}

.fives-floor ul li:hover {
    margin-top: -20px;
    box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.20);
    border: 2px white solid;
    cursor: pointer;
}

.fives-floor hr {
    border: 1px solid #eee;
    margin: 50px 0;
}

.fives-floor h3 {
    font-size: 25px;
    color: #333;
    line-height: 40px;
    font-weight: 400;
}

.fives-floor p {
    font-size: 15px;
    color: #666;
    line-height: 40px;
    margin-top: 40px;
}

.one-floor ul li h3, .four-floor ul li h3 {
    margin: 30px 0;
    font-size: 25px;
    font-weight: 400;
    color: #333;
}

.one-floor ul li p, .four-floor ul li p {
    color: #666;
    line-height: 30px;
}

.two-floor .desc-info, .three-floor .desc-info {
    font-size: 20px;
    line-height: 40px;
    color: #333;
    margin-bottom: 40px;
}

.six-floor .content-box {
    overflow: hidden;
}

.six-floor .preview-box {
    width: 780px;
    height: 600px;
    float: left;
    transition: all 0.5s ease;
}

.six-floor .preview-box img {
    transition: all 0.5s ease;
}

.six-floor .preview-nav {
    overflow: hidden;
    margin-top: 130px;
    /*float: left;*/
    padding-left: 30px;
}

.six-floor .preview-nav ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
    cursor: pointer;
    height: 110px;
    transition: all .1s ease-in;
}

.six-floor .preview-nav ul li.home {
    background: url("../images/homepage_icon_1_normal.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.open-report {
    background: url("../images/homepage_icon_2_normal.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.middle-report {
    background: url("../images/homepage_icon_3_normal.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.middle-check {
    background: url("../images/homepage_icon_4_normal.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.reply-application {
    background: url("../images/homepage_icon_5_normal.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.score-check {
    background: url("../images/homepage_icon_6_normal.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.home:hover, .six-floor .preview-nav ul li.home.active {
    background: url("../images/homepage_icon_1_click.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.open-report:hover, .six-floor .preview-nav ul li.open-report.active {
    background: url("../images/homepage_icon_2_click.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.middle-report:hover, .six-floor .preview-nav ul li.middle-report.active {
    background: url("../images/homepage_icon_3_click.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.middle-check:hover, .six-floor .preview-nav ul li.middle-check.active {
    background: url("../images/homepage_icon_4_click.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.reply-application:hover, .six-floor .preview-nav ul li.reply-application.active {
    background: url("../images/homepage_icon_5_click.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li.score-check:hover, .six-floor .preview-nav ul li.score-check.active {
    background: url("../images/homepage_icon_6_click.png") no-repeat 27px 0;
}

.six-floor .preview-nav ul li p {
    margin-top: 90px;
    color: #666;
    font-size: 15px;
}

.eight-floor {
    background: url("../images/homepage_bg.png");
}

.eight-floor button:hover {
    border: 2px solid #ff694c;
    background: #ff694c;
}

.download-wrap ul {
    overflow: hidden;
}

.download-wrap ul li {
    width: 120px;
    float: left;
    margin: 0 65px;
}

.download-wrap ul li.qrcode-box {
    width: 240px;
}

.download-wrap ul li a {
    display: block;
    text-align: center;
}

.download-wrap ul li a span {
    display: block;
    text-align: center;
    padding-top: 10px;
    color: #333;
    font-size: 25px;
    color: #333;
}

.download-wrap ul li a img.qrcode {
    width: 180px;
    height: 180px;
}

.download-wrap ul li a label {
    display: block;
    text-align: center;
    color: #333;
    font-size: 25px;
    margin-top: 15px;
    line-height: 40px;
}

.qr-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 183px;
    height: 178px;
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
    background: url(../images/bg_qrcard.png) no-repeat left top;
    z-index: 9999;
    display: none;
}

.icon-index-pc {
    width: 80px;
    height: 80px;
    background: url("../images/homepage_platform_windows_click (2).png");
    display: block;
    margin: 0 auto;
}

.download-wrap ul li:hover .icon-index-pc {
    background: url("../images/homepage_platform_windows_click (1).png");
}

.icon-index-ios {
    width: 80px;
    height: 80px;
    background: url("../images/homepage_platform_iphone_click (2).png");
    display: block;
    margin: 0 auto;
}

.download-wrap ul li:hover .icon-index-ios {
    background: url("../images/homepage_platform_iphone_click (1).png");
}

.icon-index-android {
    width: 80px;
    height: 80px;
    background: url("../images/homepage_platform_android_click (2).png");
    display: block;
    margin: 0 auto;
}

.download-wrap ul li:hover .icon-index-android {
    background: url("../images/homepage_platform_android_click (1).png");
}

.lw-btn {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    background: transparent;
    /*font-size: 25px;*/
    padding: 10px 10px;
    cursor: pointer;
    width: 180px;
    font-size: 20px;
}

.btn-yellow {
    background: #fe6b4c;
    border: 1px solid #fe6b4c;
}

.lw-btn-large {
    font-size: 25px;
    width: 250px;
}

.footer-box {
    background: #363636;
    overflow: hidden;
}

.footer-box .footer-column {
    width: 200px;
    float: left;
}

.footer-box .footer-column label {
    color: #fff;
    display: block;
}

.footer-box .footer-column ul {
    margin-top: 20px;
}

.footer-box .footer-column ul li, .footer-box .footer-column ul li a {
    color: #999;
    line-height: 40px;
}

.footer-box .footer-column:nth-child(3) {
    text-align: center;
    float: right;
    position: absolute;
    right: 280px;
}

.footer-box .footer-column:nth-child(3) img {
    margin-top: 15px;
}

.footer-box .footer-column:nth-child(3) p {
    color: #999;
}

.footer-box p.footer-desc {
    text-align: center;
    color: #666;
    margin-top: 100px;
}

.product-box {
    position: absolute;
    top: 450px;
    z-index: 50;
    width: 100%;
    display: block;
    text-align: center;
}

.product-box ul li.box {
    float: left;
    width: 460px;
    height: 600px;

    margin-bottom: 80px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}

.product-box ul li.box:nth-child(2n+1) {
    margin-right: 50px;
}

.product-box ul li.box h3 {
    color: #4982ff;
    font-size: 30px;
    margin: 30px 0 50px 0;
}

.product-box ul li.box hr {
    margin: 30px 0;
    border: 1px solid #eee;
}

.product-box ul li.box .function-list {
    padding-left: 40px;
}

.product-box ul li.box .function-list li {
    text-align: left;
    list-style: square inside url('../images/product_round.png');
    font-size: 20px;
    line-height: 40px;
    color: #333;
}


/*首页悬浮框样式*/
.suspension-frame{
    background: url("/images/background_box.png") no-repeat;
    position: fixed;
    bottom:75px ;
    right:8px ;
    width: 252px;
    height: 436px;
    z-index: 2;
    overflow: auto;
    display: block;
}
.index-qrcode{
    margin: 0 auto;
    display: block;
    padding-top: 35px;
    padding-bottom: 5px;
}
.main-title,.main-content{
    padding: 5px;
    color: #ffffff;
    margin: 0 auto;
}
.main-title{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 80%;
    letter-spacing: 0.1em;
}
.main-content{
    font-size: 15px;
    text-align: left;
    padding-top: 35px;
    width: 68%;
    line-height: 24px;
}

/*登录界面样式*/
.main-label-box{
    width: 100%;
    height: 100%;
    padding-top: 90px;
}
.main-label{
    max-width: 60%;
    margin: 0 auto;

}
.title-label{
    font-size: 20px;
    color: #333;
    padding-bottom: 30px;
}
.title-icon{
    width: 8px;
    height: 20px;
    background: #4882ff;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -3px;
}
.school-detail:after,.province-detail:after{
    clear: both;
    display: block;
    content: '';
}
.province-list{
    display: block;
}
.province-detail li{
    width: 80px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #323333;
    margin: 0 0 3px 15px;
    vertical-align: middle;
    float: left;
    line-height: 36px;
    cursor: pointer;
}
.search-label{
    margin-top: 10px;

}
.search-box{
    border: 1px solid #d5d4d4;
    height: 50px;
    width: 500px;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-left: 25px;
}
.search-input{
    /*background: url(/images/web_search.png) no-repeat #f8f8f8;*/
    padding-left: 15px;
    width: 399px;
    height: 100%;
    border: none;
    float: left;
    background: #f8f8f8;
}
/*修改input提示文字的字体样式*/
input::-webkit-input-placeholder {
    color: #c6c6c6;
}
input:-moz-placeholder {
    color: #c6c6c6;
}
input::-moz-placeholder {
    color: #c6c6c6;
}
input:-ms-input-placeholder {
    color: #c6c6c6;
}
.search-icon{
    width: 50px;
    height: 48px;
    float: left;
    line-height: 48px;
    text-align: center;
    background: #f8f8f8;
    border: none;
    cursor: pointer;
}
.refresh-icon{
    width: 50px;
    height: 48px;
    display: inline-block;
    border-left: 1px solid #d5d4d4 !important;
    margin-left: -1px;
    line-height: 48px;
    text-align: center;
    background: #f8f8f8;
    border: none;
    cursor: pointer;
}
.school-detail{
    border: 1px solid #d5d4d4;
    min-height: 310px;
    text-align: center;
}
.school-detail li{
    padding: 15px 15px 8px 15px;
    float: left;
    width: 230px;
    text-align: left;
    text-overflow: ellipsis;
    word-spacing: normal;
    overflow: hidden;
    white-space: nowrap;
}
.school-detail  a{
    color: #000 !important;
    cursor: pointer;
    text-align: center;
}
.layer-form-msg{
    min-width: 100px;
    background-color: #ccc;
    filter: alpha(opacity=60);
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none;
    padding: 12px 25px;
    text-align: center;
}
.cs{
    width: 160px;
    /* height: 210px; */
    background: #F6F8FB;
    box-shadow: 0px 0px 9px 0px #D7DCF4;
    border-radius: 3px;
    position: fixed;
    right: 50px;
    top: 70%;
}
.cs-img{
    width: 130px;
    height: 130px;
    margin: 15px auto;
}
.cs-img img{
    width: 130px;
    height: 130px;
}
.cs p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #272628;
    line-height: 20px;
    text-align: center;
}
.cs-zx{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8EA3D0;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    height: 30px;
    background-color: #fff;
}