*{ -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
@font-face {
    font-family: HELVETICA-CONDENSED-BLACK-SE;
    src: url(/assets/vango/pc/fonts/HELVETICA-CONDENSED-BLACK-SE.TTF)
}

* {
    -webkit-tap-highlight-color: transparent;
}

#header,
#nav ul li>a,
.top_menu {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#header {
    z-index: 999;
    height: 5.3125rem;
    width: 100%;
    top: 2.375rem;
    z-index: 998;
    position: fixed;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    background: #fff;
}

#header>.m {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: static
}

#header .fr {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 1160px;
    align-items: center;
}

.headstop {
    background: #374853;
    height: 2.375rem;
}

.headstop .m {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.75rem;
}

.headstop .m a {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
}

.headstop .m a i {
    color: #049c5d;
    font-size: 1.25rem;
}


#logo {
    flex-shrink: 0
}

#logo a {
    display: flex;
    height: 100%;
    align-items: center
}

#logo img {
    width: 10rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}


#nav {
    flex-grow: 1;
    margin-right: 4.375rem;
}

#nav ul {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

#nav ul li {
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 0
}

#nav ul li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    background: url(/assets/vango/pc/images/sanjiao.png)no-repeat;
    background-size: cover;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    display: none;
}

#nav ul li>a {
    display: block;
    font-size: 1rem;
    color: #4e4f51;
    line-height: 5.3125rem;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: capitalize;
    font-weight: bold;
}



#nav ul li>a:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #008e52;
    transition: 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: center
}

#nav ul li.on>a:before,
#nav ul li:hover>a:before {
    transform: scaleX(1)
}

#nav ul li.link:hover::before {
    opacity: 1;
}

#nav li .sub {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 999;
    transform-origin: 0 0;
    transform: translateY(10px) translateX(-50%);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 26rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}

#nav li .sub .box {
    padding: 0;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-width: 8rem;
    width: auto;
}

#nav li .sub a {
    padding: 0;
    line-height: 2.5;
    transition: .3s;
    font-size: .875rem;
    color: #2d2d2d;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    text-transform: capitalize;
}

#nav li .sub a:hover {
    color: #008e52;
}

#nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) translateX(-50%)
}

#header .whatapp {position: relative;}
#header .whatapp .wx_ewm_box{position: absolute;opacity: 0;transform: translateY(-10px);visibility: hidden;width: 7rem;right: 0;top: calc(100% + .5rem);transition: .5s;}
#header .whatapp .wx_ewm{position: relative;background: #fff;border-radius: 5px;padding: 0.375rem;border: 1px solid #ddd;}
#header .whatapp:hover .wx_ewm_box{opacity: 1;transform: translateY(0);visibility: visible;}

.btn_language {
    padding: 0 1.25rem;
    border-left: 1px solid #e5eae8;
    border-right: 1px solid #e5eae8;
    width: 8.125rem;
}

.btn_language a {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.btn_language a i {
    font-size: 1.25rem;
}

.top_menu svg {
    width: .875rem;
    height: .875rem;
}

.top_menu span {
    font-size: .875rem;
    color: #333333;
    transition: .5s;
}

.top_menu.btn_language svg path {
    fill: #666666;
}

.language_sub {
    position: absolute;
    right: 0;
    top: calc(100% + 0px);
    border: 1px solid #eee;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform-origin: top;
    transform: scaleY(0);
}

.top_menu:hover .language_sub {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.language_sub a {
    display: block;
    text-align: left;
    justify-content: flex-start !important;
    padding: 1rem 2rem;
    text-transform: uppercase;
    padding-left: 23%;
    font-size: .9375rem;
    color: #666;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.language_sub a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.language_sub a:after {
    content: "";
    display: block;
    width: 3px;
    height: 0;
    background: #008e52;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
}

.language_sub a:hover:after {
    height: 100%;
    top: 0;
    bottom: auto;
}

.top_menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.3125rem;
}

.top_menu.whatapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5.3125rem;
    border-left: 1px solid #e5eae8;
    transition: all .5s;
}

.top_menu.whatapp a:hover i {
    color: #008e52;
}

.top_menu.whatapp a i {
    color: #676767;
    font-size: 1.25rem;
}



.top_menu.btn_bd {
    width: 6.75rem;
    height: 2.5rem;
    background: #6f75d6;
    border-radius: 4px;
    color: #fff;
    font-size: .9375rem;
}

.top_menu.btn_bd a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


#header.xg {
    top: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}



#header #nav ul li.on>a,
#header #nav ul li:hover>a {
    color: #008e52 !important
}



#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 996;
    transition: .5s;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#m_header .m {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#m_header #m_logo {
    flex-grow: 1
}

#m_header #m_logo img {
    height: 36px
}

#m_header .top_menu i {
    font-size: 1.5rem
}

#m_header .top_menu:last-child {
    margin-right: 6rem
}

#m_header .btn_language>a {
    line-height: 4.5rem
}

.m_nav_list {
    width: 100%
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav .top_search {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.top_search {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: translateY(30px)
}

#m_nav.act .top_search {
    opacity: 1;
    transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: translateY(0)
}

.top_search form {
    width: 304px;
    height: 46px;
    background: 0;
    border-radius: 26px;
    border: 1px solid rgb(255 255 255 / 63%);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top_search form .input {
    width: 100px;
    height: 100%;
    background: 0;
    border: 0;
    flex-grow: 1;
    color: #fff;
    padding-left: 20px
}

.top_search form .button {
    width: 46px;
    height: 100%;
    cursor: pointer;
    background: url(/assets/vango/pc/images/search-btn.svg) center no-repeat;
    background-size: 23px !important;
    border: 0;
    outline: 0;
    color: #fff
}

.top_search form .button:active {
    background: url(/assets/vango/pc/images/search-btn.svg) center no-repeat
}

.top_search form .input::-webkit-input-placeholder {
    color: #fff
}

.top_search form .input::-moz-placeholder {
    color: #fff
}

.top_search form .input::-moz-placeholder {
    color: #fff
}

.top_search form .input::-ms-input-placeholder {
    color: #fff
}

.top_search form .input:focus::-webkit-input-placeholder {
    color: transparent
}

.top_search form .input:focus:-moz-placeholder {
    color: transparent
}

.top_search form .input:focus::-moz-placeholder {
    color: transparent
}

.top_search form .input:focus:-ms-input-placeholder {
    color: transparent
}

#m_nav {
    z-index: 997;
    position: fixed;
    width: 17rem;
    height: 100vh;
    top: 0;
    display: none;
    padding: 50px 0;
    overflow: hidden;
    pointer-events: none;
    transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform-origin: left;
    left: auto;
    right: 0;
    pointer-events: none;
    transform: perspective(600px) rotateY(-90deg);
    transform-origin: right;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px)
}

#m_nav::-webkit-scrollbar {
    display: none
}

#m_nav.act {
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: perspective(600px) rotateY(0deg)
}

#m_nav>ul>li {
    width: 70%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto
}

#m_nav>ul>li+li {
    border-top: 1px solid rgb(90 90 90 / 10%)
}

#m_nav li .a {
    display: block
}

#m_nav li h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #000;
    padding: 0;
    font-size: 1.25rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav li .a {
    flex-grow: 1
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center
}

#m_nav li i {
    font-size: 0
}

#m_nav .title i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 30px;
    height: 4.5rem;
    opacity: .8;
    float: right;
    display: inline-block;
    background: url(/assets/vango/pc/images/arrow_down.svg) center no-repeat;
    background-size: 14px
}

#m_nav li.on.title i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav .on.title i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav li {
    display: block;
    width: 100%
}

#m_nav .slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: 0;
    border: 0;
    clear: both;
    padding-bottom: 1rem
}

#m_nav .title .list span {
    background: 0
}

#m_nav .title .list span a:hover {
    color: #014085
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #666;
    text-align: left;
    line-height: 2.5rem;
    border: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold
}

#m_nav .title .list span {
    position: relative;
    display: block
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden
}

#m_nav .title .sub a {
    background: 0;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none
}

#m_nav li h3 {
    transform: translateY(50px);
    opacity: 0
}

#m_nav li .list a {
    transform: translateY(50px);
    opacity: 0
}

#m_nav.act li h3 {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

#m_nav.act .list a {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(270deg, #00a39b 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -webkit-linear-gradient(270deg, #00a39b 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -ms-linear-gradient(270deg, #00a39b 30%, rgba(175, 30, 40, 0) 100%)
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1)
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s
}

.search-dialog-box .bubbles-bg .bubble {
    position: absolute
}

.search-dialog-box .bubbles-bg .bubble .circle {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.search-dialog-box .bubbles-bg .bubble1 {
    width: 6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
    border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble2 {
    width: 12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
    background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble3 {
    width: 36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
    background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble4 {
    width: 56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%)
}

.search-dialog-box .bubbles-bg .bubble5 {
    width: 54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
    background-color: #fff;
    opacity: .1
}

.search-dialog-box .bubbles-bg .bubble6 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%)
}

.search-dialog-box .bubbles-bg .bubble7 {
    width: 2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
    background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble8 {
    width: 1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
    border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble9 {
    width: 16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
    background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble10 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top: 87%
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%)
}

.search-dialog-box .bubbles-bg .bubble {
    animation: spin 8s infinite linear;
    transform-origin: 50% 45%
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
    animation: spin2 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble .circle {
    animation: spin-reverse 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
    animation: spin-reverse2 8s infinite linear
}

.search-dialog-box .bubbles-bg .sm-bubble {
    transform-origin: 30% 30px
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0
}

.search-dialog .search-input {
    overflow: hidden;
    width: 50rem;
    margin: 0 auto;
    padding: 0 .5rem 0 1.5rem;
    background-color: rgba(255, 255, 255, .1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: 4.5rem;
    width: calc(100% - 3.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    color: #fff;
    transition: all .3s
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 4.5rem;
    width: 3.5rem
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    background-image: url('/assets/vango/pc/images/search-btn.svg')
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/vango/pc/images/close-btn.svg');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none
}

.search-dialog .search-input.on {
    background-color: #fff
}

.search-dialog .search-input.on input[type=submit] {
    background-image: url('/assets/vango/pc/images/search-btn2.svg')
}

.search-dialog .hot-search {
    font-size: 0;
    width: 19.5rem;
    margin: .6rem auto 0;
    box-sizing: border-box;
    padding: 0 .6rem;
    overflow: hidden
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top
}

.search-dialog .hot-search .hot-tit {
    font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: url(/assets/vango/pc/images/hot-icon.png)
}

.search-dialog .hot-link {
    margin-left: 1rem
}

.search-dialog .hot-link a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .375rem;
    line-height: .5rem;
    margin-right: .75rem;
    color: #fff;
    padding-bottom: 5px;
    position: relative
}

.search-dialog .hot-link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0;
    bottom: 5.1%;
    width: 100%
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden
}

.search-dialog-box .bottom-box .copy {
    font-size: .35rem;
    line-height: .5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .5rem;
    overflow: hidden
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1
}

.header-right.is-open .search-btn .con-box {
    display: none
}

.header-right.is-open .close-btn {
    display: block
}

.header-right.is-open .item .search-bg {
    transform: scale(1)
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .search-bg {
    height: 100vh
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00a39b;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .75rem;
    background-repeat: no-repeat;
    background-image: url(/assets/vango/pc/images/close-btn.svg);
    transition: .6s
}

.pub-close i:hover {
    transform: rotate(180deg)
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(1turn)
    }
}

@keyframes spin-reverse2 {
    from {
        transform: rotate(-1turn)
    }
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 996;
    background-color: rgb(20 27 62 / 45%);
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: .5s;
    pointer-events: none
}

#m_nav.act+.nav_mask {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    pointer-events: inherit
}

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #00a39b
}

#m_n_nav .m {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#bnt_back svg {
    fill: #fff;
    vertical-align: middle;
    width: 26px;
    height: 26px
}

#m_n_nav h1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px
}

#bnt_sub_nav {
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

#bnt_sub_nav svg {
    fill: #fff;
    height: 20px;
    vertical-align: middle;
    width: 20px
}

#bnt_sub_nav img {
    display: block;
    height: 15px
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sub_nav_content {
    background: #f0f3f5;
    display: none;
    box-shadow: 0 0 5px #999;
    z-index: 9
}

#sub_nav_content ul {
    padding: 10px
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #00a39b;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #535455
}

#sub_nav_content ul li.on a {
    color: #00a39b
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7
}

#sub_nav_content dt {
    position: relative;
    background: #fff;
    z-index: 999;
    margin-bottom: 0
}

#sub_nav_content dt a {
    margin: 0 20px;
    display: block;
    color: #5b5349;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    vertical-align: top;
    font-family: Alibaba-PuHuiTi-Regular
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none
}

#sub_nav_content dt.title {
    background: #fafafb
}

#sub_nav_content dt.title i {
    opacity: 1;
    filter: alpha(opacity=100)
}

#sub_nav_content dt.title_on {
    background: #fafafb
}

#sub_nav_content dt.title_on a {
    color: #00a39b;
    border-top: 1px solid #fff
}

#sub_nav_content dt.title_on a i {
    color: #00a39b
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #00a39b
}

#sub_nav_content dd .box {
    padding: 0
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    font-size: 13px;
    color: #5b5349;
    display: block;
    height: 30px
}

#sub_nav_content dd a.on {
    color: #00a39b
}

#banner {
    position: relative;
    z-index: 0;
    margin-top: 5.3125rem;
}

#banner .swiper-container {
    height: 36.875rem;
    position: relative;
}

#banner .swiper-slide {
    overflow: hidden
}

#banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important
}

#banner .m {
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .m>img {
    margin-right: -10rem;
    opacity: 0;
}

#banner .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 65.625rem;
}

#banner .txt>* {
    opacity: 0
}


#banner .txt h4 {
    font-size: 2.8125rem;
    line-height: 3.75rem;
    color: #fff;
    font-family: AlibabaPuHuiTi-3-45-Light;
    text-align: center;
    /* text-transform: capitalize; */
}

#banner .txt p {
    font-size: 1.125rem;
    margin-top: .5rem;
    line-height: 1.5;
    color: #fff;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

#banner .swiper-button-white {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#banner .swiper-button-white i {
    color: #fff;
    font-size: 1rem;
}


#banner .swiper-button-white::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/assets/vango/pc/images/l.png)no-repeat;
    background-size: 100% 100%;
    animation: spin 5s linear infinite;
}


#banner .swiper-button-prev {
    opacity: 1;
    left: 10.5%;
    position: absolute
}

#banner .swiper-button-next {
    opacity: 1;
    right: 10.5%;
    position: absolute
}



#banner .swiper-slide.swiper-slide-active .txt h4 {
    animation: enter 1.2s forwards .2s
}

#banner .swiper-slide.swiper-slide-active .txt p {
    animation: enter 1.2s forwards .3s
}



@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}


.n_title {
    padding: 0;
    position: relative;
    z-index: 1
}

.n_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e5e5e5
}

.n_title .m {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.n_nav {
    position: relative;
    flex-grow: 1
}

.n_nav ul {
    display: flex
}

.n_nav li {
    display: block;
    flex-grow: 1;
    max-width: 13.75rem;
    font-size: 1.125rem;
    float: left;
    line-height: 4.375rem;
    z-index: 1;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.n_nav li a {
    display: block;
    padding: 0 2rem;
    text-align: center;
    color: #2b2b2b;
    transition: .5s
}

.n_nav li+li:after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px
}

.n_nav li:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    background: #00a39b;
    bottom: 0;
    left: 0;
    transition: .3s ease-in-out;
    opacity: 0;
    z-index: -1
}

.n_nav li.on a,
.n_nav li:hover a {
    color: #fff
}

.n_nav li.on:before,
.n_nav li:hover:before {
    width: 100%;
    opacity: 1
}

.n_nav li.on:after,
.n_nav li:hover:after {
    opacity: 0
}

.n_nav .sub {
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0;
    display: none
}

.n_nav .sub a {
    display: block;
    height: 2.75rem;
    font-size: .9rem;
    line-height: 2.75rem;
    transition: .3s;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    white-space: nowrap;
    padding: 0 15px;
    font-weight: normal !important;
    color: #2f2f2f
}

.n_nav .sub a:hover {
    color: #00a39b
}

.position {
    left: 0;
    bottom: 0;
    font-size: .9375rem;
    color: #747679;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position>svg {
    margin-right: 5px
}

.position span,
.position a,
.position i {
    font-size: .8125rem;
    color: #828386;
    flex-shrink: 0;
    -moz-transition: all .36s ease-in-out;
    -webkit-transition: all .36s ease-in-out;
    -o-transition: all .36s ease-in-out;
    -ms-transition: all .36s ease-in-out;
    transition: all .36s ease-in-out
}

.position i {
    margin: 0 .5rem;
    font-style: normal;
    width: 8px;
    height: 8px
}

.position span {
    color: #00a39b;
    font-style: normal
}

.position em {
    color: #00a39b;
    font-style: normal
}

.position a:hover {
    color: #00a39b
}



.s_tit {
    text-align: center;
}

.s_tit h4 {
    color: #3f3f3f;
    font-size: 2.25rem;
    line-height: 1.5;
    /* text-transform: uppercase; */
}

.s_tit p {
    color: #797f83;
    font-size: .875rem;
    line-height: 1.125rem;
    margin-top: .5rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}


.s_pro {
    background: #f9f9f9;
}

.s_pro ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.125rem;
    margin-top: 4rem;
}

.s_pro ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    padding: 2.5rem 2rem 3.125rem;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 9px 0px;
}

.s_pro ul li a .table {
    display: table;
    width: 100%;
    height: 90px;
    text-align: center;
    margin-bottom: 1.75rem;
}

.s_pro ul li a .table i {
    display: table-cell;
    vertical-align: middle;
}

.s_pro ul li a .table i img {
    margin: auto;
}

.s_pro ul li a h5 {
    color: #3f3f3f;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
}

.s_pro ul li a p {
    color: #818283;
    font-size: .875rem;
    line-height: 1.5;
    height: 2.625rem;
    overflow: hidden;
    margin: .625rem 0 1.5rem;
    text-align: center;
    width: 100%;
}

.s_pro ul li a .pro_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7.1875rem;
    height: 2.375rem;
    text-align: center;
    border: #e5e5e5 1px solid;
    font-size: 13px;
    color: #aeaeae;
    border-radius: 3px;
    font-family: AlibabaPuHuiTi-3-45-Light;
    text-transform: capitalize;
    transition: all .5s;
}

.s_pro ul li a:hover .pro_more {
    background: #008e52;
    border: #008e52 1px solid;
    color: #fff;
}

#s_tq .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#s_tq .swiper-slide .s_tqcon {
    background: #374853;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 0 3.75rem;
}

#s_tq .swiper-slide .s_tqcon i {
    width: 25px;
    height: 3px;
    background: #008e52;
    margin: 1.5rem 0 2rem;
}

#s_tq .swiper-slide .s_tqcon h4 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

#s_tq .swiper-slide .s_tqcon p {
    font-size: .9375rem;
    line-height: 1.5625rem;
    color: rgba(255, 255, 255, 0.65);
    height: auto;
    /* overflow: hidden; */
    margin-bottom: 4.375rem;
}

#s_tq .swiper-button-white {
    width: 2rem;
    height: 2rem;
    border: 1px solid #5f6d75;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5.25rem;
    top: auto;
    transition: all .5s;
}



#s_tq .swiper-button-white i {
    color: #c3c8cc;
    font-size: .875rem;
}

#s_tq .swiper-button-white:hover {
    border: 1px solid #fff;
}

#s_tq .swiper-button-white:hover i {
    color: #fff;
}

#s_tq .s_tqnext {
    right: auto;
    left: 55.5%;
}

#s_tq .s_tqprev {
    right: auto;
    left: 53%;
}

.s_weltop {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.s_weltop .weleft {
    flex-shrink: 0;
}

.s_weltop .weleft h4 {
    color: #3e3e3e;
    font-size: 2.25rem;
    line-height: 3rem;
}

.s_weltop .weleft p {
    color: #575757;
    font-size: .875rem;
    line-height: 1.375rem;
    margin-bottom: 2.5rem;
    margin-top: .5rem;
}

.s_weltop .weleft a,
.s_new .lmore {
    display: inline-flex;
    width: 8.5rem;
    height: 3.125rem;
    border: 1px solid #e5e5e5;
    border-radius: 1.5rem;
    align-items: center;
    justify-content: center;
    font-family: AlibabaPuHuiTi-3-45-Light;
    line-height: 1.5;
    text-transform: capitalize;
    transition: all .5s;
    font-size: .9375rem;
    color: #000000;
}

.s_weltop .weleft a:hover,
.s_new .lmore:hover {
    background: #008e52;
    border: 1px solid #008e52;
    color: #fff;
}

.s_weltop .welright p {
    color: #5e5e5e;
    font-size: .9375rem;
    line-height: 1.75rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}


.s_video {
    display: block;
    position: relative;
    height: 100%;
    border-radius: 5px;
}

.s_video .img {
    height: 100%;
    border-radius: 5px;
}

.s_video .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.jhjj ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jhjj ul li {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
    position: relative;
}

.jhjj ul li .jjimg,
.n_abgd ul li .jjimg {
    position: relative;
    z-index: 0;
}

.jhjj ul li img,
.n_abgd ul li img {
    height: 3.4375rem;
}

.jhjj ul li::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 64px;
    background: url(/assets/vango/pc/images/hoverline.png)no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    transition: all .5s;
    opacity: 0;
}

.jhjj ul li .jjimg::before,
.n_abgd ul li .jjimg::before {
    content: '';
    position: absolute;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    background: url(/assets/vango/pc/images/hoveryuan.png)no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .5s;
    z-index: -1;

}

.jhjj ul li:hover::before,
.jhjj ul li.on::before {
    bottom: -2rem;
    opacity: 1;
}

.jhjj ul li:hover .jjimg::before,
.jhjj ul li.on .jjimg::before,
.n_abgd ul li:hover .jjimg::before,
.n_abgd ul li.on .jjimg::before {
    right: -1rem;
    opacity: 1;
}


.jhjj ul li .counter {
    display: block;
    color: #008e52;
    font-size: 2.625rem;
    line-height: 1.25;
    margin: 2.5rem 0 0;
}

.jhjj ul li p {
    color: rgba(111, 125, 115, .6);
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: MyriadPro-Regular;
    text-transform: capitalize;
}


.s_adv ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s_adv ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s_adv ul li i {
    font-size: 3.5rem;
}

.s_adv ul li h5 {
    font-family: AlibabaPuHuiTi-3-55-Regular;
    color: #3f3f3f;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 1.5rem 0 1rem;
}

.s_adv ul li p {
    font-family: AlibabaPuHuiTi-3-45-Light;
    max-width: 28.75rem;
    font-size: .875rem;
    line-height: 1.5rem;
    color: rgba(63, 63, 63, .7);
    text-align: center;
}

.s_partner {
    background: url(/assets/vango/pc/images/hzbg.jpg)center no-repeat;
    background-size: cover;
}

.s_partner .partcon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.s_partner .partcon h4 {
    max-width: 100%;
    font-size: 2.25rem;
    line-height: 1.125;
    color: #fff;
}

.s_partner .partcon h4 span {
    font-size: 1.25rem;
}

.s_partner .partcon div {
    text-align: right;
}

.s_partner .partcon div h5 {
    font-family: AlibabaPuHuiTi-3-45-Light;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.375rem;
    line-height: 1.5;
}

.s_partner .partcon div p {
    font-family: AlibabaPuHuiTi-3-45-Light;
    color: rgba(255, 255, 255, 0.7);
    font-size: .875rem;
    line-height: 1.5rem;
    max-width: 45.9375rem;
    margin-top: 1.125rem;
}

.partbox {
    padding: 0 4.6875rem;
    position: relative;
}

#s_hzlogo .swiper-slide a {
    display: block;
    background: #fff;
}

#s_hzlogo .swiper-slide a .imgs {
    padding: 1.125rem;
    height: 7.5rem;
}

#s_hzlogo .swiper-slide a .imgs img {
    display: block;
    margin: auto;
}

#s_hzlogo .swiper-slide a .s_hzcon {
    padding: 1.375rem;
    color: #797f83;
    font-size: .9375rem;
    line-height: 1.125rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
    text-align: center;
    border-top: 1px solid #e5ebe8;
}

#s_hzlogo .swiper-slide a .s_hzcon p {
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partbox .swiper-button-white {
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    transition: all .5s;
}

.partbox .swiper-button-white:hover {
    background: #fff;
}

.partbox .swiper-button-white:hover i {
    color: #008e52;
}

.partbox .s_hznext {
    left: auto;
    right: 0;
}

.partbox .s_hzprev {
    left: 0;
    right: auto;
}

.partbox .swiper-button-white i {
    color: #fff;
    font-size: 1rem;
}


.s_new ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.71875rem;
    margin-top: 3.125rem;
}

.s_new ul li a {
    display: block;
}

.s_new ul li a h5 {
    color: #3f3f3f;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
    margin: 1.5rem 0 1rem;
}

.s_new ul li a p {
    color: rgba(63, 63, 63, 0.6);
    font-size: .875rem;
    line-height: 1.5rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.s_new ul li a .img_db:after {
    padding-top: 53.42%;
}

.s_new ul li a .s_newtime {
    background: #808081;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.875rem;
    height: 3.875rem;
    position: absolute;
    right: 1.3125rem;
    bottom: 1.4375rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.125rem;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-45-Light;
    transition: all .5s;
}

.s_new ul li a:hover .s_newtime {
    background: #008e52;
}

.s_new .lmore {
    margin: 3rem 46% 0;
}

.s_botton {
    border-top: 1px solid rgba(0, 0, 0, .15);
    position: relative;
}

.s_botton::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/assets/vango/pc/images/s_bottomwl.png)top no-repeat;
    background-size: 100%;
}

#s_exhswiper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

#s_exhswiper .swiper-slide,
.n_zhxx .m>ul>li {
    background: #fff;
    border-radius: 5px;
    padding: 1.875rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 18px 0px;
    transition: all .5s;
}

#s_exhswiper .s_extop,
.n_zhxx .m>ul>li .s_extop {
    display: grid;
    align-items: center;
    grid-template-columns: 13rem 1fr;
    gap: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    transition: all .5s;
}

#s_exhswiper .s_extop .s_exl,
.n_zhxx .m>ul>li .s_extop .s_exl {
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 7.8125rem;
}

#s_exhswiper .s_extop .s_exr .exname,
.n_zhxx .m>ul>li .s_extop .s_exr .exname {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

#s_exhswiper .s_extop .s_exr .exname h5,
.n_zhxx .m>ul>li .s_extop .s_exr .exname h5 {
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 1.375rem;
    line-height: 1.5;
    transition: all .5s;
}

#s_exhswiper .s_extop .s_exr .exname div,
.n_zhxx .m>ul>li .s_extop .s_exr .exname div {
    width: 2.625rem;
    height: 1.25rem;
    border-radius: 4px;
    color: #fffefe;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #8cc63e;
}

#s_exhswiper .s_extop .s_exr ul,
.n_zhxx .m>ul>li .s_extop .s_exr ul {
    margin-top: 1.375rem;
}

#s_exhswiper .s_extop .s_exr ul li,
.n_zhxx .m>ul>li .s_extop .s_exr ul li {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: rgba(52, 51, 51, .8);
    font-size: .9375rem;
    line-height: 1.5;
    transition: all .5s;
}

#s_exhswiper .s_extop .s_exr ul li i,
.n_zhxx .m>ul>li .s_extop .s_exr ul li i {
    color: #1f9c67;
    font-size: 1.375rem;
}

#s_exhswiper .s_exbot,
.n_zhxx .m>ul>li .s_exbot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#s_exhswiper .s_exbot div,
.n_zhxx .m>ul>li .s_exbot div {
    margin-top: 1.5rem;
    width: 12.625rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    font-family: AlibabaPuHuiTi-3-45-Light;
    transition: all .5s;
    background: #008e52;
}

#s_exhswiper .s_exbot div i,
.n_zhxx .m>ul>li .s_exbot div i {
    color: #fff;
    font-size: 1.25rem;
}

#s_exhswiper .swiper-slide:hover,
.n_zhxx .m>ul>li:hover {
    background: #008e52;
}

#s_exhswiper .swiper-slide:hover .s_exbot div,
.n_zhxx .m>ul>li:hover .s_exbot div {
    background: #12a466;
}

#s_exhswiper .swiper-slide:hover .s_extop,
.n_zhxx .m>ul>li:hover .s_extop {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

#s_exhswiper .swiper-slide:hover .s_extop .s_exr .exname h5,
#s_exhswiper .swiper-slide:hover .s_extop .s_exr ul li,
#s_exhswiper .swiper-slide:hover .s_extop .s_exr ul li i,
.n_zhxx .m>ul>li:hover .s_extop .s_exr .exname h5,
.n_zhxx .m>ul>li:hover .s_extop .s_exr ul li,
.n_zhxx .m>ul>li:hover .s_extop .s_exr ul li i {
    color: #fff;
}

.s_exhbox .s_exhdian {
    bottom: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0);
}

.s_exhbox .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d7d7d7;
    opacity: 1;
    margin: 0 8px !important;
    transition: all .5s;
    border-radius: 50%;
}

.s_exhbox .swiper-pagination-bullet-active {
    background: #008e52;
}

.s_sam .s_sub {
    margin-top: 3.125rem;
    display: flex;
    gap: 1.5rem;
}

.s_sam .s_sub ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.46875rem;
    width: 100%;
}

.s_sam .s_sub ul li {
    position: relative;
}

.s_sam .s_sub ul li input {
    width: 100%;
    height: 3rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #101010;
    padding: 0 2rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.s_sam .s_sub ul li input::placeholder {
    color: rgba(16, 16, 16, .5);
}

.s_sam .s_sub ul li .yzm {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translate(0, -50%);
}

.s_sam .s_sub button {
    width: 12.125rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    background: #008e52;
    flex-shrink: 0;
    text-transform: uppercase;
}


#foot {
    background: #333333;
}

#foot .m {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

#foot .m .footleft ul {
    margin-top: 3rem;
    display: grid;
    gap: .5rem;
}

#foot .m .footleft ul li a {
    color: rgb(255 255 255 / 40%);
    font-size: .875rem;
    line-height: 1.5;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

#foot .m .footright {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

#foot .m .footright .share {
    display: flex;
    align-items: center;
    gap: 1.625rem;
}

#foot .m .footright .share h5 {
    font-family: AlibabaPuHuiTi-3-55-Regular;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

#foot .m .footright .share ul {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

#foot .m .footright .share ul li {
    position: relative;
}

#foot .m .footright .share ul li .ewmbox {
    position: absolute;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    width: 7rem;
    right: 0;
    bottom: calc(100% + 1rem);
    transition: .5s;
}

#foot .m .footright .share ul li .ewmbox .ewm {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 0.375rem;
    border: 1px solid #ddd;
}

#foot .m .footright .share ul li .ewmbox .ewm img {
    width: 100%;
}

#foot .m .footright .share ul li .ewmbox .ewm:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    background: #fff;
    right: 0.625rem;
    top: 100%;
    margin-top: -9px;
    border-radius: 3px;
}

#foot .m .footright .share ul li:hover .ewmbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#foot .m .footright .share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    background: rgb(233 233 233 / 40%);
    transition: all .5s;
}

#foot .m .footright .share ul li a i {
    font-size: 1.25rem;
    color: #3e3e3e;
}

#foot .m .footright .share ul li a:hover {
    background: #008e52;
}

#foot .m .footright>ul {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

#foot .m .footright>ul li a {
    color: #fff;
    font-size: .875rem;
    line-height: 1.125rem;
    text-transform: capitalize;
    transition: all .5s;
}

#foot .m .footright>ul li a:hover {
    color: #008e52;
}

#foot .m .footright .copyright {
    font-size: .875rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1.25rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.copyright a {
    transition: all .5s;
}

.copyright a:hover {
    color: #fff;
}


.setcookie {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    z-index: 900;
    padding: 2.5rem;
    left: 0;
    bottom: 0;
    width: 100%;
}

.setcookie .m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.setcookie .txt {}

.setcookie .txt h4 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.setcookie .txt .con {
    font-size: .875rem;
    line-height: 1.5rem;
    max-width: 61.875rem;
    color: rgb(244 246 248 / 60%);
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.setcookie .btnbox {
    display: flex;
    gap: 1.6875rem;
}

.setcookie .btnbox .button {
    background: #676d71;
    border: 0;
    outline: 0;
    color: #fff;
    width: 9.125rem;
    padding: 0 1rem;
    height: 3rem;
    border-radius: 3px;
    font-size: .875rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.setcookie .btnbox .button:nth-child(1) {
    background: #008e52;
}


.n_banner {
    height: 19.6875rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 5.3125rem;
}


.n_banner .m {
    display: flex;
    align-items: center;
    justify-content: center;
}


.n_banner .m div {
    max-width: 50rem;
    text-align: left;

}

.n_banner .m div h4 {
    color: #fff;
    font-size: 2.875rem;
    line-height: 1.25;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    text-align: center;
    text-transform: uppercase;
}

.n_banner .m div p {
    color: #495664;
    font-size: 1.125rem;
    line-height: 1.875rem;
}


#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%
}

#m_n_nav #n_n_title {
    background: #008e52;
}

#m_n_nav .m {
    display: flex;
    align-items: center;
    justify-content: center
}

#bnt_back svg {
    fill: #fff;
    height: 50px;
    vertical-align: middle;
    width: 26px
}

#m_n_nav h1 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px
}

#bnt_back {
    position: absolute;
    left: 1rem;
    top: 0
}

#bnt_sub_nav {
    position: absolute;
    right: 1rem;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

#bnt_sub_nav svg {
    fill: #fff;
    height: 50px;
    vertical-align: middle;
    width: 20px
}

#bnt_sub_nav img {
    display: block;
    height: 15px
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sub_nav_content {
    background: #fff;
    display: none;
    box-shadow: 0 0 5px #999;
    z-index: 9
}

#sub_nav_content ul {
    padding: 10px
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #013281;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #535455
}

#sub_nav_content ul li.on a {
    color: #013281
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem 0
}

#sub_nav_content dt {
    position: relative;
    background: #fff;
    z-index: 999;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    text-align: center
}

#sub_nav_content dt a {
    margin: 0 10px;
    display: block;
    color: #5b5349;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    vertical-align: top
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none
}

#sub_nav_content dt.title {
    background: #fafafb
}

#sub_nav_content dt.title i {
    opacity: 1;
    filter: alpha(opacity=100)
}

#sub_nav_content dt.title_on {
    background: #fafafb
}

#sub_nav_content dt.title_on a i {
    color: #013281
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #fff;
    background: #00643c;
}

#sub_nav_content dd .box {
    padding: 0
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    font-size: 13px;
    color: #5b5349;
    display: block;
    height: 30px
}

.zidh {
    width: 100%;
    height: 4.625rem;
    background: #fff;
    position: relative;
    z-index: 10;
}

.zidh .m {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.zidh ul {
    display: flex;
    align-items: center;
    position: relative
}



.zidh ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 4.625rem;
    color: #3f3f3f;
    font-size: 1rem;
    width: 14.375rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
    transition: all .5s;
    text-transform: capitalize;
}


.zidh ul li.on a,
.zidh ul li:hover a {
    color: #fff;
}

.zidh ul li.on {
    background: #00643c;
}




.position {
    left: 0;
    bottom: 0;
    font-size: .875rem;
    color: #929292;
    display: flex;
    align-items: center
}

.position span,
.position a,
.position i {
    font-size: .875rem;
    line-height: 1.875rem;
    color: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    -moz-transition: all .36s ease-in-out;
    -webkit-transition: all .36s ease-in-out;
    -o-transition: all .36s ease-in-out;
    -ms-transition: all .36s ease-in-out;
    transition: all .36s ease-in-out;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.position i {
    font-style: normal;
    margin: 0 .5rem
}

.position em {
    color: #008e52;
    font-style: normal;
}

.position a:hover {
    color: #008e52
}



.page .box {
    display: flex;
    margin-top: 3rem;
    flex-wrap: wrap;

}

.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    font-size: .875rem;
    color: #3a3a3a;
    margin-right: .625rem;
    border: 1px solid #e0e0e0;
    flex-shrink: 0;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 5px;
    font-family: Arial;
    text-transform: capitalize;
}

.page a span {
    padding: 0 1rem;
    white-space: nowrap
}



.page .centers {
    justify-content: center;
}


/* 新闻 */

.n_new,
.n_newxq,
.n_product,
.n_tspro,
.n_tsproxq,
.n_jjcenter,
.n_zhxx,
.n_about,
.n_abswiper,
.n_contact,
.n_rongyu,
.n_zxbd {
    background: #f9f9f9;
}

.n_new ul {
    display: grid;
    gap: 1.8125rem;
}

.n_new ul li a {
    display: grid;
    grid-template-columns: 24.125rem 1fr;
    gap: 2.5rem;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(51 51 51 / 10%);
    position: relative;
    z-index: 0;
}

.n_new ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #00643c;
    z-index: -1;
    transition: all .5s;
    left: 0;
    bottom: 0;
}

.n_new ul li a .img {
    border-radius: .625rem;
}

.n_new ul li a .img_db:after {
    padding-top: 53.89%;
}

.n_new ul li a .n_newcon h5 {
    color: #3f3f3f;
    font-size: 1.25rem;
    line-height: 1.5rem;
    transition: all .5s;
}

.n_new ul li a .n_newcon p {
    font-family: AlibabaPuHuiTi-3-45-Light;
    font-size: .875rem;
    line-height: 1.5rem;
    color: rgb(63 63 63 / 60%);
    margin: 1.75rem 0 2.125rem;
}

.n_new ul li a .n_newcon>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.n_new ul li a .n_newcon>div .n_newtimes {
    width: 12.625rem;
    height: 2.8125rem;
    border-radius: 3px;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    color: #00643c;
    font-size: .875rem;
    line-height: 1.5;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.n_new ul li a .n_newcon>div .n_newtimes i {
    color: #00643c;
    font-size: 1.25rem;
}

.n_new ul li a .n_newcon>div .n_newarr {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00643c;
}

.n_new ul li a .n_newcon>div .n_newarr i {
    color: #fff;
    font-size: 1.25rem;
}

.n_new ul li a:hover::before {
    width: 65%;
}

.n_new ul li a:hover .n_newcon h5 {
    color: #00643c;
}

/* 新闻详情 */

.newxqbox {
    background: #fff;
    padding: 3.125rem 1.25rem 3.375rem 1.875rem;
    display: grid;
    grid-template-columns: 1fr 20rem;
    gap: 4rem;
}

.newxqleft .ar_title {
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #f0f0f0;
    position: relative;
    margin-bottom: 2.125rem;
}

.newxqleft .ar_title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    background: #00643c;
    width: 9.6875rem;
}

.newxqleft .ar_title h4 {
    color: #3f3f3f;
    font-size: 1.625rem;
    line-height: 1.5;
}

.newxqleft .ar_title p {
    color: #7e8080;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .875rem;
}

.newxqleft .ar_article p {
    color: #5e5e5e;
    font-family: AlibabaPuHuiTi-3-45-Light;
    font-size: .9375rem;
    line-height: 1.875rem;
}

.newxqleft .ar_fot {
    padding-top: 1.75rem;
    border-top: 2px solid rgb(192 205 200 / 20%);
    margin-top: 3rem;
    display: grid;
    gap: 1rem;
}

.newxqleft .ar_fot a {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    color: #303030;
    font-size: .9375rem;
    line-height: 1.5;
}

.newxqleft .ar_fot a div {
    color: #303030;
    font-size: .9375rem;
    line-height: 1.5;
    position: relative;
    transition: all .5s;
    z-index: 0;
    text-align: center;
    width: 6.25rem;
    flex-shrink: 0;
}

.newxqleft .ar_fot a div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.5rem;
    background: #00643c;
    border-radius: 6px;
    z-index: -1;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all .5s;
}

.newxqleft .ar_fot a:hover div {
    color: #fff;
}

.newxqleft .ar_fot a:hover div::before {
    opacity: 1;
}

.newxqright h5 {
    color: #00643c;
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
}

.newxqright ul {
    display: grid;
    gap: 1.25rem;
}

.newxqright ul li a {
    display: block;
    padding-bottom: .625rem;
    border-bottom: 1px solid transparent;
    transition: all .5s;
}

.newxqright ul li a h6 {
    font-family: AlibabaPuHuiTi-3-45-Light;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #3f3f3f;
}

.newxqright ul li a p {
    color: #b2b2b4;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .5rem;
}

.newxqright ul li a .img_db:after {
    padding-top: 53.125%;
}

.newxqright ul li a .xqrightcon {
    padding: 1.125rem .625rem 0;
}

.newxqright ul li a:hover {
    border-bottom: 1px solid #00643c;
}

/* 产品 */

.pro_ss {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    padding: 0;
    justify-content: center;
}

.pro_ss input {
    width: 100%;
    border: 2px solid #e6e6e6;
    border-radius: 7px;
    font-size: .9375rem;
    line-height: 1.5;
    height: 3rem;
    padding: 0 1.25rem;
}



.pro_ss input::placeholder {
    color: #3f3f3f;
}

.pro_ss button {
    background: #00643c;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    color: #fff;
    font-size: 1rem;
    width: 16.875rem;
    height: 3rem;
    line-height: 1.5;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.pro_ss button i {
    color: #fff;
    font-size: 1.25rem;
}

.row_tab {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.75rem 0;
    border-bottom: 2px solid #00643c;
    /*    flex-wrap: wrap;*/
}

.row_tab a {
    font-family: AlibabaPuHuiTi-3-45-Light;
    font-size: 1.125rem;
    line-height: 1.5;
    width: 2.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.row_tab a.on,
.row_tab a:hover {
    background: #00643c;
    color: #fff;
}


.pro_menu {
    background: #00643c;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    gap: 6rem;
}

.pro_menu>div {
    color: #fff;
    font-size: 1.125rem;
    text-transform: capitalize;
}


.prolist .proitem {
    height: 3.125rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    gap: 6rem;
    transition: all .5s;
    position: relative;
}


.prolist li {
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.prolist .proitem:hover {
    background: #e3ebe6;
}

.prolist .proitem div {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.prolist li .proslide {
    z-index: 11;
    position: absolute;
    padding: 0px;
    border: 1px solid #00643c;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
}

.prolist li .proslide .theme_color {
    background: #00643C;
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    position: relative;
}

.prolist li .proslide .theme_color h5 {
    color: #f9f9f9;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.prolist li .proslide .theme_color .pop-close {
    background: #fff;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}

.prolist li .proslide .theme_color .pop-close:hover {
    transform: rotate(180deg);
}

.prolist li .proslide .theme_con {
    background: #fff;
    padding: 2.25rem 2.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.prolist li .proslide .theme_con img {
    max-height: 9.375rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 18px 0px;
}


.prolist li .proslide .theme_con .thxx {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
    margin-bottom: 1.625rem;
}

.prolist li .proslide .theme_con .thxx h5 {
    color: #00643c;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-transform: capitalize;
}

.prolist li .proslide .theme_con .thxx p {
    color: #3f3f3f;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 21.25rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.prolist li .proslide .theme_con .thlj {
    display: flex;
    align-items: center;
    gap: 4.375rem;
}

.prolist li .proslide .theme_con .thlj a {
    width: 16.875rem;
    height: 3.75rem;
    background: #00643c;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #f9f9f9;
    text-transform: capitalize;
}

.prolist li .proslide .theme_con .thlj a i {
    color: #fff;
    font-size: 1.125rem;
}

/* 特色产品 */

.n_tspro ul {
    display: grid;
    gap: 1.25rem;
}

.n_tspro ul li a {
    display: grid;
    grid-template-columns: 18.75rem 1fr;
    padding: 2rem 3.75rem 2rem 2.125rem;
    background: #fff;
    gap: 2.5rem;
    transition: all .5s;
}

.n_tspro ul li a .img_db:after {
    padding-top: 65%;
}

.n_tspro ul li a .tsname {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .75rem;
    border-bottom: 2px solid rgb(131 135 132 / 10%);
    padding-right: 1.25rem;
    position: relative;
    z-index: 0;
    margin-bottom: 1.125rem;
}

.n_tspro ul li a .tsname::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all .5s;
    height: 2px;
    background: #00643c;
    z-index: -1;
}

.n_tspro ul li a .tsname h5 {
    color: #3f3f3f;
    font-size: 1.25rem;
    line-height: 1.875rem;
    transition: all .5s;
}

.n_tspro ul li a .tsname div {
    width: 2.6875rem;
    height: 2.6875rem;
    background: #00643c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.n_tspro ul li a .tsname div i {
    color: #fff;
    font-size: 1.5rem;
}

.n_tspro ul li a .tscon p,
.tsproxq .tsxqnr .tsxqcon p {
    display: flex;
    align-items: flex-start;
    gap: .625rem;
}

.n_tspro ul li a .tscon p span,
.tsproxq .tsxqnr .tsxqcon p span {
    color: #5e5e5e;
    font-size: .9375rem;
    line-height: 1.5rem;
    display: block;

}

.n_tspro ul li a .tscon p .tss,
.tsproxq .tsxqnr .tsxqcon p .tss {
    color: #008e52;
    flex-shrink: 0;
    text-transform: uppercase;
}

.n_tspro ul li a:hover {
    background: #e3ebe6;
}

.n_tspro ul li a:hover .tsname h5 {
    color: #00643c;
}

.n_tspro ul li a:hover .tsname::before {
    width: 100%;
}

/* 特色产品详情 */

.tsproxq {
    background: #fff;
    padding: 2.25rem 3.125rem 2.25rem 2.375rem;
}


.tsproxq .tsxqnr {
    display: grid;
    grid-template-columns: 36.5625rem 1fr;
    gap: 5.625rem;
    margin-bottom: 3.125rem;
}

.tsproxq .tsxqnr #ts_swiper {
    width: 100%;
    border-radius: .625rem;
}

.tsproxq .tsxqnr #ts_swiper .img_db:after {
    padding-top: 64.958%;
}

.tsproxq .tsxqnr #ts_swiper .swiper-button-white {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: rgb(28 28 28 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.tsproxq .tsxqnr #ts_swiper .swiper-button-white i {
    color: #fff;
    font-size: 1.125rem;
}

.tsproxq .tsxqnr .tsxqcon h5 {
    color: #3f3f3f;
    font-size: 1.875rem;
    padding-bottom: 1.125rem;
    border-bottom: 2px solid #00643c;
    display: inline-block;
}

.tsproxq .tsxqnr .tsxqcon .tsheads {
    width: 100%;
    position: relative;
    margin-bottom: 2.25rem;
}

.tsproxq .tsxqnr .tsxqcon .tsheads::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(131 135 132 / 10%);
    left: 0;
    bottom: 0;
}

.tsproxq .tsxqnr .tsxqcon p+p {
    margin-top: .5rem;
}

.tsproxq .tsxqnr .tsxqcon {
    position: relative;
}

.tsproxq .tsxqnr .tsxqcon a {
    position: absolute;
    width: 12.25rem;
    height: 3.125rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    right: 0;
    bottom: .875rem;
    color: #fff;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.875rem;
    background: #00643c;
}

.tsproxq .tsxqnr .tsxqcon a i {
    color: #fff;
    font-size: 1.25rem;
}


.ts_slide_nav {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    border-bottom: 1px solid #00643c;
    margin-bottom: 3.125rem;
}

.ts_slide_nav li {
    width: 18.75rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5f5ee;
    color: #00643c;
    font-size: 1rem;
    line-height: 1.875rem;
    border-radius: 6px 6px 0 0;
    transition: all .5s;
    position: relative;
    text-align: center;
}

.ts_slide_nav li::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 10px;
    background: url(/assets/vango/pc/images/tssj.png)no-repeat;
    background-size: cover;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: all .5s;
}


.ts_slide_nav li.on {
    color: #fff;
    background: #00643c;
}

.ts_slide_nav li.on::before {
    opacity: 1;
}

/* 手艺中心 */

.n_titles {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 2.25rem;
}

.n_titles h4 {
    color: #00643c;
    font-size: 2.25rem;
    line-height: 1.5;
    text-transform: capitalize;
}

.n_titles i {
    display: block;
    width: 1.875rem;
    height: 4px;
    background: #00643c;
}


.ar_article p {
    color: #5e5e5e;
    font-size: .9375rem;
    line-height: 1.875rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

#jssw .swiper-slide {
    width: auto;
    position: relative;
    overflow: hidden;
    border-radius: .875rem;
}

#jssw .syp {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.75rem;
    width: 100%;
    text-align: center;
    padding: 4rem 2.125rem 1.5rem;
    background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
}


.jishu .swiper-scrollbar {
    left: 50% !important;
    transform: translate(-50%, 0);
    height: 2px !important;
    background: #dddde1;
    width: 100% !important;
}

.jishu .swiper-scrollbar-drag {
    position: absolute;
    background: #00643c;
}

.jishu {
    position: relative;
}


/* 展会信息 */

.n_zhxx .m>ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.875rem 3.75rem;
}


/* 关于立博 */

.n_about .m {
    display: flex;
    align-items: center;
    gap: 4.375rem;
}

.n_about .m .n_abcon {
    width: 100%;
}

.n_about .m .n_abcon h4 {
    font-size: 2.25rem;
    line-height: 1.5;
    color: #00643c;
}

.n_about .m .n_abcon i {
    display: block;
    width: 3.125rem;
    height: 2px;
    background: #00643c;
    margin: 1.25rem 0 1.5rem;
}

.n_about .m .n_abcon p {
    color: #5e5e5e;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.n_about .m .img {
    max-width: 41.125rem;
    width: 100%;
    flex-shrink: 0;
}


.n_abgd {
    background: url(/assets/vango/pc/images/n_aboutgdbg.jpg)no-repeat center;
    background-size: cover;
}

.n_abgd ul {
    padding: 0 8.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n_abgd ul li {
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
}

.n_abgd ul li img,
.n_abgd ul li .jjimg::before {
    filter: contrast(0) brightness(1000%);
    -webkit-filter: contrast(0) brightness(1000%);
}

.n_abgd ul li .counter {
    display: block;
    color: #fff;
    font-size: 2.625rem;
    line-height: 1.25;
    margin: 5.5rem 0 0;
}

.n_abgd ul li p {
    color: rgb(206 206 206 / 60%);
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: MyriadPro-Regular;
    text-transform: capitalize;
}

.n_abgd ul li::before {
    content: '';
    position: absolute;
    width: 7.5625rem;
    height: 4rem;
    background: url(/assets/vango/pc/images/hovwhite.png)no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    opacity: 0;
}


.n_abgd ul li:hover::before,
.n_abgd ul li.on::before {
    top: 45%;
    opacity: 1;
}


#ab_swiper .img_db:after {
    padding-top: 64.91%;
}

#ab_swiper .swiper-slide {
    border-radius: 6px;
    overflow: hidden;
}

.n_abswiper .abswiperbot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .9375rem;
}

.n_abswiper .swiper-scrollbar,
.n_abswiper .swiper-button-white {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
}

.n_abswiper .swiper-scrollbar {
    height: 3px;
    width: 100%;
}

.n_abswiper .swiper-button-white {
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #04985a;
    transition: all .5s;
    flex-shrink: 0;
    margin-top: 0;

}

.n_abswiper .swiper-button-white i {
    color: #fff;
    font-size: 1.25rem;
}

.n_abswiper .swiper-button-white:hover {
    background: #00643c;
}

/* 招聘 */

.n_zhaopin {
    background: url(/assets/vango/pc/images/n_zpbg.jpg)no-repeat center;
    background-size: cover;
}


.n_zhaopin #list_slide {
    position: relative;
    display: grid;
    gap: 10px;
}


.n_zhaopin #list_slide dl {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.n_zhaopin #list_slide .on dt {
    background: #00643c;
}

.n_zhaopin #list_slide dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 5.3125rem;
    transition: .5s;
    padding: 0 3.75rem;
    background: #f0f2f5;
}

.n_zhaopin #list_slide dd {
    display: none;
    transition: 0s;
    line-height: 2rem;
    font-size: .9375rem;
    padding: 2.25rem 3.5rem 2.5rem;
    background: #fff;
}

.n_zhaopin #list_slide dl+dl dt {
    border-top: none;
}

.n_zhaopin #list_slide dt h3 {
    overflow: hidden;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-grow: 1;
    text-transform: capitalize;
}

.n_zhaopin #list_slide dt h3 p {
    display: flex;
    align-items: center;
    color: #3f3f3f;
    font-size: 1.125rem;
    line-height: 1.875rem;
    gap: .5rem;
}

.n_zhaopin #list_slide dt h3 p i {
    color: #656470;
    font-size: 1.5rem;
}

.n_zhaopin #list_slide .on dt h3 span,
.n_zhaopin #list_slide .on dt h3 p,
.n_zhaopin #list_slide .on dt h3 p i {
    color: #fff;
}

.n_zhaopin #list_slide dt h3 span {
    color: rgba(0, 0, 0, .7);
    font-size: 1rem;
    line-height: 1.875rem;
}




.n_zhaopin #list_slide dt .tgl {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
    transition: .4s;
    border-radius: 50%;
    background: #00643c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_zhaopin #list_slide dt .tgl i {
    color: #fff;
    font-size: 1.125rem;
}

.n_zhaopin #list_slide .on dt .tgl {
    transform: rotate(90deg);
    background: #fff;
}

.n_zhaopin #list_slide .on dt .tgl i {
    color: #008e52;
}

.n_zhaopin #list_slide dd .content {
    line-height: 1.875rem;
    font-size: .9375rem;
    display: flex;
    flex-direction: row-reverse;
}

#list_slide .content .right {
    width: 38%;
}

#list_slide .content .right .flex {
    display: flex;
}

.n_zhaopin #list_slide dd .tt {
    font-size: 1.125rem;
    color: #00643c;
    line-height: 1.875rem;
    margin-bottom: 1rem;
}

.n_zhaopin #list_slide .btn_send {
    width: 13.25rem;
    line-height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    background: #00643c;
    margin-top: 2.5rem;
    height: 3.4375rem;
    border-radius: 4px;
}

.n_zhaopin #list_slide dd .sqbox {
    margin-bottom: 2rem;
}

.n_zhaopin #list_slide dd .sqbox p {
    list-style: decimal;
    /* margin-left: 1.3em; */
    font-size: .9375rem;
    color: #6f6f6f;
    line-height: 1.875rem;
}



#list_slide .content {
    overflow: hidden;
}

#list_slide .content .left {
    width: 50%;
}

#list_slide .content .right {
    width: 50%;
    padding-left: 5.625rem;
}

#list_slide .content .right .flex {
    display: flex;
}

#list_slide .content .right .pic {
    flex-shrink: 0;
    width: 7.4375rem;
    margin-right: 2rem;
}

#list_slide .content .right .applybox {
    display: flex;
    color: #404044;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#list_slide .content .right .applybox ul li {
    position: relative;
    padding-left: 2rem;
}

#list_slide .content .right .applybox ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .75rem;
    width: 6px;
    height: 6px;
    background: #008e52;
    border-radius: 50%;

}

#list_slide .content .scrollbox {
    height: 17.5rem;
    overflow: auto;
    padding-right: 2.5rem;
}

.scrollbox::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: #d9dce0;
}

.scrollbox::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d9dce0;
}

.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #008e52;
    box-shadow: 0;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

#list_slide .content .right .li+.li {
    margin-top: 1rem;
}

#list_slide .ar_article p {
    color: #3d3d3d;
    font-size: 1rem;
    line-height: 2rem;
}


/* 联系立博 */

.n_contact ul {
    display: grid;
    gap: 2.25rem;
    align-items: center;
}

.n_contact ul li+li {
    padding-top: 2.25rem;
    border-top: 2px solid #e4eae7;
}

.n_contact ul li {
    display: grid;
    grid-template-columns: 25.9375rem 1fr;
    gap: 5rem;
}

.n_contact ul li .add_contact {
    height: 21.875rem;
    border-radius: .625rem;
    background: #e4eae7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.n_contact ul li .add_contact div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: #00643c;
    padding: 3.25rem
}

.n_contact ul li .add_contact div i {
    font-size: 2.375rem;
    color: #fff;
}

.n_contact ul li .add_contact h5 {
    color: #00643c;
    font-size: 1rem;
    line-height: 1.125rem;
}

.n_contact ul li .add_con h4 {
    color: #00643c;
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 1.875rem;
    position: relative;
    margin-bottom: 2.25rem;
}

.n_contact ul li .add_con h4::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 2rem;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #00643c;

}

.n_contact ul li .contactcon>div {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.n_contact ul li .contactcon>div+div {
    margin-top: .5rem;
}

.n_contact ul li .contactcon>div h6 {
    font-family: AlibabaPuHuiTi-3-55-Regular;
    color: #5e5e5e;
    font-size: 1rem;
    line-height: 2.25rem;
}

.n_contact ul li .contactcon>div .conhead {
    color: #00643c;
    font-weight: bold;
}

.n_contact ul li .contactcon .tels {
    color: #5e5e5e;
    font-size: 1rem;
    line-height: 2.25rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.n_contact ul li .contactcon a {
    color: #5e5e5e;
    font-size: 1rem;
    line-height: 2.25rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.n_contact ul li .contactcon .links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* 资质声誉 */

.n_rongyu .n_ry {
    display: flex;
    align-items: center;
    gap: 1.8125rem;
    justify-content: center;
}

.n_rongyu .n_ry a {
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    width: 17rem;
    height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: AlibabaPuHuiTi-3-45-Light;
    color: #3f3f3f;
    font-size: 1rem;
    line-height: 1.875rem;
    text-transform: capitalize;
    position: relative;
}

.n_rongyu .n_ry a.on {
    background: #00643c;
    border: 2px solid #00643c;
    color: #fff;
}

.n_rongyu .n_ry a.on::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 17px;
    height: 10px;
    bottom: -10px;
    background: url(/assets/vango/pc/images/tssj.png)no-repeat;
    background-size: cover;
}

.n_rongyu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.25rem 4.4375rem;
}

.n_rongyu ul li {
    display: flex;
    gap: 3.75rem;
    padding: 2.25rem 3rem;
    background: #fff;
    align-items: center;
    position: relative;
}

.n_rongyu ul li i {
    display: block;
    width: 17px;
    height: 4px;
    background: #008e52;
    margin: 1rem 0;
}

.n_rongyu ul li h5 {
    color: #5e5e5e;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.n_rongyu ul li p {
    font-family: AlibabaPuHuiTi-3-45-Light;
    font-size: .9375rem;
    line-height: 1.75rem;
    color: #5e5e5e;
}

.n_rongyu ul li .img {
    height: 8rem;
    width: 8rem;
    flex-shrink: 0;
}

.n_rongyu ul li .img img {
    object-fit: contain;
}

.n_rongyu ul li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #00643c;
    transition: all .5s;
}

.n_rongyu ul li:hover::before {
    height: 2.875rem;
}


/* 咨询表单 */

.n_zxbd .m>p {
    color: #3f3f3f;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 1.75rem;
}



.n_general h5,
.n_address h5,
.n_products h5 {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #00643c;
    font-size: 1.25rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.n_general h5 i,
.n_address h5 i,
.n_products h5 i {
    color: #00643c;
    font-size: 1.25rem;
}

.n_general>ul,
.n_address>ul,
.n_products>ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem 2.75rem;
}

.n_general>ul>li,
.n_address>ul>li,
.n_products>ul>li {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 0 1rem;
    height: 3.625rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    position: relative;
}

.n_address>ul>li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.n_general>ul>li input,
.n_address>ul>li input,
.n_products>ul>li input {
    width: 100%;
    height: 100%;
}

.n_general>ul>li p,
.n_address>ul>li p,
.n_products>ul>li p {
    font-family: AlibabaPuHuiTi-3-45-Light;
    color: #414141;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.n_general>ul>li p em,
.n_address>ul>li p em,
.n_products>ul>li p em {
    color: #ef053c;
    font-size: 1rem;
}

.n_address,
.n_products {
    margin-top: 1.5rem;
}

.n_products>p {
    color: #3f3f3f;
    font-size: 1rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
    margin-bottom: 1.125rem;
}

.n_products>textarea {
    height: 6.25rem;
    background: #fff;
    padding: 1.125rem;
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 6px;
}

.n_products .rqxuan {
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-left: 1.25rem;
}


.n_products .rqxuan .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.n_products .rqxuan .custom-checkbox+label {
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.n_products .rqxuan label {
    color: #3f3f3f;
    font-size: 1rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}

.n_products .rqxuan .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    flex-shrink: 0;
    border-radius: 2px;
    flex-grow: 0;
    border: 1px solid #00643c;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-right: 0.75rem;
}

.n_products .rqxuan .custom-checkbox:checked+label::before {
    background: url(/assets/vango/pc/images/duihao.png)no-repeat center #00643c;
    background-size: 75% 75%;
    border-radius: 2px;
}

.n_products>ul>li img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1rem;
    z-index: 10;
}

.n_products>ul>li:nth-child(3),
.n_products>ul>li:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.n_products>ul>li:nth-child(4) {
    height: 6.25rem;
    align-items: flex-start;
    padding: .5rem 1rem;
}

.n_products>ul>li:nth-child(4) textarea {
    width: 100%;
    height: 100%;
    color: #414141;
    font-size: 1rem;
    line-height: 2.25rem;
    font-family: AlibabaPuHuiTi-3-45-Light;
}


.n_zxbd .m>button {
    width: 22.8125rem;
    height: 3.625rem;
    background: #00643c;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: auto;
}

#jssw .swiper-slide .img{
    width: auto;
    height: 30rem;
}
.s_sam .s_sub ul li .yzm img{
    max-height: 2rem;
}
<!--耗时1759738983.0988秒-->