/* 公共 */

/* 简介页 */
/* .content-body-h{
    width: 86%;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
} */
.big-title{
    padding: 80px 0;
    text-align: center;
    font-size: 24px;
    color:#333;
    display: flex;
    flex-direction: column;
}
.big-title .yellow-line{
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #E2CF94;
    margin: 20px auto;
}
.big-title .m-txt{
    font-size: 12px;
    color:#888;
}
.bg-box{
    display: flex;
    justify-content: space-between;
    padding: 100px 10%;
    box-sizing: border-box;
    color:#fff;
}
.bg-box-img1{
    background: url(../image/about/about-bg-1.png) no-repeat center center;
    background-size: 100% 100%;
    height: 620px; 
}
.bg-box-img2{
    background: #fff;
    height: 560px;
}
.bg-box-img3{
    background: url(../image/about/about-bg-3.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 520px; 
}
.bg-box-img2 h2{
    color: #333;
}
.bg-box-img2 p{
    color: #666;
}
.bg-box-img1 .pic{
    width: 100%;
    height: auto;
    display: block;
}
.bg-box-img2 .pic{
    width: 90%;
    height: auto;
    display: block;
}
.bg-box .img-box{
    width: 620px;
    flex: none;
}
.bg-box .txt-box{
    margin-left: 60px;
}
.bg-box .txt-box h2{
    font-size: 16px;
    padding-top: 50px;
    line-height: 180%;
}
.bg-box .txt-box p{
    font-size: 14px;
    padding-top: 50px;
    line-height: 150%;
}
.bg-box-img3 .txt-box{
    width: 720px;
}
.img3-txt{
    display: flex;
}
.img3-txt .time-icon{
    width: 80px;
    height: 80px;
    flex: none;
    margin-top: 10px;
}
.img3-txt .txt-box{
    padding-left: 10px;
    margin-left: 30px;
    width: 600px;
}
.img3-txt .txt-box h2{
    padding-top: 0;
}
.img3-txt .txt-box .b-ft{
    font-size: 26px;
}
.img3-txt .txt-box p{
    padding-top: 30px;
    padding-bottom: 30px;
}
.img3-txt .input-box{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.img3-txt .sub-txt{
    border: none;
    border-radius: 5px;
    background: #fff;
    line-height: 40px;
    padding: 0 20px;
    font-size: 12px;
    flex: 1;
}
.img3-txt .sub-btn{
    background: #E3CF92;
    color: #333;
    font-size: 14px;
    padding: 0 24px;
    width: 120px;
    line-height: 40px;
    border: 0;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
}
/* 手机版 */
@media (max-width: 768px) {
    .big-title{
        padding: 5vw 4vw 3vw 4vw;
        font-weight: bold;
    }
    .big-title .yellow-line{
        width: 20vw;
        margin: 4vw auto;
    }
    .big-title .m-txt{
        font-size: 14px;
    }
    .bg-box-img1{
        height: auto;
        padding: 10vw 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    .bg-box .img-box{
        width: 90vw;
        margin:0 auto;
    }
    .bg-box .txt-box{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .bg-box .txt-box h2{
        padding-top: 6vw;
    }
    .bg-box .txt-box p{
        padding-top: 5vw;
        padding-bottom: 0;
        font-size: 14px;
    }
    .bg-box{
        padding:2vw 4vw 4vw 4vw;
    }
    .bg-box-img2{
        height: auto;
        flex-wrap: wrap;
    }
    .bg-box-img2 .pic{
        width: 100%;
    }
    .img3-txt{
        flex-wrap: wrap;
    }
    .img3-txt .time-icon{
        width: 12vw;
        height: 12vw;
        margin-top: 3vw;
    }
    .img3-txt .txt-box .b-ft{
        padding-top: 3vw;
    }
    .bg-box-img3{
        height: auto;
        padding: 3vw 4vw;
        background: url(../image/about/about-bg-3.jpg) no-repeat center center;
        background-size: auto 100%;
    }
}