/*font-size*/

.banner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 6.15rem;
    /* 鏂板 */
    margin-top: 97px;
}

.banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.banner .innerWrap {
    width: 50%;
    position: relative;
    margin: 0 auto;
    color: #fff;
    z-index: 1;
}

.banner .innerWrap p {
    text-align: center;
    font-size: 20px;
}

@media only screen and (max-width: 1366px) {
    .banner .innerWrap p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .innerWrap p {
        font-size: 18px;
    }
}

.innerWrap .title {
    margin-bottom: 0.4rem;
}

.innerWrap .title h2 {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 0.45rem;
    padding-bottom: 0.15rem;
}

.innerWrap .title h2::after {
    position: absolute;
    content: "";
    width: 0.4rem;
    height: 2px;
    background: #fff;
    bottom: 0;
}

@media only screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px!important;
    }
    .innerWrap .title h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .innerWrap .title h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .innerWrap .title h2 {
        font-size: 24px;
    }
}

.innerWrap .title p {
    text-align: center;
    color: #808080;
}

.content .innerWrap {
    width: 1270px;
    margin: 0 auto;
}

.content .top-main {
    z-index: 1;
    transform: translateY(-0.8rem);
}

.content .top-main .main-box {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.content .top-main .main-box .left {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.content .top-main .main-box .right {
    flex: none;
    width: 40%;
    overflow: hidden;
}

.content .top-main .main-box .left .card {
    flex: auto;
    width: 50%;
    height: 2.5rem;
    padding: 0.65rem 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.content .top-main .main-box .right .card {
    flex: auto;
    width: 100%;
    height: 5rem;
    padding: 0.65rem 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.content .top-main .main-box .left .card:hover {
    transform: translate(-10px, -10px) scale(1.05);
    box-shadow: 0 10px 10px #666;
    z-index: 99;
}

.content .top-main .main-box .right .card:hover {
    transform: translate(-10px, -10px) scale(1.05);
    box-shadow: 0 10px 10px #666;
    z-index: 99;
}

.content .top-main .main-box .left .card .title {
    font-size: 26px;
    letter-spacing: 2px;
}

.content .top-main .main-box .right .card .title {
    font-size: 26px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1440px) {
    .content .top-main .main-box .left .card .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1440px) {
    .content .top-main .main-box .right .card .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .top-main .main-box .left .card .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .top-main .main-box .right .card .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .content .top-main .main-box .left .card .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content .top-main .main-box .right .card .title {
        font-size: 18px;
    }
}

.content .top-main .main-box .left .card .describe {
    font-size: 16px;
}

.content .top-main .main-box .right .card .describe {
    font-size: 16px;
}

@media only screen and (max-width: 1366px) {
    .content .top-main .main-box .left .card .describe {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1366px) {
    .content .top-main .main-box .right .card .describe {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content .top-main .main-box .left .card .describe {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content .top-main .main-box .right .card .describe {
        font-size: 14px;
    }
}

.content .top-main .main-box .left .card .describe-en {
    height: 0.36rem;
    line-height: 0.18rem;
    font-size: 12px;
    opacity: 0.5;
}

.content .top-main .main-box .left .card.one {
    background-color: #c90815;
    position: relative;
    padding-left: 0.24rem;
    padding-right: 0.2rem;
    color: #fff;
}

.content .top-main .main-box .left .card.one .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    opacity: 0.1;
}

.content .top-main .main-box .left .card.two {
    background-color: #fff;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.content .top-main .main-box .left .card.two .title {
    color: #181818;
}

.content .top-main .main-box .left .card.two .describe {
    color: #747474;
}

.content .top-main .main-box .left .card.two .describe-en {
    color: #303030;
    opacity: 0.3;
}

.content .top-main .main-box .left .card.three {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.content .top-main .main-box .right .card.one {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.content .top-main .main-box .left .card.three .shade {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 0;
}

.content .top-main .main-box .right .card.one .shade {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #524951;
    z-index: 0;
}

.content .top-main .main-box .left .card.three .title {
    color: #fff;
    z-index: 1;
}

.content .top-main .main-box .right .card.one .title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .content .top-main .main-box .left .card.three .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .content .top-main .main-box .right .card.one .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .top-main .main-box .left .card.three .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .top-main .main-box .right .card.one .title {
        font-size: 16px;
    }
}

.content .top-main .main-box .left .card.three .describe-en {
    color: #fff;
    z-index: 1;
}

.content .top-main .main-box .right .card.one .describe {
    color: #fff;
    z-index: 1;
    font-size: 18px;
    text-align: center;
}

.content .top-main .main-box .left .card.four {
    background-color: #f3f3f3;
    position: relative;
    padding-left: 0.24rem;
    padding-right: 0.2rem;
}

.content .top-main .main-box .left .card.four .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    opacity: 0.1;
}

.content .top-main .main-box .left .card.four .title {
    color: #181818;
}

.content .top-main .main-box .left .card.four .describe {
    color: #525252;
}

.content .top-main .main-box .left .card.four .describe-en {
    color: #828181;
}

.content .top-main .creed-box {
    width: 100%;
    height: 3.8rem;
    padding: 0 5%;
    margin-top: 0.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.content .top-main .creed-box .title {
    font-size: 32px;
    color: #fff;
    margin-top: 1.1rem;
}

@media only screen and (max-width: 1440px) {
    .content .top-main .creed-box .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .top-main .creed-box .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .content .top-main .creed-box .title {
        font-size: 22px;
    }
}

.content .top-main .creed-box .text {
    font-size: 18px;
    color: #fff;
    margin: 0.2rem 0 0.5rem;
}

@media only screen and (max-width: 1024px) {
    .content .top-main .creed-box .text {
        font-size: 16px;
    }
}

.content .top-main .creed-box .text-en {
    font-size: 0.82rem;
    line-height: 0.6rem;
    color: #fff;
    opacity: 0.2;
}

@media only screen and (max-width: 1440px) {
    .banner .innerWrap {
        width: 1110px;
    }
}

@media screen and (max-width: 1280px) {
    .content .innerWrap {
        width: 90%;
    }
    .banner .innerWrap {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .content .innerWrap .main-box {
        height: auto;
        flex-direction: column;
    }
    .content .innerWrap .main-box .left {
        width: 100%;
        margin: 0 0 20px;
    }
    .content .innerWrap .main-box .left .card {
        width: 50%;
        padding: 0.4rem 0;
    }
    .content .innerWrap .main-box .right {
        width: 100%;
    }
}