@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* border: 0; */
}

ul {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #000;
    background: #ffffff;
    font: .16rem arial, 'Microsoft YaHei', sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 12px;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #3FA597;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.text-upp {
    text-transform: uppercase;
}

.swiper-container {
    padding-bottom: 2em;
}
.swiper-container .swiper-pagination {
    bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
    width: .8em;
    height: .8em;
    margin: 0 4px;
}
.swiper-pagination-bullet-active {
    background: #3FA597;
}
.swiper-slide-block {
    opacity: 0;
}

.top {
    background-color: #EDEDED;
    width: 100%;
    font-size: .12rem;
    color: #4D4D4D;
    height: .4rem;
}

.top a {
    margin-left: .4rem;
    padding-left: .25rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.top .in {
    background-image: url(../images/icon1.png);
    background-size: .16rem;
}

.top .up {
    background-image: url(../images/icon2.png);
    background-size: .16rem;
}

.top .us {
    background-image: url(../images/icon3.png);
    background-size: .2rem;
}

.top .shoping {
    background-image: url(../images/icon4.png);
    background-size: .18rem;
}

.top .back {
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
    padding: 0 1em 0 3em;
    background: #3fa597;
    margin: 0;
    background-image: url("../images/back.png");
    background-repeat: no-repeat;
    background-position: .8em center;
    background-size: 1.6em;
}

.header {
    height: 1.25rem;
    background: #ffffff;
}

.header .logo {
    height: .5rem;
    max-width: 50%;
}

.header .logo .logo-img {
    height: 100%;
    /* margin-right: .15rem; */
    max-width: 100%;
    object-fit: contain;
}

.header .logo .logo-txt {
    height: .23rem;
}

.header .logo .txt {
    font-size: .1rem;
    margin-top: .06rem;
}

.search-content {
    width: 6.45rem;
    height: .7rem;
    border: 2px #3FA597 solid;
}

.search-content>input[type='text'] {
    width: 100%;
    padding: 0 .2rem;
    font-size: .18rem;
    border: 0;
}

.search-content>input[type='submit'] {
    background: #3FA597 url(../images/search.svg)no-repeat .4rem center;
    color: #FFF;
    padding: 0 .4rem 0 .7rem;
    background-size: .22rem;
    font-size: .18rem;
    border: 0;
}

.search-content button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    color: #fff;
    padding: 0 .4rem;
    background: #3FA597;
    border: 0;
}
.search-content button::before{
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/search.svg) no-repeat center;
    background-size: contain;
    margin-right: .4em;
}

.select-wrapper {
    font-size: .15rem;
    width: 1.25rem;
    height: calc(.7rem - 4px);
    position: relative;
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
}

.select-button {
    font-size: .15rem;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 0 .4rem 0 .2rem;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-weight: bold;
}

.select-down {
    position: absolute;
    top: 50%;
    right: 0;
    height: .1rem;
    width: .1rem;
    overflow: hidden;
    background: url(../images/arrow1.svg)no-repeat center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: 100%;
}

.select-list {
    width: 100%;
    background: #fff;
    border: 1px solid #3FA597;
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    top: calc(.7rem - 4px);
    overflow: hidden;
}

.select-list ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
}

.select-list ul li {
    width: auto;
    /* height: .4rem; */
    line-height: 1.4;
    padding: .1rem .1rem .1rem .2rem;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.mb-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3fa597;
    padding-top: .14rem;
    padding-bottom: .14rem;
    display: none;
}
.mb-top .back {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    padding: 0 1em 0 3em;
    margin: 0;
    background-image: url("../images/back.png");
    background-repeat: no-repeat;
    background-position: .8em center;
    background-size: 1.6em;
}
.mb-top .menu-btn {
    position: relative;
    top: unset;
    transform: unset;
    background-image: url(../images/menu1.svg);
}


.nav {
    background-color: #F8F8F8;
    width: 100%;
    height: .58rem;
}

.nav .search-content,
.nav .top {
    display: none;
    width: 100%;
}

.nav li {
    margin: 0 .3rem;
}

.nav li.s-block {
    margin: 0;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li>a {
    line-height: .58rem;
    font-weight: bold;
    font-size: .15rem;
}

.nav li.on a {
    color: #3FA597;
}

.nav li.on a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 4px;
    background-color: #3FA597;
}

.nav .drop {
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: rgba(117, 116, 116, .5);
    padding: 20px;
    line-height: 2;
}

.nav .tel {
    font-size: .24rem;
    color: #E51616;
    line-height: .58rem;
    background: url(../images/phone-red.svg)no-repeat left center;
    background-size: 1.4em;
    padding-left: 1.6em;
    margin-left: 2em;
}

.nav .home {
    background-color: #3FA597;
    margin-left: 0;
    width: 3.6rem;
}
.nav .home.s2 {
    width: 1.3rem;
}

.nav .home>a {
    color: #FFF;
}

.footer {
    background-color: #2D2D2D;
    /* border-top: 8px #3FA597 solid; */
    font-size: .15rem;
    color: rgba(255, 255, 255, .5);
    margin-top: .9rem;
}

.footer .link {
    border-top: 1px rgba(216, 216, 216, .1) solid;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.footer .tit {
    font-weight: bold;
    color: #FFF;
}

.footer a {
    color: rgba(255, 255, 255, .5);
}

.footer .link .con {
    margin-top: .1rem;
}

.footer .link a {
    line-height: .4rem;
    margin-right: .2rem;
}

.footer .item {
    padding-top: .5rem;
    padding-left: 1.3rem;
    padding-bottom: .6rem;
    border-right: 1px rgba(216, 216, 216, .1) solid;
}

.footer .item:last-child {
    border-right: 0;
}

.footer .item .sns a {
    margin-right: .15rem;
}

.footer .item .sns a:last-child {
    margin-right: 0;
}

.footer .item .sns img {
    width: .32rem;
}

.footer .item .con {
    line-height: 2;
    margin-top: .2rem;
}

.footer .tel {
    font-weight: bold;
    color: #FFF;
    font-size: .22rem;
    margin-top: .2rem;
}

.footer .sns-con {
    padding-right: .9rem;
    padding-left: 0;
}

.footer .erwma-con {
    padding-left: 1.2rem;
}

.footer .erwma-con .pic {
    background-color: #FFF;
    width: 1rem;
    height: 1rem;
    padding: .07rem;
    overflow: hidden;
}

.footer .erwma-con .pic img {
    width: 100%;
}

.footer .erwma-con .erwma:last-child {
    margin-left: .2rem;
}

.footer .erwma-con .txt {
    margin-top: .2rem;
}

.footer .tool a {
    display: flex;
    align-items: center;
}

.footer .tool a img {
    width: 1.2em;
    height: 1.2em;
    object-fit: contain;
    margin-right: .6em;
    flex-shrink: 0;
}

.foot-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    -moz-box-shadow: 0px -5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    display: none;
}
.foot-nav .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
}
.foot-nav .item::before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.foot-nav .item.i-home::before {
    background-image: url("../images/f-home.svg");
}
.foot-nav .item.i-pro::before {
    background-image: url("../images/f-pro.svg");
}
.foot-nav .item.i-email::before {
    background-image: url("../images/f-email.svg");
}
.foot-nav .item.i-chat::before {
    background-image: url("../images/f-chart.svg");
}
.foot-nav .item.i-my::before {
    background-image: url("../images/f-my.svg");
}

.foot-nav .item.cur {
    color: #3FA597;
}
.foot-nav .item.cur.i-home::before {
    background-image: url("../images/f-home-on.svg");
}
.foot-nav .item.cur.i-pro::before {
    background-image: url("../images/f-pro-on.svg");
}
.foot-nav .item.cur.i-chat::before {
    background-image: url("../images/f-chart-on.svg");
}
.foot-nav .item.cur.i-my::before {
    background-image: url("../images/f-my-on.svg");
}



.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-container {
    padding-bottom: 0;
}

.banner .swiper-container .swiper-pagination {
    bottom: .1rem;
}

.banner .swiper-pagination-bullet,
.down-swiper .swiper-pagination-bullet {
    width: .8em;
    height: .8em;
}
.banner .swiper-pagination-bullet-active,
.down-swiper .swiper-pagination-bullet-active{
    background: #3FA597;
}

.menu {
    margin-top: .7rem;
}

.menu .pub-title {
    margin-bottom: .7rem;
    justify-content: center;
}

.menu .swiper-container {
    padding-bottom: 2em;
}

.menu .content {
    border-top: 1px #EBEBEB solid;
    border-left: 1px #EBEBEB solid;
    background-color: #FAFAFA
}

.menu .item {
    width: 20%;
    height: 1.2rem;
    border-right: 1px #EBEBEB solid;
    border-bottom: 1px #EBEBEB solid;
    padding-left: .2rem;
    padding-top: .3rem;

    display: flex;
    align-items: center;
    padding-top: 2em;
    height: auto;
    padding-bottom: 3em;
}

.menu .item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
    height: 2px;
    background-color: #3FA597;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.menu .item .tit {
    font-size: .18rem;
    font-weight: bold;
    width: 1.5rem;
    z-index: 10;
}

.menu .item .pic {
    position: absolute;
    right: .15rem;
    top: 0;
    height: 100%;
    width: 1rem;
}

.menu .item .pic img {
    max-width: 80%;
    max-height: 80%;
}

.pub-title {
    font-size: .32rem;
    font-weight: bold;
}

.col-4 .item {
    width: 25%;
}

.col-5 .item {
    width: 20%;
}

.pro-list {
    border-top: 1px #EBEBEB solid;
    border-left: 1px #EBEBEB solid;
}

.pro-list .item {
    display: flex;
    flex-direction: column;
    border-right: 1px #EBEBEB solid;
    border-bottom: 1px #EBEBEB solid;
    background-color: #FFF;
    padding-top: .2rem;
}

.pro-list .item .tit {
    font-weight: bold;
    font-size: .18rem;
    margin-left: .18rem;
    margin-right: .18rem;
    line-height: 1.2;
    margin-bottom: auto;
}

.pro-list .item .pic {
    height: 2.3rem;
    overflow: hidden;
    margin-top: .15rem;
    margin-left: .3rem;
    margin-right: .3rem;
}

.pro-list .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.pro-list .item .more {
    background-color: #F5F5F5;
    line-height: .48rem;
    padding-left: .2rem;
    font-weight: bold;
}

.pro-list .item .more::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 0;
    width: .06rem;
    height: 100%;
    background: url(../images/arrow2.svg)no-repeat center;
    background-size: 100%;
}

.home-pro {
    margin-top: .9rem;
}

.home-pro .pub-title {
    margin-bottom: .9rem;
}

.home-pro .content {
    margin-bottom: .4rem;
}

.home-pro .content .t-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: .4em 1em;
    line-height: 1.4;
    margin-bottom: .8em;
    margin-top: 1em;
    padding: 0;
}
.home-pro .content .t-tit .more {
    display: flex;
    align-items: center;
    color: #3FA597;
    font-weight: normal;
}
.home-pro .content .t-tit .more::after,
.pub-title .more::after {
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    background: url(../images/more.png);
    margin-left: .2em;
}

.home-pro .content:last-child {
    margin-bottom: 0;
}

.home-pro .l-con {
    width: 2.9rem;
    background-color: #E4ECF5;
    padding-left: .3rem;
    padding-right: .3rem;
    padding-top: .6rem;
}

.home-pro .l-con .tit {
    font-weight: bold;
    font-size: .18rem;
}

.home-pro .l-con .pic {
    position: absolute;
    left: 0;
    bottom: .7rem;
    width: 100%;
}

.home-pro .l-con .pic img {
    width: 100%;
}

.home-pro .view {
    margin-top: .8rem;
}

.home-pro .view a {
    background-color: #3FA597;
    color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 3;
    padding: 0 .5rem;
    font-weight: bold;
}

.home-pro-mb {
    display: none;
}

.home-pro-pc .content {
    position: relative;
    padding-bottom: 2em;
}
.home-pro-pc .content .swiper-container {
    padding-bottom: 0;
}
.home-pro-pc .content .swiper-pagination {
    bottom: 0;
    width: 100%;
}
.home-pro-pc .pro-list {
    border-left: 0;
}
.home-pro-pc .pro-list .item {
    height: auto;
}

.btn,
a.btn {
    background-color: #3FA597;
    color: #FFF;
    line-height: .44rem;
    padding-left: .15rem;
    padding-right: .15rem;
    margin-top: .2rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.home-popular {
    margin-top: 1.3rem;
}

.home-popular .pub-title {
    margin-bottom: .45rem;
}

.home-popular .pub-title .more {
    color: #3FA597;
    background: url(../images/arrow4.svg)no-repeat right center;
    padding-right: .15rem;
    background-size: .06rem;
    font-size: .16rem;
}

.home-popular .r-con {
    background-color: #3FA597;
    width: 3.3rem;
    padding: .25rem .15rem;
    color: #FFF;
}

.home-popular .r-con .tit {
    font-weight: bold;
    font-size: .18rem;
    line-height: 1.8;
}

.home-popular .r-con .txt {
    margin-top: .15rem;
}

.home-popular .r-con .txt span {
    font-weight: bold;
    font-size: .22rem;
}

.home-popular .r-con .form {
    margin-top: .3rem;
}

.home-popular .r-con .group {
    margin-top: .2rem;
}

.home-popular .r-con input[type='text'] {
    width: 100%;
    height: .44rem;
    background-color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding-left: .2rem;
    font-size: .16rem;
    margin-right: .1rem;
}

.home-popular .r-con input[type='text']:last-child {
    margin-right: 0;
}

.home-popular .r-con input[type='text']::placeholder {
    color: rgba(35, 81, 136, .3);
}

.home-popular .r-con .group span {
    width: .9rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #FFF;
    color: #235188;
    line-height: .44rem;
}

.home-popular .r-con input[type='submit'] {
    width: 100%;
    height: .55rem;
    font-weight: bold;
    color: #3FA597;
    margin-top: .4rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.home-popular .content {
    border-top: 1px #EBEBEB solid;
    border-left: 1px #EBEBEB solid;
}

.home-popular .content .item {
    border-right: 1px #EBEBEB solid;
    border-bottom: 1px #EBEBEB solid;
    width: 33.3333%;
    overflow: hidden;
}

.home-popular .content .item::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
    height: 4px;
    background-color: #3FA597;
}

.home-popular .content .item .name {
    border-bottom: 1px #EBEBEB solid;
    height: .75rem;
    padding: .15rem .2rem 0 .2rem;
    font-size: .18rem;
    color: #3E3E3E;
}

.home-popular .content .item .text-con {
    padding: .26rem .2rem;
}

.home-popular .content .item .tit {
    font-weight: bold;
    color: #3E3E3E;
    font-size: .18rem;
}

.home-popular .content .item .offer {
    border: 1px #3FA597 solid;
    line-height: .46rem;
    padding: 0 .2rem;
    color: #3FA597;
    margin-top: .15rem;
    margin-bottom: .3rem;
}

.home-popular .content .item .text {
    font-size: .14rem;
    color: #3E3E3E;
    line-height: 1.6;
}

.home-popular .content .item .text span {
    color: #3FA597;
    font-weight: bold;
    font-size: .16rem;
}

.home-popular .content .item:nth-child(4) .name,
.home-popular .content .item:nth-child(5) .name,
.home-popular .content .item:nth-child(6) .name {
    background-color: #FAFAFA;
}

.home-quality {
    margin-top: .9rem;
}

.home-quality .con {
    margin-top: .6rem;
    border-top: 1px #EBEBEB solid;
    border-left: 1px #EBEBEB solid;
}

.home-quality .con .item {
    width: 12.5%;
    border-right: 1px #EBEBEB solid;
    border-bottom: 1px #EBEBEB solid;
    padding: .12rem .2rem;
}

.home-quality .con .item .pic {
    width: 1rem;
    padding-top: 75%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
}

.home-quality .con .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.home-quality .con .item .tit {
    font-weight: bold;
    font-size: .18rem;
    margin-top: .1rem;
    height: .44rem;
}

.home-quality .content {
    margin-top: .5rem;
}

.home-quality .content .card {
    position: relative;
    width: 32%;
    margin-right: 2%;
    border: 1px #EBEBEB solid;
    padding: .25rem .2rem;
}

.home-quality .content .card:last-child {
    margin-right: 0;
}

.home-quality .content .card .swiper-pagination {
    width: 100%;
    bottom: 0.2rem;
}
.home-quality .content .card .swiper-pagination span {
    width: .8em;
    height: .8em;
    margin: 0 4px;
}

.home-quality .content .name {
    color: #3FA597;
    font-size: .18rem;
}

.home-quality .content .name img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.home-quality .content .des {
    margin-top: .2rem;
    font-size: .18rem;
    color: #3E3E3E;
}

.home-quality .content .box {
    margin-top: .2rem;
}

.home-quality .content .item {
    width: 48%;
    margin-right: 4%;
}

.home-quality .content .item:nth-of-type(2n) {
    margin-right: 0;
}

.home-quality .content .item .pic {
    overflow: hidden;
    height: 1.6rem;
}

.home-quality .content .item .tit {
    /* font-size: .12rem; */
    margin-top: .15rem;
}

.home-quality .more {
    margin-top: .7rem;
}

.home-quality .more a {
    background-color: #3FA597;
    color: #FFF;
    line-height: .46rem;
    padding: 0 .5rem;
    font-weight: bold;
}

.home-news {
    margin-top: .4rem;
}

.home-news .card {
    min-width: 48%;
    flex: 1;
    margin-right: 4%;
    margin-top: .5rem;
}

.home-news .card:last-of-type,
.home-news .card:nth-of-type(2n) {
    margin-right: 0;
}


.home-news .card .item {
    margin-top: .4rem;
    font-size: .18rem;
    border-bottom: 1px #ebe9ec dashed;
}

.home-news .card .item .pic {
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
    margin-right: .25rem;
}

.home-news .card .item .txt-con {
    display: flex;
    flex-direction: column;
}

.home-news .card .item .tit {
    font-weight: bold;
}

.home-news .card .item .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #3E3E3E;
    margin-top: .2rem;
    line-height: 1.6;
    margin-bottom: auto;
}

.home-news .card .item .more {
    position: absolute;
    right: 0;
    bottom: .2rem;
    color: #3FA597;
    padding-right: .15rem;
    background: url(../images/arrow5.svg)no-repeat right center;
    background-size: .06rem;
}

.home-news .card .item .date {
    text-align: right;
    color: #999;
    margin: .1rem 0 .2rem 0;
}

.home-news .view {
    margin-top: .7rem;
}

.home-news .view a {
    background-color: #3FA597;
    color: #FFF;
    line-height: 3;
    padding: 0 .5rem;
    font-weight: bold;
}

.home-news.s2 {
    align-items: unset;
}

.home-news.s2 .card {
    display: flex;
    flex-direction: column;
}

.home-news.s2 .card .topic,
.home-news.s2 .card .content {
    flex: 1;
}

.home-news.s2 .card .content .item {
    margin-top: .3rem;
}

.home-news.s2 .card .content .item:first-of-type {
    margin-top: 0;
}

.pro-content .content {
    position: relative;
    margin-top: .4rem;
    padding-bottom: 2em;
}

.pro-content .content .swiper-pagination {
    position: relative;
    width: 100%;
    bottom: 0;
}

.pro-content .l-con {
    width: 2.9rem;
    background-color: #E4ECF5;
    background-position: center 90%;
    background-repeat: no-repeat;
    padding: .5rem .3rem .2rem .3rem;
    font-size: .18rem;
    background-size: 100%;
}

.pro-content .l-con .name {
    font-weight: bold;
}

.pro-content .l-con .des {
    color: #3E3E3E;
    line-height: 1.6;
    margin-top: .1rem;
}

.pro-content .l-con .sub {
    font-size: .14rem;
    margin-top: .3rem;
    padding-bottom: 1em;
}

.pro-content .l-con .sub .item {
    margin-top: .1rem;
    line-height: .44rem;
    background-color: #FFF;
    padding-left: .1rem;
    margin-bottom: .1rem;
}

.pro-content .l-con .sub .item::after {
    content: '';
    position: absolute;
    left: .1rem;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #3FA597;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0;
}

.crumbs {
    font-size: .18rem;
    background: url(../images/cru.svg)no-repeat left center;
    background-size: .24rem;
    padding-left: .35rem;
    margin-top: .4rem;
    line-height: .3rem;
}

.crumbs span {
    color: #3FA597;
    margin: 0 .05rem;
}

.navigation .item {
    margin-top: .45rem;
}

.navigation .item .pic {
    width: 5.4rem;
    height: 5.4rem;
    overflow: hidden;
    border: 1px #EBEBEB solid;
    margin-right: .5rem;
}

.navigation .item .pic img {
    max-width: 80%;
    max-height: 80%;
}

.navigation .item .text-con {
    padding-top: .2rem;
}

.navigation .item .f-tit {
    color: #3FA597;
    font-weight: bold;
    margin-top: .4rem;
}

.navigation .item .text {
    line-height: 1.6;
    font-size: .18rem;
    color: #000;
    margin-top: .1rem;
}

.navigation .item .more {
    border: 1px #3FA597 solid;
    line-height: .48rem;
    padding: 0 .5rem;
    font-weight: bold;
    color: #3FA597;
    margin-top: .5rem;
}

.page {
    margin-top: 1rem;
    line-height: .34rem;
}

.page a,
.page span {
    border: 1px #DDDDDD solid;
    padding: 0 .2rem;
    font-size: .15rem;
    margin-left: -1px;
}

.page .prev,
.page .next {
    font-size: .14rem;
    font-weight: bold;
}

.page a.on {
    background-color: #3FA597;
    color: #FFF;
    border-color: #3FA597;
}

.company {
    background-color: #FAFAFA;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: .9rem;
}

.company .pub-title {
    justify-content: center;
}

.company .sub {
    margin-top: .7rem;
}

.company .sub>a {
    height: .84rem;
    background-color: #FFF;
    width: 2.8rem;
    margin-right: .15rem;
}

.company .sub>a:last-child {
    margin-right: 0;
}

.company .sub>a .icon {
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .15rem;
}

.company .sub>a .tit {
    font-weight: bold;
}

.company .sub>a:nth-child(1) .icon {
    background-image: url(../images/icon5.svg);
    background-size: .26rem;
}

.company .sub>a:nth-child(2) .icon {
    background-image: url(../images/icon6.svg);
    background-size: .32rem;
}

.company .sub>a:nth-child(3) .icon {
    background-image: url(../images/icon7.svg);
    background-size: .27rem;
}

.company .sub>a:nth-child(4) .icon {
    background-image: url(../images/icon8.svg);
    background-size: .27rem;
}

.company .sub>a.on {
    background-color: #3FA597;
    color: #FFF;
}

.company .sub>a:nth-child(1).on .icon {
    background-image: url(../images/icon5-on.svg);
    background-size: .26rem;
}

.company .sub>a:nth-child(2).on .icon {
    background-image: url(../images/icon6-on.svg);
    background-size: .32rem;
}

.company .sub>a:nth-child(3).on .icon {
    background-image: url(../images/icon7-on.svg);
    background-size: .27rem;
}

.company .sub>a:nth-child(4).on .icon {
    background-image: url(../images/icon8-on.svg);
    background-size: .27rem;
}

.company .content {
    margin-top: .7rem;
}

.company .content .pic {
    width: 7.2rem;
    height: 5.3rem;
    overflow: hidden;
    margin-right: .55rem;
}

.company .content .tit {
    font-size: .2rem;
    font-weight: bold;
    margin-top: .1rem;
}

.company .content .text {
    font-size: .18rem;
    margin-top: .2rem;
    line-height: 1.5;
}

.company .content .more {
    font-weight: bold;
    color: #3FA597;
    padding-right: .2rem;
    background: url(../images/arrow5.svg)no-repeat right center;
    background-size: .06rem;
    margin-top: .3rem;
}

.Solutions {
    margin-top: .9rem;
}

.Solutions .content {
    /* border-top: 1px #EBEBEB solid; */
    /* border-left: 1px #EBEBEB solid; */
    display: flex;
    gap: .1rem;
    margin-top: .9rem;
}

.Solutions .item {
    width: calc((100% - .3rem) / 4);
    border: 1px #EBEBEB solid;
    border-bottom: 1px #EBEBEB solid;
    background-color: #FFF;
    /* padding-top: .5rem;
    padding-left: .6rem;
    padding-right: .6rem;
    padding-bottom: .4rem; */
    /* padding: .4rem; */
    display: flex;
    flex-direction: column;
    /* height: 2.7rem; */
}

.Solutions .item .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    object-fit: contain;
    position: relative;
    padding-top: 100%;
    /* margin: .8em auto; */
}
.Solutions .item .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.Solutions .item .icon-hover {
    /* display: none; */
}

.Solutions .item .tit {
    font-weight: bold;
    font-size: .18rem;
    margin-top: .1rem;
    background: #e7e7e7;
    flex: 1;
    padding: .6em 1em;
    display: flex;
    align-items: center;
}

.Solutions .more {
    margin-top: .8rem;
}

.Solutions .more a {
    background-color: #3FA597;
    color: #FFF;
    line-height: 3;
    padding: 0 .5rem;
    font-weight: bold;
}

.down {
    margin-top: 1.5rem;
}

.down .content {
    margin-top: .7rem;
}

.down .con {
    width: 49%;
    padding-top: .15rem;
}

.down .pic {
    width: 100%;
    height: 6.2rem;
    overflow: hidden;
}

.down .con .tit {
    font-size: .18rem;
    margin-top: .2rem;
}

.down .text-con {
    margin-right: 2%;
}

.down .item {
    height: .8rem;
    border-bottom: 1px #EBEBEB dashed;
}

.down .item .tit-con {
    padding-left: .6rem;
    background-position: .1rem center;
    background-repeat: no-repeat;
    background-size: .32rem;
    font-size: .18rem;
    margin-right: .2rem;
    line-height: .8rem;
}

.down .item .pdf {
    background-image: url(../images/pdf.svg);
}

.down .item .dwg {
    background-image: url(../images/dwg.svg);
}

.down .item .tit {
    margin-right: .2rem;
}

.fen .topic .item .txt,
.down .item .tit-con .txt {
    display: flex;
    font-size: 12px; 
    margin-top: .1rem;
}

.fen .topic .item .txt span,
.down .item .tit-con .txt span {
    flex: 1;
}

.down .item .date {
    color: #999;
}

.down .item .button {
    background-color: #3FA597;
    color: #FFF;
    font-size: .13rem;
    line-height: .32rem;
    padding: 0 .1rem;
}

.down .more {
    margin-top: .5rem;
}

.down .more a {
    background-color: #3FA597;
    color: #FFF;
    line-height: 3;
    padding: 0 .5rem;
    font-weight: bold;
}

.home-down {
    margin-top: .9rem;
}
.down.s2 .text-con,
.home-down .text-con {
    margin-left: 2%;
    margin-right: 0;
}
.home-down .content {
    margin-top: .5rem;
}

.down-swiper {
    padding-bottom: 2em;
}
.down-swiper .swiper-pagination {
    bottom: 0;
}
.down-swiper .swiper-slide {
    padding: 0.1rem;
    background: #d9d9d9;
}
.down-swiper .swiper-slide .tit {
    position: absolute;
    left: .1rem;
    right: .1rem;
    bottom: .1rem;
    width: auto;
    color: #fff;
    text-align: center;
    padding: .8em 1em;
    background: rgba(0, 0, 0, .6);
}
.down-swiper .swiper-slide .pic {
    height: 6rem;
}

.fen {
    margin-top: .7rem;
}

.fen .list {
    margin-top: .2rem;
}

.fen .list .item {
    margin-top: .4rem;
    width: 49.5%;
    margin-right: 1%;
}

.fen .list .item:nth-child(even) {
    margin-right: 0;
}

.fen .list .l-box {
    margin-right: .14rem;
    flex-shrink: 0;
}

.fen .list .r-box {
    padding: 1.5em;
    padding-bottom: 1em;
    border: 1px dashed #DCDCDC;
    overflow: hidden;
    word-break: break-all;
}

.fen .list .item .pic {
    width: 2.6rem;
    height: 2.6rem;
    overflow: hidden;
    border: 1px #D8D8D8 solid;
}

.fen .list .item .pic img {
    max-width: 80%;
    max-height: 80%;
}

.fen .list .item .title {
    font-weight: bold;
    font-size: .2rem;
}

.fen .list .item .tit {
    color: #3FA597;
    font-weight: bold;
    margin-top: .2rem;
}

.fen .list .item .desc,
.fen .list .item .text {
    color: #333;
    line-height: 1.4;
}

.fen .list .item .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding: .1rem .2rem;
    background: #F5F5F5;
    margin-top: .1rem;
}
.fen .list .item .more::after {
    content: "";
    display: block;
    width: .8em;
    height: .8em;
    background: url(../images//icon-more.svg) no-repeat center;
    background-size: contain;
}
.fen .list .item:hover .more::after {
    background-image: url(../images/icon-more-white.svg);
}

.fen .home-news .content {
    margin-top: .7rem;
}

.fen .home-news .card .item .pic {
    width: 1.4rem;
    height: 1.4rem;
}

.fen .home-news .card .item .des {
    -webkit-line-clamp: 2
}

.fen .home-news .card .item .more {
    bottom: .05rem;
}

.fen .topic {
    margin-top: .4rem;
}

.fen .topic .item {
    height: .9rem;
    border-bottom: 1px #EBEBEB dashed;
    margin-top: 0;
}

.fen .topic .item .tit-con {
    padding-left: .6rem;
    background-position: .1rem center;
    background-repeat: no-repeat;
    background-size: .32rem;
    font-size: .18rem;
    margin-right: .2rem;
    line-height: .9rem;
}

.fen .topic .item .pdf {
    background-image: url(../images/pdf.svg);
}

.fen .topic .item .tit {
    margin-right: .2rem;
}

.fen .topic .item .date {
    color: #999;
    margin: 0;
}

.fen .topic .item .button {
    background-color: #3FA597;
    color: #FFF;
    font-size: .13rem;
    line-height: 2.4;
    padding: 0 .1rem;
}

.details .info-con {
    margin-top: .4rem;
    align-items: unset;
}

.details .info-con .pic-con {
    margin-right: .5rem;
    width: 5.4rem;
    display: flex;
    flex-direction: column;
}

.details .info-con .r-con {
    display: flex;
    flex-direction: column;
}

.details .info-con .pic {
    width: 100%;
    overflow: hidden;
    border: 1px #D8D8D8 solid;
    margin-bottom: .1rem;
}

.details .info-con .preview .swiper-container,
.details .info-con .pic .swiper-container {
    padding-bottom: 0;
}

.details .info-con .pic .swiper-slide {
    height: 5rem;
    overflow: hidden;
}

.details .info-con .pic img {
    max-width: 85%;
    max-height: 85%;
}

.details .info-con .preview {
    width: 100%;
    /* height: 1.75rem; */
    margin-top: auto;
}

.details .info-con .preview .swiper-slide {
    width: 32%;
    /* height: 1.75rem; */
    /* margin-right: .075rem; */
    border: 1px #EBEBEB solid;
    cursor: pointer;
    margin-right: 2%;
}
.details .info-con .preview .swiper-slide:last-of-type {
    margin-right: 0;
}

.details .info-con .preview .swiper-slide .img-box {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.details .info-con .preview .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

.details .info-con .preview .active-nav {
    border-color: #3FA597;
}

.details .info-con .preview .active-nav::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background-color: #3FA597;
}

.details .info-con .pub-title {
    margin-top: .2rem;
}

.details .info-con .tit {
    color: #3FA597;
    font-weight: bold;
    margin-top: .3rem;
}

.details .info-con .desc {
    line-height: 1.6;
    font-size: .18rem;
    margin-bottom: auto;
}

.details .info-con .submit a {
    width: 2.44rem;
    line-height: 1.2;
    font-weight: bold;
    padding: .8em .5em;
}

.details .info-con .submit a img {
    width: .24rem;
    margin-right: .15rem;
}

.details .info-con .submit a:nth-child(1),
.details .info-con .submit a:nth-child(4) {
    border: 1px #3FA597 solid;
    color: #3FA597;
}

.details .info-con .submit a:nth-child(2) {
    border: 1px #006EDD solid;
    color: #006EDD;
}

.details .info-con .submit a:nth-child(3) {
    border: 1px #E94447 solid;
    color: #E94447;
}

.details .info-con .line {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #C6C6C6;
    margin-top: .5rem;
}

.details .info-con .btn-box {
    min-height: 1.728rem;
    padding: .2rem .3rem;
    border: 1px dashed #DCDCDC;
    margin-top: .3rem;
}

.details .info-con .btn-box .con {
    margin-top: .2rem;
}

.details .info-con .sns a {
    width: .32rem;
    margin-right: .1rem;
}

.details .info-con .sns a:last-child {
    margin-right: 0;
}

.details .info-con .sns a>img {
    width: 100%;
}

.details .info-con .con>div:last-child a {
    width: 2.44rem;
    color: #FFF;
    font-weight: bold;
    line-height: 1.2;
    padding: .8em .5em;
}

.details .info-con .con>div:last-child a:nth-child(1) {
    background-color: #3FA597;
    margin-right: .15rem;
}

.details .info-con .con>div:last-child a:nth-child(2) {
    background-color: #3F8BA5;
}

.details .pro-list {
    margin-top: .65rem;
}

.details .body {
    margin-top: .8rem;
    margin-bottom: 1.2rem;
}

.details .body .title-con {
    background-color: #F8F8F8;
    align-items: center;
    /* height: .84rem; */
    padding-top: .14rem;
    padding-left: .2rem;
}

.details .body .title-con span {
    /* padding: 0 .5rem; */
    /* height: .74rem; */
    padding: 2em;
    line-height: 1.6;
    font-weight: bold;
    cursor: pointer;
    height: auto;
}

.details .body .title-con span.on {
    background-color: #FFF;
    color: #3FA597;
}

.details .body .con {
    line-height: 1.6;
    font-size: .18rem;
    margin-top: .5rem;
}

.details .body .con .tit {
    font-weight: bold;
    margin-top: .5rem;
    color: #3FA597;
}

.details .body .con .tit:first-child {
    margin: 0;
}

.details .body .con .text {
    padding-bottom: .4rem;
    border-bottom: 1px #F5F5F5 solid;
    margin-top: .2rem;
}

.kefu {
    position: fixed;
    right: 0;
    width: 1.85rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
    background-color: #FFF;
    bottom: 20%;
    z-index: 10;
}

.kefu .tit {
    background-color: #3FA597;
    color: #FFF;
    line-height: .48rem;
    font-size: .13rem;
    font-weight: bold;
}

.kefu .item {
    height: .48rem;
    border-bottom: 1px #EBEBEB solid;
    font-size: .13rem;
    font-weight: bold;
    padding-left: .3rem;
}

.kefu .item i {
    width: .24rem;
    height: .24rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .1rem;
}

.kefu .item.phone i {
    background-image: url(../images/c-phone.svg);
}
.kefu .item.messenger i {
    background-image: url(../images/c-messenger.svg);
}
.kefu .item.wechat i {
    background-image: url(../images/c-wechat.svg);
}
.kefu .item.whatsapp i {
    background-image: url(../images/c-whatsapp.svg);
}

.pop-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10001;
    display: none;
}

.pop-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #FFF;
    width: 8.2rem;
    max-height: 90vh;
    padding: 1.1rem .4rem .5rem .4rem;
    overflow-y: auto;
}

.pop-content .content .close {
    position: absolute;
    right: .2rem;
    top: .2rem;
    background: #3FA597 url(../images/close1.svg)no-repeat center;
    background-size: .2rem;
    width: .48rem;
    height: .48rem;
    cursor: pointer;
}

.pop-content .content .form {
    margin-top: .2rem;
    border-top: 1px #EBEBEB solid;
}

.pop-content .content .group {
    background-color: #FFF;
    border-left: 1px #EBEBEB solid;
    border-right: 1px #EBEBEB solid;
    border-bottom: 1px #EBEBEB solid;
    padding-left: .3rem;
}

.pop-content .content .group .tit {
    line-height: .6rem;
    font-size: .18rem;
}

.pop-content .content .group input[type='text'] {
    font-size: .18rem;
    padding-left: .2rem;
    width: 100%;
    height: .6rem;
}

.pop-content .content input[type='submit'] {
    background-color: #3FA597;
    color: #FFF;
    font-weight: bold;
    margin-top: .3rem;
    height: .46rem;
    padding: 0 .3rem;
}

.pop-content .content .num {
    border-bottom: 3px #3FA597 solid;
}

.pop-content .content .group textarea {
    font-size: .18rem;
    padding-left: .2rem;
    width: 100%;
    padding-top: .2rem;
    height: 1.8rem;
}

@media (min-width:1025px) {
    .top .in:hover {
        background-image: url(../images/icon1-on.png);
    }
    .top .up:hover {
        background-image: url(../images/icon2-on.png);
    }
    .top .us:hover {
        background-image: url(../images/icon3-on.png);
    }
    .top .shoping:hover {
        background-image: url(../images/icon4-on.png);
    }
    .select-list ul li:hover,
    .pro-list .item:hover .more,
    .home-quality .con .item:hover,
    .navigation .item:hover .more,
    /* .Solutions .item:hover, */
    .fen .list .item:hover .more {
        color: #fff;
        background: #3FA597;
    }
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    /* .Solutions .item:hover .icon {
        display: none;
    }
    .Solutions .item:hover .icon-hover {
        display: block;
    } */
    .footer a:hover {
        color: #FFF;
    }
    .menu .item:hover {
        background-color: #FFF;
        z-index: 10;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
    }
    .menu .item:hover .pic img,
    .pro-list .item:hover .pic img,
    .home-quality .content .item:hover .pic img,
    .home-news .card .item:hover .pic img,
    .navigation .item:hover .pic img,
    .down .con:hover .pic img,
    .fen .list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .menu .item:hover::after,
    .home-popular .content .item:hover::after {
        width: 100%;
    }
    .pro-list .item:hover .more::after {
        background-image: url(../images/arrow3.svg);
    }
    .home-quality .con .item:hover .pic img {
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -moz-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
    }
    .home-quality .more a:hover,
    a.btn:hover,
    .home-pro .view a:hover,
    .down .item .button:hover {
        text-decoration: underline;
    }
    .pro-content .l-con .sub .item:hover {
        padding-left: .3rem;
        font-weight: bold;
    }
    .pro-content .l-con .sub .item:hover::after {
        opacity: 1;
    }
    .page a:hover {
        background-color: #3FA597;
        color: #FFF;
        border-color: #3FA597;
    }
}

@media (max-width:1199px) {
    .top,
    .header .logo .txt,
    .nav li.on a::after,
    .kefu {
        display: none;
    }
    .header {
        position: sticky;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        background-color: #FFF;
        height: 1.2rem;

        position: relative;
        flex-wrap: wrap;
        height: auto;
    }
    .header .search-content {
        margin-right: .8rem;
        width: 7.5rem;

        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .header .logo {
        max-width: 88%;
        margin: .2rem 0;
    }
    .fz-header .logo {
        max-width: 100%;
        height: .7rem;
        margin: .2rem auto;
    }
    .menu-btn {
        display: block;
        top: .4rem;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.6rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.6rem);
        padding: .2rem;
    }
    .fz-nav {
        top: 2.6rem;
        height: calc(100vh - 2.6rem);
    }
    .nav .search-content {
        margin-top: .2rem;
    }
    .nav .search-content,
    .nav .top {
        display: flex;
    }
    .nav .top {
        line-height: .5rem;
        height: auto;
        background-color: #FFF;
    }
    .nav .top a {
        margin-left: 0;
        margin-right: .3rem;
    }
    .nav .top a:last-child {
        margin-right: 0;
    }
    .nav ul {
        display: block;
    }
    .nav li {
        margin: 0;
        padding-left: .2rem;
        margin-top: .2rem;
    }
    .nav .home.s2,
    .nav .home {
        width: 100%;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 1.1rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
    }
    .mb-top {
        display: flex;
    }
    .footer .item {
        padding-left: 1rem;
    }
    .footer,
    .search-content>input[type='text'],
    .search-content>input[type='submit'],
    .select-button,
    .select-wrapper,
    .nav .top,
    .home-popular .content .item .offer,
    .home-popular .content .item .text,
    .home-popular .r-con input[type='text']::placeholder,
    .home-popular .r-con input[type='text'],
    .home-quality .content .des,
    .home-quality .content .item .tit,
    .home-news .card .item,
    .pro-content .l-con .sub,
    .navigation .item .text,
    .page a,
    .page span,
    .page .prev,
    .page .next,
    .company .content .text,
    .Solutions .item .tit,
    .down .item .button,
    .fen .list .item .more,
    .details .info-con .desc,
    .details .body .con,
    .fen .topic .item .button {
        font-size: 12px;
    }
    .menu .item .tit {
        font-size: 13px;
    }
    .nav li>a,
    .home-pro .l-con .tit,
    .pro-list .item .tit,
    .home-popular .content .item .name,
    .home-popular .content .item .tit,
    .home-popular .content .item .text span,
    .home-popular .r-con .tit,
    .home-popular .r-con .txt span,
    .home-quality .con .item .tit,
    .home-quality .content .name,
    .pro-content .l-con,
    .navigation .item .f-tit,
    .company .content .tit,
    .down .con .tit,
    .down .item .tit-con,
    .fen .list .item .title,
    .pop-content .content .group .tit,
    .fen .topic .item .tit-con {
        font-size: 14px;
    }
    .nav .tel {
        font-size: 16px;
        margin-top: .2rem;
        margin-left: .2rem;
    }
    .footer .tel {
        font-size: 18px;
    }
    .pub-title {
        font-size: 20px;
    }
    .pub-title .more {
        font-size: 16px;
        color: #3FA597;
        font-weight: normal;
        margin: 0 ;
        margin-left: auto;
    }
    .footer .sns-con {
        padding-left: 0;
    }
    .footer {
        border: 0;
        margin-top: 80px;
    }
    .footer>* {
        display: none;
    }
    .foot-nav {
        display: flex;
    }
    .select-wrapper {
        width: 1.8rem;
    }
    .search-content button {
        font-size: 0;
        padding: 0 .2rem;
        background: transparent;
    }
    .search-content button::before {
        font-size: .26rem;
        background-image: url(../images/search2.svg);
    }
    .menu .item {
        width: 25%;
    }
    .menu .item .tit {
        width: 60%;
    }
    .home-quality .content {
        margin-top: 0;
    }
    .home-popular .r-con {
        width: 3.8rem;
    }
    .home-popular .r-con input[type='text'] {
        height: .58rem;
    }
    .home-popular .r-con .group span {
        line-height: .58rem;
        width: 90px;
    }
    .home-popular .r-con .txt {
        margin-top: .1rem;
    }
    .home-popular .r-con input[type='submit'] {
        margin-top: .2rem;
    }
    .home-popular .content .item .offer {
        margin-top: .2rem;
    }
    .home-popular .content .item .name {
        height: 55px;
    }
    .home-news .card .item .more {
        bottom: 0;
    }
    .company .sub>a {
        width: 23.5%;
        margin-right: 2%;
    }
    .main-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: .9rem;
        background: #3FA597;
    }
    .main-header .logo {
        position: relative;
        z-index: 1;
    }
    .main-header .menu-btn {
        background-image: url(../images/menu1.svg);
    }
    .main-header .search-content {
        margin-top: .2rem;
    }
    .main-nav {
        top: 1.8rem;
    }
}

@media (max-width:950px) {
    .col-4 .item {
        width: 50%;
    }
    .home-pro .l-con {
        width: 4.4rem;
    }
    .btn,
    .pro-list .item .more {
        line-height: .56rem;
    }
    .home-popular .r-con {
        width: 100%;
    }
    .home-popular .r-con input[type='text'],
    .home-popular .r-con input[type='submit'] {
        height: .65rem;
    }
    .home-popular .r-con .group span {
        line-height: .65rem;
    }
    .home-quality .con .item,
    .col-5 .item {
        width: 25%;
    }
    .home-quality .content .card {
        width: 49%;
        margin-top: .2rem;
    }
    .home-quality .content .card:nth-child(even),
    .fen .list .item {
        margin-right: 0;
    }
    .home-quality .content .item {
        margin-top: .2rem;
    }
    .fen .list .item .pic {
        width: 3.4rem;
        height: 3.4rem;
    }
    .details .info-con {
        display: block;
    }
    .details .info-con .pic-con {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .details .info-con .submit a {
        width: 32%;
        /* line-height: .6rem; */
    }
    .details .info-con .con>div:last-child a {
        width: 3.8rem;
        /* line-height: .6rem; */
    }
}

@media (max-width:767px) {
    .footer .erwma-con,
    .home-pro .l-con .pic {
        display: none;
    }
    .footer .item,
    .menu .item,
    .home-popular .content .item,
    .home-quality .con .item,
    .col-5 .item {
        width: 50%;
    }
    .footer .item:nth-child(3) {
        border-right: 0;
    }
    .footer .sns-con {
        width: 100%;
        padding-right: 0;
        border-right: 0;
        display: flex;
        flex-flow: column;
        align-items: center;
        border-bottom: 1px rgba(216, 216, 216, .1) solid;
    }
     .pub-title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    .fen>.pub-title {
        margin-top: .6rem;
        /* margin-bottom: -.5rem; */
    }
    .home-pro .pub-title {
        margin-bottom: .4rem;
    }
    .home-pro .l-con {
        width: 100%;
        padding: .3rem;
    }
    .down-swiper .swiper-slide  {
        padding: .2rem;
        background: transparent;
        border: 1px dashed #EBEBEB;
    }
    .down-swiper .swiper-slide .pic {
        height: 5rem;
    }
    .pro-list {
        border-left: 1px #EBEBEB solid;
        border: 0;
    }
    .down-swiper .swiper-slide .tit {
        left: .2rem;
        right: .2rem;
        bottom: .2rem;
    }
    .home-quality .content .card,
    .home-news .card,
    .pro-content .l-con,
    .navigation .item .pic,
    .company .content .pic,
    .down .con{
        width: 100%;
        margin-right: 0;
    }
     .details .info-con .submit a {
        width: 49%;
        margin-top: .3rem;
     }
    .company {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .Solutions .content {
        margin-top: 0;
    }
    .down {
        margin-top: .8rem;
    }
    .down .content {
        margin-top: 0;
        flex-direction: column-reverse;
    }
    .down.s2 .content {
        flex-direction: column;
    }
    .home-down .content{
        flex-direction: column;
    }
    .home-quality .content .card {
        position: relative;
        margin-top: 0;
        margin-bottom: 1.1rem;
        border-style: dashed;
        padding: 0;
    }
    .home-quality .content .card:last-of-type {
        margin-bottom: .5rem;
    }
    .home-quality .content .card .c-top {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 0.25rem .2rem .2rem .2rem;
    }
    .home-quality .content .card .c-top::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        border-bottom: 1px #EBEBEB dashed;
    }
    .home-quality .content .card .c-top .btn {
        display: block;
        margin-left: auto;
        margin-top: .1rem;
    }
    .home-quality .content .card .swiper-container {
        padding: 0 ;
        margin-right: -2px;
        padding-right: 2px;
    }
    .home-quality .content .card .box {
        margin-top: 0;
    }
    .home-quality .content .card .swiper-slide {
        position: relative;
        width: 50%;
        height: auto;
        flex-direction: column-reverse;
        border: 0;
        padding: 15px;
        margin: 0;
    }
    .home-quality .content .card .swiper-slide::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 1px);
        height: calc(100% + 1px);
        box-sizing: border-box;
        border: 1px #EBEBEB dashed;
    }
    .home-quality .content .card .swiper-slide .pic {
        height: 2.1rem;
        padding: 0;
    }
    .home-quality .content .card .swiper-pagination {
        bottom: -.5rem;
    }
    .home-news .card {
        width: 100%;
        flex: unset;
        margin-right: 0;
        /* margin-top: .5rem; */
    }
    .pro-content .l-con .sub .item {
        font-size: 14px;
        line-height: .6rem;
    }
    .pro-content .l-con .sub .item:nth-of-type(even) {
        margin-bottom: .35rem;
    }
    .page,
    .down .item .button {
        line-height: .5rem;
    }
    .fen .topic .item .button,
    .down .item .button {
        border-radius: .1rem;
    }
    .company .content .tit {
        margin-top: .3rem;
    }
    .details .info-con .btn-box {
        padding: 0;
        border: 0;
        margin: 0;
    }
    .details .info-con .submit a {
        justify-content: flex-start;
        margin-top: .2rem;
    }
    .company .sub {
        margin-top: .4rem;
    }
    .company .sub>a {
        width: 49%;
        margin-top: .2rem;
    }
    .company .sub>a:nth-child(even),
    .down .text-con {
        margin-right: 0;
    }
    .down.s2 .text-con,
    .home-down .text-con {
        margin-left: 0;
    }
    .fen .list {
        justify-content: space-between;
        margin-top: 20px;
    }
    .fen .list .item {
        position: relative;
        width: 50%;
        flex-direction: column;
        padding: 15px;
        margin-top: 0;
    }
    .fen .list .item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 1px);
        height: calc(100% + 1px);
        box-sizing: border-box;
        border: 1px #EBEBEB dashed;
    }
    .fen .list .item .l-box {
        margin-right: 0;
    }
    .fen .list .r-box {
        padding: 0;
        border: 0;
        text-align: center;
        margin-top: .2rem;
    }
    .fen .list .r-box .title {
        font-weight: normal;
    }
    .fen .list .item .pic {
        width: 100%;
        height: 2.1rem;
        border: 0;
        /* margin-bottom: .2rem; */
    }
    .fen .list .item .pic img {
        max-width: 100%;
        max-height: 100%;
    }
    .fen .list .item .more,
    .fen .list .item .desc {
        display: none;
    }
    .details .info-con .pic-con {
        width: 100%;
    }
    .details .info-con .sns a {
        width: 2em;
        margin-bottom: .2rem;
    }
    .details .info-con .con>div:last-child a {
        width: 49%;
    }
    .details .info-con .con>div:last-child {
        width: 100%;
    }
    .details .body .title-con span {
        padding: 1em 2em;
    }
    .pop-content .content {
        width: 90%;
    }
    .pop-content .content .group input[type='text'] {
        height: .7rem;
    }
    .pop-content .content .group .tit {
        line-height: .7rem;
    }
    .pro-content .content {
        margin-top: .6rem;
    }
    .pro-content .l-con {
        width: 60%;
        background-image: unset !important;
        background: transparent;
        padding: 0;
        border: 1px dashed #EBEBEB ;
        border-right: 0;
    }
    .pro-content .pro-list {
        width: 40%;
        flex: unset;
        border-style: dashed;
    }
    .pro-content .pro-list .item {
        width: 100%;
    }
    .pro-content .pro-list .item:nth-of-type(n + 4) {
        display: none;
    }
    .pro-content .pro-list .item .pic {
        height: 2rem;
        margin: 0 .18rem;
    }
    .home-news.s2 .card .topic, .home-news.s2 .card .content {
        margin-top: 0;
    }
    .home-news.s2 .card .content .item:first-of-type {
        margin-top: .3rem;
    }
    .home-pro-pc {
        display: none;
    }
    .home-pro-mb {
        display: block;
    }
    .pub-title.s2 {
        font-size: 16px;
    }
    .pub-title .more {
        display: flex !important;
    }
    .fen .topic .item,
    .down .item {
        height: auto;
        padding: .14rem 0;
    }
    .fen .topic .item .tit-con,
    .down .item .tit-con {
        flex-direction: column;
        line-height: 1.4;
    }
    .fen .topic .item .pdf,
    .down .item .pdf {
        background-position: .14rem .02rem;
    }
    .fen .topic .item .tit {
        font-weight: normal;
    }
    .menu .pub-title { 
        margin-bottom: .4rem;
    }
    .pro-content .content .swiper-pagination {
        position: absolute;
    }
    .pro-content .l-con .sub {
        padding-bottom: 0;
    }
    .Solutions .item {
        width: calc((100% - .1rem) / 2);
    }
 
}


/* 新增 */

.news .share {
    line-height: .46rem;
    color: #FFF;
    font-weight: bold;
    padding: 0 .4rem 0 .5rem;
    background: #3FA597 url(../images/share.svg)no-repeat .2rem center;
    background-size: .16rem;
}

.news .list .item {
    margin-top: .4rem;
    font-size: .18rem;
    padding-bottom: .2rem;
    border-bottom: 1px #ebe9ec dashed;
}

.news .list .item .pic {
    width: 2.28rem;
    height: 2.28rem;
    overflow: hidden;
    margin-right: .2rem;
}

.news .list .item .text-con {
    display: flex;
    flex-direction: column;
}

.news .list .item .tit {
    font-weight: bold;
}

.news .list .item .opt {
    margin-top: .5em;
    text-align: right;
}

.news .list .item .opt .btn {
    display: inline-block;
    line-height: 1.2;
    padding: .6em 1.2em;
    margin: 1em 1em 0 0;
}

.news .list .item .opt .btn:last-of-type {
    margin-right: 0;
}

.news .list .item .opt .btn.disabled {
    background: #c3c3c3;
}

.news .list .item .des {
    margin-top: .25rem;
    color: #3E3E3E;
    line-height: 1.6;
    margin-bottom: auto;
}

.news .list .item .more {
    text-align: right;
    margin-top: .5rem;
    color: #3FA597;
    background: url(../images/arrow5.svg)no-repeat right center;
    background-size: .08rem;
    padding-right: .15rem;
    font-size: .16rem;
}

.news .list .item .date {
    text-align: right;
    color: #999;
    margin: .1rem 0 .2rem 0;
}

.news .pub-title {
    margin-top: .9rem;
}

.news .pro-list {
    margin-top: .9rem;
}

.news .home-news .card {
    width: 100%;
}

.news .home-news .card .item {
    width: 48%;
    margin-right: 4%;
}

.news .home-news .card .item:nth-child(even) {
    margin-right: 0;
}

.data-down .list .item .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
}
.data-down .list .item .opt {
    margin-top: 0;
}
.data-down .list .item .opt .btn {
    margin-top: .5em;
}
.data-down .list .item .des {
    margin-top: .15rem;
}

.news-details h1 {
    font-size: .32rem;
    margin-top: .8rem;
}

.news-details .info {
    border-bottom: 1px #e8e8e8 solid;
    margin-top: .3rem;
    padding-bottom: .3rem;
    color: #999;
    font-size: .18rem;
}

.news-details .info span {
    margin-right: .2rem;
}

.news-details .info .sns a {
    width: .32rem;
    margin-right: .1rem;
}

.news-details .info .sns a>img {
    width: 100%;
}

.news-details .body {
    font-size: .18rem;
    line-height: 1.8;
    margin-top: .4rem;
    border-bottom: 1px #e8e8e8 solid;
    padding-bottom: .5rem;
}

.news-details .body h4 {
    color: #3FA597;
    margin-top: .3rem;
}

.news-details .body p {
    margin-top: .3rem;
}

.news-details .body img {
    max-width: 100%;
}

.news-details .prev {
    line-height: 3;
    font-size: .18rem;
    margin-top: .3rem;
}

.Data-Download .pub-title {
    margin-top: .8rem;
}

.Data-Download .pro-list {
    margin-top: .65rem;
}

.Data-Download .content {
    margin-top: .65rem;
}

.Data-Download .pic-con {
    width: 4.6rem;
}

.Data-Download .thumb {
    width: 100%;
    height: 3.4rem;
    height: auto;
    overflow: hidden;
    padding: .1rem;
    background-color: #d8d8d8;
}

.Data-Download .thumb img {
    /* max-width: 90%; */
    /* max-height: 90%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Data-Download .pic-con .tit {
    display: block;
    font-size: .18rem;
    font-weight: bold;
    margin-top: .2rem;
    line-height: 1.5;
}

.Data-Download .text-con {
    margin-right: .7rem;
}

.Data-Download .text-con h1 {
    font-size: .32rem;
    border-bottom: 1px #EBEBEB solid;
    padding-bottom: .3rem;
    line-height: 1.4;
}

.Data-Download .text-con .mod {
    color: #999;
    margin-top: .5rem;
}

.Data-Download .mod>div {
    margin-right: .3rem;
}

.Data-Download .mod span {
    color: #3FA597;
}

.Data-Download .btn-con {
    color: #999;
    margin-top: .25rem;
}

.Data-Download .btn-con .btn1 {
    line-height: .32rem;
    padding: 0 .25rem 0 .5rem;
    background: url(../images/down.svg)no-repeat .2rem center;
    background-size: .2rem;
    color: #FFF;
    font-size: .13rem;
    margin-left: .15rem;
}

.Data-Download .btn-con .btn1:nth-child(2) {
    background-color: #3FA597;
}

.Data-Download .btn-con .btn1:nth-child(3) {
    background-color: #006EDD;
}

.Data-Download .btn-con .disabled {
    background-color: #c3c3c3 !important;
}

.Data-Download .btn-con .sns a {
    width: .32rem;
    margin-right: .1rem;
}

.Data-Download .btn-con .sns a:last-child {
    margin-right: 0;
}

.Data-Download .btn-con .sns a img {
    width: 100%;
}

.Data-Download .body {
    margin-top: .25rem;
}

.Data-Download .body .tit {
    color: #999;
}

.Data-Download .body .text {
    font-size: .18rem;
    margin-top: .2rem;
    line-height: 1.8;
}

.in-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: .2rem 0;
}
.in-nav .item {
    color: #3FA597;
    padding: .6em 1.8em;
    margin: 1em;
    margin-left: 0;
    border: 1px solid #3FA597;
}
.in-nav .item:last-of-type {
    margin-right: 0;
}
.in-nav .item a {
    display: flex;
    align-items: center;
    color: inherit;
    text-transform: uppercase;
}
.in-nav .item i{
    display: block;
    width: .2rem;
    height: .2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .4em;
}
.in-nav .item.i-com i{
    background-image: url(../images/icon-company.svg);
}
.in-nav .item.i-pro i{
    background-image: url(../images/icon-nav.svg);
}
.in-nav .item.i-honor i{
    background-image: url(../images/icon-honor.svg);
}
.in-nav .item.i-case i{
    background-image: url(../images/icon-case.svg);
}
.in-nav .item.i-down i{
    background-image: url(../images/icon-down.svg);
}
.in-nav .item.on,
.in-nav .item:hover {
    color: #ffffff;
    background-color: #3FA597;
}
.in-nav .item.i-com.on i,
.in-nav .item.i-com:hover i {
    background-image: url(../images/icon-company-white.svg);
}
.in-nav .item.i-pro.on i,
.in-nav .item.i-pro:hover i{
    background-image: url(../images/icon-nav-white.svg);
}
.in-nav .item.i-honor.on i,
.in-nav .item.i-honor:hover i{
    background-image: url(../images/icon-honor.svg);
}
.in-nav .item.i-case.on i,
.in-nav .item.i-case:hover i{
    background-image: url(../images/icon-case.svg);
}
.in-nav .item.i-down.on i,
.in-nav .item.i-down:hover i{
    background-image: url(../images/icon-down-white.svg);
}

.about .body {
    font-size: .18rem;
    line-height: 1.8;
    margin-top: 2em;
}

.contact .title {
    font-size: .32rem;
    font-weight: bold;
    line-height: 1.4;
    margin: .6rem 0;
    text-align: center;
}
.contact .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact .list li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    border: 1px solid #EBEBEB;
    padding: .5rem 1em;
    margin-bottom: 2%;
}
.contact .list li .icon {
    width: .6rem;
    height: .6rem;
    object-fit: contain;
}
.contact .list li .tit {
    font-size: .18rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    margin-top: .2rem;
    margin-bottom: auto;
}
.contact .list li .cont {
    position: relative;
    margin-top: .4rem;
    padding-top: .4rem;
}
.contact .list li .cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: .6rem;
    height: 0.04rem;
    background: #3FA597;
}
.contact .list li .cont .txt {
    font-size: .18rem;
    color: #3FA597;
    text-align: center;
}
.contact .list li .cont img {
    width: 1.7rem;
    height: 1.7rem;
    object-fit: contain;
}
.contact .list li .cont #map {
    width: 2.8rem;
    height: 1.7rem;
    margin: 0 auto;
    margin-top: 1em;
}


/* 采购列表 */
.procurement .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .5rem;
}
.procurement .list li {
    position: relative;
    width: 48%;
    padding: .4rem;
    margin-bottom: 2%;
    border: 1px solid #EBEBEB;
}
.procurement .list li .btn {
    position: absolute;
    right: .4rem;
    bottom: .4rem;
    font-size: .14rem;
    font-weight: bold;
    color: #3FA597;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    padding: .6em 1.8em;
    background: #FFFFFF;
    border: 1px solid #3FA597;
}
.procurement .list li .txt {
    line-height: 1.4;
    margin-top: .24rem;
}
.procurement .list li .txt:first-child {
    margin-top: 0;
}
.procurement .list li .txt span,
.procurement .list li .txt a {
    font-weight: normal;
}
.procurement .list li .txt .type {
    display: inline-block;
    color: #3FA597;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 13em;
}
.procurement .list li .txt .type.s2 {
    color: #000;
}


/* 采购详情 */
.procurement-detail .title {
    font-size: .32rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: .5rem;
}
.procurement-detail .title span{
    color: #3FA597;
}
.procurement-detail .info-box {
    display: flex;
    margin: .5rem 0;
}
.procurement-detail .info-box .li{
    flex: 1;
    font-size: .18rem;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #EBEBEB;
}
.procurement-detail .info-box .li>div {
    padding: .8em 1em;
}
.procurement-detail .info-box .li .type {
    border-bottom: 1px solid #EBEBEB;
}
.procurement-detail .body .title-box {
    padding: .1rem .18rem;
    padding-bottom: 0;
    background: #F8F8F8;
}
.procurement-detail .body .title-box span {
    color: #fff;
    font-weight: bold;
    padding: 1.6em 2.4em;
    background: #3FA597;
}
.procurement-detail .body .cont-box {
    font-size: .18rem;
    line-height: 1.6;
    margin-top: 2em;
}

#cont-img-swiper,
#full-swiper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0, 0, 0, .5);
    display: none;
    z-index: 999;
}

#cont-img-swiper .swiper-slide .img-box img,
#full-swiper .swiper-slide .img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#cont-img-swiper .swiper-pagination,
#full-swiper .swiper-pagination {
    bottom: 1em;
    color: #ffffff;
}

@media (min-width:1025px) {
    .news .list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .news .share,
    .news-details .info .sns,
    .Data-Download .btn-con .sns {
        display: none;
    }
    .contact .title,
    .procurement-detail .title,
    .login .box .right .title {
        font-size: 20px;
    }
    .news .list .item,
    .news-details .body,
    .news-details .prev,
    .Data-Download .pic-con .tit,
    .Data-Download .text-con,
    .Data-Download .body .text,
    .about .body,
    .contact .list li .tit,
    .contact .list li .cont .txt,
    .procurement-detail .body .cont-box,
    .procurement-detail .info-box .li {
        font-size: 14px;
    }
    .news .list .item .more,
    .news-details .info,
    .Data-Download .btn-con .btn1,
    .procurement .list li .btn {
        font-size: 12px;
    }
    .news .list .item .pic {
        width: 1.8rem;
        height: 1.8rem;
    }
    .news .home-news .card .item .more {
        position: static;
        display: inline-block;
        margin-top: .2rem;
    }
    .news-details h1,
    .Data-Download .text-con h1 {
        font-size: 18px;
    }
    .Data-Download .btn-con .btn1 {
        line-height: 32px;
    }
}

@media (max-width:767px) {
    .crumbs {
        font-size: 12px;
        line-height: 1.2;
    }
    .news .home-news .card .item {
        width: 100%;
        margin-right: 0%;
    }
    .Data-Download .text-con {
        margin-right: 0;
    }
    .Data-Download .pic-con {
        width: 100%;
        margin-top: .4rem;
    }
    .Data-Download .thumb {
        height: auto;
    }
    .in-nav .item{
        padding-left: 1em;
        padding-right: 1em;
        margin-top: .5em;
        margin-bottom: .5em;
    }
    .contact .list li {
        width: 49%;
        margin-bottom: 2%;
    }
    .contact .list li .icon {
        width: .5rem;
        height: .5rem;
    }
    .contact .list li .cont img {
        width: 1.2rem;
        height: 1.2rem;
    }
    .contact .list li.fax {
        order: 5;
    }
    .contact .list li.map {
        order: 6;
        width: 100%;
    }
    .contact .list li.map  .cont {
        width: 100%;
    }
    .contact .list li.map #map {
        width: 100%;
        height: 3rem;
    }
    .procurement .list li {
        width: 100%;
    }
    .procurement .list li .btn {
        position: relative;
        right: unset;
        bottom: unset;
        display: block;
        margin-top: .24rem;
    }
    .procurement-detail .info-box {
        flex-wrap: wrap;
    }
    .procurement-detail .info-box .li {
        flex: unset;
        width: 100%;
        display: flex;
        text-align: left;
        border-bottom-width: 0;
    }
    .procurement-detail .info-box .li:last-of-type {
        border-bottom-width: 1px;
    }
    .procurement-detail .info-box .li .type {
        border: 0;
        width: 3rem;
        border-right: 1px solid #EBEBEB;
    }
    .procurement-detail .body .title-box span {
        padding: 1em 2em;
    }
    .procurement-detail .body .cont-box {
        margin-top: 0;
    }

    .down .con {
        padding-top: 0;
    }

    .menu .swiper-container {
        margin-right: -2px;
        padding-right: 2px;
    }
    .menu .item.swiper-slide {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    
    .menu,
    .home-pro-mb,
    .home-news .card,
    .home-pro-mb .content,
    .home-down,
    .home-pro,
    .home-quality,
    .Solutions,
    .news .pub-title,
    .Data-Download .pub-title,
    .down,
    .details .pro-list {
        margin-top: .6rem;
    }
    .news .pro-list,
    .details .pub-title+.pro-list {
        margin-top: 20px;
    }
    .news .home-news .card .item:first-of-type {
        margin-top: .2rem;
    }
    .home-news,
    .home-pro .content .t-tit,
    .Data-Download .card .pub-title,
    .Data-Download .pub-title+.pro-list {
        margin-top: 0;
    }
}


/* 新增样式 */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.rich-text p {
    margin: 1em 0;
}

.rich-text p::after {
    content: "";
    display: block;
    clear: both;
}

.rich-text img,
.rich-text video {
    max-width: 100%;
    height: auto !important;
}

.rich-text ul {
	list-style: initial;
}

.rich-text ul,
.rich-text ol {
    padding-left: 28px;
}

.rich-text a {
    color: #0000ff;
}

.home-pro .l-con {
    display: flex;
    flex-direction: column;
    padding-right: .3rem;
}

.home-pro .l-con .pic {
    position: relative;
    bottom: unset;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 2em 0;
}

.menu .item.on {
    background-color: #FFF;
    z-index: 10;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
}

.menu .item.on::after {
    width: 100%;
}



.home-quality .content .item .pic {
    padding-top: 6%;
}

.home-quality .content .item .pic img {
    object-fit: contain;
}

.pop-content .fluentform .ff-el-group {
    display: flex;
    border: 1px #EBEBEB solid;
    border-top: 0;
    margin-bottom: 0;
} 
.pop-content .fluentform .ff-el-group .ff-el-input--label {
    width: auto;
    line-height: 1.4;
    padding: 1em 0 1em 1em;
}
.pop-content .fluentform .ff-el-group .ff-el-input--content {
    flex: 1;
    margin-left: 0;
}
.pop-content .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control {
    border: 0;
    height: 100%;
}
.pop-content .fluentform .ff-el-group.ff_submit_btn_wrapper {
    border: 0;
    margin-top: 2em;
}
.pop-content .fluentform .ff-el-group.ff_submit_btn_wrapper button {
    font-size: inherit;
    border-radius: 0;
    background: #3FA597;
}
.pop-content .fluentform .ff-el-is-error .text-danger {
    position: absolute;
    margin-top: 0;
}

.message-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: .1rem;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 0.05rem #000;
    opacity: 0;
    transition: all .3s;
    z-index: 99999;
}
.message-box.show {
    opacity: 1;
}
.message-box .txt {
    font-size: .18rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
    padding: 1em;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    transition: all .3s;
}
.popup.show {
    opacity: 1;
    /* z-index: 10; */
}
.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.popup .p-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: .4em;
    background: #ffffff;
}

.popup.p-mail .p-container{
    padding: 1.6em 2.4em;
}
.popup.p-mail .title {
    display: flex;
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
}
.popup.p-mail .title i{
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/copy.svg) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    margin-left: .4em;
    cursor: pointer;
}
.popup.p-mail ul li{
    display: flex;
    align-items: center;
    font-size: .2rem;
    margin: 1em 0;
}
.popup.p-mail ul li:last-of-type {
    margin-bottom: 0;
}
.popup.p-mail ul li::before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .6em;
}
.popup.p-mail .gmail::before {
    background-image: url(../images/gmail.png);
}
.popup.p-mail .outlook::before {
    background-image: url(../images/outlook.svg);
}
.popup.p-mail .yahoo::before {
    background-image: url(../images/yahoo.svg);
}


.popup.p-chat {
    display: none;
    opacity: 1;
    z-index: 1000;
}
.popup.p-chat .p-container {
    font-size: 16px;
    padding: 1em 1.4em;
    border-radius: 4px;
    background: #3FA597;
}
.popup.p-chat ul .item {
    display: flex;
    align-items: center;
    padding: .6em 1.2em;
    border-radius: 4px;
    background: #ffffff;
    margin-top: 1em;
}
.popup.p-chat ul .item span {
    width: 1.8rem;
}
.popup.p-chat ul .item:first-of-type {
    margin-top: 0;
}
.popup.p-chat ul .item::before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: .4em;
}
.popup.p-chat ul .i-phone::before {
    background-image: url(../images/c-phone.svg);
}
.popup.p-chat ul .i-qq::before {
    background-image: url(../images/c-qq.svg);
}
.popup.p-chat ul .i-wechat::before {
    background-image: url(../images/c-wechat.svg);
}
.popup.p-chat ul .i-telegram::before {
    background-image: url(../images/c-telegram.svg);
}
.popup.p-chat ul .i-skype::before {
    background-image: url(../images/c-skype.svg);
}
.popup.p-chat ul .i-whatsapp::before {
    background-image: url(../images/c-whatsapp.svg);
}
.popup.p-chat ul .i-messenger::before {
    background-image: url(../images/c-messenger.svg);
}
.popup.p-chat ul .i-teams::before {
    background-image: url(../images/c-teams.svg);
}

.popup.p-chat ul .item.tip {
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: center;
}
.popup.p-chat ul .item.tip::before {
    display: none;
}



.file-down.disabled {
    background-color: #c3c3c3 !important;
    pointer-events: none;
}

.show-mb,
.show-mb-flex {
    display: none !important;
}


@media (min-width:1025px) {
    
}

@media (max-width:1199px) {
    .popup.p-mail .title {
        font-size: 18px;
    }
    .message-box .txt {
        font-size: 16px;
    }
    .popup.p-mail ul li {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .show-pc {
        display: none !important;
    }
    .show-mb {
        display: block !important;
    }
    .show-mb-flex {
        display: flex !important;
    }
    .Solutions .more,
    .home-pro .view {
        margin-top: .4rem;
    }
    .home-pro-mb .swiper-container {
        margin-right: -2px;
        padding-right: 2px;
    }
    .pro-list {
        /* justify-content: space-between; */
    }
    .pro-list .item {
        position: relative;
        width: 50%;
        height: auto;
        flex-direction: column-reverse;
        padding: 0;
        /* border: 0; */
        /* margin-bottom: .4rem; */
        border: 0;
        padding: 15px;
    }
    .pro-list .item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 1px);
        height: calc(100% + 1px);
        box-sizing: border-box;
        border: 1px #EBEBEB dashed;
    }
    .pro-list .item .tit {
        margin: 0;
        margin-bottom: auto;
        text-align: center;
        font-weight: normal;
    }
    .pro-list .item .pic{
        height: 2.1rem;
        margin: 0;
        margin-bottom: .2rem;
        /* border: 1px #EBEBEB solid; */
    }
    .pro-list .item .pic img {
        max-width: 100%;
        max-height: 100%;
    }
    .pro-list .item .more {
        display: none;
    }
    .data-down .list .item .pic {
        width: auto;
        height: auto;
        flex-direction: column;
    }
    .data-down .list .item .pic img {
        width: 1.8rem;
        height: 1.8rem;
    }
    .data-down .list .item .l-img .btn {
        width: 1.8rem;
        font-size: 14px;
        text-align: center;
        line-height: 2;
        margin-top: .1rem;
    }
    .data-down .list .item .date {
        margin-bottom: .1rem;
    }
    .down-detail-page .pro-list .item:nth-of-type(n + 5),
    .news-detail-page .pro-list .item:nth-of-type(n + 5),
    .details .pro-list .item:nth-of-type(n + 5) {
        display: none;
    }
    .main-pro-cover .pro-list .item::after{
        height: 100%;
    }
}