.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;
    background-repeat  : no-repeat;
    transition         : all .5s ease-out;
    left               : 0;
    top                : 0
}

.detail .nav-box {
    width           : 100%;
    height          : .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 .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: 15px
    }
}

.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 1rem;
    width              : 100%;
    background-size    : 100% auto;
    background-position: center 9rem;
    background-repeat  : no-repeat
}

.detail .content .ctx1 {
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat
}

.detail .content .ctx1>div {
    width          : 100%;
    height         : 100%;
    position       : relative;
    display        : flex;
    justify-content: flex-end
}

.detail .content .ctx1>div .left {
    position: absolute;
    left    : 30px;
    top     : 30px;
    width   : calc(50% - 30px)
}

.detail .content .ctx1>div .left img {
    width: 100%;
    float: left
}

.detail .content .ctx1>div .basics-box {
    display        : flex;
    justify-content: flex-end
}

.detail .content .ctx1>div .right {
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : flex-start;
    box-sizing     : border-box;
    width          : 50%;
    padding-left   : .7rem
}

.detail .content .ctx1>div .right .p1 {
    font-size    : 24px;
    margin-bottom: .45rem;
    line-height  : 2
}
.detail .content .ctx1>div .right.en .p1 {
    font-size    : 18px;
    margin-bottom: .25rem;
    line-height  : 1.6
}

@media only screen and (max-width:1440px) {
    .detail .content .ctx1>div .right .p1 {
        font-size: 20px
    }
    .detail .content .ctx1>div .right.en .p1 {
        font-size    : 16px;
    }
}

@media only screen and (max-width:1200px) {
    .detail .content .ctx1>div .right .p1 {
        font-size: 18px
    }
    .detail .content .ctx1>div .right.en .p1 {
        font-size    : 16px;
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .ctx1>div .right .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx1>div .right .p1 {
        font-size: 16px
    }
    .detail .content .ctx1>div .right.en .p1 {
        font-size    : 16px;
    }
}

.detail .content .ctx1>div .right ul li {
    display       : flex;
    align-items   : flex-start;
    border-bottom : 1px dashed #c8c8c8;
    padding-bottom: .2rem;
    margin-bottom : .2rem;
    line-height   : 1.5;
    font-size     : 16px
}
.detail .content .ctx1>div .right.en ul li {

    line-height   : 1.4;
}
@media only screen and (max-width:1366px) {
    .detail .content .ctx1>div .right ul li {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx1>div .right ul li {
        font-size: 15px
    }
}

.detail .content .ctx1>div .right ul li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.detail .content .ctx1>div .right ul li img {
    width       : .1rem;
    height      : .11rem;
    margin-right: .15rem;
    margin-top  : 7px
}

.detail .content .ctx2 {
    margin-top: 1.3rem
}

@media screen and (max-width:768px) {
    .detail .content .ctx2 {
        margin-top: .5rem
    }
}

.detail .content .ctx2 .box2 {
    display        : flex;
    justify-content: space-between
}

.detail .content .ctx2 .box2>div {
    width: calc(50% - .1rem)
}

@media screen and (max-width:768px) {
    .detail .content .ctx2 .box2 {
        display  : flex;
        flex-wrap: wrap
    }

    .detail .content .ctx2 .box2>div {
        width: 100%
    }
}

.detail .content .ctx2 .colum {
    display    : flex;
    padding-top: .4rem
}

.detail .content .ctx2 .colum.colum1 li {
    height             : 3.55rem;
    box-sizing         : border-box;
    background-position: center;
    background-size    : cover;
    background-repeat  : no-repeat;
    padding            : .4rem;
    align-items        : flex-end;
    overflow           : hidden
}

.detail .content .ctx2 .colum.colum1 li:hover .bg {
    transform: scale(1.1)
}

.detail .content .ctx2 .colum.colum1 li .bg {
    position           : absolute;
    width              : 100%;
    height             : 100%;
    left               : 0;
    top                : 0;
    background-size    : cover;
    background-position: center;
    z-index            : 1;
    transition         : all .4s ease-out
}

.detail .content .ctx2 .colum.colum2 {
    padding-top: 0
}

.detail .content .ctx2 .colum.colum2 li {
    display   : block;
    background: linear-gradient(to bottom, #f5f5f5, transparent);
}

.detail .content .ctx2 .colum.colum2 li:hover .img-box .bg {
    transform: scale(1.1)
}

.detail .content .ctx2 .colum.colum2 li .img-box .bg {
    position           : absolute;
    width              : 100%;
    height             : 100%;
    left               : 0;
    top                : 0;
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
    z-index            : 1;
    transition         : all .4s ease-out
}

.detail .content .ctx2 .colum.colum2 .img-box {
    display            : flex;
    position           : relative;
    width              : 100%;
    height             : 2.5rem;
    box-sizing         : border-box;
    background-position: center;
    background-size    : cover;
    background-repeat  : no-repeat;
    padding            : .3rem;
    align-items        : flex-end;
    overflow           : hidden
}

.detail .content .ctx2 .colum.colum2 .bottom {
    padding   : .35rem .3rem;
    border-top: 0.1rem solid #fff;
}

.detail .content .ctx2 .colum.colum2 .bottom p {
    font-size  : 16px;
    color      : #333;
    line-height: 2
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx2 .colum.colum2 .bottom p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 .colum.colum2 .bottom p {
        font-size: 15px
    }
}

.detail .content .ctx2 .colum li {
    position    : relative;
    display     : flex;
    flex        : 1;
    margin-right: .1rem
}

.detail .content .ctx2 .colum li:last-child {
    margin-right: 0
}

.detail .content .ctx2 .colum li p {
    position : relative;
    font-size: 24px;
    color    : #fff;
    z-index  : 2
}

@media only screen and (max-width:1440px) {
    .detail .content .ctx2 .colum li p {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .detail .content .ctx2 .colum li p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .ctx2 .colum li p {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 .colum li p {
        font-size: 16px
    }
}

.detail .content .ctx2 .colum li .mask {
    position  : absolute;
    width     : 100%;
    height    : 1rem;
    bottom    : 0;
    left      : 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
    z-index   : 1
}

.detail .content .ctx2 .text-colum {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
    padding        : .35rem .25rem .6rem;
    flex-direction : column;
}

.detail .box2 .text-colum{
    border-top: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;	
}

.detail .content .ctx2 .colum1:hover + .text-colum{
    background-color:#eef4f9;		
}

.detail .content .ctx2 .text-colum:hover{
    background-color:#eef4f9;		
}

.detail .colum2 li:hover{
    background-color:#eef4f9 !important;
	
}

.detail .content .ctx2 .text-colum li {
    width        : 100%;
    margin-bottom: .3rem;
    height       : 1.8rem
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 .text-colum li {
        height: auto;
    }
}

.detail .content .ctx2 .text-colum li p {
    font-size  : 16px;
    color      : #333;
    line-height: 2
}
.detail .content .ctx2.en .text-colum li p {

    line-height: 2
}
@media only screen and (max-width:1366px) {
    .detail .content .ctx2 .text-colum li p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 .text-colum li p {
        font-size: 15px
    }
}

.detail .content .ctx2 .text-colum li p:nth-child(1) {
    color        : #e70012;
    margin-bottom: .1rem;
    font-weight  : bold
}

.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
}

.detail .content .text {
    color: #333333
}

@media screen and (max-width:768px) {
    .detail .nav-box {
        top: 1rem;
    }

    .detail .nav-box .basics-box {
        width: 100%
    }

    .detail .nav-box .basics-box .box {
        font-size: 12px;
    }

    .detail .content .ctx1 {
        height : auto !important;
        padding: .5rem 0
    }

    .detail .content .ctx1>div {
        flex-direction: column
    }

    .detail .content .ctx1>div .left {
        position: relative;
        width   : 100%;
        top     : 0;
        left    : 0
    }

    .detail .content .ctx1>div .right {
        padding-left: 0;
        padding-top : .4rem
    }

    .detail .content .ctx1 .basics-box>div {
        width: 100%
    }

    .detail .content .ctx2 .colum {
        flex-direction: column
    }

    .detail .content .ctx2 .colum li {
        width        : 100%;
        margin-right : 0;
        margin-bottom: .5rem
    }

    .detail .content .ctx2 .colum li:last-child {
        margin-bottom: 0
    }

    .detail .content .ctx2 .colum1 li {
        flex: auto
    }

    .detail .content .ctx2 .text-colum {
        flex-direction: column
    }

    .detail .content .ctx2 .text-colum li {
        width       : 100%;
        margin-right: 0
    }

    .detail .content .img-box {
        float       : none;
        margin-right: 0
    }

    .detail .content .img-box .img {
        width: 100%
    }
}

/*# sourceMappingURL=./operation.css.map */