.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;
    }
}





/*  */
p{margin:0;}
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1600px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}


/* header */
.header{left:0;top:0;width:100%;z-index:999;position:static;-webkit-transition:all .3s ease;transition:all .3s ease}
.top-mid-flex{height:110px}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{width: 100%;}
.x-menu>li{position:relative;text-align:center;width: 12%;}
.x-menu>li>a{display:block;font-size:15px;color:#191c25;height:68px;line-height:68px;font-weight:600}
.x-menu>li:hover>a{color:var(--main-theme-color)!important;
   position: relative;
}
.x-menu>li:hover>a::after{
  background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/220236ddf3zqmxxx.png) bottom center no-repeat;
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
}
.x-sub-menu{position:absolute;z-index:999;width:150%;left:-25%;top:100%;display:none;background:#fff;border-radius:0;padding:0 0}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#333;line-height:1.5;padding:.6em .3em}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:var(--main-theme-color)}
@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{margin-left:22px;margin-right:22px}
}



/* banner */
.home-banner {
    width: 100%;
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a > img {
    display: block;
    width: 100%;
}
.home-banner .swiper-pagination1 {
	bottom: 30px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 28px;
	height: 6px;
	background: #fff;
	border-radius: 0%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}
.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    left: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/6e38c3b7f5esyobb.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-next1 {
    right: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/cf9ba08e30xu7rnw.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}
/*头部*/
.changbb{
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 2%;
}
.flex22{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo{
    width: 30%;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.yuoxiang{
    width: 45%;
}
.dghyuf{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.yuoxiangle{
    width: 80%;
}
.nifnfh{
    padding-top: 1%;
    background: #fff;
    margin-bottom: 5px;
}
.yuoxiangrt{
    width: 18%;
}
.dghyufle{
    width: 24%;
}
.dghyufle img{
    max-width: 100%;
    height: auto;
}
.dghyufrt{
    width: 76%;
    text-align: left;
}
.yuoxiangle li{
    width: 50%;
}
.dghyufrt_a{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #707070;
}
.dghyufrt_b{
    font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #426cdb;
}
.yuoxiangrt .language-group .btn {
    color: #707070;
    padding: 0px;
}
.yuoxiangrt button{
    box-shadow: none;
}
.yuoxiangrt .btn:focus{
    box-shadow: none;
}
.daohangf{
    background: #f5f5f5;
    position: relative;
}

.hangf{
    width: 70%;
}
.scroll{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    background: #fff;
}
.syouing{
    width: 21%;
    background: #426cdc;
}

.search-g-box form input {
    padding: 8px 12px;
    border: 1px solid var(--main-theme-color);
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    outline: none !important;
    line-height: normal;
}

#formsearch1 input{background:68px;border:none;float:left;width:70%;outline: none;border-right: none;}
#formsearch1 input#keyword{height:68px;line-height:68px;padding-left:24px;color:#8ca1e7;font-size: 16px;}
#formsearch1 input#s_btn{width:30%;height:68px;line-height:68px;text-align:center;background:url(//wm.cdn.cn86.cn/jcaesd/2025/11/d54769adaayhcuee.png) center center no-repeat ;color:#fff;border:none;cursor:pointer;float: right;
  font-size: 0px;
}

#formsearch1 input::placeholder {
    color: #8ca1e7; /* 设置占位文字颜色为红色 */
    font-size: 16px; /* 可选：设置字体大小 */
    font-weight: bold; /* 可选：设置字体粗细 */
}
.x-menu>li:nth-child(2){
    position: static!important;
}

.hufjgfhgb{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}


.pro_con { position: relative; z-index: 99;}
.pro_con .pro_main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.pro_con .pro_main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.pro_con .pro_main.on { position: static; opacity: 1; visibility: visible; }
.pfirst_sort li {
    text-align: left;
    padding: 16px 0 16px 52px;
    position: relative;
    cursor: pointer;
    transition: all 0.36s;
}
.hufjgfhgb_img{
    width: 45px;
}
.hufjgfhgb_img img{
    max-width: 100%;
    height: auto;
} 
.hufjgfhgb_h{
    width: 75%;
    margin-left: 4%;
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    transition: all 0.36s;
}
.mob_pfirst_sort{
    width: 35%;
    margin-top: 3%;
}
.pro_con{
    width: 63%;
    margin-top: 5%;
    overflow-y: scroll;
    height: 60vh;
    box-sizing: border-box;
    padding-right: 30px;
}
.youdifngh{
    max-height: 90vh;
    position: relative;
    overflow: hidden;
}

.nnnmnyttr{
    max-height: 90vh;
    background: #F6F6F6;
    box-shadow: 0px 20px 60px 0px rgb(0 51 119 / 6%);
    position: relative;
}
.nnnmnyttr::after{
    position: absolute;
    top:0px;
    left: 40%;
    width: 100%;
    content: '';
    background: #fff;
    height: 100%;
}
.last_listt2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.last_listt2  li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.last_listt2  li:nth-child(3n){
    margin-right: 0px;
}
.last_listt2 li .img img{
  width: 100%;
  height: auto;
}
.yhindh{
    font-size: 16px;
    line-height: 45px;
    color: #333;
    text-align: center;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pfirst_sort  li:hover, .pfirst_sort  li.on {
    background: #fff;
    position: relative;
    color: #426cdc;
    cursor: pointer;
    border-left: #426cdc 1px solid;
}

.pfirst_sort  li:hover .hufjgfhgb_h, .pfirst_sort  li.on .hufjgfhgb_h{
    color: #426cdc;
}


.ananaq{overflow: hidden;}
.banner a{color:inherit}
.banner{ position:relative; z-index:0;;width: 100vw;}
.banner ul li{ position:relative; overflow:hidden}
.banner ul li a{display:block;}
.banner ul li a img{width:100vw;display:block;}

.banner .swiper-button-next, .banner .swiper-button-prev{ width:40px; height:90px; background-image:none;margin-top:-45px;}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{ background-image:none !important}
.banner .swiper-button-prev{ background:url(//cdn.myxypt.com/f9d4dbe5/23/07/d30a6e06c03cb40c1998f3f92c5ec431b602d205.png) center no-repeat !important; left:5%;}
.banner .swiper-button-next{ background:url(//cdn.myxypt.com/f9d4dbe5/23/07/8252610a4d97da2202003809e994178f7d99f631.png) center no-repeat !important; right:5%;}
.banner .swiper-button-prev:hover{ background:url(//cdn.myxypt.com/f9d4dbe5/23/07/04e9c2f658eac9aabe567fddbaf77c0e7f57accd.png) center no-repeat !important;}
.banner .swiper-button-next:hover{ background:url(//cdn.myxypt.com/f9d4dbe5/23/07/5792c5ea54cdcb12c493c19f5301c57c84b09905.png) center no-repeat !important;}

.hudnhfff{
    overflow: hidden;
    position: relative;
}
.shoudjhing img{
    width: 100%;
    height: auto;
}
.swiaon{
    position: absolute;
    bottom: 4%!important;
    z-index: 999;
    text-align: center;
}
/**/
.nei{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.cppty{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4%;
}
.cppty li{
    width: 24%;
    margin-right: 1%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 1%;
    border-bottom: #4e75de 1px solid;
}
.cppty li:nth-child(4){
    margin-right: 0px;
}
.cpyyt{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.cpyytle{
    width: 30%;
}
.cpyytle img{
    max-width: 100%;
    height: auto;
}
.cpyytrt{
    width: 68%;
    font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.liehurbg{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.liehurbg li{
    margin-bottom: 2%;
    width: 23%;
    margin-right: 2%;
    border: #adadad 1px solid;
}
.liehurbg li:nth-child(4n){
    margin-right: 0px;
}
.liehurbgnei_a img{
    width: 100%;
    height: auto;
}
.liehurbgneinei{
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 3% 4%;
    position: relative;
}
.liehurbgneinei::before{
    position: absolute;
    left: 0px;
    bottom: -1px;
    content: '';
    background: #cc4c4d;
    height: 2px;
    width: 100%;
    opacity: 0;
}
.liehurbgneinei::after{
    position: absolute;
    right: -1px;
    bottom: -1px;
    content: '';
    background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/6f1600225fq614ej.png) no-repeat;
    width: 74px;
    height: 37px;
    z-index: 99;
}
.liehurbgneinei_a{
    font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #222222;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 限制显示的行数为3 */
  overflow: hidden;
  height: 8em;
}
.liehurbgneinei_b{
    font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #222222;
}
.liehurbg li:hover .liehurbgneinei::after{
    position: absolute;
    right: -1px;
    bottom: -1px;
    content: '';
    background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/ca4654b141aaw1up.png) no-repeat;
    width: 74px;
    height: 37px;
    z-index: 99;
}
.liehurbg li:hover .liehurbgneinei::before{
    opacity: 1;
}


.bgdyifhg { position: relative; }
.bgdyifhg .liehurbg { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bgdyifhg .liehurbg { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bgdyifhg .liehurbg.on { position: static; opacity: 1; visibility: visible; }


.cppty li:hover, .cppty li.on {
    border-bottom: #cc4c4d 1px solid;
}
.cpgengd{
    width: 201px;
	height: 60px;
	background:url(//wm.cdn.cn86.cn/jcaesd/2025/11/6c9ce99580sfwvdz.png) 15% center no-repeat #426cdc;
    line-height: 60px;
    margin: 3% auto 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.cpgengd span{
    font-weight: 400;
    margin-left: 8px;
}
.cpgengd a{
    color: #fff!important;
}
.cpgengd:hover a{
    color: #fff!important;
}
/*neia*/
.neia{
    background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/bb653ecd97rjskgo.png) top repeat-x;
    box-sizing: border-box;
    padding-top: 4%;
    padding-bottom: 3%;
}
.shzuidng li{
    width: 25%;
    text-align: center;
    color: #fff;
}
.shzuidng_a{
    font-size: 60px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 50px;
	color: #ffffff;
}
.shzuidng_a span{
    font-size: 60px;
}
.shzuidng_c{
    width: 140px;
    background: #fff;
    height: 1px;
    margin: 4% auto 0;
}
.shzuidng_b{
    font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
}
.abgryr{
    margin-top: 2%;
}
.abgryr_a img{
    width: 100%;
    height: auto;
}
.abgryr_b{
    font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding: 4% 0 2% 0;
}
.abgryr_c{
    width: 80px;
	height: 3px;
	background-color: #426cdc;
    margin: 0 auto;
}
.abgryr_m{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 2% 0;
}
.abgryr_e{
    width: 201px;
	height: 60px;
    line-height: 60px;
	border: solid 1px #426cdc;
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
    text-align: center;
    margin: 1% auto 0;
    color: #426cdc;
}
.abgryr_e a{
    color: inherit;
    font-weight: 600;
}
.abgryr_e:hover {
    color: #fff;
    background: #426cdc;
}
.abgryr_e a:hover { color: #fff !important; }
/*neimm*/
.neimm{
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 4% 0;
    overflow: hidden;
}
.anlihf{
    text-align: center;
}
.anlihf_a{
    font-size: 60px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #222222;
}
.anlihf_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #313131;
}
.gindong{
    margin-top: 3%;
}
.qishufn{
    overflow: hidden;
}
.qishufn .swiper-wrapper .swiper-slide{
    background: #426cdc;
    border-radius: 10px;
}
.qishufn_img{
    position: relative;
}
.beijing{
    position: absolute;
    top:0;left: 0;width: 100%;height: 100%;
    background: rgba(66,108,220,.8);text-align: center;opacity: 1;transition: all 0.5s;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.beijing_a{
    background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/4e6f09d7f3rmi2je.png) center center no-repeat;
    padding: 8.3vw 0 5.3vw;width: 52%;margin: 0 auto;position: relative;
}


.ybj{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(66,108,220,.85);text-align: center;opacity: 0;transition: all 0.5s;}
.ybj h3{letter-spacing: 1px;color: #ffffff;font-size: 18px;font-weight: bold;padding: 0 3px;}
.ybj .img1{padding: 8.3vw 0 5.3vw;width: 52%;margin: 0 auto;position: relative;}
.ybj .img1 img{max-width: 100%;}
.ybj .img21{position: relative;}
.ybj .img21::before{
    content: '';
    position: absolute;
    width: 70%;
    height: 165%;
    top: -29%;
    left: 15%;
    border:1px dashed #fff;
    border-radius: 50%;
    animation: bb1tb1 7s infinite linear .65s;
    opacity:1;
}

.qishufn .swiper-wrapper  .swiper-slide:hover .ybj{
    opacity:1; 
}
@keyframes bb1tb1 {   
      0% {
        transform: rotate(0);
      }
      100% {
        transform: rotate(360deg);
      }
    }

.jidsjk img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.qishufn_b{
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
}
.swation{
    margin-top: 3%;
    text-align: center;
}
.swation .swiper-pagination-bullet {
    width: 28px;
    height: 6px;
    display: inline-block;
    border-radius: 0%;
    background: #d3dbf2;
    opacity: 1;
}
.swation .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.neihezu{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.donghh{
    overflow: hidden;
}
.donghh_img img{
    max-width: 100%;
    height: auto;
}
/*neiwnda*/
.neiwnda{
    background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/d6e074d8e3bjamtr.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 4% 0;
    overflow: hidden;
}
.jingdd{
    overflow: hidden;
    padding-bottom: 7%;
}
.jishuding{
    margin-top: 5%;
}
.jingdd .swiper-wrapper .swiper-slide{
    background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/550cf66b43jlynqn.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 2%;
    position: relative;
}
.jingdd .swiper-wrapper .swiper-slide::after{
    position: absolute;
    bottom: -31px;
    left: 8%;
    background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/a491265afbl0m0rf.png) no-repeat;
    width: 52px;
    height: 32px;
    background-size: 100% 100%;
    content: '';
}
.jingdd_a img{
    max-width: 100%;
    height: auto;
}
.jingdd_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
    box-sizing: border-box;
    padding: 3% 0;
}
.jingddgfh{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.jingddgfher_a{
    width: 20%;
}
.jingddgfher_a img{
    max-width: 100%;
    height: auto;
}
.jingddgfher{
    width: 70%;
    text-align: left;
    margin-left: 3%;
}
.jingddgfher_as{
    font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #222222;
}
.jingddgfher_bs{
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}
.jingddgfh{
    margin-top: 3%;
}

/*neilihd*/
.neilihd{
    box-sizing: border-box;
    padding: 5% 0;
    overflow: hidden;
}
.xwwfhj{
    margin-top: 4%;
}
.xwbmmn{
    overflow: hidden;
}
.xwbmmn_img {
    border-radius: 10px;
}
.xwbmmn_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.xwnfhg{
    margin-top: 4%;
}
.xwnfhgle{
    width: 70%;
    font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #426cdc;
}
.xwnfhgbn{
    width: 30%;
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #cccccc;
}
.xwbmmnghgf{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #222222;
}
.xwbmmnnei{
    font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #959595;
    box-sizing: border-box;
    padding: 2% 0;
    height: 60px;
    overflow: hidden;
}
.xwbmmnmngg{
    height: 3px;
	background-color: #e4e4e4;
    margin-top: 6%;
}
.xwbmmn .swiper-wrapper .swiper-slide:hover .xwbmmnmngg{
    background-color: #426cdc;
}
.bandufngle{
    width:30%;
}
.bandufngle_a{
    font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
    text-transform: uppercase;
}
.bandufngle_b li{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #a6a6a8;
}
.bandufngle_b li a{
    color: #a6a6a8;
}

.bandufngle_b li:hover a{
    color: #fff!important;
}
.bandufngles{
    width: 20%;
}
.dihfong{
    width: 42%;
}
.dihfong_a{
    font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.dihfong_a span{
    margin-right: 10px;
}
.dihfong_b{
    color: #a6a6a8;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
}
.dihfong li{
    margin-bottom: 4%;
    margin-top: 2%;
}
.hopiudiung{
    background-color: #191b1f;
    line-height: 28px;
    color: #a6a6a8;
    font-size: 14px;
    margin-top: 3%;
    box-sizing: border-box;
    padding: 1.2% 0;
}
.hopiudiung a{
    color: #a6a6a8;
}
.amdingg{
    text-align: center;
}
.fghkk .cate-list{
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
   border: none;
   margin-bottom: 0px;
}
.fghkk .cate-list .list-title .category a{
    width: 100%;
}
.fghkk .cate-list .list-title {
    line-height: 60px;
    display: block;
    padding-left: 0px;
    color: #444;
    font-weight: bold;
    font-size: 18px;
    border-top: none;
    border-bottom: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-right: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fghkk .mt-50 {
    margin-top: 0px !important;
}
.fghkk .cate-list .category {
    position: relative;
    width: 16%;
}
.youding li{
    border-radius: 20em;
    box-shadow: 0px 0px 10px 0px #00000045;
    transition: 0.3s;
    background: #fff;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-bottom: 15px;
}



@media(max-width:1600px){
    .shzuidng_a span{
        font-size: 55px;
    }
    .anlihf_a{
        font-size: 55px;
        line-height: 55px;
    }
}



@media(max-width:1500px){
    .abgryr_b{
        font-size: 25px;
        line-height: 28px;
    }
    .shzuidng_a span{
        font-size: 45px;
    }
    .anlihf_a{
        font-size: 45px;
        line-height: 50px;
    }
}




@media(max-width:1440px){
    .xwbmmnghgf{
        font-size: 16px;
        line-height: 31px;
    }
    .liehurbgneinei_b{
        font-size: 14px;
        line-height: 40px;
    }
    .abgryr_b{
        font-size: 22px;
        line-height: 26px;
    }
    .shzuidng_a span{
        font-size: 40px;
    }
    .anlihf_a{
        font-size: 40px;
        line-height: 45px;
    }
     .shzuidng_a{
        font-size: 25px;
    }
      
}




@media(max-width:1366px){
    .xwbmmnghgf{
        font-size: 15px;
        line-height: 28px;
    }
    .liehurbgneinei_b{
        font-size: 13px;
        line-height: 30px;
    }
    .abgryr_b{
        font-size: 20px;
        line-height: 22px;
    }
    .shzuidng_a{
        font-size: 20px;
    }
    .shzuidng_a span{
        font-size: 30px;
    }
    .anlihf_a{
        font-size: 30px;
        line-height: 40px;
    }
}




@media(max-width:1200px){
    .abgryr_m{
        font-size: 14px;
        line-height: 28px;
    }
    .liehurbgneinei_a{
        font-size: 13px;
        line-height: 30px;
    }
    .yuoxiang {
        width: 50%;
    }
   .yuoxiangrt .language-group .btn {
         font-size: 14px;
        }
    .xwbmmnghgf{
        font-size: 14px;
        line-height: 26px;
    }
    .liehurbgneinei_b{
        font-size: 12px;
        line-height: 24px;
    }
    .abgryr_b{
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
    }
    .shzuidng_a{
        font-size: 18px;
    }
    .shzuidng_a span{
        font-size: 24px;
    }
    .anlihf_a{
        font-size: 24px;
        line-height:30px;
    }
}



@media(max-width:1024px){
    .abgryr_e{
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    .shzuidng_b{
        font-size: 14px;
        line-height: 40px;
    }
    .yuoxiang {
        width: 63%;
    }
    .daohangf{
        display: none;
    }
    .liehurbgneinei::after{
        width: 50px;
        height: 24px;
        background-size: 100% 100%;
    }

    .liehurbg li:hover .liehurbgneinei::after{
        background: url(//wm.cdn.cn86.cn/jcaesd/2025/11/ca4654b141aaw1up.png) no-repeat;
        width: 50px;
        height: 24px;
        background-size: 100% 100%;
    }

    .xwbmmnghgf{
         overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dihfong_b{
        font-size: 12px;
        line-height: 22px;
    }
}



@media(max-width:992px){
    .shzuidng li {
    width: 48%;
    text-align: center;
    color: #fff;
}
    .anlihf_a {
        font-size: 20px;
        line-height: 25px;
    }
    .cppty li {
        width: 49%;
        margin-right: 1%;
        background-color: #f5f5f5;
        box-sizing: border-box;
        padding: 1%;
        border-bottom: #4e75de 1px solid;
        margin-bottom: 10px;
    }
    .liehurbg li {
        margin-bottom: 2%;
        width: 48%;
        margin-right: 2%;
        border: #adadad 1px solid;
    }
    .cpgengd{
        width: 180px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    .liehurbgneinei_a{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .menu-handler {
        background-color: var(--main-theme-color);
        padding: 10px;
        display: block;
        height: 39px;
        margin-left: 20px;
    }
    .yuoxiang{
        display: none;
    }
}


@media(max-width:500px){
    .jingdd {
        overflow: hidden;
        padding-bottom: 11%;
    }
    .qishufn_b{
        font-size: 14px;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    .cpyytrt {
        font-size: 13px;
    }
    .cpyytle img {
        max-width: 60%;
        height: auto;
    }

    .site-footer {
        padding: 18px 0 13px;
        margin-bottom: 60px;
    }
    .dihfong{
        width: 100%;
    }
    .bandufngle{
        display: none;
    }
    .bandufngles{
        display: none;
    }
}