﻿/*.bodycontent{width:100%; position:relative; overflow:hidden;}*/

.w1200 {
    width: 1200px;
    margin: auto;
}

.min_w1200 {
    min-width: 1200px;
}

.header {
    /* padding-top: 17px;*/
    height: 80px;
    background: #000000;
    color: #FFFFFF;
}

    .header .w1200 {
        padding-top: 17px;
    }

.flex {
    display: flex;
}

.flex1 {
    display: flex;
    justify-content: space-between; /* 横向中间自动空间 */
}

.flex2 {
    display: flex;
    align-items: center; /*垂直居中*/
    justify-content: center; /*水平居中*/
}

.flex3 {
    display: flex;
    flex-flow: wrap;
}

.cur_p {
    cursor: pointer;
}

.header .left {
    margin-right: 50px;
}

    .header .left img {
        padding-top: 1px;
    }

    .header .left p {
        font-size: 18px;
        font-family: HYYaKuHeiJ;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 24px;
        margin-top: 8px;
    }

    .header .left span {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 16px;
        margin-left: 2px;
    }

.header .right {
    margin-left: 26px;
    width: 180px;
    height: 48px;
    border: 1px solid #FFFFFF;
}

    .header .right a {
        display: flex;
    }

    .header .right p {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 48px;
        margin-left: 13px;
    }

    .header .right img {
        margin-top: 12px;
        margin-left: 36px;
        width: auto;
        height: 24px;
    }

.topNav {
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    position: fixed !important;
    width: 100% !important;
    top: 0;
    background: rgba(255,255,255,1);
    z-index: 2;
}


/*--------------------- header -------------------*/
.header-wrap {
    /* position: fixed;*/
    background-color: #fff;
    z-index: 10;
    overflow: initial;
    width: 100%;
    /* border-bottom:1px solid #e7e7e7;*/
}

.header-wrap-box {
    height: 76px;
}

.header-box {
    position: relative;
    overflow: initial;
    width: 1200px;
    margin: 0 auto;
    height: 76px;
}

    .header-box > a.wsgjp-logo {
        display: block;
        float: left;
        width: 203px;
        height: 76px;
        background: url(/images/logo-wsgjp.png?v=2) no-repeat 50% 40%;
        margin-top: 0px;
        background-size: contain;
    }

    .header-box > ul.header-nav {
        position: relative;
        overflow: initial;
        float: left;
        margin-left: 100px;
        height: 76px;
    }

        .header-box > ul.header-nav > li {
            position: relative;
            overflow: initial;
            float: left;
            margin-left: 60px;
            height: 76px;
        }

            .header-box > ul.header-nav > li:first-child {
                margin-left: 0;
            }

            .header-box > ul.header-nav > li > a {
                font-size: 16px;
                color: #373737;
                line-height: 76px;
            }

.shop-cart {
    color: #ffee00 !important;
}

.shop-img {
    width: 30px;
}

.shop-cart img {
    width: 20px;
}

.left-phone {
    position: fixed;
    left: 0;
    top: 500px;
    z-index: 100;
}

.login-download {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    height: 100% !important;
    color: #fff;
    padding: 10px !important;
    box-sizing: border-box;
}

.download-psi {
    display: flex;
    justify-content: space-between;
    height: 28px;
}

    .download-psi > .download-label {
        font-size: 14px;
    }

    .download-psi > .download-btn {
        font-size: 14px;
        color: #0064fa;
        cursor: pointer;
    }

    .download-psi > .cancel-dialog {
        color: #ee685d
    }

.btn-code-box {
    margin-left: 16px;
    cursor: pointer;
    position: relative;
}

.qrcode {
    width: 150px;
    display: none;
    position: absolute;
    bottom: -160px;
    left: -35px;
    border: 1px solid #e7e7e7;
}

    .qrcode img {
        width: 150px;
    }

.header-box > ul.header-nav > li > ol.nav-ol,
.header-box > ul.header-right-box > li > ol.nav-ol {
    z-index: 9;
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    left: 50%;
    margin-left: -80px;
    top: 76px;
    width: 180px;
    background: #fff;
    box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -webkit-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -o-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header-box > ul.header-nav > li:hover > a,
.header-box > ul.header-right-box > li:hover > a {
    color: #0064fa;
}

.header-box > ul.header-nav > li:hover > ol.nav-ol,
.header-box > ul.header-right-box > li:hover > ol.nav-ol {
    max-height: 500px;
    padding: 10px 0;
}

.header-box > ul.header-nav > li > ol.nav-ol > li,
.header-box > ul.header-right-box > li > ol.nav-ol > li {
    padding-left: 12px;
    height: 36px;
}

    .header-box > ul.header-nav > li > ol.nav-ol > li > a,
    .header-box > ul.header-right-box > li > ol.nav-ol > li > a {
        font-size: 14px;
        color: #323232;
        line-height: 36px;
    }

        .header-box > ul.header-right-box > li > ol.nav-ol > li > a > span {
            font-size: 12px;
            color: #323232;
            line-height: 36px;
        }

    .header-box > ul.header-nav > li > ol.nav-ol > li:hover > a,
    .header-box > ul.header-right-box > li > ol.nav-ol > li:hover > a {
        color: #0064fa;
    }

.header-box > ul.header-nav > li > ol.need-center {
    width: 142px;
    margin-left: -71px;
}

    .header-box > ul.header-nav > li > ol.need-center > li {
        padding-left: 0;
        text-align: center;
    }

.header-box > .header-right-box {
    position: relative;
    overflow: initial;
    float: right;
}

    .header-box > .header-right-box > li {
        position: relative;
        overflow: initial;
        float: left;
        padding: 23px 0;
    }

        .header-box > .header-right-box > li > a.btn {
            display: flex;
            align-items:center;
            justify-content:center;
            height: 30px;
            border-radius: 3px;
            border: 1px solid #0064fa;
            font-size: 14px;
            color: #fff;
            line-height: 28px;
            text-align: center;
            box-sizing: border-box;
            padding:0;

        }

        .header-box > .header-right-box > li > a.login {
            width: 80px;
            color: #0064fa;
        }

            .header-box > .header-right-box > li > a.login:hover {
                background: #0064fa;
                color: #fff;
            }

            .header-box > .header-right-box > li > a.login:hover {
                background: #0064fa;
                color: #fff;
            }

        .header-box > .header-right-box > li > a.register {
            width: 80px;
            background: #0064fa;
            margin-left: 15px;
        }

            .header-box > .header-right-box > li > a.register:hover {
                background: #0050c9;
            }

        .header-box > .header-right-box > li:hover > a.register {
            color: #fff;
        }

    .header-box > .header-right-box a.right-text {
        line-height: 30px;
        font-size: 14px;
        color: #373737;
        margin-left: 15px;
    }

.header-box > ul.header-right-box > li > ol.nav-ol {
    width: 230px;
    margin-left: -95px;
}

.header-top-wrap {
    position: relative;
    overflow: initial;
    width: 100%;
    height: 30px;
    background: #313131;
}

.header-top-box {
    height: 30px;
}

    .header-top-box > .header-right-box > li {
        padding: 0;
    }

        .header-top-box > .header-right-box > li > a {
            border-left: 1px solid #757475;
            padding: 0 15px;
        }

        .header-top-box > .header-right-box > li:first-child + li + li > a {
            padding: 0 0 0 15px;
        }

        .header-top-box > .header-right-box > li > a.right-text {
            margin-left: 0;
        }

            .header-top-box > .header-right-box > li > a.right-text > span {
                font-size: 13px;
                color: #fff;
                padding-left: 15px;
            }

                .header-top-box > .header-right-box > li > a.right-text > span:first-child {
                    padding-left: 5px;
                }

        .header-top-box > .header-right-box > li:first-child > a {
            border-left: 0;
        }

        .header-top-box > .header-right-box > li > a.right-text {
            /* color: rgba(255, 255, 255, 0.4);*/
            color: #fff;
            font-size: 13px;
        }

        .header-top-box > .header-right-box > li:hover > a.right-text {
            color: #fff;
        }

    .header-top-box > ul.header-right-box > li > ol.nav-ol {
        top: 30px;
    }

/*--------------------- footer -------------------*/
.footer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

    .footer-wrap .bash-box {
        position: relative;
        overflow: hidden;
        width: 1210px;
        display: flex;
    }

    .footer-wrap > .footer-content-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        background: #30343d;
        padding: 35px 0 40px;
    }

.footer-content-wrap .wechat-box {
    padding-left: 20px;
    float: left;
}

.wechat-box > i.wechat-qrcode {
    display: block;
    width: 144px;
    height: 144px;
    background: url(../images/code.png) no-repeat 50% 50%;
    background-size: 100%;
}

.wechat-box > p.wechat-title {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 5px;
}

.wechat-box > p.wechat-detail {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
}

.wechat-box i.wechat-icon {
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(../img/wechat_icon.png) no-repeat 50% 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-content-ul {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 70px;
}

    .footer-content-ul li {
        position: relative;
        overflow: hidden;
        margin-left: 100px;
        float: left;
    }

        .footer-content-ul li:first-child {
            margin-left: 0;
        }

        .footer-content-ul li p.h4 {
            font-size: 16px;
            color: #fff;
            line-height: 1;
            padding-bottom: 25px;
        }

        .footer-content-ul li a {
            display: block;
            font-size: 14px;
            color: rgba(196, 197, 198, 0.63);
            line-height: 1;
            padding-bottom: 15px;
        }

            .footer-content-ul li a:hover {
                color: #fff;
            }

        .footer-content-ul li p.tel-title {
            line-height: 1;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.65);
            padding: 15px 0;
        }

        .footer-content-ul li i.tel {
            display: inline-block;
            width: 25px;
            height: 25px;
            vertical-align: bottom;
            background: url(../images/Online/tel.png) no-repeat 50% 50%;
            margin-right: 10px;
        }

        .footer-content-ul li p.tel-number {
            line-height: 25px;
            font-size: 22px;
            color: #fff;
            font-weight: bold;
        }

            .footer-content-ul li p.tel-number .holiday-phone {
                line-height: 25px;
                font-size: 22px;
                color: #fff;
                font-weight: bold;
            }
.holiday-phone-no{
    font-size:22px
}
.footer-content-ul li p.tel-number .holiday-phone {
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.qrcode {
    width: 150px;
    display: none;
    position: absolute;
    bottom: -160px;
    left: -35px;
    border: 1px solid #e7e7e7;
}

    .qrcode img {
        width: 150px;
    }

.footer-wrap > .footer-copyright-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 66px;
    background: #292c33;
    text-align: center;
}

.footer-copyright-wrap span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 66px;
}

    .footer-copyright-wrap span.padding-10 {
        padding-left: 10px;
    }

    .footer-copyright-wrap span.padding-20 {
        padding-left: 20px;
    }

.bodycontent * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bodycontent html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, i, b, s {
    font-family: Microsoft YaHei,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    border: 0
}

ul, ol {
    list-style: none
}

a img {
    vertical-align: top;
    border: none
}

a {
    text-decoration: none
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0 none;
    background-color: transparent
}

    button::-moz-focus-inner {
        padding: 0
    }

input[type=password] {
    -webkit-text-security: disc
}

textarea:focus, input:focus, button:focus {
    outline: none
}

body {
    word-wrap: break-word
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.icon {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top
}

.btn {
    display: inline-block;
    zoom: 1;
    text-align: center;
    vertical-align: middle
}

.none {
    display: none
}

.bash-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bash-box {
    position: relative;
    overflow: hidden;
    width: 1210px;
    margin: 0 auto;
}

.flex-span {
    display: flex;
    align-items: center;
}

.gongan {
    width: 22px;
    height: 22px;
    margin: 0 4px;
}

.h1-title {
    line-height: 1;
    font-size: 36px;
    color: #222222;
    text-align: center;
    padding: 70px 0 20px;
}

.h2-title {
    line-height: 1;
    font-size: 20px;
    color: #6a6a6a;
    text-align: center;
    padding-bottom: 50px;
}


.footer-content-wrap .link-box {
    padding-left: 20px;
    float: left;
    width: 144px;
    height: 50px;
    display: inline-block;
}

.footer-link {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 70px;
    color: #ccc;
    overflow: hidden;
}


    .footer-link a {
        color: #ccc;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }

        .footer-link a:hover {
            color: #fff;
        }
.newFlex .left img {
    width: 14px;
    height: 14px;
}
.newFlex {
    height: 50px;
    background: #313131;
}

    .newFlex .left p {
        line-height: 16px;
        margin-top: 0px;
    }

    .newFlex .left span {
        margin-right: 5px;
    }

    .newFlex .left .ml60 {
        margin-left: 60px;
    }

    .newFlex .right {
        width: 130px;
        height: 30px;
        margin-top: -7px;
    }

        .newFlex .right img {
            margin-top: 6px;
            margin-left: 23px;
            width: auto;
            height: 16px;
        }

        .newFlex .right p {
            font-size: 14px;
            line-height: 30px;
        }
/*首页右侧-在线咨询*/

#index_float_01 {
    width: 86px;
    border-radius: 10px 0 0 10px;
    float: right;
    position: fixed;
    _position: absolute;
    right: 20px;
    top: 40%;
    #index_float_01
    z-index: 9;
    overflow: initial;
}

#index_float_01 .part_01 {
    width: 11px;
    height: 100px;
    float: left;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

#index_float_01 .part_01 img {
    vertical-align: middle;
    display: inline-block;
}

#index_float_01 .float_hide {
    width: 11px;
    height: 100px;
    display: block;
    cursor: pointer;
    background: url(../images/float_hide.png) no-repeat 5px 50px;
}

#index_float_01 .float_show {
    width: 10px;
    height: 100px;
    display: block;
    cursor: pointer;
    background: url(../images/float_show.png) no-repeat 5px 50px;
}

#index_float_01 .part_02 {
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    text-align: center;
    }

#index_float_01 .part_02 div {
    height: 63px;
    border-bottom: 0.5px dashed #ffa688;
    text-align: center;
    color: #fff;
    padding-top: 14px;
    cursor: pointer;
   /* margin-left: 20px;*/
    width: 60px;
}

#index_float_01 .part_02 a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 80px;
}

#index_float_01 #tel_consult {
    display: none;
    position: absolute;
    top: 0;
    left: -185px;
    width: 155px;
    height: 153px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ff4000;
    padding-top: 0;
    margin-top: 9px;
    box-sizing: border-box;
    -o-box-shadow: 0 0px 8px rgba(255,64,0,0.4);
    -webkit-box-shadow: 0 0px 8px rgba(255,64,0,0.4);
    box-shadow: 0 0px 8px rgba(255,64,0,0.4);
}

#index_float_01 #tel_consult img {
    width: 150px;
    height: 150px;
}

#index_float_01 .part_02 .arrow {
    width: 0;
    padding: 0;
    height: 0px;
    border: 10px solid rgba(255,64,0,0);
    border-left: 10px solid #ff4000;
    position: absolute;
    right: -20px;
    top: 20px;
}

#index_float_01 #tel_consult > input {
    display: block;
    width: 158px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    float: left;
    border: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

#index_float_01 #tel_consult > span {
    display: block;
    width: 100px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background: #ff4000;
    text-align: center;
    float: right;
}

#index_float_01.telbox {
    margin-left: -5px;
}

#index_float_01 .telbox > div {
   /* margin-left: 25px;*/
}

#index_float_01 .part_02 a.telbox:hover #tel_consult {
    display: block;
}

.qqbox > img {
    width: 26px;
    height: 26px;
}

.show {
    position: relative;
}

.show:hover .tels-box {
    display: flex;
}

.tels-box span {
    font-size: 20px;
}

.arrow-dianhua {
    width: 0 !important;
    padding: 0 !important;
    height: 0px !important;
    border: 10px solid rgba(255,64,0,0) !important;
    border-left: 10px solid #de1c34 !important;
    position: absolute !important;
    right: -20px !important;
    top: 40px !important;
}

.tels-box {
    color: #fff !important;
    display: flex;
    z-index: 100;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #de1c34;
    flex-direction: column;
    align-items: center;
    width: 185px !important;
    height: 98px !important;
    border: none !important;
    font-size: 20px;
    -o-box-shadow: 0 0px 8px rgba(255,64,0,0.4);
    -webkit-box-shadow: 0 0px 8px rgba(255,64,0,0.4);
    box-shadow: 0 0px 8px rgba(255,64,0,0.4);
}

.index_float_02_dianhua {
    height: 520px !important;
    background-size: 100% 80%;
    padding-top: 30px;
}

#index_float_02 {
    width: 286px;
    height: 367px;
    background: url("../images/Online-02/background.png") no-repeat;
    float: right;
    position: fixed;
    _position: absolute;
    right: 0px;
    top: 40%;
    z-index: 9;
    overflow: initial;
}

#index_float_02 .part_02 {
    width: 180px;
    margin: 0 auto;
    margin-top: 125px;
}

#index_float_02 .part_02 li {
    height: 45px;
    line-height: 45px;
    border-bottom: 0.5px dashed #ffa688;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    width: 150px;
}

#index_float_02 .part_02 li img {
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 6px;
    display: block;
}

#index_float_02 .part_02 li span {
    float: left;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    display: block;
}

.dianhua {
    color: #666;
}

.dianhua:hover {
    color: #0066CC
}

#index_float_02 .part_02 li #tel_consultBox {
    display: none;
    position: absolute;
    top: 115px;
    left: -130px;
    width: 155px;
    height: 150px;
}

#index_float_02 .part_02 li #tel_consultBox .tel_input_box {
    width: 155px;
    height: 153px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ff4000;
    box-sizing: border-box;
    -o-box-shadow: 0 0px 8px rgba(255,64,0,0.4);
    -webkit-box-shadow: 0 0px 8px rgba(255,64,0,0.4);
    box-shadow: 0 0px 8px rgba(255,64,0,0.4);
}

#index_float_02 .part_02 li #tel_consultBox .tel_input_box img {
    width: 150px;
    height: 150px;
    margin: 0;
}

#index_float_02 .part_02 li #tel_consultBox .tel_input_box .arrow {
    width: 0;
    padding: 0;
    height: 0px;
    border: 10px solid rgba(255,64,0,0);
    border-left: 10px solid #ff4000;
    position: absolute;
    right: -20px;
    top: 20px;
}

#index_float_02 .part_02 li #tel_consultBox .tel_input_box > input {
    display: block;
    width: 158px;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
    float: left;
    border: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

#index_float_02 .part_02 li #tel_consultBox .tel_input_box > span {
    display: block;
    width: 100px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    color: #fff;
    background: #ff4000;
    text-align: center;
    float: right;
}

#index_float_02 .part_02 li:first-child:hover #tel_consultBox {
    display: block;
}

.shiyongbox img{
    width:26px;
    height:26px
}


/*首页右侧-在线咨询*/

.counseling-center-head-portrait-box {
    position: relative;
    margin: 0 auto;
    width: 85px;
    height: 85px;
    margin-top: -1px !important;
    /* margin-left: 1px; */
}

    .counseling-center-head-portrait-box img {
        position: absolute;
        width: 100%;
        object-fit: cover;
        animation: my_first 0.5s linear 0s infinite alternate;
    }

@keyframes my_first {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.8, 0.8);
    }
}

.counseling-center-head-portrait-border-box {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: 0px;
    width: 87px;
    height: 87px;
    border-radius: 10rem;
    animation: my_second 1s linear 0s infinite;
    background: #f7fdff;
    margin-bottom: 30px;
}

@keyframes my_second {
    0% {
        transform: scale(1, 1);
        border: 1px #16009b solid;
    }

    100% {
        transform: scale(1.2, 1.2);
        border: 1px #16009b00 solid;
    }
}

.counseling-center-head-portrait-label-box {
    color: #2680eb;
    list-style: none;
    border: 1px #ffffff00 solid;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 70px;
    width: 80px;
    /* margin-left: 5px; */
}

.counseling-center-li-box {
    cursor: pointer;
    position: absolute;
    top: -20px !important;
}

.wechat-popup-window-box {
    position: absolute;
    left: -29em;
    padding: 2rem 1rem !important;
    padding-bottom: 0 !important;
    flex-direction: column;
    width: 20rem;
    height: 25rem;
    display: none;
    background-color: #fff !important;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
    border: 0 !important;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
    box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
}