.banner {
    height: 8.6rem;
    max-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
.banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-out;
    left: 0;
    top: 0;
}
.detail .nav-box {
    width: 100%;
    height: 0.6rem;
    min-height: 36px;
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 999;
}
.detail .nav-box .basics-box {
    height: 100%;
    display: flex;
}
.detail .nav-box .basics-box .box {
    font-size: 16px;
    color: #333;
    height: 100%;
    flex: 1;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1366px) {
    .detail .nav-box .basics-box .box {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .nav-box .basics-box .box {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
    .detail .nav-box .basics-box .box {
        font-size: 12px;
    }
}
.detail .nav-box .basics-box .box.active {
    color: #fff;
    background-color: #e70012;
}
.detail .nav-box .basics-box .box:hover {
    color: #fff;
    background-color: #e70012;
}
.detail .content {
    padding: 1rem 0 1.2rem;
    width: 100%;
    background-size: 100% auto;
    background-position: center 9rem;
    background-repeat: no-repeat;
}
.detail .content .ctx1 {
    display: block;
}
.detail .content .ctx1 p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0.45rem;
    color: #555;
}
@media only screen and (max-width: 1366px) {
    .detail .content .ctx1 p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .content .ctx1 p {
        font-size: 14px;
    }
}
.detail .content .ctx1 .p1 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0.3rem;
    font-weight: 500;
    color: #333;
}
@media only screen and (max-width: 1366px) {
    .detail .content .ctx1 .p1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .content .ctx1 .p1 {
        font-size: 18px;
    }
}
.detail .content .ctx1 .img-box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0.3rem 0.4rem;
    width: 100%;
    height: 4.94rem;
    margin-bottom: 0.8rem;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.detail .content .ctx1 .img-box:hover .img {
    transform: scale(1.1);
}
.detail .content .ctx1 .img-box .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: all 0.4s ease-out;
}
.detail .content .ctx1 .img-box p {
    position: relative;
    margin-bottom: 0;
    color: #fff;
    z-index: 2;
}
.detail .content .ctx2 {
    height: 7.76rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.detail .content .ctx2 .basics-box > div {
    width: 50%;
    color: #fff;
}
.detail .content .ctx2 .basics-box > div p {
    line-height: 2;
    margin-bottom: 0.45rem;
}
.detail .content .ctx2 .basics-box > div p:last-child {
    margin-bottom: 0;
}
.detail .content .ctx2 .basics-box > div .p1 {
    font-size: 40px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
    .detail .content .ctx2 .basics-box > div .p1 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 1024px) {
    .detail .content .ctx2 .basics-box > div .p1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .content .ctx2 .basics-box > div .p1 {
        font-size: 24px;
    }
}
.detail .content .ctx2 .basics-box > div .p2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1440px) {
    .detail .content .ctx2 .basics-box > div .p2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .detail .content .ctx2 .basics-box > div .p2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .detail .content .ctx2 .basics-box > div .p2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .content .ctx2 .basics-box > div .p2 {
        font-size: 16px;
    }
}
.detail .content .ctx3 {
    padding-top: 1.2rem;
    display: flex;
}
.detail .content .ctx3 .img-box {
    width: 5.4rem;
    overflow: hidden;
}
.detail .content .ctx3 .img-box img {
    width: 100%;
    transition: all 0.4s ease-out;
}
.detail .content .ctx3 .img-box:hover img {
    transform: scale(1.1);
}
.detail .content .ctx3 .padLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: calc(100% - 5.4rem);
    padding-left: 0.8rem;
}
.detail .content .ctx3 .padLeft .p1 {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1440px) {
    .detail .content .ctx3 .padLeft .p1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .detail .content .ctx3 .padLeft .p1 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .detail .content .ctx3 .padLeft .p1 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .content .ctx3 .padLeft .p1 {
        font-size: 16px;
    }
}
.detail .content .ctx3 .padLeft .p2 p {
    font-size: 16px;
    color: #555;
    margin-bottom: 0.45rem;
    line-height: 2;
}
@media only screen and (max-width: 1366px) {
    .detail .content .ctx3 .padLeft .p2 p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .content .ctx3 .padLeft .p2 p {
        font-size: 14px;
    }
}
.detail .content .ctx3 .padLeft .p2 p:last-child {
    margin-bottom: 0;
}
.detail .content .title {
    font-size: 40px;
    line-height: 2;
}
@media only screen and (max-width: 1440px) {
    .detail .content .title {
        font-size: 34px;
    }
}
@media only screen and (max-width: 1024px) {
    .detail .content .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .detail .content .title {
        font-size: 24px;
    }
}
.detail .content .text {
    color: #333333;
}
@media screen and (max-width: 768px) {
    .detail .nav-box .basics-box {
        width: 100%;
    }
    .detail .nav-box .basics-box .box {
        line-height: 36px;
        height: auto;
    }
    .detail .nav-box {
        top: 0;
        height: auto;
        min-height: auto;
    }
    .detail .content .ctx2 {
        height: auto;
        padding: 0.5rem 0;
    }
    .detail .content .ctx2 .basics-box > div {
        width: 100%;
    }
    .detail .content .ctx3 {
        flex-direction: column;
    }
    .detail .content .ctx3 .img-box {
        width: 100%;
    }
    .detail .content .ctx3 .padLeft {
        width: 100%;
        padding-left: 0;
    }
    .detail .content .img-box {
        float: none;
        margin-right: 0;
    }
    .detail .content .img-box .img {
        width: 100%;
    }
}
.en {
    font-size: 16px !important;
}
@media only screen and (max-width: 1366px) {
    .en {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .en {
        font-size: 14px;
    }
}
.en * {
    font-size: 16px !important;
    line-height: 2 !important;
}
@media only screen and (max-width: 1366px) {
    .en * {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .en * {
        font-size: 14px;
    }
}
/*# sourceMappingURL=solution.css.map */