.other-banner{
    margin-top: 65px;
    padding-top: 23.332%;
    position: relative;
    overflow: hidden;
}
.other-banner img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.other-banner .pc-banner{}
.other-banner .mobile-banner{
    display: none;
}
.other-banner .w1440{
    position: absolute;
    left: 50%;
    top: 50%;
    width:calc(100% - 50px);
    transform: translate(-50%, -50%);
}
.other-banner .w1440 h1{
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    padding: 0 15px;
}
#mysVideo{
  position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}
@media screen and (max-width:1024px ) {
    .other-banner .w1440 h1{
        font-size: 31px;
    }
}
@media screen and (max-width:768px ) {
#mysVideo{
    display: none;
}
    .other-banner .pc-banner{display:none}
.other-banner .mobile-banner{display:block}
.other-banner{
   padding-top: 41.332%;
}
.other-banner .w1440 h1{
    font-size: 26px;
}
}
/*about-Company*/
.about-Company .box{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-Company .video{
width: 50%;
    position: relative;
}
.about-Company .video .video_button{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: url(/themes/xianying/public/assets/img/about/video_button.svg) no-repeat center;
    cursor:pointer

}
.about-Company .video img{
    width: 100%;
}

.about-Company .about-Company-text{
    width: 50%;
}
.about-Company .text-box{
    padding-left: 10%;
    max-width: 604px;
}
.about-Company .text-box h3{
    font-size: 32px;
    line-height: 53px;
    color: #0055A5;
    margin-bottom: 22px;
}
.about-Company .text-box .text{ font-size: 16px; line-height: 24px; color: #070731;}

@media screen and (max-width:1024px ) {
    .about-Company .box{
            flex-direction: column;
    }
    .about-Company .about-Company-text,
    .about-Company .video{
        width: 100%;
    }
    .about-Company .text-box{
        max-width: inherit;
        padding: 15px ;
    }
}
@media screen and (max-width:640px ) {
.about-Company .text-box h3{
    font-size: 26px;
    line-height: 40px;
    margin-bottom:15px;
}

}
/**/
.about-culture{}
.about-culture .box{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-culture  .about-culture-text{
    width: 36.337%;
    padding-left: 13.663%;
}
.about-culture  .about-culture-text h3{
    font-size: 40px;
    line-height: 52px;
    color: #070731;
}
.about-culture  .about-culture-text .text{
    margin-top: 44px;
}
.about-culture  .about-culture-text .text .m1{
    font-size: 24px;
    line-height: 26px;
    color: #0055A5;
}
.about-culture  .about-culture-text .text .m2{
    font-size: 16px; line-height: 24px;color: #070731;
    margin-bottom: 40px;
}
.about-culture .img{
    width: 50%;
}
.about-culture .img img{
    width: 100%;
}
@media screen and (max-width:1200px ) {
    .about-culture  .about-culture-text{
    width: 41.337%;
    padding-left: 8.663%;
    }
}
@media screen and (max-width:1024px ) {
    .about-culture .about-culture-text .text{
        margin-top: 20px;
    }
    .about-culture .about-culture-text h3{
        font-size: 31px;
        line-height: 43px;
    }
    .about-culture .about-culture-text .text .m1{
        font-size: 21px;
    }
    .about-culture .about-culture-text .text .m2{
        font-size: 14px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:768px ) {
    .about-culture .about-culture-text{
        width: 100%;
        padding: 15px;
        order: 2;
    }
    .about-culture .img {
        width: auto;
        padding: 15px 15px 0;
        order: 1;
    }
}
.about-layout{
    text-align: center;
    background: #F5F7FA;
}
.about-layout .box{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.about-layout-box{
    padding: 100px 0;
}
.about-layout-box h3{
    font-size: 40px;
    line-height: 52px;
    color: #070731;
    margin-bottom: 18px;
}
.about-layout-box p.text-jj{
    font-size: 16px;
    line-height: 24px;
    max-width: 600px;
    color: #6A6A83;
    margin: 0 auto;
}
.about-layout-box ul{
     display: flex;
     flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 78px;
}
.about-layout-box ul li{
    border-radius: 3px;
    width: 31.25%;
    background: #fff;
    margin-bottom: 30px;
}
.about-layout-box ul li a{
    padding: 56px 0 55px;
    display: block;
}
.about-layout-box ul li .ico{
    height: 73px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.about-layout-box ul li h5{
    font-size: 24px;
    line-height: 31px;
    color: #070731;
    margin-bottom: 6px;
    margin-top: 20px;
}
.about-layout-box ul li p{
    font-size: 16px;
    line-height: 19px;
    color: #070731;
}
.about-layout-box ul li:hover{
    background-color: #0055A5;
}
.about-layout-box ul li img{
    height: 100%;
    margin: auto;
}
.about-layout-box ul li img.hover{
    display:block;
}
.about-layout-box ul li img.on_hover{
    display:none;
}
.about-layout-box ul li a:hover img.on_hover{
    display:block;
}
.about-layout-box ul li a:hover img.hover{
    display:none;
}
/*.about-layout-box ul li .ico.ico_1{*/
/*    background-image: url(/themes/xianying/public/assets/img/about/ico_1.svg);*/
/*}*/
.about-layout-box ul li .ico.ico_2{
    background-image: url(/themes/xianying/public/assets/img/about/ico_2.svg);
}
.about-layout-box ul li .ico.ico_3{
    background-image: url(/themes/xianying/public/assets/img/about/ico_3.svg);
}
.about-layout-box ul li .ico.ico_4{
    background-image: url(/themes/xianying/public/assets/img/about/ico_4.svg);
}
.about-layout-box ul li .ico.ico_5{
    background-image: url(/themes/xianying/public/assets/img/about/ico_5.svg);
}
.about-layout-box ul li .ico.ico_6{
    background-image: url(/themes/xianying/public/assets/img/about/ico_6.svg);
}
.about-layout-box ul li:hover  a.ico.ico_1{
    background-image: url(/themes/xianying/public/assets/img/about/ico_7.svg);
}
.about-layout-box ul li:hover a .ico.ico_2{
    background-image: url(/themes/xianying/public/assets/img/about/ico_8.svg);
}
.about-layout-box ul li:hover a .ico.ico_3{
    background-image: url(/themes/xianying/public/assets/img/about/ico_9.svg);
}
.about-layout-box ul li:hover a .ico.ico_4{
    background-image: url(/themes/xianying/public/assets/img/about/ico_10.svg);
}
.about-layout-box ul li:hover a .ico.ico_5{
    background-image: url(/themes/xianying/public/assets/img/about/ico_11.svg);
}
.about-layout-box ul li:hover  a .ico.ico_6{
    background-image: url(/themes/xianying/public/assets/img/about/ico_12.svg);
}
.about-layout-box ul li:hover  a h5,
.about-layout-box ul li:hover  a p{
    color: #fff;
}

@media screen and (max-width:768px ) {
    .about-layout-box{
        padding: 30px 0;
    }
    .about-layout-box h3{
        font-size: 31px;
        line-height: 45px;
    }
    .about-layout-box ul{
        margin-top: 30px;
        padding: 0 15px;
    }
    .about-layout-box ul li a{
        padding:30px 0;
    }
    .about-layout-box ul li .ico{
        height: 48px;
    }
    .about-layout-box ul li h5{
        font-size: 21px;
        line-height: 30px;
    }
    .about-layout-box p.text-jj{
        padding: 0 15px;
    }
}
@media screen and (max-width:640px ) {
    .about-layout-box ul li{
        width: 49%;
        margin-bottom:7px;
    }
    .about-layout-box ul li h5{
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
    }
    .about-layout-box ul li p{
        font-size: 14px;
    }
}
/*about-honor*/
.about-honor{
    padding-top: 107px;
    text-align: center;
    padding-bottom: 100px;
}
.about-honor .about-honor-box{
    margin-bottom: 100px;
}
.about-honor .about-honor-box h3{
    font-size: 40px;
    line-height: 52px;
    color: #070731;
    margin-bottom: 18px;
}
.about-honor .about-honor-box p{
    font-size: 16px;
    line-height: 24px;
    color: #6A6A83;
}
.mySwiper-honor { width: 100%;}
.mySwiper-honor .img{
    display: block;
    /*
    position: relative;
    padding-top: 78%;
    border: 1px solid #f7f7f7;
    overflow: hidden;
    background: #fff;
    border-radius: 7px;
    */
    margin-bottom: 10px;
}
.mySwiper-honor .img img{
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    */
    max-width: 100%;

}
.mySwiper-honor  .swiper-slide{
    font-size: 14px;
    line-height: 19px;
}
.about-mySwiper-honor{
    position: relative;
}
.about-mySwiper-honor .swiper-button-prev,
.about-mySwiper-honor .swiper-button-next{
    position:absolute;
    width: 47px;
    height: 47px;
    top: 50%;
    margin-top: -23.5px;
    display: block;
}
.about-mySwiper-honor .swiper-button-next{
    background-image: url(/themes/xianying/public/assets/img/about/ico_14-1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.about-mySwiper-honor .swiper-button-prev{
    background-image: url(/themes/xianying/public/assets/img/about/ico_13-1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.about-mySwiper-honor .swiper-button-prev:after,
.about-mySwiper-honor .swiper-button-next:after{
    display: none;
}
.about-honor .swiper-pagination {
    position: initial;
    margin-top: 80px;
}
.about-honor .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    position: relative;
    background: transparent;
    opacity: 1;
}

.about-honor .swiper-pagination .swiper-pagination-bullet::before{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    display: block;
}
.about-honor .swiper-pagination .swiper-pagination-bullet::after{
    content: "";
    width: 6px;
    height: 6px;
    background: #A8B5C6;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
}
.about-honor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    border: 1px solid #00263C;
}
.about-honor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    background: #00263C;
}
@media screen and (max-width:768px ) {
    .about-honor{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-honor .about-honor-box h3{
        font-size: 31px;
    line-height: 45px;
    }
    .about-honor .about-honor-box{
        margin-bottom: 30px;
    }
    .about-honor .swiper-pagination{
        margin-top: 40px;
    }
}

.about-history{
    padding-top: 187px;
    padding-bottom: 189px;
    background: url(/themes/xianying/public/assets/img/about/about-history.jpg) no-repeat center;
    background-size: cover;
}
.about-history_box {
    max-width: 1257px;
    margin: 0 auto;
}
.about-history_box h2{ text-align: center;
    font-size: 48px;
    line-height: 64px;
    color: #fff;
}
.about-history_box .mySwiper2{
    margin-top: 7%;
    margin-bottom: 8%;
}
@media screen and (min-width:1024px ) {
.about-history_box .mySwiper2 .swiper-wrapper{
    height: auto !important;
}
}
.about-history_box .mySwiper2 .swiper-slide{
    opacity: 0.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;

}
.about-history_box .mySwiper2 .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.about-history_box .mySwiper2 .swiper-slide h3{
    font-size: 48px;
    line-height: 58px;
    color: #F5F7FA;
    margin-bottom: 18px;
    margin-top: 30px;

}
.about-history_box .mySwiper2 .swiper-slide.swiper-slide-active h3{
    font-size: 100px;
    margin-top: 0px;
    line-height: 120px;
    margin-bottom: 37px;
}
.about-history_box .mySwiper2 .swiper-slide .box p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
    color: #fff;
}

.about-history_box .mySwiper2 .swiper-slide .box p strong{
    margin-right: 12px;
}
.about-history_box .mySwiper1{
    max-width: 944px;
    width: 100%;
    margin: 0 auto;
}


.about-history_box .mySwiper1 .swiper-slide{
    font-size: 24px;
    height: 55px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, 0.43);
    position: relative;
}

.about-history_box .mySwiper1 .swiper-slide:before{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #7C8DAF;
    border-radius: 50%;
    left: 50%;
    bottom: 2.5px;
    margin-left: -2.5px;
}
.about-history_box .mySwiper1 .swiper-slide.swiper-slide-thumb-active{
        color: #fff;
}
.about-history_box .mySwiper1 .swiper-slide.swiper-slide-thumb-active:before{
width: 10px;
height: 10px;
 background: url(/themes/xianying/public/assets/img/about/ico.png) no-repeat center;
 bottom: 0px;
}
.about-history_box .mySwiper1::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);;
}
.about-history_box .swiper-button{
    position: absolute;
    max-width: 560px;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 1;
    height: 100%;
}

.about-history_box .swiper-button  .swiper-button-prev,
.about-history_box .swiper-button  .swiper-button-next{
    position:absolute;
    width: 47px;
    height: 47px;
     top: 50%;
    margin-top: -23.5px;
    display: block;
    z-index: 10;
    opacity: 1 !important;
}
.about-history_box .swiper-button .swiper-button-next{
        background-image: url(/themes/xianying/public/assets/img/about/ico_14.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .about-history_box .swiper-button .swiper-button-prev{
        background-image: url(/themes/xianying/public/assets/img/about/ico_13.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .about-history_box .swiper-button .swiper-button-prev:after,
    .about-history_box .swiper-button .swiper-button-next:after{
        display: none;
    }
@media screen and (max-width:1366px ) {
        .about-history_box .mySwiper2 .swiper-slide.swiper-slide-active h3{
        font-size: 80px;
        line-height: 100px;
    }
}
@media screen and (max-width:1024px ) {
    .about-history{
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .about-history_box .mySwiper2 .swiper-wrapper{
        min-height: 200px;
        max-height: 220px;
    }
}
@media screen and (max-width:768px ) {
        .about-history_box h2{
            font-size: 31px;
    line-height: 45px;
    }
    .about-history_box .mySwiper2{
        margin-top: 4%;
        margin-bottom: 2%;
    }
    .about-history_box .mySwiper2 .swiper-slide.swiper-slide-active h3{
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 24px;
    }
    .about-history_box .mySwiper2 .swiper-slide .box p{
            font-size: 14px;
    line-height: 21px;
    margin-bottom: 14px;
    }
}
@media screen and (max-width:640px ) {

    .about-history_box .mySwiper2 .swiper-slide.swiper-slide-active h3{
            font-size: 45px;
    line-height: 60px;
    }
    .about-history_box .mySwiper2 .swiper-slide h3{
        font-size: 32px;
        line-height: 42px;
        margin-top:11px;
    }
    .about-history_box .mySwiper1 .swiper-slide{
        font-size: 16px;
        text-align: center;
    }
    .mySwiper-honor .swiper-slide{
        font-size: 12px;
    }
}
.about-video-pop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height:100%;
    background: hsl(0deg 0% 0% / 63%);
    display: none;
    z-index: 88;
}
.about-video-pop.on{
    display: flex;
    align-items: center;
}
.about-video-pop video{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin:0 auto;
}
.about-video-pop .close{
    width: 30px;
    height: 30px;
    position:absolute;
    top:5%;
    right: 5%;
    background: url(/themes/xianying/public/assets/img/about/close.png) no-repeat center;
}

@media screen and (max-width:1440px ) {
    .about-Company .text-box{
        padding-left: 7%;
    }
    .about-Company .text-box h3{
        font-size: 30px;
        line-height: 44px;
        margin-bottom:15px;
    }
    .about-history_box h2{
        font-size: 43px;
        line-height: 54px;
    }
    .about-culture .about-culture-text h3{
                font-size: 36px;
        line-height: 48px;
    }
    .about-culture .about-culture-text .text{
        margin-top:34px;
    }
    .about-culture .about-culture-text .text .m1{
        font-size: 22px;
    }
    .about-honor .about-honor-box h3,
    .about-layout-box h3{
            font-size: 36px;
    }
    .about-layout-box ul li h5{
        font-size:22px;
        line-height: 28px;
    }
}
@media screen and (max-width:1366px ) {
    .about-Company .text-box{
        max-width: 567px;
    }
    .about-Company .text-box h3{
        font-size: 28px;
        line-height: 40px;
        margin-bottom:13px;
    }
    .about-Company .text-box .text{
        font-size: 15px;
        line-height: 22px;
    }
    .about-history{
        padding-top: 130px;
    padding-bottom: 130px;
    }
    .about-history_box h2{
        font-size: 41px;
        line-height: 50px;
    }

    .about-culture .about-culture-text h3{
        font-size: 34px;
        line-height: 44px;
    }
    .about-culture .about-culture-text .text{
        margin-top: 30px;
    }
    .about-culture .about-culture-text .text .m1{
        font-size: 21px;
    }
    .about-honor .about-honor-box h3,
    .about-layout-box h3{
            font-size: 34px;
    }
    .about-layout-box ul li h5{
        font-size:21px;
        line-height: 25px;
    }
}

@media screen and (max-width:1200px ) {
    .about-Company .text-box{
        padding-left: 3%;
    }
    .about-Company .text-box h3{
        font-size: 26px;
    }
    .about-Company .text-box .text{
            font-size: 14px;
    line-height: 20px;
    }
    .about-history_box h2{
        font-size: 38px;
    }
    .about-culture .about-culture-text h3{
            font-size: 31px;
    line-height: 40px;
    }
    .about-culture .about-culture-text .text{
        margin-top: 27px;
    }
    .about-culture .about-culture-text .text .m1{
        font-size: 20px;
    }
    .about-culture .about-culture-text .text .m2{
        font-size: 14px;
    line-height: 21px;
    margin-bottom: 32px;
    }
    .about-honor .about-honor-box h3,
    .about-layout-box h3{
            font-size: 31px;
    }
    .about-layout-box ul li h5{
        font-size:20px;
        line-height: 25px;
    }
}
@media screen and (max-width:1024px ) {
    .about-Company .text-box{
        padding: 15px;
        max-width: inherit;
    }
    .about-culture .about-culture-text h3{
        font-size: 28px;
    }
    .about-culture .about-culture-text .text{
        margin-top: 15px;
    }
    .about-culture .about-culture-text .text .m1{
        font-size: 18px;
    }
    .about-culture .about-culture-text .text .m2{
            margin-bottom: 15px;
    }
}<!--ºÄÊ±1759773929.8426Ãë-->