.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);
}

.swisext{
    position: absolute;
    top: 50%;
    right: 0px;
    background: url(//wm.cdn.cn86.cn/jingtudac/2025/11/1cc607b0c905pmp8.png) no-repeat;
    width: 62px;
    height: 72px;
    z-index: 99;
    background-size: 100% 100%;
}
.swipbrev{
    position: absolute;
    top: 50%;
    left: 0px;
    background: url(//wm.cdn.cn86.cn/jingtudac/2025/11/e5af5a0a5bsikswe.png) no-repeat;
    width: 62px;
    height: 72px;
    z-index: 99;
    background-size: 100% 100%;
}

.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:fixed;-webkit-transition:all .3s ease;transition:all .3s ease;
   background: #fff;
}
.top-mid-flex{height:90px}
.logo{position:relative;width: 20%;}
.logo a{display:block}
.logo a img{max-width:45%;height: auto;}

.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}
.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)}

.btn-group{
    width: 14%;
}
.top_right {
    width: 61%;
}
.flex44{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navbar-nav-box{
    width: 72%;
}
.x-menu{position:relative;background: url(//wm.cdn.cn86.cn/jingtudac/2025/11/abb4da347ezwwndc.png) right center no-repeat;width: 100%;}
.x-menu>li{position:relative;text-align:center;width: 16%;}
.x-menu>li>a{display:block;font-size:18px;color: #666;height:90px;line-height:90px;font-weight:400}
.x-menu>li:hover>a{color:var(--main-theme-color)!important}
.x-sub-menu{position:absolute;z-index:999;left:-45%;top:100%;display:none;background:#fff;border-radius:0;
     width: 300px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 3px 1px 16px 0px rgba(0, 0, 0, 0.25);
    border-top: 1px #0f5e79 solid;
    text-align: left;

}
.x-sub-menu>li>a{display:block;text-align:left;font-size:14px;color:#333;line-height:1.5;padding:.6em .8em}
.x-sub-menu>li>a:hover{color:#0f5e79!important;}

.header  .language-group .btn{
    color: #666;
    
    width: 100%!important;
    transform: rotate(0deg);
    transition: all 0.6s ease;
    position: relative;
}
.header .language-group .btn::before{
    position: absolute;
    top: 14px;
    right: 15px;
    background: url(//wm.cdn.cn86.cn/jingtudac/2025/11/bf8fb22bb2jj8jad.png) right center no-repeat;
    width: 10px;
    height: 5px;
    content: '';
    z-index: 99;
}
.header  .language-group .btn:hover::before{
    transform: rotate(180deg);
    transition: all 0.6s ease;
}
.header .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: none;
}


.max1920 {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0 0 2%;
}
/* 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: 50px;
	height: 3px;
	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);
}


.search-box {
  width: 14%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:url(//wm.cdn.cn86.cn/jingtudac/2025/11/b3beb1db332jjehr.png) 20% center no-repeat #0f5e79;
  color: #fff;
  cursor: pointer;
}


bossgoo-header-nav1 .header-search-box {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
}

.bossgoo-header-nav1 .header-search-box .max1920 {
  padding: 10px 0;
  background-color: #ededed;
}

.bossgoo-header-nav1 .header-search-box .wrap {
  display: flex;
}

.bossgoo-header-nav1 .header-search-box .search-main {
  position: relative;
  flex: 1;
  height: 40px;
}

.bossgoo-header-nav1 .header-search-box .search-main .input-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 70px 0 30px;
  line-height: 40px;
  font-size: 20px;
  background-color: #fff;
}

.bossgoo-header-nav1 .header-search-box .search-main .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #999;
  cursor: pointer;
}

.bossgoo-header-nav1 .header-search-box .search-close {
  margin-left: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  cursor: pointer;
}

.bossgoo-header-nav1 .header-search-box .search-close .icon-close-bold {
  font-size: 24px;
  color: #515151;
}

.bossgoo-header-nav1 ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Arial';
  font-size: 16px;
  color: #cdcdcd;
}

.bossgoo-header-nav1 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Arial';
  font-size: 16px;
  color: #cdcdcd;
}

.bossgoo-header-nav1 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Arial';
  font-size: 16px;
  color: #cdcdcd;
}

.bossgoo-header-nav1 .header-search-box .wrap {
    display: flex;
}
.wrap {
    max-width: 1440px;
    min-width: 320px;
    margin: 0 auto;
}
.bossgoo-header-nav1 .header-search-box .search-main {
    position: relative;
    flex: 1;
    height: 40px;
}

.bossgoo-header-nav1 .header-search-box {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
}
.bossgoo-header-nav1 .header-search-box .max1920 {
    padding: 10px 0;
    background-color: #ededed;
}
.bossgoo-header-nav1 .header-search-box .search-main {
    position: relative;
    flex: 1;
    height: 40px;
}
#formsearch1 input{background:#fff;border:none;float:left;width:97%;outline: none;border-right: none;}
#formsearch1 input#keyword{height:40px;line-height:40px;padding-left:4px;color:#666;}
#formsearch1 input#s_btn{width:40px;height:40px;line-height:40px;text-align:center;background:url(//wm.cdn.cn86.cn/jingtudac/2025/11/bd08611e980pozop.png) no-repeat center;color:#fff;border:none;cursor:pointer;float: right;font-size: 0px;}


/*nei1*/
.nei1{
    box-sizing: border-box;
    padding: 4% 0;
    overflow: hidden;
}
.changhhh{
    max-width: 1500px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 2%;
}
.cptuy{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
    color: #0f5e79;
    text-transform: uppercase;
}
.cppliey{
    margin-top: 3%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cppliey li{
    border: solid 1px #ebebeb;
    width: 24%;
    margin-bottom: 2%;
    margin-right: 1%;
    position: relative;
}
.cppliey li:nth-child(4n){
    margin-right: 0px;
}
.jidnjfh{
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0f5e79;
  text-align: center;
  color: #fff;
  width: 175px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 20px;
  transition: all .5s;
}
.cppliey li:hover .jidnjfh{
   bottom: 20px;
  opacity: 1;
}
.yopuidif{
    position: relative;
}
.texts{
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 18px;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nei2{
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 5% 0;
    overflow: hidden;
}
.abbgfyle{
    width: 49%;
}
.abbgfyrt{
    width: 49%;
}
.abbgfy{
    margin-top: 3%;
}
.abbgfyle_a{
    font-size: 24px;
    line-height: 35px;
    color: #0f5e79;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    white-space: normal;
    word-break: break-all;
}
.abbgfyle_b{
    color: #73737d;
    font-size: 16px;
    line-height: 28px;
}
.abbgfyle_c{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.abbgfyle_d{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.abbgfyle_c li{
    color: #0f5e79;
    text-align: left;
    margin: 25px 0;
    text-transform: uppercase;
    margin-right: 3%;
    font-size: 20px;
}
.abbgfyle_c li a{
    color: #0f5e79;
}
.abbgfyle_d li{
    width: 45%;
    margin-right: 3%;
}
.abbgfyle_d_img img{
    width: 100%;
    height: auto;
}
.abbgfyrt img{
    width: 100%;
    height: auto;
}
.nei3{
    box-sizing: border-box;
    padding: 4% 0;
    overflow: hidden;
}
.cptuya{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 75px;
    text-align: center;
    color: #0f5e79;
    text-transform: uppercase;
    background: url(//wm.cdn.cn86.cn/jingtudac/2025/11/781bc19a23pvcjo1.png) bottom center no-repeat;
}
.rondghfu{
    overflow: hidden;
}
.gidpfmhg{
    margin-top: 3%;
}
.rondghfu .swiper-wrapper .swiper-slide{
    padding: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
     position: relative;
}
.rondghfu_img{
    width: 100%;
    height: auto;
}
.rondghfu .swiper-wrapper .swiper-slide::before{
    border-top: 6px solid #0f5e79;
    border-left: 6px solid #0f5e79;
    left: 0;
    top: 0;
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
}
.rondghfu_img img{
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.rondghfu .swiper-wrapper .swiper-slide::after{

    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    border-bottom: 6px solid #0f5e79;
    border-right: 6px solid #0f5e79;
    right: 0;
    bottom: 0;
}
.nei4{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.cptuyaf{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
}
.youuing{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youuingle{
    width: 57%;
}
.youuingrt{
    width: 37%;
}

.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);}

.youuingle_imga img{
    max-width: 100%;
    height: auto;
}
.youuingrt li{
    margin-bottom: 4%;
}
.youuingrt li:nth-child(2){
    margin-bottom: 0px;
}
.nei5{
   background-color: #f5f5f5;
   box-sizing: border-box;
   padding: 4% 0;
   overflow: hidden;
   margin-top: 2%;
}
.xwwfgle{
    width: 60%;
}
.xwwfger{
    width: 35%;
}
.xwwfgle_a{
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #0f5e79;
}
.xwwfgle_a span{
    position: absolute;
    top:10px;
    right: 0px;
    background: url(//wm.cdn.cn86.cn/jingtudac/2025/11/4a510b5a5fifxj2y.png) no-repeat;
    width: 31px;
    height: 31px; 
}
.xwwfgle_n{
    margin-top: 3%;
}
.xwwfgle_n li{
    line-height: 86px;
    border-bottom: #d6d5d5 1px dashed;
    font-size: 16px;
    color: #666;
}
.xwwfgle_n li:hover .xwwfgle_n_a{
    color: #0f5e79;
    text-decoration: underline;
}
.xwwfgle_n_a{
    position: relative;
    color: #666;
}
.xwwfgle_n_a span{
    position: absolute;
    top:0px;
    right: 0px;
    color: #666;
}
.youidngg{
    margin-top: 4%;
    position: relative;
}
.moy .form-input  input{
    background: #fff!important;
}
.moy .form-input  textarea{
    background: #fff!important;
}

.moy .form-submit .btn{
      width: 33%!important;
      padding: 0px!important;
      line-height: 45px;
      position: absolute;
      background: #0f5e79;
      right: 9px;
      height: 45px;
}

.bandidngle{
    width: 35%;
    color: #fff;
}
.bandidngle_a{
    text-align: left;
    font-size: 20px;
    padding-bottom: 40px;
    color: #f8f8f8;
}
.bandidngle_b li{
    font-size: 16px;
    color: #d4d4d4;
    line-height: 45px;
    margin-bottom: 3%;
    position: relative;
}
.bandidngle_b li:nth-child(2):after{
    position: absolute;
    top:10px;
    right: 40%;
    content: '';
    background: url(//wm.cdn.cn86.cn/jingtudac/2025/11/b047c2f85ax6vnoa.gif) no-repeat;
    width:20px;
    height: 20px;
    background-size: 100% 100%;
}
.bandidngle_b_img{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.dkfffsss{
    width: 8%;
}
.jkjkh{
    width: 90%;
    margin-top: 3%;
}
.dkfffsss img{
    max-width: 100%;
    height: auto;
}
.jkjkh{
    font-size: 16px;
    color: #d4d4d4;
    line-height: 24px;
}
.bandidngzd{
    width: 20%;
}
.kjfjjh li{
    font-size: 16px;
    color: #d4d4d4;
    line-height: 40px;
}
.kjfjjh li a{
    color: #d4d4d4;
}
.bandidngrt{
    width: 35%;
}
.xiandhjf{
    border-top: #464646 1px solid;
    margin-top: 4%;
    margin-bottom: 2%;
}
.dahhgubg li{
    padding: 0 20px;
    border-right: 1px solid #999;
    line-height: 1;
}
.flex66 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.namdung{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}
.djkfjkh {
    position: absolute;
    top: 34px;
    right: 22%;
    z-index: 99;
    width: 120px;
    display: none;
}
.djkfjkh img{
    max-width: 100%;
    height: auto;
}
.bandidngle_b li:hover .djkfjkh{
    display: block;
}



@media(max-width:1600px){
    .kjfjjh li {
        font-size: 15px;
        color: #d4d4d4;
        line-height: 35px;
    }
    .bandidngle_a{
        font-size: 18px;
        padding-bottom: 30px;
    }
    .cptuya , .cptuyaf , .xwwfgle_a{
         font-size: 35px;
    }
    .abbgfyle_c li{
        font-size: 18px;
    }
    .x-menu>li>a{
        font-size: 16px;
    }
    .top_right {
        width: 71%;
    }
    .cptuy{
        font-size: 35px;
        margin-top: 40px;
    }
}



@media(max-width:1500px){
    .kjfjjh li {
        font-size: 14px;
        color: #d4d4d4;
        line-height: 30px;
    }
    .bandidngle_a{
        font-size: 17px;
        padding-bottom: 25px;
    }
    .cptuya , .cptuyaf , .xwwfgle_a{
         font-size: 30px;
    }
    .abbgfyle_c li{
        font-size: 17px;
    }
    .x-menu>li>a{
        font-size: 15px;
    }
    .top_right {
        width: 71%;
    }
    .cptuy{
        font-size: 30px;
        margin-top: 35px;
    }
}




@media(max-width:1440px){
    .kjfjjh li {
        font-size: 13px;
        color: #d4d4d4;
        line-height: 28px;
    }
    .bandidngle_a{
        font-size: 16px;
        padding-bottom: 20px;
    }
    .cptuya , .cptuyaf , .xwwfgle_a{
         font-size: 25px;
    }
    .abbgfyle_c li{
        font-size: 16px;
    }
    .x-menu>li>a{
        font-size: 14px;
    }
    .top_right {
        width: 71%;
    }
    .cptuy{
        font-size: 25px;
        margin-top: 30px;
    }
}


@media(max-width:1366px){
    .jidnjfh{
        font-size: 18px;
    }
    .cptuya, .cptuyaf, .xwwfgle_a {
        font-size: 25px;
    }
}

@media(max-width:1200px){
    .cptuya, .cptuyaf, .xwwfgle_a {
        font-size: 20px;
    }
    .texts {
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 15px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .top_right {
        width: 84%;
    }
}


@media(max-width:1024px){
    .btn-group {
        width: 53%;
    }
    .top_right {
        width: 26%;
    }
    .search-box{
        display: none;
    }
    .navbar-nav-box{
        width: 0px;
    }
}


@media(max-width:992px){
    .bandidngrt{
        display: none;
    }
    .bandidngle {
        width: 65%;
        color: #fff;
    }
    .xwwfger{
        width: 100%;
        margin-top: 20px;
    }
    .xwwfgle{
        width: 100%;
    }
    .youuingle_imga img{
        width: 100%;
    }
    .youuingrt{
        margin-top: 20px;
        width: 100%;
    }
    .youuingle{
        width: 100%;
    }
    .abbgfyrt{
        width: 100%;
        margin-top: 20px;
    }
    .abbgfyle{
        width: 100%;
    }
    .cptuy {
        font-size: 20px;
        margin-top: 27px;
        margin-bottom: 10px;
    }
    .swisext , .swipbrev{
        width: 30px;
        height: 40px;
    }
    .logo a img {
        max-width: 100%;
        height: auto;
    }
    .btn-group {
        width: 69%;
    }
}


@media(max-width:500px){
    .dahhgubg{
        display: none;
    }
    .jkjkh {
        font-size: 14px;
        color: #d4d4d4;
        line-height: 22px;
    }
    .bandidngle_b li:nth-child(2):after {
        right: 20%;
    }
    .bandidngzd{
        display: none;
    }
    .bandidngle{
        width: 100%;
    }
    .xwwfgle_n li {
    line-height: 50px;
    border-bottom: #d6d5d5 1px dashed;
    font-size: 14px;
    color: #666;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .xwwfgle_n_a span{
        display: none;
    }
    .abbgfyle_a{
        font-size: 18px;
        line-height: 30px;
    }
    .jidnjfh {
        font-size: 14px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
    .cppliey li{
        width: 49%;
    }
    .top-mid-flex{
        height: auto;
    }
    .header{
        position: static;
    }
    .top_right {
        width: 66%;
    }
}