.banner img {
    width: 100%;
}
.banner .info h2 {
    margin-top: 30px;
}
.about {
    width: 100%;
    position: relative;
}
.about-trans {
    width: 35%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-info h2 {
    font-size: 32px;
}
.about-trans h1 {
    font-size: 60px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
}
.about-trans p {
    width: 45%;
    color: #666666;
    line-height: 27px;
    margin-top: 40px;
    margin: 40px auto 0 auto;
}
.about .line {
    width: 12%;
    border-top: 1px solid #7b7b7b;
    margin-top: 45px;
}
.aboutAs {
    padding: 70px 13% 104px 13%;
}
.about-text {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.about-img {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    /* background-image: url(../images/about/dbx.png);
    background-position: left 80%;
    background-size: 150px 174px;
    background-repeat: no-repeat; */
}
.aboutBg {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: -1;
}
.wrap-about {
    width: 77%;
}
.about-img img {
    max-width: 70%;
}
.about-text span {
    width: 100%;
    color: #7dc9d1;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}
.about-text span .line {
    width: 13%;
    display: inline-block;
    border-top: 1px solid #7dc9d1;
    vertical-align: super;
    margin-left: 30px;
}
.wrap-about h3 {
    margin: 37px 0;
    font-size: 24px;
}
.wrap-about p {
    color: #666666;
}
.fz16 {
    font-size: 16px;
    margin-bottom: 25px;
}
.fz14 {
    font-size: 14px;
}
.introduction {
    padding: 125px 13%;
    background-image: url(../images/about/introductionBg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.introduction .iImg ,
.introduction .iText {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.introduction .iImg img {
    max-width: 100%;
}
.introduction .iText {
    width: 25%;
    margin-left: 18%;
    color: #fff;
}
.introduction .iText .line {
    margin-left: 20px;
    vertical-align: super;
    width: 15%;
}
.introduction .iText h3 {
    margin: 37px 0;
}
.introduction .iText ul {
    line-height: 28px;
    list-style: disc;
    margin-left: 20px;
}
.introduction .iText span {
    font-size: 14px;
    font-weight: bold;
}
@media (max-width:1600px) {
    .about-trans p {
        width: 60%;
    }
    .wrap-about {
        width: 80%;
    }
    .introduction .iText {
        width: 28%;
        margin-left: 15%;
    }
}
@media (max-width:1440px) {
    .introduction .iText h3 {
        margin: 25px 0;
    }
    .introduction .iText {
        width: 35%;
    }
}
@media (max-width:1366px) {
    .wrap-about {
        width: 95%;
    }
    .about-img {
        width: 42%;
        margin-left: 6%;
    }
    .aboutBg {
        left: 0;
        bottom: 0;
    }
    .introduction .iText h3 {
        margin: 15px 0;
    }
}
@media (max-width:1280px) {
    .about-trans p {
        width: 70%;
    }
    .wrap-about {
        width: 100%;
    }
    .about-img {
        width: 40%;
        margin-left: 10%;
    }
}
@media (max-width:1024px) {
    .about-trans p {
        width: 85%;
    }
    .introduction .iText {
        width: 40%;
        margin-left: 10%;
    }
    .footer .footer-list:nth-child(1) {
        width: 20%;
    }
}
@media (max-width:768px) {
    .about-trans h1 {
        font-size: 40px;
    }
    .about-trans {
        width: 40%;
    }
    .about-trans p {
        width: 100%;
    }
    .about-text ,
    .introduction .iImg,
    .introduction .iText {
        width: 100%;
    }
    .about-img {
        width: 100%;
        margin-left: 0;
    }
    .introduction .iText {
        margin-top: 30px;
        margin-left: 0;
    }
    .about img {
        height: 400px;
    }
    .banner .info h2 {
        margin-top: 0;
    }
}
@media (max-width:414px) {
    .about-trans {
        width: 90%;
    }
    .aboutAs {
        padding: 60px 5% 80px 5%;
    }
    .introduction {
        padding: 50px 5%;
    }
}