.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;
    }
}



/* 主体样式 */
.wh{max-width: 1400px;width: 96%;margin:0 auto;}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}



.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.head_11{height:48px;background:#1c1c1b;width: 100%;overflow: hidden;}

.tel li{	font-size: 14px;
	font-weight: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;font-family: OpenSans;}

.tel li a{color: #ffffff;font-family: OpenSans;}
.tel li a img{max-width: 100%;width: 20px;height:30px}
.tel li + li{margin-left: 16px;}


.navshare .social-share-icon{border:none}

.navshare .icon-facebook{color:#fff}
.navshare .icon-twitter{color:#fff}
.navshare .icon-google{color:#fff}

.navshare .social-share-icon:hover {
  background:none;
  color: #fff;
}


.xx1{	width: 1px;
	height: 27px;
	background-color: #eeeeee;
	opacity: 0.4;margin-right: 20px;margin-left: 8px;}



.head_22 .btn{box-shadow:none;border: none;outline: none;}





/* bb_swiper */
.bb_swiper{overflow: hidden;}
.bb_swiper li{position: relative;}
.bb_swiper li .img{width: 100%;overflow: hidden;}
.bb_swiper li .img img{width: 100%;}
.bb_banner{position: relative;z-index: 99;}

.bb_banner .swiper-pagination1 {
	bottom: 40px;text-align: center;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ec943a;
	border-radius: 50%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet-active {
		background-color: #ffffff;opacity: 1;
}
.wz_nr{position: absolute;width: 100%;transform: translateY(-50%);left:0px;top:50%}
.wz_nr h2{	font-family: BaskOldFace;
	font-size: 80px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;text-transform: uppercase;margin-left: 5%;}


/* head_nav */
.head_nav{height:95px;background:#018fdd;overflow: hidden;width: 100%;}
.logo_a{line-height: 95px;}
.logo_a img{max-width: 100%;}


/* 导航样式 */
.x-menu{width:58%}
.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
        line-height: 95px;
}

.x-menu > li > a {
    font-size: 16px;
    color: #fff;
    display: block;text-transform: capitalize;position: relative;
}
.x-menu > li:hover > a {
    color: #f5c47e!important;
}



.x-menu > li::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        width: 0;
        height: 1px;
        margin: 0 auto; background: #f5c47e;
        transition: all ease .5s
    }


.x-menu > li:hover::after {
        width: 48px
    }






.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 300%;
    left: -100%;
    top: 95px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;display: none;
}

.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 95px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #010101;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}




/*样式*/
@media (max-width: 1440px) {
.wz_nr h2{font-size: 60px;}
  }


@media (max-width: 1440px) {
.wz_nr h2{font-size: 40px;}
  }

@media (max-width: 1200px) {
.wz_nr h2{font-size: 30px;}
  }


@media (max-width: 992px) {
.wz_nr h2{font-size: 20px;margin-left: 0px;}
.bb_banner .swiper-pagination1 {
	bottom: 10px;
	text-align: center;
}
  }



/* box11 */
.box11{margin-top: 40px;overflow: hidden;}
.about_left{width: 47.5%;}
.about_left h2{	font-family: MicrosoftYaHei;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #001824;}

.ab_br{	font-family: MS Sans Serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #001824;margin-top: 35px;}


.more_a{	width: 246px;
	height: 67px;
	background-color: #018fdd;line-height: 67px;
	border-radius: 34px;font-size: 29px;text-align: center;margin-top: 2.5vw;}

.more_a a{color: #feffff;text-align: center;}


.about_right{width: 51%;}
.about_right img{width: 100%;}


@media (max-width: 1440px) {
    .about_left h2{font-size: 30px;}

    .ab_br{	font-family: MS Sans Serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #001824;margin-top: 30px;}


.more_a{	width: 206px;
	height: 50px;
	background-color: #018fdd;line-height: 50px;
	border-radius: 34px;font-size: 20px;text-align: center;margin-top: 2.5vw;}
  }


  @media (max-width: 1280px) {
    .about_left h2{font-size: 25px;}

    .ab_br{	font-family: MS Sans Serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #001824;margin-top: 25px;}


.more_a{	width: 185px;
	height: 45px;
	background-color: #018fdd;line-height: 45px;
	border-radius: 25px;font-size: 18px;text-align: center;margin-top: 20px;}
  }  


  @media (max-width: 992px) {
.about_left{width: 100%;}
.about_right{width: 100%;margin-top: 20px;}
  }



  /* box22 */
  .box22{background:#f1f1f0;margin-top: 40px;padding: 70px 0;overflow: hidden;}
  .cptt{	font-family: MicrosoftYaHei;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #001824;text-align: center;
    background:url(//wm.cdn.cn86.cn/tjyirunding/2025/11/da99befa8f60h1v1.png) no-repeat 50% 100%;padding-bottom: 30px;}


.ad_ll{max-width: 1030px;margin:0 auto;margin-top: 55px;}
.ad_ll li{	background-color: #ffffff;
	box-shadow: 0px 4px 6px 0px 
		rgba(0, 0, 0, 0.06);width: 23.5%;padding: 35px 5px;margin-bottom: 2%;}
.ad_ll li .img_ad{width: 70px;margin:0 auto}
.ad_ll li .img_ad img{max-width: 100%;}
.ad_ll li h2{	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
    text-align: center;
	color: #001824;line-height: 25px;height:50px;overflow: hidden;margin-top: 2vw;}


  @media (max-width: 1440px) {
.ad_ll li .img_ad{width: 60px;}
.ad_ll li h2{font-size: 15px;}
  .cptt{font-size: 30px;}
  }


  @media (max-width: 1370px) {
.ad_ll li .img_ad{width: 50px;}
.ad_ll li h2{font-size: 14px;}
  .cptt{font-size: 25px;}
  }


  @media (max-width: 1280px) {
.ad_ll{max-width: 1030px;margin:0 auto;margin-top: 35px;}
.ad_ll li{	background-color: #ffffff;
	box-shadow: 0px 4px 6px 0px 
		rgba(0, 0, 0, 0.06);width: 48.5%;padding: 15px;margin-bottom: 2%;}


  .box22{background:#f1f1f0;margin-top: 30px;padding: 30px 0;}
  }



/* box33 */
.box33{margin-top: 48px;overflow: hidden;}
.pp_con{margin-top: 40px;overflow: hidden;}
.cp11_swiper li{position: relative;}
.cp11_swiper li .xw_imga{width: 100%;height:100%;position: relative;}
.cp11_swiper li .xw_imga img{width: 100%;height:100%}
.cp11_swiper li .xw_imga::after{position: absolute;width: 100%;height:0%;
background:url(//wm.cdn.cn86.cn/tjyirunding/2025/11/b0f57faeedmcafgf.png);left:0px;bottom: 0px;content:"";transition: all .3s;}
.cp11_swiper li:hover .xw_imga::after{height:100%}
.cp11_swiper li .clamp1{	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #001824;line-height: 25px;height:75px;overflow: hidden;margin-top: 10px;}


  @media (max-width: 1280px) {
.cp11_swiper li .clamp1{	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #001824;line-height: 25px;height:50px;overflow: hidden;margin-top: 10px;}

.pp_con{margin-top: 20px;overflow: hidden;}

  }





/* News Center */
.top_40{margin-top: 40px;}

  @media (max-width: 1280px) { 
    .top_40{margin-top: 20px;}  
  }

.news_11{width: 51%;}
.news_11 li .time11{width: 120px;}
.news_11 li .time11 dt{	font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #001824;}

.news_11 li .time11 dd{	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #001824;margin-top: 15px;}
  
  
.news_11 li{padding-bottom: 2.2vw;border-bottom:  1px solid #e0e0e0;margin-bottom: 2.2vw;}
.news_11 li .xw_nr{width: calc(100% - 130px);}
.news_11 li .xw_nr h2{	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #001824;line-height: 30px;height:30px;overflow: hidden;}

.news_11 li .xw_nr h3{	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #a19e9e;line-height: 25px;height:50px;overflow: hidden;margin-top: 20px;}

.news_11 li:nth-child(2){border-bottom: 0px;margin-bottom: 0px;}

.xw_22{width: 47%;}
.xw_22 ul{width: 100%;}
.xw_22 ul li{width: 100%;position: relative;}
.xw_22 ul li .xw_img_a{width: 100%;}
.xw_22 ul li .xw_img_a img{width: 100%;}
.xw_22 ul li .clamp123{position: absolute;width: 100%;background: rgba(4, 4, 4, 0.65);left:0px;bottom: 0px;padding: 15px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;line-height: 25px;}



/* 留言 */
.ya_11{width: 30.5%;margin-bottom: 2.5vw;}
.ya_t{	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2c2c2c;line-height: 35px;}

.kk_a{line-height: 35px;width:calc(100% - 65px);outline: none;border: none;height: 35px;}
.kk_a input{border: none;outline: none;height: 35px;border-bottom: 1px solid #d7d7d7;border-radius: 0px!important;}

.ya_22{width: 100%;}
.kk_a22{line-height: 35px;width:calc(100% - 220px);outline: none;border: none;}
.kk_a22 textarea{border: none;outline: none;height: 35px;border-bottom: 1px solid #d7d7d7;border-radius: 0px!important;width: 100%;overflow: hidden;}


.tj_aa{	width: 126px;
	height: 37px;
	background-color: #018fdd;
	border-radius: 4px;line-height: 37px;overflow: hidden;color:#fff;margin: 0 auto;margin-top: 25px;}

.tj_aa button{color:#fff}


/* footer */
.dff{background:#018fdd;margin-top: 45px;padding-top: 45px;padding-bottom: 25px;overflow: hidden;}

.dflogo{text-align: center;}

.dflogo img{max-width: 100%;}

.df_nav22{max-width: 900px;margin:0 auto;margin-top: 30px;}
.df_nav22 li a{	font-family: MyriadPro-Regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;text-transform: uppercase;}

.df_nav22 li a:hover{color:#fff!important}

.top_60{margin-top: 60px;}
.df_tel li .tbxx{width: 30px;}
.df_tel li .tbxx img{max-width: 100%;}

.dh_zz{margin-left: 10px;}
.dh_zz h2{	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;margin-bottom: 0px;}

.dh_zz h3{	font-family: OpenSans;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;}


.xx98{	height: 1px;
	background-color: #9cd9fa;width: 100%;margin: 2.5vw 0;}


.ban_qq{	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.5);text-align: center;}

.ban_qq a{color: rgba(255, 255, 255, 0.5);}



  @media (max-width: 1440px) { 
 .news_11 li .time11 dt{font-size: 20px;}
 .news_11 li .time11 dd{font-size: 18px;}

 .df_nav22 li a{	font-family: MyriadPro-Regular;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;text-transform: uppercase;}
  }


  @media (max-width: 1280px) { 
.news_11 li .time11{width: 80px;}
.news_11 li .xw_nr{width: calc(100% - 91px);}
  }


  @media (max-width: 992px) { 
.news_11{width: 100%;}
.xw_22{width: 100%;}

.ya_11{width: 100%;margin-bottom: 2vw;}

.df_tel li{width: 100%;margin-bottom: 15px;}
.dh_zz{width: calc(100% - 40px);}
.ban_qq{margin-bottom: 50px;}
.df_nav22{display: none;}
  }
