@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/
body {
    padding-top: 6.375rem;
}

#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: 6.375rem;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 998;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

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

#header .fr {
    display: flex;
    justify-content: space-between;
    width: calc(50% + 13rem);
    position: absolute;
    right: 0;
    top: 0;
}

.logo {
    flex-shrink: 0;
}

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

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

#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;
    text-transform: uppercase;
    font-size: 0;
}

#nav ul li h3 {
    font-size: 1.125rem;
    color: #121212;
    line-height: 6.375rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
    color: #2d5c37;
}

#nav ul li h3:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    background: #0366c2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}

#nav ul li.on h3:before,
#nav ul li:hover h3:before {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

#nav ul li h3:before {
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 2.5px 2.5px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #529de1;
    transition: 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: center;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
}

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

#nav li .sub {
    position: absolute;
    background: rgba(255, 255, 255, .8);
    width: 400px;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 100%;
    z-index: 999;
    -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;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 2rem 1.375rem 2rem;
    border-radius: 0 0 .625rem .625rem;
}

#nav li .sub .box {
    padding: 0;
    text-align: center;
    margin: -.5rem 0 0;
}

#nav li .sub a {
    padding: 0;
    line-height: 1.875rem;
    transition: .3s;
    font-size: .875rem;
    color: #505050;
    float: left;
    width: 50%;
    text-align: left;
    white-space: nowrap;
}

#nav li .sub a:hover {}

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

#nav>ul>li.on>a,
#nav li:hover>a,
#header.xg #nav li.on>a,
#header.xg #nav li:hover>a {}

#nav li .sub .img {
    width: calc(100% - 186px);
    height: 76px;
}

#nav li .sub .img img {
    width: 100%;
    object-fit: cover;
}

#nav li .sub .box {
    width: 186px;
    padding: 0 10px 0 0;
}

#nav li .sub .box a {}

#nav li:last-child>a .h3:after {
    display: none
}

#nav li:nth-child(4) .sub,
#nav li:nth-child(5) .sub,
#nav li:nth-child(6) .sub,
#nav li:nth-child(7) .sub,
#nav li:nth-child(8) .sub {
    left: auto;
    right: 0
}

.top_menu_box {
    display: flex;
    margin-left: 2rem;
}

.top_menu_box .top_menu {
    display: flex;
    min-width: 6.25rem;
    padding: 0 2.25rem;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

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

.top_menu_box .top_menu svg {
    width: 1.25rem;
    height: 1.25rem;
}

.top_menu_box .top_menu.btn_language svg path {
    fill: #555;
}

.top_menu_box .top_menu svg:nth-child(3) {
    width: 1rem;
    height: 1rem;
}

.top_menu_box .top_menu span {
    margin-left: .75rem;
    margin-right: .375rem;
    font-size: 1rem;
    color: #555555;
}

.top_menu_box .top_menu.btn_oa svg {
    width: 1.75rem;
    height: 1.75rem;
    margin-bottom: .375rem;
}

.top_menu_box .top_menu.btn_oa a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9375rem;
}

.top_menu_box .top_menu.btn_oa a p {
    font-weight: normal;
}

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

.top_menu_box .top_menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    opacity: 0;
    visibility: hidden;
    transform: rotateX(90deg);
    transition: .5s;
}

.top_menu_box .top_menu.on:before {
    opacity: 0;
    visibility: hidden;
}

.top_menu_box .top_menu.on:after {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

.top_menu_box .top_menu.on svg path {
    fill: #fff;
}

.language_sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 5px 5px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform-origin: top;
    transform: scaleY(0);
}

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

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

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

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

.language_sub a.on {
    background: #d9e5f4;
}

.language_sub a.on:after {
    height: 100%;
}

.language_sub a:hover {
    background: #d9e5f4;
}

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

#header.xg {
    height: 5rem;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header.xg #nav ul li h3 {
    line-height: 5rem;
}

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

/*手机导航开始*/
#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0s 1.5s;
    background: rgba(255, 255, 255, 0.8);
    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: 22px;
}

/*导航按钮开始*/
/*导航按钮开始*/
#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    margin-left: 20px;
    position: fixed;
    height: 4.5rem;
    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.875rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 1.75rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -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: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.75rem;
    height: 3px;
    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: -5px;
}

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

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

/*导航按钮结束*/
.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 {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#m_nav {
    z-index: -1;
    position: fixed;
    background: #eef2f6;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    display: none;
    padding: 50px 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::-webkit-scrollbar {
    display: none;
}

#m_nav.act {
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

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

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

#m_nav li .a {}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #3d3d3d;
    padding: 0;
    font-size: 1.25rem;
    float: left;
    font-weight: bold;
}

#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 .title .a i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 16px;
    height: 4.5rem;
    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 span a:hover {
    color: #014085;
}

#m_nav .title .list a {
    display: block;
    font-size: 1.125rem;
    color: #666;
    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;
}


/*首页banner*/
#banner {
    position: relative;
}

#canvas {
    position: absolute;
    width: 100vw;
    bottom: 0;
    left: 0;
    margin: 0;
    height: 15rem;
    z-index: 4;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    opacity: 0.8;
}

.banner_wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    height: 303px;
    background: url(../images/banner_wave.png) center top no-repeat;
    z-index: 9;
}

#banner .swiper-container {
    height: 37.5rem;
}

#banner .swiper-slide {
    overflow: hidden;
}

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

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

#banner .txt {
    flex-shrink: 0;
}

#banner .txt01 {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-bottom: 4rem;
}

#banner .txt01 h4 {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}

#banner .txt01 h3 {
    font-size: 1.375rem;
    color: #fff;
    line-height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

#banner .txt01 p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    display: block;
    font-family: ROBOTO-REGULAR;
}

#banner .txt02 {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-bottom: 3rem;
}

#banner .txt02 h4 {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative;
}

#banner .txt02 h3 {
    font-size: 1.375rem;
    color: #fff;
    line-height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

#banner .txt02 p {
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #ee0632;
    text-transform: uppercase;
    display: block;
    font-family: ROBOTO-REGULAR;
}

#banner .txt02 h4:before {
    content: "";
    display: block;
    position: absolute;
    left: -2.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #e90632;
}

#banner .txt03 {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-bottom: 3rem;
}

#banner .txt03 h4 {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative;
}

#banner .txt03 h3 {
    font-size: 1.375rem;
    color: #fff;
    line-height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

#banner .txt03 p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-family: ROBOTO-REGULAR;
}

#banner .txt03 h4:before {
    content: "";
    display: block;
    position: absolute;
    left: -2.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #e90632;
}

#banner .swiper-button-prev {
    opacity: .8;
    left: 4%;
}

#banner .swiper-button-next {
    opacity: .8;
    right: 4%;
}

#banner .pic {
    margin-bottom: 4rem;
    min-width: 60%;
    height: calc(100% - 4rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner .pic img {
    max-height: 70%;
}

#banner .txtanim01 {
    opacity: 0;
}

#banner .txtanim02 {
    opacity: 0;
}

#banner .txtanim03 {
    opacity: 0;
}

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

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

#banner .swiper-slide.swiper-slide-active .txtanim03 {
    animation: enter 1.2s forwards .4s;
}

.colorfont {
    color: #ee0632;
    font-size: 3.125rem;
    font-family: DINCond-Medium;
    margin: 0 3px 0 3px;
    position: relative;
    bottom: -3px;
}

#banner .swiper-button-prev.swiper-button-white,
#banner .swiper-button-next.swiper-button-white {
    background: none !important;
}


.dotbox {
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    height: 20px;
    z-index: 111;
}

.swiper-pagination {
    width: 100%;
}

.dotbox .dots {
    width: 1.25rem !important;
    height: 1.25rem !important;
    display: inline-block;
    background: none;
    opacity: 1;
    margin-right: 7px;
}

.dotbox .dots:before {
    border: 0;
    background: #fff;
    transform: scale(.4);
}

.dotbox .dots svg.drawcircle circle {
    fill: none;
    box-sizing: border-box;
    stroke-width: 1.5;
    stroke-dasharray: 0, 62.8;
    stroke-dashoffset: 62.8;
}

.dots.swiper-pagination-bullet-active svg.drawcircle circle {
    animation: svgrotate 6.2s forwards;
}

@-webkit-keyframes svgrotate {
    0% {
        stroke: rgba(255, 255, 255, 1);
        stroke-dasharray: 0, 62.8;
        stroke-dashoffset: 62.8;
    }

    100% {
        stroke: rgba(255, 255, 255, 1);
        stroke-dasharray: 62.8, 0;
        stroke-dashoffset: 62.8;
    }
}

@keyframes enter {}

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

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

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

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

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

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


@media (max-width: 1440px) {
    #banner .swiper-button-prev {
        left: 1%;
    }

    #banner .swiper-button-next {
        right: 1%;
    }

    #banner .m.between {
        padding: 0 7rem;
    }
}

@media (max-width: 768px) {
    #banner .m {
        display: flex;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #banner .txt {
        height: auto !important;
    }

    #banner .swiper-container {
        height: 26rem;
    }

    #banner .pic {
        height: 20rem;
        width: 100%;
    }

    #banner .pic img {
        max-height: 100%;
    }
}

@media (max-width: 480px) {
    #banner .m {
        padding: 0 2rem !important;
    }

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

    #banner .txt h4 {
        font-size: 2rem !important;
    }

    #banner .txt h3 {
        font-size: 1.25rem !important;
        line-height: 2rem !important;
    }

    #banner .pic {
        max-height: 9rem;
        height: auto;
    }

    #banner .swiper-container {
        height: 17rem;
    }

    .dotbox {
        bottom: 1rem;
    }
}


.s_about {
    width: 100%;
    overflow: hidden;
    background: url(../images/s_about_bg.jpg) center bottom no-repeat #d6eaf9;
    background-size: 100%;
}

.s_about .m {
    display: flex;
    justify-content: space-between;
}

.s_about .left {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 824px;
    margin-right: 5rem;
}

.s_about .right {
    flex-shrink: 0;
    position: relative;
    max-width: 50%;
}

.s_about .tt {
    margin-bottom: 2rem;
}

.s_about .tt h3 {
    font-size: 2.5rem;
    color: #111111;
    font-weight: 900;
    margin-bottom: .5rem;
    word-spacing: 10px;
}

.s_about .tt p {
    font-size: 1.1rem;
    color: #111111;
    opacity: .6;
    line-height: 1.5rem;
}

.s_about .con {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #525252;
}

.s_about .s_shuzi {
    margin-top: 3rem;
}

.s_about .s_shuzi ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s_about .s_shuzi ul li {
    text-align: center;
    padding: 0 5px;
}

.s_about .s_shuzi ul li div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: .5rem;
}

.s_about .s_shuzi ul li span {
    font-size: 2.5rem;
    margin-right: .5rem;
    color: #50b054;
    font-family: BarlowCondensed-Bold;
}

.s_about .s_shuzi ul li i {
    font-size: .875rem;
    color: #50b054;
    margin-bottom: 5px;
}

.s_about .s_shuzi ul li p {
    font-size: 1rem;
    color: #777777;
}

.s_about .img {
    height: 100%;
    width: 32.3125rem;
    max-width: 100%;
}

.btn_video {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-2.125rem) translateY(2.25rem);
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.btn_video img {
    max-width: 36%;
    animation: roll 3s infinite linear;
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes roll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 18rem;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #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);
    }
}



.tc_video {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.tc_video #my-video {
    position: relative;
    height: 0;
    padding-top: 60%;
}

.tc_video #my-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tc_video .tc_close {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -2rem;
    right: -3rem;
    border-radius: 50%;
}

.tc_video .tc_close img {
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 50%;
    top: 50%;
    margin-top: -.5rem;
    margin-left: -.5rem;
}

.tc_video .tc_close:hover img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
}

.video-js .vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    margin-left: calc(-1.6rem - 5px);
    margin-top: calc(-1.6rem - 5px);
    background-color: rgba(0, 0, 0, 0) !important;
}

video {
    object-fit: fill;
}

.vjs-poster {
    background-size: cover !important;
}

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

.s_video {
    position: relative;
}

.btn_play {
    display: block;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.btn_play svg {
    position: relative;
    z-index: 99;
}

.btn_play span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-animation: circleScale 3s linear infinite;
    -moz-animation: circleScale 3s linear infinite;
    -ms-animation: circleScale 3s linear infinite;
    animation: circleScale 3s linear infinite;
}

.btn_play span:nth-of-type(2) {
    animation-delay: 1s;
}

.btn_play span:nth-of-type(3) {
    animation-delay: 2s;
}

@keyframes circleScale {
    0% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);

    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
    }
}

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

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
    }
}

.jianbian_bg {
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
}

.s_hd {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.s_tt {}

.s_tt h3 {
    font-size: 1.875rem;
    color: #111111;
}

.s_tt h3 span {
    font-size: 1.25rem;
    color: #9ea0a1;
    margin-left: .5rem;
}

.s_tt p {
    font-size: .875rem;
    color: #878889;
    margin-top: .875rem;
}

.btn_more {
    width: 8.9375rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: .9375rem;
    color: #fff;
}

.s_news {
    width: 100%;
    padding-bottom: 3.5rem;
    overflow: hidden;
    background: url(../images/s_news_bg.jpg) center top no-repeat;
}

.s_news .bd {}

.s_news .bd .flex {
    display: flex;
}

.s_news .bd .left {
    margin-right: 2.5rem;
}

.s_news .bd .right {}

.news01 {}

.news01 ul {
    margin: 0 -1.25rem;
    display: flex;
    flex-flow: wrap;
}

.news01 ul li {
    width: 50%;
    padding: 0 1.25rem;
}

.news01 ul li a {}

.news01 ul li .img {}

.news01 ul li .img img {
    display: block;
    object-fit: cover;
}

.news01 ul li .txt {
    padding-top: 1.75rem;
}

.news01 ul li .txt h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: .75rem;
}

.news01 ul li .txt p {
    font-size: .875rem;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    color: #a7a7aa;
}

.news01 ul li .txt span {
    font-size: .875rem;
    color: #a7a7aa;
    display: block;
    margin-top: .875rem;
}

.news01 ul li:hover .txt h5 {
    color: #34693d;
}

.news02 {}

.news02 ul {
    margin-top: -2.27rem;
}

.news02 ul li {
    padding: 2.27rem 0;
}

.news02 ul li+li {
    border-top: 1px solid #f3f3f5;
}

.news02 ul li a {
    display: block;
}

.news02 ul li .txt {
    width: 100%;
}

.news02 ul li .txt h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: .75rem;
    transition: .5s;
}

.news02 ul li .txt p {
    font-size: .875rem;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    color: #a7a7aa;
}

.news02 ul li .txt span {
    font-size: .875rem;
    color: #a7a7aa;
    display: block;
    margin-top: .875rem;
}

.news02 ul li:hover .txt h5 {
    color: #34693d;
}

.news02 ul li:hover .txt h5 svg path {
    fill: #34693d;
}

.s_pro {
    background: #f8f8f8;
    padding-top: 1.875rem;
    width: 100%;
    overflow: hidden;
}

.s_pro .s_hd {
    align-items: center;
    margin-bottom: 2rem;
}

.s_pro_nav {
    display: flex;
    margin-right: -.9375rem;
}

.s_pro_nav li {
    display: flex;
    margin: 0 .9375rem;
    width: 8.75rem;
    position: relative;
    background: #fff;
    z-index: 1;
}

.s_pro_nav li:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.s_pro_nav li .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s_pro_nav li .ico_tgl {
    transition: .8s;
    height: 2rem;
    margin-bottom: .75rem;
}

.s_pro_nav li .ico_tgl img {}

.s_pro_nav li h3 {
    color: #171717;
    font-size: .9375rem;
    transition: .5s;
    margin-bottom: .25rem;
}

.s_pro_nav li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.s_pro_nav li.on .ico_tgl .img01 {
    display: none;
}

.s_pro_nav li.on .ico_tgl .img02 {
    display: block;
}

.s_pro_nav li.on:after {
    opacity: 1;
    visibility: visible;
}

.s_pro_nav li.on h3 {
    color: #fff;
}

.s_pro_nav li.on .ico_tgl {
    transform: rotateY(180deg);
}

.s_pro .bd {}

.s_pro .bd .box {
    height: 38.125rem;
}

.s_pro .bd .box .m {
    display: flex;
    align-items: flex-end;
}

.s_pro .bd .box .txt {
    min-height: 306px;
    background: #fff url(../images/s_pro_txt.jpg) center bottom no-repeat;
    max-width: 627px;
    padding: 3.125rem 2.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 1s .3s;
}

.s_pro .bd .box .txt h4 {
    font-size: 1.5rem;
    color: #111111;
    margin-bottom: 2rem;
}

.s_pro .bd .box .txt p {
    font-size: .875rem;
    color: #909090;
    line-height: 1.875rem;
    max-height: 9.375rem;
    overflow: auto;
}

.s_pro .bd .box .txt .btn_more {
    margin-top: 2.5rem;
}

.s_pro .bd .swiper-slide-active .box .txt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.s_dangqun_nav {
    display: flex;
    align-items: center;
    margin: 0 -.5rem;
}

.s_dangqun_nav li {
    padding: 0 .5rem;
}

.s_dangqun_nav li a {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    font-size: .9375rem;
    color: #010101;
    display: block;
    width: 9.0625rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.s_dangqun_nav li a:before {
    content: "";
    display: block;
    z-index: -2;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    transition: .5s;
}

.s_dangqun_nav li a:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
}

.s_dangqun_nav li.on a {
    color: #fff;
}

.s_dangqun_nav li.on a:before {
    border: 1px solid #4ba550;
}

.s_dangqun_nav li.on a:after {
    width: 100%;
}

.s_dangqun {
    background: #f8f8f8;
}

.s_dangqun .bd {
    overflow: hidden;
}

.s_dangqun .bd ul {}

.s_dangqun .bd ul li {
    width: 33.333%;
}

.s_join {
    height: 21.25rem;
    width: 100%;
    background: url(../images/s_join_bg.jpg) center no-repeat;
    background-size: cover;
}

.s_join .m {
    display: flex;
    align-items: center;
}

.s_join .txt {
    color: #fff;
}

.s_join .txt h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.s_join .txt .con {
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.s_join .txt .btn_join {
    width: 8.9375rem;
    height: 2.8125rem;
    font-size: .9375rem;
    margin-top: 3rem;
    line-height: 2.8125rem;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.s_join .txt .btn_join:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: .5s;
    z-index: -1;
}

.s_join .txt .btn_join:hover {
    color: #34693d;
}

.s_join .txt .btn_join:hover:before {
    background: #fff;
}

#foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/foot_bg.jpg) center bottom no-repeat;
}

#foot .box1 {
    border-bottom: 1px dotted #dddddf;
}

#foot .box1 .m {
    display: flex;
    justify-content: space-between;
}

#foot .box1 .left {
    width: 53%;
    padding-top: 2rem;
}

#foot .box1 .right {
    width: 41%;
    padding: 4rem 0 3.75rem;
}

#foot .box1 .line {
    width: 1px;
    height: auto;
    background: #f3f2f2;
    margin: 0 2rem;
}

#foot .box2 {
    padding: 1.875rem 0;
}

#foot .box2 .m {
    display: flex;
    justify-content: space-between;
}

.foot_share {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.foot_share .tt {
    font-size: 1rem;
    color: #5b5b5c;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.foot_share .tt:before {
    content: "";
    display: block;
    width: 3px;
    margin-right: .625rem;
    height: .9375rem;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
}

.foot_share ul {
    display: flex;
}

.foot_share ul li {
    position: relative;
    margin-left: 1.5rem;
}

.foot_share ul li .ico {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.foot_share ul li .ico svg {
    max-height: 100%;
    max-width: 100%;
}

.foot_share ul li .ewmbox {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 8rem;
    right: 0;
    bottom: calc(100% + 1rem);
}

.foot_share ul li:hover .ewmbox {
    opacity: 1;
    visibility: visible;
}

.foot_share ul li .ewm {
    position: relative;
    background: #f8f8f8;
    padding: 5px;
    border: 1px solid #ddd;
    padding-bottom: .25rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.foot_share ul li .ewm img {
    width: 100%;
    mix-blend-mode: multiply;
}

.foot_share ul li .ewm p {
    font-size: .8125rem;
    text-align: center;
    color: #666;
    line-height: 1.25;
    padding-bottom: .5rem;
}

.foot_share ul li .ewm:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    background: #f8f8f8;
    right: .75rem;
    top: 100%;
    margin-top: -5px;
}

.foot_share ul li:hover .ico svg path {
    fill: #34693d
}

.s_foot_link {
    height: 38px;
    width: 355px;
    max-width: 100%;
    cursor: pointer;
    overflow: visible;
    position: relative;
    text-align: left;
    float: left;
}

.s_foot_link .tanchu {
    overflow: auto;
    box-sizing: border-box;
    position: absolute;
    bottom: 40px;
    border-bottom: 0;
    display: none;
    left: 0;
    right: -1px;
}

.s_foot_link .tanchu>div {
    max-height: 200px;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    display: block;
    padding: 10px 1.25rem;
    overflow: auto;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.s_foot_link .tanchu>div::-webkit-scrollbar {
    display: none
}

.s_foot_link .tanchu a {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    line-height: 27px;
    display: block;
    font-size: 13px;
}

.s_foot_link .tanchu a:hover {
    color: #fff;
}

.s_foot_link #bnt_link1.a {
    color: #4e5054;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6e7e9;
    font-size: .875rem;
    padding: 0 1.25rem;
    text-align: left;
    line-height: 38px;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    text-decoration: none;
    position: absolute;
    z-index: 1;
}

.s_foot_link .a span {
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
}

.s_foot_link .a span svg {
    display: block;
    margin-top: 1px;
}

.s_foot_link #bnt_link1.a.icon_un svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.foot_lianxi {
    display: flex;
    justify-content: space-between;
}

.foot_lianxi .item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.foot_lianxi .ico {
    margin-right: .9375rem;
    width: 2.25rem;
}

.foot_lianxi dl {}

.foot_lianxi dt {
    font-size: .875rem;
    color: #77787b;
    margin-bottom: .625rem;
}

.foot_lianxi dd {
    font-size: 1rem;
    color: #363637;
}

.foot_lianxi dd span {
    font-size: 1.25rem;
    white-space: nowrap;
}

.foot_nav {
    justify-content: space-between;
    display: flex;
    margin-bottom: .5rem;
    flex-flow: wrap;
}

.foot_nav a {
    font-size: 1rem;
    color: #47494c;
    padding-bottom: .5rem;
    margin-left: 1rem;
}

.copyright {
    font-size: .8125rem;
    color: #a7a9ac;
    text-align: right;
}

#foot a:hover {
    color: #34693d;
}

.n_banner {
    height: 24rem;
    background-size: cover !important;
}

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

.n_banner .txt {}

.n_banner .txt h3 {
    font-size: 2.25rem;
    color: #fff;
}

.n_banner .txt p {
    font-size: 1.875rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 5px;
}

.n_banner .txt i {
    width: 1.5rem;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 3.125rem;
}

#n_main {
    min-height: 300px;
    background: #eaf6ff url(../images/n_bg.jpg) center bottom no-repeat;
}

.n_title {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

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

.n_nav {
    position: relative;
}

.n_nav li {
    display: block;
    font-size: 1.125rem;
    color: #121212;
    float: left;
    line-height: 4.375rem;
    z-index: 1;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.n_nav li a {
    display: block;
    padding: 0 3.5rem;
}

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

.n_nav li:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

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

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

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

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

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

.n_nav .sub a:hover {
    color: #2d5c37;
}

.position {
    left: 0;
    bottom: 0;
    font-size: .9375rem;
    color: #747679;
}

.position img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
}

.position span,
.position a,
.position i {
    font-size: .8125rem;
    color: #828386;
    -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 .5rem;
    font-style: normal;
    width: 4px;
    height: 6px;
}

.position span {
    color: #2d5c37;
    font-style: normal;
}

.position em {
    color: #2d5c37;
    font-style: normal;
}

.position a:hover {
    color: #2d5c37;
}

/*====移动端导航====*/
#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
}

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

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

#m_n_nav i {}

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

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

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

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

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

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

#sub_nav_content ul {
    padding: 10px;
}

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

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

#sub_nav_content ul li.on a {
    color: #34693d;
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

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

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

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

#sub_nav_content dt a {}

#sub_nav_content dt.title {
    background: #fafafb;
}

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

#sub_nav_content dt.title_on {
    background: #fafafb;
}

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

#sub_nav_content dt.title_on a i {
    color: #ca9e4e;
}

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

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #34693d;
}

#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    border-top: 1px solid #e7e7e7;
    font-size: 12px;
    color: #5b5349;
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #ca9e4e;
}

.bg_jianbian {
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
}

.n_zhuanli {}

.n_zhuanli table {
    width: 100%;
    text-align: center;
}

.n_zhuanli table tr {}

.n_zhuanli table th {
    height: 4.375rem;
    border: 1px solid #eaf6ff;
    background: #45974b;
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
}

.n_zhuanli table td {
    height: 4.375rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    border: 1px solid #eaf6ff;
    font-size: 1rem;
}

.n_zhuanli table tr:nth-child(even) {
    background: #ffffff;
    color: #212121;
}

.n_zhuanli table tr:nth-child(odd) {
    background: #b4d0ba;
    color: #fff;
}

.n_zhuanli table th:nth-child(1) {
    width: 36%;
}

.n_zhuanli table th:nth-child(2) {
    width: 40%;
}

.n_yewu {}

.n_yewu .hd {
    position: relative;
}

.n_yewu .hd:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(../images/line.jpg) 50% center repeat-x;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
}

.n_yewu .hd .box {
    margin: 0 auto;
    width: 100%;
    max-width: 11.6875rem;
    padding: 0 1rem;
    background: #eaf6ff;
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding-bottom: 2.5rem;
}

.n_yewu .hd .box:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.n_yewu .hd .box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.n_yewu .hd .box p {
    font-size: 1.125rem;
    color: #121212;
    background: #eaf6ff;
    padding: 1rem;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
    width: calc(100% - 2rem);
    height: calc(100% - 2.5rem);
    position: absolute;
    left: 1rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d2dde5;
}

.n_yewu .hd .box p:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, rgb(80, 176, 84) 0%, rgb(45, 92, 55) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(80, 176, 84) 0%, rgb(45, 92, 55) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(80, 176, 84) 0%, rgb(45, 92, 55) 100%);
    opacity: 0;
    transition: .5s;
}

.n_yewu .hd .box p:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, rgb(80, 176, 84) 0%, rgb(45, 92, 55) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(80, 176, 84) 0%, rgb(45, 92, 55) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(80, 176, 84) 0%, rgb(45, 92, 55) 100%);
    transform: scale(.8);
    opacity: 0;
    transition: .5s;
}

.n_yewu .hd .swiper-slide-thumb-active .box p:before {
    opacity: 0.278;
}

.n_yewu .hd .swiper-slide-thumb-active .box p:after {
    opacity: 1;
}

.n_yewu .hd .swiper-slide-thumb-active .box p {
    color: #fff;
}

.n_yewu .hd .swiper-slide-thumb-active .box:after {
    opacity: 1;
    visibility: visible;
}

.n_yewu .bd {
    background: #fff;
    padding: 3.125rem 2.5rem;
}

.n_yewu .bd .box {
    display: flex;
}

.n_yewu .bd .box .img {
    flex-shrink: 0;
    width: 45%;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    /* background-image: -webkit-linear-gradient( 6deg, #4ba550 0%, #34693d 100%); */
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    padding: 5px;
}

.n_yewu .bd .box .img img {
    object-fit: cover;
}

.n_yewu .bd .box .txt {
    padding-left: 3.5rem;
}

.n_yewu .bd .box .txt .tt {
    font-size: 1.625rem;
    color: #4ba550;
    display: inline-block;
    margin-bottom: 2.5rem;
    background: linear-gradient(to right, #4ba550, #34693d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.n_yewu .bd .box .txt .scrollbox {
    overflow: auto;
    height: 27.75rem;
    padding-right: 1rem;
}

.n_yewu .bd .box .txt .con {
    font-size: .9375rem;
    line-height: 1.75rem;
    color: #525252;
}

.n_yewu .hd .swiper-button-next,
.n_yewu .hd .swiper-button-prev {
    margin-top: -2rem;
    width: 2.25rem;
    height: 2.25rem;
    background: #eaf7ff;
}

.n_yewu .hd .swiper-button-prev svg,
.n_yewu .hd .swiper-button-next svg {
    width: 100%;
    height: 100%;
}

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

.n_yewu .hd .swiper-button-prev:hover svg path,
.n_yewu .hd .swiper-button-next:hover svg path {
    fill: #34693d;
}

.n_yewu .hd .swiper-button-prev {
    left: -4rem;
}

.n_yewu .hd .swiper-button-next {
    right: -4rem;
}

.n_yewu .swiper-button-next.swiper-button-disabled,
.n_yewu .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.n_yewu .swiper-button-next.swiper-button-disabled svg,
.n_yewu .swiper-button-prev.swiper-button-disabled svg {
    opacity: .2 !important;
}

.n_yewu .swiper {
    z-index: 15;
}

.n_about {}

.n_about .hd {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.n_about .hd .tt1 {}

.n_about .hd .tt1 h3 {
    font-size: 1.75rem;
    color: #52a058;
    line-height: 2.125rem;
}

.n_about .hd .tt1 h3 svg {
    height: 1.75rem;
    width: 1.75rem;
}

.n_about .hd .tt2 {
    position: relative;
}

.n_about .hd .tt2 span {
    font-size: 3.125rem;
    text-transform: uppercase;
    color: #50b054;
    opacity: .1;
}

.n_about .hd .tt2 h4 {
    font-size: 1rem;
    color: #111111;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.n_about .bd {}

.n_video {
    position: relative;
    margin-top: 2.25rem;
}

.n_video .img {}

.n_video .img img {}

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

.btn_video2 {
    width: 5rem;
    height: 5rem;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.btn_video2 img {
    animation: roll 3s infinite linear;
}

.n_team {}

.n_team ul {
    display: flex;
    flex-flow: wrap;
    margin: 0 -.9375rem;
    margin-top: -1.875rem;
}

.n_team ul li {
    width: 20%;
    padding: 0 .9375rem;
    margin-top: 1.875rem;
}

.n_team ul li .box {
    background: url(../images/n_team_txt.jpg) center bottom no-repeat;
    background-size: cover;
    height: 100%;
    padding: 3.375rem 1rem 5rem;
}

.n_team ul li .box .ico {
    width: 7.375rem;
    height: 7.375rem;
    background: #fff;
    overflow: hidden;
    margin-bottom: 3rem;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.n_team ul li .box .ico:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    border: 1px solid #ebeceb;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.n_team ul li .box .ico:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.n_team ul li .box .ico img {}

.n_team ul li .box .txt {
    text-align: center;
}

.n_team ul li .box .txt h4 {
    font-size: 1.25rem;
    color: #000000;
    margin-bottom: .75rem;
}

.n_team ul li .box .txt p {
    font-size: .875rem;
    line-height: 1.7;
    color: #aaaaaa;
    transition: .5s;
}

.n_team ul li .box .txt i {
    display: block;
    width: 10px;
    height: 1px;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    margin: 0 auto;
    margin-top: 2.125rem;
}

.n_team ul li:hover .box .ico:before {
    opacity: 0;
    visibility: hidden;
}

.n_team ul li:hover .box .ico:after {
    opacity: 1;
    visibility: visible;
}

.n_team ul li:hover .box .txt p {
    color: #c42b2b;
}

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

.n_coop {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
}

.n_coop ul {
    margin: 0 -1.625rem;
    display: flex;
    flex-wrap: wrap;
}

.n_coop ul li {
    width: 20%;
    text-align: center;
    padding: 0 .5rem;
    margin: 1.5rem 0;
}

.n_coop ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.n_coop ul li .imgbox {
    position: relative;
}

.n_coop ul li .imgbox img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.n_coop ul li .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_coop ul li .pic img {
    mix-blend-mode: multiply;
}

.n_coop ul li h5 {
    white-space: normal;
    font-size: 1rem;
    color: #3e3e3e;
    margin-top: 1.375rem;
    text-overflow: inherit;
    line-height: 1.5;
}

.n_coop ul li:hover h5 {
    color: #2d5c37;
}

.n_coop ul li:hover .imgbox>img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
}

#allmap {
    width: 100%;
    min-height: 300px;
    height: 100%;
}

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

#allmap img {
    max-width: inherit;
    max-height: inherit;
    width: auto;
    height: auto;
}

.BMap_bubble_title {
    font-size: .9375rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.BMap_bubble_content {
    font-size: .875rem;
    color: #999;
    line-height: 1.5;
}

.n_lianxi {}

.n_lianxi .outbox {
    background: #ffffff url(../images/n_lianxi_bg.png) left bottom no-repeat;
    display: flex;
    padding: 4.25rem 3.625rem;
}

.n_lianxi .outbox .left {
    width: 28.125rem;
    max-width: 100%;
}

.n_lianxi .outbox .right {
    flex-grow: 1;
}

.n_lianxi .tt {
    margin-bottom: 3.25rem;
}

.n_lianxi .tt p {
    font-size: 3.125rem;
    color: #4ba550;
    background: linear-gradient(to right, #4ba550, #34693d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.n_lianxi .tt h3 {
    font-size: 1rem;
    color: #111111;
    padding-left: 2.25rem;
    margin-top: .75rem;
    line-height: 1.125rem;
    position: relative;
}

.n_lianxi .tt h3:before {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: 2px;
    top: 50%;
}

.n_lianxi .con {
    padding-left: 2.25rem;
}

.n_lianxi .txt {}

.n_lianxi .txt ul {}

.n_lianxi .txt ul li {
    position: relative;
    margin-bottom: 1.125rem;
}

.n_lianxi .txt ul li .ico {
    height: 1.5rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: -2.25rem;
    top: 0;
}

.n_lianxi .txt ul li p {
    font-size: 1rem;
    color: #525252;
    line-height: 1.5rem;
}

.n_lianxi .ewm {
    width: 6.5rem;
    height: 6.5rem;
    border: 1px solid #e6e6e6;
    padding: 5px;
    margin-top: 1.75rem;
}

.n_lianxi .ewm img {
    width: 100%;
    height: 100%;
}

.n_lianxi .dw {
    margin-top: 4.5rem;
    font-size: 1.625rem;
    line-height: 2.125rem;
    color: #525252;
    opacity: .29;
}

.n_linain {
    width: 100%;
    overflow: hidden;
    background: url(../images/n_linian_bg.jpg) center bottom no-repeat;
    background-size: cover;
}

.n_linain .box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

.n_linain .box1 .ttbox .tt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.n_linain .box1 .ttbox .tt h3 {
    font-size: 3.125rem;
    text-transform: uppercase;
    color: #4ba550;
    background: linear-gradient(to right, #4ba550, #34693d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.n_linain .box1 .ttbox .tt h4 {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
}

.n_linain .box1 .ttbox .tt .ico svg {
    width: 2rem;
    height: 2rem;
}

.n_linain .box1 .ttbox img {
    border-radius: 50%;
    overflow: hidden;
}

.n_linain .roll-box {
    position: relative;
    z-index: 5;
    height: 80%;
}

.n_linain .roll-box>img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.n_linain .roll-box>img.cir4 {
    position: relative;
    height: auto;
    animation: roll_5 17s linear infinite;
}

.n_linain .roll-box>img.cir5 {
    animation: roll_5 20s linear infinite;
}

.n_linain .roll-box>img.cir6 {
    animation: roll_5 14.2s linear infinite;
    animation-delay: 0.3s;
}

.n_linain .roll-box>img.cir7 {
    animation: roll_5 10.4s linear infinite;
    animation-delay: 0.5s;
}

.n_linain .box2 {
    display: flex;
    justify-content: center;
}

.n_linain .box2 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.n_linain .box2 ul li {
    text-align: center;
    width: 33.3%;
    padding: 0 2.8rem;
}

.n_linain .box2 ul li .ico {
    transition: .5s;
}

.n_linain .box2 ul li .ico svg {
    width: 2rem;
    height: 2rem;
}

.n_linain .box2 ul li h5 {
    font-size: 1.5rem;
    color: #000000;
    margin-top: .75rem;
    margin-bottom: 2rem;
}

.n_linain .box2 ul li:hover .ico {
    transform: rotateY(180deg);
}

.n_fengcai {}

.n_fengcai ul {
    display: flex;
    flex-flow: wrap;
    margin: 0 -1.625rem;
    margin-top: -2.5rem;
}

.n_fengcai ul li {
    width: 33.333%;
    padding: 0 1.625rem;
    margin-top: 2.5rem;
}

.n_fengcai ul li .box {}

.n_fengcai ul li .box .img {
    position: relative;
}

.n_fengcai ul li .box .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.n_fengcai ul li .box .img img {}

.n_fengcai ul li .box .mask {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.n_fengcai ul li .box .mask p {
    transform: translateY(2rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
}

.n_fengcai ul li .box h5 {
    text-align: center;
    font-size: 1rem;
    color: #555555;
    padding-top: 30px;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}

.n_fengcai ul li:hover .box .img:before {
    opacity: .95;
    visibility: visible;
}

.n_fengcai ul li:hover .box .mask p {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .5s .2s;
}

.n_fengcai ul li:hover h5 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2rem);
}

.anim_border {
    position: relative;
    background: #f7f7f7;
}

.anim_border img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.anim_border::before,
.anim_border::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.6s;
    z-index: 999;
}

.anim_border::before {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.anim_border::after {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0;
}

li:hover .anim_border::before,
li:hover .anim_border::after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}


.n_news_xq .m {
    display: flex;
    align-items: flex-start;
}

.left_con {
    flex-grow: 1;
    max-width: 100%;
    background: #fff;
    padding: 2.25rem 2rem;
}

.right_con {
    width: 27.5rem;
    flex-shrink: 0;
    margin-left: 2.5rem;
    position: sticky;
    top: 6rem;
}

.right_con .borderbox {
    padding: 2.5rem 1.875rem;
    background: url(../images/right_con_bg.jpg) center bottom no-repeat #fff;
    background-size: 100%;
}

/* .n_tt{ height: 4rem; display: flex; align-items: center; position: relative; margin-bottom: 3rem;}
.n_tt:before{ content: ""; display: block; width: 100%; height: 1px; background: #e5e5e5; position: absolute; bottom: 0;left: 0;}
.n_tt:after{ content: ""; display: block; width: 6.5rem; height: 2px; background: #e62129; position: absolute; bottom: 0;left: 0;}
.n_tt span{ margin-right: .75rem;}
.n_tt h3{ font-size: 1.125rem; color: #333333; font-weight: bold;}
  */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.news_tuijian01 {}

.news_tuijian01 .tt {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.75rem;
}

.news_tuijian01 .tt span {
    font-size: 1.125rem;
    color: #a6a6a6;
    text-transform: capitalize;
    margin-left: 10px;
}

.news_tuijian01 .tt h3 {
    font-size: 1.5rem;
    color: #2d5c37;
}

.news_tuijian01 ul {}

.news_tuijian01 ul li {}

.news_tuijian01 ul li a {}

.news_tuijian01 ul li span {
    font-size: 1.25rem;
    color: #2f2f2f;
    display: block;
    margin-bottom: 1.25rem;
}

.news_tuijian01 ul li h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: bold;
    height: 3rem;
    overflow: hidden;
}

.news_tuijian01 .botbox {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 30px;
    align-items: center;
    margin-top: 1rem;
}

.news_tuijian01 .botbox .dots {
    margin-right: 1rem;
}

.news_tuijian01 .botbox .dots .slick-dots {
    white-space: nowrap;
    position: static;
}

.news_tuijian01 .botbox .dots li {
    margin: 0;
    font-size: 0;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
}

.news_tuijian01 .botbox .dots li button {
    border: 0;
    background: none;
    font-size: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.news_tuijian01 .botbox .dots li button:before {
    content: "";
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c5cace;
    box-sizing: border-box;
    opacity: 1;
}

.news_tuijian01 .botbox .dots li.slick-active button:before {
    background: #50a855;
}

.news_tuijian01 .botbox .dots li.slick-active button {
    border: 1px solid #50a855;
}

.news_tuijian01 .botbox .slick-right {
    width: 27px;
    height: 27px;
    background: url(../images/arr_r.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: .5s;
}

.news_tuijian01 .botbox .slick-right:hover {
    background: url(../images/arr_r_on.png) center no-repeat;
    background-size: contain;
}

.news_tuijian02 {
    border-top: 1px solid #e5e5e5;
    margin-top: 2.25rem;
    padding-top: 1.25rem;
}

.news_tuijian02 li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news_tuijian02 li .h5 {
    line-height: 3.125rem;
    width: 100%;
}

.news_tuijian02 li .h5 h5 {
    font-size: .9375rem;
    color: #373737;
    width: 100%;
}

.news_tuijian02 li .h5 h5 svg {
    flex-shrink: 0;
    vertical-align: middle;
}

.right_con .ewmbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
}

.right_con .ewmbox img {
    width: 96px;
    height: 96px;
    margin-right: 1.625rem;
    flex-shrink: 0;
}

.right_con .ewmbox p {
    font-size: .875rem;
    line-height: 1.4rem;
    color: #5b5c60;
}

.img img {
    display: block;
}

.n_news_xq .ar_title {
    margin-bottom: 2rem;
    border-bottom: #e7ecec 1px solid;
    position: relative;
    padding-bottom: 1.5rem;
}

.n_news_xq .ar_title h3 {
    font-size: 1.5rem;
    color: #373737;
    line-height: 1.5;
    margin-bottom: .375rem;
    font-weight: bold;
}

.n_news_xq .ar_title h6 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.n_news_xq .ar_title h6 span {
    position: relative;
    font-size: 1rem;
    color: #a7a7aa;
    display: inline-block;
    display: flex;
    align-items: center;
}

.n_news_xq .ar_title h6 span svg {
    margin-right: 5px;
}

.shart_box {
    display: inline-block;
    cursor: pointer
}

#share-21.social-share {
    white-space: nowrap;
}

#share-21.social-share .social-share-icon {
    display: inline-block;
    border: #dbdcdf 1px solid;
    color: #a0a0a0 !important;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}

#share-21.social-share .social-share-icon:hover {
    border: #50a855 1px solid !important;
    background: #50a855 !important;
    color: #fff !important;
}

#share-21.social-share .icon-wechat .wechat-qrcode .qrcode {
    height: 105px;
}

.ar_fot2 {
    background: url(../images/end.png) center top no-repeat;
    padding-top: 2rem;
    margin-top: 2rem;
}

.ar_fot2 a {
    display: block;
    font-size: .9375rem;
    line-height: 1.7;
    padding: .5rem 0;
    color: #8f8f8f;
}

.ar_fot2 a:hover {
    color: #50a855;
}

.n_news {}

.n_news ul {
    margin-top: -2.5rem;
}

.n_news ul li {
    margin-top: 2.5rem;
}

.n_news ul li a {
    display: flex;
}

.n_news ul li .img {
    width: 20.375rem;
    flex-shrink: 0;
    margin-right: 2.3125rem;
}

.n_news ul li .img img {}

.n_news ul li .txt {
    border-bottom: 1px solid #e0ebf5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.n_news ul li .txt h5 {
    font-size: 1.125rem;
    color: #000000;
    margin-bottom: 1.5rem;
}

.n_news ul li .txt h5 svg {
    width: 1.5rem;
    height: 1.5rem;
}

.n_news ul li .txt p {
    font-size: .875rem;
    color: #a7a7aa;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.n_news ul li .txt span {
    font-size: .875rem;
    color: #a7a7aa;
}

.n_news ul li:hover .txt h5 {
    color: #4aa34f;
}

.n_news ul li:hover .txt h5 svg path {
    fill: #4aa34f
}

.n_join {}

.n_join .m {
    display: flex;
}

.n_join .left {
    margin-right: 3.125rem;
}

.n_join .right {
    flex-grow: 1;
}

.n_join .tt {
    padding-bottom: 3.5rem;
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 3rem;
}

.n_join .tt .yinhao {
    position: absolute;
    left: 0;
    top: 2.25rem;
    width: 5.8125rem;
}

.n_join .tt h3 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    background: linear-gradient(to right, #4ba550, #34693d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.n_join .left .img {
    border-radius: 0 0 1.25rem 0;
    width: 21.875rem;
    max-width: 100%;
    border: 3px solid #fff;
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
}

.rctbox {
    margin-bottom: 3rem
}

.rctbox .item {
    background: #fff url(../images/n_join_item.jpg) right top no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 2.125rem 3rem 2rem;
    transition: .5s;
    cursor: pointer;
}

.rctbox .item.on {
    box-shadow: 0px 15px 55.46px 3.54px rgba(6, 0, 1, 0.11);
}

.rctbox .item .before {
    display: flex;
    align-items: center;
}

.weui-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.rctbox .item .h1 {
    padding-left: 2.625rem;
    display: flex;
    line-height: 1.5625rem;
    background: url(../images/pin.png) left top no-repeat;
    background-size: contain;
}

.rctbox .item .h1 b {
    font-size: 1.375rem;
    color: #333333;
    font-weight: normal;
    width: 30%;
}

.rctbox .item .h1 span {
    flex: 1;
    font-size: 1rem;
    color: #797979;
    line-height: 1.5;
    white-space: nowrap;
    width: 20%;
}

.rctbox .item .btn1 {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #0097f0;
    cursor: pointer;
    text-align: right;
    justify-content: flex-end;
    transition: .5s;
}

.rctbox .item .btn1.on {
    transform: rotate(180deg);
}

.rctbox .item .btn1.on path {
    fill: #4ba550;
}

.rctbox .item .btn1 img {
    width: .6875rem;
    margin-left: .5rem;
}

.rctbox .item .btn1 span:nth-child(2) {
    display: none;
}

.rctbox .item .btn1.on span:nth-child(1) {
    display: none;
}

.rctbox .item .btn1.on span:nth-child(2) {
    display: block;
}

.rctbox .item .after {
    padding: 0;
    display: none;
    padding: 1rem 0 1rem;
    margin-top: 1rem;
}

.rctbox .item .after .h4 {
    font-size: 1.125rem;
    color: #2d5c37;
    font-weight: bold;
    margin-bottom: 5px;
}

.rctbox .item .ar_article p {
    font-size: 1rem;
    color: #949494;
    line-height: 2.125rem;
    margin-bottom: 0 !important;
}

.rctform {
    width: 1160px;
    max-width: 90%;
    background: url(../images/form_bg.jpg) center no-repeat #fff;
    background-size: cover;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000005;
    padding: 4rem 3rem 4rem;
    display: none;
    transform: translateX(-50%) translateY(-50%);
}

.rctform .title {
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    line-height: 1;
    margin-bottom: 2.5rem;
}

.rctform .title span {
    color: #219ff1;
    margin: 0 .05rem;
}

.rctform .input1 {
    display: flex;
    align-items: center;
    margin-bottom: 1.125rem;
}

.rctform .input1 .txt1 {
    font-size: 1.125rem;
    color: #000000;
    width: 3.5rem;
    white-space: nowrap;
}

.rctform .input1 input {
    height: 3.125rem;
    font-size: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 1.125rem;
    width: 100%;
    color: #444;
}

.rctform .input1 select {
    height: 3.125rem;
    font-size: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 1.125rem;
    width: 100%;
    color: #000;
}

.rctform .input1 .file1 {
    text-align: center;
    position: relative;
    width: 7.5rem;
    height: 3.125rem;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    font-size: 1rem;
    color: #000;
    line-height: 3rem;
}

.rctform .input1 .file1 input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0
}

.rctform .tips3 {
    padding-left: 3.875rem;
    font-size: .875rem;
    color: #bababa;
    margin-top: -.375rem;
    line-height: 1.5;
}

.rctform .btn1 {
    font-size: 1.125rem;
    color: #fff;
    height: 3.75rem;
    border-radius: 1.875rem;
    background: #219ff1;
    width: 100%;
    margin: 2rem 0 0;
}

.rctform .input1 input::placeholder {
    color: #bababa
}

.rctform .input1 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/down2.png) no-repeat 95% center;
    background-size: .6875rem auto;
}

.rctform .filename {
    font-size: .14rem;
    color: #bababa;
    margin-left: .15rem
}

.rctform .close1 {
    font-size: 1.25rem;
    color: #bababa;
    top: .75rem;
    right: .75rem;
    display: block;
    position: absolute;
    line-height: 1;
    cursor: pointer;
    font-family: Arial;
}

.catertitle .cn {
    font-size: .24rem;
    line-height: 1;
    color: #333;
    margin-bottom: .06rem;
}

.catertitle .en {
    font-size: .26rem;
    line-height: .36rem;
    color: #D60A17;
}

.cater1 {
    padding: .6rem 0;
    display: flex;
    align-items: center;
}

.cater1 .imgbox {
    max-width: 47%;
}

.cater1 .txtbox {
    padding: 0 13.5vw 0 8vw
}

.cater1 .catertitle .cn {
    font-size: .2rem;
}

.cater1 .h1 {
    font-size: .16rem;
    color: #D60A17;
    margin: 3vw 0 .2rem
}

.cater1 p {
    font-size: .14rem;
    color: #444;
    line-height: 2.35
}

.cater2 {
    position: relative;
}

.cater2:before {
    content: "";
    height: 5.85rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #d60a17
}

.cater2 .catertitle .cn {
    color: #fff
}

.cater2 .catertitle .en {
    color: #fff
}

.cater2 .catertitle {
    margin-right: 3vw
}

.cater2 .title2 {
    font-size: .19rem;
    line-height: 1.857;
    color: #fff;
    opacity: .6
}

.cater2-1 {
    display: flex;
    align-items: center;
    padding: .66rem 0 .58rem;
    position: relative;
    z-index: 3
}

.cater2-2 {
    display: flex;
    align-items: center;
    box-shadow: 0px .12rem .16rem 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    border-radius: .06rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
    height: 5.4rem
}

.cater2-2 .imgbox {
    width: 50%;
    height: 100%;
}

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

.cater2-2 .itembox {
    width: 50%;
    height: 100%;
}

.cater2-2 .item {
    padding: 0 3.5vw;
    display: flex;
    align-items: center;
    height: 25%;
    transition: all .3s
}

.cater2-2 .item img {
    width: .6rem;
    margin-right: 2.3vw;
}

.cater2-2 .item .h1 {
    font-size: .16rem;
    color: #333;
    line-height: 1;
    margin-bottom: .1rem;
}

.cater2-2 .item p {
    font-size: 12px;
    color: #333;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cater2-2 .item:not(:last-child) {
    border-bottom: 1px solid #EDEDED
}

.cater2-2 .item.on {
    background: rgba(214, 10, 23, 0.03);
}

.cater2-2 .swiper-container {
    height: 100%;
}

.cater3 {
    padding: 1.13rem 0 1.77rem;
}

.cater3 .cater3box {
    display: flex;
    align-items: center;
}

.cater3 .item {
    width: 41.875%;
}

.cater3 .item .box1 {
    position: relative;
}

.cater3 .catertitle {
    margin-bottom: .6rem;
    text-align: center;
}

.cater3 .item2 {
    font-size: 4.5vw;
    color: #D60A17;
    text-align: center;
    font-family: "DIN";
    margin-top: 5vw
}

.cater3 .item1 .box1 {
    background: url(../images/fealeft.jpg);
    background-size: cover;
    background-position: center;
    border-radius: .06rem;
}

.cater3 .item3 .box1 {
    background: url(../images/fearight.jpg);
    background-size: cover;
    background-position: center;
    border-radius: .06rem;
}

.cater3 .item .box1:after {
    content: "";
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
    bottom: 2.5vw;
    left: 2.5vw;
    opacity: .9;
    border-radius: .06rem
}

.cater3 .item1 .box1:after {
    background: #242222
}

.cater3 .item3 .box1:after {
    background: #D60A17;
    opacity: .85
}

.cater3 .box1 p {
    font-size: .16rem;
    color: #fff;
    line-height: .54rem;
    z-index: 5;
    text-align: center;
}

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

.cater3 .item3 .box1 p span {
    font-size: .24rem
}

@media (max-width: 1200px) {
    .cater3 .item {
        width: 43%;
    }

    .cater3 .item3 .box1 p span {
        font-size: 14px
    }
}

@media (max-width: 1000px) {
    .cater3 .item {
        width: 45%;
    }

    .cater3 .item3 .box1 p span {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .rctform {
        width: auto;
        left: 15px;
        right: 15px;
        margin-left: 0;
        padding: 44px 20px;
        transform: translateX(0) translateY(-50%);
        height: auto;
    }

    .rctform .title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .rctform .input1 .txt1 {
        font-size: 13px;
        width: 42px;
    }

    .rctform .input1 input {
        font-size: 13px;
        height: 36px;
    }

    .rctform .input1 select {
        font-size: 13px;
        height: 36px
    }

    .rctform .input1 .file1 {
        width: 80px;
        line-height: 36px;
        height: 36px;
        font-size: 13px
    }

    .rctform .btn1 {
        font-size: 13px;
        margin: 1rem 0 0;
    }

    .rctform .filename {
        font-size: 12px;
    }

    .rctform .tips3 {
        padding-left: 0
    }

    .cater1 {
        padding: .6rem 15px;
        display: block;
    }

    .cater1 .imgbox {
        max-width: 100%
    }

    .cater1 .txtbox {
        padding: .3rem 0 0
    }

    .cater1 p {
        font-size: 12px;
        line-height: 2
    }

    .cater1 .h1 {
        font-size: 13px;
        margin: .3rem 0 .2rem
    }

    .catertitle .cn {
        font-size: 14px;
        margin-bottom: .1rem
    }

    .catertitle .en {
        font-size: 18px
    }

    .cater1 .catertitle .cn {
        font-size: 14px;
        margin-bottom: .1rem
    }

    .cater2-1 {
        padding: .6rem 0 .4rem
    }

    .cater2-1 {
        display: block;
    }

    .cater2 .title2 {
        font-size: 12px;
    }

    .cater2 .catertitle {
        margin-bottom: .3rem
    }

    .cater3 .cater3box {
        display: block;
    }

    .cater3 .item {
        width: 100%
    }

    .cater3 .catertitle {
        margin-bottom: .3rem
    }

    .cater3 .item2 {
        font-size: 8vw;
        margin: .3rem 0
    }

    .cater3 .item .box1:after {
        left: 5vw;
        top: 5vw;
        right: 5vw;
        bottom: 5vw;
    }

    .cater3 .box1 p {
        font-size: 12px
    }

    .cater3 {
        padding: .6rem 0
    }

    .cater2-2 {
        height: auto;
        display: block;
    }

    .cater2-2 .item {
        padding: 15px 20px
    }

    .cater2-2 .item .h1 {
        font-size: 13px
    }

    .cater2-2 .item p {
        font-size: 12px
    }

    .cater2-2 .imgbox {
        height: 60vw;
        width: 100%
    }

    .cater2-2 .itembox {
        width: 100%
    }

    .cater2-2 .item img {
        margin-right: 15px
    }
}

.input2 {
    border-bottom: 1px solid #EBEBEB;
    margin-top: 0.65vw !important;
    margin-bottom: 0.65vw;
}

.item-form {
    display: flex;
    align-items: center;
}

.item-form em {
    color: #D60A17;
}

.btn2 {
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    margin-top: 2.5rem;
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    width: 9rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: 6px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .5s
}

.btn2:hover {
    opacity: .8
}

/* .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0,0,0,.5);
  display: none;
} */
.form_fuwu .n_tt {
    text-align: left;
    margin-bottom: 2rem;
}

.form_fuwu .groupbox .group.shangchuan {
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rctform .form_fuwu .row {
    margin: 0 -.9375rem;
}

.form_fuwu input {
    background: none;
}

.form_fuwu {
    width: 100%;
}

.form_fuwu .row {
    display: flex;
}

.form_fuwu .groupbox {
    display: flex;
    padding: .9375rem;
    width: 33.333%;
}

.form_fuwu .groupbox .group {
    border: 1px solid #ededed;
    display: flex;
    padding: 0 1.625rem;
    width: 100%;
    position: relative;
    align-items: flex-start;
}

.form_fuwu .groupbox .group .span {
    white-space: nowrap;
    line-height: 3.9375rem;
    font-size: 1rem;
    color: #959595;
    flex-shrink: 0;
}

.form_fuwu .groupbox .group .yzm {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    height: 100%;
    object-fit: none;
}

.form_fuwu .groupbox .group .yzm img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: none;
}

.form_fuwu input {
    height: 3.9375rem;
    width: 100%;
    color: #262626;
    font-size: 1rem;
    font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;
}

.form_fuwu .btnbox {
    width: calc(100% - 345px);
    font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;
}

.form_fuwu textarea {
    width: 100%;
    height: 100%;
    font-size: 1.125rem;
    padding-top: 1.125rem;
    color: #262626;
    font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;
}

.form_fuwu .btn_tijiao {
    font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;
    display: block;
    width: 13.4375rem;
    height: 3.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.125rem;
    border-radius: 4px;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    border: 0;
    color: #fff;
    transition: .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

}

.btn,
.fileupload-buttonbar {
    cursor: pointer;
}

.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #4ba550 !important;
    border-color: #4ba550 !important;
}

.n_renli {}

.n_renli .tt {
    margin-bottom: 3.375rem;
}

.n_renli .tt h3 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    display: inline-block;
    background: linear-gradient(to right, #4ba550, #34693d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.n_renli .swiperbox {
    max-width: 450px;
    margin-right: 3.75rem !important;
    position: relative;
}

.renli_swiper1 .swiper-slide {
    padding: 4px;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
}

.n_renli .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.n_renli .swiper {
    height: 100%;
}

.n_renli .swiper1 {
    position: relative;
    z-index: 3;
}

.n_renli .swiper2 {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: -1.875rem;
    top: 3.125rem;
    bottom: 3.125rem;
}

.n_renli .swiper3 {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: -3.75rem;
    top: 6.25rem;
    bottom: 6.25rem;
}

.n_renli .left {
    max-width: 49.625rem;
}

.n_renli .right {
    display: flex;
    margin-left: 3.5rem;
    max-width: calc(100% - 3.5rem);
}

.n_renli .ttbox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 1rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 9;
}

.n_renli .ttbox .line {
    width: 1px;
    height: 100%;
    background: #ced9e0;
    margin-right: .5rem;
    margin-bottom: 2rem;
}

.n_renli .ttbox h3 {
    width: 1rem;
    font-size: 1rem;
    color: #696d70;
    line-height: 1.875rem;
}

.n_renli .ttbox .btn_s {
    width: 7.8125rem;
    height: 2.8125rem;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    font-size: .9375rem;
    flex-shrink: 0;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin-top: .9375rem;
}

.n_renli .ttbox .btn_s svg,
.n_renli .ttbox .btn_s span {
    margin: 0 .375rem;
}

.n_renli .ttbox .btn_s span {
    transition: .5s;
    color: #111111;
}

.n_renli .ttbox .btn_s.swiper-button-disabled {
    pointer-events: none;
}

.n_renli .ttbox .btn_s.swiper-button-disabled * {
    opacity: .5;
}

.n_renli .ttbox .btn_s:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background-image: -moz-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -webkit-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
    background-image: -ms-linear-gradient(6deg, #4ba550 0%, #34693d 100%);
}

.n_renli .ttbox .btn_s:hover:before {
    opacity: 1;
    visibility: visible;
}

.n_renli .ttbox .btn_s:hover span {
    color: #fff;
}

.n_renli .ttbox .btn_s:hover svg path {
    fill: #fff;
}

.n_renli .ttbox .btn_s.btn_next svg {
    transform: rotateX(180deg);
}

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