.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;
    }
}


/*  */

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
}

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;
}

.flex3 {
    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;
}

.wh {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}

.wbox1 {
    background: #f4f4f4;
}


/* header */

.top1 {
    height: 44px;
    background: #222222;
}

.wel {
    color: #666666;
    font-size: 14px;
}

.yx {
    padding-left: 30px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/07111db2d0xugpea.jpg) no-repeat left center;
}

.dh {
    padding-left: 28px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/b4b5b7423d1voscb.jpg) no-repeat left center;
    margin: 0 2vw;
}

.top2 {
    background: #a40000;
    padding: 0 12px 0 3.2vw;
}

.logo img {
    max-width: 167px;
}

.x-menu {
    position: relative
}

.x-menu>li {
    text-align: center;
    padding: 0 1.3vw;
    position: relative;
}

.x-menu>li>a:after {
    content: '';
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    transition: all ease .3s;
    margin: 0 auto;
    display: block;
    bottom: 24px;
    position: relative;
}

.x-menu>li:hover>a:after {
    width: 100%;
}

.x-menu>li>a {
    display: block;
    font-size: 12px;
    padding: 0 10px;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-transform: uppercase;
}

.x-menu>li:hover>a {
    color: #fff!important;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}


/**/


/* banner */

.bandd {
    position: relative;
}

.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ban {
    position: absolute;
    width: 100%;
    z-index: 99999;
    bottom: 7.5%;
}

.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%;
    transform: scale(1);
    transition: all 2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}

.home-banner .swiper-pagination1 {
    font-size: 0;
    line-height: 1;
    position: absolute;
    bottom: 5%;
    z-index: 99;
    width: 100%;
    text-align: center;
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/b9a0ba6f45xwj3gg.png) no-repeat center;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 6px!important;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/89615948986qhxwa.png) no-repeat center;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/fe8c0afa33xyixpb.png) no-repeat center;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 12%;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.home-banner .swiper-slide .v_cover .v_con {
    position: relative;
    z-index: 5;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con .v_tit_aa {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con .v_tit_bb {
    transition-delay: .5s
}

.v_tit_aa {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 2vw;
    line-height: 1;
    text-align: center;
}

.v_tit_bb {
    font-size: 3.4375vw;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.318;
    max-width: 70%;
    margin: 0 auto
}

.ban .wh {
    position: relative;
}

.v_cover a {
    display: block;
    width: 200px;
    height: 52px;
    background-color: #d60018;
    border-radius: 26px;
    line-height: 52px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 2.8vw;
}

.jian {
    position: relative;
    right: 0;
}

.swiper-button-prev1,
.swiper-button-next1 {
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 49px;
    display: block;
    position: relative;
    border: dashed 1px #ffffff;
    border-radius: 50%;
    outline: none;
    transition: all 0.3s;
}

.swiper-button-prev1 {
    margin-right: 28px;
}

.swiper-button-prev1:hover {
    border-color: #d60018;
    background-color: #d60018;
}

.swiper-button-next1:hover {
    border-color: #d60018;
    background-color: #d60018;
}

.scroll_to_top2 {
    display: none;
}

.x-menu li.lastli {
    padding: 0;
    margin-right: 0;
    width: 13vw;
}

.x-menu li.diq {
    padding: 0;
    line-height: 110px;
}

.lastli #formsearch {
    border-bottom: 1px solid rgba(255, 255, 255, .51);
    margin-top: 16px;
}

.lastli input {
    outline: none;
    line-height: 30px;
    width: 52px;
    background: none;
    border: none;
    background: none;
    font-size: 12px;
    color: rgba(255, 255, 255, .85);
    float: left;
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/f97839476atbnusx.png) no-repeat left 12px;
}

.lastli #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: calc(100% - 52px);
    background: none;
    border: none;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.lastli #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.lastli #keyword::placeholder {
    color: #fff;
}


/**/

.box1 {
    margin-top: 54px;
    overflow: hidden;
}

.bt1 {
    text-align: center;
}

.bt1 h3 {
    color: #323232;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}

.bt1 img {
    display: block;
    margin: 0 auto;
    margin-top: 11px;
}

.ys {
    margin-top: 34px;
    background-color: #ebebeb;
    padding: 34px 0 60px;
}

.yul li {
    width: 25%;
    text-align: center;
    padding: 0 1.6vw;
}

.yul {
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/5b873531bcayhysp.png) no-repeat center 57px;
}

.yul li .img img {
    max-width: 111px;
}

.yul li h3 {
    color: #323232;
    font-size: 18px;
    font-weight: normal;
    margin: 28px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yul li p {
    color: #323232;
    opacity: 0.8;
    font-size: 14px;
    line-height: 24px;
}


/**/

.box2 {
    padding: 53px 16px 42px;
    background: #fff;
    overflow: hidden;
}

.pul {
    margin-top: 36px;
}

.pul li {
    width: 29.6%;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 5px 6px 0;
    margin-bottom: 53px;
    position: relative;
}

.pul li h3 a {
    display: block;
    line-height: 62px;
    text-align: center;
    color: #323232;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 3px;
}

.pul li h3 {
    margin: 0;
}

.yy {
    position: absolute;
    bottom: -20px;
    left: 12.9%;
    width: 72.9%;
}

.pp {
    position: relative;
    z-index: 9;
    background: #fff;
}

.pul li .img {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
}

.pul li:hover .pp,
.pul li:hover {
    background-color: #a40000;
}

.pul li:hover .img img {
    transform: scale(1.1);
}

.pul li .img img {
    transition: all 0.5s;
}

.pul li:hover h3 a {
    color: #fff;
}


/**/

.box3 {
    padding: 41px 20px 64px;
    background-color: #ebebeb;
    overflow: hidden;
}

.mySwiper {
    overflow: hidden;
    margin-top: 51px;
}

.mySwiper a {
    display: block;
    position: relative;
    padding: 14px 0 17px;
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/82b13efc6ch9m4ex.png) no-repeat top center;
    background-size: 87%;
}

.mySwiper h3 {
    margin: 0;
    width: 170px;
    height: 39px;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, .6);
    color: #5a5a5a;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 3px;
    text-align: center;
    line-height: 39px;
    position: absolute;
    left: 5vw;
    bottom: 16px;
    font-weight: normal;
}

.mySwiper .img {
    position: relative;
}

.mySwiper .swiper-slide:hover h3 {
    background-color: #a40000;
    color: #fff;
}

.box4 {
    padding: 47px 20px 64px;
    background: #fff;
    overflow: hidden;
}

.xin1 {
    margin-top: 51px;
}

.xin1 li {
    width: 46.6%;
}

.xin1 li .img {
    display: block;
    width: 41.6%;
    overflow: hidden;
}

.xin1 li .img img {
    transition: all 0.5s;
}

.xin1 li:hover .img img {
    transform: scale(1.1);
}

.det {
    width: 55%;
}

.det .wz {
    color: #323232;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.det .wz2 {
    color: #323232;
    margin: 18px 0 15px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.mo {
    width: 85px;
    height: 33px;
    border: solid 1px #d2d2d2;
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/cfe6a2074dkijem6.png) no-repeat center;
}

.xin1 li a {
    align-items: flex-end;
}

.xin1 li:hover .det .wz {
    color: #a40000;
}

.foot {
    background-color: #a40000;
    overflow: hidden;
}

.ft2 {
    padding: 23px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .46);
    text-align: center;
    border-top: 1px solid #fff;
}

.ft2 a {
    color: rgba(255, 255, 255, .46);
}

.ft1 {
    padding: 3.2% 0 3.7%;
}

.dbt1 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.dao li a {
    display: block;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 24px;
}

.dao li .dbt1 a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.dao {
    width: 45%;
}

.dh2 {
    color: #ffffff;
    font-size: 16px;
    padding-left: 35px;
    background: url(//wm.cdn.cn86.cn/yuxiatugongmo/2025/09/2cde0882fbvrm7kq.png) no-repeat left center;
}

.lx {
    color: #ffffff;
    font-size: 16px;
    padding-left: 35px;
    margin-top: 20px;
}

.fx {
    margin: 30px 0 0 4.5vw;
}

.fx .social-share .social-share-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 9px;
}

.fx .social-share .icon-facebook {
    background: #44619D;
    color: #fff;
}

.fx .social-share .icon-twitter {
    background: #55acee;
    color: #fff;
}

.fx .social-share .icon-google {
    background: #db4437;
    color: #fff;
}

.social-share .icon-google:before {
    text-transform: uppercase;
}

.case-imgs {
    text-align: center;
}

.case-imgs .zoomPad {
    float: none;
}

.foot a:hover {
    color: #fff!important;
    text-decoration: underline;
}

@media(max-width: 1200px) {
    .yul li h3,
    .det .wz {
        font-size: 16px;
    }
    .det .wz2 {
        font-size: 14px;
        margin: 6px 0 10px;
        line-height: 22px;
    }
}

@media(max-width: 768px) {
    .xin1 li {
        width: 100%;
        margin-bottom: 20px;
    }
    .dao {
        display: none;
    }
    .topr {
        width: 100%;
    }
    body {
        padding-bottom: 70px;
    }
}

@media(max-width: 640px) {
    .wh {
        width: 100%;
    }
    .box1 {
        margin-top: 30px;
    }
    .bt1 h3 {
        font-size: 20px;
    }
    .ys {
        margin-top: 20px;
        padding: 20px 15px 10px;
    }
    .yul {
        background: none;
    }
    .yul li {
        width: 49%;
        margin-bottom: 20px;
    }
    .yul li .img img {
        max-width: 80px;
    }
    .yul li h3,
    .det .wz {
        font-size: 14px;
        margin-top: 15px;
    }
    .yul li p {
        font-size: 12px;
        line-height: 20px;
    }
    .box2 {
        padding: 30px 15px 10px;
    }
    .pul {
        margin-top: 20px;
    }
    .pul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .pul li h3 a {
        font-size: 14px;
    }
    .yy {
        bottom: -9px;
    }
    .box3 {
        padding: 30px 15px;
    }
    .mySwiper,
    .xin1 {
        margin-top: 20px;
    }
    .mySwiper a {
        background: none;
        padding: 0;
    }
    .box4 {
        padding: 30px 15px 10px;
    }
    .xin1 li .img,
    .det {
        width: 100%;
    }
    .ft1 {
        padding: 20px 0;
    }
    .fx {
        margin-top: 20px;
    }
    .tlx,
    .fx {
        width: 100%;
    }
    .lx {
        margin-top: 10px;
    }
    .ft2 {
        padding: 15px 0;
    }
    .foot .wh,
    .container-fluid {
        padding: 0 15px;
    }
}