.product-title{
    max-width: 600px;
    line-height: 64px;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    padding-top:70px;
    padding-bottom: 60px;
    margin-top: 65px;
}
.product-memu {
    height: 104px;
}
.product-memu .ico{

}
.product-memu .ico img{
    display: block;
    margin: 0 auto;
}
.product-memu .ico .hover{
    display: none;
}
.public-anchor-memnu{
    margin-top: 65px;
    background-color: #F5F5F799;
}
.public-anchor-memnu.product-memu  #nav-wrap{
    padding-top: 20px;
}
.public-anchor-memnu.product-memu  ul li a{
    line-height: 47px;
}
.public-anchor-memnu.product-memu ul li{
    margin: 0 3%;
}
.public-anchor-memnu.product-memu  ul li a.active .img,
.public-anchor-memnu.product-memu  ul li a:hover .img{
    display: none;
}
.public-anchor-memnu.product-memu  ul li a.active .hover,
.public-anchor-memnu.product-memu  ul li a:hover .hover{
    display: block;
}
.public-anchor-memnu ul li a.active,
.public-anchor-memnu ul li a:hover{
    color: #0055A5;
}


.product-introduce{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    /* background-color: #F5F7FA; */
    overflow: hidden;
    border-bottom: 1px solid #cccccc30;
}

.product-introduce .img{
    width: 50%;
    position: relative;
    padding-top: 31.25%;
}
.product-introduce .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.product-introduce .text{
    width: 50%;
}
.product-introduce .text .box{
    margin-left: 60px;
    max-width: 600px;
}
.product-introduce .text .box .en{
    font-size: 16px;
    line-height: 19px;
    color: #070731;
    margin-bottom: 9px;
}
.product-introduce .text .box .title{
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 27px;
}
.product-introduce .text .box .con{
    color: #6A6A83;
    font-size: 16px;
    line-height: 24px;
}

.product-list-box {

    display: flex;
        max-width: 1602px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 10px;
    position: relative;
}
@media screen and (min-width:1440px)  {
    /*.product-list.navFix  .product-list-box{*/
    /*    padding-left: 0;*/
    /*}*/
}
@media screen and (min-width:1280px)  and (max-width:1440px) {
    .product-list-box {
        padding: 0 100px;
    }
}
@media screen and (min-width:1440px)  {
.product-list.navFix .product-list-box .s1400{
    margin: 0 auto;
}
}
.product-list-box .s1400{
 max-width: 1400px;
 width: 100%;
 margin: 0 auto;
}
.product-list-box .s1400 ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid #E8EBF2;
}

.product-list-box .s1400 ul li > span,
.product-list-box .s1400 ul li{
    width: 23%;
    border: 1px solid #E8EBF2;
    border-radius: 3px;
    margin-bottom: 50px;
    margin-right: 2.40%;
}
.product-list-box .s1400 ul li:hover{
    -moz-box-shadow:0px 0px 11px #9E9E9E;
    -webkit-box-shadow:0px 0px 11px #9E9E9E;
    box-shadow:0px 0px 11px #9E9E9E;
}
.product-list-box .s1400 ul li:nth-child(4n+0){
    margin-right: 0;
}
.product-list-box .s1400 ul li > div,
.product-list-box .s1400 ul li a{
    display: block;
    padding: 43px 43px 22px;
    text-align: center;
}
.product-list-box .s1400 ul li > div img,
.product-list-box .s1400 ul li a img{
    width: 100%;
}

.product-list-box .s1400 ul li > div p,
.product-list-box .s1400 ul li a p{
    font-size: 16px;
    line-height: 24px;
    color: #070731;
    padding-top: 52px;
}

.paging_box{
    margin-top: 34px;
    margin-bottom: 103px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.paging_box .paging a{
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 1px solid #E8EBF2;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    margin: 0 10px;
}
.paging_box .page{
    padding: 13px 31px  14px 29px;
    border: 1px solid #E8EBF2;
    border-radius: 50px;
    color: #070731;
    font-size: 16px;
    line-height: 24px;
}

.prodict-menu-flet{
    margin-right: 20px;
    width: 247px;
}
.prodict-menu-flet .menu-li{
    padding-left: 24px;
    position: relative;
}
.prodict-menu-flet .menu-li::before{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 12px;
    height: 2px;background-color: #070731;
}
.prodict-menu-flet .menu-li::after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 2px;
    height: 12px;
    background-color: #070731;
}
.prodict-menu-flet .menu-li.on::before{
    background-color: #0055A5;
}

.prodict-menu-flet .menu-li.on::after{
    display: none;
}
.prodict-menu-flet .menu-li.nothing::before,
.prodict-menu-flet .menu-li.nothing::after{
    display: none;
}
.prodict-menu-flet .menu-li h6{
    color: #070731;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 14px;
        font-weight: bold;
}
.prodict-menu-flet .menu-li h6 a:hover,
.prodict-menu-flet .menu-li.on h6,
.prodict-menu-flet .menu-li.on h6 a{
    color: #0055A5;
}
.prodict-menu-flet .menu-li ul{
    margin-bottom: 14px;
    position: relative;
    /* display: none; */
}
.prodict-menu-flet .menu-li ul::before{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #A8B5C6;
}
.prodict-menu-flet .menu-li ul li{
    margin-bottom: 14px;
}
.prodict-menu-flet .menu-li ul li a{
    display: block;
    font-size: 16px;
    color: #070731;
    line-height: 21px;
    padding-left: 15px;
    position: relative;
}
.prodict-menu-flet .menu-li ul li:hover a,
.prodict-menu-flet .menu-li ul li.on a{
    color: #0055A5;
}
.prodict-menu-flet .menu-li ul li.on a::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #0055A5;
    content: "";
    display: block;
}



/*----------------------------------------*/
.pro-details{
    padding-top:94px;
    padding-bottom: 133px;
    font-family: Roboto;
}
.pro-details-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.pro_details_text{
    width:46.429% ;
}
.pro_details_text h6{ font-size: 24px; line-height: 30px;}
.pro_details_text h4{ font-size: 48px;  line-height: 48px; }
.pro_details_text .fgx{ width: 100%; height: 1px; display: block; background-color: #E8EBF2; margin: 34px 0;}
.pro_details_text .features{ font-size: 24px; line-height: 24px; font-weight: bold; margin-top: 10%;  margin-bottom: 5px;}
.pro_details_text .bjq{ font-size: 16px; line-height: 24px;}.bjq2{ max-height: 500px; overflow-y: auto;}

.pro-details-box .pro_details_img{
    width:46.286%;
}
.pro-details-box .pro_details_img  .pro-details-mySwiper2 img{
    width: 100%;
}
.pro-details-mySwiper2 .swiper-button-next,
.pro-details-mySwiper2 .swiper-button-prev{
        width: 55px;
    height: 55px;
    background: rgb(0 0 0 / 32%);
    border-radius: 5px;
}
.pro-details-mySwiper2 .swiper-button-next:after,
.pro-details-mySwiper2 .swiper-button-prev:after{
    color: #fff;
    font-size: 27px;
}
.pro-details-mySwiper{
    max-width: 392px;
    margin: 0 auto;
    width: 100%;
    margin-top: 27px;
}
.pro-details-mySwiper .swiper-slide{
    border-radius: 3px;

    overflow: hidden;
}
.pro-details-mySwiper img{

    width: calc(100% - 2px);
    border: 1px solid #E8EBF2;
}
.pro-details-mySwiper .swiper-slide.swiper-slide-thumb-active img{
    border: 1px solid #0055A5;
}


.prodict-recommend{
    background-color: #F5F7FA;
    padding-top: 75px;
    padding-bottom: 95px;
}

.prodict-recommend .title{
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 51px;
}


.recommend-mySwiper .swiper-slide{
    border: 1px solid #E8EBF2;
    border-radius: 3px;

}
.recommend-mySwiper a{
    display: block;
    padding: 43px 43px 22px;
    text-align: center;
    background-color: #fff;
}

.recommend-mySwiper a img{
    width: 100%;
}
.recommend-mySwiper a p{
    font-size: 16px;
    line-height: 24px;
    color: #070731;
    padding-top: 52px;
}
.recommend-mySwiper .swiper-pagination{
    position: initial;
    margin-top: 80px;
}
.recommend-mySwiper .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    position: relative;
    background: transparent;
    opacity: 1;
}

.recommend-mySwiper .swiper-pagination .swiper-pagination-bullet::before{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    display: block;
}
.recommend-mySwiper .swiper-pagination .swiper-pagination-bullet::after{
    content: "";
    width: 6px;
    height: 6px;
    background: #A8B5C6;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
}
.recommend-mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    border: 1px solid #00263C;
}
.recommend-mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    background: #00263C;
}
.prodict-recommend .swiper-pagination{
    position: initial;
    margin-top:20px;
}
.prodict-recommend .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    border-radius: 0;
    margin: 0 auto;
}
.prodict-recommend .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
}
.prodict-recommend .recommend-mySwiper .swiper-button-prev,
.prodict-recommend .recommend-mySwiper .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00000045;
}
.prodict-recommend .recommend-mySwiper .swiper-button-next:after,
.prodict-recommend .recommend-mySwiper .swiper-button-prev:after{
    font-size: 24px;
    color: #fff;
}
@media screen and (min-width:1800px) {
    .prodict-menu-flet{
            position: absolute;
    margin-left: -138px;
    }
}
@media screen and (min-width:768px) {
    #sidebar.sticky{
        position: fixed;
        width: 100%;
    }
}
@media screen and (max-width:1440px) {
    .product-title{
        line-height: 60px;
    font-size: 38px;
    }

    .product-introduce .text .box .title{
            font-size: 38px;
    line-height: 48px;
    margin-bottom: 23px;
    }
        .prodict-menu-flet .menu-li h6{
        font-size: 22px;
    }
    .prodict-recommend .title,
    .pro_details_text h4{
        font-size: 38px;
    }
}
@media screen and (max-width:1366px) {
    .product-title{
                line-height: 55px;
    font-size: 36px;
    }
    .prodict-recommend .title,
    .product-introduce .text .box .title{
        font-size: 36px;
    line-height: 46px;
    }
    .product-list-box{
        margin-top: 50px;

    }
    .prodict-menu-flet .menu-li h6{
        font-size:21px;
    }
    .product-list-box .s1400 ul li a{
        padding: 25px 25px 11px;
    }
    .product-list-box .s1400 ul li a p{
        padding-top:20px;
    }

.pro_details_text h4{
        font-size: 36px;
    }
}
@media screen and (max-width:1310px) {
    .product-list-box .s1400 ul li{
       margin-right: 2.30%;
    }
}
@media screen and (max-width:1200px) {
    .product-title{
                line-height: 52px;
    font-size: 34px;
    }
    .prodict-recommend .title,
    .product-introduce .text .box .title{
        font-size: 34px;
    line-height: 40px;
    }

}
@media screen and (max-width:1024px) {
    .product-title{
            padding-top: 30px;
    padding-bottom: 20px;
        line-height: 50px;
    font-size: 31px;
    }
    .pro_details_text h4{
        font-size: 34px;
    }
    .product-list-box .s1400 ul li{
        width:30.9%;
        margin-right: 2.5%;
    }
    .product-list-box .s1400 ul li:nth-child(4n+0){
        margin-right: 2.5%;
    }
    .product-list-box .s1400 ul li:nth-child(3n+0){
        margin-right: 0%;
    }
}
@media screen and (max-width:768px) {
    .product-introduce{
        flex-direction: column;
    }
    .product-introduce .text,
    .product-introduce .img{
        width: 100%;
    }
    .product-introduce .img{
    padding-top: 62.5%;
    overflow: hidden;
    }
    .product-introduce .text .box{
        margin: 25px;
    }
    .prodict-recommend .title,
    .product-introduce .text .box .title{
        font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
    }
    .product-list-box{
        padding-left:0;
        flex-direction: column;
        padding:0;
    }
    .prodict-menu-flet{
        margin:0 15px;
        width:auto;
    }
    .product-list-box .s1400{
        margin:0 15px;
        width: auto;
    }
    .product-list-box .s1400 ul{
        justify-content: space-between;
    }
    .product-list-box .s1400 ul li{
        width: 49%;
        margin-right:0;
        margin-bottom:15px;
    }
    .product-list-box .s1400 ul li:nth-child(4n+0){
        margin-right: 0;
    }
    .pro-details{
            padding-top: 40px;
    padding-bottom: 40px;
    }
    .pro-details-box{
            justify-content: space-between;
            flex-direction: column;
    }
    .pro-details-box .pro_details_img{
        width: 100%;
        margin-bottom: 15px;
    }
    .pro_details_text{
        width: 100%;
    }
    .pro_details_text h4{
        font-size: 31px;
    }
    .pro_details_text .features{
        font-size: 18px;
    }
    .pro_details_text .bjq{
        font-size:14px;
        overflow-y: auto;
    }
    .pro_details_text .bjq p{

    }

    .prodict-recommend{
            padding-top: 20px;
    padding-bottom: 30px;
    }
    .recommend-mySwiper a{
            padding: 25px 25px 10px;
    }
    .recommend-mySwiper a p{
        padding-top:15px;
    }
    .menu-two-product-y{
        background-image:url('/themes/xianying/public/assets/img/you.png') ;
        position: fixed;
        height: 65px;
        width: 25px;
        top: 50%;
        left: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 19px;
        border: 1px solid rgb(11 45 113 / 56%);
        background-color: #fff;
        border-radius: 0px 15px 15px 0px;
        z-index: 2;
        transition:  .25s ;
    }
    .prodict-menu-flet{
         border-right: 1px solid rgb(11 45 113 / 56%);
    position: fixed;
    top: 0;
    background: #fff;
    left: -261px;
    margin: 0;
    padding: 0 15px;
    width: 230px;
    height: 100%;
    display: flex;

    flex-direction: column;
    justify-content: center;
        transition:  .25s ;

    }
    .prodict-menu-flet.on{
        left: 0;
    }
    .menu-two-product-y.on{
       left: 260px;
    }
}
@media screen and (max-width:640px) {
    .pro-details-mySwiper2 .swiper-button-next,
.pro-details-mySwiper2 .swiper-button-prev{
        width: 40px;
    height: 40px;

}
.prodict-recommend .recommend-mySwiper .swiper-button-prev,
.prodict-recommend .recommend-mySwiper .swiper-button-next{
    width: 30px;
    height: 30px;

}
.prodict-recommend .recommend-mySwiper .swiper-button-next:after,
.prodict-recommend .recommend-mySwiper .swiper-button-prev:after{
    font-size: 18px;
    color: #fff;
}
    .product-title{
        line-height: 32px;
        font-size: 21px;
        padding: 20px 15px;
    }
    .public-anchor-memnu.product-memu ul li{
        margin: 0 20px;
    }
    .public-anchor-memnu.product-memu ul li a{
            line-height: 29px;
            font-size: 14px;
    }
    .public-anchor-memnu.product-memu #nav-wrap{
        padding-top: 0;
    }
    .product-memu{
        height: 70px;
    }
    .product-memu .ico{
        height: 31px;
    }
    .product-memu .ico img{
        height: 100%;
    }
    .product-list-box{
        margin-top: 30px;
    }
    .product-list-box .s1400 ul li a{
        padding: 15px 10px;
    }
    .product-list-box .s1400 ul li a p{
        padding-top:10px;
    }
    .recommend-mySwiper a{
            padding: 15px 15px 10px;
    }
    .recommend-mySwiper a p{
        padding-top:10px;
    }
}<!--ºÄÊ±1759767150.1465Ãë-->