.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;
    }
}








.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;
}


.chanhgg{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2%;
}
.flex22{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logoa{
    width: 20%;
}
.logoa img{
    max-width: 100%;
    height: auto;
}
.dsdfgg{
    width: 78%;
}
.navbar-nav-box{
    width: 75%;
}
.searchbox{
    width: 4%;
    margin-top: 1.5%;
    margin-left: 3%;
}
.language-group .btn{
    padding: 0px 5%;
}
.btn-group{
    height: 30px;
    background: #cd3829;
    margin-top: 3%;
    box-sizing: border-box;
    padding: 0px;
    line-height: 30px;
    width: 13%;
    font-size: 14px;
}
.btn-group span{
   font-size: 14px; 
}
.tuoudng{
    overflow: hidden;
    position: relative;
}
.yidnhg img{
    width: 100%;
    height: auto;
}
.swiaion{
    position: absolute;
    bottom: 4%!important;
    text-align: center;
    z-index: 999;
}
.swiaion .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity:1;
    transition: all 0.6s ease;
}
.swiaion .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cd3829;
    transition: all 0.6s ease;
    width: 40px;
    border-radius: 10px;
}

.nei1{
    overflow: hidden;
    box-sizing: border-box;
    padding: 3% 6%;
}
.yodnghf li{
    width: 32%;
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding: 3%  3% 4% 3%;
    text-align: center;
    cursor: pointer;
}
.yodnghf_a{
    font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
}
.yodnghf_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
}
.yodnghf li:hover{
    background-color: #cd3829;
}
.yodnghf li:hover .yodnghf_a{
    color: #fff;
}
.yodnghf li:hover .yodnghf_b{
    color: #fff;
}
.yousng{
    width: 29.1%;
    position: relative;
    overflow: hidden;
}
.shdiyhg{
    width: 70.9%;
    overflow: hidden;
}
.yousng_a img{
    width: 100%;
    height: auto;
}
.yousngnei{
    position: absolute;
    top:20%;
    width: 100%;
    box-sizing: border-box;
    padding: 8%;
    color: #fff;
}
.yousngnei_a{
    font-size: 42px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #cd3829;
    text-shadow: 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF;
}
.yousngnei_b{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
    box-sizing: border-box;
    padding: 5% 0;
}
.yousngnei_c{
    width: 134px;
	line-height: 45px;
	background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin-top: 3%;
}
.shdiyhg li{
    width: 50%;
    position: relative;
}
.shdiyhgnei{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10% 9%;
    text-align: center;
}
.shdiyhg_img img{
    width: 100%;
    height: auto;
}
.shdiyhgnei_a{
    text-align: center;
}
.shdiyhgnei_a img{
    max-width: 100%;
    height: auto;
}
.shdiyhgnei_b{
    font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #222222;
}
.shdiyhgnei_c{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
}
.nei3{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.cphtyu{
    text-align: center;
    font-size: 2.4rem;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
    font-weight: 600;
	color: #222222;
    text-transform: uppercase;
}
.chidnuif{
    overflow: hidden;
    padding:2% 1%;
}
.cphhiyf{
    margin-top: 3%;
}
.chidnuif_img img{
    width: 100%;
    height: auto;
}
.chidnuifnei{
    box-sizing: border-box;
    padding: 3%;
}
.chidnuifnei_a{
    font-size: 1.1rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chidnuifnei_b{
    	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
    height: 15vh;
    overflow: hidden;
}

.chidnuif .swiper-wrapper .swiper-slide:hover{
    box-shadow: 0px 14px 16px -3px rgba(0, 0, 0, .2);
}
.chidnuifnei_c{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
    text-transform: uppercase;
}
.nei4{
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 2%;
}
.abbftrle{
    width: 50%;
    background: url(//wm.cdn.cn86.cn/wanpengs/2026/09/76bc3a8aa4or0j9p.png) top left no-repeat;
    box-sizing: border-box;
    padding: 2% 0 0 2%;
}
.abbftr{
    margin-top: 3%;
}
.abbftrrt{
    width: 48%;
}
.abbftrle img{
    width: 100%;
    height: auto;
}
.abbftrrt_a{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #222222;
}
.abbftrrt_b{
    width: 139px;
	line-height: 41px;
	background-color: #cd3829;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.abbftrrt_b a{
    color: #fff;
}
.abfenbfg{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 6%;
}
.abfenbfg li{
	font-stretch: normal;
	line-height: 50px;
}
.abfenbfg_gh{
    letter-spacing: 0px;
	color: #222222;
     font-size: 1.1rem;
	font-weight: 600;
    line-height: 50px;
}
.abfenbfg_img{
    margin-right: 2%;
}
.nei5{
    background: url(//wm.cdn.cn86.cn/shangmao/2024/11/e036a6f206waazem.jpg) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4% 0;
}
.youidng li{
    width: 25%;
    text-align: center;
    border-right: #555555 1px solid;
}
.youidng li:nth-child(4){
    border-right: none;
}
.youidng_img{
    max-width: 100%;
    height: auto;
}
.youidng_a{
    font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-top: 3%;
}
.youidng_b{
        font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}
.nei6{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.yousihfyut{
    margin-top: 3%;
}

.yousihfyut li{
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding: 2%;
    margin-bottom: 2%;
    cursor: pointer;
}
.yousihfyut_img{
    width: 42%;
}
.yousihfyut_img img{
    max-width: 100%;
    height: auto;
}
.yousihfyutnei{
    width: 52%;
    box-sizing: border-box;
    padding-top: 3%;
    padding-left: 4%;
}
.yousihfyutnei_a{
    font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #222222;
}
.yousihfyutnei_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #222222;
    box-sizing: border-box;
    padding-top: 2%;
}

.yousihfyut li:hover{
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .2);
}
.nei7{
    padding-bottom: 3%;
    overflow: hidden;
}
.xwrrytyh{
    overflow: hidden;
}
.accdft{
    margin-top: 3%;
}
.yuodnhh img{
    width: 100%;
    height: auto;
}
.xwrrytyh_a{
    font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 3%;
    height: 50px;
    overflow: hidden;
}
.xwrrytyh_b{
    background: url(//wm.cdn.cn86.cn/shangmao/2024/11/315bc72c78ooatyb.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #999999;
}
.xwrrytyh_c{
    border-top: #999999 1px solid;
}
.xwrrytyh_e{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
    box-sizing: border-box;
    padding-top: 2%;
}
.xwrrytyh_f{
    border: solid 1px #999999;
    line-height: 38px;
    width: 30%;
    background: url(//wm.cdn.cn86.cn/shangmao/2024/11/3c5f4fb841whnmec.png) center center no-repeat;
    height: 38px;
    margin-top: 7%;
}
.xwrrytyh .swiper-wrapper .swiper-slide:hover .xwrrytyh_f{
    border: solid 1px #cd3829;
    background: url(//wm.cdn.cn86.cn/shangmao/2024/11/c8ef3a1710rehiqc.png) center center no-repeat #cd3829;
}
.changdiddd{
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 2%;
}
.jdifnjh img{
    max-width: 100%;
    height: auto;
}
.heodnfh{
    overflow: hidden;
}
.heufinjgh{
    margin-top: 2%;
}

.adhidnjfhgle{
    width: 30%;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
   
}
.adhidnjfhgle_c .social-share .social-share-icon{
    background-color: #cd3829;
    border-radius: 0px;
        border-color: #cd3829;
        color: #fff;
}
.adhidnjfhgzh_a{
    font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.adhidnjfhgzh{
    width: 30%;
}
.adhidnjfhgzhfeb{
   margin-top: 3%;
}
.adhidnjfhgzhfeb li{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}
.adhidnjfhgzhfeb li a{
    color: #fff;
}
.adhidnjfhger{
    width: 25%;
}
.gidnfjhg{
    margin-top: 3%;
}

.gidnfjhg li{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}
.gidnfjhg li a{
    color: #fff;
}
.ndanjdhjf{
    background-color: #000000;
    box-sizing: border-box;
    padding: 1% 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.ndanjdhjf p{
    margin-bottom: 0px;
}


/*转图页面*/

.nngidyyt{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.neifofh{
    text-align: center;
}
.neifofh_a{
    font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #000000;
}
.neifofh_b{
    box-sizing: border-box;
    padding: 2% 0;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.shidnhf{
    margin-top: 3%;
}
.shidnhf li{
    width: 30%;
    text-align: center;
}
.shidnhf_a{
    font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #cd3829;
    font-style: italic;
}
.shidnhf_b{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 2%;
}
.hosnudpfngh{
    margin-top: 3%;
    margin-bottom: 3%;
}
.hosnudpfngh li{
    width: 32%;
    text-align: center;
}
.xiapdmkjhh img{
    width: 100%;
    height: auto;
}

.lidinjhg{
    margin-top: 3%;
    position: relative;
    padding-bottom: 4%;
}
.xiaoxio{
    overflow: hidden;
    position: relative;
    margin-top: 3%;
}
.xiaoxio::after{
    position: absolute;
    top:22%;
    content: '';
    height: 1px;
    background: #cccccc;
    width: 100%;
}
.datuutu{
    overflow: hidden;
}
.hiodsjle{
    width: 50%;
}
.hiodsjle img{
    width: 100%;
    height: auto;
}
.hiodsjer{
    width: 50%;
    box-sizing: border-box;
    padding: 4% 4%;
    	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.xiaoxio .swiper-wrapper .swiper-slide{
    text-align: center;
}
.koidsnjf{
    background: url(//wm.cdn.cn86.cn/shangmao/2024/11/0cb8b9368bu3uv0a.png) center center no-repeat;
    height: 34px;
    width: 34px;
    margin: 0 auto;
  background-size: 100% 100%;
}
.xiaoxio .swiper-wrapper .swiper-slide-thumb-active .koidsnjf{
     background: url(//wm.cdn.cn86.cn/shangmao/2024/11/2ec14c0a01apaths.png) center center no-repeat;
}
.idsndfjh{
    font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #cd3829;
    font-style: italic;
}
.swixxxt{
    position: absolute;
    top:30%;
    left: -6%;
    background: url(//wm.cdn.cn86.cn/shangmao/2024/11/6f045f165eynpskv.png) no-repeat;
    width: 48px;
    height: 48px;
    background-size: 100% 100%;
}

.swixxxrev{
    position: absolute;
    top:30%;
    right: -6%;
    background: url(//wm.cdn.cn86.cn/shangmao/2024/11/1bc6bdf05dtqznnq.png) no-repeat;
    width: 48px;
    height: 48px;
    background-size: 100% 100%;
}

@media(max-width:1600px){
   .neifofh_a{
       font-size: 42px;
   }
   .shidnhf_a{
       font-size: 42px;
   }
   .cphtyu{
       font-size: 2rem;
   }
   .idsndfjh{
       font-size: 26px;
   }
}


@media(max-width:1500px){
   .neifofh_a{
       font-size: 38px;
   }
   .shidnhf_a{
       font-size: 38px;
   }
   .cphtyu{
       font-size: 1.8rem;
   }
   .idsndfjh{
       font-size: 24px;
   }
}


@media(max-width:1440px){
    .neifofh_b{
        font-size: 16px;
    }
    .shidnhf_b{
        font-size: 20px;
    }
   .neifofh_a{
       font-size: 32px;
   }
   .shidnhf_a{
       font-size: 32px;
   }
   .cphtyu{
       font-size: 1.4rem;
   }
   .idsndfjh{
       font-size: 21px;
   }
   .swixxxt{
       left: 0px;
       z-index: 999;
   }
   .swixxxrev{
       right: 0px;
        z-index: 999;
   }
}



@media(max-width:1366px){
    .neifofh_b{
        font-size: 15px;
    }
    .shidnhf_b{
        font-size: 18px;
    }
   .neifofh_a{
       font-size: 28px;
   }
   .shidnhf_a{
       font-size: 28px;
   }
   .cphtyu{
       font-size: 1.2rem;
   }
   .idsndfjh{
       font-size: 18px;
   }
   .pc-navbar > li > a{
       font-size: 14px;
   }
   .adhidnjfhgzh_a{
       font-size: 22px;
   }
}

@media(max-width:1024px){
    .navbar-nav-box{
        display: none;
    }
    .menu-handler{
        height: 40px;
        overflow: hidden;
        margin-top: 17px;
    }
}


@media(max-width:992px){
    .shidnhf_b {
        font-size: 14px;
    }
    .hiodsjle{
        width: 100%;
    }
    .hiodsjer{
        width: 100%;
        padding: 2%;
    }
    .adhidnjfhgle{
        display: none;
    }
    .neifofh_a {
        font-size: 22px;
        line-height: 40px;
    }
}
@media(max-width:500px){
    .searchbox{
        display: none;
    }
.btn-group{
    width: 44%;
}
.dsdfgg {
    width: 56%;
}
.hosnudpfngh li{
    width: 100%;
    margin-bottom: 2%;
}
    .cphtyu {
        font-size: 16px;
        line-height: 35px;
    }
.shidnhf_b{
    font-size: 12px;
    line-height: 22px;
}
    .menu-handler {
        height: 40px;
        overflow: hidden;
        margin-top: 3px;
    }
    .neifofh_a {
        font-size: 18px;
        line-height: 33px;
    }
    .neifofh_b {
        font-size: 13px;
        line-height: 22px;
    }
    .adhidnjfhgzh{
        width: 100%;
    }
    .adhidnjfhger{
        display: none;
    }
        .site-footer {
        padding: 56px 0 22px;
        /* margin-bottom: 60px; */
    }
}
/*转图页面*/




@media(max-width:1600px){
    .yousngnei_a{
        font-size: 38px;
    }
    .shdiyhgnei_b{
        font-size: 22px;
    }
    .abfenbfg_gh{
        font-size: 1rem;
    }

}
@media(max-width:1500px){
    .yousngnei_a{
        font-size: 32px;
    }
    .shdiyhgnei_b{
        font-size: 18px;
    }
    .abfenbfg_gh{
        font-size: 1rem;
    }

}

@media(max-width:1440px){
    .chidnuifnei_b{
        font-size: 14px;
        line-height: 22px;
    }
    .yousngnei_a{
        font-size: 30px;
    }
    .shdiyhgnei_b{
        font-size: 17px;
    }
    .abfenbfg_gh{
        font-size: 18px;
    }
    .yousngnei_b{
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:1366px){
    .yousngnei {
    position: absolute;
    top: 10%;
    width: 100%;
    box-sizing: border-box;
    padding: 8%;
    color: #fff;
}
.yodnghf_a{
    font-size: 16px;
}
.shdiyhgnei_c{
    font-size: 14px;
    line-height: 22px;
}
}

@media(max-width:992px){
    .yousihfyutnei_a{
        font-size: 16px;
    }
    .youidng_a , .youidng_b{
        font-size: 18px;
        line-height: 26px;
    }
    .abbftrrt{
        width: 100%;
        margin-top: 2%;
    }
    .abbftrle{
        width: 100%;
    }
        .yousngnei_b {
        font-size: 12px;
        line-height: 19px;
    }
        .yousngnei_a {
        font-size: 22px;
        line-height: 30px;
    }
.shdiyhgnei_a img {
    max-width: 20%;
    height: auto;
}
.nei1 {
    padding: 3%;
}
    .yodnghf_a {
        font-size: 16px;
        line-height: 30px;
         overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
}


@media(max-width:500px){
        .site-footer {
        padding: 56px 0 40px;
        margin-bottom: 0px;
    }
    .yousihfyut_img{
        width: 100%;
    }
    .yousihfyutnei{
        width: 100%;
    }
        .youidng_a, .youidng_b {
        font-size: 16px;
        line-height: 24px;
    }
    .youidng li{
        width: 50%;
        margin-bottom: 2%;
    }
    .chidnuifnei_a{
        font-size: 16px;
    }
        .shdiyhgnei_c {
        font-size: 14px;
        line-height: 22px;
        height: 40px;
        overflow: hidden;
    }
    .shdiyhg li{
        width: 100%;
    }
        .shdiyhgnei_b {
        font-size: 14px;
        line-height: 21px;
        margin-top: 3%;
    }
   
    .yodnghf li{
        width: 100%;
        margin-bottom: 2%;
    }
    .yousng{
        width: 100%;
    }
    .shdiyhg{
        width: 100%;
    }
    .nav-tabs li a{
        padding: 0px;
        font-size: 14px;
    }
}