.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{-webkit-transition:all .3s ease;transition:all .3s ease}

.logo{position:relative;width: 90%;
margin: 20% auto 0;}
.logo a{display:block}
.logo a img{max-width:100%;max-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}
.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)}

.top_right  {
    margin-top:12%;
}

.x-menu{position:relative}
.x-menu>li{position:relative;text-align:left;width: 100%;}
.x-menu>li:nth-child(1) a {
    background: none;
}
.x-menu>li>a{display:block;font-size:18px;color:#fff;height:42px;line-height:42px;font-weight:400;box-sizing: border-box;
padding-left: 7%;position: relative;transition: all 0.6s ease;
  background: url(//wm.cdn.cn86.cn/xiangyang/2026/06/9bc3461d03ltasht.png) 90% center no-repeat;
}
.x-menu>li:hover>a{color:#fff!important;padding-left: 7.8%;transition: all 0.6s ease;}
.x-sub-menu{position:absolute;z-index:999;width: 100%;left: 100%;top:0%;
     opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
    border-bottom: #d40018 2px solid;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-menu>li .x-sub-menu li a {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    padding-left: 7%;position: relative;transition: all 0.6s ease;
        font-family: "Roboto Condensed" !important;
}
.x-menu>li .x-sub-menu li a::after{
    position: absolute;
    top:0px;
    left: 0px;
    width: 2px;
    height: 100%;
    content: '';
    background: #d40018;
    opacity: 0;
}
.x-menu>li .x-sub-menu li a:hover::after{
    opacity: 1;
}
.x-menu>li .x-sub-menu li:hover .x-sub-menu {
    display: block;
}

.x-menu>li .x-sub-menu li a:hover {
    background: none;
}
.x-menu>li .x-sub-menu li:hover a{
    padding-left: 7.8%;transition: all 0.6s ease;
    color: #d40018!important;
}

.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)}
.x-menu>li>a::after{
    position: absolute;
    top:0px;
    left: 0px;
    width: 2px;
    height: 100%;
    content: '';
    background: #d40018;
    opacity: 0;
}



/* 鼠标悬浮高亮 */
.x-menu li a:hover::after{
    opacity: 1;
}
/* 当前页面激活高亮 */
.x-menu li a.active::after{
    opacity: 1;
}

.flex2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youdingle{
    width: 16%;
    background-color: #2e3135;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 999;
    height: 100%;
}
.youdingrt{
    width: 84%;
    margin-left: 16%;
}
.banding{
   box-sizing: border-box;
   /* margin-top: 50%; */
   padding: 4%;
   font-size: 14px;
   line-height: 1.7;
   color: #878c9b;
}
.wedhing{
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    padding: 3%;
    color: #e2001a;
    font-size: 30px;
    line-height: 60px;
}
.home-banner{
    position: relative;
}
.abnei{
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/55a798aeb3ndbvhs.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 2%;
    margin-top: 3%;
}
.abbgtyle{
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    width: 11%;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
}
.abbgty{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abbgtyzd{
    width: 40%;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}
.abbgtyrt{
    width: 40%;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}
.womenchan{
     font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    box-sizing: border-box;
    padding: 2.3% 0;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.womenchans{
     font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    box-sizing: border-box;
    font-weight: 600;
    padding: 0.3% 0;
    font-size: 30px;
    color: #000;
}
.cppgg{
    overflow: hidden;
    position: relative;
    padding: 1% 1% 0% 1%;
}
.yiongandd{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
}
.yiongandd li{
    width: 16%;
    text-align: center;
}
.yiongandd_img img{
    max-width: 100%;
    height: auto;
}
.yiongandd_a{
    font-family: D-DIN;
	font-size: 20px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #020b1b;
    margin-top: 4%;
}

.cppgg .swiper-wrapper .swiper-slide{
     box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .4);
     box-sizing: border-box;
     padding-bottom: 2%;
}
.biankuang{
    box-sizing: border-box;
    padding: 2% 4%;
}
.oongr{
    margin: 0 2%;

}
.imgaas img{
    width: 100%;
    height: auto;
}
.cchgin_a{
    font-size: 16px;
    color: #e30713;
    line-height: 40px;
    margin-top: 3%;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/a4ddd2df66qg8cxj.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
.mingcf{
    font-family: D-DIN;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #020b1b;
}
.gudnfg{
   margin-top: 2%;
}
.gudnfg li{
    line-height: 32px;
	border-radius: 10px;
	border: solid 1px #43484f;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1%;
    font-size: 18px;
    color: #3f4349;
    display: inline-block;
    margin-bottom: 2%;
    margin-right: 1%;
}
.swipabxt{
    position: absolute;
    bottom: 0px;
    right: 44%;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/de43d4e0aeraitzz.png) no-repeat;
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
    z-index: 99;
}
.swipabxt:hover{
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/1610c3ca2fdgpogt.png) no-repeat;
    background-size: 100% 100%;
}
.swipcdrev:hover{
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/3b7670770fvocc2s.png) no-repeat;
    background-size: 100% 100%;
}
.swipcdrev{
    position: absolute;
    bottom: 0px;
    left: 44%;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/21b5cb5ef1cbgdsu.png) no-repeat;
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
    z-index: 99;
}
.yinguong{
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding: 3% 3% 5% 3%;
    margin-top: 3%;
}


.swissation{
    font-family: Arial-BoldMT;
	font-size: 18px;
	font-weight: 600!important;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
    text-align: center;
	color: #222222;
    margin-top: 4%;
}
.youiii{
    box-sizing: border-box;
    padding: 7% 3%;
    background: #c62d2b;
}
.wenzindg{
    text-align: center;
    font-family: D-DIN-Bold;
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}

#formsearch2 input{background:#fff;border:none;float:left;width:80%;outline: none;border-right: none;}
#formsearch2 input#keyword{height:58px;line-height:58px;padding-left:4px;color:#666;}
#formsearch2 input#s_btn{width:20%;height:58px;line-height:58px;text-align:center;background:#a70427;color:#fff;border:none;cursor:pointer;float: right;}


.yonghgfg{
    width: 40%;
    margin: 3% auto 0;
}

.cpmneior{
    color: #e30713;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/b96c4cbb1d7h1jte.png) 100px center no-repeat;
    margin-top: 3%;
}
.swsion{
    text-align: center;
    margin-top: 3%;
}
.swsion .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border: 3px solid #e6e8ee;
    background: #fff;
    opacity: 1;
}
.swsion .swiper-pagination-bullet-active{
 border: 3px solid #e2001a;
}
.ccpnght{
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
    margin-top: 3%;
}
.xinwerr{
    overflow: hidden;
    position: relative;
}
.oongrss{
    margin:2% 2%;
   
}
.jkdjf{
    color: #e2001a;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-weight: 700;
    font-size: 14px;
}
.jidfk{
    position: absolute;
    top: 1%;
    right: 4%;
    font-size: 10rem;
    opacity: 0.3;
    line-height: 8vw;
}
.xinwerr .swiper-wrapper .swiper-slide{
    background: #fff;
    box-sizing: border-box;
    padding:2% 2%;
    height: 22vw;
    border-radius: 20px;
    position: relative;
}
.xinwerr .swiper-wrapper .swiper-slide:hover *{
    color: #e2001a;
}
.xinwerr .swiper-wrapper .swiper-slide:hover .xwert_b{
    color: #e2001a!important;
}
.xwert{
    position: relative;
}
.xwert_a{
    color: #e2001a;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.xwert_b{
    font-size: 18px;
    color: #000;
    line-height: 26px;
    box-sizing: border-box;
    padding: 2% 0;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.xwert_c{
    margin-bottom: 21px;
    color: #a9adb9;
    font-size: 16px;
    line-height: 35px;
}
.xwert_d{
    color: #878c9b;
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    height: 8vw;
}
.xwert_e{
    font-size: 18px;
    color: #000;
    line-height: 40px;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/06/148b7854e8fwft3h.png) left bottom no-repeat;
}
.xwert_hh{
   position: absolute;
    top: -20px;
    right: 24px;
    z-index: 0;
    font-size: 150px;
    line-height: 1;
    opacity: .05;
    color: #000;
}
.xinwerr .swiper-wrapper .swiper-slide:hover .cpmneior{
    color: #fff;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/16d596bdcahbseet.png) 100px center no-repeat;
}
.xinwerr .swiper-wrapper .swiper-slide:hover{
    background: #000;
}
.xinwerr .swiper-wrapper .swiper-slide:hover .xwert_b{
    color: #fff;
}
.xinwerr .swiper-wrapper .swiper-slide:hover .xwert_e{
    color: #fff;
}
.bandugle{
    width: 22%;
}
.laidnjhf{
   margin-left: 6%;
   width: 30%;
}
.bandugzd{
    width: 20%;
}
.bandugle_a{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 40px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.alodnfjh{
    font-family: D-DIN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;
}
.bandugle_b{
    margin-top: 3%;
}
.bandugle_b li{
    color: #bbb;
    font-size: 15px;
    line-height: 30px;
}
.bandugle_b li a{
    color: #bbb;
}
.bandugle_b li:hover a{
    color: #a70427!important;
}
.bandug{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bandugzd2{
    width: 0%;
    opacity: 0;
}
.bandugzd2 img{
    max-width: 100%;
    height: auto;
}
.listss{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-list1 .content  li{
    margin-bottom: 3%;
    background-color: #f0f0f0;
}
.hhjj{
    padding: 2%;
}
.youdng{
    width: 50%;
}
.youdng img{
    width: 100%;
    height: auto;
}
.xpngdi{
    width: 50%;
    box-sizing: border-box;
    padding: 3%;
    position: relative;
}
.xpngdi_a{
    font-family: D-DIN-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
}
.xpngdi_a a{
    color: #333333;
}
.xanav dd{
    color: #676768;
    font-size: 16px;
    line-height: 1.5rem;
}
.xanav dd a{
    color: #676768;
}
.xpngdi_b{
    font-family: AdobeHeitiStd-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #676768;
    padding: 2% 0;
}
.xpngdi_b p{
    display: inline-block;
    width: 100%;
}
.xpngdi_c{
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/06/1aa52a3aeccdifdh.png) center center no-repeat;
    width: 204px;
	height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 9%;
    left: 6%;
}
.xpngdi_c a{
    color: #fff!important;
}
.product-list1 .content li:nth-child(2n) .listss {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


.fennbeio { position: relative; }
.fennbeio .rofnguyyt { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.fennbeio .rofnguyyt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.fennbeio .rofnguyyt.on { position: static; opacity: 1; visibility: visible; }

.fenfkig{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
    margin-bottom: 2%;
}
.fenfkig li{
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    color: #333;
    border-bottom: #fff 2px solid;
}
.fenfkig li a{
    color: #333!important;
}
.product-list1 .content li:last-child { display: none !important; }
.wenidng{
    text-align: center;
    color: #000;
    box-sizing: border-box;
    padding: 2% 0;
}
.rofnguyyt{
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.fenfkig li:hover, .fenfkig li.on {
    position: relative;
    cursor: pointer;
    border-bottom: #ff3332 2px solid;
}

.yonghfy{
    font-family: D-DIN-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #000000;
}
.sjfnh{
    font-family: D-DIN-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #000000;
    display: none;
}

.nests{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.nests li{
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
}
.nests li:nth-child(3n){
    margin-right: 0px;
}
.yodng{
    border-radius: 10px;
}
.yodng img{
    width: 100%;
    height: auto;
}
.xwneifng{
    box-sizing: border-box;
    padding: 3% 0;
}
.xwneifng_a{
    font-family: D-DIN;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 1px;
	color: #140735;
}
.xwneifng_a span{
    color: #b6b6b6;
}
.xwneifng_b{
    font-family: D-DIN-Bold;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #3366cc;
}
.xwneifng_c{
    font-family: D-DIN;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
    box-sizing: border-box;
    padding: 2% 0;
}
/*关于我们*/
.abbgft{
    text-align: center;
    padding: 3% 9%;
}
.abbgft_a{
    font-family: D-DIN-Bold;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #111111;
}
.abbgft_b{
    font-family: D-DIN-Bold;
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #e30713;
}
.abbgft_c{
    font-family: D-DIN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
    box-sizing: border-box;
    padding: 2% 0;
    text-align: left;
}
.abbgft_e img{
    width: 100%;
    height: auto;
}
.rngghgdf{
    overflow: hidden;
}
.rongyufing{
    margin: 3% 7%;
    position: relative;
}
.rngghgdf_img img{
    max-width: 100%;
    height: auto;
}
.swidgt{
    position: absolute;
    top:45%;
    right: -6%;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/06/01ffb7a0745obc7z.png) center center no-repeat;
    width: 47px;
    height: 47px;
    background-size: 100% 100%;
    z-index: 999;
}
.swidgt:hover{
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/06/7dbcad0f3dwnwtqh.png) center center no-repeat;
    background-size: 100% 100%;
}
.swipfhv:hover{
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/06/d93a5534634zpfqz.png) center center no-repeat;
    background-size: 100% 100%;
}
.swipfhv{
    position: absolute;
    top:45%;
    left: -6%;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/06/abbe6dc8b3zvakbm.png) center center no-repeat;
    width: 47px;
    height: 47px;
    background-size: 100% 100%;
    z-index: 999;
}
.changfang{
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding:1% 3%;
    overflow: hidden;
    margin-top: 5%;
}
.anzhdnhjf{
    overflow: hidden;
}
.changghjyt{
    margin-top: 3%;
    padding-bottom: 5%;
}
.anzhdnhjf_img img{
    width: 100%;
    height: auto;
}
.swghhion{
    text-align: center;
    margin-top: 3%;
}
.swghhion .swiper-pagination-bullet {
    width:11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: #c4c2c2;
    opacity: 1;
    transition: all 0.6s ease;
}
.swghhion  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e30713;
    width: 20px;
	height: 11px;
    transition: all 0.6s ease;
}
.lianfen{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 3% 10%;
}
.lianfen li{
    width: 30%;
    text-align: center;
}
.lianfen_img{
    text-align: center;
}
.lianfen_img img{
    max-width: 100%;
    height: auto;
}
.lianfen_a{
    font-family: D-DIN-Bold;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 2%;
}
.lianfen_b{
    font-family: D-DIN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.liinei{
    margin-top: 10%;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/06/d6a2af7db3ybnhqs.jpg) center center no-repeat;
    box-sizing: border-box;
    padding: 3% ;
    background-size: 100% 100%;
    overflow: hidden;
}
.yanshung{
    width: 70%;
    background-color: #ffffff;
	border-radius: 28px;
    box-sizing: border-box;
    padding:1% 3% 3% 3%;
    margin: 0 auto;
}





.yan11 h3{text-align: center;color: #222222;font-size: 42px;margin-bottom: 54px;}
.xx{color: #222222;font-size: 15px;margin-bottom: 13px;}
.yan11 li{width: 100%;margin-bottom: 10px;}
.yan11 li input{display: block;outline: none;height: 56px;background-color: #f2f2f2;border-radius: 1px;width: 100%;color: #888888;font-size: 15px;padding-left: 20px;}
.lynr textarea{display: block;outline: none;height: 197px;background-color: #f2f2f2;border-radius: 1px;width: 100%;color: #888888;font-size: 15px;padding-left: 20px;padding-top: 20px;}
.yan11 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c3c1c1;
}
.yan11 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c3c1c1;
}
.yan11 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c3c1c1;
}
.yan11 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c3c1c1;
}
.yan11  .tj input{display: block;width: 213px;height: 50px;background-color: #122ea7;color: #ffffff;font-size: 18px;text-align: center;margin: 0 auto;border-radius: 8px;}
.yzm{margin-top: 20px;}
.yzm .captcha{position: relative;width: 300px;}
.yzm .captcha img{position: absolute;right: 0;top:0;}

.fgyui{
    padding-top: 5%;
}
.asgufbgf{
    margin-top: 2%;
    text-align: center;
}
.asgufbgf img{
    width: 100%;
    height: auto;
}


.jidjifh{
    text-align: right;
    margin-right: 9%;
    margin-top: 30%;
}
.jidjifh .social-share .social-share-icon{
    border: none;
}
.jidjifh .social-share .icon-twitter{
    color: #fff;
}
.jidjifh .social-share .icon-tencent{
    color: #fff;
}
.jidjifh .social-share .icon-google{
    color: #fff;
}
.jidjifh .social-share .icon-facebook{
    color: #fff;
}
.jidjifh .social-share .icon-linkedin{
    color: #fff;
}


.youdingrt .home-banner .swiper-slide{
    position: relative;
}
.youing{
    position: absolute;
    top:35%;
    left: 16%;
    width: 60%;
    z-index: 99;
    text-align: center;
    font-family: D-DIN-Bold;
	font-size: 3rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 4rem;
	letter-spacing: 0px;
	color: #fefefe;
}
.swipsext{
    position: absolute;
    bottom: 5%;
    z-index: 99;
    right: 7%;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/6d3bfa0402sesm5k.png) no-repeat;
    width: 53px;
    height: 53px;
    background-size: 100% 100%;
}
.swipsext:hover{
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/8f0141f1b8g2v5hm.png) no-repeat;
    background-size: 100% 100%;
}
.swipsrev{
    position: absolute;
    bottom: 5%;
    z-index: 99;
    right: 13%;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/3e10cdf6a2v4kirt.png) no-repeat;
    width: 53px;
    height: 53px;
    background-size: 100% 100%;
}
.swipsrev:hover{
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/4a0f50cabelzg8gu.png) no-repeat;
    background-size: 100% 100%;
}


.p_scrool{
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10;
}
.p_scrool i{
    display: block;
    width: 15px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    background: url(//wm.cdn.cn86.cn/xiangyang/2026/07/6be25fcba2qhyh1x.png) center center no-repeat;
    background-size: 100% 100%;
}
.p_scrool i::before{
    content: "";
    display: block;
    width: 2px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}
@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}


@media(max-width: 1530px){
	.zleft h3{font-size: 26px;}
	.yan11 h3{font-size: 36px;margin-bottom: 40px;}
}

@media(max-width: 768px){
	.anchor2 .anchor{line-height: 50px;}
	.zleft,.map1{width: 100%;}
	.xbox1 .wh{padding: 40px 30px 47px}
	.xul{margin-top: 30px;}
	.yan11 h3{font-size: 30px;}
	.yan11 li input{font-size: 14px;height: 40px;padding-left: 10px;}
	.lynr textarea{height: 150px;}
	.yan11 .tj input{width: 180px;height: 45px;line-height: 45px;font-size: 15px;}
}

@media(max-width: 640px){
	.xbox1 .wh{padding: 20px 15px 26px;}
	.zleft h3{font-size: 17px;}
	.xbj p{font-size: 14px;}
	.xbj h2{font-size: 18px;}
	.xul li{padding-bottom: 18px;margin-bottom: 18px;}
	.yan11 h3{font-size: 26px;margin-bottom: 20px;}
	.yan11 li{width: 100%;margin-bottom: 10px;}
	.lynr textarea{height: 100px;}
	.yan11 .tj {margin-top: 10px;}
	.yzm .captcha{width: 100%;}
}




@media(max-width: 1600px){
    .wenzindg{
        font-size: 35px;
    }
    .yiongandd_a{
        font-size: 18px;
    }
    .youing{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .lianfen_b{
        font-size: 14px;
    }
    .lianfen_a{
        font-size: 18px;
    }
    .xwneifng_c{
        font-size: 16px;
        line-height: 28px;
    }
    .xwneifng_b{
        font-size: 22px;
        line-height: 32px;
    }
    .xwneifng_a{
        font-size: 17px;
    }
    .xpngdi_b{
        font-size: 18px;
        line-height: 35px;
    }
    .xpngdi_a{
        font-size: 22px;
    }
    .xpngdi_c{
        font-size: 18px;
    }
    .xwert_e{
        font-size: 16px;
    }
    .xwert_d {
        height: 10vw;
    }
    .xinwerr .swiper-wrapper .swiper-slide {
        background: #fff;
        box-sizing: border-box;
        padding: 4% 3%;
        height: 24vw;
        border: 1px solid #eee;
    }
    .xwert_hh {
        position: absolute;
        top: -34px;
        right: 1px;
        z-index: 0;
        font-size: 120px;
        line-height: 1;
        opacity: .05;
        color: #000;
    }
    .womenchans{
        font-size: 28px;
    }
    .womenchan{
        font-size: 28px;
    }
    .abbgtyle{
        font-size: 28px;
    }
    .wedhing{
        font-size: 28px;
        line-height: 58px;
    }
    .x-menu>li>a{
        font-size: 17px;
    }
}



@media(max-width: 1500px){
    .wenzindg {
        font-size: 30px;
        line-height: 33px;
    }
    .gudnfg li {
        line-height: 30px;
        border-radius: 10px;
        border: solid 1px #43484f;
        text-align: center;
        box-sizing: border-box;
        padding: 0 1%;
        font-size: 14px;
        color: #3f4349;
        display: block;
        margin-bottom: 2%;
        margin-right: 1%;
    }
    .youing {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .lianfen li {
    width: 33%;
    text-align: center;
}
    .xwneifng_b {
        font-size: 20px;
        line-height: 28px;
    }
    .xwneifng_a {
        font-size: 16px;
        line-height: 50px;
    }
    .xpngdi_a {
        font-size: 20px;
    }
    .xpngdi_c {
        font-size: 16px;
    }
    .xpngdi_b {
        font-size: 16px;
        line-height: 30px;
    }
    .xwert_d{
        font-size: 15px;
    }
    .xwert_b{
        font-size: 17px;
    }
    .xwert_hh{
        font-size: 110px;
    }
    .womenchan {
        font-size: 25px;
    }
    .x-menu>li>a{
        height: 50px;
        line-height: 50px;
    }
    .abbgtyzd , .abbgtyrt{
        font-size: 15px;
         line-height: 28px;
    }
    .abbgtyle {
        font-size: 25px;
        line-height: 40px;
    }
    .wedhing {
        font-size: 25px;
        line-height: 50px;
    }
}


@media(max-width: 1440px){
    .yiongandd_a {
        font-size: 13px;
    }
    .gudnfg li{
       overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; 
    }
    .xwneifng_c {
        font-size: 14px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .xwneifng_b {
        font-size: 18px;
        line-height: 24px;
    }
    .xwneifng_a {
        font-size: 15px;
        line-height: 45px;
    }
    .alodnfjh {
        font-family: D-DIN;
        font-size: 14px;
        line-height: 30px;
    }
    .xwert_b {
        font-size: 16px;
    }
    .womenchans {
        font-size: 22px;
    }
    .womenchan {
        font-size: 22px;
    }
    .wedhing {
        font-size: 23px;
        line-height: 45px;
    }
}
@media(max-width: 1366px){
    .wenzindg {
        font-size: 25px;
        line-height: 30px;
    }
    .swipabxt{
        right: 40%;
    }
    .swipcdrev{
        left: 40%;
    }
    .youing {
        font-size: 2rem;
        line-height: 3rem;
    }
    .xwneifng_c {
        font-size: 13px;
        line-height: 23px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .xwneifng_a {
        font-size: 14px;
        line-height: 40px;
    }
    .xpngdi_c {
        font-size: 15px;
        background-size: 100% 100%;
        width: 160px;
        height: 50px;
        line-height: 50px;

    }
    .xpngdi_a {
        font-size: 18px;
    }
    .xpngdi_b {
        font-size: 15px;
        line-height: 28px;
    }
    .alodnfjh {
        font-size: 13px;
        line-height: 30px;
    }
    .xwert_e {
        font-size: 14px;
    }
    .xwert_d {
        font-size: 14px;
        line-height: 24px;
    }
    .xwert_hh {
        font-size: 80px;
    }
    .cpmneior {
        font-size: 15px;
        line-height: 26px;
    }
    .cchgin_a{
        font-size: 15px;
        line-height: 40px;
    }
    .abbgtyzd, .abbgtyrt {
        font-size: 14px;
        line-height: 26px;
    }
    .wedhing {
        font-size: 22px;
        line-height: 45px;
    }
    .jidjifh {
        text-align: right;
        margin-right: 6%;
        margin-top: 30%;
    }
    .x-menu>li>a {
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
}
@media(max-width: 1200px){
    .yanshung{
        width: 98%;
    }
    .lianfen{
        margin: 2% 0;
    }
    .xwneifng_a {
        font-size: 13px;
        line-height: 35px;
    }
    .xwneifng_b {
        font-size: 16px;
        line-height: 22px;
    }
    .xpngdi_b {
        font-size: 13px;
        line-height: 25px;
    }
    .xpngdi_a {
        font-size: 16px;
    }
    .xpngdi_c {
        font-size: 15px;
        background-size: 100% 100%;
        width: 140px;
        height: 45px;
        line-height: 45px;

    }
    .xwert_d {
        height: 13vw;
    }
    .xinwerr .swiper-wrapper .swiper-slide {
        height: 29vw;
    }
    .xwert_b {
        font-size: 15px;
        line-height: 22px;
    }
    .jidjifh .social-share .social-share-icon{
      width: 20px;
      height: 20px;
    }
    .x-menu>li>a {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

@media(max-width: 1024px){
    .swipsrev{
        right: 17%;
    }
    .youing {
        font-size: 25px;
        line-height: 35px;
    }
    .aside-contact{
        display: none;
    }
    .digood-sidebar-related{
        display: none;
    }
    .bandugzd2{
        display: none;
    }
    .laidnjhf {
        width: 43%;
    }
    .xwert_hh {
        font-size: 55px;
        top: -13px;
    }
    .xwert_c{
        font-size: 14px;
        line-height: 30px;
    }
    .xwert_d {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 79px;
    }
}

@media(max-width: 992px){
.nests li {
    width: 48%;
    margin-bottom: 2%;
    margin-right: 2%;
}
    .xinwerr .swiper-wrapper .swiper-slide {
        height: 33vw;
    }
    .wedhing {
        font-size: 20px;
        line-height: 35px;
    }
    .language-group .btn {
        color: #fff;
    }
    .btn-group{
        width: 20%;
    }
    .top_right{
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .logo{
        width: 20%;
       margin: unset;
    }
   .dfg {
       display: flex;
       justify-content: space-between;
       flex-wrap: wrap;
   }
    .jidjifh{
        display: none;
    }
    .navbar-nav-box{
        display: none;
    }
    .youdingle{
        width: 100%;
        position: static;
        top:0px;
        left: 0px;
        padding: 2%;
    }
    .youdingrt{
        margin-left: 0px;
        width: 100%;
    }
}

@media(max-width:500px){
    .lianfen li {
        width: 100%;
        margin-bottom: 2%;
        text-align: center;
    }
    .nests{
        padding: 2%;
    }
.nests li {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0px;
}
    .hhjj {
        padding: 0%;
    }
    .xpngdi_c{
        position: static;
    }
    .xpngdi{
        width: 100%;
    }
    .youdng{
        width: 100%;
    }
    .bandugzd{
        display: none;
    }
    .bandugle{
        display: none;
    }
    .laidnjhf{
        width: 100%;
    }
    .xwert_hh {
        font-size: 44px;
        top: -9px;
    }
    .xinwerr .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .womenchan {
        font-size: 20px;
    }
    .abbgtyzd , .abbgtyrt{
        width: 100%;
        margin: 1% 0;
    }
    .abbgtyle {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }
    .wedhing {
        font-size: 14px;
        line-height: 30px;
    }
    .youing {
        font-size: 14px;
        line-height: 21px;
    }
    .swipsrev{
        width: 25px;
        height: 25px;
    }
    .swipsext{
        width: 25px;
        height: 25px;
    }
        .swipabxt {
        right: 25%;
    }
    .swipcdrev{
        left: 25%;
    }
    .wenzindg {
        font-size: 15px;
        line-height: 30px;
    }
    .yiongandd li {
        width: 30%;
        margin-bottom: 3%;
        text-align: center;
    }.yonghgfg {
        width: 100%;
        margin: 3% auto 0;
    }
    .abnei{
        background-size: cover;
    }
}