﻿body {
    background-color:white;
}
.content {
    min-width: 1200px;
}

.jianjie {
    width: 1200px;
    margin: 90px auto;
    text-align: center;
}

.jianjie-box {
    width: 674px;
    margin: 0 auto;
}

.jianjie-title {
    font-size: 34px;
    font-weight: bold;
    color: #2f3034;
}

.jianjie-content {
    font-size: 14px;
    color: #626465;
    line-height: 24px;
    padding: 0px 20px;
    margin-top: 42px;
}

.banner-btn2 {
    width: 180px;
    height: 46px;
    line-height: 46px;
    border: solid 2px #1285f7;
    color: #1285f7;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 100px;
}

    .banner-btn2:hover {
        color: white;
        background-color: #1285f7;
    }

.line {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}

.fzlc {
    text-align: center;
}

.fzlc-text {
    margin: 90px auto;
    font-size: 34px;
    color: #2f3034;
}

.time-bg {
    width: 100%;
    height: 108px;
    background: url("/Centent/V2019/images/about/quxian.png") no-repeat center;
}

.time-top {
    width: 1200px;
    font-size: 30px;
    color: #2f3034;
    margin: 0 auto;
    text-align: left;
}

.time-bottom {
    width: 1200px;
    font-size: 30px;
    color: #2f3034;
    margin: 0 auto;
    text-align: left;
}

.time-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.d-box {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.time-box span {
    width: 16px;
    height: 16px;
    background-color: #1285f7;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 4px;
    z-index: 1;
}

.d-active {
    width: 24px;
    height: 24px;
    background-color: #1285f7;
    opacity: 0.35;
    border-radius: 50%;
}

.time-active {
    color: #1285f7;
    font-weight: bold;
}

.time-note {
    width: 100%;
    height: 170px;
    background-color: #f3f6f8;
    margin-top: 70px;
}

.note-box {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    height: 170px;
    padding-left: 70px;
    display:flex;
    flex-direction:row;
    align-items:center;
}

    .note-box p {
        color: #000000;
        font-size: 18px;
        line-height: 30px;
    }

.ppwh {
    text-align: center;
}

.ppwh-text {
    margin: 0px auto;
    font-size: 34px;
    color: #2f3034;
    margin-top: 90px;
    margin-bottom: 50px;
}

.ppwh-bg {
    width: 100%;
    height: 400px;
    background: url("/Centent/V2019/images/about/about-pin-bgd-all.png") no-repeat center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact {
    margin-top: 68px;
    margin-bottom: 90px;
    width: 100%;
    text-align: center;
}

    .contact p {
        font-weight: bold;
        font-size: 24px;
        color: #2f3034;
    }

.ppwh-box {
    /*display: flex;
    flex-direction: column;*/
    width: 300px;
    height: 400px;
    align-items: center;
    position: relative;
}

    .ppwh-box p {
        color: white;
    }

    .ppwh-box:hover {
        cursor: pointer;
    }

    .ppwh-box img {
        width: 61px;
        height: 57px;
        margin-top: 109px;
    }

.box-bg1 {
    background: url("/Centent/V2019/images/about/cx-bg.png") no-repeat center;
}

.box-bg2 {
    background: url("/Centent/V2019/images/about/zy-bg.png") no-repeat center;
}

.box-bg3 {
    background: url("/Centent/V2019/images/about/gx-bg.png") no-repeat center;
}

.box-bg4 {
    background: url("/Centent/V2019/images/about/gy-bg.png") no-repeat center;
}

.box-title {
    font-size: 24px;
    color: #ffffff;
    margin-top: 36px;
}

.box-line {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 8px;
}

.box-text {
    font-size: 16px;
    margin-top: 88px;
}

.box-hide {
    background-color: #000;
    width: 300px;
    height: 400px;
    filter: alpha(Opacity=0.5);
    opacity: 0.5;
    z-index: 10;
    position: absolute;
}

.box-show {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 400px;
    align-items: center;
}


.hide-line {
    width: 2px;
    height: 2px;
    background-color: white;
    margin: 22px auto;
}

.box-hide-text {
    font-size: 24px;
    color: white;
    padding-top: 183px;
    z-index: 30;
    position: absolute;
}
.hide-text {
    width:300px;
}