.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}





@media (min-width: 992px) {
    .w1700 {
        padding: 0 3%;
    }
}












.home-banner-section .swiper-pagination{

    width: 8%;

    bottom: 20%;

    left: 10%;

}



.home-banner-section .swiper-pagination span{

    width: 13px;

	height: 14px;

	border: solid 3px #ffffff;

    opacity: 1;

    background: none;

    margin: 0 5px !important;

}

.home-banner-section .swiper-pagination .swiper-pagination-bullet-active{

    width: 13px;

	height: 14px;

	background-color: #ffffff;

}




.zoomWrapperImage img{max-width: 300%;}



.tab-content img{
    height: auto !important;
}


.banner_swiper{position: relative;}



.banner_swiper .swiper-container {

    width: 100%;

    height: 100%;

  }




 .banner_swiper .swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    overflow:hidden;

    

  }



  

.banner_swiper .slide-inner {

    position: relative;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-size: cover;

    background-position: center;

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

    color:#fff;

  }

















.bb1x{

    margin-top: 5.3vw;

    padding-bottom: 3.8vw;

}

.w1485{

    max-width: 1505px;

    margin: 0 auto;

    padding: 0 10px;

}





.bb1nr{position: relative;}

.bb1bd{

    overflow: hidden;

    padding-bottom: 56px;

    background: url("../images/bb1bd.png") no-repeat bottom center;

}

.bb1bd li{}

.bb1bd li h2{

    text-align: center;

    font-size: 48px;

    font-weight: bold;

    font-stretch: normal;

    line-height: 50px;

    letter-spacing: 1px;

    color: #1d1d1d;

    margin-bottom: 0;

}

.bb1bd li h3{

    font-size: 18px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 36px;

    letter-spacing: 1px;

    color: #7e7e7e;

    text-align: center;

    padding: 0 4%;

    margin-top: 48px;

    margin-bottom: 0;

}



.bb1nr .swiper-pagination{

    bottom: 0;

}

.bb1nr .swiper-pagination span{

    width: 12px;

    height: 12px;

    border: solid 1px #195591;

    background: none;

    opacity: 1;

    margin: 0 4.5px !IMPORTANT;

}

.bb1nr .swiper-pagination .swiper-pagination-bullet-active{

    background-color: #195591;

}



.bb1nr .swiper-button-prev,.bb1nr .swiper-button-next{

    width: 49px;

	height: 49px;

    outline: none;

    top: 65%;
    
    border-radius: 50%;

}

.bb1nr .swiper-button-prev{

    background: url("../images/bb1bdz.png") no-repeat ;

    left: -24px;

    background-size: 103%;
}

.bb1nr .swiper-button-next{

    background: url("../images/bb1bdy.png") no-repeat;

    right: -24px;

    background-size: 103%;

}

.bb1nr .swiper-button-prev:hover{
    background: url("../images/bb1bdzh.png") no-repeat ;
    background-size: 103%;
}
.bb1nr .swiper-button-next:hover{
    background: url("//wm-hk.cdn.cn86.cn/www_xc_ropes_com/2024/07/2bf9f6a4fc5xnrpo.png") no-repeat;
    background-size: 103%;
}

.swiper-button-next:after, .swiper-button-prev:after{display: none;}

.swiper-button-next:after, .swiper-button-prev:after{display: none;}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{

    opacity: 1;

    cursor: pointer;

    pointer-events: inherit;

}







.bb1fl{

    overflow: hidden;

    margin-top: 4.2vw;

}

.bb1fl li{}

.bb1fl li .img{

    overflow: hidden;

}

.bb1fl li .img img{

    width: 100%;

    transition: all ease-in-out 0.3s; 

}



.bb1fl li .img:hover img{

    transform: scale(1.1);     transition: all ease-in-out 0.3s; 

}











.bb2x{

    background: url("../images/bb2xbj.png") fixed center;

    height: 16vw;

}

.bb2nr{

    padding-top: 4.5vw;

}

.bb2nr li{

    width: 25%;

    float: left;

    text-align: center;

}

.bb2nr li h2{

    font-size: 48px;

    font-weight: bold;

    font-stretch: normal;

    line-height: 40px;

    letter-spacing: 0px;

    color: #ffffff;

    margin-bottom: 0;

}

.bb2nr li h3{

    width: 27px;

    height: 5px;

    background-color: #ffffff;

    margin: 24px auto 28px;

}

.bb2nr li h4{

    font-family: ArialMT;

    font-size: 16px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 28px;

    letter-spacing: 0px;

    color: #ffffff;

    padding: 0 20%;

}



















.bb3x{

    padding-top: 5.3vw;

    padding-bottom: 5.3vw;

}



.w1650{

    max-width: 1680px;

    margin: 0 auto;

    padding: 0 15px;

}



.bb3bt{text-align: center;}

.bb3bt h2{

    font-size: 50px;

	font-weight: bold;

	font-stretch: normal;

	line-height: 37px;

	letter-spacing: 3px;

	color: #363638;

    margin-bottom: 0;

}

.bb3bt h3{

    font-size: 18px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 28px;

	letter-spacing: 1px;

	color: #666666;

    margin-top: 50px;

    margin-bottom: 0;

}



.bb3nr{

    position: relative;

    margin-top: 35px;

}

.bb3bd{

    overflow: hidden;

}

.bb3bd .swiper-wrapper{}

.bb3bd li{

    text-align: center;

    height: 180px;

    padding: 9px 0;

}



.bb3bd li:before{

    content: '';

    width: 1px;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    border-left: 1px dashed #c8c8c8; 



} 



.bb3bd li.swiper-slide-active:before{

    display: none;

}





.bb3bd li .img{

    width: 82px;

	height: 82px;

    overflow: hidden;

    margin: 0 auto;

}

.bb3bd li .img img{

    width: 100%;

}

.bb3bd li h2{

    font-size: 13px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 30px;

	letter-spacing: 0px;

	color: #1b1b1b;

    margin-top: 23px;

    margin-bottom: 0;

   padding: 0 9%;

}





.bb3nr .swiper-button-prev,.bb3nr .swiper-button-next{

    width: 31px;

	height: 31px;

    outline: none;

}

.bb3nr .swiper-button-prev{

    background: url("../images/bb3bdz.png")no-repeat;

}

.bb3nr .swiper-button-next{

    background: url("../images/bb3bdy.png")no-repeat;

}

.bb3nr .swiper-button-prev:hover{

    background: url("../images/bb3bdzh.png")no-repeat;

}

.bb3nr .swiper-button-next:hover{

    background: url("../images/bb3bdyh.png")no-repeat;

}











.bb4x{

    background-color: #f6f6f6;

    padding-top: 5.3vw;

    padding-bottom: 5.3vw;

}



.bb4bt{

    position: relative;

}

.bb4bt h2{

    float: left;

    font-size: 40px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 42px;

    letter-spacing: 0px;

    color: #131313;

    margin-bottom: 0;

}

.bb4bt h2 s1{

    width: 49px;

    height: 4px;

    background-color: #121212;

    position: absolute;

    margin-top: 24px;

    margin-left: 28px;

}



.bb4nr{

    overflow: hidden;

    margin-top: 3.4vw;

}

.bb4nr li{

    margin-bottom: 45px;

    position: relative;

}

.bb4nr li .img{

    overflow: hidden;

}

.bb4nr li .img img{

    width: 100%;

    transition: all ease-in-out 0.3s; 

}

.bb4nr li:hover .img img{

    transform: scale(1.1);     transition: all ease-in-out 0.3s; 

}

.bb4nr li .bb4wz{

    background-color: #ffffff;

    height: 95px;

}

.bb4nr li .bb4wz h2{

    font-size: 14px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 16px;

    letter-spacing: 0px;

    color: #1b1b1b;

    text-align: center;

    padding: 18px 7% 0;

    height: 60px;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    margin-bottom: 1px;

}

.bb4nr li .bb4wz h3{

    width: 24px;

    height: 24px;

    background: url("../images/bb4cp.png")no-repeat;

    margin: 0 auto;

}



.bb4nr li:hover .bb4wz{

    background-color: #024da6;

}

.bb4nr li:hover  .bb4wz h2{

    color: #fff;

}

.bb4nr li:hover  .bb4wz h3{

    background: url("../images/bb4cph.png")no-repeat;

}





.bb4gd{

    width: 160px;

	height: 38px;

	background-color: #014fa2;

	border-radius: 4px;

    font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	letter-spacing: 0px;

	color: #ffffff;

    line-height: 38px;

    text-align: center;

    margin: 0 auto;

    transition: all ease-in-out 0.3s; 

}

.bb4gd:hover{
    font-size: 20px;
    transition: all ease-in-out 0.3s; 
}







.w1440{max-width: 1460px; margin: 0 auto; padding: 0 2%;}





.bb5x{

    background: url("../images/bb5xbj.png")no-repeat top;

    padding-top: 5.3vw;

    padding-bottom: 5.3vw;

}





.bb5bt{text-align: center;}

.bb5bt h2{

    font-size: 40px;

	font-weight: bold;

	font-stretch: normal;

	line-height: 37px;

	letter-spacing: 3px;

	color: #fff;

    margin-bottom: 0;

}

.bb5bt h3{

    font-size: 18px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 28px;

	letter-spacing: 1px;

	color: #fff;

    margin-top: 50px;

    margin-bottom: 0;

    padding: 0 2%;

}



.bb5nr{

    position: relative;

    margin-top: 4vw;

}

.bb5bd{

    overflow: hidden;

}



.bb5bd li .img{

    overflow: hidden;

}

.bb5bd li .img img{

    width: 100%;

    transition: all ease-in-out 0.3s;

}



.bb5bd li:hover .img img{

    transform: scale(1.1);     transition: all ease-in-out 0.3s;

}























.bb6x{}



.bb6nr{

    margin-top: 5.1vw;

    overflow: hidden;

    padding-bottom: 60px;

    position: relative;

}

.bb6nr li{}

.bb6nr li .bb6wz{}

.bb6nr li .bb6wz h2{

    font-size: 18px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 14px;

    letter-spacing: 0px;

    color: #1b1b1b;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    margin-bottom: 25px;

}




.bb6nr li .bb6wz h3{

    font-size: 20px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 18px;

    letter-spacing: 0px;

    color: #807e7e;

    margin-bottom: 25px;

}

.bb6nr li .bb6wz h4{

    font-size: 13px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 30px;

    letter-spacing: 0px;

    color: #4d4d4d;

    height: 52px;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    margin-bottom: 0;

}

.bb6nr li .img{

    margin-top: 3vw;

    overflow: hidden;

}

.bb6nr li .img img{

    width: 100%;

    transition: all ease-in-out 0.3s; 

}

.bb6nr li .img:hover img{

    transform: scale(1.1);     transition: all ease-in-out 0.3s; 

}



.bb6nr li:hover .bb6wz h2{color: #014fa2;}
.bb6nr li:hover .bb6wz h3{color: #014fa2;}



.bb6nr .swiper-pagination{

    bottom: 0;

}

.bb6nr .swiper-pagination span{

    width: 12px;
    height: 12px;
    border: solid 1px #195591;
    background: none;
    opacity: 1;
    margin: 0 4.5px !IMPORTANT;

}

.bb6nr .swiper-pagination .swiper-pagination-bullet-active{

	background-color: #195591;

}

















.bb7x{

    margin-top: 4vw;

    

}



.bb7nr{}



.bb7z{

    float: left;

}

.bb7z h2{

    font-size: 36px;

    font-weight: bold;

    font-stretch: normal;

    line-height: 37px;

    letter-spacing: 0px;

    color: #000000;

    margin-bottom: 22px;

}

.bb7z h3{

    font-size: 16px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 19px;

    letter-spacing: 0px;

    color: #000000;

    opacity: 0.8;

}



.bb7y{

    float: right;

    width: 36%;

    margin-top: 10px;

}

.bb7y form{

    position: relative;

}

.bb7y form input{

    width: 100%;

    background-color: #f0f0f0;

    border-radius: 10px;

    height: 50px;

    padding-left: 20px;

}

.bb7y form .dbtj{

    position: absolute;

    right: 0;

    width: 13%;

    height: 100%;

    background: url("../images/bb7ss.png")no-repeat center;

}













.bbdb{

    background: url("../images/bbdbj.png")no-repeat top;

    padding-top: 7.3vw;

    padding-bottom: 5.3vw;

    background-size: 100% 100%;

}

.bbdbnr{}

.bbddh{

    float: left;

    width: 17%;

}

.bbddh h2{

    font-size: 24px;

    font-weight: bold;

    font-stretch: normal;

    line-height: 17px;

    letter-spacing: 2px;

    color: #ffffff;

    margin-bottom: 1.5vw;

}

.bbddh a{

    font-size: 14px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 48px;

    letter-spacing: 1px;

    color: #e0e0e0;

    display: block;

    width: 100%;

    float: left;

}



.bbdcp{

    width: 25%;

    float: left;

}

.bbdcp h2{

    font-size: 24px;

    font-weight: bold;

    font-stretch: normal;

    line-height: 17px;

    letter-spacing: 2px;

    color: #ffffff;

    margin-bottom: 1.5vw;

}

.bbdcp a{

    font-size: 14px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 48px;

    letter-spacing: 1px;

    color: #e0e0e0;

    display: block;

    width: 100%;

    float: left;

}



.bbdlx{

    width: 35%;

    float: left;

}

.bbdlx h2{

    font-size: 24px;

    font-weight: bold;

    font-stretch: normal;

    line-height: 17px;

    letter-spacing: 2px;

    color: #ffffff;

    margin-bottom: 2vw;

}

.bbdlx h3{}

.bbdlx h3 li{

    margin-bottom: 31px;

    padding-left: 21px;

    position: relative;

}



.bbdlx h3 li:before{

    content: '';

    width: 8px;

	height: 8px;

	border: solid 1px #f3f4f6;

    border-radius: 5px;

    position: absolute;

    left: 0;

    top: 5px;

}  



.bbdlx h3 li p{

    font-size: 14px;

    font-weight: normal;

    font-stretch: normal;

    line-height: 19px;

    letter-spacing: 0px;

    color: #e0e0e0;

    margin-bottom: 0;

}



.bbdfx{

    float: right;

}

.bbdfx h2{

    font-size: 24px;

    font-weight: bold;

    font-stretch: normal;

    line-height: 17px;

    letter-spacing: 2px;

    color: #ffffff;

    margin-bottom: 2.2vw;

}

.bbdfx h3{}









.bbdxx{

    background-color: #000000;

    font-size: 14px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 28px;

	letter-spacing: 0px;

	color: rgba(255, 255, 255, 0.5);

    padding: 15px 0;

}

.bbdxx p{margin-bottom: 0;}

.bbdxx a{color: rgba(255, 255, 255, 0.5);}

.bbdxxz{float: left;}

.bbdxxy{float: right;}








.dian{margin-left: 2vw;position: relative;}
.dh{border-radius: 16px;background: #195591 url(//cdn.myxypt.com/73cc25db/23/12/65ab2dd3d4b1952e24d4919b2d5ebf040db66544.png) no-repeat center;width: 33px;height: 33px;text-align: center;overflow: hidden;line-height: 33px; }
.dh1{position: absolute;right: 0;top:0;height: 33px;width: 0;white-space: nowrap;letter-spacing: 1px;color: #ffffff;font-size: 18px;font-weight: bold;background-color: #195591;border-radius: 16px;text-align: center;line-height: 33px;transition: all 0.5s;overflow: hidden;cursor: pointer;}
.dh1 img{margin-right: 10px;}
.dian:hover .dh1{width: 226px;}



.searchbtn{text-align:center;margin-top:31px;cursor:pointer;display: flex;justify-content: center;align-items: center;  transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s}
    
.searchbtn img {filter: brightness(0);}

.searchbox{width:0;height:100px;background-color:#fff;position:absolute;top:0;right:0;z-index:4;opacity:0}
.searchbox .close2{line-height:74px;cursor:pointer}
.searchbox .close2:hover img{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg)}
.searchbox .searchform{display: flex;align-items: center;}
.searchbox .searchform .input{width:calc(100% - 73px);margin:0 20px}
.searchbox .searchform .input input{width:100%;height:74px;font-size:20px;text-align:center;position:relative;background-color:transparent;color:#333;border-bottom:1px solid #ddd;font-size: 14px;}
.searchbox .searchform .input input:focus{border-bottom-color:#d50900}
.searchbox .searchform .input input::-webkit-input-placeholder{color:#999}
.searchbox .searchform .btn{height:74px;text-align:center;line-height:74px;cursor:pointer}
.searchbox.cur{
    width: 108%;
    padding: 13px 50px;
    opacity: 1;
    left: -4%;
    height: auto;
}


.lastli {
    text-align: center;
    float: left;
    padding: 0 1.2vw;

    padding-right: 0;
    position: static;
    background: url(//cdn.myxypt.com/73cc25db/23/12/5479f2b788e3c31977e2be063208ac6363991ed2.png) no-repeat left center;
    height: 80px;

 }





.language-group {
    padding: 0 1.2vw;
}
.language-group .dropdown-menu{
    padding: 10px;
    max-width: 180px;
    min-width: 180px;
    overflow-x: hidden;
    max-height: 200px;
    display: none;
}

.language-group .dropdown-menu li{
    line-height: 30px;
}


.language-group .btn{
    color: #333;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    background-color: #fff;
}

.header_bg .language-group .btn{
    color: #333;
}

@media(max-width: 1200px){
    .language-group .btn{
        color: #333;
    }
}

@media(max-width: 480px){
    .language-group .dropdown-menu{
        right: 0;
        left: auto;
    }
}



.index-site-header-bottom.sticky-header{background-color: #fff;}
.index-site-header-bottom.sticky-header .pc-navbar > li > a{color: #333;}
.index-site-header-bottom.sticky-header .searchbtn img{
    filter: brightness(0);
}

























@media (max-width: 1550px) {  

    .bb1nr .swiper-button-prev{left: 0px;}

    .bb1nr .swiper-button-next{right: 0px;}

    .bbdxx{line-height: 20px;    padding: 8px 0;}

    .bbddh a{line-height: 40px;}
    .bbdcp a{line-height: 40px;}
    .bbdlx h3 li{    margin-bottom: 15px;}
}





@media (max-width: 1500px) {  

.index-site-header-bottom .pc-navbar > li > a{

    padding: 0 0px;

}



}



@media (max-width: 1300px) {  

    .bb2nr li h3{    margin: 19px auto 17px;}

    .bb2x{height: 18vw;}

}



@media (max-width: 1200px) {  

    .bb1bd li h2{ font-size: 40px;}

    .bb1bd li h3{font-size: 16px;     margin-top: 25px;}

    .bb2nr li h2{font-size: 40px; }

    .bb2nr li h4{font-size: 14px; line-height: 18px;}

    .bb3bt h2{font-size: 40px;}



    .bb2nr li h3{    margin: 19px auto 17px;}

    .bb2x{height: 18vw;}

    .bbdb{ padding-top: 10.7vw;}

    .bbddh a{line-height: 38px;}

    .bbdcp a{line-height: 38px;}

    .bbdlx h3 li{ margin-bottom: 18px;}

    .bbdb{ padding-bottom: 1.3vw;}

    .bb5x {background-size: 140%;}

    .bbdcp h2{font-size: 18px;}

    .bbddh h2{font-size: 18px;}

    .bbdlx h2{font-size: 18px;}

    .bbdfx h2{font-size: 18px;}



}









.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-mob-tool li {
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #1d2088;
    opacity: .7;
}




@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
    .xymob-left-close-btn{
        display: none;
    }
}







@media (max-width: 992px) { 

    .bb1bd li h2{

        font-size: 22px;

        line-height: 32px;

    }

    .bb1bd li h3{

        font-size: 12px;

        margin-top: 8px;

        padding: 0;

        line-height: 28px;

        letter-spacing: 0;

    }

    .cpdt{width: 100% !important}

    .bb1nr .swiper-button-prev, .bb1nr .swiper-button-next{

        top: 41%;


    }

    

    .bb2x{

        height: auto;

    }

    .bb2nr li h2{

        font-size: 26px;

    }

    .bb2nr li{

        width: 50%;

        margin-bottom: 20px;

    }

        

    .bb2nr li h3{

        margin: 9px auto 10px;

    }

    

    .bb2nr li h4{

        padding: 0 0%;

    }

    .bb3bt h2{

        font-size: 22px;

        line-height: 32px;

    }

    

    .bb3bt h3{

        margin-top: 18px;

        font-size: 14px;

        line-height: 22px;

    }

    .bb3bt h3 p{

        margin-bottom: 0;

    }

    .bb4bt h2{

        font-size: 22px;

    }

    .bb4bt h2 s1{

        width: 37px;

        height: 2px;

        margin-top: 20px;

        margin-left: 18px;

    }

    .bb4nr li{

        margin-bottom: 26px;

    }

    

    .bb5x{

        background-size: auto 83%;

    }       

    .bb5bt h2{

        font-size: 22px;

        letter-spacing: 1px;

    }    

    .bb5bt h3{

        font-size: 14px;

        margin-top: 13px;

        line-height: 22px;

        letter-spacing: 0px;

        padding: 0;

    }

    

    .bb7z{width: 100%;}

    .bb7y{width: 100%;}

    

    .bb7z h2{

        font-size: 22px;

        margin-bottom: 8px;

    }

        

    .bb7z h3{

        font-size: 14px;

    }

    

    .bbdb{padding-top: 25px;  background: url("../images/mbbdbj.png")no-repeat top; background-size: auto 101%; margin-top: 25px;}

    .bbddh{display: none;}

    .bbdcp{display: none;}

    .bbdlx{width: 100%;}

    .bbdfx{

        float: left;

        margin-top: 20px;

    }

    .bbdxxy{float: left;}        

    .w1700{padding: 0 2%;}

        




    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        padding-top: 55px;
    }

    .xymob-menu-click .xypg-left-news, .xymob-menu-click .xypg-left-keys, .xymob-menu-click .xypg-left-contact, .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: #fff;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: 0px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }

    .cate-list{
        width: 90%;
        background: #fff;
        margin-left: 5%;
    }












}

        

    










.sybj{
    position: relative;
    z-index: 5;
    background-color: #fff;
    border-bottom-left-radius: 2.5vw;
    border-bottom-right-radius: 2.5vw;
}

.bbdbj{
    height: 600px;
    padding-top: 14vw;
    padding-bottom: 3.3vw;
}
.bbdnr{
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
}


.bb7x{
    border-bottom-left-radius: 2.5vw;
    border-bottom-right-radius: 2.5vw;
    padding-bottom: 30px;
}

@media (max-width: 1500px) { 
    .bbdbj{height: 550px;}
}

@media (max-width: 1200px) { 
    .bbdbj{height: 450px;}
}


@media (max-width: 992px) { 
.bbdnr{position: relative;}
.bbdbj{padding-top: 0vw}

.d-flex{  }
.d-flex .logo{flex-direction: row;}

.xymob-menu-click .xymob-left-close-btn .icon-font:before{
    display: none;
}


}

@media all and (max-width: 540px) {
  .dian {
    display: none;
  }
  .lastli {
      display: none;
  }
}








































/* 文字 */