.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 .5s ease-out;
    left               : 0;
    top                : 0
}

.banner .basics-box {
    position: relative
}

.banner .basics-box .box p {
    color: #fff
}

.banner .basics-box .box p.p1 {
    font-size  : 54px;
    line-height: 1.2
}

@media only screen and (max-width:1440px) {
    .banner .basics-box .box p.p1 {
        font-size: 38px
    }
}

@media only screen and (max-width:1024px) {
    .banner .basics-box .box p.p1 {
        font-size: 34px
    }
}

@media only screen and (max-width:767px) {
    .banner .basics-box .box p.p1 {
        font-size: 28px
    }
}

.banner .basics-box .box p.p2 {
    font-size  : 22px;
    line-height: 1.7;
    margin-top : .2rem
}

@media only screen and (max-width:1440px) {
    .banner .basics-box .box p.p2 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .banner .basics-box .box p.p2 {
        font-size: 16px
    }
}

.detail .nav-box {
    position        : sticky;
    top             : 0;
    width           : 100%;
    height          : .6rem;
    min-height      : 36px;
    background-color: #f1f1f1;
    z-index         : 999
}

.detail .nav-box .basics-box {
    height : 100%;
    display: flex
}

.detail .nav-box .basics-box .box {
    font-size         : 17px;
    color             : #333;
    height            : 100%;
    width             : 20%;
    text-align        : center;
    transition        : all .5s;
    -webkit-transition: all .5s;
    -moz-transition   : all .5s;
    -ms-transition    : all .5s;
    display           : flex;
    justify-content   : center;
    align-items       : center
}

@media only screen and (max-width:1366px) {
    .detail .nav-box .basics-box .box {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .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            : 0 0 1.2rem;
    width              : 100%;
    background-size    : 100% auto;
    background-position: center 9rem;
    background-repeat  : no-repeat;
    background-color   : #f8fbfc
}

.detail .content .basics-box {
    overflow   : hidden;
    display    : flex;
    align-items: flex-start
}

@media screen and (max-width:1440px) {
    .detail .content .basics-box {
        align-items: center
    }
}

.detail .content .basics-box .box {
    width     : 50%;
    box-sizing: border-box
}

.detail .content .basics-box .box.padRight {
    padding-right: 1.2rem
}

.detail .content .basics-box .box.padLeft {
    padding-left: .8rem
}

.detail .content .basics-box .box .p1 {
    font-size : 24px;
    margin-top: .65rem;
    color     : #e70012
}

@media only screen and (max-width:1440px) {
    .detail .content .basics-box .box .p1 {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .detail .content .basics-box .box .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .basics-box .box .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .basics-box .box .p1 {
        font-size: 16px
    }
}

.detail .content .basics-box .box .p2 {
    font-size : 36px;
    margin-top: .3rem
}

@media only screen and (max-width:1440px) {
    .detail .content .basics-box .box .p2 {
        font-size: 32px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .basics-box .box .p2 {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .basics-box .box .p2 {
        font-size: 24px
    }
}

.detail .content .basics-box .box .p3 {
    font-size  : 17px;
    color      : #666666;
    line-height: 2
}

@media only screen and (max-width:1366px) {
    .detail .content .basics-box .box .p3 {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .basics-box .box .p3 {
        font-size: 15px
    }
}

.detail .content .ctx1 {
    display            : flex;
    justify-content    : center;
    align-items        : center;
    height             : 8rem;
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat
}

.detail .content .ctx1>div {
    width: 1280px
}

@media screen and (max-width:1440px) {
    .detail .content .ctx1>div {
        width: 1110px
    }
}

@media screen and (max-width:1280px) {
    .detail .content .ctx1>div {
        width: 90%
    }
}

.detail .content .ctx1>div p {
    color      : #fff;
    width      : 50%;
    line-height: 2
}

.detail .content .ctx1>div .p1 {
    font-size    : 24px;
    margin-bottom: .4rem
}

@media only screen and (max-width:1440px) {
    .detail .content .ctx1>div .p1 {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .detail .content .ctx1>div .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .ctx1>div .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx1>div .p1 {
        font-size: 16px
    }
}

.detail .content .ctx1>div .p2 {
    font-size: 17px
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx1>div .p2 {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx1>div .p2 {
        font-size: 15px
    }
}

.detail .content .ctx2 {
    margin-top    : 1rem;
    padding-bottom: .9rem;
    border-bottom : 1px solid #dfe0e3
}
.detail .content .ctx2.en{
    display: flow-root;
}
.detail .content .ctx2 .img-box {
    width   : 5.4rem;
    overflow: hidden
}
.detail .content .ctx2.en  .img-box{
   float: left;
    margin-right: .6rem;
    margin-bottom: .3rem;
}
.detail .content .ctx2 .img-box img {
    transition: all .4s ease-out
}

.detail .content .ctx2 .img-box:hover img {
    transform: scale(1.1)
}

.detail .content .ctx2 .right {
    box-sizing  : border-box;
    width       : calc(100% - 5.4rem);
    padding-left: .6rem
}
.detail .content .ctx2.en  .right{
    width: 100%;
    padding-left: 0;
}
.detail .content .ctx2.en  .title{
    display: block;
}
.detail .content .ctx2.en  .title span{
    display: inline-block;
    position: relative;
}
.detail .content .ctx2.en  .right .title:after{
    display: none;
}
.detail .content .ctx2.en  .title span:after{
    position  : absolute;
    display   : block;
    content   : "";
    width     : .6rem;
    height    : 4px;
    background: #e70012;
    bottom    : -0.2rem
}
.detail .content .ctx2 .right .text p {
    font-size    : 17px;
    line-height  : 1.5;
    color        : #555;
    margin-bottom: .3rem
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx2 .right .text p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 .right .text p {
        font-size: 15px
    }
}

.detail .content .ctx3 {
    position           : relative;
    display            : block;
    padding-top        : 1.2rem;
    /* height             : 10.37rem; */
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat
}

.detail .content .ctx3 .mapimg img{
    width: 100%;
    margin-top: -210px;
}

.detail .content .ctx3 .location {
    display         : flex;
    align-self      : center;
    justify-content : center;
    position        : absolute;
    top             : 58.55%;
    right           : 29.89%;
    width           : .12rem;
    height          : .11rem;
    animation       : haloMin 2s infinite ease-out;
    transition      : all .3s ease-out;
    transform-origin: center
}

.detail .content .ctx3 .location img {
    width : 100%;
    height: 100%
}

.detail .content .ctx3 .basics-box {
    flex-direction: column;
    align-items   : center
}

.detail .content .ctx3 .text p {
    text-align: center;
    font-size : 17px;
    color     : #555
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx3 .text p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx3 .text p {
        font-size: 15px
    }
    .detail .content .ctx3 .mapimg img{
        margin-top: -30px;
    }
}

.detail .content .ctx3 .text p.p1 {
    margin-top: .3rem
}

.detail .content .ctx4 {
    display            : block;
    padding-top        : 1.2rem;
    padding-bottom     : 1.7rem;
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat
}

.detail .content .ctx4 .basics-box {
    display: block
}

.detail .content .ctx4 .basics-box .p1 {
    width      : 50%;
    margin     : 0 auto;
    text-align : center;
    color      : #fff;
    line-height: 2;
    font-size  : 17px
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx4 .basics-box .p1 {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx4 .basics-box .p1 {
        font-size: 15px
    }
}

.detail .content .ctx4 .basics-box ul {
    display        : flex;
    justify-content: space-between;
    margin-top     : 1.15rem
}

.detail .content .ctx4 .basics-box ul li {
    position        : relative;
    flex            : 1;
    margin-right    : .3rem;
    padding         : 1.13rem .4rem .6rem;
    background-color: rgba(17, 130, 245, 0.1);
    border          : 1px solid rgba(125, 125, 125, 0.1)
}

.detail .content .ctx4 .basics-box ul li:hover .icon img {
    transform: rotateY(360deg)
}

.detail .content .ctx4 .basics-box ul li:last-child {
    margin-right: 0
}

.detail .content .ctx4 .basics-box ul li .icon {
    display        : flex;
    justify-content: center;
    align-items    : center;
    position       : absolute;
    width          : 1.11rem;
    height         : 1.11rem;
    background     : #fff;
    border-radius  : 50%;
    left           : 50%;
    margin-left    : -0.555rem;
    top            : -0.6rem
}

.detail .content .ctx4 .basics-box ul li .icon img {
    width           : .5rem;
    height          : .5rem;
    transform       : rotateY(0);
    transition      : all .3s ease-out;
    transform-origin: center
}

.detail .content .ctx4 .basics-box ul li p {
    color      : #fff;
    text-align : center;
    line-height: 2;
    font-size  : 17px
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx4 .basics-box ul li p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx4 .basics-box ul li p {
        font-size: 15px
    }
}

.detail .content .ctx5 {
    margin-top: 1.2rem;
    align-items: center;
}

.detail .content .ctx5 .img-box {
    width   : 6.3rem;
    overflow: hidden
}

.detail .content .ctx5 .img-box img {
    transition: all .4s ease-out
}

.detail .content .ctx5 .img-box:hover img {
    transform: scale(1.1)
}

.detail .content .ctx5 .left {
    box-sizing   : border-box;
    width        : calc(100% - 6.3rem);
    padding-right: 1rem
}

.detail .content .ctx5 .left .text p {
    font-size    : 17px;
    line-height  : 1.5;
    color        : #555;
    margin-bottom: .3rem
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx5 .left .text p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx5 .left .text p {
        font-size: 15px
    }
}

.detail .content .img-box img {
    float : left;
    width : 100%;
    height: auto
}

.detail .content .title {
    font-size      : 40px;
    position       : relative;
    display        : flex;
    justify-content: center;
    color          : #333;
    font-weight    : 600;
    margin-bottom  : .6rem;
    text-align     : center;
    width          : 100%
}

@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 .title.white {
    color: #fff
}

.detail .content .title.white::after {
    background: #fff
}

.detail .content .title::after {
    position  : absolute;
    display   : block;
    content   : "";
    width     : .6rem;
    height    : 4px;
    background: #e70012;
    bottom    : -0.2rem
}

.detail .content .title.title_left {
    left           : 0;
    justify-content: start;
    text-align     : left;
    line-height    : 1
}

.detail .content .explain {
    font-size : 24px;
    color     : #555555;
    margin-top: .1rem
}

@media only screen and (max-width:1440px) {
    .detail .content .explain {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .detail .content .explain {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .explain {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .explain {
        font-size: 16px
    }
}

.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       : 1rem;
        height    : auto;
        min-height: auto
    }

    .detail .content .img-box {
        float       : none;
        margin-right: 0
    }

    .detail .content .img-box .img {
        width: 100%
    }

    .detail .content .ctx1>div p {
        width: 100%
    }

    .detail .content .ctx2 {
        flex-direction: column-reverse
    }

    .detail .content .ctx2 .right {
        width       : 100%;
        padding-left: 0
    }

    .detail .content .ctx2 .img-box {
        width: 100%
    }

    .detail .content .ctx3 {
        background-position: center bottom;
        background-size    : 100%;
        height             : 13rem;

    }

    .detail .content .ctx3 .location {
        display: none
    }

    .detail .content .ctx4 .basics-box .p1 {
        width: 90%
    }

    .detail .content .ctx4 .basics-box ul {
        flex-direction: column
    }

    .detail .content .ctx4 .basics-box ul li {
        margin-right : 0;
        margin-bottom: 1rem
    }

    .detail .content .ctx4 .basics-box ul li:last-child {
        margin-bottom: 0
    }

    .detail .content .ctx5 {
        flex-direction: column
    }

    .detail .content .ctx5 .left {
        width        : 100%;
        padding-right: 0
    }

    .detail .content .ctx5 .img-box {
        width: 100%
    }
}

@keyframes haloMin {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*# sourceMappingURL=./future.css.map */