.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;
    }
}



/*  */
.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.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.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.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -o-transform:scale(1.05);-ms-transform:scale(1.05);}

.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;}

a{transition: color .3s ease-out;}

.max1740{
    max-width: 90.625%;
    margin: 0 auto;
}
.max1460{
    max-width: 1460px;
    margin: 0 auto;
    width: 92%;
}
.max1340 {
    max-width: 1340px;
    margin: 0 auto;
    width: 92%;
}
.mb60{
    margin-bottom: 60px;
}
.mb50{
    margin-bottom: 50px;
}



/* top-header */
.top-header{
    position: relative;
    background: #f1f1f1;
    padding: 15px 0;
    color: #c1c1c1;
}

.header-share {
   position: relative;
}
.header-share a {
    margin-right: 25px;
    transition: all .3s;
    display: block;
}
.header-share a img {
    display: block;
    max-width: 30px;
}
.header-share a:hover {
    opacity: 1;
}

.top-middle {
    position: relative;background-color: #5793f7;
}
.scroll_to_top2{display: none;}

.top-mid-flex {
    height: 100px;
}
.search-g-box2 {
    position: relative;
    margin-right: 10px;
}
.search-g-box2 form {
   position: relative;
   background-color: #f9f9f9;
   border: 1px solid rgba(221, 221, 221, 1);
   border-radius: 0px;
   width: 360px;
}
.search-g-box2 form input{
    font-size: 0;
    height: 36px;
    line-height: 36px;
    outline: none !important;
    border: none !important;
    padding: 0px;
    margin: 0;
}
.search-g-box2 form #keyword {
    padding-left: 15px;
    width: calc(100% - 60px);
    color: #999;font-weight: bold;
    font-size: 14px;
}
.search-g-box2 form #s_btn {
    width: 60px;
    background: url(//wm.cdn.cn86.cn/fsnanhailljx/2026/08/6cf32662e0mi70bl.png) no-repeat center;
}
.search-g-box2 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
.search-g-box2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
}
.search-g-box2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
}
.search-g-box2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}



.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
    max-height: 80px;
}



/* banner */
.hm-banner{
    position: relative;
}
.hm-banner .swiper-slide{
    position: relative;
}
.hm-banner .swiper-slide a{
    display: block;
}
.hm-banner .swiper-slide a img{
    display: block;
    width: 100%;
}
.hm-banner .swiper-pagination2{
    bottom: 3%;
}
.hm-banner .swiper-pagination2 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 10px!important;opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid transparent;
}
.hm-banner .swiper-pagination2 .swiper-pagination-bullet-active{
    border-color: #000000;
}



/* hm-outdoor */

.hm-outdoor {
    background: rgba(243, 243, 243, 1);
    padding: 3.125vw 0;
}

.hm-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #111111;
}

.outdoor-list {
    margin-top: 2vw;
}

.outdoor-list li {
    width: 49.25%;
}

.outdoor-list li .img img {
    width: 100%;
}

.outdoor-list li .wz {
    background: #fff;
    padding: 1.5vw 1.5625vw 2vw;
}

.outdoor-list li .wz .wza {
    font-size: 1.25vw;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.outdoor-list li .wz .wzb {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
    display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;
}

.outdoor-list li .wz .wzc {
    width: 175px;
    height: 42px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(65, 135, 248, 1) 0%, rgba(10, 208, 197, 1) 100%);
    text-align: center;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1.4vw;
}

/**/
.box1{background: url(//wm.cdn.cn86.cn/fsnanhailljx/2026/08/e2d7e0aee9sjj53k.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding: 4.7% 0 7%;}
.bt11{color: #070707;font-size: 18px;text-align: center;margin-top: 2vw;font-weight: bold;}
.lc{margin-top: 4.4vw;text-align: center;}
.lc li .img2{display: none;}
.lc li:hover .img1{display: none;}
.lc li:hover .img2{display: inline-block;}
.flex22{display: flex;justify-content: space-between;flex-wrap:wrap;display: -webkit-flex;}
.lct{color: #222222;font-size: 19px;line-height: 1.3157;margin-top: 18px;}
.lc li img{max-width: 106px;}








/* hm-hengtu */

.hm-hengtu {
    overflow: hidden;
}

.hm-hengtu img {
    width: 100%;
}


/* hm-about */

.hm-about {
    margin-top: 3.125vw;
    align-items: center;
}

.abl {
    position: relative;
    overflow: hidden;
    width: 54.61%;
}

.abl img {
    width: 100%;
}

.abr {
    position: relative;
    width: 40.38%;
}

.abr .at1 {
    font-size: 18px;
    color: rgba(65, 149, 250, 1)
}

.abr .at2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: rgba(0, 0, 0, 1);
    width: 65%;
    margin: 10px 0;
}

.abr .aw {
    margin-top: 1vw;
}

.abr .aw p {
    font-size: 14px;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
}

.abr .amore {
    width: 175px;
    height: 42px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(65, 135, 248, 1) 0%, rgba(10, 208, 197, 1) 100%);
    text-align: center;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 2vw;
}

.abr .amore a {
    display: block;
    color: #fff;
}


/* hm-product */

.hm-product {
    margin-top: 30px;
}
.pbt{text-align: center;color: #111111;font-weight: bold;font-size: 16px;}
.hm-product .hm-title {
    line-height: 38px;font-size: 34px;
}
.pbt{color: #111111;font-size: 16px;text-align: center;font-weight: bold;}

.psort {
    justify-content: center;
    margin-top: 2.86vw;
    margin-bottom: 2vw;
}

.psort li {
    width: 14.2%;
    background: rgba(229, 229, 229, 1);
    margin: 0 0.5%;
}

.psort li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    line-height: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.psort li:hover {
    background: rgba(65, 134, 248, 1);
}

.psort li:hover a {
    color: #fff !important;
}

.pro-roll {
    position: relative;
    overflow: hidden;
}

.pp1 {
    position: absolute;
    background: url(//wm.cdn.cn86.cn/fsnanhailljx/2026/08/4335e527ea4mkoxr.png) no-repeat top center;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 999;
    outline: none;
}

.pp2 {
    position: absolute;
    background: url(//wm.cdn.cn86.cn/fsnanhailljx/2026/08/797163472fo7cnsa.png) no-repeat top center;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 999;
    outline: none;
}

.proSwiper {
    overflow: hidden;
    width: 91.78%;
    margin: 0 auto;
    margin-top: 34px;
}

.proSwiper .swiper-slide a {
    display: block;
    background: rgba(243, 243, 243, 1);
}

.proSwiper .swiper-slide .img1 {
    padding-bottom: 0;
}

.proSwiper .swiper-slide .img1 img {
    width: 100%;
}

.proSwiper .swiper-slide .wz {
    padding: 5px 15px;
    padding-bottom: 20px;
}

.proSwiper .swiper-slide .wz .wza {
    font-size: 16px;
    font-weight: 400;
    line-height:1.2;
    color:#111111;font-weight: bold;
    text-align: center;
    margin: 1vw 0;
    min-height: calc(1.2em * 3);
}

.proSwiper .swiper-slide .wz .wzb {
    border-top: 1px solid rgba(51, 51, 51, .1);
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding-top: 1vw;font-weight: bold;
}

.proSwiper .swiper-slide:hover .wz {
    background: #4086f8;
}

.proSwiper .swiper-slide:hover .wz .wza {
    color: #fff;
}

.proSwiper .swiper-slide:hover .wz .wzb {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.pmore {
    width: 175px;
    height: 42px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(65, 135, 248, 1) 0%, rgba(10, 208, 197, 1) 100%);
    text-align: center;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 2.6vw;
}

.pmore a {
    display: block;
    color: #fff;
}





.box2 {
    padding: 57px 0 30px;overflow: hidden;
}


.flex_a{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}

.ab_con {
    margin-top: 45px;
}

.ab_1 {
    width: 50%;
}

.ab_1 img {
    width: 100%;
}

.ab_2 {
    width: 46.48%;
}

.ab_2 h2 {
    font-size: 2.5vw;
    font-weight: 600;
    letter-spacing: 0px;
    color: #4086f8;
}

.ab_2 h3 {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 20px;
}

.ab_2 h3 p{
    margin-bottom: 0px;
}

.morea {
    width: 143px;
    height: 44px;
    background-color: #2866a6;
    margin-top: 3vw;
    text-align: center;
}

.morea a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ffffff;
    background-image: linear-gradient(-90deg, 
        #0bd0c6 0%, 
        #23b0dd 50%, 
        #329dea 76%, 
        #408af7 100%), 
    linear-gradient(
        #2866a6, 
        #2866a6);
    background-blend-mode: normal, 
        normal;
}
.morea a:hover{
    color: #fff!important;
    background-color: var(--main-theme-color);
}

.ab_ll {
    margin-top: 35px;
}

.ab_ll li {
    width: 24.5%;
}

.ab_ll li a.img {
    display: block;
}

.ab_ll li a.img img {
    width: 100%;
}

@media (max-width: 1440px) {
    .ab_2 h2 {
        font-size: 36px;
    }
}

@media (max-width: 1200px) {
    .ab_1 {
        width: 100%;
    }

    .ab_2 {
        width: 100%;margin-top: 20px;
    }

    .ab_2 h3 {
        margin-top: 15px;
    }
}

@media (max-width: 990px) {
    .ab_ll li {
        width: 48.5%;
        margin-bottom: 10px;
    }
    .ab_con{
        margin-top: 15px;
    }


}



/* hm-hengtu2 */

.hm-hengtu2 {
    margin-top: 2.6vw;
}


/* hm-solutions */

.hm-solutions {
    background: rgba(243, 243, 243, 1);
    padding: 4.167vw 0;
}

.slist1 {
    margin-top: 2.6vw;
}

.slist1 li{
    position: relative;
}

.slist1 li:nth-child(even) a{
    flex-direction: row-reverse;
}

.slist1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.slist1 li a .img {
    width: 50%;
}

.slist1 li a .img img {
    width: 100%;
}

.slist1 li a .wz {
    width: 50%;
    padding: 1vw 2.6vw;
}

.slist1 li a .wz .wza {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    color: rgba(0, 0, 0, 1);
}

.slist1 li a .wz .wzb {
    font-size: 14px;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
    margin-top: 1.3vw;
}

.slist1 li a .wz .wzb p {
    text-wrap: wrap;
}

.slist1 li a .wz .wzc {
    width: 175px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    text-align: center;
    background: linear-gradient(90deg, rgba(65, 135, 248, 1) 0%, rgba(10, 208, 197, 1) 100%);
    color: #fff;
    margin-top: 1vw;
}


/* hm-news */

.hm-news {
    background-color: #f3f3f3;
    padding:2.6vw 0 3.125vw 0;
}
.hm-news .hm-title{font-size: 32px;}

.nlist1 {
    margin-top: 2.864vw;
}

.nlist1 li {
    width: 23.88%;
}

.nlist1 li .img img {
    width: 100%;
}

.nlist1 li .wz {
    padding: 1vw 0;
}

.nlist1 li .wz .wza {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nlist1 li .wz .wzb {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}

.nmore {
    width: 175px;
    height: 42px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(65, 135, 248, 1) 0%, rgba(10, 208, 197, 1) 100%);
    margin: 0 auto;
    margin-top: 1vw;
}

.nmore a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 42px;
}



/* foot */
.foot p{margin-bottom: 0;}
.foot {
    background: #212528;
    padding-top: 13px;
}

.flogo {
    text-align: center;
}

.flogo img {
    max-width: 100%;
    max-height:93px;
}

.message-index {
    margin-top:10px;
}

.message-index .ms1 {
    width: 26%;
    height: 38px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 36px;
    margin: 0 10px;
}

.message-index .ms1 input {
    color: rgba(255, 255, 255, 1);
    width: 100%;
    text-indent: 1em;font-weight: bold;font-size: 14px;
}

.message-index .ms1 ::placeholder {
    color: rgba(255, 255, 255, 1);
}

.message-index .ms1 textarea {
    height: 38px;
    line-height: 32px;
    overflow: hidden;
    width: 100%;
    text-indent: 1em;
}

.message-index .ms1 textarea::placeholder {
    color: #fff;
}
.message-index .ms1 input::placeholder {
    color: #fff;
}

.tijiao {
    width: 176px;
    height: 42px;
    border-radius: 2px;
   background-image: linear-gradient(-90deg, 
        #0bd0c6 0%, 
        #23b0dd 50%, 
        #329dea 76%, 
        #408af7 100%), 
    linear-gradient(
        #4187f7, 
        #4187f7);
    background-blend-mode: normal, 
        normal;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    margin-top: 15px;
}

.tijiao button {
    padding: 0;
}

.tijiao span {
    color: #fff;
}

.lx-foot {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 1.667vw;
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
}

.ft-bt {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1vw;
}



.fnavlist a {
    display: block;
    color: rgba(255, 255, 255, .7);
    line-height: 32px;
    font-size: 16px;font-weight: bold;
}



.lx4 p {
    color: rgba(255, 255, 255, .7);
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.cop-index {
    padding: 1.5625vw 0;
    text-align: center;
    font-size: 16px;font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
}
.cop-index a {
    color: rgba(255, 255, 255, 0.7);
}
.foot a:hover{color: #fff;}



@media(max-width: 1600px){
    .outdoor-list li .wz .wzb{font-size: 14px;}
    .lct{font-size: 17px;}
}

@media(max-width: 1400px){
    .outdoor-list li .wz .wza{font-size: 18px;}
}

@media(max-width:1280px) {
    .hm-title {
        font-size: 26px;
    }
    .hm-news .hm-title{font-size: 28px;}
    .abr .at2 {
        font-size: 26px;
    }
    .lc li img{max-width: 86px;}
    .lct{font-size: 15px;}
    .cop-index{font-size: 14px;}
}

@media(max-width:1024px) {
    .fnavlist a {
        font-size: 12px;
    }
    .lx4 p {
        font-size: 12px;
    }
    .pbt{font-size: 14px;}
    .bt11{font-size: 16px;}
}

@media(max-width:768px) {
    .lc li{width: 11%;}
    .lc li img{max-width: 100%;}
    .lct{font-size: 13px;margin-top: 13px;}
    .top-mid-flex{
        height: 70px;
    }
    .outdoor-list{
        margin-top: 20px;
    }
   
    .hm-outdoor {
        padding: 40px 0;
    }
    .hm-title {
        font-size: 24px;
    }
    .hm-news .hm-title{font-size: 26px;}
    .alist1 {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .alist1 li {
        width: 100%;
        margin-top: 10px;
    }
    .alist1 li .wz {
        padding: 20px 10px;
    }
    .alist1 li .wz .wzc {
        margin-top: 10px;
    }
    .hm-about {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .abl {
        width: 100%;
    }
    .abr {
        width: 100%;
        margin-top: 20px;
    }
    .abr .at2 {
        font-size: 20px;
        width: 100%;
        line-height: 24px;
    }
    .abr .aw {
        margin-top: 10px;
    }
    .abr .amore {
        margin-top: 10px;
    }

    .hm-product {
        margin-top: 40px;
    }
    .hm-product .hm-title {
        line-height: 24px;
        font-size: 20px;
    }
    .psort {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .psort li {
        width: 30.333%;
        margin: 0 1.5%;
        margin-bottom: 3%;
    }
    .psort li a {
        font-size: 14px;
        line-height: 40px;
    }
    .proSwiper .swiper-slide .wz .wza {
        padding: 15px 0;
    }
    .proSwiper .swiper-slide .wz .wzb {
        padding-top: 15px;
    }
    .pmore {
        margin-top: 10px;
    }

    .hm-hengtu2 {
        margin-top: 40px;
    }
    .hm-solutions {
        padding: 40px 0;
    }
    .slist1 {
        margin-top: 20px;
    }
    .slist1 li a {
        flex-wrap: wrap;
    }
    .slist1 li a .img {
        width: 100%;
    }
    .slist1 li a .wz {
        width: 100%;
        margin-top: 20px;
        padding: 20px 10px;
    }
    .slist1 li a .wz .wzb {
        margin-top: 10px;
    }
    .slist1 li a .wz .wzc {
        margin-top: 10px;
    }
    .slist1 li:nth-of-type(2n) {
        margin-top: 20px;
    }
    .slist1 li:nth-of-type(2n) a {
        flex-direction: column-reverse;
    }
    .hm-news {
        padding: 40px 0;
    }
    .nlist1 {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .nlist1 li {
        width: 100%;
        margin-bottom: 20px;
    }
    .nlist1 li .wz {
        padding: 20px 0;
    }
    .nmore {
        margin-top: 0;
    }
    .foot {
        padding-top: 40px;
        margin-bottom: 70px;
    }
    .message-index {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .message-index .ms1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .lx-index {
        margin-top: 20px;
        padding: 20px 0;
    }
    .ft-bt {
        margin-bottom: 10px;
    }
    .lx4 {
        width: 100%;
    }
    .cop-index {
        padding: 20px 0;
        line-height: 24px;
        font-size: 14px;
    }
    .cop-index a {
        font-size: 14px;
    }
    .language-group .btn{font-size: 14px;}
}

@media(max-width: 640px){
    .outdoor-list li{width: 100%;margin-bottom: 20px;}
    .outdoor-list li .wz{padding: 15px;}
    .outdoor-list li .wz .wzb{display: block;}
    .outdoor-list li .wz .wzc{margin-top: 15px;width: 150px;height: 40px;line-height: 40px;}
    .box1{padding: 30px 0;}
    .bt11{font-size: 15px;line-height: 1.3;}
    .lc li{width: 24%;margin-bottom: 13px;}
    .lc li img{max-width: 80%;}
    .lct{margin-top: 7px;font-size: 12px;}
    .hm-title{font-size: 22px;}
    .hm-news .hm-title{font-size: 24px;}
    .proSwiper .swiper-slide .wz .wza{font-size: 14px;}
    .pmore{margin-top: 24px;}
    .box2{padding: 30px 0;}
    .ab_2 h2{font-size: 30px;}
    .morea{margin-top: 25px;}
    .foot{padding-top: 20px;}
    .flogo img{max-height: 70px;}
    .lx-foot{margin-top: 20px;}
}