.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;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


.of {
    overflow: hidden;
}

.wh {
    max-width: 1580px;
    width: 94%;
    margin: 0 auto;
}

.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;
}

.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.bold {
    font-weight: bold;
}

.oh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bcg {
    background-size: 100% 100%;
}

/* header */
.header {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.top-mid-flex {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    color: #fff;
}

.head-menu-box {
    width: 100%;
    padding: 10px 0 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 78px
}

.top_right {
    position: relative;
    z-index: 2;
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
}

.search-box {
    z-index: 99;
    position: relative;
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    border: 1px solid #dadada;
}

.header-ss .ss-search input {
    height: 35px;
    line-height: 35px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #888888;
    font-size: 16px
}

.header-ss .ss-search #keyword::placeholder {
    color: #888888;
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/szfuwanglong/2026/06/3a10f5eba3vbvizs.png)
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.x-menu>li>a {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    font-weight: 500;
}

.x-menu>li:hover>a {
    color: #333333 !important;
    text-decoration: underline;
}

.x-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    -o-transition: opacity .3s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s, opacity .3s;
    -moz-transition: -moz-transform .5s, opacity .3s;
    border-radius: 2px;
    border-bottom: 3px solid #000;
    background-color: #0171d2 !important;
}

.x-sub-menu>li {
    position: relative
}

.x-sub-menu>li>a {
    padding: 6px 10px;
    text-align: left;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(189, 189, 189, 0);
    font-size: 14px;
    color: #fff;
}

.x-sub-menu>li>a:hover {
    background-color: #000;
    color: #fff !important
}

.x-menu>li:hover .x-sub-menu {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
}


@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 5px;
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 30px;
        margin-right: 10px;
    }
}

.header.scroll .top-mid-flex {}

.header.scroll .head-menu-box {
    padding-top: 10px;
}


@media (max-width: 1200px) {
    .top_right {
        display: flex;
    }
}


@media (max-width: 992px) {

    .header .top-mid-flex {
        background-color: #000;
        height: 60px;
    }

    .header .head-menu-box {
        padding-top: 10px;
    }

    #banner,
    .page-banner {
        margin-top: 60px;
    }

    .logo a img {
        max-height: 38px;
    }

}

/* banner */
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-main {
    width: 100%;
    position: relative;
}

.banner-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(570/1920*100%);
}

.banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.00);
    transition: all ease .5s;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14rem;
    text-align: center;
}

.banner-titles {
    width: 100%;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
}

.banner-bottom {
    position: relative;
    width: 100%;
    padding: .25rem .3rem;
}

.banner-cont {
    width: 100%;
    max-width: 14rem;
    margin: 0 auto;
}

.banner-cont:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.banner-right {
    float: right;
    font-size: 0;
}

.banner-one {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    line-height: 1.6;
    font-weight: lighter;
}

.banner-one:after {
    content: '>';
    margin: 0 .08rem;
}

.banner-one:last-child:after {
    display: none;
}

.banner-one:nth-child(1):before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: .1rem;
    width: .875em;
    height: 1.6em;
    background-image: url('../images/a35-b.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.a-text-ww {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.a-text-ww .container2 {
    height: 100%;
}

.a-text {
    height: 100%;
}

.a-text-left {
    width: 46.67%;
}

.a-titles {
    color: #000000;
    font-size: 2.60416666666667vw;
    font-weight: 600;
    margin-bottom: 2.34vw;
}

.a-intro {
    color: #060606;
    font-size: 1.14583333333333vw;
    line-height: 1.81;
}

.a-more {
    display: flex;
    align-items: center;
    margin-top: 2.6vw;
}

.a-more a {
    width: 134px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    color: #0370d4;
    font-size: 18px;
    text-align: center;
    margin-right: 18px;
}

.a-more a:hover {
    background: #0370d4;
    color: #fff;
}

.a-img img {
    width: 100%;
}

.a-img2 {
    flex: 1;
    text-align: right;
}

.a-img2 img {
    max-width: 100%;
}

/*  */
.a-titles,
.a-intro,
.a-more {
    opacity: 0;
    transform: translate3d(80px, 0, 0);
}

.a-item.swiper-slide-active .a-titles {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2s cubic-bezier(.25, .1, .25, 1), transform 2s cubic-bezier(.25, .1, .25, 1);
}

.a-item.swiper-slide-active .a-intro {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2s cubic-bezier(.25, .1, .25, 1), transform 2s cubic-bezier(.25, .1, .25, 1);
}

.a-item.swiper-slide-active .a-more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2s cubic-bezier(.25, .1, .25, 1), transform 2s cubic-bezier(.25, .1, .25, 1);
}

.a-item.swiper-slide-active .a-titles {
    transition-delay: .5s;
}

.a-item.swiper-slide-active .a-intro {
    transition-delay: .8s;
}

.a-item.swiper-slide-active .a-more {
    transition-delay: 1.1s;
}

.a-pagination {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    z-index: 99;
}


.a-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    opacity: 1;
    width: 24px;
    height: 5px;
    background: #fff;
    border-radius: 0;
}

.a-pagination .swiper-pagination-bullet-active {
    background: #0370d4;
}

.banmo {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
}

@media(max-width:990px) {
    .a-titles {
        font-size: 16px;
    }

    .a-intro {
        font-size: 14px;
    }

    .a-more a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .a-img2>img {
        max-width: 200px;
        width: 100%;
    }
}

@media(max-width:640px) {
    .a-text-left {
        width: 70%;
    }

    .a-titles {
        font-size: 14px;
    }

    .a-intro {
        font-size: 12px;
    }

    .a-more {
        margin-top: 10px;
    }

    .a-img2>img {}

    .a-pagination {
        bottom: 2%;
    }

    .a-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

/* 主体样式 */
.box1 {
    padding: 4.6875vw 0;
}

.sybt {
    text-align: center;
}

.sybt .wz {
    color: #888888;
    font-size: 24px;
    margin-bottom: 0.668vw;
}

.sybt .wz2 {
    color: #222222;
    font-size: 3.65vw;
    line-height: 1;
}

.bthx {
    background-color: rgb(3, 112, 212);
    width: 60px;
    height: 3px;
    margin: 0 auto;
    margin-top: 0.88vw;
}

.sywhy {
    position: relative;
    margin-top: 2.08vw;
}

.sywhy .mySwiper2 {
    overflow: hidden;
}

.sywhy .swiper-slide {
    background: #f3f4f8;
}

.sywhy .swiper-slide .det {
    margin: 4.31vw 25px;
    position: relative;
    margin-right: 0;
}

.sywhy .swiper-slide .nr {
    width: 50%;
    position: absolute;
    left: 0;
    top: 8%;
    z-index: 88;
}

.sywhy .swiper-slide .wz {
    color: #222222;
    font-size: 24px;
    line-height: 1.5;
}

.sywhy .swiper-slide .whymo1 {
    margin: 2.21vw 0 1.4vw;
}

.sywhy .swiper-slide .whymo1 span {
    color: #fff;
    font-size: 16px;
    background-color: rgb(3, 112, 212);
    line-height: 32px;
    border-radius: 25px;
    padding: 0 1.8vw;
    display: inline-block;
}

.sywhy .swiper-slide .whymo2 span {
    color: #0370d4;
    font-size: 16px;
    line-height: 32px;
    border-radius: 25px;
    border: 2px solid #0370d4;
    padding: 0 1.8vw;
    display: inline-block;
}

.sywhy .swiper-slide .tu {
    width: 60%;
}

.sywhy .swiper-slide .img img {
    width: 100%;
    display: block;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.sywhy .swiper-slide:hover .img 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);
}

.sywhy .swiper-slide:hover .wz {
    color: #0370d4;
}

.whyjt {
    width: 178px;
    margin: 0 auto;
    margin-top: 2.97vw;
}

.whyjt .prev2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/szfuwanglong/2026/06/9b2646f014d8bik1.png) no-repeat center center;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
}

.whyjt .next2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/szfuwanglong/2026/06/6b6831f48d0irqjw.png) no-repeat center center;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
}

.whyjt .swiper-pagination2 {
    width: 50px;
    text-align: center;
    position: static;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
}

.whyjt .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 50%;
    background: #999999;
    opacity: 1;
    cursor: pointer;
}

.whyjt .swiper-pagination-bullet-active {
    background: #333333;
    opacity: 1;
}

/*  */
.container2 {
    max-width: 1500px;
    position: relative;
    margin: 0 auto;
    width: 94%;
}

.pb-110 {
    padding-bottom: 110px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.font-50 {
    font-size: 50px !important;
}

.font-48 {
    font-size: 48px;
}

.font-40 {
    font-size: 40px;
}

.font-38 {
    font-size: 38px;
}

.font-32 {
    font-size: 32px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
    line-height: 1.8;
}

.font-18 {
    font-size: 18px;
    line-height: 1.8;
}

.font-16 {
    font-size: 16px;
    line-height: 2;
}

.font-14 {
    font-size: 14px;
}

.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.55%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}

#index-body .init-2 {
    background: #f6f6f6;
}

#index-body .init-2 .container2 .title_c .column {
    vertical-align: middle;
}

#index-body .init-2 .container2 .title_c .left {
    width: -webkit-calc(0%);
    width: -moz-calc(0%);
    width: calc(100% - 100px);
}

#index-body .init-2 .container2 .title_c .left .text1 {
    padding-right: 6px;
    width: 320px;
}

#index-body .init-2 .container2 .title_c .left .text1 .top {
    color: #0370d4;
    font-weight: 500;
    letter-spacing: 3px;
}

#index-body .init-2 .container2 .title_c .left .text1 .bottom {
    font-weight: bold;
}

#index-body .init-2 .container2 .title_c .left .line {
    height: 60px;
    width: 1px;
    background-color: #5f5f5f;
}

#index-body .init-2 .container2 .title_c .left .text2 {
    width: 540px;
    padding-left: 20px;
    color: #3b3b3b;
}

#index-body .init-2 .container2 .title_c .right {
    width: 100px;
}

#index-body .init-2 .container2 .title_c .right .btn2 {
    width: 44px;
    height: 44px;
    font-size: 24px;
    cursor: pointer;
    background-color: #7f7f7f;
    color: #fff;
    text-align: center;
    line-height: 44px;
    display: inline-block;
}

#index-body .init-2 .container2 .title_c .right .btn2:hover {
    background-color: #017cde;
}

#index-body .init-2 .container2 .title_c .right .btn2 i {
    position: relative;
    z-index: 2;
    margin-left: -2px;
}

#index-body .init-2 .container2 .title_c .right .next {
    margin-left: 4px;
}

#index-body .init-2 .container2 .title_c .right .next:hover {
    background-color: #017cde;
}

#index-body .init-2 .container2 .title_c .right .next i {
    margin-left: 2px;
}

#index-body .init-2 .container2 .content {
    margin-top: 50px;
}

#index-body .init-2 .container2 .content ul {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

#index-body .init-2 .container2 .content ul .slick-track {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#index-body .init-2 .container2 .content ul .slick-track .slick-slide {
    height: auto;
}

#index-body .init-2 .container2 .content ul .slick-track .slick-slide>div {
    height: 100%;
}

#index-body .init-2 .container2 .content ul .slick-track .slick-slide>div li {
    height: 100%;
}

#index-body .init-2 .container2 .content ul .slick-track .slick-slide>div li .box {
    height: 100%;
}

#index-body .init-2 .container2 .content ul li .box {
    position: relative;
    margin-left: -1px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    padding-bottom: 45px;
    background: #fff;
}

#index-body .init-2 .container2 .content ul li .box .img {
    text-align: center;
    display: block;
    background: #fff;
    text-align: center;
}

#index-body .init-2 .container2 .content ul li .box .img img {
    max-width: 100%;
    margin: 0 auto;
}

#index-body .init-2 .container2 .content ul li .box .btn_cont {
    text-align: center;
    margin-top: 10px;
}

#index-body .init-2 .container2 .content ul li .box .btn_cont .btn2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #aaaaaa;
    border: 1px solid #e3e3e3;
    margin: 0 2px;
}

#index-body .init-2 .container2 .content ul li .box .btn_cont .btn2 i {
    position: relative;
    z-index: 2;
}

#index-body .init-2 .container2 .content ul li .box .btn_cont .btn2:hover {
    color: #fff;
    background: #017cde;
}

#index-body .init-2 .container2 .content ul li .box .text_c {
    margin-top: 16px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
}

#index-body .init-2 .container2 .content ul li .box .text_c .title {
    display: block;
    font-weight: bold;
}

#index-body .init-2 .container2 .content ul li .box .text_c .title a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);

}

#index-body .init-2 .container2 .content ul li .box .text_c .title:hover a {

    color: #017cde;
}

#index-body .init-2 .container2 .content ul li .box .text_c .des {
    margin-top: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #afafaf;
}

#index-body .init-2 .container2 .content ul li .box .more {
    position: relative;
    left: 50%;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #a1a1a1;
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    width: 180px;
    margin-left: -90px;
}

#index-body .init-2 .container2 .content ul li .box:hover .more {
    background-color: #0370d4;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/* app */
.w1415 {
    max-width: 1445px;
    margin: 0 auto;
    padding: 0 15px;
}

.appbg {
    padding: 4.6875vw 0;
}

.appsort {
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5vw;
    margin-bottom: 1vw;
}

.appsort li {
    text-align: center;
    width: 20%;
}

.appsort li a {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    position: relative;
    padding: 15px 0;
}

.appsort li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #0370d4;
    opacity: 0;
    transition: 0.5s;
}

.appsort li.cur a::before {
    opacity: 1;
}

.tt11 {
    display: none;
}

.appwz {
    position: relative;
}

.appwz .img1 img {
    width: 100%;
    border-radius: 16px;
}

.appwz .wz {
    position: absolute;
    width: 97.2%;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    bottom: 1vw;
    left: 0;
    right: 0;
    padding: 1.56vw;
    display: flex;
    justify-content: space-between;
}

.appwz .wz .wza {
    width: 80%;
    color: #fff;
    font-size: 16px;
    line-height: 1.6875;
}

.appwz .wz .wzb {
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 30px;
    background: #017cde;
    text-align: center;
    font-size: 18px;
}

.appwz .wz .wzb a{
    display: block;
    color: #fff;
}


/*  */
.box3 {
    padding: 3.12vw 0;
    padding-top: 0;
}

.choosez {
    width: 38.48%;
}

.sybt3 {
    text-align: left;
}

.sybt3 .wz {
    color: #017cde;
    text-transform: uppercase;
}

.choosewz {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 1.994vw;
}

.choosemore {
    margin-top: 3.125vw;
}

.choosemore a {
    display: inline-block;
    width: 154px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #0370d4;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
}

.choosemore a:last-child {
    margin-right: 0;
    background: #a1a1a1;
}

.chooselist {
    width: 52.03%;
    margin-top: 20px;
}

.chooselist li {
    width: 48.66%;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    float: left;
}

.chooselist li .det {
    padding: 40px 25px 56px;
    box-shadow: 0px 0px 22.8px 1.2px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
}


.chooselist li .wz {
    color: #444444;
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 30px 0 35px;
}

.chooselist li .nmb {
    color: #dadada;
    font-size: 38px;
}

.chooselist li:hover {
    background: #017cde;
}

.chooselist li:hover .wz {
    color: #fff;
}

.chooselist li:hover .nmb {
    color: #fff;
}

.chooselist li:hover .img img {
    filter: brightness(0) invert(100%);
}

.chooselist li:nth-child(2n) {
    float: right;
}

.chooselist li+li {
    margin-top: 20px;
}


/*  */


#index-body .init-3 {
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

#index-body .init-3 .container2 .left {
    padding-right: 0px;
    padding-top: 30px;
    width: 46%;
}

#index-body .init-3 .container2 .left .title_1 {
    color: #fff;
    font-weight: bold;
}

#index-body .init-3 .container2 .left .title_2 {
    font-weight: bold;
    text-transform: uppercase;
    max-width: 100%;
    line-height: 1.3;
}

#index-body .init-3 .container2 .left .list_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-top: 4.166vw;
}

#index-body .init-3 .container2 .left .list_cont .list {
    margin-right: 3.2083vw;
    text-align: center;
    width: 350px;
}

#index-body .init-3 .container2 .left .list_cont .list .num {
    font-size: 94px;
    font-family: 'Montserrat';
    font-weight: bold;
    display: block;
    margin: 1.5vw 0;
}

#index-body .init-3 .container2 .left .list_cont .list .num em {
    font-family: 'Montserrat';
    font-weight: bold;
    display: block;
}

#index-body .init-3 .container2 .left .list_cont .list .des_2 {
    line-height: 1.6;
    margin-top: 20px;
}

#index-body .init-3 .container2 .left .list_cont .play_cont {
    margin: 0 20px;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#index-body .init-3 .container2 .left .list_cont .play_cont .img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 50%;
}

#index-body .init-3 .container2 .right {
    padding-left: 0px;
    padding-top: 5.2083vw;
    width: 54%;
}

#index-body .init-3 .container2 .right .title_2 {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 2.60416vw;
    line-height: 1.3;
}

#index-body .init-3 .container2 .right .des {
    line-height: 1.7;
}

#index-body .init-3 .container2 .right .des p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 1);
}

#index-body .init-3 .container2 .right .des p:first-child {
    margin-top: 0;
}

#index-body .init-3 .container2 .right .more {
    font-weight: bold;
    padding: 4px 20px;
    display: inline-block;
    background-color: #017cde;
    color: #fff;
}


/*  */
.sybt4 {
    text-align: left;
}

.sybt4 .wz {
    color: #0370d4;
}

.sybt4 .wz2 {
    font-size: 40px;
}

#index-body .init-4 .container2 .title_c .column {
    vertical-align: middle;
}

#index-body .init-4 .container2 .title_c .text1 {
    width: 320px;
    padding-right: 20px;
}

#index-body .init-4 .container2 .title_c .text1 .top {
    color: #007aff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#index-body .init-4 .container2 .title_c .text1 .bottom {
    font-weight: bold;
    text-transform: uppercase;
}

#index-body .init-4 .container2 .title_c .line {
    width: 1px;
    height: 60px;
    background-color: #5f5f5f;
}

#index-body .init-4 .container2 .title_c .text2 {
    width: 540px;
    padding-left: 20px;
}

#index-body .init-4 .container2 .content {}

#index-body .init-4 .container2 .content .left {
    width: 47.66%;
    float: right;
}

#index-body .init-4 .container2 .content .left .img {
    width: -webkit-calc(30%);
    width: -moz-calc(30%);
    width: calc(50% - 20px);
    height: 610px;
    margin-top: 36px;
    position: relative;
    -o-background-size: cover;
    background-size: cover;
}

#index-body .init-4 .container2 .content .left .img .btn2 {
    display: block;
    width: 250px;
    height: 68px;
    background-color: #007aff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 68px;
    text-align: center;
}

#index-body .init-4 .container2 .content .left .img .btn2 i,
#index-body .init-4 .container2 .content .left .img .btn2 span {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
}

#index-body .init-4 .container2 .content .left .img .btn2 i {
    font-size: 24px;
}

#index-body .init-4 .container2 .content .left .img .btn2 span {
    margin-left: 18px;
    font-weight: 500;
    display: block;
}

#index-body .init-4 .container2 .content .left .img .btn2:hover {
    color: #fff;
}

#index-body .init-4 .container2 .content .left .img .btn2:hover i {
    color: #fff;
}

#index-body .init-4 .container2 .content .left .img_2 {
    margin-left: 40px;
    height: 710px;
    margin-top: 0;
}

#index-body .init-4 .container2 .content .right {
    margin-top: 20px;
    width: 40.33%;
}

#index-body .init-4 .container2 .content .right .tips {
    font-weight: bold;
    line-height: 1.2;
}

#index-body .init-4 .container2 .content .right .tips_des {
    color: rgba(255, 255, 255, .5);
    margin-top: 20px;
}

#index-body .init-4 .container2 .content .right .list_cont .list {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

#index-body .init-4 .container2 .content .right .list_cont .list .img_c {
    width: 86px;
    height: 86px;
    background-color: #FFF;
    position: relative;
}

#index-body .init-4 .container2 .content .right .list_cont .list .img_c .img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#index-body .init-4 .container2 .content .right .list_cont .list .img_c .img img.im2 {
    display: none;
}

#index-body .init-4 .container2 .content .right .list_cont .list .text {
    width: -webkit-calc(14%);
    width: -moz-calc(14%);
    width: calc(100% - 86px);
    padding-left: 16px;
}

#index-body .init-4 .container2 .content .right .list_cont .list .text .title {
    font-weight: bold;
}

#index-body .init-4 .container2 .content .right .list_cont .list .text .des {
    color: #828282;
    line-height: 1.4;
    margin-top: 6px;
}

#index-body .init-4 .container2 .content .right .list_cont .list:hover .img_c {
    border-radius: 20px;
    background: #0370d4;
}

#index-body .init-4 .container2 .content .right .list_cont .list:hover .img_c .img img.im1 {
    display: none;
}

#index-body .init-4 .container2 .content .right .list_cont .list:hover .img_c .img img.im2 {
    display: block;
}

#index-body .init-4 .container2 .content .right .list_cont .list_2 .img_c {
    background-color: #FFF;
}

#index-body .init-4 .container2 .content .right .list_cont .list_3 .img_c {
    background-color: #fff;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}

.planSwiper1 {
    overflow: hidden;
}

.vlist {}

.vlist li {
    position: relative;
    transition: 0.5s;
}

.vlist li .img1 img {
    width: 100%;
}

.vlist li .tu a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vlist li .tu video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.vlist li:hover {}

.about_video_btn {
    display: block;
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
}

.vlist li:hover .about_video_btn {
    opacity: 1;
}

.about_video_btn .bts {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(//wm.cdn.cn86.cn/szfuwanglong/2026/06/c185e1c6f3xpgf3z.png)
}

.planSwiper1 .swiper-pagination-plan {
    position: relative;
    bottom: 0;
    margin-top: 1.4vw;
}

.planSwiper1 .swiper-pagination-plan .swiper-pagination-bullet {
    width: 85px;
    height: 5px;
    border-radius: 0;
    background: #a7a7a7;
    opacity: 1;
    margin: 0 6px;
}

.planSwiper1 .swiper-pagination-plan .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0370d4;
}

/*  */
.showwork {
    margin-top: 4.6875vw;
    margin-bottom: 4.167vw;
}

.showwork .showTab {
    text-align: right;
}

.showwork .showTab a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    margin-left: 30px;
    padding: 0 15px;
    color: #333
}

.showwork .showTab>h4 {
    float: left;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}

.showwork .showTab a.on {
    color: #fff;
    background: #0370d4;
}

.showwork .showTab a.on i {
    border-color: #00538a;
}

.showwork .showTab a.on i:before,
.showwork .showTab a.on i:after {
    top: -100%;
}

.showwork .showTabs {
    margin-top: 50px;
    height: 316px;
    overflow: hidden;
}

.showwork .showImg .bd {
    height: 316px;
    overflow: hidden;
}

.showwork .showImg {
    position: relative;
}

.showwork .showImg .next11 {
    position: absolute;
    left: 0px;
    width: 26px;
    height: 48px;
    background: url(../images/le.png) no-repeat center top;
    top: 38%;
    z-index: 99999
}

.showwork .showImg .prev11 {
    position: absolute;
    right: 0px;
    width: 26px;
    height: 48px;
    background: url(../images/re.png) no-repeat center top;
    top: 38%;
    z-index: 99999
}

.showwork .showImg .bd {
    height: 316px;
}

.showwork .showImg .bd ul {
    /* margin-right: -26px; */
}

.showwork .showImg .bd ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.showwork .showImg .bd ul li {
    float: left;
    /* width: 478px !important; */
    /* margin: 0 10px; */
    position: relative;
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
}

.showwork .showImg .bd ul li:after {
    content: "";
    position: absolute;
    background: #00538a;
    width: 100%;
    height: 1px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    bottom: 0;
    left: 0;
    transition: transform 0.7s;
    transform: scaleX(0);
    transform-origin: right;
}

.showwork .showImg .bd ul li:hover:after,
.showwork .showImg .bd ul li.on:after {
    transform: scaleX(1);
    transform-origin: left;
}

.showwork .showImg .bd ul li .pic {
    display: block;
    height: 478px;
    height: 316px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.showwork .showImg .bd ul li .pic i {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.showwork .showImg .bd ul li .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.showwork .showImg .bd ul li .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    height: 51px;
    line-height: 50px;
    padding: 0 45px 0 10px;
    color: #666666;
    position: relative;
}

.showwork .showImg .bd ul li .bt:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin-right: 15px;
    width: 18px;
    height: 2px;
    background-color: #00538a;
}

.showwork .showImg .bd ul li .bt:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 26px;
    background: url(../images/jt.png) 0 center no-repeat;
}

.showwork .showImg .bd ul li:hover .pic {
    border-color: #00538a;
}

.showwork .showImg .bd ul li:hover .pic img {
    -webkit-transform: scale(1.1) rotate(0);
    -moz-transform: scale(1.1) rotate(0);
    -o-transform: scale(1.1) rotate(0);
    transform: scale(1.1) rotate(0);
}

.showwork .showImg .bd ul li:hover .bt {
    color: #333;
}


/* news */
.box5 {
    background: #f3f4f8;
    padding: 3.65vw 0 4.69vw;
}

.xw1 {
    margin-top: 3.12vw;
}

.xw1 li {
    width: 23.48%;
}

.xw1 li .img img {
    width: 100%;
    display: block;
}

.xw1 li .det {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

.xw1 li .nr {
    padding: 26px 17px;
}

.xw1 li .wz {
    color: #111111;
    font-size: 22px;
}

.xw1 li .xhx {
    width: 39px;
    height: 2px;
    background-color: rgb(3, 112, 212);
    margin: 16px 0;
    transition: all 0.8s
}

.xw1 li .wz2 {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.xw1 li .xhx2 {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}

.xw1 li .aa {
    padding: 0 17px;
    height: 62px;
}

.xw1 li .tm {
    color: #111111;
    font-size: 16px;
}

.xw1 li .mo {
    width: 22px;
    height: 22px;
    background: url(//wm.cdn.cn86.cn/szfuwanglong/2026/06/0cbe2093ccxlz9xw.png) no-repeat center center #0370d4;
    border-radius: 50%;
}

.xw1 li:hover .wz {
    color: #0370d4;
}

.xw1 li:hover .xhx {
    width: 70px;
}

/* foot */
.footbg {
    background: #252525;
    padding-top: 4vw;
    padding-bottom: 2.864vw;
}

.footl {
    width: 25%;
}


.ft {
    color: #fff;
    font-size: 20px;
    margin-bottom: 1.5vw;
}

.footlw p {
    color: #fff;
    font-size: 16px;
    line-height: 1.625;
}

.dmore a {
    display: block;
    width: 192px;
    height: 60px;
    background-color: #0370d4;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 1.6vw;
}

.footm {
    width: 38%;
}

.footm1 {
    width: 35%;
}

.fnavlist li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 2.375;
}

.footm2 {
    flex: 1;
}

.flxlist {}

.flxlist li {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    padding: 20px 0;
}

.flxlist li .img1 {
    width: 20px;
    margin-right: 10px;
}

.flxlist li .wz {
    flex: 1;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.5;
}

.footr {
    width: 18.6%;
}

.ss-search2 {
    background: #fff;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3vw;
}

.ss-search2 #keyword {
    width: 80%;
    padding: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
}

.ss-search2 #s_btn {
    background: url(//wm.cdn.cn86.cn/szfuwanglong/2026/06/dc427aa6bc3eoleh.png) no-repeat center;
    background-size: 100% 100%;
    width: 20px;
    height: 12px;
}

.slist {
    margin-top: 3.125vw;
}

.slist li {
    margin-right: 24px;
}

.slist li:last-child {
    margin-right: 0;
}

.slist li .img1 img {
    max-width: 100%;
}

.copbg {
    background: #171717;
    padding: 25px 0;
}

.copindex {
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
}

.copindex a {
    color: rgba(255, 255, 255, .6);
}

.copl {
    float: left;
    width: 48%;
}

.copr {
    float: right;
    width: 48%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copr a {
    margin-right: 10px;
}

.copr a:last-child {
    margin-right: 0;
}

@media (max-width: 1800px) {
    #index-body .init-1 .container2 .content ul li .box .img_c .img_1 {
        height: 20vw;
    }

    #index-body .init-1 .container2 .content ul li .box .img_3 {
        height: 20vw;
    }
}

@media (max-width: 1500px) {
    .font-50 {
        font-size: 40px !important;
    }

    .font-48 {
        font-size: 38px;
    }

    .font-40 {
        font-size: 30px;
    }

    #banner .slick li .container2 .cont .left .title {
        font-size: 24px;
    }

}



@media (max-width:1440px) {
    .top1 {
        font-size: 15px;
    }

    .pc-navbar>li>a {
        font-size: 16px;
    }

    a.topmo {
        font-size: 17px;
    }

    .sybt .wz {
        font-size: 21px;
    }

    .sywhy .swiper-slide .wz {
        font-size: 21px;
    }

    .sywhy .swiper-slide .whymo1 span,
    .sywhy .swiper-slide .whymo2 span {
        font-size: 14px;
    }

    .po11 li .wz {
        font-size: 23px;
    }

    .sycpwz {
        font-size: 21px;
    }

    a.pmo {
        font-size: 17px;
    }

    .choosewz {
        font-size: 15px;
        line-height: 26px;
    }

    .chooselist li .wz {
        font-size: 21px;
    }

    .chooselist li .nmb {
        font-size: 32px;
    }

    .abtt {
        font-size: 36px;
        line-height: 42px;
        width: 78%;
    }

    .abwz {
        font-size: 16px;
        line-height: 31px;
    }

    .sysj li .wz strong {
        font-size: 49px;
    }

    .sysj li .wz {
        font-size: 24px;
    }

    .sysj li .wz2 {
        font-size: 16px;
    }

    a.amo {
        width: 148px;
        line-height: 42px;
        font-size: 15px;
    }

    .xw1 li .wz {
        font-size: 20px;
    }

    .xw1 li .tm {
        font-size: 15px;
    }

    .xw1 li .wz2 {
        font-size: 15px;
        line-height: 23px;
        height: 46px;
    }

    .flx .wz {
        font-size: 28px;
    }

    .flx .wz2 {
        font-size: 15px;
    }

    .f_nav dd,
    .flx2 .wz2 {
        font-size: 15px;
    }

    .f_nav dt,
    .flx2 .wz {
        font-size: 18px;
    }

    /* 
    .showwork .showTabs {
        height: 287px;
    }

    .showwork .showImg .bd {
        height: 287px;
    }

    .showwork .showImg .bd ul li {
        width: 434px !important;
    }

    .showwork .showImg .bd ul li .pic {
        height: 287px;
    } */
}

@media(max-width:1366px) {
    /* .showwork .showTabs {
        height: 271px;
    }

    .showwork .showImg .bd {
        height: 271px;
    }

    .showwork .showImg .bd ul li {
        width: 410px !important;
    }

    .showwork .showImg .bd ul li .pic {
        height: 271px;
    } */
}

@media (max-width:1280px) {
    .pc-navbar>li>a {
        font-size: 15px;
        padding-right: 2.1vw;
    }

    .banjt {
        width: 120px;
    }

    .banjt .prev1,
    .banjt .next1 {
        width: 46px;
        height: 46px;
    }

    .po11 li {
        width: calc(100% / 3 - 24px);
    }

    .po11 li:last-child {
        display: none;
    }

    .sywhy .swiper-slide .wz {
        font-size: 20px;
    }

    .po11 li .wz {
        font-size: 21px;
    }

    a.pmo {
        width: 226px;
        line-height: 46px;
        font-size: 16px;
    }

    .chooselist li .wz {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }

    .chooselist li .nmb {
        font-size: 30px;
    }

    .abtt {
        font-size: 31px;
        line-height: 34px;
        width: 91%;
    }

    .abwz {
        font-size: 15px;
        line-height: 26px;
    }

    .sysj li .wz strong {
        font-size: 44px;
    }

    .sysj li .wz {
        font-size: 21px;
    }

    .sysj li .wz2 {
        font-size: 14px;
    }

    .aby:before {
        left: 22px;
        bottom: 22px;
    }

    .abimg {
        margin-top: 22px;
        margin-right: 22px;
    }

    .aboutz {
        margin-top: 22px;
    }

    .xw1 li {
        width: 49%;
    }

    .xw1 li:nth-child(n+3) {
        margin-top: 25px;
    }

    .f_nav {
        display: none;
    }

    .fota {
        width: 65%;
    }

    .fotc {
        width: 30%;
    }

    .flx .wz {
        font-size: 26px;
        margin: 35px 0 18px;
    }

    .f_nav dt,
    .flx2 .wz {
        margin-bottom: 13px;
    }

    .f_nav dd,
    .flx2 .wz2 {
        line-height: 25px;
    }

    .sybt .wz {
        font-size: 20px;
    }

    .sycpwz {
        font-size: 20px;
    }

    /* .showwork .showTabs {
        height: 253px;
    }

    .showwork .showImg .bd {
        height: 253px;
    }

    .showwork .showImg .bd ul li {
        width: 383px !important;
    }

    .showwork .showImg .bd ul li .pic {
        height: 253px;
    } */
}

@media (max-width: 1250px) {
    #banner .slick li .container2 .cont .left {
        width: 60%;
    }

    #banner .slick li .container2 .cont .right {
        width: 40%;
    }

    #index-body .init-3 .container2 .left {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #index-body .init-3 .container2 .left .title_2 {
        max-width: 100%;
    }

    #index-body .init-3 .container2 .right {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 60px;
    }

    #index-body .init-4 .container2 .content .left {
        display: none;
    }

    #index-body .init-4 .container2 .content .right {
        width: 100%;
        padding: 0;
    }

    #index-body .init-5 .container2 .content .slick li .box .img {
        height: 200px;
    }

}

@media(max-width:1200px) {
    /* .showwork .showTabs {
        height: 237px;
    }

    .showwork .showImg .bd {
        height: 237px;
    }

    .showwork .showImg .bd ul li {
        width: 358px !important;
    }

    .showwork .showImg .bd ul li .pic {
        height: 237px;
    } */
}

@media(max-width:1100px) {
    /* .showwork .showTabs {
        height: 218px;
    }

    .showwork .showImg .bd {
        height: 218px;
    }

    .showwork .showImg .bd ul li {
        width: 330px !important;
    }

    .showwork .showImg .bd ul li .pic {
        height: 218px;
    } */

}

@media (max-width: 1000px) {

    #banner .slick li .container2 .cont .right {
        display: none;
    }

    #banner .slick li .container2 .cont .left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #banner .btn2 {
        display: none !important;
    }

    #banner .bottom_c {
        display: none;
    }

    #index-body .init-1 .container2 .content ul li .box .img_c .text_c {
        padding: 10px;
    }

    #index-body .init-1 .container2 .content {
        margin: 0 -10px;
    }

    #index-body .init-1 .container2 .content ul li {
        padding: 0 10px;
    }

    #index-body .init-1 .container2 .content ul li .box .img_c .img_2 {
        width: 100px;
        height: 20px;
        margin-top: 10px;
    }

    #index-body .init-2 .container2 .title_c .left {
        width: 100%;
        text-align: center;
    }

    #index-body .init-2 .container2 .title_c .left .line {
        display: none;
    }

    #index-body .init-2 .container2 .title_c .left .text1 {
        padding: 0;
        width: 100%;
    }

    #index-body .init-2 .container2 .title_c .left .text2 {
        padding: 0;
        width: 100%;
    }

    #index-body .init-2 .container2 .title_c .right {
        margin: 20px auto 0;
        display: block;
    }

    #index-body .init-4 .container2 .title_c .text1 {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #index-body .init-4 .container2 .title_c .line {
        display: none;
    }

    #index-body .init-4 .container2 .title_c .text2 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #index-body .init-4 .container2 .content {
        margin-top: 20px;
    }

    #index-body .init-4 .container2 .content .right .tips {
        text-align: center;
    }

    #index-body .init-4 .container2 .content .right .tips_des {
        text-align: center;
    }

    #index-body .init-5 .container2 .content .slick {
        margin: 0 -5px;
        text-align: center;
    }

    #index-body .init-5 .container2 .content .slick li {
        padding: 0 5px;
    }

    #index-body .init-5 .container2 .content .slick li .box .cont {
        padding: 10px 5px;
    }

    .appbg {
        padding: 40px 0;
    }

    .appsort li a {
        font-size: 14px;
    }

    .appwz .wz {
        position: relative;
        border-radius: 0;
        flex-wrap: wrap;
        padding: 20px;
        width: 100%;
        bottom: 0;
        margin-top: 20px;
    }

    .appwz .wz .wza {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }

    .showwork .showTab a {
        margin-left: 10px;
        padding: 0 10px;
    }

    /* .showwork .showTabs {
        height: 192px;
    }

    .showwork .showImg .bd {
        height: 192px;
    }

    .showwork .showImg .bd ul li {
        width: 290px !important;
    }

    .showwork .showImg .bd ul li .pic {
        height: 192px;
    } */

}

@media (max-width: 768px) {
    .sywhy .swiper-slide .wz {
        font-size: 16px;
    }

    .sybt .wz {
        font-size: 18px;
    }

    .po11 li .wz {
        font-size: 18px;
    }

    .sycpwz {
        font-size: 19px;
    }

    .chooselist li .det {
        padding: 25px 20px;
    }

    .chooselist li .img {
        width: 50px;
    }

    .chooselist li .img img {
        width: 100%;
        display: block;
    }

    .chooselist li .wz {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        margin: 20px 0;
    }

    .chooselist li .nmb {
        font-size: 27px;
    }

    .chooselist li+li {
        margin-top: 11px;
    }

    .aboutz {
        width: 100%;
        margin-top: 0;
    }

    .aby {
        width: 100%;
        margin-top: 25px;
    }

    .fotc {
        width: 45%;
    }

    .fota {
        width: 51%;
    }

    .appsort {
        margin: 15px 0;
        flex-wrap: wrap;
    }

    .appsort li {
        width: 50%;
        text-align: left;
        margin-bottom: 2%;
    }

    .appsort li a {
        padding: 10px 0;
    }

    .appwz .wz .wza {
        margin-top: 0;
    }

    .appwz .wz .wzb {
        margin-top: 10px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    #index-body .init-3 .container2 .right .des p {
        font-size: 14px;
    }

    /* .showwork .showTabs {
        height: 116px;
    }

    .showwork .showImg .bd {
        height: 116px;
    }

    .showwork .showImg .bd ul li {
        width: 175px !important;
    }

    .showwork .showImg .bd ul li .pic {
        height: 116px;
    } */

}

@media (max-width: 700px) {
    .phone_hide {
        display: none;
    }

    #banner .slick li .container2 .cont .left .des {
        display: none;
    }

    #index-body .init-3 {
        background-image: none !important;
        background-color: #333;
    }

    #index-body .init-3 .container2 .left .list_cont {
        display: none;
    }

    #index-body .init-4 .container2 .content .right .list_cont .list {
        text-align: center;
    }

    #index-body .init-4 .container2 .content .right .list_cont .list {
        margin-top: 20px;
    }

    #index-body .init-4 .container2 .content .right .list_cont .list .text {

        padding: 0;
        width: calc(100% - 86px);
        padding-left: 10px;
    }

    #index-body .init-4 .container2 .content .right .list_cont .list .text .title {
        text-align: left;
    }

    #index-body .init-4 .container2 .content .right .list_cont .list .text .des {
        font-size: 14px;
        text-align: left;
    }

    .showwork .showTab {
        text-align: left;
    }

    .showwork .showTab>h4 {
        font-size: 24px;
        float: none;
        margin-bottom: 20px;
    }

    .showwork .showTab a {
        font-size: 13px;
        margin-left: 5px;
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
    }

    .showwork .showImg .bd ul {
        margin-right: 0;
    }



}


@media (max-width:640px) {
    .banjt {
        width: 90px;
    }

    .banjt .prev1,
    .banjt .next1 {
        width: 36px;
        height: 36px;
    }

    .box1,
    .box3,
    .box4,
    .box5 {
        padding: 35px 0;
    }

    .sybt .wz {
        font-size: 16px;
    }

    .sybt .wz2 {
        font-size: 25px;
        margin: 8px 0;
    }

    .bthx {
        width: 40px;
        height: 2px;
    }

    .sywhy {
        margin-top: 20px;
    }

    .sywhy .swiper-slide .det {
        padding: 40px 15px;
    }

    .sywhy .swiper-slide .nr {
        width: 60%;
    }

    .sywhy .swiper-slide .whymo1 span,
    .sywhy .swiper-slide .whymo2 span {
        font-size: 13px;
        padding: 0 18px;
        line-height: 28px;
    }

    .sywhy .swiper-slide .whymo1 {
        margin: 10px 0;
    }

    .whyjt {
        margin-top: 20px;
        width: 138px;
    }

    .whyjt .swiper-pagination2 {
        font-size: 16px;
    }

    .whyjt .prev2,
    .whyjt .next2 {
        width: 36px;
        height: 36px;
    }

    .po11 {
        margin: 0 -6px;
        margin-top: 20px;
    }

    .po11 li {
        width: calc(100% / 2 - 12px);
        margin: 6px;
        border-radius: 18px;
        padding: 20px 15px 30px;
    }

    .po11 li .wz {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .po11 li .mo {
        width: 116px;
        line-height: 30px;
        font-size: 14px;
    }

    .po11 li:last-child {
        display: block;
    }

    .sycpwz {
        font-size: 17px;
        margin-top: 20px;
    }

    a.pmo {
        width: 206px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 15px;
    }

    .box3 {}

    .choosez {
        width: 100%;
    }

    .chooselist {
        width: 100%;
        margin-top: 10px;
    }

    .chooselist li {
        margin-top: 15px;
    }

    .chooselist li+li {
        margin-top: 15px;
    }

    .chooselist li .wz {
        font-size: 14px;
    }

    .chooselist li .nmb {
        font-size: 24px;
    }

    .abtt {
        font-size: 22px;
        width: 100%;
        line-height: 25px;
    }

    .abhx {
        width: 36px;
        margin: 10px 0;
    }

    .sysj {
        width: 100%;
    }

    .sysj li {
        text-align: left;
        margin: 10px 0;
    }

    .sysj li .wz strong {
        font-size: 30px;
    }

    .sysj li .wz {
        font-size: 15px;
    }

    .sysj li .wz2 {
        font-size: 14px;
        line-height: 18px;
    }

    a.amo {
        width: 137px;
        line-height: 36px;
        font-size: 14px;
    }

    .xw1 {
        margin-top: 20px;
    }

    .xw1 li {
        width: 100%;
    }

    .xw1 li:nth-child(n+2) {
        margin-top: 25px;
    }

    .xw1 li .wz {
        font-size: 18px;
    }

    .xw1 li .aa {
        height: 50px;
    }

    .fota {
        width: 100%;
    }

    .flx .wz {
        font-size: 24px;
        margin: 15px 0 10px;
    }

    .flx .wz2 {
        font-size: 15px;
        line-height: 24px;
    }

    .fotc {
        width: 100%;
        margin-top: 20px;
    }

    .foot {
        padding: 30px 0;
    }

    .bq {
        font-size: 14px;
    }

    .showwork .showTabs {

        margin-top: 20px;
    }

    .showwork .showImg .bd {
        height: 110px;
    }

    .showwork .showImg .bd ul li {
        width: calc((100% / 2) - 20px);
    }

    .showwork .showTabs {
        height: 120px;
    }

    .showwork .showImg .bd ul li .pic {
        height: 110px;
    }

}



@media (max-width: 500px) {
    .pt-110 {
        padding-top: 40px !important;
    }

    .pb-110 {
        padding-bottom: 40px !important;
    }

    .pt-100 {
        padding-top: 40px !important;
    }

    .pb-100 {
        padding-bottom: 40px !important;
    }

    .pt-90 {
        padding-top: 40px !important;
    }

    .pb-90 {
        padding-bottom: 40px !important;
    }

    .font-50 {
        font-size: 24px !important;
        line-height: 1.8;
    }

    .font-48 {
        font-size: 24px !important;
        line-height: 1.8;
    }

    .font-40 {
        font-size: 24px !important;
        line-height: 1.8;
    }

    .font-38 {
        font-size: 24px !important;
        line-height: 1.8;
    }

    .font-32 {
        font-size: 24px !important;
        line-height: 1.8;
    }

    .font-24 {
        font-size: 16px !important;
        line-height: 1.8;
    }

    .font-20 {
        font-size: 18px !important;
    }

    .font-18 {
        font-size: 16px !important;
        line-height: 2;
    }

    #banner .slick {
        height: 280px;
    }

    #banner .slick li .container2 .cont .left .title {
        font-size: 18px;
    }

    #banner .slick li .container2 .cont .left .more_c {
        margin-top: 20px;
    }

    #banner .slick li .container2 .cont .left .more_c .more {
        padding: 4px 10px;
        font-size: 14px;
    }

    #banner .slick li .container2 .cont .left .more_c .more_2 {
        margin-left: 10px;
    }

    #index-body .init-2 .container2 .content {
        margin-top: 30px;
    }

    #index-body .init-2 .container2 .content ul {
        border: none;
    }

    #index-body .init-2 .container2 .content ul li .box {
        padding-bottom: 30px;
        margin-left: 0;
    }

    #index-body .init-2 .container2 .content ul li .box .img {}

    #index-body .init-2 .container2 .content ul li .box .more {
        top: 0;
        opacity: 1;
        margin-top: 20px;
    }

    #index-body .init-3 .container2 .left .title_2 {
        line-height: 1.8;
    }

    #index-body .init-3 .container2 .right {
        margin-top: 20px;
    }

    #index-body .init-4 .container2 .content .right {
        margin-top: 0;
    }

    #index-body .init-4 .container2 .content .right .tips {
        line-height: 1.8;
    }

    #index-body .init-4 .container2 .content .right .list_cont .list .text .des {}

    #index-body .init-5 .container2 .content .slick li .box .img {
        height: 66vw;
    }

}


/*产品内页*/
.cpbj{background: #f5f5f5;padding-top: 4.2vw;}
.wmy-left {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.wmy-left .left-title{color: #222222;font-size: 24px;padding: 10px 0 32px;}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 26.7%;
        margin-right: 48px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 30px 47px;
}

.product-cate.cate-list .list-title{border:none;padding-left: 1.4vw; border-bottom: 1px solid rgba(225,221,221,.5);color: #333333;font-size: 15px;line-height: 48px;font-weight: normal;}
.product-cate.cate-list{border:none;}
.product-cate.cate-list .category span{background: url(//wm.cdn.cn86.cn/szlaiyinzhin/2026/05/f499b2f7dfc5e4jt.png) center no-repeat;}
.product-cate.cate-list .active {
  background: #0370d4;color: #fff;
}
.product-cate.cate-list .category:hover .list-title {
  background: #0370d4;color: #fff;
}
.sou1 #formsearch{}
.sou1 #formsearch input{height:55px;background-color: #f5f5f5;border:none;line-height:55px;outline: none;}
.sou1 #formsearch input#keyword{height:55px;line-height:55px;padding-left:27px;color:#555555;font-size: 15px;width: calc(100% - 200px);}
.sou1 #formsearch input#s_btn{width: 200px;height: 55px;background-color: #0370d4;line-height:55px;text-align:center;color:#fff;border:none;cursor:pointer;font-size: 15px;}
.sou1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555555;
}
.sou1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555555;
}
.sou1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555555;
}
.sou1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555555;
}

.product-list{margin-top: 2.8vw;}

.more3{display: inline-block;background: #0370d4;color: #fff;text-align: center;padding:10px 20px;margin-top: 10px;width: 166px;}


.miao1{font-size: 12px;text-align: left;padding: 0 5px;line-height: 20px;}

@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }
    .nei-page-wrap {
        padding-bottom: 40px;
    }
    .footbg{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .footl,
    .footm,
    .footr{
        width: 100%;
    }
    .footlw p{
        font-size: 14px;
    }
    .dmore a{
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .footm1{
        display: none;
    }
    .footm2{
        width: 100%;
        flex: auto;
        margin-top: 15px;
    }
    .flxlist li .wz{
        font-size: 13px;
    }
    .footr{
        margin-top: 15px;
    }
    .ss-search2{
        padding: 15px 10px;
    }
    .ss-search2 #keyword{
        font-size: 14px;
    }
    .copbg{
        padding-bottom: 30%;
    }
    .copindex{
        font-size: 13px;
    }
    .copl{
        width: 100%;
        float: none;
        text-align: center;
    }
    .copr{
        width: 100%;
        float: none;
        text-align: center;
        display: block;
    }
}

@media(max-width: 640px){
    .wmy-right{padding: 20px 15px;}
    .sou1 #formsearch input#s_btn{width: 100px;height: 42px;line-height: 42px;font-size: 14px;}
    .sou1 #formsearch input#keyword{font-size: 14px;padding-left: 15px;width: calc(100% - 100px);height: 42px;line-height: 42px;}
    .product-list{margin-top: 20px;}
    .product-list .content .list .cont .product-title{font-size: 14px;line-height: 24px;height: 48px;}
    .more2{width: 80%;margin:0 auto;height: 38px;line-height: 38px;font-size: 14px;}
    .xin1{margin-top: 0;}
    .box2{margin: 10px 0;}
    .news_wap .tabli li{font-size: 16px;margin-right: 15px;}
    .news_wap .tabli li:last-child{margin-right: 0;}
    .news_tit{margin-top: 0;}
    .news_wap_left,.news_wap .tab_1 .n2{margin-top: 20px;}
    .news_wap .tab_1 .n2 li a,.news_nr h3 a{font-size: 16px;}
    .news_wap_right .news_list_3 li .time .shi1{font-size: 35px;}
    .news_nr{padding-left: 0;width: calc(100% - 70px);}
    .news_wap_right .news_list_3 li{padding-bottom: 10px;}
    .news_nr span{line-height: 22px;}
}
