[v-cloak] {
    display: none
}

.indextopbox {
    min-width: 1000px;
    width: 100%;
    height: 554px;
    background: url(../image/banner.png) left top;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.indextop {
    width: 1000px;
    height: 554px;
    margin: 0 auto
}

.indextop .indextop_tit {
    padding-top: 180px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    line-height: 42px;
}


.big {
    font-size: 30px;
}

.indextop .indextobg {
    margin-top: 131px;
    width: 394px;
    height: 305px;
    background-image: url(../image/indexbg.70192a1799c8ce2b.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.index_con {
    width: 1000px;
    margin: 0 auto;
    height: 540px
}

.index_txtbox {
    text-align: left
}

.index_txtbox h2 {
    margin-bottom: 5px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #333;
    letter-spacing: 2px
}

.index_txtbox p {
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 14px;
    color: #878787;
    letter-spacing: 1px
}

.indexbg {
    background-image: url(../image/indexbg2.fd521968e8703e8f.jpg);
    background-repeat: no-repeat
}

.index_img1 {
    margin-left: 168px;
    width: 322px;
    height: 309px;
    background-position: 0 0
}

.index_img2 {
    margin-right: 178px;
    width: 312px;
    height: 314px;
    background-position: -338px 0
}

.index_img3 {
    margin-left: 138px;
    width: 350px;
    height: 247px;
    background-position: -657px 0
}

.qustionbox {
    width: 1000px;
    padding: 90px 0;
    margin: 0 auto
}

.qustionbox .qustionboxtit {
    margin: 0 0 55px;
    height: 38px;
    line-height: 38px;
    font-size: 34px;
    color: #333
}

.question_body {
    margin: 0 20px 13px;
    padding: 0 0 15px;
    width: 960px;
    background-color: #fff;
    line-height: 26px;
    font-size: 15px;
    color: #999;
    font-weight: 300
}

.question_header {
    border-top: 0;
    padding: 4px 0;
    font-size: 18px;
    line-height: 36px;
    color: #555;
    cursor: pointer
}

.question_header.current + .question_body {
    border-bottom: 1px dashed #ddd
}

.question_header span {
    display: inline-block;
    margin-right: 10px;
    font-size: 0;
    width: 0;
    height: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-left-color: #999
}

.question_header.current span {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.openbox {
    width: 100%;
    height: 61px;
    background-color: rgba(0, 0, 0, .55);
    text-align: center;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: -1px
}

.openbox .btn_blue_light {
    margin: 0 40px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500
}

.openbox + .itoufooter {
    padding-bottom: 51px !important
}

.barbox {
    right: 40px !important
}

.qustionbox .fade-enter-active, .qustionbox .fade-leave-active {
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.qustionbox .fade-enter, .qustionbox .fade-leave-active {
    -webkit-transform: translateY(300);
    -ms-transform: translateY(300);
    transform: translateY(300);
    opacity: 0
}

.reloadbg {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: hsla(0, 0%, 96.1%, .1);
    text-align: center
}

.reload {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 130px;
    height: auto;
    padding: 10px 0;
    border-radius: 8px;
    border: 1px solid #666;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 14px
}

.reload > p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px
}

.reload .icon_reload {
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 42px;
    background-image: url(../image/refresh.fbb018f9cf6ba84e.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-animation: circle .8s linear infinite;
    animation: circle .8s linear infinite
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-d360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.lower_version[data-v-981a11d8] {
    min-width: 1000px;
    width: 100%;
    height: 68px;
    background: #fff1e7;
    font-size: 16px;
    color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lower_version .icon_close[data-v-981a11d8] {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTE1LjY3OS4zMDhjLjQxLjQxLjQxIDEuMTM0IDAgMS41NDVMMS44NTMgMTUuNjc5Yy0uNDEuNDEtMS4xMzQuNDEtMS41NDUgMC0uNDEtLjQxMS0uNDEtMS4xMzUgMC0xLjU0NUwxNC4xMzQuMzA4Yy40My0uNDEgMS4xMzQtLjQxIDEuNTQ1IDB6Ii8+PHBhdGggZD0iTS4zMDguMzA4Yy40MS0uNDEgMS4xMzQtLjQxIDEuNTQ1IDBsMTMuODI2IDEzLjgyNmMuNDEuNDEuNDEgMS4xMzQgMCAxLjU0NS0uNDExLjQxLTEuMTM1LjQxLTEuNTQ1IDBMLjMwOCAxLjg1M2MtLjQxLS40MS0uNDEtMS4xMzQgMC0xLjU0NXoiLz48L2c+PC9zdmc+");
    background-size: 8px 8px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer
}

.headerbox[data-v-981a11d8] {
    height: 60px
}

.headerbox[data-v-981a11d8]:after {
    content: " ";
    padding-top: 60px
}

.header[data-v-981a11d8] {
    width: 100%;
    height: 60px;
    background-color: #fafafa;
    position: fixed;
    z-index: 91;
    border-bottom: 1px solid #d9d9d9
}


.header .station_name[data-v-981a11d8] {
    height: 25px;
    line-height: 25px;
    font-size: 16px
}

.header .header_nav a[data-v-981a11d8] {
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 14px
}

.header .header_nav a[data-v-981a11d8], .header .header_nav a[data-v-981a11d8]:link {
    color: #333
}

.header .header_nav a.sed[data-v-981a11d8], .header .header_nav a[data-v-981a11d8]:hover {
    font-weight: 700
}

.header .loginbtn .btn[data-v-981a11d8] {
    width: 82px;
    line-height: 30px;
    margin-left: 10px;
    font-weight: 700;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

.header .loginbtn .btn_blue[data-v-981a11d8] {
    color: #fff;
    background-color: #0066ba;
    border-color: #0066ba
}

.header .loginbtn .btn_blue[data-v-981a11d8]:hover {
    background-color: #0f6fbe;
    border-color: #0f6fbe;
    opacity: 1;
    color: #fff
}

.header .loginbtn .btnborder[data-v-981a11d8] {
    color: #0066ba;
    background-color: #fff;
    border-color: #0066ba
}

.header .loginbtn .btnborder[data-v-981a11d8]:hover {
    background-color: #0066ba;
    color: #fff;
    opacity: 1
}

.header .userbox[data-v-981a11d8] {
    position: relative;
    height: 59px;
    line-height: 59px;
    width: auto;
    text-align: right;
    font-size: 14px;
    cursor: pointer
}

.header .userbox .icon_arrow[data-v-981a11d8] {
    width: 0;
    height: 0;
    overflow: hidden;
    border-color: #666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid dashed dashed;
    border-width: 8px 5px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 8px;
    top: 7px;
    left: 0
}

.header .userbox .userbox_layer[data-v-981a11d8] {
    display: none;
    position: absolute;
    top: 58px;
    right: 0;
    width: 100px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 13px rgba(0, 0, 0, .05)
}

.header .userbox .userbox_layer a[data-v-981a11d8], .header .userbox .userbox_layer a[data-v-981a11d8]:link {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #8b8b8b;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px
}

.header .userbox .userbox_layer a[data-v-981a11d8]:hover {
    color: #3c6dbd
}

.header .userbox:hover .userbox_layer[data-v-981a11d8] {
    display: block
}

.itoufooter[data-v-949a5ebc] {
    background-color: #fafafa;
    padding: 15px 0;
    border-top: 1px solid #e3e3e3
}

.copyright[data-v-949a5ebc] {
    padding-bottom: 10px
}

.copyright > div[data-v-949a5ebc] {
    color: #333;
    line-height: 20px;
    padding: 0 10px
}

.copyright .gpnganbei img[data-v-949a5ebc] {
    width: 16px;
    height: 16px
}

.layerbarbox[data-v-42509d04] {
    position: absolute;
    z-index: 99
}

.layerbarbox[data-v-42509d04]:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 13px rgba(0, 0, 0, .2);
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -6px;
    left: 50%
}

.layerbarbox .layer_kefubox[data-v-42509d04] {
    min-width: 186px;
    width: auto;
    padding: 16px 0 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 13px rgba(0, 0, 0, .2);
    text-align: center
}

.layerbarbox .layer_kefubox .layer_icon[data-v-42509d04] {
    height: 20px;
    margin-bottom: 10px
}

.layerbarbox .layer_kefubox .icon_chat[data-v-42509d04], .layerbarbox .layer_kefubox .icon_tel[data-v-42509d04] {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    fill: #8b8b8b
}

.layerbarbox .layer_kefubox .time[data-v-42509d04] {
    padding-top: 6px;
    font-size: 12px;
    color: #8b8b8b
}

.layerbarbox .list > div[data-v-42509d04] {
    padding: 0 20px;
    overflow: hidden
}

.layerbarbox .list .btn_blue[data-v-42509d04] {
    margin: 0 auto;
    width: 100px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    display: block;
    border-radius: 2px
}

.layerbarbox .list .btn_blue[data-v-42509d04]:hover {
    opacity: 1
}

.layerbarbox .kefucode[data-v-42509d04] {
    overflow: hidden
}

.layerbarbox .kefucode img[data-v-42509d04] {
    width: 90px;
    height: 90px;
    margin: 0 auto
}

.layerbarbox .kefucode .gray8b[data-v-42509d04] {
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.layerbarbox .qq[data-v-42509d04], .layerbarbox .tel[data-v-42509d04] {
    height: 63px;
    border-left: 1px solid #e4e4e4
}

.layerbarbox .tel[data-v-42509d04] {
    font-size: 14px;
    color: #242424;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap
}

.barbox[data-v-42509d04] {
    position: fixed;
    bottom: 140px;
    z-index: 997;
    right: calc(50vw - 560px)
}

.barbox .icon_kefu[data-v-42509d04] {
    fill: #0066ba;
    margin: 11px auto 0;
    width: 22px;
    height: 22px
}

@media screen and (max-width: 1125px) {
    .barbox[data-v-42509d04] {
        right: 0
    }
}

.barbox > div[data-v-42509d04] {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #0066ba;
    position: relative;
    z-index: 999;
    cursor: pointer;
    line-height: 22px;
    background-color: #fff;
    text-align: center
}

.barbox > div .text[data-v-42509d04] {
    display: block;
    margin: 0 auto;
    width: 15px;
    color: #0066ba;
    font-size: 16px
}

.barbox > div[data-v-42509d04]:hover {
    background-color: #0066ba
}

.barbox .kefubox[data-v-42509d04] {
    height: 138px
}

.barbox .kefubox:hover .icon_kefu[data-v-42509d04] {
    fill: #fff
}

.barbox .kefubox:hover .text[data-v-42509d04] {
    color: #fff
}

.barbox .backtop[data-v-42509d04] {
    overflow: hidden
}

.barbox .backtop .arrow_top[data-v-42509d04] {
    display: block;
    margin: 17px auto 0;
    width: 10px;
    height: 10px;
    border-color: #0066ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0066ba;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.barbox .backtop:hover .arrow_top[data-v-42509d04] {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.layerbarbox[data-v-42509d04] {
    top: 0;
    right: 48px
}

.layerbarbox[data-v-42509d04]:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -6px;
    left: auto;
    top: 45%
}