@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; font-family:"宋体"; background:#fff;}
ul,li,form,dl,dd,dt,p{ list-style-type:none; margin:0px; padding:0px;}
img,img a{ border:0px;}
.n{font-weight:normal;font-style:normal;}
.b{font-weight:bold;}
.i{font-style:italic;}
.fl{float:left;}
.fr{float:right;}
.cl{height:0px; font-size:0px;clear:both;}
.cl2{clear:left; margin-top:30px; *margin-top:0;}
.z{*zoom:1;}
.wl,.wl a{ color:#fff;}
.wb,.wb a{ color:#333;}
.wr,.wr a{ color:#F00;}
.wg,.wg a{ color:#999;}
.wc,.wc a{ color:#ccc;}
.wblue,.wblue a{ color:#0066CC;}
.wgr,.wgr a{ color: #79BA3F;}
.ma{ margin:0 auto;}
.oh{ overflow:hidden;}
.dsl{ display:inline}
/* 字体相关 */
h1{ font-size:24px; font-weight:bold; line-height:30px; height:40px; margin:0px; padding:0px;}
h2{ font-size:18px; font-weight:bold; line-height:30px; height:35px; margin:0px; padding:0px;}
h3{ font-size:14px; font-weight:bold; line-height:20px; height:26px; margin:0px; padding:0px;}
.fyh{font-family:"微软雅黑","Microsoft YaHei"}
.fs{font-family:"宋体"}
.f12,.f12 a{ font-size:12px;}
.f14,.f14 a{ font-size:14px;}
.f16,.f16 a{ font-size:16px;}
.f18,.f18 a{ font-size:18px;}
.f20,.f20 a{ font-size:20px;}
.f24,.f24 a{ font-size:24px;}
.f28,.f28 a{ font-size:28px;}
.f32,.f32 a{ font-size:32px;}
.f36,.f36 a{ font-size:36px;}
.f45,.f45 a{ font-size:45px;}
.f60,.f60 a{ font-size:60px;}
.l12{ line-height:12px;}
.l14{ line-height:14px;}
.l16{ line-height:16px;}
.l18{ line-height:15px;}
.l20{ line-height:20px;}
.l24{ line-height:26px;}
.l28{ line-height:28px;}
.l30{ line-height:30px;}
.l32{ line-height:32px;}
.l36{ line-height:36px;}
.l45{ line-height:45px;}
.l60{ line-height:60px;}
.tal{ text-align:left;}
.tac{ text-align:center;}
.tar{ text-align:right;}

.w100{ width:100%;}
.w1000{ width:1000px;}

/* 高度 */
.h20{ height:20px;}
.h24{ height:24px;}
.h28{ height:28px;}
.h30{ height:30px;}
.h35{ height:35px;}
.h40{ height:40px;}
.h50{ height:50px;}
.h60{ height:60px;}
.h80{ height:80px;}
.h100{ height:100px;}
.h150{ height:150px;}
.h200{ height:200px;}
.h250{ height:250px;}
.h300{ height:300px;}
.h350{ height:350px;}
.h400{ height:400px;}


/* 内距 */
.pd5{ padding:5px;}
.pd10{ padding:10px;}
.pd15{ padding:15px;}
.pd20{ padding:20px;}
.pd25{ padding:25px;}
.pd30{ padding:30px;}
.pd40{ padding:40px;}
.pd50{ padding:50px;}
.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt25{ padding-top:25px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pl5{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl25{ padding-left:25px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pr5{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr25{ padding-right:25px;}
.pr30{ padding-right:30px;}
.pr40{ padding-right:40px;}
.pr50{ padding-right:50px;}
.pb5{ padding-bottom:5px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb25{ padding-bottom:25px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;
    height: 525px;
}

/* 外距 */
.mg5{ margin:5px;}
.mg10{ margin:10px;}
.mg15{ margin:15px;}
.mg20{ margin:20px;}
.mg25{ margin:25px;}
.mg30{ margin:30px;}
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.ml5{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml30{ margin-left:30px;}
.ml40{ margin-left:40px;}
.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr25{ margin-right:25px;}
.mr30{ margin-right:30px;}
.mr40{ margin-right:40px;}
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}

.bb1d{ border-bottom:1px #ccc dashed;}
.li33 ul li{ width:33%; float:left;}
.orange{ color:#FF6600;}

/*清除浮动*/
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
/*基于display:table-cell的自适应布局*/
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
/*双栏自适应cell部分连续英文字符换行*/
.cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;}
/*单行文字溢出虚点显示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}



/*首页右侧-在线咨询*/

/*#index_float_01 {
    width: 86px;
    background-color: #de1c34;
    border-radius: 10px 0 0 10px;
    float: right;
    padding-right: 19px;
    position: fixed;
    _position: absolute;
    right: 0px;
    top: 40%;
    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
}


/*首页右侧-在线咨询*/

#index_float_01 {
    width: 87px;
    float: right;
    position: fixed;
    _position: absolute;
    right: 20px;
    top: 35%;
    z-index: 99;
}

.counseling-center-head-portrait-box {
    position: relative;
    margin: 0 auto;
    width: 85px;
    height: 85px;
    margin-top: 3px;
    margin-left: 3px;
    display: block;
}

    .counseling-center-head-portrait-box img {
        position: absolute;
        width: 100%;
        object-fit: cover;
        animation: my_first .5s linear 0s infinite alternate;
    }

@keyframes my_first {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(.8, .8);
    }
}

.counseling-center-head-portrait-border-box {
    cursor: pointer;
    osition: 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: 85px;
    width: 80px;
    margin-left: 5px;
}

.counseling-center-li-box {
    cursor: pointer;
    position: absolute;
    top: 0;
}

.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 .3s;
    border: 0 !important;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 20px 0 rgba(50, 50, 51, .1);
    box-shadow: 0 6px 20px 0 rgba(50, 50, 51, .1);
}

#index_float_01 #tel_consult {
    display: none;
    position: absolute;
    width: 155px;
    height: 153px;
    background: #fff;
    border-radius: 2px;
    padding-top: 0;
    margin-top: -10px;
    box-sizing: border-box;
    top: 20px !important;
    left: -170px !important;
    border: 1px solid #2680EB !important;
    box-shadow: 0 0px 8px rgb(170 209 255) !important;
}

.counseling-center-li-box:hover #tel_consult {
    display: block !important;
}

#index_float_01 .part_02 {
    width: 87px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    border-radius: 13px;
    background: #fff;
    overflow: initial;
    box-shadow: 0px 5px 30px #D6E0FF;
    padding: 6px 0px;
    padding-bottom: 15px;
}

    #index_float_01 .part_02 a {
        text-decoration: none;
        font-size: 14px;
        display: block;
        width: 87px;
    }

    #index_float_01 .part_02 div {
        text-align: center;
        padding-top: 14px;
        cursor: pointer;
        font-size: 13px;
        color: #2680EB;
    }

    #index_float_01 .part_02 img {
        margin-bottom: 5px;
    }

.rightLine {
    padding: 0 !important;
    width: 70px;
    height: 1px;
    background: #E7ECFA;
    margin: auto;
    margin-top: 13px;
}

.login-popup-box-css {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

    .login-popup-box-css .block {
        width: 100%;
        height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .login-popup-box-css .block .box {
            padding: 20px;
            width: 500px;
            height: 145px;
            background: #FFFFFF;
            border-radius: 6px;
            border: 1px solid #FFFFFF;
            box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.18);
        }

        .login-popup-box-css .block .flex1 {
            display: flex;
            justify-content: space-between;
        }

        .login-popup-box-css .block .name {
            color: #000;
            font-weight: 500;
            font-size: 18px;
        }

        .login-popup-box-css .block .close {
            background: #e3e1e1;
            width: 24px;
            height: 24px;
            text-align: center;
            border-radius: 24px;
            font-size: 12px;
            line-height: 24px;
            cursor: pointer;
        }

            .login-popup-box-css .block .close:hover {
                opacity: 1;
            }

        .login-popup-box-css .block .listCss {
            margin: 30px 0;
            padding-left: 10px;
        }

            .login-popup-box-css .block .listCss label {
                font-size: 14px;
                color: #000;
                line-height: 30px;
            }

            .login-popup-box-css .block .listCss input {
                border: 1px solid #ddd;
                height: 30px;
                font-size: 12px;
                padding: 0px 10px;
                width: 355px;
            }

    .login-popup-box-css .btn-box {
        display: flex;
        justify-content: flex-end;
    }

        .login-popup-box-css .btn-box .btn {
            font-size: 12px;
            font-size: 12px;
            padding: 6px 22px;
            border: 1px solid #ccc;
            margin-left: 12px;
            margin-top: 0px;
            border-radius: 3px;
            cursor: pointer;
            color: #000;
        }

            .login-popup-box-css .btn-box .btn:hover {
                background: #f6f6f6;
            }

        .login-popup-box-css .btn-box .btn-on {
            border: 1px solid #0084FF;
            background: #0084FF;
            color: #fff;
        }

            .login-popup-box-css .btn-box .btn-on:hover {
                background: #489EFF;
            }

#login-popup-error .box {
    width: 390px;
    height: 150px;
}

#login-popup-error .listCss {
    padding-right: 10px;
}

#login-popup-error p {
    text-align: center;
    font-size: 16px;
}

#login-popup-error span {
    display: block;
    color: #0084FF;
    margin: 10px 0px;
    font-size: 18px;
}

.login-popup-box-css .url-link-a {
    width: 150px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #2288FC;
    text-align: center;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    display: block;
    text-decoration: none;
    background: #2288fc;
    margin: auto;
    margin-top: 30px;
}

.close-box-div {
    width: 100%;
    height: 100%;
}

.class_qidian_wpa {
    display: none;
}

#login-popup-ewm .block .box {
    width: 295px;
    height: 332px;
}

    #login-popup-ewm .block .box img {
        width: 260px;
        height: 260px;
        display: block;
        margin: auto;
        margin-top: 30px;
    }

#login-popup-url .block .box {
    width: 355px;
    height: 145px;
}

    #login-popup-url .block .box p {
        margin-top: 22px;
        text-align: center;
        font-size: 16px;
    }

#login-popup-qq .block .box {
    width: 355px;
    height: 145px;
}

    #login-popup-qq .block .box p {
        margin-top: 22px;
        text-align: center;
        font-size: 16px;
    }

.onlineBtn {
    height: 34px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 3px 3px 0px rgba(255,255,255,0.33) !important;
    border-radius: 17px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #C09913 !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

    .onlineBtn img {
        margin-right: 5px;
    }

.bigBoxDiv {
    position: relative;
}

#loginImgVal {
    position: absolute;
    width: 215px;
    left: -215px;
    top: 0;
}


.bg000popupBoxs {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: 1001;
    left: 0px;
    background: rgba(0,0,0,0.7);
    display: none;
}

.registerPopupBoxs {
    width: 612px;
    height: 422px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    margin-left: -306px;
    margin-top: -211px;
    display: none;
}

    .registerPopupBoxs .topBox {
        height: 82px;
        background: url('/images/popup/top.png');
        background-size: 100%;
        position: relative;
    }

    .registerPopupBoxs .topTextImg {
        position: absolute;
        top: 20px;
        left: 45px;
    }

    .registerPopupBoxs .topBox p {
        font-size: 33px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #101211;
        line-height: 33px;
        padding-left: 76px;
        padding-top: 34px;
    }

        .registerPopupBoxs .topBox p span {
            font-size: 19px;
            font-family: Microsoft YaHei;
            font-weight: 300;
            color: #101211;
            line-height: 33px;
            letter-spacing: 10px;
            margin-left: 10px;
        }

    .registerPopupBoxs .topBox .closeImg {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .registerPopupBoxs .centerBox {
        background: #F7F9FA;
        padding: 30px 0px;
    }

        .registerPopupBoxs .centerBox img {
            margin-left: 90px;
            margin-right: 40px;
        }

        .registerPopupBoxs .centerBox .text {
            font-size: 24px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #353635;
            line-height: 28px;
            margin-top: 30px;
            margin-bottom: 34px;
        }

        .registerPopupBoxs .centerBox .lists {
            width: 132px;
            height: 32px;
            background: linear-gradient(90deg, #EBF6FC 0%, rgba(245, 251, 255, 0.81) 100%);
            margin-bottom: 5px;
            font-size: 18px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #808080;
            line-height: 32px;
        }

            .registerPopupBoxs .centerBox .lists p {
                font-size: 18px;
                font-weight: 400;
                color: #808080;
                line-height: 32px;
            }

            .registerPopupBoxs .centerBox .lists span {
                width: 5px;
                height: 5px;
                background: #838E98;
                display: inline-block;
                margin: 15px 8px;
            }

    .registerPopupBoxs .bottomBox {
        height: 69px;
        background: url('/images/popup/bottom.png');
        background-size: 100%;
        font-size: 18px;
        font-weight: 400;
        text-decoration: underline;
        color: #4298ED;
        line-height: 69px;
        text-align: center;
    }

        .registerPopupBoxs .bottomBox a {
            font-size: 18px;
            font-weight: 400;
            text-decoration: underline;
            color: #4298ED;
            line-height: 69px;
            text-align: center;
        }