@charset "utf-8";

@charset "utf-8";

/* CSS Document */

/*===========================header=============================*/

body {

    font-family: 微软雅黑, arial;

}

@font-face {
    font-family: YuMoW04;
    src: url(../fonts/YuMoW04.TTF);
}

@font-face {

    font-family: OSWALD-DEMIBOLD;

    src: url(../fonts/OSWALD-DEMIBOLD.TTF);

}

@font-face {

    font-family: BARLOWCONDENSED-LIGHT;

    src: url(../fonts/BARLOWCONDENSED-LIGHT.TTF);

}

@font-face {

    font-family: BARLOWCONDENSED-BOLD;

    src: url(../fonts/BARLOWCONDENSED-BOLD.TTF);

}

@font-face {

    font-family: OSWALD-LIGHT;

    src: url(../fonts/OSWALD-LIGHT.TTF);

}

#header,
#nav ul li h3,
.top_menu {

    transition: .5s;

    -webkit-transition: .5s;

    -moz-transition: .5s;

    -ms-transition: .5s;

    -o-transition: .5s;

}

#header {

    z-index: 999;

    height: 100px;

    width: 100%;

    position: fixed;

    top: 0;

    z-index: 998;

    transition: .5s;

    -webkit-transition: .5s;

    -moz-transition: .5s;

    -ms-transition: .5s;

    -o-transition: .5s;
}

#header.xg,
#header:hover {

    height: 100px;

    background: rgba(255, 255, 255, 1);

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header>.m {

    display: flex;

    height: 100px;

    max-width: 1760px;

    justify-content: space-between;

    align-items: center;

    position: static;
}

#header .fr {

    display: flex;

}

#header #nav {

    display: flex;

    justify-content: space-between;

    width: 785px;

    margin-left: 4rem;

}

#logo {

    flex-shrink: 0;

}

#logo a,
.foot_logo a {

    display: flex;

    height: .75rem;

    align-items: center;
}

#logo img {

    transition: .5s;

    -webkit-transition: .5s;

    -moz-transition: .5s;

    -ms-transition: .5s;

    -o-transition: .5s;

    height: 70px;
}

#logo .img02,
#header.xg #logo .img01,
#header:hover #logo .img01 {

    display: block;

}

#header.xg #logo .img02,
#logo .img01,
#header:hover #logo .img02 {

    display: none;

}

#nav {

    flex-grow: 1;

}

#nav ul {

    display: flex;

    flex-grow: 1;
}

#nav ul li {

    float: left;

    position: relative;

    z-index: 0;

    flex-grow: 1;

    text-align: center;
}

#nav ul li a {

    display: block;

    font-size: 0;

    position: relative;

    z-index: 10;

    /* margin-right: calc(960px*95/1360); */

    text-align: center;

    padding: 0 20px;
}

#nav ul li h3 {

    font-size: 15px;

    color: #fff;

    line-height: 24px;

    overflow: hidden;

    text-align: center;

    position: relative;

    z-index: 1;

    display: inline-block;

    white-space: nowrap;

    text-transform: uppercase;

    font-weight: bold;
}

#nav ul li p {

    font-size: 11px;

    color: #fff;

    line-height: 2;

    /* overflow: hidden; */

    text-align: center;

    /* position: relative; */

    z-index: 1;

    /* display: inline-block; */

    /* white-space: nowrap; */

    text-transform: uppercase;

    font-weight: 500;
}

#header.xg #nav ul li h3,
#header.xg #nav ul li p,
#header:hover #nav ul li h3,
#header:hover #nav ul li p {

    line-height: 2;

    color: #000;
}

#header #nav>ul>li:hover::after,
#header #nav>ul>li.on::after {

    /* background: #188947; */
}

#header.xg #nav>ul>li:hover h3 {

    color: #fff;

}

#nav>ul>li.on h3,
#nav>ul>li.on p {

    color: #188947;

}

#header.xg #nav>ul>li.on h3,
#header.xg #nav>ul>li.on p {

    color: #188947;

}

#header:hover #nav>ul>li:hover h3,
#header:hover #nav>ul>li:hover p {

    color: #00823e;
}

#header:hover #nav>ul>li.on h3 {

    color: #188947;

}

#header #nav>ul>li::after {

    content: "";

    position: absolute;

    background: transparent;

    height: 100px;

    width: 101%;

    left: 0;

    bottom: 8px;

    transition: 0.6s;
}

#header #nav>ul>li::before {
    width: 101%;
}

/* #nav ul li.on h3,







#nav ul li:hover h3 {







    color: #fff;







} */
.hvr-overline-reveal:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #188947; */
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}

#nav ul .on::before,
#nav ul li:hover::before {

    /* color: #fff !important;







    background: #025511; */

    opacity: 1;

    transform: translateY(0);

}

/* #nav ul li.on h3:before, #nav ul li:hover h3:before { transform: scaleX(1); }  */

#nav li .sub {

    position: absolute;

    position: absolute;

    padding-top: 30px;

    left: 50%;

    top: 100%;

    z-index: 999;

    transform-origin: 0 0 0;

    transform: translateY(10px) translateX(-50%);

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    opacity: 0;

    visibility: hidden;
}

#nav li:first-child .sub {
    display: none;
}

#nav li .sub .box {

    padding: 0;

    text-align: left;

    background: rgba(255, 255, 255, .8);

    padding: 20px 30px;

    border-radius: 5px;

    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);

    box-shadow: 0px 3px 5px #3333334d;
}

#nav li .sub a {

    padding: 0;

    line-height: 2.5;

    transition: .3s;

    font-size: 14px;

    color: #000;

    text-align: center;

    white-space: nowrap;
}

#nav li .sub a:hover {

    color: #188947;

}

#nav li:hover .sub {

    filter: alpha(opacity=100);

    -moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

    visibility: visible;

    transform: translateY(0px) translateX(-50%);

}

.top_menu_box {

    display: flex;

    margin-left: 30px;

    align-items: center;

    gap: 9px;

}

.top_menu_box .top_menu a {

    width: .35rem;

    height: .35rem;

    border-radius: 50%;

    border: 1px solid #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    transition: all .4s;

    font-size: 14px;
}

.top_menu_box .top_menu a:hover {

    border: 1px solid #188947 !important;

}

.top_menu_box .top_menu svg path {

    transition: all .4s;

}

#header.xg .top_menu_box .top_menu svg path,
#header:hover .top_menu svg path {

    fill: #000;

}

#header.xg .top_menu_box .top_menu a:hover svg path,
#header:hover .top_menu a:hover svg path {

    fill: #188947;

}

#header.xg .top_menu_box .top_menu a,
#header:hover .top_menu a {

    border: 1px solid #000;

    color: #000;
}

.top_menu_box .top_menu button:hover svg path {

    fill: #188947 !important;

}

.top_menu_search {

    position: relative;

}

.tc {

    transition: all ease 300ms;

    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 100000;

    pointer-events: none;

    visibility: hidden;

    opacity: 0;

    transition: .5s;

}

.tc[name=tc_search] {

    opacity: 1;

}

.tc.act {

    display: block;

    pointer-events: auto;

    visibility: visible;

    opacity: 1;

}

.tc-box {

    box-sizing: border-box;

    z-index: 999;

    display: block;

    position: relative;

}

.tc_bg {

    height: 100%;

    background: rgba(0, 0, 0, .85);

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 0;

    filter: alpha(opacity=0);

    -moz-opacity: 0;

    -khtml-opacity: 0;

    opacity: 0;

    transition: .5s;

}

.tc.act .tc_bg {

    filter: alpha(opacity=100);

    -moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

    transition: .5s;

}

#tc_search {

    width: 100%;

    padding: .5rem;

    background: rgb(13 169 69 / 75%);

    position: relative;

    transform: translateY(-100%);

    transition: .5s .5s ease-out;

    z-index: 1;

    overflow: hidden;
}

.act #tc_search {

    transform: translateY(0);

    transition: .5s ease-in;

}

/* .top_menu_box .top_menu:before {







    content: "";







    display: block;







    width: 1px;







    height: 100%;







    position: absolute;







    left: 0;







    top: 0;







    background: rgba(255, 255, 255, .3);







    transition: .5s;







} */

.top_menu_box .top_menu.on:before {

    opacity: 0;

    visibility: hidden;

}

.top_menu_box .top_menu.on svg path {

    fill: #000;

}

#tc_search form {

    height: 80px;

    position: relative;

    width: 900px;

    max-width: 90%;

    margin: 0 auto;
}

#tc_search form:after {

    content: "";

    width: 0;

    height: 1px;

    background: #fff;

    transition: .5s;

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

}

.act #tc_search form:after {

    width: 100%;

    transition: ease-in-out .5s .5s;

}

#tc_search #keyword {

    width: 90%;

    height: 80px;

    font-size: 30px;

    color: #fff;

    box-shadow: none;

    -webkit-appearance: none;

    float: left;

    border-right: 0;

    background: none;
}

#tc_search .btn_blue {

    position: absolute;

    top: 0;

    right: 0;

    width: 40px;

    height: 5rem;

    border: 0;

    line-height: 4.25rem;

    background: url(../images/search_white.svg) center center no-repeat;

    background-size: 1.8rem;

    font-size: 1.125rem;

    color: #fff;

    cursor: pointer;

    text-transform: uppercase;

}

#tc_search .btn_blue.fr {

    background: #e9edef;

    color: #4e4f53;

}

#tc_search input::-webkit-input-placeholder {

    color: #fff;

    color: rgba(255, 255, 255, .7);

}

#tc_search input::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    color: #fff;

    color: rgba(255, 255, 255, .7);

}

#tc_search input:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    c color: #fff;

    color: rgba(255, 255, 255, .7);

}

#tc_search input:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #fff;

    color: rgba(255, 255, 255, .7);

}

/* WebKit browsers */

#tc_search input:focus::-webkit-input-placeholder {

    color: transparent;

    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */

}

/* Mozilla Firefox 4 to 18 */

#tc_search input:focus:-moz-placeholder {

    color: transparent;

}

/* Mozilla Firefox 19+ */

#tc_search input:focus::-moz-placeholder {

    color: transparent;

}

/* Internet Explorer 10+ */

#tc_search input:focus:-ms-input-placeholder {

    color: transparent;

}

/* 点击搜索框获取焦点 placeholder消失-结束 */

#tc_search .draw_h:before {

    border: 1px solid rgba(255, 255, 255, .3);

}

#tc_search .draw_h:hover svg.drawcircle circle {

    stroke: #fff;

}

#tc_search .draw_h img {

    position: absolute;

    top: 50%;

    margin-top: -8px;

    left: 50%;

    margin-left: -8px;

    transition: .3s;

    width: 16px;

}

/***********************/

/***********************/

/*手机导航开始*/

#m_header {

    display: none;

    height: 60px;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 999;

    transition: 0s 1.5s;

    background: #fff;

    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .m {

    position: relative;

    height: 100%;

}

.m_user {

    height: 4.5rem;

    line-height: 4.5rem;

    margin-right: 4rem;

    color: #999;

}

.m_user a {

    display: inline-block;

    margin: 0 .625rem;

    color: #666;

}

.m_user a svg {

    width: 16px;

}

.m_user a:hover {

    color: #ff0000;

}

.m_user a:hover svg path {

    fill: #ff0000;

}

#m_logo {

    transition: 0s 1.5s;

    height: 100%;

    visibility: visible;

    float: left;

    display: flex;

    align-items: center;

}

#m_logo img {

    display: block;

    height: 40px;
}

.m_nav_list {

    /* flex-direction:column; */

    /* justify-content: flex-start; */

    width: 100%;

    /* overflow: auto; */

}

.m_nav_list::-webkit-scrollbar {

    display: none
}

#m_nav .top_search {}

.top_search form {

    display: flex;

    justify-content: center;

    margin-right: 0;

    margin-top: 30px;

    margin-bottom: 40px;

    max-width: 80%;

    margin: 0 auto;
}

.top_search .input {

    flex-grow: 1;

    border: 1px solid #d8d5d2;

    border-right: 0;

    padding-left: 15px;

}

.top_search .button {

    flex-shrink: 0;

    background: #188947;

    width: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 40px;
}

.top_search .button svg {

    width: .45rem;

    height: .45rem;
}

.top_search .button svg path {

    fill: #fff;

}

#m_nav {

    z-index: -1;

    position: fixed;

    background: #fff;

    width: 100%;

    height: 100%;

    right: 0;

    top: 0;

    transform: scale(0.9);

    display: none;

    padding: 65px 0;

    overflow: hidden;

    pointer-events: none;

    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    display: block;

    overflow: auto;

    visibility: hidden;

    opacity: 0;
}

#m_nav.act {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

#m_nav::-webkit-scrollbar {

    display: none;

}

#m_nav.act {

    pointer-events: auto;

    top: 0;

    visibility: visible;

    opacity: 1;

    z-index: 99999;

}

#m_nav>ul>li {

    width: 85%;

    overflow: hidden;

    padding: 0 .2rem;

    margin: 0 auto;
}

#m_nav>ul>li+li {

    border-top: 1px solid rgb(13 169 69 / 25%);

}

#m_nav li .a {}

#m_nav li .a h3 {

    line-height: 1.2rem;

    height: 60px;

    color: #000;

    padding: 0;

    font-size: 14px;

    float: left;

    font-weight: bold;

    text-transform: uppercase;
}

#m_nav li .a span {

    display: block;

    position: absolute;

    top: 0;

    right: 10px;

    width: 20px;

    height: 50px;

    text-align: center;

}

#m_nav li .a span i {

    font-size: 0;

}

#m_nav li:first-child .a i {
    display: none;
}

#m_nav .title .a i {

    opacity: 1;

    filter: alpha(opacity=100);

    display: inline-block;

    width: 16px;

    height: 60px;

    float: right;

    display: inline-block;

    background: url(../images/arrow_down.svg) center no-repeat;

    background-size: contain;
}

#m_nav li.on.title .a i {

    transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

}

#m_nav .on.title .a i {

    transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

}

#m_nav li {

    display: block;

    width: 100%;

}

.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: none;

    border: 0;

    clear: both;

    padding-bottom: 10px;

}

#m_nav .title .list span {

    background: none;

}

#m_nav .title .list a {

    display: block;

    font-size: 14px;

    color: rgba(0, 0, 0, .7);

    text-align: left;

    line-height: 35px;

    height: 35px;

    border: 0;
}

/*三级导航 开始*/

#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: none;

    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);

    display: none;

}

.top_menu .search {

    width: 11.8;

    height: 2.25rem;

    border: 1px solid #d2d2d2;

    display: flex;

    border-radius: 3px;

    align-items: center;

    justify-content: space-around;

}

.top_menu .search input {

    border: none;

    padding: 0 7px;

    width: 73%;

}

.top_menu button {

    background: transparent;

}

.pub-close {

    position: absolute;

    width: 3rem;

    height: 3rem;

    z-index: 10;

    right: 30px;

    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: #1c5ab7;

    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: 0.75rem;

    background-repeat: no-repeat;

    background-image: url(../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);

    }

}

/*首页banner*/

#banner {

    position: relative;

}

#banner .swiper {

    height: 100vh;

}

#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 .swiper-button-next,
#banner .swiper-button-prev {

    width: 4.6875rem !important;

    height: 4.6875rem !important;

    border-radius: 50%;

    border: 1px solid #daded9;

    transition: all .4s;

}

#banner .nexts {

    right: 5%;

}

#banner .prevs {

    left: 5%;

}

#banner .swiper-button-next:hover,
#banner .swiper-button-prev:hover {

    border: 1px solid #188947;

}

#banner .swiper-pagination span {

    width: 4.5rem;

    height: 3px;

    background: transparent;

    transition: .5s;

    border-radius: 50%;

    padding: 0;

    position: relative;

}

#banner .swiper-pagination span:before {

    content: "";

    display: block;

    width: 100%;

    height: 3px;

    position: absolute;

    left: 0;

    top: 0;

    transition: .3s;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    -ms-transition: .3s;

    -o-transition: .3s;

    background: rgba(255, 255, 255, .25);

}

#banner .swiper-pagination {

    bottom: 10% !important;

}

#banner .swiper-pagination span:after {

    content: "";

    display: block;

    width: 0;

    height: 3px;

    left: 0;

    margin-left: 0;

    position: absolute;

    top: 0;

    background: #feb300;

}

#banner .swiper-pagination span.swiper-pagination-bullet-active:after {

    animation: anim-h 4s linear forwards;

    -webkit-animation: anim-h 4s linear forwards;

}

@-webkit-keyframes anim-h {

    0% {

        width: 0;

    }

    100% {

        width: 100%;

    }

}

@keyframes anim-h {

    0% {

        width: 0;

    }

    100% {

        width: 100%;

    }

}

.s_tt {}

.s_tt span {

    font-size: 30px;

    color: #772b1b;

    font-family: HELVETICANEUELTPRO;

    text-transform: uppercase;

}


.relative {

    position: relative;

}

#n_banner {

    height: 42.5rem;

    width: 100%;

    overflow: hidden;

    position: relative;

    z-index: 9;

    background-size: cover !important;

}

#dh {
    border: 1px solid #e1e2e6;
    height: 60px;
}

#dh ul,
#dh .m {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

#dh ul li {

    border: 1px solid #dddde1;

    height: 60px;

    width: 120px;

    transition: all .3s;
}

#dh ul li a {

    color: #3b3b3b;

    font-size: 14px;

    line-height: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100%;

    transition: all .3s;
}

#dh ul li:not(:first-child) {

    border-left: none;

}

#dh ul li.on {

    background: #188947;

}

#dh ul li:hover,
#dh ul li.on {

    color: #fff;

    border-top: 1px solid #188947;
    border-bottom: 1px solid #188947;

}

#dh ul li.on a,
#dh ul li:hover a {

    color: #fff;

    background: #188947;
}

.position {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.7);
    display: flex;
    align-items: center;
}

.position>svg {

    margin-right: 5px;

    width: 1.255rem;

    height: 1.25rem;

}

.position a {

    margin: 0 4px;

}

.position span,
.position a,
.position i {

    font-size: 15px;

    color: #828386;

    flex-shrink: 0;

    -moz-transition: all 0.36s ease-in-out;

    -webkit-transition: all 0.36s ease-in-out;

    -o-transition: all 0.36s ease-in-out;

    -ms-transition: all 0.36s ease-in-out;

    transition: all 0.36s ease-in-out;
}

.position i {

    /* margin: 0px 3px; */

    font-style: normal;

    width: 8px;

    height: 8px;
}

.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;

}

.page a span {

    padding: 0 1rem;

    white-space: nowrap
}

.page a.on {

    border: 1px solid #188947;

    background: #188947;

    color: #fff
}

.page .centers {

    justify-content: center;

}

#m_n_nav {

    display: none;

    line-height: 50px;

    position: relative;

    z-index: 9;

    width: 100%;

    background: #188947;
}

#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: 16px;

    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: 16px;

    vertical-align: middle;

    width: 16px
}

#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 #db0018;

    height: 30px;

    line-height: 30px;

    font-size: 14px;

    padding-left: 10px;

    color: #535455
}

#sub_nav_content ul li.on a {

    color: #db0018
}

#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: #333;

    line-height: 30px;

    font-size: 13px;

    vertical-align: top
}

#sub_nav_content dt a i {

    position: absolute;

    right: 15px;

    top: 0;

    opacity: 0;

    filter: alpha(opacity=0);

    display: none
}

#swiper1 .swiper-button-white svg path {

    fill: #fff;

}

#swiper1 .swiper-button-white:hover svg path {

    fill: #188947;

}

#swiper1>img {

    position: absolute;

    width: 18px;

    height: 28px;

}

#fen4 ul {

    display: flex;

    /* grid-template-columns: repeat(2, 1fr); */

    flex-wrap: wrap;

}

#fen4 .m {

    padding: 0;

    max-width: 100%;

}

#fen4 ul img {

    display: block;

}

#fen4 ul li {

    display: flex;

    align-items: center;

    width: 50%;



}

#fen4 ul li>img {
    width: 100%;

}

#fen4 ul li:first-child,
#fen4 ul li:last-child {

    padding: 2rem 5.625rem;

}

#fen4 ul li:first-child {

    justify-content: flex-end;

}

#fen4 ul li:last-child {

    justify-content: flex-start;

}

#fen4 ul li .fencon {

    width: 39.375rem;

}

.fentit h6 {

    color: #000;

    font-size: 1.8;

    line-height: 2.25rem;

}

.fentit h5 {

    color: #000;

    font-size: 2.125rem;

    line-height: 2.25rem;

    font-family: OSWALD-DEMIBOLD;

    margin-top: .5rem;

}

.fentit {

    margin-bottom: 2rem;

}

#fen4 ul li .fes p {

    color: #313131;

    font-size: 0.35rem;

    line-height: 2rem;

    /* margin: 2rem 0; */

}

.fencon .mores {
    margin-top: 2rem;
}

#fen4 ul li .fencon>a,
#fen4 ul li .fenlist>a {

    display: flex;

    width: 7.1875rem;

    height: 2.1875rem;

    border-radius: 16px;

    background: #188947;

    color: #fff;

    font-size: .875rem;

    align-items: center;

    justify-content: center;

    gap: .5rem;

    transition: all .5s;

}

#fen4 ul li .fencon>a:hover,
#fen4 ul li .fenlist>a:hover,
.honors .jz:hover {

    transform: translate(10px, 0);

}

.fenlist {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    padding-top: 3rem;

}

.yewu {

    display: flex;

    flex-shrink: 0;

}

.yewu>div {

    padding: 0 30px;

}

.yewu div:first-child {

    padding-left: 0;

}

.yewu div:last-child {

    padding-right: 0;

}

.yewu div a .icons {

    width: 3.125rem;

    height: 3.125rem;

    background: #188947;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: auto;

}

.yewu div a .icons img {

    width: 30px;

    height: 30px;

}

.yewu div a:hover .icons img {

    animation: jello 1.2s;

}

@-webkit-keyframes jello {

    11.1% {

        -webkit-transform: none;

        transform: none
    }

    22.2% {

        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {

        -webkit-transform: skewX(6.25deg) skewY(6.25deg);

        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {

        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {

        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {

        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);

        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {

        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);

        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {

        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);

        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {

        -webkit-transform: none;

        transform: none
    }

}

@keyframes jello {

    11.1% {

        -webkit-transform: none;

        transform: none
    }

    22.2% {

        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {

        -webkit-transform: skewX(6.25deg) skewY(6.25deg);

        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {

        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {

        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {

        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);

        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {

        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);

        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {

        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);

        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {

        -webkit-transform: none;

        transform: none
    }

}

.yewu p {

    margin-top: 1rem;
    font-size: 0.35rem;
}

.yewu div:not(:first-child) {

    border-left: 1px solid #e9e9e9;

}

#pp,
#new {

    background: #eeeff3;

}

.s_tits {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 50px;

}

.s_tits div {

    margin: 0 1.5625rem;

    flex-shrink: 0;

    text-align: center;

}

.s_tits i {

    width: 100%;

    display: block;

    height: 1px;

    background: #d3d4d8;

}

.s_tits h6 {

    color: #000;

    font-size: 1.8;

    line-height: 2.25rem;

    margin-bottom: .5rem;

}

.s_tits h5 {

    font-family: OSWALD-DEMIBOLD;

    color: #000;

    font-size: 2.125rem;

    line-height: 2.25rem;

    padding-bottom: 5px;

}

.ppcons {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 1.8;

    margin-bottom: 1rem;

}

.ppcons .ns {

    display: none;

}

.ppcons a::before {

    content: "";

    position: absolute;

    padding: 12.5px;

    width: calc(100% + 25px);

    height: calc(100% + 25px);

    opacity: 0;

    -webkit-box-shadow: rgba(77, 80, 77, .23) 0px 0px 50px 10px;

    box-shadow: rgba(77, 80, 77, .23) 0px 0px 50px 10px;

    -webkit-transition: all .3s cubic-bezier(0.55, 0, 0.1, 1);

    transition: all .3s cubic-bezier(0.55, 0, 0.1, 1);

    -webkit-transition: All .3s ease;

    transition: All .3s ease;

    z-index: -1;

}

.ppcons a {

    height: 17.3125rem;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    z-index: 10;

    padding: 2rem;

    transition: all .4s;

}

.ppcons a:hover::before {

    opacity: 1;

}

#pp .m>a {

    margin: auto;

    display: flex;

    width: 7.25rem;

    height: 2.25rem;

    border-radius: 16px;

    border: 1px solid #c1c2c7;

    background: #eeeff3;

    color: #313131;

    font-size: .875rem;

    align-items: center;

    justify-content: center;

    gap: .5rem;

    transition: all .5s;

}

#pp .m>a:hover {

    background: #188947;

    color: #fff;

    border: 1px solid #188947;

}

#pp .m>a:hover svg path {

    fill: #fff;

}

.ppcons a:hover,
.advcon>div:hover {

    transform: translate3d(0px, -3px, 0px);

}

.advcon {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 2.5rem;

}

.advcon>div {

    /* width: 16.875rem; */

    height: 32.1875rem;

    transition: all .3s;

    background: #eeeff3;

    width: 100%;

    display: flex;

    align-items: center;

    flex-direction: column;

    justify-content: center;

    gap: 2rem;

    position: relative;

    transition: all .4s;

}

.advcon>div::before {

    content: "";

    position: absolute;

    padding: 10px;

    width: calc(100% + 20px);

    height: calc(100% + 20px);

    box-shadow: rgba(157, 161, 173, .2) 0px 0px 45px 10px;

    opacity: 0;

    z-index: -1;

    transition: all .3s;

}

.advcon>div:hover::before {

    opacity: 1;

}

.advcon .advicon {

    width: 7.8125rem;

    height: 7.8125rem;

    border-radius: 50%;

    background: #188947;

    display: flex;

    align-items: center;

    justify-content: center;

}

.advcon .advtits {

    text-align: center;

    padding: 0 30px;

    height: 17rem;

}

.advcon .advtits h5 {

    color: #2a2c2d;

    font-size: 1.375rem;

    line-height: 2.5rem;

    font-weight: bold;

    margin-bottom: 1rem;

}

.advcon .advtits p {

    color: #616161;

    font-size: 0.35rem;

    line-height: 1.75;

}

.s_new {

    display: grid;

    grid-template-columns: 42.8125rem 1fr;

    gap: 2.5rem;

}

.s_new .hotnew .img {

    overflow: hidden;

    border-radius: 9px;

}

.s_new .hotnew img {

    display: block;

    height: 27.5rem;

    object-fit: cover;

}

.s_new .hotnew h5 {

    color: #303131;

    font-size: 1.25rem;

    margin-bottom: 1rem;

    transition: all .4s;

}

.s_new .hotnew .hotdiv {

    margin-top: 1rem;

    padding: 1rem;

    transition: all .4s;

    border-radius: 5px;

}

.s_new .hotnew .hotcon {

    color: #616161;

    font-size: .875rem;

    line-height: 30px;

}

.s_new .hotnew .day {

    display: flex;

    align-items: center;

    font-family: Barlow Condensed;

    font-size: 0.35rem;

    line-height: 1.125rem;

    gap: .5rem;

    margin-top: 30px;

}

.s_new .hotnew a:hover .img>img {

    transform: scale(1.1) rotate(.1deg);

    -webkit-transform: scale(1.1) rotate(.1deg);

    -moz-transform: scale(1.1) rotate(.1deg);

    -ms-transform: scale(1.1) rotate(.1deg);

    -o-transform: scale(1.1) rotate(.1deg);

}

.s_new .hotnew a:hover h5 {

    color: #188947;

}

.s_newlist ul li .box {

    display: grid;

    grid-template-columns: 5.3125rem 1fr;

    gap: 1.3125rem;

    align-items: center;

    padding: 1.75rem 0;

}

.s_newlist ul li:first-child .box {

    padding-top: 0 !important;

}

.s_newlist ul li:last-child .box {

    padding-bottom: 0 !important;

}

.s_newlist ul li {

    border-bottom: 1px dashed #dadadb;

}

.s_newlist ul li:last-child {

    border-bottom: none;

}

.s_newlist ul li .box .time span {

    font-size: 2.25rem;

    font-family: Barlow Condensed;

}

.s_newlist ul li .box .time {

    width: 100%;

    height: 100%;

    position: relative;

    display: flex;

    color: #313131;

    transition: .5s;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    font-size: .875rem;

    font-weight: 400;

    font-family: Barlow Condensed;

    z-index: 10;

}

.s_newlist ul li .box .txt h5 {

    font-size: 1.25rem;

    color: #313131;

    font-weight: 400;

    margin-bottom: 0.75rem;

}

.s_newlist ul li .box .txt p {

    color: #616161;

    font-size: .875rem;

    line-height: 30px;

}

.s_newlist ul li .box .time:before {

    content: "";

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    border: 1px solid #d1d1d4;

    border-radius: 5px;

    z-index: -1;

}

.s_newlist ul li .box .time:after {

    content: "";

    display: block;

    width: 100%;

    height: 0;

    position: absolute;

    left: 0;

    bottom: 0;

    background: #188947;

    border-radius: 5px;

    transition: .5s;

    z-index: -1;

}

.s_newlist ul li:hover .box .time:after {

    height: 100%;

    top: 0;

    bottom: auto;

}

.s_newlist ul li:hover .box .time {

    color: #fff;

}

.s_newlist ul li .txt {

    transition: all .4s;

    padding: 1.25rem 1rem 1.25rem;

    border-radius: 5px;

}

.s_newlist ul li:hover .txt,
.s_new .hotnew a:hover .hotdiv {

    background: #eeeff3;

    -webkit-box-shadow: rgba(77, 80, 77, .23) 0px 0px 50px 10px;

    box-shadow: rgba(77, 80, 77, .23) 0px 0px 50px 10px;

    transform: translate3d(0px, -3px, 0px);

}

#foot {

    background: #188947;

}

#foot .m {

    max-width: 1760px;

}

#foot .item {

    display: flex;

    gap: 3rem;

    align-items: center;

}

#foot .item .ewms {

    flex-shrink: 0;

}

#foot .item .ewms .mas img {

    display: none;

}

#foot .item .ewms .mas .item {

    display: block;

}

#foot .item .footlogo {

    display: block;
    width: 10rem;

}

#foot .m .box1s {

    display: flex;

    justify-content: space-between;

}

#foot .m .box1s i {

    display: block;

    width: 1px;

    height: 225px;

    background: rgba(255, 255, 255, .3);

    margin: 5rem 2.5rem 0;

}

.f_address .phones {

    margin: 30px 0 1rem;

}

.f_address .phones p {

    color: #fff;

    font-size: 14px;

    line-height: 1.75rem;

}

.f_address .phones h5 {

    color: #fff;

    font-family: Roboto;

    font-size: 1.8;

    font-weight: bold;

}

.f_address>p {

    color: #fff;

    font-size: 14px;

    line-height: 1.8;

}

.foot_nav {

    display: flex;

    justify-content: space-between;

    flex-grow: 1;

    max-width: 815px;

    width: 100%;

}

.ewm {

    width: 8.75rem;

    height: 8.75rem;

    padding: 6px;

    border: 1px solid #6ecb8f;

    position: relative;

}

.qr-scanner {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    pointer-events: none;

}

.qr-scanner .box {

    height: 100%;

    width: 100%;

    position: relative;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    overflow: hidden;

    /* border: 0.1rem solid rgba(0, 255, 51, 0.2); */

}

.qr-scanner .line {

    height: 100%;

    width: 100%;

    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #188947 211%);

    border-bottom: 1px solid #188947;

    transform: translateY(-100%);

    animation: radar-beam 2s infinite;

    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);

    animation-delay: 1.4s;

}

@keyframes radar-beam {

    0% {

        transform: translateY(-100%);

    }

    100% {

        transform: translateY(0);

    }

}

.ewm img {

    width: 100%;

    height: 100%;

}

.icobiao {

    display: flex;

    gap: 9px;

    align-items: center;

    margin-top: 1rem;

}

.icobiao svg {

    width: 1.125rem;

    height: 1.125rem;

}

.icobiao svg path {

    fill: #fff;

}

.icobiao>div {

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, .6);

    width: 37px;

    height: 37px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: all .4s;

    position: relative;

}

.icobiao svg path {

    transition: all .4s;

}

.icobiao>div.on {

    background: #fff;

    border: 1px solid #fff;

}

.icobiao>div.on svg path {

    fill: #188947;

}

/* .icobiao .ewmqrcode {







    opacity: 0;







    position: absolute;







    z-index: 10;







    top: 40px;







    width: 95px;







    height: 101px;







    background: url(../images/mak.png)no-repeat;







    transition: all 200ms;







    -webkit-tansition: all 350ms;







    -moz-transition: all 350ms;







    display: flex;







    align-items: center;







    justify-content: center;







    padding: 5px;







}















.icobiao .ewmqrcode img {







    margin-top: 5px;







}















.icobiao>div:hover .ewmqrcode {







    opacity: 1;







}







 */

.foot_nav dl dt {

    font-size: 1.125rem;

    color: #fff;

    line-height: 30px;

    margin-bottom: 1.25rem;

    position: relative;

    z-index: 1;

}

.foot_nav dl dd {

    font-size: .875rem;

    color: #fff;

    line-height: 2rem;

}

.foot_nav dl dd a:hover {
    font-weight: bold;
}

.copyright {

    padding: 2rem 0 4rem;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #eeeff3;

    font-size: .875rem;

    line-height: 30px;

    border-top: 1px solid rgba(255, 255, 255, .3);

}

.copyright p {

    text-align: center;

}

.copyright a {

    transition: all .5s;

}

.copyright a:hover {

    color: #fff;

}

.foot_nav dl dd:hover {

    color: #fff;

}

.online_q {

    position: fixed;

    right: 2rem;

    bottom: 10%;

    z-index: 999;

    transition: .5s;

    -webkit-transition: .5s;

    border-radius: 2.5rem;

    padding: 1.25rem 0;

    opacity: 0;

    transform: translateY(30px);

    visibility: hidden;

}

.online_q.on {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}

.online_q .close {

    position: absolute;

    right: -1rem;

    font-size: 0.35rem;

    color: #969797;

    opacity: 1;

    font-weight: normal;

    cursor: pointer;

}

.online_q .btn2 {

    width: 3.375rem;

    height: 3.375rem;

    margin-bottom: 4px;

    background: #188947;

    transition: .5s;

    border-radius: 2px;

    cursor: pointer;

    position: relative;

    border-radius: 50%;

}

.online_q .btn-top {

    padding: 0;

    transition: .5s;

    overflow: hidden;

}

.online_q .btn2 a {

    font-size: 12px;

    color: #fff;

}

.online_q .btn2 span {

    display: flex;

    float: left;

    color: #fff;

    flex-direction: column;

    font-size: .75rem;

    text-align: center;

    width: 3.375rem;

    height: 3.375rem;

    justify-content: center;

    align-items: center;

    position: relative;

    z-index: 999;

    overflow: hidden;

    transition: .3s;

    -webkit-transition: .3s;

    overflow: hidden;

    flex-shrink: 0;

}

.online_q .open.pic {

    position: absolute;

    background: #eef2f6;

    border-radius: 3px;

    width: 100px;

    height: 100px;

    right: 60px;

    top: 50%;

    margin-top: -50px;

    text-align: right;

    opacity: 0;

    transition: .6s;

    -webkit-transition: .6s;

    visibility: hidden;

    border: 1px solid #188947;

}

.online_q .open.pic img {

    width: 80px;

    height: 80px;

    margin-top: 10px;

    margin-right: 10px;

}

.online_q .btn2:hover .open.pic {

    opacity: 1;

    right: 75px;

    visibility: visible;

}

.online_q .open.phone {

    position: absolute;

    background: #eef2f6;

    width: 150px;

    height: 3.125rem;

    border-radius: 3px;

    right: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #529de1;

    top: 50%;

    transform: translate(0, -50%);

    transition: .6s;

    -webkit-transition: .6s;

    opacity: 0;

    visibility: hidden;

    border: 1px solid #188947;

}

.online_q .open.phone p {

    color: #188947;

    font-size: 0.35rem;

}

.online_q .btn2:hover .open.phone {

    transition: .5s;

    -webkit-transition: .5s;

    opacity: 1;

    visibility: visible;

}

.online_q .open.pic:before {

    content: "";

    display: none;

    width: 0;

    height: 0;

    border: 10px solid transparent;

    border-left: 10px solid #eef2f6;

    position: absolute;

    right: -15px;

    top: 50%;

    margin-top: -10px;

}

.online_q .open.phone:before {

    content: "";

    display: none;

    width: 0;

    height: 0;

    border: 10px solid transparent;

    border-left: 10px solid #eef2f6;

    position: absolute;

    right: -15px;

    top: 50%;

    margin-top: -10px;

}

.online_q .btn2:hover {

    background: #008540;

}

#gotop {

    background: #008540;

}

#gotop.hide {

    height: 0;

    overflow: hidden;

    display: block !important;

}

/* 在线商城 */

#n_container .shopping ul {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 1.8 1.8;

}

#n_container .shopping ul li {

    background: url(../images/gouwubg.jpg)no-repeat;

    border-radius: 9px;

    display: flex;

    align-items: center;

    width: 100%;

    background-size: cover;

    padding: 50px 50px 50px 50px;

    justify-content: space-between;

    transition: all .4s;

    gap: 2rem;

}

#n_container .shopping ul li:hover {

    box-shadow: rgba(157, 161, 173, .23) 0px 0px 25px 4px;

    transform: translate3d(0px, -3px, 0px);

}

#n_container .shopping .icons {

    display: flex;

    align-items: center;

    gap: 1.125rem;

}

#n_container .shopping .ico {

    width: 3.75rem;

    height: 3.75rem;

    border-radius: 50%;

    flex-shrink: 0;

}

#n_container .shopping h5 {

    color: #313131;

    font-size: 1.375rem;

}

#n_container .shopping p {

    color: #818181;

    font-size: 0.35rem;

    line-height: 1.5;

}

#n_container .shopping a {

    width: 8.75rem;

    height: 3.125rem;

    border-radius: 24px;

    background: #188947;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 0.35rem;

    color: #fff;

    position: relative;

    flex-shrink: 0;

}

#n_container .shopping a .spewm {

    position: absolute;

    width: 5.75rem;

    height: 5.75rem;

    background: #fff;

    padding: 5px;

    top: 50%;

    left: -70%;

    transform: translate(0, -50%);

    opacity: 0;

    transition: all .5s;

}

#n_container .shopping a:hover .spewm {

    opacity: 1;

}

/* 新闻中心 */

.news_xq_con {

    display: flex;

    align-items: flex-start;

    padding-bottom: 4rem;

}

.news_xq_con .left_con {

    flex-grow: 1;

}

.n_news_list li:first-child {

    padding-top: 0 !important;

}

.n_news_list li {

    padding: 2.375rem 0;

    border-bottom: 1px solid #eaeaea;

}

.n_news .imgbox {

    width: 22.5rem;

    flex-shrink: 0;

    overflow: hidden;

}

.n_news .img {

    border-radius: 0.5625rem;

}

.n_news .txt {

    overflow: hidden;

    padding: 1.25rem;

    border-radius: 0.5625rem;

    transition: all .4s;

    width: 100%;

}

.n_news_list li:hover .txt {

    background: #fff;

    box-shadow: rgba(157, 161, 173, .23) 0px 0px 10px 2px;

    transform: translate3d(0px, -3px, 0px);

}

.n_news_list .box {

    display: flex;

    gap: 1.8;

}

.n_news .txt span {

    font-size: 0.35rem;

    color: #616161;

    line-height: 1.8;

    font-family: BARLOWCONDENSED-LIGHT;

}

.n_news .txt h4 {

    font-size: 1.25rem;

    overflow: hidden;

    width: 100%;

    line-height: 1.8;

    margin-top: 1.125rem;

    margin-bottom: 1.125rem;

    transition: .5s;

    color: #313131;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}

.n_news .txt h4:hover {

    color: #188947;

}

.n_news .txt p {

    font-size: .8125rem;

    line-height: 30px;

    color: #616161;

}

.n_news .ckxq {

    margin-top: 1.625rem;

    display: flex;

}

.n_news .ckxq a {

    padding: 0 1rem;

    min-width: 5.875rem;

    height: 1.8;

    border-radius: 1rem;

    transition: .5s;

    line-height: 1.8;

    font-size: .875rem;

    color: #fff;

    border: 1px solid #188947;

    background: #188947;

    display: flex;

    align-items: center;

    justify-content: center;

}

.news_xq_con .right_con {

    width: 22.5rem;

    flex-shrink: 0;

    margin-left: 50px;

    position: sticky;

    top: 8rem;

}

.n_news .right_con .gz_tt {

    padding-top: 0;

}

.gz_tt {

    display: flex;

    align-items: flex-start;

    padding: 4.5rem 0.5rem 30px 0;

    margin-bottom: 0.5rem;

}

.gz_tt img {

    margin-right: 16px;

    width: 2.5rem;

}

.gz_tt h5 {

    font-size: 1.8;

    color: #313131;

    font-weight: 300;

    margin-bottom: 6px;

}

.gz_tt span {

    font-size: 1.125rem;

    color: #d2d1d3;

    line-height: 1.25rem;

    font-family: BARLOWCONDENSED-BOLD;

    text-transform: uppercase;

}

.gzbox {

    display: flex;

    align-items: center;

    background: #eeeff3;

    margin-bottom: 0.625rem;

    padding: 1.125rem 30px;

    border-radius: 8px;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    -ms-border-radius: 8px;

    -o-border-radius: 8px;

}

.gzbox .icoo {

    width: 33px;

    height: 33px;

    border-radius: 50%;

    overflow: hidden;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

}

.gzbox .icoo svg {

    width: 17px;

    height: 17px;

}

.gzbox .ewms {

    width: 6.125rem;

    height: 6.125rem;

    margin: 0 1.125rem;

    border-radius: 5px;

    overflow: hidden;

    padding: 4px;

    background: #fff;

}

.gzbox p {

    font-size: .875rem;

    color: #313131;

    line-height: 1.25rem;

}

.right_con ul {

    display: flex;

    flex-direction: column;

    gap: 14px;

}

.right_con ul li a {

    display: grid;

    align-items: center;

    grid-template-columns: 1fr 1fr;

    gap: 1.125rem;

}

.right_con ul li a .dttxt h5 {

    color: #313131;

    font-size: 0.35rem;

    line-height: 1.75rem;

    white-space: normal;

    margin-bottom: 5px;

    transition: all .5s;

}

.right_con ul li a .dttxt p {

    font-family: BARLOWCONDENSED-LIGHT;

    font-size: .875rem;

    line-height: 1.8;

}

.right_con>div {

    margin-bottom: 4rem;

}

.right_con>div:last-child {

    margin-bottom: 0;

}

.right_con ul li a:hover h5 {

    color: #188947;

}

/* 新闻详情 */

.news_xq_con .right_con {

    width: 22.5rem;

    flex-shrink: 0;

    margin-left: 50px;

    position: sticky;

    top: 8rem
}

.ar_title {

    padding-bottom: 3rem;

    margin-bottom: 2.5rem;

    border-bottom: 1px solid #e4e5e7;

    background-size: contain !important
}

.ar_title h2 {

    font-size: 1.75rem;

    color: #000;

    line-height: 1.5;

    margin-bottom: 1.25rem
}

.ar_time {

    display: flex;

    align-items: center;

    font-size: 0.35rem;

    color: #515151;

    font-family: BarlowCondensed-Light;

}

.ar_time p {

    font-size: .875rem;

    line-height: 1.8;

    color: #515151;

}

.ar_time p span {

    font-family: BarlowCondensed-Light;

    font-size: 0.35rem;

}

.ar_time svg {

    width: 1.125rem;

    height: 1.125rem;

    margin-right: 6px
}

/* 品牌产品 */

.dy {

    text-align: center;

    margin-bottom: 30px;
}

.dy h5 {

    color: #000000;

    font-size: 24px;

    line-height: 2;
}

.dy h4 {

    font-family: OSWALD-DEMIBOLD;

    font-size: 25px;

    margin: 10px 0 15px;
}

.dy i {

    display: block;

    height: 4px;

    width: 20px;

    background: #188947;

    margin: auto;
}

.bianjidy p {

    font-size: 0.35rem;

    line-height: 2rem;

    color: #616161;

    text-align: center;

}

.bianjidy p:last-child {
    margin-top: 2.5rem;
}

.bianjidy p img {

    display: block;

    margin: auto;

}

.cultures,
.honors,
.jj {

    position: relative;

}

.byc {

    overflow: hidden;

    display: flex;

    justify-content: space-between;

}

.bycs.on {

    width: calc(100% - 800px);

    flex-shrink: 0;

}

.bycs {

    overflow: hidden;

    flex-grow: 1;

    position: relative;

    border-radius: 10px;

}

.bycs .nr,
.bycs.on .bt {

    display: none;

}

.bycs.on .nr {

    display: block;

}

.bycs::before {

    content: "";

    position: absolute;

    width: 100%;

    background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .55) 100%);

    height: 11.8;

    bottom: 0;

}

.bycs .byc_tit {

    position: absolute;

    bottom: 2rem;

    left: 2rem;

    color: #fff;

    line-height: 30px;

    font-size: 1.375rem;

}

.bycs .byc_tit p {

    margin-top: 30px;

    font-size: 1.125rem;

    line-height: 30px;

    height: 3rem;

}

.bycs {

    transition: .7s;

    width: 235px;

    height: 100%;

}

.byc .bycs img {

    height: 100%;

    transition: .7s;

    max-width: 2.5rem;

}

.bycs+.bycs {

    margin-left: 20px;

}

.s_title {

    text-align: center;

}

.s_title h4 {

    color: #1f1f1f;

    font-size: 2.625rem;

    font-weight: 500;

}

.bycs .bl img {

    display: block;

    border-radius: 10px;

}

.bycs>.bl {

    height: 34.125rem;

    background-position: center center !important;

    background-size: cover !important;

}

.product {

    background: #eeeff3;

}

.product ul {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 1.8 2.5rem;

}

.product ul li {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #fff;

    transition: all .4s;

}

.product ul li>div {

    display: flex;

    padding: 50px 3.25rem;

    transition: all .4s;

    justify-content: space-between;

    border: 1px solid #fff;

    position: relative;

}

.product ul li::before {

    content: "";

    position: absolute;

    padding: 12.5px;

    width: calc(100% + 25px);

    height: calc(100% + 25px);

    opacity: 0;

    -webkit-box-shadow: rgba(77, 80, 77, .23) 0px 0px 50px 10px;

    box-shadow: rgba(77, 80, 77, .23) 0px 0px 50px 10px;

    -webkit-transition: all .3s cubic-bezier(0.55, 0, 0.1, 1);

    transition: all .3s cubic-bezier(0.55, 0, 0.1, 1);

    -webkit-transition: All .3s ease;

    transition: All .3s ease;

    z-index: -1;

}

.product ul li:hover::before {

    opacity: 1;

}

.product ul li h5 {

    color: #3e3e3e;

    font-size: 1.375rem;

    line-height: 1.75rem;

    margin: 30px 0;

}

.product ul li p {

    color: #6d6d6d;

    font-size: .875rem;

    line-height: 1.75rem;

}

.product ul li img {

    max-width: 20rem;

    flex-shrink: 0;

}

.product ul li a {

    padding: 0 1rem;

    min-width: 7.0625rem;

    height: 2.1875rem;

    border-radius: 1rem;

    transition: .5s;

    line-height: 1.75rem;

    font-size: .875rem;

    color: #fff;

    display: inline-flex;

    border: 1px solid #188947;

    background: #188947;

    align-items: center;

    justify-content: center;

    margin-top: 2rem;

}

.product ul li:hover {

    transform: translate3d(0px, -3px, 0px);

}

/* 联系我们 */

.n_address {

    display: flex;

    gap: 5rem;

    align-items: center;

    position: relative;

}

.n_addresscon {

    flex-shrink: 0;

}

.lefts .dy {

    text-align: left;

}

.lefts .dy i {

    margin: 0;

}

.n_addresscon ul {

    display: flex;

    flex-direction: column;

    gap: 1.25rem;

    margin-top: 3rem;

}

.n_addresscon ul li {

    display: flex;

    align-items: center;

    gap: .875rem;

}

.n_addresscon ul li div {

    border: 1px solid #7b7c7c;

    width: 2.5rem;

    height: 2.5rem;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.n_addresscon ul li p {

    color: #333333;

    font-size: 1.0625rem;

    line-height: 30px;

}

.mapbox {

    width: 100%;

    height: 384px;

    border: 1px solid #e1e2e5;

}

#container {

    width: 100%;

    height: 100%;

}

.medias {

    background: #eeeff3;

    position: relative;

}

.medias img {

    width: 100%;

}

#juzhen {

    padding: 1rem 0;

}

#juzhen .swiper-slide {

    padding: 1.125rem;

    background: #fff;

    text-align: center;

    position: relative;

    transition: all .5s;

}

#juzhen .swiper-slide:hover {

    transform: translateY(-10px);

}

#juzhen .swiper-slide::before {

    content: "";

    position: absolute;

    background: #188947;

    bottom: 0;

    height: 5px;

    width: 100%;

    opacity: 0;

    left: 0;

    transition: all .5s;

}

#juzhen .swiper-slide:hover::before {

    opacity: 1;

}

#juzhen .swiper-slide p {

    color: #333333;

    font-size: 0.35rem;

    line-height: 30px;

    margin-top: .5rem;

}

#juzhen .jzcon {

    margin: 2.875rem 0;

}

#juzhen .jzcon svg {

    margin: auto;

    max-width: 30px;

    max-height: 30px;

}

.medias .swiper-button-white {

    border-radius: 50%;

    width: 3.75rem;

    height: 3.75rem;

    border: 1px solid #c9cace;

    transform: translate(0, 110%);

}

.medias .prevjz {

    left: -2%;

}

.medias .nextjz {

    right: -2%;

}

/* 关于我们 */

.gk {

    padding-bottom: 9.125rem;

    position: relative;

}

.gk::before {

    content: "";

    position: absolute;

    background: url(../images/greenbg.jpg) bottom;

    height: 21.5625rem;

    bottom: 0;

    width: 100%;

}

.gk img {

    display: block;

}

.gks {

    display: flex;

    gap: 1rem;

    margin-bottom: 2rem;

}

.gks .dy {

    flex-shrink: 0;

}

.gks p {

    color: #313131;

    font-size: 0.35rem;

    line-height: 2rem;
    text-indent: 0em;

    /* margin-bottom: 2rem; */

}

.business {

    background: #eeeff3;

    position: relative;

}

.business_yw {

    display: flex;

    align-items: center;

    gap: 6rem;

}

.business_yw p {

    font-size: 0.35rem;

    line-height: 2.25rem;

    color: #313131;

}

.business_yw>img {

    max-width: 45rem;

    flex-shrink: 0;

}

.business_yw .yewu {

    margin-top: 4rem;

}

.business_yw .yewu div:not(:first-child) {

    border-left: 1px solid #dcdce0;

}

.business_yw .yewu p {

    margin-top: 5px;

    font-size: 14px;

}

.scinene ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem;
}

.honors ul {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 4rem 4rem;

}

.honors ul li,
.scinene ul li {

    transition: all .5s;

    border-radius: 10px;

    overflow: hidden;

}

.honors ul li a,
.scinene ul li a {

    position: relative;

    display: block;

    height: 100%;

}

.honors ul li a .hor,
.scinene ul li a .hor {

    padding: 4.5rem 3rem 2rem;

    display: flex;

    flex-direction: column;

    gap: 3.875rem;

    background: #eeeff3;

    height: 100%;

}

.honors ul li img,
.scinene ul li img {

    display: block;

    margin: auto;

}

.honors ul li p,
.scinene ul li p {

    text-align: center;

    font-size: 0.35rem;

    color: #313131;

    line-height: 1.8;

}

.honors ul li .mubu,
.scinene ul li .mubu {

    background: #188947;

    position: absolute;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    opacity: 0;

    transition: all .5s;

    top: 0;

    gap: 1rem;

    cursor: pointer;

    padding: 0 30px;

}

.honors ul li .mubu p,
.scinene ul li .mubu p {

    color: #fff;

}

.scinene ul li .mubu p {
    font-size: .875rem;
}

.honors ul li:hover .mubu,
.scinene ul li:hover .mubu {

    opacity: 1;

}

.honors ul li:hover,
.scinene ul li:hover {

    box-shadow: rgba(77, 80, 78, .20) 0px 0px 10px 10px;

    transform: translate3d(0px, -3px, 0px);

}

.honors .jz {

    width: 8.75rem;

    height: 2.5rem;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: .875rem;

    gap: 5px;

    background: #188947;

    border-radius: 20px;

    margin: 3rem auto 0;

    transition: all .5s;

}

.licheng {

    background: url(../images/lichengbg.jpg)no-repeat;

    background-attachment: fixed;

    background-size: cover;

    position: relative;

}

.licheng .m {

    max-width: 1260px;

}

.licheng .s_tits i {

    background: rgba(255, 255, 255, .3);

}

.licheng .s_tits h6,
.licheng .s_tits h5 {

    color: #fff;

}

.licheng .history {

    background: #fff;

    border-radius: 10px;

    padding: 3.75rem 0;

    height: auto;

}

.licheng .history ul li {

    padding: 0 3.75rem 0;

    display: flex;

    transition: all .4s;

}

.licheng .history ul li:hover {

    transform: translate3d(0px, -8px, 0px);

}

.licheng .history ul li h4 {

    font-family: OSWALD-DEMIBOLD;

    color: #188947;

    font-size: 2.25rem;

    padding-right: 2.5rem;

    margin-top: 2.5rem;

    position: relative;

    transition: all .5s;

    flex-shrink: 0;

    max-width: 7.125rem;

}

.licheng .history ul li h4::before {

    content: "";

    position: absolute;

    width: 3px;

    height: 2.125rem;

    right: -2px;

    top: 0;

    background: #188947;

    transition: all .5s;

}

.licheng .history ul li p {

    color: #313131;

    font-size: 0.35rem;

    line-height: 2rem;

    transition: all .5s;

}

.licheng .history ul li i {

    height: auto;

    width: 1px;

    background: #e1e2e5;

    display: block;

    transition: all .5s;

}

.licheng .history ul li div {

    margin: 2.5rem 0 0 2.5rem;

    padding-bottom: 2rem;

    width: 100%;

    border-bottom: 1px dashed #dcdde1;

}

.licheng .history ul li:last-child div {

    border-bottom: 0;

}

.licheng .history ul li:hover {

    background: #188947;

}

.licheng .history ul li:hover h4,
.licheng .history ul li:hover p,
.licheng .history ul li:hover div {

    color: #fff;

}

.licheng .history ul li:hover i {

    background: #188947;

}

.licheng .history ul li:hover h4::before {

    background: #fff;

}

.licheng .history ul li:hover {

    box-shadow: rgba(0, 153, 55, .25) 0px 0px 15px 7px;

}

/* 产品详情 */

.hui {

    background: #eeeff3;

}

.proxq {

    background: #fff;

    padding: 3.75rem;

}

.xqall {

    display: flex;

    align-items: center;

    gap: 3.75rem;

    padding-bottom: 50px;

    border-bottom: 2px solid #e6ebe8;

}

#xqs {

    max-width: 39.375rem;

    flex-shrink: 0;

    margin: 0;

}

#xqs img,
.drink img {

    display: block;

    width: 100%;

}

.xqall .xqcon h4 {

    color: #3e3e3e;

    font-size: 1.8;

    font-weight: bold;

    margin-bottom: 2rem;

}

.xqall .xqcon p {

    color: #616161;

    font-size: 0.35rem;

    line-height: 2rem;

}

.xqcon .buy {

    display: flex;

    gap: .875rem;

    align-items: center;

    margin-top: 3rem;

}

.xqcon .buy a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 7.25rem;

    height: 2.5rem;

    font-size: 0.35rem;

    line-height: 30px;

    color: #fff;

    background: #188947;

    border-radius: 20px;

}

.xqcon .buy .zxq:hover .zxewm {

    opacity: 1;

}

#xqs .swiper-button-white,
#exp .swiper-button-white {

    width: 60px;

    height: 400px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #c7cdd2;

    transition: all .5s;

    top: 0;

    margin-top: 0;

    background: rgba(0, 0, 0, 0.2);
}

#xqs .prevxq,
#exp .prevexp {

    left: 0;

}

#xqs .nextxq,
#exp .nextexp {

    right: 0;

}

#xqs .swiper-button-white,
#exp .swiper-button-white {

    top: 50%;

    transform: translate(0, -50%);

}

#xqs .swiper-button-white svg path,
#exp .swiper-button-white svg path {

    fill: #fff;

}

.method {

    padding-top: 50px;

}

.method>p {

    color: #616161;

    font-size: 0.35rem;

    line-height: 2rem;

    margin-bottom: 2rem;

}

.drink {

    display: flex;

    justify-content: space-between;

    gap: 7.5rem;

}

.drtu {

    position: relative;

}

.drtu::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    border: 4px solid #188947;

    top: 0;

    left: 0;

    background-size: 100% 100%;

}

.drink p {

    color: #616161;

    font-size: 0.35rem;

    line-height: 2rem;

    text-align: center;

    margin: 1rem 0;

}

/* 会员中心 */

.huis {

    background: #eeeff3;

}

.huisu {

    background: url(../images/vip.jpg)no-repeat;

}

.huisu h4 {

    text-align: center;

    font-size: 2.5rem;

    color: #313131;

}

.zhuisu {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 50px auto 2.5rem;

}

.zhuisu img {

    max-width: 19.25rem;

    /* max-height: 14.25rem; */

    width: 100%;

    height: 100%;

}

.huisu p {

    color: #313131;

    font-size: 1.125rem;

    line-height: 2.25rem;

    text-align: center;

}

.zsliucheng ul {

    display: flex;

    justify-content: space-between;

}

.zsliucheng .lctit {

    display: flex;

    align-items: center;

    gap: 1.25rem;

}

.zsliucheng .nums {

    width: 4.0625rem;

    height: 4.0625rem;

    background: #188947;

    color: #fff;

    border-radius: 50%;

    font-size: 1.25rem;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: OSWALD-LIGHT;

    flex-shrink: 0;

}

.zsliucheng .lctit p {

    color: #313131;

    font-size: 1.125rem;

    line-height: 2.25rem;

}

.zsliucheng ul li img {

    display: block;

    margin: 30px auto 0;

}

.zsliucheng ul li:last-child img {
    max-width: 20rem;
}

.syewm img {

    margin: 0 !important;

}

.syewm {

    width: 210px;

    height: 210px;

    border-radius: 50%;

    border: 3px solid #188947;

    margin: 30px auto 0;

    padding: 2.5rem;

}

/* 单页面 */
.zt_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 0;
}

.ar_articles p {
    font-size: 14px;
    line-height: 2;
    color: #707578;
    margin: 10px 0;
}

.n_keyan .line {
    width: 100%;
    height: 1px;
    background: #dbe1e6;
    margin: 30px 0;
}

.tixi_jiaoshou {
    display: flex;
}
.tixi_jiaoshou.yf_list{
    display: block;
}
.tixi_jiaoshou.yf_list ul{
    display: inline-table;
}
.yf_list li {
    width: 18%;
    border-radius: 15px;
    /*! overflow: hidden; */
    margin: 1% 1% 5% 1%;    
    float: left;
    /*! height: 200px; */
}
.yf_list li .pic {
    width: auto;
    border-radius: 15px;
    /*! overflow: hidden; */
    flex-shrink: 0;
    margin-right: 1%;
}
.yf_list li .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    max-height: 300px;
}
@media (max-width: 768px) {
.yf_list li {
    width: 23%;
    border-radius: 15px;
    /*! overflow: hidden; */
    margin: 1% 1% 18% 1%;    
    float: left;
}
    .tixi_jiaoshou.yf_list li .nr {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  height: 30px;
  color: #4d4e4f;
  text-align: center;
}
.yf_list li .pic {
    width: auto;
    border-radius: 15px;
    /*! overflow: hidden; */
    flex-shrink: 0;
    margin-right: 1%;
}
.yf_list li .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    max-height: 110px;
}    
}
.tixi_jiaoshou .pic {
    width: 33%;
    border-radius: 15px;
    /*! overflow: hidden; */
    flex-shrink: 0;
    margin-right: 1%;
}

.tixi_jiaoshou .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.tree .bd1 {
    padding: 40px 0 40px 0;
}

.n_keyan .bd1 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}

.n_keyan .bd1 .tt h3 {
    font-size: 32px;
    color: #188947;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.n_keyan .bd1 .tt .nr {
    font-size: 26px;
    color: #424242;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.n_keyan .bd1 .tt .nr span {
    font-size: 30px;
    color: #188947;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 微软雅黑, arial;
}

.n_keyan .bd1 .tt h4 {
    font-size: 28px;
    color: #231f20;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.n_keyan .bd1 .tt span {
    font-size: 15px;
    color: #bdbec166;
    /* font-family: YuMoW04; */
    text-transform: uppercase;
}

.n_keyan .bd1 .txt {
    font-size: 15px;
    line-height: 3;
    color: #585858;
    max-width: 65%;
    margin-top: 0;
    margin-left: 30px;
}

.n_keyan .bd1 .tt h3 i {
    display: block;
    width: 50px;
    height: 2px;
    background: #188947;
    flex-shrink: 0;
    margin-left: 20px;
}

.n_keyan .bd1 .txt p {

    font-size: 15px;

    line-height: 2;

}

.ar_articles img {

    display: block;

    margin-top: 0;
}

.linian_tt {
    display: inline-flex;
    align-items: center;
    height: 60px;
    background: #188947;
    color: #fff;
    padding: 0 60px 0 10px;
    border-radius: 6px;
    margin-bottom: 40px;
}

.linian_tt span {

    font-size: 24px;
    font-weight: bold;
}

.linian_tt b {
    font-weight: bold;
    display: block;
    font-size: 30px;
    position: relative;
}

.linian_tt b:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.linian_tt svg {
    margin: 0 20px;
}

.pad_bot .bd1 .txt {
    width: 60%;
}

.pad_bot .bd1.page2 .txt {
    width: 64%;
}

.pad_bot .bd1.page3 .txt {
    width: 70%;
}

.pad_bot .bd1.page3 {
    margin-top: 50px;
}

.tixi_jiaoshou .nr {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    height: 30px;
    color: #4d4e4f;
    text-align: center;
}

.pad_bot .bd1 .txt h4 {
    font-size: 26px;
    line-height: 1;
    color: #188947;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 1px;
    margin: 30px 0 5px 0;
}

.pad_bot .bd1.two .txt {
    width: 70%;
}

.pad_bot .bd1.two .txt span {
    color: #188947;
    font-weight: 300;
    font-size: 28px;
    font-family: YuMoW04;
}

.pad_bot .bd1 .pic {
    border-radius: 0 100px 0 100px;
    width: 75%;
    max-width: 100%;
    overflow: hidden;
    box-shadow: -24.151px 20.994px 16px 0px rgba(90, 90, 90, 0.08);
    margin-left: 20px;
}

.pad_bot .bd1 .pic img {
    display: block;
    padding: 0;
    width: 100%;
}

.pad_bot .bd1 .con p {
    font-size: 15px;
    line-height: 1.8;
    color: #585858;
}

.pad_bot .bd1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*biaoge*/
.biaoge2 .index-item2 {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
}

.jituan_a.gncs.youji .index-item2 {
    height: auto;
    overflow: hidden;
    display: block;
    justify-content: flex-start;
}

.index-item2 {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.index-item2 .item2-box {
    margin-top: 0px;
}

.index-item2 .item2-arrow {
    width: 30px;
    height: 20px;
    background: url(../images/item2-arrow.png) no-repeat 0 0;
    margin: 130px 10px 0 10px;
}

.index-item2 .item2-box-li1 {
    width: 285px
}

.index-item2 .item2-box-li1 .mt20 {
    margin-top: 20px
}

.index-item2 .item2-box-li1 li {
    border: 1px dashed #aacbb8;
    box-shadow: 0 0 25px 0 rgba(72, 98, 166, .15)
}

.index-item2 .item2-box-li1 li .hd {
    height: 40px;
    line-height: 40px;
    background-color: #2fc87f;
    color: #fff;
    text-align: center;
    font-size: 14px
}

.index-item2 .item2-box-li1 li .ft {
    padding: 15px 15px 0 0
}

.index-item2 .item2-box-li1 li .box.long {
    width: 232px
}

.index-item2 .item2-box-li1 li .box {
    display: inline;
    float: left;
    margin: 0 0 15px 15px;
    background-color: #f0faf4;
    font-size: 14px;
    color: #57585a;
    width: 98px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px
}

.biaoge2 .index-item2 .item2-box-li2 {
    width: 1200px;
    margin-top: 0px;
}

.index-item2 .item2-box-li2 .mt20 {
    margin: 2px 0;
    /* height: 120px; */
    /* padding: 10px 0; */
    padding-bottom: 10px;
}

.index-item2 .item2-box-li2 .bt {
    margin-top: 10px;
    height: 60px;
}

.index-item2 .item2-box-li2 li {
    border: 1px dashed #18894754;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    background-color: #ffffff91;
    width: 100%;
}

.index-item2 .item2-box-li2 li .hd {
    height: 50px;
    line-height: 50px;
    background-color: #0863c4;
    color: #fff;
    text-align: center;
    font-size: 18px
}

.index-item2 .item2-box-li2 .bt .ft {
    padding: 5px 5px 0 10px;
    height: 60px;
    background-color: #188947;
    border: 1px dashed #188947;
    box-shadow: 0 0 25px 0 rgb(78 151 95 / 23%);
    overflow: hidden;
    color: #fff;
}

.index-item2 .item2-box-li2 li .ft {
    padding: 10px 5px 0 10px;
    /* height: 50px; */
}

.index-item2 .item2-box-li2 li .box.long {
    width: 710px;
    height: 50px;
    line-height: 50px
}

.index-item2 .item2-box-li2 li .box.small {
    width: 130px
}

.subpb.container.index-item2.hc2 .item2-box-li2 .bt .box {
    display: inline;
    float: left;
    margin: 1px 5px;
    background-color: #e7e8e97d;
    font-size: 16px;
    color: #ffffff;
    width: 17.5%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.index-item2 .item2-box-li2 .bt .ft .box:first-child {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    /* background-color: #ffffff12; */
}

.index-item2 .item2-box-li2 li .box:first-child {
    float: left;
    margin: 1px 3px;
    background-color: #18894712;
    font-size: 12px;
    color: #57585a;
    width: 19.4% !important;
    height: 40px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.index-item2 .item2-box-li2 li .box {
    float: left;
    margin: 1px 3px;
    background-color: #e7e8e97d;
    font-size: 12px;
    color: #57585a;
    width: 19.4% !important;
    height: 40px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.subpb.container.index-item2.hc2 .item2-box-li2 .bt .box:nth-child(4) {
    display: inline;
    float: left;
    margin: 1px 5px;
    background-color: #f3f6fd00;
    font-size: 16px;
    color: #ffffff;
    width: 26%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .index-item2 .item2-box-li2 li .box {
        float: left;
        margin: 1px 3px;
        background-color: #e7e8e97d;
        font-size: 12px;
        color: #57585a;
        width: 17.5% !important;
        height: 40px;
        line-height: 1.5;
        text-align: center;
        display: flex;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
    }

    .index-item2 {
        height: auto;
        overflow: hidden;
        display: flex;
        align-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .index-item2 .item2-box {
        margin-top: 0px;
    }

    .index-item2 .item2-arrow {
        width: 30px;
        height: 20px;
        background: url(../images/item2-arrow.png) no-repeat 0 0;
        margin: 130px 10px 0 10px;
    }

    .index-item2 .item2-box-li1 {
        width: 285px
    }

    .index-item2 .item2-box-li1 .mt20 {
        margin-top: 20px
    }

    .index-item2 .item2-box-li1 li {
        border: 1px dashed #aacbb8;
        box-shadow: 0 0 25px 0 rgba(72, 98, 166, .15)
    }

    .index-item2 .item2-box-li1 li .hd {
        height: 40px;
        line-height: 40px;
        background-color: #2fc87f;
        color: #fff;
        text-align: center;
        font-size: 14px
    }

    .index-item2 .item2-box-li1 li .ft {
        padding: 15px 15px 0 0
    }

    .index-item2 .item2-box-li1 li .box.long {
        width: 232px
    }

    .index-item2 .item2-box-li1 li .box {
        display: inline;
        float: left;
        margin: 0 0 15px 15px;
        background-color: #f0faf4;
        font-size: 14px;
        color: #57585a;
        width: 98px;
        height: 40px;
        line-height: 40px;
        padding-left: 20px
    }

    .biaoge2 .index-item2 .item2-box-li2 {
        width: 100%;
        margin-top: 0px;
    }

    .index-item2 .item2-box-li2 {
        width: 100%;
        margin-top: 10px;
    }

    .index-item2 .item2-box-li2 .mt20 {
        margin: 2px 0;
        height: auto;
        padding-bottom: 2px;
    }

    .index-item2 .item2-box-li2 .bt {
        margin-top: 0px;
        height: 55px;
    }

    .index-item2 .item2-box-li2 li {
        border: 1px dashed #2c333947;
        box-shadow: 0 0 25px 0 rgb(72 166 138 / 15%);
        background-color: #fffffff7;
    }

    .index-item2 .item2-box-li2 li .hd {
        height: 50px;
        line-height: 50px;
        background-color: #3f9f81;
        color: #fff;
        text-align: center;
        font-size: 18px;
        display: block;
    }

    .index-item2 .item2-box-li2 .ttwo .hd {
        height: auto;
        line-height: 28px;
        background-color: #3f9f81;
        color: #fff;
        text-align: center;
        font-size: 16px;
        display: block;
        padding: .5rem;
    }

    .index-item2 .item2-box-li2 .hd span {
        padding: 0;
        font-size: 12px;
    }

    .index-item2 .item2-box-li2 .hd .ttwo {
        padding: 0 3rem 0 0rem;
        font-size: 16px;
    }

    .index-item2 .item2-box-li2 .bt .ft {
        padding: 5px 5px 0 10px;
        height: 50px;
    }

    .index-item2 .item2-box-li2 li .ft {
        padding: 5px 0px 0 2px;
        /* height: 50px; */
    }

    .index-item2 .item2-box-li2 li .ft:last-child {
        padding: 5px 0px 0 2px;
        height: 60px;
    }

    .ft.clearfix.gao {
        height: 282px ! important;
    }

    .index-item2 .item2-box-li2 li .box.long {
        width: 710px;
        height: 50px;
        line-height: 50px
    }

    .index-item2 .item2-box-li2 li .box.small {
        width: 130px
    }

    .index-item2 .item2-box-li2 .bt .box:nth-child(4) {
        display: inline;
        float: left;
        margin: 0px 10px;
        background-color: #f3f6fd00;
        font-size: 16px;
        color: #ffffff;
        width: 25%;
        height: 0;
        line-height: 1;
        text-align: center;
    }

    .index-item2 .item2-box-li2 .bt .box:nth-child(1) {
        display: inline;
        float: left;
        margin: 1px 5px;
        background-color: #f3f6fd00;
        font-size: 16px;
        color: #ffffff;
        /* width: 70% !important; */
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .index-item2 .item2-box-li2 .bt .box:nth-child(2) {
        display: inline;
        float: left;
        margin: 1px 5px;
        background-color: #f3f6fd00;
        font-size: 16px;
        color: #ffffff;
        width: 70% !important;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }


}

@media only screen and (max-width: 1639px) and (min-width:1024px) {
    .index-item2 .item2-box-li2 li .box {
        float: left;
        margin: 1px 3px;
        background-color: #e7e8e97d;
        font-size: 12px;
        color: #57585a;
        width: 17.6% !important;
        height: 40px;
        line-height: 1.5;
        text-align: center;
        display: flex;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
    }

    .index-item2 .item2-box-li2 .bt .box:nth-child(2) {
        display: inline;
        float: left;
        margin: 1px 5px;
        background-color: #f3f6fd00;
        font-size: 16px;
        color: #ffffff;
        width: 70%;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
}

.index-item2 .item2-box-li2 .bt .box {
    display: inline;
    float: left;
    margin: 1px 5px;
    background-color: #f3f6fd00;
    font-size: 16px;
    color: #ffffff;
    width: 18%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.index-item2 .item2-box-li2 .bt .box:nth-child(2) {
    display: inline;
    float: left;
    margin: 1px 5px;
    background-color: #f3f6fd00;
    font-size: 16px;
    color: #ffffff;
    width: 72% !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.subpb.container.index-item2.hc2 .item2-box-li2 li .box {
    display: inline;
    float: left;
    margin: 1px 5px;
    background-color: #2c33390f;
    font-size: 14px;
    color: #2c3339b8;
    width: 18.5% !important;
    height: 40px;
    line-height: 40px;
    text-align: center
}

@media (max-width: 992px) {
    .linian_tt {
        align-items: center;
        height: 40px;
        background: #188948;
        color: #fff;
        padding: 0 1.8;
        border-radius: 6px;
        margin-bottom: 20px;
        padding: 0 60px 0 20px;
    }

    .linian_tt span {
        font-size: 18px;
        font-weight: bold;
    }

    .linian_tt b {
        font-weight: bold;
        display: block;
        font-size: 30px;
        position: relative;
    }

    .linian_tt b:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
    }

    .linian_tt svg {
        margin: 0 .1rem;
    }

    .pad_bot .bd1 .con {
        font-size: 14px;
        line-height: 1.8;
        color: #585858;
    }

    .pad_bot .bd1 .txt {
        width: 100%;
    }

    .tree .bd1 {
        padding: 0px 0 20px 0;
    }

    .pad_bot .bd1 {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .pad_bot .bd1 .con {
        font-size: 14px;
        line-height: 1.8;
        color: #585858;
    }

    .pad_bot .bd1 .con p {
        font-size: 14px;
        line-height: 1.8;
        color: #626364;
    }

    .pad_bot .bd1 .pic {
        border-radius: .875rem 0 .875rem 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-shadow: 24.151px 20.994px 16px 0px rgba(90, 90, 90, 0.08);
        margin-top: 30px;
        margin-left: 0;
    }

    .pad_bot .bd1 .pic img {
        display: block;
    }

    .zt_img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5% 0;
    }

    .ar_articles p {

        font-size: 14px !important;

        line-height: 2;

        color: #626364;

        margin: 14px 0;

    }

    .n_keyan .line {
        width: 100%;
        height: 1px;
        background: #dde2e7;
        margin: 0px 0 30px 0;
    }

    .n_keyan .bd1 {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .n_keyan .bd1 .tt {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .pad_bot .bd1 .txt h4 {
        font-size: 18px;
        line-height: 1;
        color: #188947;
        font-weight: 600;
        margin-bottom: 0;
        letter-spacing: 0px;
        margin: 0;
    }

    .n_keyan .bd1 .tt h3 {

        font-size: 28px;

        color: #000000;

        font-weight: bold;

        display: flex;

        align-items: center;
    }

    .n_keyan .bd1 .tt .nr {
        font-size: 26px;
        color: #424242;
        font-weight: 700;
        letter-spacing: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .n_keyan .bd1 .tt .nr span {
        font-size: 30px;
        color: #c60c0c;
        font-weight: bold;
        letter-spacing: 2px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-family: auto;
    }

    .n_keyan .bd1 .tt span {
        font-size: 12px;
        line-height: 2;
        color: #02020242;
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
        max-width: 100%;
    }

    .pad_bot .bd1.two .txt {
        width: 100%;
    }

    .pad_bot .bd1.page2 .txt {
        width: 99%;
    }

    .pad_bot .bd1.page3 .txt {
        width: 98%;
        margin-left: 0;
    }

    .n_keyan .bd1 .txt {
        font-size: 15px;
        line-height: 3;
        color: #585858;
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
        max-width: 100%;
    }

    .n_keyan .bd1 .tt h3 i {
        display: block;
        width: 30px;
        height: 2px;
        background: #188947;
        flex-shrink: 0;
        margin-left: 20px;
    }

    .n_keyan .bd1 .tt .nr {
        font-size: 26px;
        color: #424242;
        font-weight: 700;
        letter-spacing: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .tianchong {
        display: none !important;
    }

    .n_keyan .bd1 .tt h4 {

        font-size: 25px;
        line-height: 1.8;
    }

    .n_keyan .bd1 .txt p {

        font-size: 14px;
        line-height: 1.8;
        color: #626364;
    }

    .ar_articles img {

        display: block;

        margin-top: 0;

    }

    .n_keyan .bd1 .tt h3 {
        font-size: 25px;
        color: #188947;
        font-weight: 600;
        letter-spacing: 0;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 26px;
    }

    .n_keyan .bd1 .tt .nr {
        font-size: 18px;
        color: #424242;
        font-weight: 700;
        letter-spacing: 0;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 30px;
    }

    .n_keyan .bd1 .tt .nr span {
        font-size: 20px;
        color: #188948;
        font-weight: bold;
        letter-spacing: 0px;
        margin-top: 10px;
        margin-bottom: 0;
        /* font-family: auto; */
    }


}

/* 搜索结果 */

.sousuo .news_xq_con {

    justify-content: center;

}

.sousuo .left_con {

    max-width: 1025px;

}

/* 科研中心 */

#exp {

    height: 30px;
}

#exp .expcon {

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: url(../images/greenbgs.jpg)no-repeat;

    position: relative;

}

#exp .expcon::before {

    content: "";

    position: absolute;

    background: url(../images/greensj.png)no-repeat;

    height: 100%;

    width: 3.4375rem;

    left: -3.3475rem;

    z-index: 20;

    background-size: cover;

}

#exp .expcon div {
    padding: 0 50px;
}

#exp .expcon h5 {

    color: #fff;

    position: relative;

    font-size: 1.75rem;

    margin-bottom: 30px;

}

#exp .expcon p {

    position: relative;

    color: #fff;

    font-size: 0.35rem;

    line-height: 2.125rem;

    padding-left: 30px;

}

#exp .expcon p::before {

    content: "";

    position: absolute;

    border-radius: 50%;

    background: transparent;

    border: 1px solid #fff;

    width: 8px;

    height: 8px;

    left: 0;

    top: 17px;

    transform: translate(50%, -50%);

}

#n_container .tech {

    display: flex;

    flex-direction: column;

    gap: 1.25rem;

}

#n_container .tech li {

    display: grid;

    grid-template-columns: 1fr 1fr;

}

#n_container .tech img {

    height: 300px;

    display: block;

    width: 100%;

    object-fit: cover;
}

#n_container .tech div {

    padding: 0 50px;

    background: #eeeff3;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

#n_container .tech h5 {

    color: #313131;

    font-size: 16px;

    line-height: 1.6;

    margin-bottom: 20px;
}

#n_container .tech p {

    color: #313131;

    font-size: 14px;

    line-height: 1.8;
}

#n_container .lab {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

}

#n_container .lab>div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

#n_container .lab>div div {

    display: flex;

    align-items: center;

    gap: 15px;

}

#n_container .lab img {
    display: block;
    width: 100%;
    z-index: 1;
}

.pr-sys {
    position: relative;
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1.2);
    }
}

.zoom-image img {
    transition: transform 1s ease-in-out;
    animation: zoomIn 2s ease-in-out forwards;
}

.product-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #231f2075;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 2;
}

#exp .tuwen {

    height: 100%;

    display: grid;

    align-items: center;

    grid-template-columns: 50rem 1fr;

}

#exp .tuwen .slides {

    height: 100%;

}

#exp .tuwen .slides img {

    display: block;

    height: 100%;

    object-fit: cover;

}

.modal {

    display: none;

    width: 100%;

    height: 100%;

    position: fixed;

    left: 0;

    top: 0;

    z-index: 1000;

    background-color: rgba(0, 0, 0, 0.5);

}

.modal-content {

    width: 200px;

    margin: 20% auto;

    border-radius: 10px;

    -webkit-animation: zoom 0.6s;

    animation: zoom 0.6s;

    resize: both;

    height: 200px;

    overflow: auto;

    background: url(../images/gwtc.jpg);

    position: relative;

    border-radius: 7px;

}

@-webkit-keyframes zoom {

    from {

        -webkit-transform: scale(0)
    }

    to {

        -webkit-transform: scale(1)
    }

}

@keyframes zoom {

    from {

        transform: scale(0)
    }

    to {

        transform: scale(1)
    }

}

.close {

    position: absolute;

    right: .5rem;

    top: .5rem;

    cursor: pointer;

}

.close:hover svg path,
.close:focus svg path {

    fill: #188947;

}

.modal-body {

    padding: 2rem;

    box-sizing: border-box;

    background: #fff;

}

.spewm img {

    width: 100%;

    display: block;

    margin: auto;

}

#nav_8,
#nav_9,
#nav_10,
#nav_11,
#nav_12,
#nav_19,
#nav_20,
#nav_23,
#nav_24,
#nav_25,
#nav_26,
#nav_12 {

    position: absolute;

    top: -150px;

}

line {
    transition: .5s;
}

.btn_more {
    width: 12rem;
    height: 4rem;
    border-radius: .5rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: .5s;
}

.btn_more svg {
    width: 1.25rem;
    margin-left: .75rem;
}

.btn_more:hover {
    background: #772b1b;
    color: #fff;
}

.btn_more:hover line {
    stroke: #fff !important;
}

.btn_more:hover path {
    stroke: #fff !important;
}



.btn_more2 {
    width: 8.75rem;
    height: 2.875rem;
    border-radius: 30px;
    border: 1px solid #bababa;
    font-size: .875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: .5s;
}

.btn_more2 svg {
    width: 1.25rem;
    margin-left: .75rem;
}

.btn_more2:hover {
    background: #772b1b;
    border: 1px solid #772b1b;
    color: #fff;
}

.btn_more2:hover line {
    stroke: #fff !important;
}

.btn_more2:hover path {
    stroke: #fff !important;
}



@font-face {
    font-family: FRADM;
    src: url(../fonts/FRADM.TTF);
}

@font-face {
    font-family: FRAMDCN;
    src: url(../fonts/FRAMDCN.TTF);
}

@font-face {
    font-family: HELVETICANEUELTPRO;
    src: url(../fonts/HELVETICANEUELTPRO-CN.OTF);
}

@font-face {
    font-family: SLIDEQIUHONGREGULAR;
    src: url(../fonts/SLIDEQIUHONGREGULAR.TTF);
}

@font-face {
    font-family: BarlowCondensed-Medium;
    src: url(../fonts/BarlowCondensed-Medium.ttf);
}

@font-face {
    font-family: BarlowCondensed-Regular;
    src: url(../fonts/BarlowCondensed-Regular.ttf);
}

::selection {
    color: #fff;
    background-color: #188947;
}

::-moz-selection {
    color: #fff;
    background-color: #188947;
}

::-webkit-selection {
    color: #fff;
    background-color: #188947;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #F5F5F5;
    display: none;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #188947;
}

.nicescroll-cursors {
    border: 0 !important;
    background-color: rgba(66, 66, 66, .5) !important;
}

::-webkit-input-placeholder {
    color: rgba(67, 67, 67, .6);
}

::-moz-placeholder {
    color: rgba(67, 67, 67, .6);
}

::-moz-placeholder {
    color: rgba(67, 67, 67, .6);
}

::-ms-input-placeholder {
    color: rgba(67, 67, 67, .6);
}

:focus::-webkit-input-placeholder {
    color: transparent !important;
}

:focus:-moz-placeholder {
    color: transparent !important;
}

:focus::-moz-placeholder {
    color: transparent !important;
}

:focus:-ms-input-placeholder {
    color: transparent !important;
}



#fileupload_jlsc .col-lg-12 {
    padding: 0 !important;
}

#fileupload_jlsc {
    height: 40px;
    display: flex;
    align-items: center;
}

#fileupload_jlsc .btn.blue:not(.btn-outline) {
    background: #626262;
    border: 0 !important;
}

.miaodian {
    position: relative;
    transform: translateY(-7.5rem);
    display: block;
}

body {
    font-size: 100%;
    line-height: 1.1;
    width: 100%;
    position: relative;
    font-weight: 400;
    overflow-x: hidden;
    background: #fff;
}

.jianbian01 {

    background-image: -moz-linear-gradient(0deg, rgb(175, 30, 40) 0%, rgba(175, 30, 40, 0) 100%);

    background-image: -webkit-linear-gradient(0deg, rgb(175, 30, 40) 0%, rgba(175, 30, 40, 0) 100%);

    background-image: -ms-linear-gradient(0deg, rgb(175, 30, 40) 0%, rgba(175, 30, 40, 0) 100%);

}

.jianbian02 {

    background-image: -moz-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);

    background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);

    background-image: -ms-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);

}

.defs {
    position: absolute;
    width: 0;
    height: 0;
}

/*自定义样式*/

.swiper-button-disabled {
    opacity: .3 !important;
}

.swiper-button-lock {
    opacity: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/* 
button,textarea,input,body{font-family:"微软雅黑", arial;} */

button {
    cursor: pointer;
    outline: 0;
    border: 0;
}

.tc_close {
    cursor: pointer;
}

* {
    padding: 0;
    margin: 0;
}

img {
    /* max-width: 100%; */
}

#bdshare_weixin_qrcode_dialog *,
#bdshare_weixin_qrcode_dialog {
    box-sizing: content-box;
}

.j_tab {
    display: table;
    width: 100%;
    height: 100%;
}

.j_tab_cel {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    min-width: 0;
}

*:before,
*:after {
    box-sizing: border-box;
}

a {
    color: inherit;
}

a:focus {
    outline: none !important;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
h1,
.h1,
h2,
.h2,
h3,
.h3,
p {
    margin: 0;
}



h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img {
    /* max-width: 100%; */
    /* max-height: 100%; */
}

.img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    object-fit: cover;
    display: block;
}

.pic img {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

li:hover .img img {
    transform: scale(1.1) rotate(.1deg);
    -webkit-transform: scale(1.1) rotate(.1deg);
    -moz-transform: scale(1.1) rotate(.1deg);
    -ms-transform: scale(1.1) rotate(.1deg);
    -o-transform: scale(1.1) rotate(.1deg);
}

svg {
    max-width: 100%;
    max-height: 100%;
}

.ovh {
    overflow: hidden;
    width: 100%;
}

.m {
    max-width: 1360px;
    width: 100%;
    padding: 0 80px;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.ms {
    padding: 0 80px 0 0;
}

.pad_top {
    padding-top: 60px;
}

.pad_bot {
    padding-bottom: 60px;
}

.pad_top2 {
    padding-top: 50px;
}

.pad_bot2 {
    padding-bottom: 5rem;
}

.pad_aside {
    padding-left: 45px;
    padding-right: 45px;
}

.draw_h {
    width: .6rem !important;
    height: .6rem !important;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.draw_h:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(100%, 100%, 100%, .5);
    border-radius: 50%;
}

svg.drawcircle {
    position: absolute;
    top: 0;
    left: 0;
    overflow: inherit;
    display: block;
    pointer-events: none;
}

svg.drawcircle circle {

    fill: none;
    box-sizing: border-box;

    stroke-width: 2;

    stroke: none;

    stroke-dasharray: 0, 188.49;

    stroke-dashoffset: 188.49;

    transition: all .3s linear 0s;

}

.draw_h .icon {
    fill: #626262;
    vertical-align: middle;
    transition: .3s;

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.draw_h:hover svg.drawcircle circle {

    stroke: #fff;

    stroke-dasharray: 188.49, 0;

    stroke-dashoffset: 188.49;

    -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

    transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

}

.draw_h:hover .icon {
    fill: #0081cc;
}

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

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

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

.swiper-button-next,
.swiper-button-prev {
    /* display: none; */
}

.ico_tgl {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.875rem;
    height: 3.875rem;
}

.ico_tgl img {
    display: block;
}

.ico_tgl .img02 {
    display: none;
}

.ico_tgl:hover .img01,
li:hover .ico_tgl .img01 {
    display: none;
}

.ico_tgl:hover .img02,
li:hover .ico_tgl .img02 {
    display: block;
}



.img_zd>img {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;
    display: block;

}

svg {
    display: block;
}



:focus {
    outline: 0;
}

input,
button,
a {
    outline: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e3e3;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: top;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}



.fl {
    float: left;
}

.fr {
    float: right;
}

.img {
    overflow: hidden;
}

.h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h5 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clear {
    /* clear: both; */
}

.img_db {
    width: 100%;
    position: relative;
}

.img_db:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 65.6%;
}

.img_db img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_db .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_db .pic img {
    position: static;
    width: auto;
    height: auto;
    object-fit: contain;
}

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



.img_zd {
    position: relative;
    width: 100%;
    overflow: hidden
}

.img_zd .img_hezi {
    padding-bottom: 60% !important
}

.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.box_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle
}

.box_table_cell * {
    white-space: normal;
    word-wrap: break-word;
}



.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.relative {
    position: relative;
}



.tc {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.tc.act {
    opacity: 1;
    visibility: visible;
}

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

.tc_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.tc_close {
    position: absolute;
    right: .6rem;
    top: .5rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.tc_close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}



.tc_btn {
    cursor: pointer;
}

.tc_ewm {
    width: 14rem;
    height: auto;
    position: relative;
    background: #fff;
    border-top: 5px solid #742818;
    border-radius: 5px;
    padding: 2rem 1.25rem 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tc_ewm img {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1rem;
}

.tc_ewm p {
    font-size: .875rem !important;
    color: #333 !important;
    font-weight: bold;
}

.tc_ewm div {
    font-size: .875rem !important;
    color: #999 !important;
}

input {
    font-weight: normal;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: normal;
}



.btn_flashcenter {
    position: relative;
    overflow: hidden;
    transition: 0.52s;
}

.btn_flashcenter .anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn_flashcenter .anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.btn_flashcenter .anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.btn_flashcenter:hover .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}

.btn_flashcenter:hover .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

.btn_flashcenter:hover .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}

.btn_flashcenter:hover .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.ar_article {
    font-size: 1rem;
    color: #4d4d4d;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
}

.ar_article p {
    font-size: 1rem;
    color: #4d4d4d;
    line-height: 2;
    text-indent: 2em;
}

.ar_article strong {
    font-weight: bold;
}

.ar_article caption {
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    padding: .875rem 1.75rem;
    font-size: 1.25rem;
    color: #000000;
}

.ar_article table {
    width: 100%;
}

.ar_article td,
.ar_article th {
    padding: .875rem 1.75rem;
    border: 1px solid #e8e8e8;
    font-size: 1rem !important;
}

.ar_article th,
.ar_article th * {}

.ar_article td,
.ar_article td * {}

.ar_article td p,
.ar_article th p {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: inherit;
}

.ar_article img {
    max-width: 100%;
    height: auto;
    margin: 30px 0 30px -2em;
}

.ar_article video {
    width: 100%;
}

.ar_article a {
    color: #363636;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5,
.ar_article h6 {
    font-weight: bold;
}

.ar_article ul li,

.ar_article ol li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.ar_article ul li p,

.ar_article ol li p {
    padding-bottom: 0;
    margin-bottom: 3px !important;
}

.ar_article ul li {
    list-style: disc;
    margin-left: 1.25em;
}

.ar_article h3 {
    font-size: 1.75rem;
    color: #000000;
}

.ar_article h4 {
    font-size: 30px;
    color: #742818;
    font-weight: bold;
}

.ar_article h5 {
    font-size: 1.25rem;
    color: #333;
    white-space: normal;
}

.ar_article h6 {
    font-size: 1.125rem;
    color: #333;
}



.splitlist {
    line-height: 1.2;
    overflow: hidden;
    white-space: pre-wrap;
}

.splitlist.flag span {
    -webkit-animation: fadeInRight 1.2s forwards;
    animation: fadeInRight 1.2s forwards;
}

.splitlist span {
    font-family: inherit;
    width: auto;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-transform: inherit;
    opacity: 0;
    display: inline-block;
}

.splitlist span.letters {
    color: #0054A3;
}

.photoActives {
    position: relative;
    overflow: hidden;
}

.photoActives .photoActive {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
    bottom: -100%;
    -webkit-transition: 1.3s;
    transition: 1.3s;
    -webkit-transition-timing-function: var(--ease-in-out-b);
    transition-timing-function: var(--ease-in-out-b);
}



/***********************/

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -o-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0
}

.fancybox-slide:before,
.fancybox-slide>* {
    display: inline-block;
    vertical-align: middle
}

.fancybox-slide>* {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-slide--image {
    overflow: hidden
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: 0 0
}

.fancybox-placeholder {
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: 0 0;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50%;
    height: 50%;
    font: 20px/50% Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: 0 0
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2rem 0;
    text-align: center;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: block;
    position: fixed;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -22px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    outline: 0;
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button {
    background-color: #a0a0a0;
}

.fancybox-button:hover {
    background-color: #f99e01;
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
    opacity: .5
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    left: 1%;
}

.fancybox-button--right {
    right: 1%;
}

.fancybox-button--close {
    float: right
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-loading {
    border: 6px solid rgba(99, 99, 99, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}



@-webkit-keyframes a {

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}



@keyframes a {

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}



@media (max-width:768px) {

    .fancybox-controls {
        text-align: left
    }

    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }

}



.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: 0 0
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: 0 0
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: 0 0
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #f99e01;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}



@media (max-width:768px) {

    .fancybox-thumbs {
        display: none !important
    }

    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }

}

.fancybox-button--close {

    float: right;

    top: 0;

    right: 0;

    margin: 0;

}



/* 手机端导航按钮样式一 */

.header_ham {
    width: 38px;
    height: 38px;
}

.header_ham::before,
.header_ham::after {
    content: "";
    background: #000;
    width: 100%;
    height: 1.5px;
    position: absolute;
    left: 0;
    top: 45%;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header_ham::after {
    width: 21px;
    top: 62%;
}

.header_ham.active::before {
    -webkit-transform: rotate(56deg);
    transform: rotate(45deg);
    width: 30px;
}

.header_ham.active::after {
    width: 100%;
    top: 27.55px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(314deg);
    width: 30px;
}

#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    margin: 0 20px;
    position: fixed;
    height: 60px;
    right: 0;
    top: 0;
    display: none;
}

#nav_btn_box .m {
    height: 100%;
    display: flex;
    align-items: center;
}

#nav_btn_box.on {
    background: none;
}

#nav_btn {}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    background: #a0a0a0;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    padding-bottom: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.8;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #999;
}

#nav_btn .navbtn::after,

#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #999;
}

.ny #nav_btn .navbtn::after,

.ny #nav_btn .navbtn::before {
    background: #999;
}

#nav_btn .navbtn::after {
    top: -6px;
}

#nav_btn .navbtn::before {
    top: 6px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}



/* 手机端导航按钮样式二 */

.nav-menu-btn {
    position: relative;
    display: block;
    float: right;
    width: 20px;
    height: 38px;
    cursor: pointer;
    transition: all .3s;
    z-index: 10;
    transform: scale(.8);
}

.nav-menu-btn.enter .menu-btn {
    transition-duration: .1s;
    transition-delay: .4s;
}

.nav-menu-btn.enter .menu-btn:before,
.nav-menu-btn.enter .menu-btn:after {
    opacity: 0;
}

.nav-menu-btn.enter .menu-btn:before {
    left: -50%;
    right: 100%;
    transform: translate(-100%, 0);
}

.nav-menu-btn.enter .menu-btn:after {
    left: 100%;
    right: -50%;
    transform: translate(100%, 0);
}

.nav-menu-btn.enter .up {
    top: 17px;
    transform: rotate(45deg);
    height: 3px;
}

.nav-menu-btn.enter .down {
    bottom: 18px;
    transform: rotate(-45deg);
    height: 3px;
}

.nav-menu-btn.leave .menu-btn:before,
.nav-menu-btn.leave .menu-btn:after {
    opacity: 1;
    transform: translate(0, 0);
}

.nav-menu-btn.leave .menu-btn:before {
    left: 0;
    right: 50%;
}

.nav-menu-btn.leave .menu-btn:after {
    left: 50%;
    right: 0;
}

.menu-btn {
    position: absolute;
    display: block;
    width: 100%;
    height: 9px;
}

.menu-btn:before,
.menu-btn:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: #00a7f0;
    transition: all .3s;
    border-radius: 3px;
}

.menu-btn:before {
    left: 0;
    right: 55%;
}

.menu-btn:after {
    left: 55%;
    right: 0;
}

.menu-btn.up {
    top: 10px;
}

.menu-btn.down {
    bottom: 8px;
}

.tianchong {
    background: #188947;
    height: 100%;
    width: 100%;
}

/* 手机端导航按钮样式三 */

.mtrans,
.mtrans:hover {

    -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s;

    -moz-transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s;

    transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s;

    -ms-transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s;

}

.menu-handler {
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.35);
    width: 48px;
    height: 45px;
    cursor: pointer;
    position: relative;
    transition: all .3s cubic-bezier(.445, .145, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.445, .145, .355, 1);
    -moz-transition: all .3s cubic-bezier(.445, .145, .355, 1);
    transform: scale(.7);
}

.menu-handler .box {
    display: block;
    height: 45px;
    overflow: hidden;
    position: relative;
}

.menu-handler::after {
    width: 48px;
    height: 45px;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 5px solid rgba(0, 0, 0, .3);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

.hamburger {
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    cursor: pointer;
    float: right;
    z-index: 110;
    margin-top: 50px;
    margin-right: 20px;
    border: 1px solid #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent
}

.menu-handler .burger {
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 13px;
    left: 50%;
    margin: 0 0 0 -13px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.menu-handler .burger-2 {
    top: 21px;
}

.menu-handler .burger-3 {
    top: 29px;
}

.menu-handler.active .burger-1 {
    top: 22px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu-handler.active .burger-2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: -100%
}

.menu-handler.active .burger-3 {
    top: 22px;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.fp-viewing-page1 .menu-handler {
    opacity: 0;
    visibility: hidden;
}

.hvr-shutter-in-vertical:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #188947;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.n_title {
    position: relative;
}

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

.n_title:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #edeff1;
    transition: .5s;
}

.position {
    font-size: 1rem;
    color: #343635;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.position a {
    transition: .3s;
}

.position span {
    color: #188947;
}

.position i {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    /*! border: 1px solid #a2a6a9; */
    margin: 0 .15rem;
}

.position a:hover {
    color: #188947;
}

.n_nav {
    display: flex;
}

.n_nav a {
    display: flex;
    line-height: .8rem;
    margin-left: .5rem;
    font-size: 16px;
    transition: .3s;
    position: relative;
}

.n_nav a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -.25rem;
    bottom: calc(50% + 5px);
    /* background: #188947; */
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.n_nav a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #188947;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.n_nav a:hover {
    color: #188947;
}

.n_nav a:hover:before,
.n_nav a:hover:after {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.n_nav a.on {
    color: #188947;
}

.n_nav a.on:before,
.n_nav a.on:after {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.plusBox .plus::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.plusBox .plus::before,
.plusBox .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 36px;
    height: 6px;
    background-color: #fff;
}

#n_container .lab>div .tianchong {
    padding: 50px 26px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    align-content: center;
}

#n_container .lab>div .text {
    color: #fff;
    margin-top: 8px;

}

#n_container .lab>div .item {
    display: block;
    flex-wrap: wrap;
}

#n_container .lab>div .plus {

    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 10px;
}

.plusBox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row-reverse;
    padding: 0;
}