
.about {
    width: 82%;
    height: auto;
    overflow: hidden;
    margin: 90px auto 0 auto;
}
.abc {
    width: 48%;
    height: auto;
    overflow: hidden;
    float: left;
}
.abct {
    height: 50px;
    line-height: 45px;
    font-size: 44px;
    padding-left: 40px;
    font-weight: bold;
    border-left: 5px solid #41cfe0;
}
.abcc {
    margin-top: 30px;
    font-size: 20px;
    line-height: 50px;
}
.abp {
    width: 42%;
    height: auto;
    overflow: hidden;
    float: right;
}
.abp img {
    display: block;
    width: 100%;
    height: auto;
}

.bkt {
    line-height: 200px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    padding-top: 20px;
}
.whbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.whp {
    width: 20%;
    height: 420px;
    display: inline-block;
    margin: 0 4%;
    overflow: hidden;
}
.whp img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.whp span {
    display: block;
    width: 100%;
    line-height: 180px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
}
.whp.on span {
    background: #48aaf9;
    color: #fff;
}

.whcont {
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin-top: 30px;
    background: #f5f5f5;
}
.whc {
    width: 1140px;
    height: 100%;
    background: #48aaf9;
    color: #fff;
    margin: 0 auto;
}
.whc .t1 {
    line-height: 130px;
    font-size: 50px;
    text-align: center;
    letter-spacing: 10px;
}
.whc .t2 {
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}
.whc .t2:nth-child(2) {
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 10px;
}
.jgbox {
    width: 100%;
    height: 88vh;
    overflow: hidden;
    background: url(/static/images/zzbg.jpg) center no-repeat;
    background-size: cover;
}
.jgp {
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
    font-size: 18px;
    line-height: 30px;
}
.jgp img {
    display: block;
    max-width: 85%;
    height: auto;
    margin: 0 auto;
}
.svp {
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 80px;
}
.svp img {
    display: block;
    max-width: 75%;
    height: auto;
    margin: 0 auto;
}
.whc:nth-child(3) .t1 {
    width: 100%;
    float: left;
}
.whc:nth-child(3) .t2 {
    float: left;
    font-size: 24px;
    line-height: 60px;
    text-align: left;
}
.whc:nth-child(3) .t2:nth-child(2) {
    line-height: 60px;
}
.whc:nth-child(3) .t2:nth-child(2), .whc:nth-child(3) .t2:nth-child(4), .whc:nth-child(3) .t2:nth-child(6) {
    padding-left: 140px;
    width: 580px;
}

.mapbox {
    width: 80%;
    height: 500px;
    overflow: hidden;
    margin: 80px auto;
}
.maplx {
    width: 340px;
    padding: 0 40px;
    height: 100%;
    float: left;
    background: #62b9ff;
    color: #fff;
}
.map {
    width: calc(100% - 420px);
    height: 100%;
    overflow: hidden;
    float: left;
}
.mapt {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin: 80px 0 20px 0;
}
.mapc {
    font-size: 20px;
    line-height: 40px;
}

.qywh {
    width: 100%;
    height:1000px;
    overflow: hidden;
    background: url(/static/images/whbg.jpg) center no-repeat;
    background-size: cover;
    margin: 80px 0 0 0;
}
.qywht {
    height: 100px;
    line-height: 100px;
    font-size: 54px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
}
.qywhc {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 80px;
}
.qywhbk {
    width: 450px;
    height: 610px;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    vertical-align: top;
    margin: 0 40px;
    border-radius: 5px;
    vertical-align: top;
}
.qywhico {
    height: 260px;
    overflow: hidden;
}
.qywhico img {
    display: block;
    height: 60px;
    margin: 60px auto 0 auto;
}
.qywhico span {
    display: block;
    line-height: 100px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}
.qywhct {
    height: auto;
    overflow: hidden;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.qywhcc {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    padding: 30px 0;
    margin: 30px 50px 0 50px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
}
.qywhbk:hover {
    margin-top: -20px;
    background: rgba(255, 255, 255, .2) url(/static/images/line.png) center top no-repeat;
}

@media screen and (max-width: 1680px) {
    .about {
        margin: 80px auto 0 auto;
    }
    .abc {
        width: 50%;
    }
    .abct {
        height: 50px;
        line-height: 45px;
        font-size: 40px;
        padding-left: 40px;
    }
    .abcc {
        margin-top: 25px;
        font-size: 18px;
        line-height: 40px;
    }
    .bkt {
        line-height: 180px;
        font-size: 40px;
    }
    .whp {
        height: 350px;
    }
    .whp img {
        height: 200px;
    }
    .whp span {
        line-height: 150px;
    }
    .whcont {
        height: 350px;
    }
    .whc .t1 {
        line-height: 120px;
        font-size: 46px;
    }
    .whc:nth-child(3) .t2 {
        line-height: 50px;
    }
    .whc:nth-child(3) .t2:nth-child(2) {
        line-height: 50px;
    }
    .mapbox {
        height: 450px;
    }
    .mapt {
        font-size: 26px;
    }
    .mapc {
        font-size: 18px;
    }
    .qywh {
        height:900px;
    }
    .qywht {
        height: 90px;
        line-height: 90px;
        font-size: 50px;
        margin-top: 70px;
    }
    .qywhc {
        padding-top: 70px;
    }
    .qywhbk {
        width: 420px;
        height: 580px;
    }
    .qywhico {
        height: 240px;
    }
    .qywhico img {
        height: 55px;
        margin: 55px auto 0 auto;
    }
    .qywhico span {
        line-height: 90px;
        font-size: 36px;
    }
    .qywhct {
        font-size: 20px;
        line-height: 30px;
    }
    .qywhcc {
        font-size: 15px;
        line-height: 32px;
        margin: 30px 40px 0 40px;
    }
}
@media screen and (max-width: 1440px) {
    .about {
        margin: 80px auto 0 auto;
    }
    .abc {
        width: 50%;
    }
    .abct {
        height: 45px;
        line-height: 40px;
        font-size: 36px;
        padding-left: 35px;
    }
    .abcc {
        margin-top: 25px;
        font-size: 16px;
        line-height: 36px;
    }
    .bkt {
        line-height: 160px;
        font-size: 36px;
    }
    .whp {
        width: 21%;
        height: 330px;
    }
    .whp img {
        height: 190px;
    }
    .whp span {
        line-height: 140px;
        font-size: 30px;
    }
    .whcont {
        height: 340px;
    }
    .whc .t1 {
        line-height: 110px;
        font-size: 42px;
    }
    .maplx {
        width: 300px;
    }
    .map {
        width: calc(100% - 380px);
    }
    .mapbox {
        height: 420px;
    }
    .mapt {
        font-size: 24px;
    }
    .mapc {
        font-size: 18px;
    }
    .qywh {
        height:850px;
    }
    .qywht {
        height: 80px;
        line-height: 80px;
        font-size: 46px;
        margin-top: 60px;
    }
    .qywhc {
        padding-top: 60px;
    }
    .qywhbk {
        width: 390px;
        height: 550px;
        margin: 0 20px;
    }
    .qywhico {
        height: 220px;
    }
    .qywhico img {
        height: 50px;
        margin: 50px auto 0 auto;
    }
    .qywhico span {
        line-height: 80px;
        font-size: 32px;
    }
    .qywhct {
        font-size: 18px;
        line-height: 30px;
    }
    .qywhcc {
        font-size: 14px;
        line-height: 32px;
        margin: 30px 30px 0 30px;
    }
}
@media screen and (max-width: 1280px) {
    .about {
        margin: 60px auto 0 auto;
    }
    .abct {
        height: 40px;
        line-height: 36px;
        font-size: 32px;
        padding-left: 35px;
    }
    .abcc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 32px;
    }
    .bkt {
        line-height: 140px;
        font-size: 32px;
    }
    .whp {
        width: 22%;
        height: 300px;
    }
    .whp img {
        height: 170px;
    }
    .whp span {
        line-height: 130px;
        font-size: 26px;
    }
    .whcont {
        height: 320px;
    }
    .whc {
        width: 1040px;
    }
    .whc .t1 {
        line-height: 100px;
        font-size: 40px;
    }
    .whc:nth-child(3) .t2:nth-child(2), .whc:nth-child(3) .t2:nth-child(4), .whc:nth-child(3) .t2:nth-child(6) {
        padding-left: 120px;
        width: 560px;
    }
    .maplx {
        width: 280px;
    }
    .map {
        width: calc(100% - 360px);
    }
    .mapbox {
        height: 400px;
    }
    .mapt {
        font-size: 22px;
    }
    .mapc {
        font-size: 16px;
    }
    .qywh {
        height:750px;
    }
    .qywht {
        height: 70px;
        line-height: 70px;
        font-size: 42px;
        margin-top: 50px;
    }
    .qywhc {
        padding-top: 50px;
    }
    .qywhbk {
        width: 340px;
        height: 460px;
        margin: 0 15px;
    }
    .qywhico {
        height: 180px;
    }
    .qywhico img {
        height: 40px;
        margin: 40px auto 0 auto;
    }
    .qywhico span {
        line-height: 70px;
        font-size: 30px;
    }
    .qywhct {
        font-size: 16px;
        line-height: 30px;
    }
    .qywhcc {
        font-size: 12px;
        line-height: 30px;
        margin: 30px 25px 0 25px;
    }
}
@media screen and (max-width: 1024px) {
    .about {
        width: 85%;
        margin: 50px auto 0 auto;
    }
    .abct {
        height: 35px;
        line-height: 30px;
        font-size: 28px;
        padding-left: 30px;
    }
    .abcc {
        margin-top: 15px;
        font-size: 12px;
        line-height: 26px;
    }
    .bkt {
        font-size: 28px;
    }
    .whp {
        width: 23%;
        height: 260px;
    }
    .whp img {
        height: 150px;
    }
    .whp span {
        line-height: 110px;
        font-size: 24px;
    }
    .whcont {
        height: 280px;
    }
    .whc {
        width: 900px;
    }
    .whc .t1 {
        line-height: 100px;
        font-size: 36px;
    }
    .whc .t2 {
        font-size: 16px;
        line-height: 36px;
    }
    .whc .t2:nth-child(2) {
        line-height: 60px;
        font-size: 26px;
    }
    .whc:nth-child(3) .t2 {
        font-size: 20px;
        line-height: 40px;
    }
    .whc:nth-child(3) .t2:nth-child(2) {
        line-height: 40px;
    }
    .whc:nth-child(3) .t2:nth-child(2), .whc:nth-child(3) .t2:nth-child(4), .whc:nth-child(3) .t2:nth-child(6) {
        padding-left: 100px;
        width: 480px;
    }
    .maplx {
        width: 250px;
    }
    .map {
        width: calc(100% - 330px);
    }
    .mapbox {
        width: 90%;
        height: 360px;
    }
    .mapt {
        font-size: 20px;
    }
    .mapc {
        font-size: 16px;
    }
}