﻿@charset "UTF-8";
.home-header .logo:before, .home-header .navmenu > li:before, .home-header:before {
    content: ""
}

.home-section1-leftsec, .home-section1-swiper .swiper-pagination, .home-section1-swiper .swiper-slide .mask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@-webkit-keyframes rise {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes rise {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes scalemap {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes scalemap {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.resetStyle {
    font-family: Arial,"微软雅黑";
    color: #333
}

.resetStyle a {
    text-decoration: none;
    color: #333
}

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

.resetStyle p {
    margin: 0
}

.ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 50px 0
}

.ie-warning h1 {
    margin: 0 0 30px
}

.ie-warning p {
    font-size: 16px
}

.ie-warning .ie-container {
    min-width: 1024px;
    width: 100%;
    height: 200px;
    background: #fff;
    margin: 60px 0
}

.ie-warning .ie-download {
    list-style: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 720px
}

.ie-warning .ie-download > li > a {
    display: block;
    color: #000;
    width: 140px;
    font-size: 15px;
    padding: 15px 0;
    margin: 0 auto
}

.ie-warning .ie-download > li > a > div {
    margin-top: 10px
}

.ie-warning .ie-download > li > a:hover {
    background-color: #eee
}

@media (min-width: 1710px) {
    .container {
        padding: 0;
        width: 1680px
    }
}

@media (max-width: 1199px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

#backtop {
    position: fixed;
    right: 49px;
    bottom: 20px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

#backtop ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    line-height: 54px;
    text-align: center;
    margin-bottom: 3px;
    list-style: none
}

#backtop ul li .inner, #backtop ul li .sidebox {
    position: absolute;
    border: 1px solid #ddd;
    top: 0
}

#backtop ul li .inner {
    right: 70px;
    background: #fff;
    line-height: normal;
    padding: 15px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: .3s;
    transition: .3s
}

#backtop ul li .inner p {
    font-size: 12px
}

#backtop ul li:hover .inner {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#backtop ul li .sidebox {
    width: 100%;
    height: 100%;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: center no-repeat #fff;
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
    background-size: inherit
}

#backtop.on {
    opacity: 1
}

#backtop ul li .sidetop {
    width: 100%;
    height: 100%;
    line-height: 54px;
    display: inline-block;
    opacity: .6;
    filter: alpha(opacity=80);
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #eef4f7;
    background: url(../images/side_icon.png) center/cover no-repeat #eee
}

@media (min-width: 768px) {
    #backtop ul li .sidetop:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        background: url(../images/side_icon-w.png) center/cover no-repeat #009b47
    }
}

@media (max-width: 767px) {
    #backtop {
        right: 10px;
        bottom: 10px
    }

    #backtop ul li {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.home-header {
    width: 100%;
    background: #009b47;
    position: relative;
    -webkit-box-shadow: 0 2px 10px -9px #757575;
    box-shadow: 0 2px 10px -9px #757575
}

@media (max-width: 575px) {
    .home-header {
        background: #fff
    }
}

/*.home-header:before {*/
    /*position: absolute;*/
    /*z-index: 1;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 5px;*/
    /*height: 100%;*/
    /*background: #bad618*/
/*}*/

.home-header .flexbox {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .home-header .flexbox {
        height: 80px;
        position: relative
    }
}

@media (max-width: 767px) {
    .home-header .flexbox {
        height: 60px;
        position: static
    }
}

.home-header .logo {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    min-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: #fff
}

@media (max-width: 1710px) {
    .home-header .logo {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        padding: 0 40px 0 0
    }
}

.home-header .logo:before {
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000vh;
    height: 100%;
    background: #fff
}

.home-header .logo h1 {
    position: relative;
    z-index: 1;
    width: 250px;
    margin: 0
}

@media (max-width: 1440px) {
    .home-header .logo h1 {
        width: 250px
    }
}

@media (max-width: 767px) {
    .home-header .logo h1 {
        width: 170px
    }
}

.home-header .logo h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-header .logo h1 img {
    width: 100%
}

.home-header .rightbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575px) {
    .home-header:before {
        background: #fff
    }

    .home-header .rightbox {
        position: absolute;
        right: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.home-header .navmenu {
    margin: 0 108px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1840px) {
    .home-header .navmenu {
        margin: 0 25px 0 0
    }
}

@media (max-width: 991px) {
    .home-header .navmenu {
        display: block;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 65px;
        background: #fff;
        margin: 0;
        padding: 10px 0;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 7px -2px #757575;
        box-shadow: 0 2px 7px -2px #757575;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

}
.home-header .rightbox .sear{
    position: relative;
}
.home-header .navmenu2 {
    display: block;
    position: absolute;
    z-index: 9999;
    right: 0px;
    top: 37px;
    background: #fff;
    margin: 0;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 7px -2px #757575;
    box-shadow: 0 2px 7px -2px #757575;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    transform-origin: top right
}
.home-header .navmenu2.on {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home-header .navmenu2 > li.active > a
{
    color: #009b47;
}
@media (min-width: 576px) and (max-width: 991px) {
    .home-header .navmenu.on {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

}

@media (max-width: 767px) {
    .home-header .navmenu {
        right: 15px;
        margin: auto;
        top: 100%
    }
}

.home-header .navmenu > li {
    position: relative;
    margin: 0 68px 0 0
}

@media (max-width: 1710px) {
    .home-header .navmenu > li {
        margin: 0 44px 0 0
    }
}

@media (max-width: 1440px) {
    .home-header .navmenu > li {
        margin: 0 30px 0 0
    }

    .home-header .navmenu > li:after {
        display: none
    }
}

@media (max-width: 991px) {
    .home-header .navmenu > li {
        margin: 0
    }

    .home-header .navmenu > li:before {
        display: none
    }
}

.home-header .navmenu > li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 6px;
    background: #d98408;
    -webkit-transition: .3s;
    transition: .3s
}

.home-header .navmenu > li:after {
    content: "/";
    position: absolute;
    right: -35px;
    top: 0;
    color: #8dd3c7;
    font-size: 16px
}

.home-header .navmenu > li:last-child {
    margin: 0
}

.home-header .navmenu > li:last-child:after {
    display: none
}

.home-header .navmenu > li.active:before, .home-header .navmenu > li:hover:before {
    left: -10px;
    width: 25px
}
.home-header .sear .icon-search{
     display: block;
     float: left;
     width: 24px;
     height: 24px;
     background: url("../picture/search2.png") center no-repeat;
 }
.home-header .sear .icon-lang{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 26px;
    background: url("../picture/lang.png") center no-repeat;
}
.home-header .navmenu2 > li > a {
    color: #333;
    display: block;
    padding: 5px 20px
}

.home-header .navmenu2 > li > a:hover {
    background: #eee
}

@media (max-width: 991px) {
    .home-header .navmenu > li.active a, .home-header .navmenu > li:hover a {
        color: #009b47
    }
}

.home-header .navmenu > li > a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #fff
}

@media (max-width: 991px) {
    .home-header .navmenu > li > a {
        color: #333;
        display: block;
        padding: 5px 20px
    }

    .home-header .navmenu > li > a:hover {
        background: #eee
    }


}

.home-header .searchbox {
    position: relative;
    display: none;
}
.home-header .searchbox.on{
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    z-index:999;
}
@media (max-width: 575px) {

}
@media (max-width: 575px) {
    .home-header .searchbox {
        display: block;
    }
    .home-header .sear .icon-search,.home-header .sear .icon-lang{
        display: none;
    }
}
.home-header .searchbox form {
    width: 260px;
    height: 35px;
    background: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden
}

@media (max-width: 1710px) {
    .home-header .navmenu > li:after {
        right: -26px
    }

    .home-header .navmenu > li > a {
        font-size: 14px
    }

    .home-header .searchbox form {
        width: 175px
    }
}

@media (max-width: 1199px) {
    .home-header .searchbox form {
        display: block;
        width: 260px;
    }
}

@media (max-width: 991px) {
    .home-header .searchbox form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static
    }
}

@media (max-width: 575px) {
    .home-header .navmenu > li > a {
        font-size: 14px
    }

    .home-header .searchbox form {
        display: none
    }
}

.home-header .searchbox input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px;
    height: 100%;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 24px;
    border: 0;
    background: 0 0;
    outline: 0
}

.home-header .searchbox button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    min-width: 55px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: 0;
    background: 0 0;
    padding: 0
}

.home-header .searchbox button img {
    width: 18px
}

.home-header .searchbox .app-search {
    cursor: pointer;
    display: none
}

@media (max-width: 1199px) {
    .home-header .searchbox .app-search {
        display: none;
        width: 18px
    }

    .home-header .searchbox .app-search img {
        width: 100%
    }
}

@media (max-width: 991px) {
    .home-header .searchbox .app-search {
        display: none
    }
}

@media (max-width: 575px) {
    .home-header .searchbox .app-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .home-header .searchbox .app-search img {
        -webkit-filter: grayscale(1) brightness(0);
        filter: grayscale(1) brightness(0);
        width: 100%
    }
}

@media (min-width: 576px) {
    .home-header .searchbox:hover form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home-header .app-navmenu-btn {
    display: none;
    width: 25px;
    cursor: pointer;
    margin: 0 0 0 30px
}

@media (max-width: 991px) {
    .home-header .app-navmenu-btn {
        display: block;
        background: #fff;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        padding: 8px;
        margin: 0 0 0 20px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
}

.home-header .app-navmenu-btn img {
    width: 100%
}

@media (max-width: 575px) {
    .home-header .app-navmenu-btn {
        padding: 12px;
        margin: 0 3px 0 0
    }

    .home-header .app-navmenu-btn img {
        -webkit-filter: grayscale(1) brightness(0);
        filter: grayscale(1) brightness(0)
    }
}

.home-header #app-top-search {
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    -webkit-box-shadow: 0 -1px 5px 0 #757575;
    box-shadow: 0 -1px 5px 0 #757575
}

.home-header #app-top-search.on {
    top: 0 !important;
    opacity: 1 !important
}

.home-header #app-top-search .tsw-inner {
    position: relative;
    padding: 12px;
    max-width: 700px;
    display: block;
    margin: 0 auto
}

.home-header #app-top-search .top-search-btn {
    position: absolute;
    top: 12px;
    font-size: 23px;
    font-style: normal;
    color: #aaa;
    width: 45px;
    text-align: center;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    right: 12px;
    height: 40px;
    background: 0 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    border-left: 1px solid #fff
}

.home-header #app-top-search .top-search-btn img {
    -webkit-filter: grayscale(1) brightness(.5);
    filter: grayscale(1) brightness(.5);
    width: 18px
}

.home-header #app-top-search .top-search-btn:hover {
    background-color: #e3e3e3
}

.home-header #app-top-search .tsw-inner input {
    border: 0;
    height: 40px;
    padding: 0 55px 0 10px;
    font-size: 14px;
    border-radius: 2px;
    background-color: #efefef;
    width: 100%;
    outline: 0;
    font-weight: 400
}

@media (max-width: 575px) {
    .home-header-fixed {
        position: relative;
        z-index: 999;
        width: 100%;
        height: 60px
    }

    .home-header-fixed .home-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 -1px 5px 0 #757575;
        box-shadow: 0 -1px 5px 0 #757575
    }
}

.home-section1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-section1-leftsec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    min-width: 6%;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 8px 150px 0;
    display: none
}

@media (max-width: 1700px) {
    .home-section1-leftsec {
        padding: 0 8px 30px 0
    }
}

@media (max-width: 1024px) {
    .home-section1-leftsec {
        display: none
    }
}

.home-section1-leftsec .text {
    position: relative;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-size: 12px;
    letter-spacing: 3px;
    color: #ccc;
    margin: 0 4px 70px 0
}

.home-section1-leftsec .text:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background: #dadada;
    left: 0;
    right: 0;
    margin: auto;
    top: -90px
}

.home-section1-leftsec .share li {
    margin: 0 0 35px
}

.home-section1-leftsec .share li:last-child {
    margin: 0
}

.home-section1-leftsec .share li a img {
    -webkit-transition: .3s;
    transition: .3s
}

.home-section1-leftsec .share li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-section1-swiper {
    width: 100%
}

.home-section1-swiper .swiper-wrapper {
    height: 100% !important
}

@media (max-width: 1440px) {
    .home-section1-swiper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width: 767px) {
    .home-section1-swiper {
        height: 300px!important;
    }
}

@media (max-width: 575px) {
    .home-section1-swiper {
        height: 270px
    }
}

.home-section1-swiper .swiper-slide {
    position: relative;
    height: 100%
}

.home-section1-swiper .swiper-slide .bannerbg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-section1-swiper .swiper-slide .mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.home-section1-swiper .swiper-slide .mask .logo-w {
    width: 543px
}

@media (max-width: 1440px) {
    .home-section1-swiper .swiper-slide .mask .logo-w {
        width: 410px;
        margin: 0 0 10px
    }
}

@media (max-width: 1199px) {
    .home-section1-swiper .swiper-slide .mask .logo-w {
        width: 350px
    }
}

@media (max-width: 767px) {
    .home-section1-swiper .swiper-slide, .home-section1-swiper .swiper-wrapper {
        height: 100%
    }

    .home-section1-swiper .swiper-slide .bannerbg {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .home-section1-swiper .swiper-slide .mask .logo-w {
        width: 220px;
        margin: 0 0 5px
    }
}

.home-section1-swiper .swiper-slide .mask .logo-w img {
    width: 100%
}

.home-section1-swiper .swiper-slide .mask .des {
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 20px;
    margin: 0 0 50px;
    color: #fff
}

@media (max-width: 1440px) {
    .home-section1-swiper .swiper-slide .mask .des {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    .home-section1-swiper .swiper-slide .mask .des {
        font-size: 25px;
        margin: 0 0 30px
    }
}

@media (max-width: 767px) {
    .home-section1-swiper .swiper-slide .mask .des {
        font-size: 16px;
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .home-section1-swiper .swiper-slide .mask {
        padding: 0 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-section1-swiper .swiper-slide .mask > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-section1-swiper .swiper-slide .mask .des {
        letter-spacing: 10px;
        font-weight: 400
    }
}

.home-section1-swiper .swiper-slide .mask .more {
    width: 135px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    margin: 0 0 140px;
    background: #bad618
}

.home-section1-swiper .swiper-slide .mask .more img {
    margin: 0 0 0 12px
}

@media (max-width: 1440px) {
    .home-section1-swiper .swiper-slide .mask .more {
        margin: 0 0 70px
    }
}

@media (max-width: 1199px) {
    .home-section1-swiper .swiper-slide .mask .more {
        margin: 0 0 50px;
        font-size: 16px
    }
}

.home-section1-swiper .swiper-slide .mask .smdes {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    line-height: 2;
    max-width: 430px
}

@media (max-width: 767px) {
    .home-section1-swiper .swiper-slide .mask .more {
        width: 115px;
        height: 35px;
        font-size: 12px;
        margin: 0 0 30px
    }

    .home-section1-swiper .swiper-slide .mask .more img {
        width: 20px;
        margin: 0 0 0 8px
    }

    .home-section1-swiper .swiper-slide .mask .smdes {
        line-height: 1.5
    }
}

@media (max-width: 575px) {
    .home-section1-swiper .swiper-slide .mask .more {
        margin: 0 0 15px
    }

    .home-section1-swiper .swiper-slide .mask .smdes {
        text-align: center
    }
}

.home-section1-swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    right: 40px;
    width: auto;
    height: 100%;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .home-section1-swiper .swiper-pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: auto;
        right: 0;
        left: 0;
        bottom: 20px
    }
}

.home-section1-swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #c9c9cb;
    border-radius: 50%;
    border: 2px solid #c9c9cb;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 15px 0
}

@media (max-width: 767px) {
    .home-section1-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px
    }
}

.home-section1-swiper .swiper-pagination .swiper-pagination-bullet:after {
    content: attr(data-content);
    position: absolute;
    font-size: 24px;
    right: -40px;
    color: #fff;
    font-family: BEBAS;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    .home-section1-swiper .swiper-pagination .swiper-pagination-bullet:after {
        display: none
    }
}

.home-section1-swiper .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    background: 0 0
}

.home-section1-swiper .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1
}

.home-section1-swiper .banner2 h3 {
    font-size: 40px;
    font-weight: 400;
    color: #009b47;
    margin: 0 0 25px;
    font-family: Bebas
}

.home-section1-swiper .swiper-slide.banner2 .mask .des {
    position: relative;
    color: #333;
    letter-spacing: 3px;
    font-size: 48px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    margin: 0 0 35px
}

.home-section1-swiper .swiper-slide.banner2 .mask .des span {
    position: relative;
    z-index: 1
}

.home-section1-swiper .swiper-slide.banner2 .mask .des:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13px;
    background: #009b47
}

.home-section1-swiper .swiper-slide.banner2 .mask .more {
    width: auto;
    height: 37px;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    border-bottom: 3px solid #bad618;
    background: 0 0;
    margin: 0 0 50px
}

.home-section1-swiper .swiper-slide.banner2 .tips {
    padding: 12px 35px;
    background: #bad618;
    font-size: 30px;
    color: #333;
    margin: 0 0 50px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 20px;
    font-weight: 100
}

.home-section1-swiper .swiper-slide.banner2 .mask .smdes {
    color: rgba(0, 0, 0, .7);
    line-height: 2
}

@media (max-width: 1440px) {
    .home-section1-swiper .swiper-slide.banner2 .mask .des {
        font-size: 40px
    }

    .home-section1-swiper .swiper-slide.banner2 .mask .des:after {
        height: 8px
    }

    .home-section1-swiper .swiper-slide.banner2 .tips {
        font-size: 25px;
        letter-spacing: 16px
    }
}

@media (max-width: 1200px) {
    .home-section1-swiper .banner2 h3 {
        font-size: 35px
    }

    .home-section1-swiper .swiper-slide.banner2 .mask .des {
        font-size: 36px
    }

    .home-section1-swiper .swiper-slide.banner2 .mask .des:after {
        height: 6px
    }

    .home-section1-swiper .swiper-slide.banner2 .tips {
        font-size: 20px;
        letter-spacing: 12px;
        padding: 12px 25px;
        margin: 0 0 40px
    }
}

@media (max-width: 576px) {
    .home-section1-swiper .banner2 h3 {
        font-size: 20px;
        margin: 0 0 16px;
        text-align: center
    }

    .home-section1-swiper .swiper-slide.banner2 .mask .des {
        font-size: 18px;
        margin: 0 0 20px
    }

    .home-section1-swiper .swiper-slide.banner2 .mask .des:after {
        height: 2px
    }

    .home-section1-swiper .swiper-slide.banner2 .tips {
        font-size: 14px;
        letter-spacing: 3px;
        padding: 6px 15px;
        margin: 0 0 20px;
        font-weight: 400
    }

    .home-section1-swiper .swiper-slide.banner2 .mask .more {
        height: 25px;
        font-size: 12px;
        margin: 0 0 15px
    }

    .home-section1-swiper .banner2 .bannerbg {
        -o-object-position: right 28% top 0;
        object-position: right 28% top 0
    }

    .home-section1-swiper .banner2 .mask:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .5)
    }

    .home-section1-swiper .banner2 .mask > .container {
        position: relative;
        z-index: 1
    }
}

.home-section1-swiper .swiper-slide.banner3 h3 {
    color: #34a794;
    font-size: 44px;
    margin: 0 0 15px;
    font-family: Bebas
}

.home-section1-swiper .swiper-slide.banner3 h4 {
    position: relative;
    font-size: 40px;
    color: #000;
    margin: 0 0 70px
}

.home-section1-swiper .swiper-slide.banner3 h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 50px;
    height: 3px;
    background: #34a794
}

.home-section1-swiper .swiper-slide.banner3 .tips {
    padding: 12px 35px;
    background: #bad618;
    font-size: 30px;
    color: #333;
    margin: 0 0 50px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 100
}

.home-section1-swiper .swiper-slide.banner3 {
    background: #f7f7f7
}

.home-section1-swiper .swiper-slide.banner3 .listbox .box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-section1-swiper .swiper-slide.banner3 .listbox .box-col {
    margin: 0 22px 0 0
}

.home-section1-swiper .swiper-slide.banner3 .listbox .box-col:last-child {
    margin: 0
}

.home-section1-swiper .swiper-slide.banner3 .listbox .box-col .numbox {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 10px;
    border: 1px solid #cbcbcb;
    border-radius: 20px
}

.home-section1-swiper .swiper-slide.banner3 .listbox .box-col .numbox .incrementing {
    font-size: 40px;
    font-family: BEBAS;
    color: #009b47;
    line-height: 1;
    vertical-align: text-top
}

.home-section1-swiper .swiper-slide.banner3 .listbox .box-col .numbox .symbol {
    font-size: 18px;
    font-family: BEBAS;
    color: #009b47;
    vertical-align: text-top
}

.home-section1-swiper .swiper-slide.banner3 .listbox .box-col .numbox .last-symbol {
    font-size: 12px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.home-section1-swiper .swiper-slide.banner3 .listbox .box-col .txt {
    text-align: center;
    font-size: 14px;
    color: #666
}

.home-section1-swiper .swiper-slide.banner3 .banner3bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

@media (max-width: 1440px) {
    .home-section1-swiper .swiper-slide.banner3 .tips {
        font-size: 25px
    }
}

@media (max-width: 1200px) {
    .home-section1-swiper .swiper-slide.banner3 h3 {
        font-size: 35px
    }

    .home-section1-swiper .swiper-slide.banner3 h4 {
        font-size: 36px
    }

    .home-section1-swiper .swiper-slide.banner3 .tips {
        font-size: 20px;
        padding: 12px 25px;
        margin: 0 0 40px
    }

    .home-section1-swiper .swiper-slide.banner3 .listbox .box-row {
        width: 400px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-section1-swiper .swiper-slide.banner3 .listbox .box-col {
        margin: 0 25px 15px 0
    }
}

@media (max-width: 768px) {
    .home-section1-swiper .swiper-slide.banner3 h3, .home-section1-swiper .swiper-slide.banner3 h4 {
        text-align: center
    }

    .home-section1-swiper .swiper-slide.banner3 h4:after {
        right: 0;
        margin: auto
    }

    .home-section1-swiper .swiper-slide.banner3 .tips {
        margin: 0 auto 30px
    }

    .home-section1-swiper .swiper-slide.banner3 .listbox {
        display: none
    }

    .home-section1-swiper .swiper-slide.banner3 .banner3bg {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding: 0 15px;
        height: auto
    }

    .home-section1-swiper .swiper-slide.banner3 > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

    .home-section1-swiper .swiper-slide.banner3 .mask {
        position: static;
        height: auto
    }

    .home-section1 .mouse {
        display: none
    }
}

@media (max-width: 576px) {
    .home-section1-swiper .swiper-slide.banner3 h3 {
        font-size: 20px;
        margin: 0 0 16px;
        text-align: center
    }

    .home-section1-swiper .swiper-slide.banner3 h4 {
        font-size: 18px;
        margin: 0 0 30px
    }

    .home-section1-swiper .swiper-slide.banner3 h4:after {
        bottom: -15px;
        height: 2px
    }

    .home-section1-swiper .swiper-slide.banner3 .tips {
        font-size: 14px;
        padding: 6px 15px;
        margin: 0 0 20px;
        font-weight: 400
    }
}

.home-section1 .mouse {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-animation: rise .6s linear infinite alternate;
    animation: rise .6s linear infinite alternate;
    cursor: pointer
}

.home-section2 {
    padding: 80px 0 120px
}

@media (max-width: 1440px) {
    .home-section2 {
        padding: 80px 0
    }
}

@media (max-width: 1199px) {
    .home-section2 {
        padding: 60px 0
    }
}

 .bulletin .bull-left{
    width: 30%;
    float: left;
    padding:10px;
    height: 50px;
    background: #009b47;
    color: #ffffff;
     text-align: right;
     position: relative;
}
.bulletin .bull-left::after{
    content: '';
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 11px solid #009b47;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}
 .bulletin .bull-right{
    width: 70%;
    float: right;
    text-align: left;
    height: 50px;
     padding-left: 20px;
     background: #e5e5e5;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}
.home-section2 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .home-section2 {
        padding: 40px 0
    }

    .home-section2 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .bulletin .bull-left{
        width: 45%;
    }
    .bulletin .bull-right{
        width: 55%;
    }
}

.home-section2 .flexbox .img-box {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    height: 590px;
    border: 1px solid #ededed;
    overflow: hidden
}
.home-section2 .flexbox .img-box .m-video{
    width: 100%;
    height: 100%;
    background: #000;
}

@media (max-width: 1440px) {
    .home-section2 .flexbox .img-box {
        height: 410px
    }
}

@media (max-width: 767px) {
    .home-section2 .flexbox .img-box {
        height: 100%!important;
        object-fit: fill;
    }

    .home-section2 .flexbox .img-box .m-video{
        display: none;
    }
    .home-section2 .flexbox .img-box .mobile-video{
        display: block;
        width: 100%;
     height: 100%;

    }
}

@media (max-width: 575px) {
    .home-section2 {
        padding: 30px 0
    }

    .home-section2 .flexbox .img-box {
        height: 200px
    }
}

.home-section2 .flexbox .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-section2 .flexbox .rightbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 0 0 80px
}

@media (max-width: 1199px) {
    .home-section2 .flexbox .rightbox {
        padding: 0 0 0 60px
    }
}

@media (max-width: 991px) {
    .home-section2 .flexbox .rightbox {
        padding: 0 0 0 40px
    }
}

.home-section2 .flexbox .rightbox h2 {
    font-size: 72px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 15px;
    line-height: 1
}

@media (max-width: 1440px) {
    .home-section2 .flexbox .rightbox h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .home-section2 .flexbox .rightbox h2 {
        font-size: 25px
    }
}

.home-section2 .flexbox .rightbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 40px
}

@media (max-width: 1440px) {
    .home-section2 .flexbox .rightbox .tit {
        font-size: 25px;
        margin: 0 0 30px
    }
}

@media (max-width: 767px) {
    .home-section2 .flexbox .rightbox {
        padding: 0
    }

    .home-section2 .flexbox .rightbox .tit {
        margin: 0 0 20px
    }
}

@media (max-width: 575px) {
    .home-section2 .flexbox .rightbox .tit {
        font-size: 18px;
        margin: 0 0 10px
    }
}

.home-section2 .flexbox .rightbox .des {
    font-size: 14px;
    color: #666;
    margin: 0 0 90px;
    line-height: 1.8
}

@media (max-width: 1440px) {
    .home-section2 .flexbox .rightbox .des {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .home-section2 .flexbox .rightbox .des {
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .home-section2 .flexbox .rightbox .des {
        margin: 0 0 20px;
        text-align: center
    }
}

.home-section2 .flexbox .rightbox .more {
    font-size: 18px;
    color: #f18101;
    font-family: BEBAS;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    .home-section2 .flexbox .rightbox .more {
        display: none
    }

    .home-section3 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-section2 .flexbox .rightbox .more img {
    margin: 0 0 0 12px;
    -webkit-transition: .3s;
    transition: .3s
}

.home-section2 .flexbox .rightbox .more:hover {
    color: #c26a06
}

.home-section2 .flexbox .rightbox .more:hover img {
    margin: 0 0 0 20px
}

.home-section3 {
    width: 100%;
    overflow: hidden
}

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

.home-section3 .flexbox .leftbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%
}

.home-section3 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 20px;
    line-height: 1
}

@media (max-width: 1440px) {
    .home-section3 .flexbox .leftbox h2 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .home-section3 .flexbox .leftbox h2 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .home-section3 .flexbox .leftbox h2 {
        font-size: 25px
    }
}

.home-section3 .flexbox .leftbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .home-section3 .flexbox .leftbox .tit {
        font-size: 25px;
        margin: 0 0 80px
    }
}

@media (max-width: 575px) {
    .home-section3 .flexbox .leftbox .tit {
        font-size: 18px
    }
}

.home-section3 .flexbox .leftbox .img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 650px
}

@media (max-width: 1710px) {
    .home-section3 .flexbox .leftbox .img-box {
        height: 400px
    }
}

@media (max-width: 1440px) {
    .home-section3 .flexbox .leftbox .img-box {
        height: 450px
    }
}

@media (max-width: 1199px) {
    .home-section3 .flexbox .leftbox .img-box {
        height: 320px
    }
}

@media (max-width: 991px) {
    .home-section3 .flexbox .leftbox .img-box {
        height: 299px
    }
}

.home-section3 .flexbox .leftbox .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-section3 .flexbox .rightbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    min-width: 68%;
    padding: 0 0 0 60px
}

@media (max-width: 767px) {
    .home-section3 .flexbox .leftbox .tit {
        margin: 0 0 20px
    }

    .home-section3 .flexbox .leftbox .img-box {
        display: none
    }

    .home-section3 .flexbox .rightbox {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        padding: 0
    }
}

.home-section3 .top-swiper {
    position: relative
}

.home-section3 .top-swiper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000vh;
    height: 100%;
    background: #f6f6f6
}

.home-section3-top {
    margin: 0 0 40px
}

@media (max-width: 1199px) {
    .home-section3-top {
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .home-section3 .top-swiper:after {
        width: 100%
    }

    .home-section3-top {
        margin: 0 0 15px
    }
}

.home-section3-top .swiper-slide {
    position: relative;
    z-index: 1
}

.home-section3-top .swiper-slide .item {
    position: relative
}

.home-section3-top .swiper-slide .item .itemimg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 991px) {
    .home-section3-top .swiper-slide .item .itemimg {
        -webkit-transform: translateX(120px);
        transform: translateX(120px)
    }
}

@media (min-width: 1710px) {
    .home-section3-top .swiper-slide .item .itemimg {
        -webkit-transform: translateX(150px);
        transform: translateX(150px)
    }
}

.home-section3-top .swiper-slide .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 100%;
    background: url(../images/sec3bg.jpg) center right no-repeat;
    padding: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1710px) {
    .home-section3-top .swiper-slide .item .mask {
        padding: 30px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask {
        padding: 20px 30px;
        width: 300px
    }
}

.home-section3-top .swiper-slide .item .mask h4 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 15px
}

@media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask h4 {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .home-section3-top .swiper-slide .item .mask {
        position: static;
        width: 100%;
        height: auto;
        padding: 20px
    }

    .home-section3-top .swiper-slide .item .mask h4 {
        font-size: 18px
    }
}

.home-section3-top .swiper-slide .item .mask .tips {
    width: 100%;
    min-height: 43px;
    background: #f18101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    padding: 0 0 0 22px;
    margin: 0 0 90px;
    position: relative
}

@media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask .tips {
        margin: 0 0 20px;
        font-size: 14px;
        min-height: 35px
    }

    .home-section3-top .swiper-slide .item .mask .tips:after {
        display: none
    }
}

@media (max-width: 991px) {
    .home-section3-top .swiper-slide .item .mask .tips {
        font-size: 14px;
        margin: 0 0 15px
    }
}

.home-section3-top .swiper-slide .item .mask .tips:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, .5)
}

.home-section4, .home-section4 > .container {
    position: relative
}

.home-section3-top .swiper-slide .item .mask .des {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin: 0 0 110px
}

@media (max-width: 1710px) {
    .home-section3-top .swiper-slide .item .mask .des {
        margin: 0 0 40px
    }
}

@media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask .des {
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .home-section3-top .swiper-slide .item .mask .des {
        margin: 0 0 15px
    }
}

.home-section3-top .swiper-slide .item .mask .more {
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: BEBAS;
    -webkit-transition: .3s;
    transition: .3s;
}

.home-section3-top .swiper-slide .item .mask .more img {
    margin: 0 0 0 12px;
    -webkit-transition: .3s;
    transition: .3s;
}
.home-section3-top .swiper-slide .item .mask .more img:hover{

}
.home-section3-top .swiper-slide .item .mask .more:hover{
    color: #f18101;
}
.home-section3-top .swiper-slide .item .mask .more:hover img{
    margin: 0 0 0 20px;
}
.home-section3-thumbs .swiper-slide .item {
    height: 128px;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: .3s;
    transition: .3s
}
.home-section3-thumbs .swiper-slide .item:hover{
    border: 3px solid #f18101;
}
@media (max-width: 1199px) {
    .home-section3-thumbs .swiper-slide .item {
        height: 100px
    }
}

@media (max-width: 991px) {
    .home-section3-thumbs .swiper-slide .item {
        height: 55px
    }
}

@media (max-width: 767px) {
    .home-section3-thumbs .swiper-slide .item {
        height: 90px
    }
}

@media (max-width: 575px) {
    .home-section3-thumbs .swiper-slide .item {
        height: 55px
    }
}

.home-section3-thumbs .swiper-slide .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-section3-thumbs .swiper-slide .item.more {
    background: #f6f6f6
}

.home-section3-thumbs .swiper-slide .item.more a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-section3-thumbs .swiper-slide .item.more img {
    width: auto;
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
    margin: 0 0 8px
}

.home-section3-thumbs .swiper-slide .item.more p {
    font-size: 18px;
    color: #009b47
}

@media (max-width: 1199px) {
    .home-section3-thumbs .swiper-slide .item.more img {
        width: 22px
    }

    .home-section3-thumbs .swiper-slide .item.more p {
        font-size: 14px
    }
}

.home-section3-thumbs .swiper-slide-thumb-active .item {
    border: 3px solid #bad618
}

.home-section4 {
    padding: 206px 0 0
}

@media (max-width: 991px) {
    .home-section3-thumbs .swiper-slide .item.more img {
        width: 18px;
        margin: 0 0 5px
    }

    .home-section3-thumbs .swiper-slide .item.more p {
        font-size: 12px
    }

    .home-section4 {
        margin: 60px 0 0
    }
}

@media (max-width: 767px) {
    .home-section4 {
        margin: 50px 0 0
    }
}

.home-section4 .flexbox {
    position: absolute;
    top: -206px;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1440px) {
    .home-section4 {
        padding: 100px 0 0
    }

    .home-section4 .flexbox {
        top: -100px
    }
}

@media (max-width: 1199px) {
    .home-section4 .flexbox {
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 15px
    }
}

.home-section4 .flexbox .rightbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%
}

.home-section4 .flexbox .rightbox .head {
    padding: 65px 80px 60px;
    background: #009b47
}

@media (max-width: 1440px) {
    .home-section4 .flexbox .rightbox .head {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .home-section4 .flexbox .rightbox .head {
        padding: 30px
    }
}

.home-section4 .flexbox .rightbox .head h2 {
    font-size: 60px;
    color: #fff;
    font-family: BEBAS;
    margin: 0 0 15px;
    line-height: 1
}

@media (max-width: 1440px) {
    .home-section4 .flexbox .rightbox .head h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .home-section4 .flexbox .rightbox .head {
        padding: 15px
    }

    .home-section4 .flexbox .rightbox .head h2 {
        font-size: 25px
    }
}

.home-section4 .flexbox .rightbox .head .tit {
    font-size: 30px;
    color: #fff
}

@media (max-width: 1440px) {
    .home-section4 .flexbox .rightbox .head .tit {
        font-size: 25px
    }
}

.home-section4 .swiper-box {
    position: relative;
    background: #fff;
    padding: 70px 60px 70px 80px
}

@media (max-width: 1440px) {
    .home-section4 .swiper-box {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .home-section4 .swiper-box {
        padding: 30px
    }
}

@media (max-width: 575px) {
    .home-section4 .flexbox .rightbox .head .tit {
        font-size: 18px
    }

    .home-section4 .swiper-box {
        padding: 30px 15px
    }
}

.home-section4-swiper {
    margin: 0 0 70px
}

@media (max-width: 991px) {
    .home-section4 .flexbox .rightbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }

    .home-section4-swiper {
        margin: 0 0 30px
    }
}

@media (max-width: 767px) {
    .home-section4-swiper {
        margin: 0 0 15px
    }
}

.home-section4-swiper .item h4 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin: 0 0 30px
}

@media (max-width: 991px) {
    .home-section4-swiper .item h4 {
        font-size: 30px;
        margin: 0 0 20px
    }
}

@media (max-width: 767px) {
    .home-section4-swiper .item h4 {
        font-size: 24px;
        margin: 0 0 10px
    }
}

@media (max-width: 575px) {
    .home-section4-swiper .item h4 {
        font-size: 18px;
        text-align: center
    }
}

.home-section4-swiper .item .des {
    line-height: 1.8;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 122px
}

@media (max-width: 575px) {
    .home-section4-swiper .item .des {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 97px
    }
}

.home-section4 .swiper-bottom-operate {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.home-section4 .swiper-bottom-operate .left-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 8px
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next, .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 14px;
    height: 25px;
    margin: 0 105px 0 0;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 575px) {
    .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next, .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev {
        margin: 0 60px 0 0
    }
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:before, .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:before {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    width: 14px;
    height: 25px;
    background: url(../images/left.png) center/contain no-repeat
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after, .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 43px;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:before, .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:hover:before {
    background: url(../images/left-h.png) center/contain no-repeat
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:after, .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:hover:after {
    background: #f18101
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next {
    margin: 0
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:before {
    content: "";
    display: block;
    background: url(../images/right.png) center/contain no-repeat
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after {
    left: auto;
    right: -8px
}

.home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:before {
    background: url(../images/right-h.png) center/contain no-repeat
}

.home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
    position: static;
    font-size: 36px;
    color: #d6d6d6;
    font-family: BEBAS;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 767px) {
    .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after, .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:after {
        width: 8px;
        height: 30px
    }

    .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
        font-size: 18px
    }
}

.home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
    font-size: 72px;
    color: #f18101
}

.home-section4 .secbg {
    width: 100%;
    height: 700px
}

@media (max-width: 1440px) {
    .home-section4 .secbg {
        height: 600px
    }
}

@media (max-width: 991px) {
    .home-section4 .secbg {
        height: 500px
    }
}

@media (max-width: 767px) {
    .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
        font-size: 50px
    }

    .home-section4 .secbg {
        height: 400px
    }
}

@media (max-width: 575px) {
    .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
        font-size: 30px
    }

    .home-section4 .secbg {
        height: 280px
    }
}

.home-section4 .secbg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-section5 {
    padding: 180px 0 140px
}

@media (max-width: 1440px) {
    .home-section5 {
        padding: 100px 0
    }
}

@media (max-width: 1199px) {
    .home-section5 {
        padding: 60px 0
    }
}

.home-section5 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .home-section5 {
        padding: 40px 0
    }

    .home-section5 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.home-section5 .flexbox .leftbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 555px;
    flex: 0 0 555px;
    min-width: 555px
}

@media (max-width: 1710px) {
    .home-section5 .flexbox .leftbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
        flex: 0 0 470px;
        min-width: 470px
    }
}

@media (max-width: 1440px) {
    .home-section5 .flexbox .leftbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
        flex: 0 0 410px;
        min-width: 410px
    }
}

@media (max-width: 1199px) {
    .home-section5 .flexbox .leftbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
        flex: 0 0 315px;
        min-width: 315px
    }
}

@media (max-width: 767px) {
    .home-section5 .flexbox .leftbox {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        width: 100%;
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .home-section5 {
        padding: 30px 0
    }

    .home-section5 .flexbox .leftbox {
        margin: 0 0 20px
    }
}

.home-section5 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 20px;
    line-height: 1
}

@media (max-width: 1440px) {
    .home-section5 .flexbox .leftbox h2 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .home-section5 .flexbox .leftbox h2 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .home-section5 .flexbox .leftbox h2 {
        font-size: 25px
    }
}

.home-section5 .flexbox .leftbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 35px
}

@media (max-width: 1440px) {
    .home-section5 .flexbox .leftbox .tit {
        font-size: 25px
    }

    .home-section7 {
        padding: 80px 0
    }
}

@media (max-width: 767px) {
    .home-section5 .flexbox .leftbox .tit {
        margin: 0 0 20px
    }
}

.home-section5 .flexbox .leftbox .des {
    font-size: 18px;
    color: #666
}

@media (max-width: 575px) {
    .home-section5 .flexbox .leftbox .tit {
        font-size: 18px;
        margin: 0 0 5px
    }

    .home-section5 .flexbox .leftbox .des {
        font-size: 14px
    }
}

.home-section5 .flexbox .rightbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home-section5 .flexbox .rightbox .bussiness-map {
    position: relative;
    width: 100%;
    max-width: 994px;
    margin: 0 0 0 auto
}

.home-section5 .flexbox .rightbox .bussiness-map img {
    width: 100%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #009b47;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint .i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(49, 175, 154, .4);
    border: 1px solid #009b47;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a1 {
    top: 20%;
    left: 15%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a2 {
    top: 40.1%;
    left: 13.3%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a3 {
    top: 33.5%;
    left: 16.7%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a4 {
    top: 30.2%;
    left: 20.8%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a5 {
    top: 42.1%;
    left: 24.3%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a6 {
    top: 37%;
    left: 27.6%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a7 {
    top: 58.7%;
    left: 27.6%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a8 {
    top: 65.5%;
    left: 32.7%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a9 {
    top: 52%;
    left: 46.8%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a10 {
    top: 28.5%;
    left: 50.9%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a11 {
    top: 48.5%;
    left: 50.1%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a12 {
    top: 68.7%;
    left: 50.9%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a13 {
    top: 25%;
    left: 58.5%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a14 {
    top: 47.2%;
    left: 61%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a15 {
    top: 26.7%;
    left: 69.3%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a16 {
    top: 53.7%;
    left: 69.4%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a17 {
    top: 31.7%;
    left: 71%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a18 {
    top: 25%;
    left: 72.8%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a19 {
    top: 29.9%;
    left: 73.6%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a20 {
    top: 45.1%;
    left: 73.7%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a21 {
    top: 53.7%;
    left: 76.1%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a22 {
    top: 43.6%;
    left: 79.5%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a23 {
    top: 63.7%;
    left: 79.4%
}

.home-section5 .flexbox .rightbox .bussiness-map .appoint.a24 {
    top: 82.3%;
    left: 81.1%
}

.home-section6 .secbg {
    width: 100%;
    height: 370px;
    background: url(../images/sec6bg.jpg) center no-repeat;
    font-size: 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 100;
    letter-spacing: 5px
}

.home-section7 {
    padding: 80px 0
}

@media (max-width: 1199px) {
    .home-section6 .secbg {
        height: 260px;
        font-size: 24px
    }

    .home-section7 {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .home-section7 {
        padding: 40px 0
    }

    .home-section7 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .home-section6 .secbg {
        height: 150px;
        font-size: 14px;
        font-weight: 400;
        background-attachment: inherit
    }

    .home-section7 {
        padding: 30px 0
    }
}

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

.home-section7 .flexbox .leftbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    min-width: 288px;
    margin: 0 80px 0 0
}

@media (max-width: 1440px) {
    .home-section7 .flexbox .leftbox {
        margin: 0 40px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        min-width: 250px
    }
}

@media (max-width: 991px) {
    .home-section7 .flexbox .leftbox {
        margin: 0 30px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        min-width: 220px
    }
}

@media (max-width: 767px) {
    .home-section7 .flexbox .leftbox {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        margin: 0
    }
}

.home-section7 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 20px;
    line-height: 1
}

@media (max-width: 1440px) {
    .home-section7 .flexbox .leftbox h2 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .home-section7 .flexbox .leftbox h2 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .home-section7 .flexbox .leftbox h2 {
        font-size: 25px
    }
}

.home-section7 .flexbox .leftbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 35px
}

@media (max-width: 1440px) {
    .home-section7 .flexbox .leftbox .tit {
        font-size: 25px
    }
}

@media (max-width: 767px) {
    .home-section7 .flexbox .leftbox .tit {
        margin: 0 0 20px
    }

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

@media (max-width: 575px) {
    .home-section7 .flexbox .leftbox .tit {
        font-size: 18px;
        margin: 0 0 10px
    }
}

.home-section7 .flexbox .rightbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.home-section7-tabs a {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    background: #e5e5e5;
    color: #333;
    font-size: 24px;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 991px) {
    .home-section7-tabs a {
        height: 50px;
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .home-section7-tabs a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }
}

@media (max-width: 575px) {
    .home-section7-tabs a {
        font-size: 14px;
        height: 40px
    }
}

.home-section7-tabs a:last-child {
    margin: 0
}

.home-section7-tabs a.active {
    background: #f18101;
    color: #fff
}

.home-section7-swiper {
    width: 100%
}

.home-section7-swiper .slideflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.home-section7-swiper .slideflex .img-box {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    min-width: 36%;
    height: auto;
    margin: 0 80px 0 0
}

@media (max-width: 1440px) {
    .home-section7-swiper .slideflex .img-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        min-width: 35%;
        margin: 0 30px 0 0
    }
}

@media (max-width: 1199px) {
    .home-section7-swiper .slideflex .img-box {
        display: none
    }
}

.home-section7-swiper .slideflex .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-section7-swiper .slideflex .newsList {
    overflow: hidden;
    width: 100%
}

.home-section7-swiper .slideflex .newsList .item a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 45px;
    border-bottom: 1px solid #eee;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1710px) {
    .home-section7-swiper .slideflex .newsList .item a {
        padding: 20px 30px
    }
}

@media (max-width: 991px) {
    .home-section7-swiper .slideflex .newsList .item a {
        padding: 20px
    }
}

.home-section7-swiper .slideflex .newsList .item .date {
    margin: 0 40px 0 0
}

@media (max-width: 1440px) {
    .home-section7-swiper .slideflex .newsList .item .date {
        margin: 0 20px 0 0
    }
}

@media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item a {
        padding: 15px 0
    }

    .home-section7-swiper .slideflex .newsList .item .date {
        margin: 0 15px 0 0
    }
}

.home-section7-swiper .slideflex .newsList .item .date .day {
    font-size: 60px;
    color: #666;
    margin: 0 0 3px;
    line-height: 1;
    text-align: center;
    font-family: BEBAS;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1440px) {
    .home-section7-swiper .slideflex .newsList .item .date .day {
        font-size: 45px
    }
}

@media (max-width: 991px) {
    .home-section7-swiper .slideflex .newsList .item .date .day {
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item .date .day {
        font-size: 30px
    }
}

.home-section7-swiper .slideflex .newsList .item .date .time {
    font-size: 16px;
    color: #666;
    text-align: center;
    font-family: BEBAS;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 991px) {
    .home-section7-swiper .slideflex .newsList .item .date .time {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item .date .time {
        font-size: 12px
    }
}

.home-section7-swiper .slideflex .newsList .item .info {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    overflow: hidden
}

.home-section7-swiper .slideflex .newsList .item .info h4 {
    font-size: 20px;
    color: #333;
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1440px) {
    .home-section7-swiper .slideflex .newsList .item .info h4 {
        font-size: 18px;
        margin: 0 0 8px
    }
}

@media (max-width: 991px) {
    .home-section7-swiper .slideflex .newsList .item .info h4 {
        font-size: 16px;
        margin: 0 0 5px
    }
}

.home-section7-swiper .slideflex .newsList .item .info .des {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    max-height: 50px
}

@media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item .info .des {
        line-height: 1.5;
        color: #999;
        max-height: 41px
    }
}

.home-section7-swiper .slideflex .newsList .item a:hover {
    background: #f7f7f7
}

.home-section7-swiper .slideflex .newsList .item a:hover .date .day, .home-section7-swiper .slideflex .newsList .item a:hover .date .time {
    color: #009b47
}

.home-section7-swiper .slideflex .newsList .item a:hover .info h4 {
    color: #000
}

.home-footer {
    padding: 95px 0 50px;
    background: #009b47
}

@media (max-width: 991px) {
    .home-footer {
        padding: 60px 0
    }
}

.home-footer .flogo {
    text-align: center;
    margin: 0 auto 35px
}
@media (max-width: 768px) {
    .home-footer .flogo img{
        width: 100%;
        height: auto!important;
    }
}
@media (max-width: 575px) {
    .home-footer {
        padding: 30px 0
    }

    .home-footer .flogo {
        width: 260px;
        margin: 0 auto 30px
    }
}

.home-footer .flogo img {
    /*width: 100%;*/
    height: 99px;
}

.home-footer .fnavmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 60px
}

@media (max-width: 991px) {
    .home-footer .fnavmenu {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .home-footer .fnavmenu {
        margin: 0 0 30px
    }
}

.home-footer .fnavmenu li {
    position: relative;
    margin: 0 37px 0 0
}

@media (max-width: 1199px) {
    .home-footer .fnavmenu li {
        margin: 0 20px 0 0
    }
}

@media (max-width: 767px) {
    .home-footer .fnavmenu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-footer .fnavmenu li {
        /*margin: 0 30px 10px 0*/
    }

    .home-footer .fnavmenu li:after {
        display: none
    }
    .home-footer .eweima .code {
        margin: 0 16.5px 10px!important;
    }
}

.home-footer .fnavmenu li:after {
    content: "/";
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    margin: 0 0 0 37px
}

@media (max-width: 1199px) {
    .home-footer .fnavmenu li:after {
        margin: 0 0 0 20px
    }
}

@media (max-width: 991px) {
    .home-footer .fnavmenu li:after {
        font-size: 14px
    }
}

.home-footer .fnavmenu li:last-child {
    margin: 0
}

.home-footer .fnavmenu li:last-child:after {
    display: none
}

.home-footer .fnavmenu li a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.home-footer .fnavmenu li a:hover {
    color: #bad618
}

.home-footer .eweima {
    text-align: center;
    margin: 0 auto 60px
}
.home-footer .eweima .code{
    width: 125px;
    margin:0 16.5px;
    display: inline-block;
}
@media (max-width: 991px) {
    .home-footer .fnavmenu li a {
        font-size: 14px
    }

    .home-footer .eweima {
        margin: 0 auto 40px
    }
}

@media (max-width: 575px) {
    .home-footer .eweima {
        margin: 0 auto 20px
    }
}

.home-footer .eweima img {
    width: 100%;
    margin: 0 0 10px
}

.home-footer .eweima p {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, .5)
}

.home-footer .copyright {
    font-size: 14px;
    color: #fff;
    text-align: center
}

@media (max-width: 575px) {
    .home-footer .eweima p {
        font-size: 14px
    }

    .home-footer .copyright {
        line-height: 1.8
    }
}

.home-footer .copyright a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.home-footer .copyright a:hover {
    color: #bad618
}

.news-section1 .swiper-slide .mask {
    padding-top: 0
}

.news-section1 h2 {
    font-size: 72px;
    color: #fff;
    font-family: BEBAS;
    line-height: 1;
    margin: 0 0 5px
}

@media (max-width: 1440px) {
    .news-section1 h2 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .news-section1 .swiper-container {
        height: 200px
    }

    .news-section1 .swiper-slide .mask {
        padding: 0 15px
    }

    .news-section1 h2 {
        font-size: 30px;
        text-align: center
    }
}

@media (max-width: 575px) {
    .news-section1 h2 {
        font-size: 18px;
        text-align: center
    }
}

.news-section1 .banner-text {
    font-size: 42px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 3px;
    display: none;
}

@media (max-width: 1440px) {
    .news-section1 .banner-text {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .news-section1 .banner-text {
        font-size: 24px;
        text-align: center
    }
}

@media (max-width: 575px) {
    .news-section1 .banner-text {
        font-size: 14px;
        font-weight: 400
    }
}

.news-section1 .swiper-slide .mask.text-black .banner-text, .news-section1 .swiper-slide .mask.text-black h2 {
    color: #333
}

.news-section2-tabs {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5
}

@media (max-width: 767px) {
    .news-section1 .swiper-slide .mask.text-black .banner-text, .news-section1 .swiper-slide .mask.text-black h2 {
        color: #fff
    }

    .news-section2-tabs {
        height: 60px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

.news-section2-tabs a {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 55px 0 0;
    font-size: 18px;
    color: #333
}

@media (max-width: 1199px) {
    .news-section2-tabs a {
        font-size: 16px;
        margin: 0 30px 0 0
    }
}

.news-section2-tabs a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 6px;
    background: #d98408;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 575px) {
    .news-section2-tabs a {
        padding: 0 0 0 10px
    }

    .news-section2-tabs a:before {
        height: 3px
    }
}

.news-section2-tabs a span {
    position: relative;
    z-index: 1
}

.news-section2-tabs a:last-child {
    margin: 0
}

.news-section2-tabs a.active:before, .news-section2-tabs a:hover:before {
    width: 56px
}

.news-section3 {
    padding: 80px 0 0
}

@media (max-width: 1440px) {
    .news-section3 {
        padding: 80px 0 0
    }
}

.news-section3 .news-list {
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .news-section3 .news-list {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .news-section3 {
        padding: 60px 0 0
    }

    .news-section3 .news-list {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .news-section2-tabs a {
        font-size: 14px;
        white-space: nowrap;
        text-align: center
    }

    .news-section2-tabs a.active, .news-section2-tabs a:hover {
        color: #009b47
    }

    .news-section2-tabs a.active:before, .news-section2-tabs a:hover:before {
        display: none
    }

    .news-section3 {
        padding: 40px 0 0
    }

    .news-section3 .news-list {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .news-section3 {
        padding: 30px 0 0
    }

    .news-section3 .news-list {
        margin: 0 0 30px
    }
}

.news-section3 .news-list .item {
    margin: 0 0 80px
}

@media (max-width: 1440px) {
    .news-section3 .news-list .item {
        margin: 0 0 60px
    }
}

@media (max-width: 991px) {
    .news-section3 .news-list .item {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .news-section3 .news-list .item {
        margin: 0 0 15px
    }
}

.news-section3 .news-list .item:last-child {
    margin: 0
}

.news-section3 .news-list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-section3 .news-list .item .img-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px;
    min-width: 800px;
    height: 300px;
    margin: 0 60px 0 0;
    overflow: hidden
}

@media (max-width: 1710px) {
    .news-section3 .news-list .item .img-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 550px;
        flex: 0 0 550px;
        min-width: 550px
    }
}

@media (max-width: 1199px) {
    .news-section3 .news-list .item .img-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        min-width: 400px;
        height: 210px;
        margin: 0 40px 0 0
    }
}

@media (max-width: 991px) {
    .news-section3 .news-list .item .img-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        min-width: 260px;
        height: 160px;
        margin: 0 30px 0 0
    }
}

@media (max-width: 575px) {
    .news-section3 .news-list .item .img-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        min-width: 100px;
        height: 105px;
        margin: 0 15px 0 0
    }
}

.news-section3 .news-list .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.news-section3 .news-list .item .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.news-section3 .news-list .item .info h4 {
    font-size: 24px;
    color: #333;
    margin: 0 0 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1199px) {
    .news-section3 .news-list .item .info h4 {
        font-size: 20px;
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .news-section3 .news-list .item .info h4 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .news-section3 .news-list .item .info h4 {
        font-size: 16px;
        margin: 0 0 8px;
        max-height: 38px
    }
}

.news-section3 .news-list .item .info .des {
    font-size: 14px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px;
    margin: 0 0 40px
}

.news-section3 .news-list .item .info .bottom {
    padding: 45px 0 0;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1199px) {
    .news-section3 .news-list .item .info .des {
        margin: 0 0 30px
    }

    .news-section3 .news-list .item .info .bottom {
        padding: 30px 0 0
    }
}

@media (max-width: 991px) {
    .news-section3 .news-list .item .info .des {
        margin: 0 0 15px
    }

    .news-section3 .news-list .item .info .bottom {
        padding: 15px 0 0
    }
}

@media (max-width: 575px) {
    .news-section3 .news-list .item .info .des {
        margin: 0 0 10px;
        line-height: 1.4
    }

    .news-section3 .news-list .item .info .bottom {
        padding: 8px 0 0;
        border-top: 1px solid #eee
    }
}

.news-section3 .news-list .item .info .bottom .date {
    font-size: 36px;
    color: #666;
    font-family: BEBAS;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1199px) {
    .news-section3 .news-list .item .info .bottom .date {
        font-size: 30px
    }
}

@media (max-width: 991px) {
    .news-section3 .news-list .item .info .bottom .date {
        font-size: 25px
    }
}

.news-section3 .news-list .item .info .bottom .more {
    font-size: 14px;
    font-family: BEBAS;
    color: #009b47;
    -webkit-transition: .3s;
    transition: .3s
}

.news-section3 .news-list .item a:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-section3 .news-list .item a:hover .info .bottom {
    border-top: 1px solid #009b47
}

.news-section3 .news-list .item a:hover .info .bottom .date {
    color: #009b47
}

.news-section3 .news-list .item a:hover .info .bottom .more {
    color: #bad618
}

.news-section4 {
    border-top: 1px solid #eaeaea;
    padding: 25px 0 150px
}

@media (max-width: 1440px) {
    .news-section4 {
        padding: 25px 0 80px
    }
}

@media (max-width: 575px) {
    .news-section3 .news-list .item .info .bottom .date {
        font-size: 14px
    }

    .news-section4 {
        padding: 20px 0 40px
    }
}

.news-section4 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-section4 .flexbox .list-pagination {
    font-family: BEBAS;
    font-size: 24px;
    color: rgba(102, 102, 102, .5)
}

@media (max-width: 575px) {
    .news-section4 .flexbox .list-pagination {
        font-size: 16px
    }
}

.news-section4 .flexbox .list-pagination span {
    font-size: 48px;
    color: #bad618
}

.news-section4 .flexbox .prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-section4 .flexbox .prev-next a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    min-width: 110px;
    height: 37px;
    background: url(../images/left.png) center no-repeat #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 12px 0 0;
    -webkit-transition: .3s;
    transition: .3s
}

.news-section4 .flexbox .prev-next a.next {
    background: url(../images/right.png) center no-repeat #ccc
}

.news-section4 .flexbox .prev-next a:last-child {
    margin: 0
}

.news-section4 .flexbox .prev-next a.prev:hover {
    background: url(../images/left-h.png) center no-repeat #bad618
}

.news-section4 .flexbox .prev-next a.next:hover {
    background: url(../images/right-h.png) center no-repeat #bad618
}

.newsView-section1 {
    padding: 80px 0
}

@media (max-width: 1440px) {
    .newsView-section1 {
        padding: 80px 0
    }
}

@media (max-width: 1199px) {
    .newsView-section1 {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .newsView-section1 {
        padding: 40px 0
    }
}

@media (max-width: 575px) {
    .news-section4 .flexbox .list-pagination span {
        font-size: 30px
    }

    .news-section4 .flexbox .prev-next a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
        height: 30px
    }

    .newsView-section1 {
        padding: 30px 0
    }
}

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

@media (max-width: 767px) {
    .newsView-section1 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.newsView-section1 .flexbox .leftbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    min-width: 31.5%;
    padding: 0 80px 0 0
}

@media (max-width: 1199px) {
    .newsView-section1 .flexbox .leftbox {
        padding: 0 40px 0 0
    }
}

@media (max-width: 991px) {
    .newsView-section1 .flexbox .leftbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        min-width: 40%;
        padding: 0 30px 0 0
    }
}

@media (max-width: 767px) {
    .newsView-section1 .flexbox .leftbox {
        padding: 0;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        margin: 30px 0 0
    }
}

.newsView-section1 .flexbox .leftbox .head {
    width: 100%;
    height: 45px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #009b47;
    border-left: 4px solid #bad618;
    padding: 0 0 0 26px;
    margin: 0 0 5px
}

.newsView-section1 .flexbox .leftbox .infobox {
    padding: 30px;
    border: 1px solid #e5e5e5
}

@media (max-width: 991px) {
    .newsView-section1 .flexbox .leftbox .head {
        height: 30px;
        font-size: 18px
    }

    .newsView-section1 .flexbox .leftbox .infobox {
        padding: 15px
    }
}

@media (max-width: 767px) {
    .newsView-section1 .flexbox .leftbox .infobox {
        padding: 30px
    }
}

@media (max-width: 575px) {
    .newsView-section1 .flexbox .leftbox .head {
        font-size: 16px
    }

    .newsView-section1 .flexbox .leftbox .infobox {
        background: #fff;
        padding: 10px 0 0
    }
}

.newsView-section1 .flexbox .leftbox .infobox .img-box {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px
}

.newsView-section1 .flexbox .leftbox .infobox .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.newsView-section1 .flexbox .leftbox .infobox .img-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.newsView-section1 .flexbox .leftbox .infobox ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1440px) {
    .newsView-section1 .flexbox .leftbox .infobox ul li a {
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 576px) {
    .newsView-section1 .flexbox .leftbox .infobox ul li a {
        border: 0;
        padding: 0 15px
    }
}

.newsView-section1 .flexbox .leftbox .infobox ul li a:hover {
    color: #009b47
}

.newsView-section1 .flexbox .leftbox .infobox ul li:last-child a {
    border: 0
}

.newsView-section1 .flexbox .rightbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.newsView-section1 .flexbox .rightbox h4 {
    font-size: 30px;
    color: #333;
    margin: 0 0 12px
}

@media (max-width: 991px) {
    .newsView-section1 .flexbox .rightbox h4 {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .newsView-section1 .flexbox .rightbox h4 {
        font-size: 18px;
        margin: 0 0 8px
    }
}

.newsView-section1 .flexbox .rightbox .time {
    font-size: 14px;
    color: #666;
    margin: 0 0 50px
}

.newsView-section1 .flexbox .rightbox .markdown-text p {
    line-height: 1.8;
    font-size: 14px;
    color: #666
}

@media (max-width: 991px) {
    .newsView-section1 .flexbox .rightbox .time {
        margin: 0 0 30px
    }

    .newsView-section1 .flexbox .rightbox .markdown-text p {
        margin: 0 0 20px
    }
}

.newsView-section1 .flexbox .rightbox .markdown-text img {
    width: 100%;
    margin: 0 0 40px
}

@media (max-width: 991px) {
    .newsView-section1 .flexbox .rightbox .markdown-text img {
        margin: 0 0 20px
    }
}

.newsView-section2 .bottom-operate {
    padding: 35px 0 150px;
    border-top: 2px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1440px) {
    .newsView-section2 .bottom-operate {
        padding: 35 0 80px
    }
}

@media (max-width: 1199px) {
    .newsView-section2 .bottom-operate {
        padding: 35px 0 60px
    }
}

@media (max-width: 767px) {
    .newsView-section2 .bottom-operate {
        padding: 35px 0 40px
    }
}

@media (max-width: 575px) {
    .newsView-section2 .bottom-operate {
        padding: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.newsView-section2 .bottom-operate .backList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    background: #009b47
}

@media (max-width: 575px) {
    .newsView-section2 .bottom-operate .backList {
        width: 120px;
        height: 40px;
        color: #fff;
        font-size: 14px
    }
}

.newsView-section2 .bottom-operate .prev-next {
    width: 230px
}

@media (max-width: 575px) {
    .newsView-section2 .bottom-operate .prev-next {
        width: 100%;
        margin: 0 0 20px
    }
}

.newsView-section2 .bottom-operate .prev-next a {
    width: 100%;
    font-size: 14px;
    color: #999;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 0 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.newsView-section2 .bottom-operate .prev-next a:last-child {
    margin: 0
}

.newsView-section2 .bottom-operate .prev-next a:hover {
    color: #333
}

.product-section1 {
    padding: 80px 0
}

@media (max-width: 1440px) {
    .product-section1 {
        padding: 80px 0
    }
}

@media (max-width: 1199px) {
    .product-section1 {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .product-section1 {
        padding: 40px 0
    }
}

@media (max-width: 575px) {
    .product-section1 {
        padding: 30px 0
    }
}

.product-section1 .flexbox {
    overflow: hidden
}

.product-section1 .flexbox .box-row {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .product-section1 .flexbox .box-row {
        margin: 0 -8px
    }
}

.product-section1 .flexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    min-width: 32%;
    padding: 0 10px;
    margin: 0 0 20px
}

@media (max-width: 991px) {
    .product-section1 .flexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%
    }
}

@media (max-width: 767px) {
    .product-section1 .flexbox .box-col {
        padding: 0 8px;
        margin: 0 0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }
}

.product-section1 .flexbox .item a {
    display: block;
    width: 100%;
    height: 100%
}

.product-section1 .flexbox .item .img-box {
    background: #f7f7f7;
    width: 100%;
    height: 370px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    overflow: hidden
}

.c-yellow{
    background: #d98408;
    color: #ffffff;
}

@media (max-width: 1440px) {
    .product-section1 .flexbox .item .img-box {
        height: 250px
    }
}

@media (max-width: 1199px) {
    .product-section1 .flexbox .item .img-box {
        height: 200px
    }
}

@media (max-width: 575px) {
    .product-section1 .flexbox .item .img-box {
        height: 160px
    }
}

.product-section1 .flexbox .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.product-section1 .flexbox .item .infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    border: 1px solid #f7f7f7;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1440px) {
    .product-section1 .flexbox .item .infobox {
        padding: 15px
    }
}

@media (max-width: 575px) {
    .product-section1 .flexbox .item .infobox {
        padding: 10px 0 0;
        border: 0
    }
}

.product-section1 .flexbox .item .infobox .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 0;
    overflow: hidden
}

.product-section1 .flexbox .item .infobox .left h4 {
    font-size: 24px;
    color: #333;
    margin: 0 0 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1440px) {
    .product-section1 .flexbox .item .infobox .left h4 {
        font-size: 20px
    }
}

@media (max-width: 1199px) {
    .product-section1 .flexbox .item .infobox .left h4 {
        font-size: 16px
    }
}

.product-section1 .flexbox .item .infobox .left .des {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1199px) {
    .product-section1 .flexbox .item .infobox .left .des {
        font-size: 12px
    }
}

.product-section1 .flexbox .item .infobox .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px;
    min-width: 132px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #009b47;
    font-family: BEBAS;
    background: #ececec;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1440px) {
    .product-section1 .flexbox .item .infobox .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        min-width: 100px;
        height: 40px;
        font-size: 14px
    }
}

.product-section1 .flexbox .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-section1 .flexbox .item:hover .infobox {
    border: 1px solid #009b47;
    background: #009b47
}

.product-section1 .flexbox .item:hover .infobox .left .des, .product-section1 .flexbox .item:hover .infobox .left h4 {
    color: #fff
}

.product-section1 .flexbox .item:hover .infobox .right {
    color: #fff;
    background: #bad618
}

.productView-section1 {
    padding: 80px 0 120px
}

@media (max-width: 1440px) {
    .productView-section1 {
        padding: 80px 0 70px
    }
}

@media (max-width: 1199px) {
    .product-section1 .flexbox .item .infobox .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        min-width: 80px;
        height: 35px
    }

    .productView-section1 {
        padding: 60px 0 50px
    }
}

@media (max-width: 767px) {
    .product-section1 .flexbox .item .infobox .right {
        display: none
    }

    .productView-section1 {
        padding: 40px 0 30px
    }
}

@media (max-width: 575px) {
    .productView-section1 {
        padding: 30px 0 20px
    }
}

.productView-section1 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1440px) {
    .productView-section1 .flexbox {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 991px) {
    .productView-section1 {
        max-width: 768px;
        width: 100%;
        margin: auto
    }

    .productView-section1 .flexbox {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.productView-section1 .flexbox .leftbox {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%
}

@media (max-width: 991px) {
    .productView-section1 .flexbox .leftbox {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        width: 100%
    }
}

.productView-section1 .flexbox .rightbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 0 0 80px
}

@media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox {
        padding: 0 0 0 40px
    }
}

.productView-section1 .flexbox .rightbox h3 {
    font-size: 48px;
    font-family: BEBAS;
    margin: 0 0 12px;
    color: #009b47
}

@media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox h3 {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox h3 {
        font-size: 35px
    }
}

@media (max-width: 991px) {
    .productView-section1 .flexbox .rightbox {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        padding: 0
    }

    .productView-section1 .flexbox .rightbox h3 {
        font-size: 30px
    }

    .productView-section1-swiper {
        width: 100%
    }
}

@media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox h3 {
        font-size: 25px
    }
}

.productView-section1 .flexbox .rightbox h4 {
    font-size: 30px;
    color: #333;
    margin: 0 0 20px
}

@media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox h4 {
        font-size: 24px
    }
}

.productView-section1 .flexbox .rightbox .tips {
    font-size: 18px;
    color: #353535;
    background: #bad618;
    padding: 10px 36px;
    margin: 0 0 40px;
    display: inline-block
}

@media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .tips {
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox h4 {
        font-size: 18px
    }

    .productView-section1 .flexbox .rightbox .tips {
        font-size: 14px;
        padding: 5px 20px;
        margin: 0 0 20px
    }
}

.productView-section1 .flexbox .rightbox .des {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin: 0 0 95px
}

@media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .des {
        margin: 0 0 40px
    }
}

@media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox .des {
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox .des {
        margin: 0 0 20px;
        line-height: 1.8
    }
}

.productView-section1 .flexbox .rightbox .listbox .box-row {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1710px) {
    .productView-section1 .flexbox .rightbox .listbox .box-row {
        margin: 0 -15px
    }
}

@media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .listbox .box-row {
        margin: 0 -5px
    }
}

.productView-section1 .flexbox .rightbox .listbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 20%;
    padding: 0 30px
}

@media (max-width: 1710px) {
    .productView-section1 .flexbox .rightbox .listbox .box-col {
        padding: 0 15px
    }
}

@media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .listbox .box-col {
        padding: 0 5px
    }
}

@media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox .listbox .box-row {
        margin: 0 -10px
    }

    .productView-section1 .flexbox .rightbox .listbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        min-width: 33.33%;
        padding: 0 10px;
        margin: 0 0 20px
    }
}

.productView-section1 .flexbox .rightbox .listbox .numbox {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 10px;
    border: 1px solid #cbcbcb;
    border-radius: 20px
}

.productView-section2 .head, .productView-section6 .head {
    /*border-bottom: 2px solid #ccc;*/
    font-family: BEBAS
}

.productView-section1 .flexbox .rightbox .listbox .numbox .incrementing {
    font-size: 40px;
    font-family: BEBAS;
    color: #009b47;
    line-height: 1;
    vertical-align: text-top
}

@media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox .listbox .numbox .incrementing {
        font-size: 30px
    }
}

.productView-section1 .flexbox .rightbox .listbox .numbox .symbol {
    font-size: 18px;
    font-family: BEBAS;
    color: #009b47;
    vertical-align: text-top
}

@media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox .listbox .numbox .symbol {
        font-size: 14px
    }
}

.productView-section1 .flexbox .rightbox .listbox .numbox .last-symbol {
    font-size: 12px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.productView-section1 .flexbox .rightbox .listbox .txt {
    text-align: center;
    font-size: 14px;
    color: #666
}

.productView-section1-swiper {
    height: 530px;
    background: #f6f6f6
}

@media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .listbox .txt {
        font-size: 12px
    }

    .productView-section1-swiper {
        height: 390px
    }
}

@media (max-width: 575px) {
    .productView-section1-swiper {
        height: 240px
    }
}

.productView-section1-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.productView-section1-swiper .swiper-button-next, .productView-section1-swiper .swiper-button-prev {
    width: 14px;
    height: 25px;
    margin: 0 105px 0 0;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 575px) {
    .productView-section1-swiper .swiper-button-next, .productView-section1-swiper .swiper-button-prev {
        margin: 0 60px 0 0
    }
}

.productView-section1-swiper .swiper-button-next:before, .productView-section1-swiper .swiper-button-prev:before {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    width: 14px;
    height: 25px;
    background: url(../images/left.png) center/contain no-repeat
}

.productView-section1-swiper .swiper-button-next:after, .productView-section1-swiper .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 43px;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.productView-section1-swiper .swiper-button-next:hover:before, .productView-section1-swiper .swiper-button-prev:hover:before {
    background: url(../images/left-h.png) center/contain no-repeat
}

.productView-section1-swiper .swiper-button-next:hover:after, .productView-section1-swiper .swiper-button-prev:hover:after {
    background: #bad618
}

.productView-section1-swiper .swiper-button-next {
    margin: 0
}

.productView-section1-swiper .swiper-button-next:before {
    content: "";
    display: block;
    background: url(../images/right.png) center/contain no-repeat
}

.productView-section1-swiper .swiper-button-next:after {
    left: auto;
    right: -8px
}

.productView-section1-swiper .swiper-button-next:hover:before {
    background: url(../images/right-h.png) center/contain no-repeat
}

.productView-section2 {
    margin: 0 0 120px
}

@media (max-width: 767px) {
    .productView-section2 {
        margin: 0 0 40px
    }
}

.productView-section2 .head {
    padding: 0 0 15px;
    font-size: 36px;
    color: #333;
    margin: 0 0 100px
}

@media (max-width: 1440px) {
    .productView-section2 .head {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .productView-section2 .head {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .productView-section2 .head {
        margin: 0 0 40px;
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .productView-section1-swiper .swiper-button-next:after, .productView-section1-swiper .swiper-button-prev:after {
        width: 8px;
        height: 30px
    }

    .productView-section2 .head {
        margin: 0 0 30px;
        font-size: 18px
    }
}

.productView-section2 .head span {
    font-size: 36px;
    color: #009b47;
    position: relative;
    margin: 0 42px 0 0
}

.productView-section2 .head span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    background: #999;
    top: 10px;
    right: -22px
}

@media (max-width: 767px) {
    .productView-section2 .head span {
        font-size: 24px
    }

    .productView-section2 .head span:after {
        top: 8px;
        height: 22px
    }
}

@media (max-width: 575px) {
    .productView-section2 .head span {
        font-size: 18px
    }

    .productView-section2 .head span:after {
        top: 6px;
        height: 16px
    }
}

.productView-section2 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .productView-section2 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.productView-section2 .flexbox .leftbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 90px 0 0
}

@media (max-width: 1440px) {
    .productView-section2 .flexbox .leftbox {
        padding: 0 40px 0 0
    }
}

.productView-section2 .flexbox .leftbox h4 {
    font-size: 24px;
    color: #009b47;
    margin: 0 0 22px
}

@media (max-width: 575px) {
    .productView-section2 .flexbox .leftbox h4 {
        font-size: 18px
    }
}

.productView-section2 .flexbox .leftbox h4 span {
    font-size: 48px;
    font-family: BEBAS;
    margin: 0 10px 0 0
}

@media (max-width: 991px) {
    .productView-section2 .flexbox .leftbox {
        padding: 0
    }

    .productView-section2 .flexbox .leftbox h4 {
        text-align: center
    }

    .productView-section2 .flexbox .leftbox h4 span {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .productView-section2 .flexbox .leftbox h4 span {
        font-size: 18px
    }
}

.productView-section2 .flexbox .leftbox ul li {
    padding: 0 0 0 12px;
    line-height: 2.2;
    font-size: 14px;
    color: #666;
    position: relative
}

.productView-section2 .flexbox .leftbox ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 12px;
    margin: auto;
    border-radius: 50%;
    background: #bad618
}

.productView-section2 .flexbox .rightbox {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    height: 416px
}

@media (max-width: 991px) {
    .productView-section2 .flexbox .rightbox {
        height: 300px;
        margin: 0 0 30px
    }

    .productView-section3 {
        background: url(../images/proview-sec3bg.jpg) center/cover no-repeat
    }
}

@media (max-width: 575px) {
    .productView-section2 .flexbox .leftbox ul li {
        line-height: 2
    }

    .productView-section2 .flexbox .rightbox {
        height: 175px
    }
}

.productView-section2 .flexbox .rightbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.productView-section3 .flexbox {
    padding: 75px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: url(../images/proview-sec3bg.jpg) center/cover no-repeat
}

.productView-section3 .flexbox .leftbox h4, .productView-section3 .flexbox .leftbox ul li {
    color: #fff
}

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

.productView-section3 .flexbox .rightbox .img-box {
    width: 400px;
    margin: auto
}

@media (max-width: 1199px) {
    .productView-section3 .flexbox {
        padding: 0
    }

    .productView-section3 .flexbox .rightbox .img-box {
        width: 300px
    }
}

@media (max-width: 991px) {
    .productView-section3 .flexbox {
        padding: 40px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: 0 0
    }

    .productView-section3 .flexbox .rightbox {
        height: auto
    }

    .productView-section3 .flexbox .rightbox .img-box {
        width: 240px
    }
}

.productView-section3 .flexbox .rightbox .img-box img {
    -o-object-fit: contain;
    object-fit: contain
}

.productView-section4 .flexbox .rightbox {
    height: auto
}

.productView-section4 .imgflexbox {
    overflow: hidden
}

.productView-section4 .imgflexbox .box-row {
    margin: 0 -9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .productView-section3 .flexbox {
        padding: 30px 0
    }

    .productView-section3 .flexbox .rightbox .img-box {
        width: 190px
    }

    .productView-section4 .imgflexbox .box-row {
        margin: 0 -5px
    }
}

.productView-section4 .imgflexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 9px
}

.productView-section4 .imgflexbox .img-box {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .productView-section4 .imgflexbox .img-box {
        height: 350px
    }
}

@media (max-width: 575px) {
    .productView-section4 .imgflexbox .box-col {
        padding: 0 5px
    }

    .productView-section4 .imgflexbox .img-box {
        height: 190px
    }
}

.productView-section4 .imgflexbox .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.productView-section5 {
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .productView-section5 {
        margin: 0 0 80px
    }
}

@media (max-width: 991px) {
    .productView-section5 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .productView-section5 {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .productView-section5 {
        margin: 0 0 25px
    }
}

.productView-section5 .flexbox {
    overflow: hidden
}

.productView-section5 .flexbox .box-row {
    margin: 0 -9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productView-section5 .flexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%;
    padding: 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1199px) {
    .productView-section5 .flexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
        margin: 0 0 15px
    }
}

.productView-section5 .flexbox .item {
    width: 100%;
    height: auto;
    padding: 40px 36px;
    background: #f8f8f8
}

@media (max-width: 1440px) {
    .productView-section5 .flexbox .item {
        padding: 20px
    }
}

.productView-section5 .flexbox .item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px
}

@media (max-width: 575px) {
    .productView-section5 .flexbox .item {
        padding: 20px 15px
    }

    .productView-section5 .flexbox .item .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 10px
    }
}

.productView-section5 .flexbox .item .head .ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    min-width: 70px;
    margin: 0 20px 0 0
}

@media (max-width: 575px) {
    .productView-section5 .flexbox .item .head .ico {
        margin: 0 0 10px
    }
}

.productView-section5 .flexbox .item .head .ico img {
    width: 100%
}

.productView-section5 .flexbox .item .head .info .num {
    font-size: 30px;
    color: #009b47;
    margin: 0 0 5px;
    font-family: BEBAS;
    line-height: 1
}

@media (max-width: 991px) {
    .productView-section5 .flexbox .item .head .info .num {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .productView-section5 .flexbox .item .head .info .num {
        font-size: 16px;
        text-align: center
    }

    .productView-section5 .flexbox .item .head .info .tit {
        text-align: center
    }
}

.productView-section5 .flexbox .item .head .info .tit {
    color: #009b47;
    font-size: 18px
}

@media (max-width: 1440px) {
    .productView-section5 .flexbox .item .head .ico {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px
    }

    .productView-section5 .flexbox .item .head .info .tit {
        font-size: 16px
    }
}

.productView-section5 .flexbox .item .des {
    color: #333;
    font-size: 14px
}

.productView-section6 .head {
    padding: 15px 0 15px;
    font-size: 36px;
    color: #333;
    margin: 0 0 50px
}

@media (max-width: 1440px) {
    .productView-section6 .head {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .productView-section6 .head {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .productView-section6 .head {
        margin: 0 0 40px;
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .productView-section6 .head {
        margin: 0 0 30px;
        font-size: 18px
    }
}

.productView-section6 .head span {
    font-size: 36px;
    color: #009b47;
    position: relative;
    margin: 0 42px 0 0
}

.productView-section6 .head span:after {
    /*content: "";*/
    /*position: absolute;*/
    /*width: 1px;*/
    /*height: 32px;*/
    /*background: #999;*/
    /*top: 10px;*/
    /*right: -22px*/
}

@media (max-width: 767px) {
    .productView-section6 .head span {
        font-size: 24px
    }

    .productView-section6 .head span:after {
        top: 8px;
        height: 22px
    }
}

@media (max-width: 575px) {
    .productView-section6 .head span {
        font-size: 18px
    }

    .productView-section6 .head span:after {
        top: 6px;
        height: 16px
    }
}

.productView-section6 .parameter-box {
    width: 100%;
    margin: 0 0 120px
}
.productView-section6 .parameter-box td{
    border: 1px solid #f7f7f7;
}
@media (max-width: 1199px) {
    .productView-section6 .parameter-box {
        margin: 0 0 80px;
        height: 260px;
        padding: 0 0 15px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991px) {
    .productView-section6 .parameter-box {
        margin: 0 0 60px
    }
}

.productView-section6 .parameter-box img {
    max-width: 100%
}

.contact-section1 {
    position: relative;
    padding: 80px 0 120px
}

@media (max-width: 1440px) {
    .contact-section1 {
        padding: 80px 0
    }
}

@media (max-width: 1199px) {
    .productView-section6 .parameter-box img {
        width: auto;
        
    }

    .contact-section1 {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .productView-section6 .parameter-box {
        margin: 0 0 30px
    }

    .contact-section1 {
        padding: 40px 0
    }
}

.contact-section1 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .leftbox {
        margin: 0 40px 0 0
    }
}

@media (max-width: 991px) {
    .contact-section1 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-section1 .flexbox .leftbox {
        margin: 0
    }
}

.contact-section1 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 20px;
    line-height: 1
}

@media (max-width: 1440px) {
    .contact-section1 .flexbox .leftbox h2 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .contact-section1 .flexbox .leftbox h2 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .contact-section1 {
        padding: 30px 0
    }

    .contact-section1 .flexbox .leftbox h2 {
        font-size: 25px
    }
}

.contact-section1 .flexbox .leftbox .tit {
    position: relative;
    font-size: 36px;
    color: #333;
    margin: 0 0 120px;
    display: none;
}

@media (max-width: 1440px) {
    .contact-section1 .flexbox .leftbox .tit {
        font-size: 25px;
        margin: 0 0 80px
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .leftbox .tit {
        font-size: 18px
    }
}

.contact-section1 .flexbox .leftbox .tit:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #009b47;
    left: 0;
    bottom: -50px
}

@media (max-width: 767px) {
    .contact-section1 .flexbox .leftbox .tit {
        margin: 0 0 20px
    }

    .contact-section1 .flexbox .leftbox .tit:after {
        display: none
    }
    .contact-section1 .flexbox .rightbox .download li{
        background-size: 50px!important;
    }
    .contact-section1 .flexbox .rightbox .download li a{
        padding-left: 70px!important;
    }
}

.contact-section1 .flexbox .rightbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1100px;
    flex: 0 0 1100px;
    min-width: 1100px
}
.contact-section1 .flexbox .rightbox .download li{
    border:1px solid #fff;
    padding:30px 20px;
    border-radius: 10px;
    /*height: 80px;*/
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    background: url("../picture/downicon.png") 20px center no-repeat;
    background-size: 80px;
}

.contact-section1 .flexbox .rightbox .download li a{

    display: block;

    padding-left: 100px;


}

.contact-section1 .flexbox .rightbox .download li  .time{
    padding-left: 100px;
}



.contact-section1 .flexbox .rightbox .bussiness-map .appoint {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #009b47;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-section1 .flexbox .rightbox .bussiness-map {
    position: relative;
    width: 100%;
    max-width: 994px;
    margin: 0 0 0 auto;
}
.contact-section1 .flexbox .rightbox  .bussiness-map img {
    width: 100%;
}
.contact-section1 .flexbox .rightbox .bussiness-map .appoint .i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(49, 175, 154, .4);
    border: 1px solid #009b47;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a1 {
    top: 20%;
    left: 15%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a2 {
    top: 40.1%;
    left: 13.3%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a3 {
    top: 33.5%;
    left: 16.7%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a4 {
    top: 30.2%;
    left: 20.8%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a5 {
    top: 42.1%;
    left: 24.3%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a6 {
    top: 37%;
    left: 27.6%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a7 {
    top: 58.7%;
    left: 27.6%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a8 {
    top: 65.5%;
    left: 32.7%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a9 {
    top: 52%;
    left: 46.8%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a10 {
    top: 28.5%;
    left: 50.9%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a11 {
    top: 48.5%;
    left: 50.1%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a12 {
    top: 68.7%;
    left: 50.9%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a13 {
    top: 25%;
    left: 58.5%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a14 {
    top: 47.2%;
    left: 61%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a15 {
    top: 26.7%;
    left: 69.3%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a16 {
    top: 53.7%;
    left: 69.4%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a17 {
    top: 31.7%;
    left: 71%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a18 {
    top: 25%;
    left: 72.8%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a19 {
    top: 29.9%;
    left: 73.6%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a20 {
    top: 45.1%;
    left: 73.7%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a21 {
    top: 53.7%;
    left: 76.1%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a22 {
    top: 43.6%;
    left: 79.5%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a23 {
    top: 63.7%;
    left: 79.4%
}

.contact-section1 .flexbox .rightbox .bussiness-map .appoint.a24 {
    top: 82.3%;
    left: 81.1%
}



@media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 900px;
        flex: 0 0 900px;
        min-width: 900px
    }
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: inherit
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .box-row {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-section1 .flexbox .rightbox .cflexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 30px;
  
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .box-row {
        margin: 0 -15px
    }

    .contact-section1 .flexbox .rightbox .cflexbox .box-col {
        padding: 0 15px
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item {
    background: #f5f5f5;
    padding: 55px;
  height:490px;
    
}

@media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item {
        padding: 30px
    }
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item {
        padding: 30px 15px
    }
}

@media (max-width: 767px) {
    .contact-section1 .flexbox .rightbox .cflexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item {
        padding: 15px;
        height:auto;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item h4 {
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin: 0 0 35px;
    height: 45px;
    line-height: 45px
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        margin: 0 0 20px
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 15px
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item h4 span {
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
}

.contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
    content: "";
    position: absolute;
    left: -68px;
    top: 0;
    width: 310px;
    height: 100%;
    background: #009b47;
    border-radius: 10px;
    color: #ffffff;
}

.contact-section3, .solution-section1 .secbanner {
    position: relative
}

@media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
        left: -40px;
        width: 180px
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item ul {
    margin: 0 0 50px
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
        left: -25px;
        width: 156px
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item ul {
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul {
        margin: 0 0 15px
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item ul li {
    font-size: 16px;
    color: #666;
    margin: 0 0 20px
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
        margin: 0 0 10px;
        font-size: 14px
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item ul li:last-child {
    margin: 0
}

.contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
    font-size: 24px;
    color: #009b47;
    font-family: BEBAS
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
        font-size: 20px
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 111px;
    flex: 0 0 111px;
    min-width: 111px;
    margin: 0 30px 0 0
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima:last-child {
    margin: 0
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima img {
    width: 100%;
    margin: 0 0 8px;
    border: 1px solid #fff
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima p {
    text-align: center;
    font-size: 14px;
    color: #666
}

.contact-section2 {
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .contact-section2 {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .contact-section2 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .contact-section2 {
        margin: 0 0 40px
    }
}

.contact-section2 .mapbox {
    width: 100%;
    height: 550px
}

@media (max-width: 1440px) {
    .contact-section2 .mapbox {
        height: 450px
    }
}

@media (max-width: 991px) {
    .contact-section2 .mapbox {
        height: 300px
    }
}

@media (max-width: 575px) {
    .contact-section2 {
        margin: 0 0 30px
    }

    .contact-section2 .mapbox {
        height: 250px
    }
}

.contact-section3 {
    margin: 0 0 150px
}

@media (max-width: 1440px) {
    .contact-section3 {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .contact-section3 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .contact-section3 {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .contact-section3 {
        margin: 0 0 30px
    }
}

.contact-section3 .head {
    margin: 0 0 70px
}

@media (max-width: 991px) {
    .contact-section3 .head {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .contact-section3 .head {
        margin: 0 0 30px
    }
}

.contact-section3 .head h2 {
    margin: 0 0 20px;
    font-size: 60px;
    text-align: center;
    font-family: BEBAS;
    color: #009b47
}

@media (max-width: 1440px) {
    .contact-section3 .head h2 {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    .contact-section3 .head h2 {
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .contact-section3 .head h2 {
        font-size: 25px;
        text-align: left
    }
}

.contact-section3 .head p {
    text-align: center;
    font-size: 30px;
    color: #333
}

@media (max-width: 1440px) {
    .contact-section3 .head p {
        font-size: 25px
    }
}

@media (max-width: 991px) {
    .contact-section3 .head p {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .contact-section3 .head p {
        font-size: 16px;
        text-align: left
    }
}

.contact-section3 .flexbox {
    overflow: hidden
}

.contact-section3 .flexbox .box-row {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-section3 .flexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 20px
}

@media (max-width: 1199px) {
    .contact-section3 .flexbox .box-row {
        display: block
    }

    .contact-section3 .show-location {
        display: none
    }
}

.contact-section3 .show-location .lhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    padding: 0 20px;
    background: #009b47
}

.contact-section3 .show-location .lhead span {
    font-size: 16px;
    color: #fff
}

@media (max-width: 1440px) {
    .contact-section3 .show-location .lhead span {
        font-size: 14px
    }
}

.contact-section3 .show-location .lbody {
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    border-top: 0
}

.contact-section3 .show-location .lbody .markdown-text {
    margin: 0 0 32px;
    letter-spacing: 1px;
    line-height: 1.8
}

.contact-section3 .show-location .lbody .markdown-text p {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    line-height: 1.8
}

.contact-section3 .show-location .lbody .markdown-text .tit {
    color: #009b47
}

.contact-section3 .show-location .lbody .send-resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 205px;
    height: 44px;
    background: #bad618;
    color: #333;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-section3 .show-location .lbody .send-resume:hover {
    -webkit-box-shadow: 0 2px 5px -2px #757575;
    box-shadow: 0 2px 5px -2px #757575
}

.contact-section3 .location-list .item {
    margin: 0 0 10px
}

.contact-section3 .location-list .item:last-child {
    margin: 0
}

.contact-section3 .location-list .item .lhead a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    padding: 0 20px;
    background: #ececec;
    -webkit-transition: .3;
    transition: .3
}

.contact-section3 .location-list .item .lhead span {
    font-size: 16px;
    color: #333;
    -webkit-transition: .3;
    transition: .3
}

@media (max-width: 1440px) {
    .contact-section3 .location-list .item .lhead span {
        font-size: 14px
    }
}

.contact-section3 .location-list .item .lhead .toggle {
    font-weight: 700;
    font-size: 24px
}

.contact-section3 .location-list .item .lbody {
    display: none;
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    border-top: 0
}

@media (min-width: 1200px) {
    .contact-section3 .location-list .item .lbody {
        display: none !important
    }
}

.contact-section3 .location-list .item .lbody .app-info {
    margin: 0 0 15px
}

.contact-section3 .location-list .item .lbody .app-info span {
    margin: 0 20px 0 0;
    color: #009b47
}

.contact-section3 .location-list .item .lbody .app-info span:last-child {
    margin: 0
}

@media (min-width: 768px) {
    .contact-section3 .location-list .item .lbody .app-info {
        display: none
    }
}

.contact-section3 .location-list .item .lbody .markdown-text {
    margin: 0 0 32px
}

.contact-section3 .location-list .item .lbody .markdown-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.8
}

.contact-section3 .location-list .item .lbody .markdown-text .tit {
    color: #009b47
}

.contact-section3 .location-list .item .lbody .send-resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 205px;
    height: 44px;
    background: #bad618;
    color: #333;
    font-size: 14px
}

.contact-section3 .location-list .item:nth-child(even) .lhead a {
    background: #fdfdfd
}

.case-section1 {
    padding: 80px 0 90px
}

@media (max-width: 1440px) {
    .case-section1 {
        padding: 80px 0 60px
    }
}

@media (max-width: 1199px) {
    .contact-section3 .location-list .item.on .lhead a {
        background: #009b47
    }

    .contact-section3 .location-list .item.on .lhead a span {
        color: #fff
    }

    .case-section1 {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .case-section1 {
        padding: 40px 0
    }
}

@media (max-width: 575px) {
    .case-section1 {
        padding: 30px 0 20px
    }
}

.case-section1 .flexbox {
    overflow: hidden
}

.case-section1 .flexbox .box-row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .case-section1 .flexbox .box-row {
        margin: 0 -8px
    }
}

.case-section1 .flexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .case-section1 .flexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        padding: 0 8px;
        margin: 0 0 15px
    }
}

.case-section1 .flexbox .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

@media (max-width: 991px) {
    .case-section1 .flexbox .item a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.case-section1 .flexbox .item .info-box {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
    background: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 991px) {
    .case-section1 .flexbox .item .info-box {
        padding: 20px
    }
}

@media (max-width: 575px) {
    .case-section1 .flexbox .item .info-box {
        padding: 15px 10px
    }
}

.case-section1 .flexbox .item .info-box h4 {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #c5c5c5;
    padding: 0 0 12px;
    margin: 0 0 30px;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1440px) {
    .case-section1 .flexbox .item .info-box h4 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .case-section1 .flexbox .item .info-box h4 {
        font-size: 14px;
        border: 0;
        padding: 0;
        margin: 0
    }
}

.case-section1 .flexbox .item .info-box ul {
    margin: 0 0 75px
}

@media (max-width: 1440px) {
    .case-section1 .flexbox .item .info-box ul {
        margin: 0 0 40px
    }
}

@media (max-width: 991px) {
    .case-section1 .flexbox .item .info-box ul {
        margin: 0 0 20px
    }
}

@media (max-width: 767px) {
    .case-section1 .flexbox .item .info-box ul {
        display: none
    }
}

.case-section1 .flexbox .item .info-box ul li {
    margin: 0 0 10px;
    font-size: 14px;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 991px) {
    .case-section1 .flexbox .item .info-box ul li {
        margin: 0 0 3px
    }
}

.case-section1 .flexbox .item .info-box ul li:last-child {
    margin: 0
}

.case-section1 .flexbox .item .info-box .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 117px;
    height: 35px;
    background: #009b47;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.case-section1 .flexbox .item .img-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    min-width: 56%;
    height: 435px;
    overflow: hidden
}

@media (max-width: 1440px) {
    .case-section1 .flexbox .item .img-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
        height: 380px
    }
}

@media (max-width: 991px) {
    .case-section1 .flexbox .item .img-box {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        height: 220px
    }
}

@media (max-width: 575px) {
    .case-section1 .flexbox .item .info-box .more {
        display: none
    }

    .case-section1 .flexbox .item .img-box {
        height: 160px
    }
}

.case-section1 .flexbox .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.case-section1 .flexbox .item:hover .info-box {
    background: #009b47
}

.case-section1 .flexbox .item:hover .info-box h4, .case-section1 .flexbox .item:hover .info-box ul li {
    color: #fff
}

.case-section1 .flexbox .item:hover .info-box .more {
    background: #bad618
}

.case-section1 .flexbox .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.caseView-section1 .excellent-case {
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin: 0 0 45px
}

@media (max-width: 1440px) {
    .caseView-section1 .excellent-case {
        padding: 20px
    }
}

@media (max-width: 575px) {
    .caseView-section1 .excellent-case {
        padding: 15px;
        margin: 0 0 30px
    }
}

.caseView-section1 .excellent-case .item {
    margin: 0 0 30px
}

.caseView-section1 .excellent-case .item:last-child {
    margin: 0
}

.caseView-section1 .excellent-case .item a {
    display: block;
    width: 100%;
    height: 100%
}

.caseView-section1 .excellent-case .item .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 0 14px
}

@media (max-width: 1440px) {
    .caseView-section1 .excellent-case .item .img-box {
        height: 120px
    }
}

@media (max-width: 767px) {
    .caseView-section1 .excellent-case .item .img-box {
        height: 200px
    }
}

@media (max-width: 575px) {
    .caseView-section1 .excellent-case .item .img-box {
        height: 120px
    }
}

.caseView-section1 .excellent-case .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.caseView-section1 .excellent-case .item p {
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1440px) {
    .caseView-section1 .excellent-case .item p {
        font-size: 14px
    }
}

.caseView-section1 .excellent-case .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.caseView-section1 .excellent-case .item:hover p {
    color: #009b47
}

.caseView-section1 .flexbox .rightbox .time {
    margin: 0 0 35px
}

.caseView-classify {
    width: 100%;
    margin: 0 0 55px
}

@media (max-width: 991px) {
    .caseView-classify {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 30px
    }
}

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

@media (max-width: 991px) {
    .caseView-classify .tr {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.caseView-classify .tr .th {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #009b47
}

@media (max-width: 991px) {
    .caseView-classify .tr .th {
        height: 40px;
        font-size: 14px;
        font-weight: 400
    }
}

.caseView-classify .tr .th:nth-child(even) {
    background: #666
}

.caseView-classify .tr .td {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff
}

.caseView-classify .tr .td:nth-child(even) {
    background: #f5f5f5
}

.solution-section1 {
    padding: 80px 0 0;
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .solution-section1 {
        padding: 80px 0 0;
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .solution-section1 {
        padding: 60px 0 0;
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .solution-section1 {
        padding: 40px 0 0;
        margin: 0 0 40px
    }
}

.solution-section1 h2 {
    font-size: 72px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 20px;
    line-height: 1
}

@media (max-width: 1440px) {
    .solution-section1 h2 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .solution-section1 h2 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .solution-section1 {
        padding: 30px 0 0
    }

    .solution-section1 h2 {
        font-size: 25px
    }
}

.solution-section1 .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 70px
}

@media (max-width: 1440px) {
    .solution-section1 .tit {
        font-size: 25px
    }
}

@media (max-width: 767px) {
    .solution-section1 .tit {
        margin: 0 0 40px
    }

    .solution-section1 .secbanner {
        height: 280px;
        overflow: hidden
    }
}

@media (max-width: 575px) {
    .solution-section1 .tit {
        font-size: 18px;
        margin: 0 0 30px
    }

    .solution-section1 .secbanner {
        height: 250px
    }
}

.solution-section1 .secbanner .itembanner {
    width: 100%
}

@media (max-width: 767px) {
    .solution-section1 .secbanner .itembanner {
        width: auto;
        height: 100%
    }
}

.solution-section1 .secbanner .info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 95px
}

.solution-section1 .secbanner h4 {
    font-size: 60px;
    color: #009b47;
    font-weight: 700;
    margin: 0 0 3px
}

@media (max-width: 1199px) {
    .solution-section1 .secbanner .info {
        padding: 0 0 0 50px
    }

    .solution-section1 .secbanner h4 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .solution-section1 .secbanner .info {
        padding: 0 0 0 30px
    }

    .solution-section1 .secbanner h4 {
        font-size: 25px
    }
}

.solution-section1 .secbanner .des {
    position: relative;
    font-size: 48px;
    color: #333;
    margin: 0 0 78px
}

.solution-section1 .secbanner .des:after {
    content: "";
    position: absolute;
    width: 56px;
    height: 4px;
    background: #009b47;
    left: 0;
    bottom: -40px
}

@media (max-width: 1199px) {
    .solution-section1 .secbanner .des {
        font-size: 30px;
        margin: 0 0 50px
    }

    .solution-section1 .secbanner .des:after {
        width: 40px;
        height: 3px;
        bottom: -25px
    }
}

.solution-section1 .secbanner .checksec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 45px
}

@media (max-width: 1199px) {
    .solution-section1 .secbanner .checksec {
        margin: 0 0 30px
    }
}

@media (max-width: 991px) {
    .solution-section1 .secbanner .checksec {
        margin: 0 0 15px
    }
}

.solution-section1 .secbanner .checksec .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px 0 0
}

.solution-section1 .secbanner .checksec .item img {
    width: 23px;
    margin: 0 6px 0 0
}

.solution-section1 .secbanner .checksec .item span {
    font-size: 20px;
    color: #333
}

@media (max-width: 767px) {
    .solution-section1 .secbanner .des {
        font-size: 20px
    }

    .solution-section1 .secbanner .checksec .item span {
        font-size: 16px
    }
}

.solution-section1 .secbanner .smdes {
    font-size: 14px;
    color: rgba(51, 51, 51, .5)
}

.solution-section2 {
    margin: 0 0 120px
}

@media (max-width: 1199px) {
    .solution-section2 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .solution-section2 {
        margin: 0 0 30px
    }
}

.solution-section2 .secflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.solution-section2 .secflex .leftbox h2 {
    font-size: 72px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 20px;
    line-height: 1
}

@media (max-width: 1440px) {
    .solution-section2 .secflex .leftbox h2 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .solution-section2 .secflex .leftbox h2 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .solution-section2 .secflex .leftbox h2 {
        font-size: 25px
    }
}

.solution-section2 .secflex .leftbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 70px
}

@media (max-width: 1440px) {
    .solution-section2 .secflex .leftbox .tit {
        font-size: 25px
    }
}

@media (max-width: 991px) {
    .solution-section2 .secflex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .solution-section2 .secflex .leftbox .tit {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .solution-section2 .secflex .leftbox .tit {
        font-size: 18px;
        margin: 0 0 20px
    }
}

.solution-section2 .secflex .rightbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1014px;
    flex: 0 0 1014px;
    min-width: 1014px
}

@media (max-width: 1710px) {
    .solution-section2 .secflex .rightbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 800px;
        flex: 0 0 800px;
        min-width: 800px
    }
}

@media (max-width: 1199px) {
    .solution-section2 .secflex .rightbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
        flex: 0 0 540px;
        min-width: 540px
    }
}

@media (max-width: 991px) {
    .solution-section2 .secflex .rightbox {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit
    }
}

.solution-section2 .secflex .rightbox .des {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 110px
}

@media (max-width: 1710px) {
    .solution-section2 .secflex .rightbox .des {
        margin: 0 0 60px
    }
}

@media (max-width: 1199px) {
    .solution-section2 .secflex .rightbox .des {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .solution-section2 .secflex .rightbox .des {
        margin: 0 0 20px
    }
}

.solution-section2 .secflex .rightbox .icoflexbox {
    overflow: hidden
}

.solution-section2 .secflex .rightbox .icoflexbox .box-row {
    margin: 0 -27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.solution-section2 .secflex .rightbox .icoflexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    min-width: 14.28%;
    padding: 0 27px
}

@media (max-width: 1710px) {
    .solution-section2 .secflex .rightbox .icoflexbox .box-row {
        margin: 0 -15px
    }

    .solution-section2 .secflex .rightbox .icoflexbox .box-col {
        padding: 0 15px
    }
}

@media (max-width: 1199px) {
    .solution-section2 .secflex .rightbox .icoflexbox .box-row {
        margin: 0 -5px
    }

    .solution-section2 .secflex .rightbox .icoflexbox .box-col {
        padding: 0 5px
    }
}

@media (max-width: 575px) {
    .solution-section2 .secflex .rightbox .icoflexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        min-width: 25%;
        margin: 0 0 15px
    }
}

.solution-section2 .secflex .rightbox .icoflexbox .itemico {
    width: 100%;
    height: 85px;
    border-radius: 10px;
    border: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 12px
}

.solution-section2 .secflex .rightbox .icoflexbox .itemico img {
    width: 45%
}

@media (max-width: 1199px) {
    .solution-section2 .secflex .rightbox .icoflexbox .itemico {
        height: 65px;
        margin: 0 0 8px
    }
}

.solution-section2 .secflex .rightbox .icoflexbox .tit {
    font-size: 18px;
    color: #333;
    text-align: center
}

@media (max-width: 1710px) {
    .solution-section2 .secflex .rightbox .icoflexbox .itemico img {
        width: 40%
    }

    .solution-section2 .secflex .rightbox .icoflexbox .tit {
        font-size: 16px
    }
}

.solution-section3 {
    margin: 0 0 120px
}

@media (max-width: 1199px) {
    .solution-section3 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .solution-section3 {
        margin: 0 0 30px
    }
}

.solution-section3 .flexbox {
    overflow: hidden
}

.solution-section3 .flexbox .box-row {
    margin: 0 -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.solution-section3 .flexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 6px;
    margin: 0
}

.solution-section3 .flexbox .out-col {
    margin: 0 0 12px
}

@media (max-width: 575px) {
    .solution-section2 .secflex .rightbox .icoflexbox .tit {
        font-size: 14px
    }

    .solution-section3 .flexbox .out-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }
}

.solution-section3 .flexbox .item {
    overflow: hidden
}

.solution-section3 .flexbox .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.solution-section3 .flexbox .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.solution-section4 {
    margin: 0 0 120px
}

@media (max-width: 1199px) {
    .solution-section4 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .solution-section4 {
        margin: 0 0 30px
    }
}

.solution-section4 > .container {
    position: relative
}

.solution-section4 .head {
    position: absolute;
    left: 0;
    top: 0;
    padding: 75px 38px;
    background: #009b47
}

.solution-section4 h2 {
    font-size: 60px;
    color: #fff;
    font-family: BEBAS;
    margin: 0 0 20px;
    line-height: 1
}

@media (max-width: 1710px) {
    .solution-section4 .head {
        padding: 40px 20px
    }

    .solution-section4 h2 {
        font-size: 45px
    }
}

@media (max-width: 1199px) {
    .solution-section4 .head {
        position: static;
        background: #fff;
        padding: 0
    }

    .solution-section4 h2 {
        color: #009b47;
        text-align: center
    }
}

@media (max-width: 767px) {
    .solution-section4 h2 {
        margin: 0 0 15px
    }
}

@media (max-width: 575px) {
    .solution-section4 h2 {
        font-size: 25px;
        text-align: left
    }
}

.solution-section4 .tit {
    font-size: 30px;
    color: #fff
}

@media (max-width: 1710px) {
    .solution-section4 .tit {
        font-size: 25px
    }
}

@media (max-width: 1199px) {
    .solution-section4 .tit {
        color: #333;
        margin: 0 0 40px;
        text-align: center
    }
}

@media (max-width: 575px) {
    .solution-section4 .tit {
        font-size: 18px;
        margin: 0 0 30px;
        text-align: left
    }
}

.solution-section4 .secprocess {
    margin: 0 0 0 auto;
    width: 1290px
}

@media (max-width: 1710px) {
    .solution-section4 .secprocess {
        width: 1100px
    }
}

.solution-section4 .secprocess img, .solution-section5-swiper .item .img-box img, .solution-section6 .secflexbox .rightbox img {
    width: 100%
}

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

.solution-section5-tabs a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f2f2f2;
    -webkit-transition: .3s;
    transition: .3s;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: #333
}

@media (max-width: 1199px) {
    .solution-section4 .secprocess {
        width: 100%
    }

    .solution-section5-tabs a {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .solution-section5-tabs a {
        font-size: 16px;
        height: 50px
    }
}

@media (max-width: 767px) {
    .solution-section5-tabs a {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .solution-section5-tabs a {
        font-size: 12px;
        height: 40px
    }
}

.solution-section5-tabs a.active {
    background: #009b47;
    color: #fff
}

.solution-section5-swiper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0 120px
}

@media (max-width: 1199px) {
    .solution-section5-swiper .item {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .solution-section5-swiper .item {
        padding: 30px 0
    }
}

@media (max-width: 991px) {
    .solution-section5-swiper .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.solution-section5-swiper .item .img-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 991px) {
    .solution-section5-swiper .item .img-box {
        max-width: 550px;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        margin: 0 0 30px
    }
}

.solution-section5-swiper .item .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 80px
}

@media (max-width: 1199px) {
    .solution-section5-swiper .item .info {
        padding: 0 0 0 40px
    }
}

.solution-section5-swiper .item .info h2 {
    font-size: 60px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 28px;
    line-height: 1
}

@media (max-width: 1440px) {
    .solution-section5-swiper .item .info h2 {
        font-size: 50px;
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .solution-section5-swiper .item .info {
        padding: 0
    }

    .solution-section5-swiper .item .info h2 {
        margin: 0 0 15px;
        font-size: 40px;
        text-align: center
    }
}

@media (max-width: 575px) {
    .solution-section5-swiper .item .info h2 {
        font-size: 25px;
        text-align: left
    }
}

.solution-section5-swiper .item .info .tit {
    font-size: 30px;
    color: #333;
    margin: 0 0 70px
}

@media (max-width: 1440px) {
    .solution-section5-swiper .item .info .tit {
        font-size: 25px;
        margin: 0 0 30px
    }
}

@media (max-width: 991px) {
    .solution-section5-swiper .item .info .tit {
        font-size: 20px;
        text-align: center;
        margin: 0 0 20px
    }
}

@media (max-width: 575px) {
    .solution-section5-swiper .item .info .tit {
        font-size: 18px;
        margin: 0 0 20px;
        text-align: left
    }
}

.solution-section5-swiper .item .info .des {
    font-size: 14px;
    color: #666;
    line-height: 1.8
}

.solution-section6 {
    padding: 120px 0;
    margin: 0 0 120px;
    background: #fbfbfb
}

@media (max-width: 1440px) {
    .solution-section6 {
        padding: 80px 0;
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .solution-section6 {
        padding: 60px 0;
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .solution-section6 {
        padding: 40px 0;
        margin: 0 0 40px
    }
}

.solution-section6 .secflexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.solution-section6 .secflexbox .leftbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 935px
}

@media (max-width: 1440px) {
    .solution-section6 .secflexbox .leftbox {
        max-width: 810px
    }
}

.solution-section6 .secflexbox .leftbox h2 {
    font-size: 60px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 28px;
    line-height: 1
}

@media (max-width: 1440px) {
    .solution-section6 .secflexbox .leftbox h2 {
        font-size: 50px;
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .solution-section5-swiper .item .info .des {
        text-align: center
    }

    .solution-section6 .secflexbox .leftbox h2 {
        margin: 0 0 15px;
        font-size: 40px;
        text-align: center
    }
}

@media (max-width: 575px) {
    .solution-section6 {
        padding: 30px 0
    }

    .solution-section6 .secflexbox .leftbox h2 {
        font-size: 25px;
        text-align: left
    }
}

.solution-section6 .secflexbox .leftbox .tit {
    font-size: 30px;
    color: #333;
    margin: 0 0 90px
}

@media (max-width: 1440px) {
    .solution-section6 .secflexbox .leftbox .tit {
        font-size: 25px;
        margin: 0 0 60px
    }
}

@media (max-width: 991px) {
    .solution-section6 .secflexbox .leftbox .tit {
        font-size: 20px;
        text-align: center;
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox .tit {
        font-size: 18px;
        margin: 0 0 30px;
        text-align: left
    }
}

.solution-section6 .secflexbox .leftbox .flexbox {
    overflow: hidden
}

.solution-section6 .secflexbox .leftbox .flexbox .box-row {
    margin: 0 -33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1710px) {
    .solution-section6 .secflexbox .leftbox .flexbox .box-row {
        margin: 0 -15px
    }
}

.solution-section6 .secflexbox .leftbox .flexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 33px;
    margin: 0 0 60px
}

@media (max-width: 1710px) {
    .solution-section6 .secflexbox .leftbox .flexbox .box-col {
        padding: 0 15px;
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox .flexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }
}

.solution-section6 .secflexbox .leftbox .flexbox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.solution-section6 .secflexbox .leftbox .flexbox .item .ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73px;
    flex: 0 0 73px;
    min-width: 73px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #c8c8c8;
    margin: 0 24px 0 0
}

@media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox .flexbox .item .ico {
        margin: 0 15px 0 0
    }
}

.solution-section6 .secflexbox .leftbox .flexbox .item .info h4 {
    font-size: 18px;
    color: #009b47;
    margin: 0 0 16px
}

@media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox .flexbox .item .info h4 {
        font-size: 16px;
        margin: 0 0 12px
    }
}

.solution-section6 .secflexbox .leftbox .flexbox .item .info .des {
    font-size: 14px;
    color: #666;
    line-height: 1.8
}

.solution-section6 .secflexbox .rightbox {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 554px;
    flex: 0 0 554px;
    min-width: 554px
}

@media (max-width: 1710px) {
    .solution-section6 .secflexbox .leftbox .flexbox .item .info .des {
        line-height: 1.5
    }

    .solution-section6 .secflexbox .rightbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 390px;
        flex: 0 0 390px;
        min-width: 390px;
        margin: 0 0 0 40px
    }
}

@media (max-width: 1440px) {
    .solution-section6 .secflexbox .rightbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        min-width: 300px;
        height: 470px;
        margin: 0
    }

    .solution-section6 .secflexbox .rightbox img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.solution-section7 .head {
    border: 0;
    padding: 0;
    margin: 0 0 40px
}

@media (max-width: 767px) {
    .solution-section7 .head {
        margin: 0 0 30px
    }
}

.solution-section7 .parameter-box {
    margin: 0 0 120px
}

@media (max-width: 1199px) {
    .solution-section6 .secflexbox .leftbox {
        max-width: inherit
    }

    .solution-section6 .secflexbox .rightbox {
        display: none
    }

    .solution-section7 .parameter-box {
        margin: 0 0 80px;
        height: 260px;
        padding: 0 0 15px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .solution-section7 .parameter-box.app-view {
        height: 225px
    }
}

@media (max-width: 991px) {
    .solution-section7 .parameter-box {
        margin: 0 0 60px
    }
}

.about-appoint {
    position: absolute;
    top: 0;
    left: 0
}

.about-section1 {
    position: relative
}

@media (max-width: 767px) {
    .solution-section7 .parameter-box {
        margin: 0 0 30px
    }

    .about-section1 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-section1 .img-box {
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .about-section1 .about-appoint {
        top: -60px
    }

    .about-section1 .img-box {
        margin: 0 0 15px
    }
}

.about-section1 .rightbox .group {
    margin: 0 0 40px
}

@media (max-width: 575px) {
    .about-section1 .rightbox .group {
        margin: 0 0 20px
    }
}

.about-section1 .rightbox .group .smtit {
    font-size: 20px;
    color: #009b47;
    margin: 0 0 6px
}

@media (max-width: 575px) {
    .about-section1 .rightbox .group .smtit {
        font-size: 16px
    }
}

.about-section1 .rightbox .group .text {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 1.8
}

.about-section1 .rightbox .group:last-child {
    margin: 0
}

@media (max-width: 575px) {
    .about-section1 .rightbox .group:last-child {
        margin: 0 0 20px
    }
}

.about-section2 {
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .about-section2 {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .about-section2 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .about-section2 {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .about-section2 {
        margin: 0 0 30px
    }
}

.about-section2 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-section2 .flexbox .infobox {
    position: relative;
    z-index: 1;
    padding: 0 170px 0 0
}

@media (max-width: 1440px) {
    .about-section2 .flexbox .infobox {
        padding: 0 80px 0 0
    }
}

@media (max-width: 1199px) {
    .about-section2 .flexbox .infobox {
        padding: 0 60px 0 0
    }
}

@media (max-width: 991px) {
    .about-section2 .flexbox .infobox {
        padding: 0 40px 0 0
    }

    .about-section2 .flexbox .img-box:before {
        display: none
    }
}

@media (max-width: 767px) {
    .about-section2 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-section2 .flexbox .infobox {
        padding: 0
    }
}

.about-section2 .flexbox .infobox h2 {
    font-size: 60px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 15px;
    line-height: 1
}

@media (max-width: 1440px) {
    .about-section2 .flexbox .infobox h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .about-section2 .flexbox .infobox h2 {
        font-size: 25px
    }
}

.about-section2 .flexbox .infobox .tit {
    position: relative;
    font-size: 30px;
    color: #333;
    margin: 0 0 70px
}

.about-section2 .flexbox .infobox .tit:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #009b47;
    left: 0;
    bottom: -35px
}

@media (max-width: 1440px) {
    .about-section2 .flexbox .infobox .tit {
        font-size: 25px
    }
}

@media (max-width: 575px) {
    .about-section2 .flexbox .infobox .tit {
        margin: 0 0 30px;
        font-size: 18px
    }

    .about-section2 .flexbox .infobox .tit:after {
        margin: auto;
        bottom: -15px
    }

    .about-section2 .flexbox .infobox .des {
        text-align: center
    }
}

.about-section2 .flexbox .infobox .des {
    font-size: 14px;
    color: #666;
    line-height: 1.8
}

.about-section2 .flexbox .img-box {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    height: 420px
}

@media (max-width: 767px) {
    .about-section2 .flexbox .img-box {
        height: 300px;
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .about-section2 .flexbox .img-box {
        height: 200px;
        margin: 0 0 15px
    }
}

.about-section2 .flexbox .img-box:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 440px;
    height: 100%;
    background: #f7f7f7
}

.about-section2 .flexbox .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-section3 {
    position: relative;
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .about-section3 {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .about-section3 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .about-section3 {
        margin: 0 0 40px
    }
}

.about-section3 .about-appoint {
    top: -110px
}

@media (max-width: 575px) {
    .about-section3 {
        margin: 0 0 30px
    }

    .about-section3 .about-appoint {
        top: -100px
    }
}

.about-section3-swiper .item {
    position: relative;
    height: 620px
}

@media (max-width: 1440px) {
    .about-section3-swiper .item {
        height: 490px
    }
}

@media (max-width: 1199px) {
    .about-section3-swiper .item {
        height: 420px
    }
}

@media (max-width: 991px) {
    .about-section3-swiper .item {
        height: 360px
    }
}

.about-section3-swiper .item a {
    display: block;
    width: 100%;
    height: 100%
}

.about-section3-swiper .item .itemimg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-section3-swiper .item .default-mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 0 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
}

.about-section3-swiper .item .default-mask .name {
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

@media (max-width: 1199px) {
    .about-section3-swiper .item .default-mask {
        padding: 0 20px
    }

    .about-section3-swiper .item .default-mask .name {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .about-section3-swiper .item .default-mask {
        height: 50px;
        padding: 0 15px
    }

    .about-section3-swiper .item .default-mask .name {
        font-size: 14px
    }
}

.about-section3-swiper .item .default-mask .loc {
    font-size: 16px;
    color: #fff
}

.about-section3-swiper .item .hover-mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(49, 175, 154, .8);
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1199px) {
    .about-section3-swiper .item .hover-mask {
        padding: 0 20px
    }
}

@media (max-width: 991px) {
    .about-section3-swiper .item .default-mask .loc {
        font-size: 14px
    }

    .about-section3-swiper .item .hover-mask {
        padding: 0 15px
    }
}

.about-section3-swiper .item .hover-mask h4 {
    font-size: 44px;
    color: #fff;
    margin: 0 0 5px;
    font-family: BEBAS
}

@media (max-width: 1199px) {
    .about-section3-swiper .item .hover-mask h4 {
        font-size: 30px
    }
}

.about-section3-swiper .item .hover-mask .loc {
    margin: 0 0 78px;
    font-size: 26px;
    color: #fff
}

@media (max-width: 1440px) {
    .about-section3-swiper .item .hover-mask .loc {
        margin: 0 0 40px
    }
}

@media (max-width: 991px) {
    .about-section3-swiper .item .hover-mask .loc {
        margin: 0 0 20px
    }
}

.about-section3-swiper .item .hover-mask .name {
    font-size: 20px;
    color: #fff;
    margin: 0 0 24px
}

@media (max-width: 1199px) {
    .about-section3-swiper .item .hover-mask .loc {
        font-size: 20px
    }

    .about-section3-swiper .item .hover-mask .name {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .about-section3-swiper .item .hover-mask .name {
        margin: 0 0 20px
    }
}

.about-section3-swiper .item .hover-mask ul li {
    font-size: 14px;
    color: #fff;
    margin: 0 0 6px
}

@media (max-width: 991px) {
    .about-section3-swiper .item .hover-mask ul li {
        font-size: 12px
    }
}

.about-section3-swiper .item .hover-mask ul li:last-child {
    margin: 0
}

@media (min-width: 768px) {
    .about-section3-swiper .item:hover .default-mask {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    .about-section3-swiper .item:hover .hover-mask {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.about-section3-pagination {
    margin: 15px 0 0;
    position: static;
    text-align: center
}

.about-section3-pagination .swiper-pagination-bullet {
    margin: 0 4px
}

.about-section3-pagination .swiper-pagination-bullet-active {
    background: #009b47
}

.about-section4 {
    position: relative;
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .about-section4 {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .about-section4 {
        margin: 0 0 60px
    }
}

.about-section4 .about-appoint {
    top: -150px
}

.about-section4 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8
}

@media (max-width: 767px) {
    .about-section4 {
        margin: 0 0 40px
    }

    .about-section4 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: 0 0
    }

    .about-section4 .flexbox .img-box {
        margin: 0 0 30px
    }
}

.about-section4 .flexbox .img-box {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    height: 520px
}

@media (max-width: 1199px) {
    .about-section4 .flexbox .img-box {
        height: 375px
    }
}

@media (max-width: 575px) {
    .about-section4 {
        margin: 0 0 30px
    }

    .about-section4 .about-appoint {
        top: -80px
    }

    .about-section4 .flexbox .img-box {
        height: 260px;
        margin: 0 0 15px
    }
}

.about-section4 .flexbox .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-section4 .flexbox .infobox {
    padding: 0 0 0 80px
}

.about-section4 .flexbox .infobox h2 {
    font-size: 60px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 15px;
    line-height: 1
}

@media (max-width: 1440px) {
    .about-section4 .flexbox .infobox h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .about-section4 .flexbox .infobox h2 {
        font-size: 25px
    }
}

.about-section4 .flexbox .infobox .tit {
    position: relative;
    font-size: 30px;
    color: #333;
    margin: 0 0 45px
}

@media (max-width: 1440px) {
    .about-section4 .flexbox .infobox .tit {
        font-size: 25px
    }
}

@media (max-width: 1199px) {
    .about-section4 .flexbox .infobox {
        padding: 0 30px 0 40px
    }

    .about-section4 .flexbox .infobox .tit {
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .about-section4 .flexbox .infobox .tit {
        margin: 0 0 10px;
        font-size: 18px
    }
}

.about-section4 .flexbox .infobox .des {
    color: #333;
    font-size: 14px;
    line-height: 2
}

@media (max-width: 991px) {
    .about-section4 .flexbox .infobox .des {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .about-section4 .flexbox .infobox .des {
        font-size: 14px
    }
}

.about-section4 .flexbox .infobox .des span {
    font-size: 18px;
    color: #009b47;
    font-weight: 700
}

.about-section5 {
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .about-section5 {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .about-section5 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .about-section4 .flexbox .infobox {
        padding: 0;
        width: 100%
    }

    .about-section5 {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .about-section4 .flexbox .infobox .des span {
        font-size: 16px
    }

    .about-section5 {
        margin: 0 0 30px
    }
}

.about-section5 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-section5 .flexbox .leftbox {
    padding: 0 70px 0 0
}

.about-section5 .flexbox .leftbox .group {
    margin: 0 0 60px
}

@media (max-width: 1199px) {
    .about-section5 .flexbox .leftbox {
        padding: 0 40px 0 0
    }

    .about-section5 .flexbox .leftbox .group {
        margin: 0 0 30px
    }
}

@media (max-width: 767px) {
    .about-section5 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-section5 .flexbox .leftbox {
        padding: 0
    }

    .about-section5 .flexbox .leftbox .group {
        text-align: center;
        margin: 0 0 20px
    }
}

.about-section5 .flexbox .leftbox .group h4 {
    font-size: 30px;
    color: #333;
    margin: 0 0 22px
}

@media (max-width: 1199px) {
    .about-section5 .flexbox .leftbox .group h4 {
        font-size: 20px;
        margin: 0 0 10px
    }
}

@media (max-width: 575px) {
    .about-section5 .flexbox .leftbox .group h4 {
        font-size: 16px
    }
}

.about-section5 .flexbox .leftbox .group p {
    font-size: 14px;
    color: #666;
    line-height: 2
}

.about-section5 .flexbox .leftbox .group2 {
    margin: 0 0 40px
}

@media (max-width: 1199px) {
    .about-section5 .flexbox .leftbox .group2 {
        margin: 0 0 30px
    }
}

@media (max-width: 767px) {
    .about-section5 .flexbox .leftbox .group2 {
        text-align: center;
        margin: 0 0 20px
    }
}

.about-section5 .flexbox .leftbox .group2:last-child {
    margin: 0
}

.about-section5 .flexbox .leftbox .group2 h4 {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    background: #009b47;
    margin: 0 0 12px;
    padding: 8px 18px
}

@media (max-width: 1199px) {
    .about-section5 .flexbox .leftbox .group2 h4 {
        margin: 0 0 10px
    }
}

@media (max-width: 575px) {
    .about-section5 .flexbox .leftbox .group p {
        line-height: 1.6
    }

    .about-section5 .flexbox .leftbox .group2 h4 {
        font-size: 16px
    }
}

.about-section5 .flexbox .leftbox .group2 p {
    font-size: 14px;
    color: #666;
    line-height: 2
}

.about-section5 .flexbox .rightbox {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    height: 580px
}

@media (max-width: 767px) {
    .about-section5 .flexbox .rightbox {
        height: 360px;
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .about-section5 .flexbox .leftbox .group2 p {
        line-height: 1.6
    }

    .about-section5 .flexbox .rightbox {
        height: 260px;
        margin: 0 0 15px
    }
}

.about-section5 .flexbox .rightbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-section6 {
    position: relative;
    background: #f8f8f8;
    padding: 120px 0;
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .about-section6 {
        padding: 80px 0;
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .about-section6 {
        padding: 60px 0;
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .about-section6 {
        padding: 40px 0;
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .about-section6 {
        padding: 30px 0;
        margin: 0 0 30px
    }

    .about-section6 .about-appoint {
        top: -60px
    }
}

.about-section6 .head h2 {
    font-size: 48px;
    text-align: center;
    font-family: BEBAS;
    color: #009b47;
    margin: 0 0 20px
}

@media (max-width: 575px) {
    .about-section6 .head h2 {
        font-size: 25px;
        margin: 0 0 5px
    }
}

.about-section6 .head .tit {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin: 0 0 125px
}

@media (max-width: 1440px) {
    .about-section6 .head .tit {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .about-section6 .head .tit {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .about-section6 .head .tit {
        margin: 0 0 40px
    }
}

@media (max-width: 575px) {
    .about-section6 .head .tit {
        margin: 0 0 30px;
        font-size: 18px
    }
}

.about-section6 .swiper-box {
    position: relative
}

.about-section6 .swiper-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #009b47
}

.about-section6-swiper .swiper-slide .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 370px
}

.about-section6-swiper .swiper-slide .item .ic-left {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px
}

@media (max-width: 767px) {
    .about-section6 .swiper-box:after {
        top: auto;
        bottom: 6px
    }

    .about-section6-swiper {
        margin: 0 30px
    }

    .about-section6-swiper .swiper-slide .item {
        height: auto
    }

    .about-section6-swiper .swiper-slide .item .ic-left {
        padding: 0 0 25px
    }
}

.about-section6-swiper .swiper-slide .item .ic-left i {
    position: absolute;
    display: block;
    width: 1px;
    height: 185px;
    background: #009b47;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width: 767px) {
    .about-section6-swiper .swiper-slide .item .ic-left i {
        height: 100%
    }
}

.about-section6-swiper .swiper-slide .item .ic-left:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: #009b47;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.about-section6-swiper .swiper-slide .item .ic-right {
    position: absolute;
    width: 415px;
    height: 100%;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-section6-swiper .swiper-slide .item .ic-right .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 575px) {
    .about-section6-swiper .swiper-slide .item .ic-right .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.about-section6-swiper .swiper-slide .item .ic-right .img-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 164px;
    flex: 0 0 164px;
    min-width: 164px;
    height: 89px;
    overflow: hidden;
    margin: 0 18px 0 0
}

.about-section6-swiper .swiper-slide .item .ic-right .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-section6-swiper .swiper-slide .item .ic-right .info .time {
    font-size: 30px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 10px
}

@media (max-width: 575px) {
    .about-section6-swiper .swiper-slide .item .ic-right .img-box {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        margin: 0 0 10px
    }

    .about-section6-swiper .swiper-slide .item .ic-right .info .time {
        font-size: 24px;
        margin: 0 0 8px
    }
}

.about-section6-swiper .swiper-slide .item .ic-right .info .des {
    line-height: 1.8;
    font-size: 14px;
    color: #5f5f5f
}

.about-section6-swiper .swiper-slide:nth-child(even) .item .ic-left i {
    bottom: 0
}

.about-section6-swiper .swiper-slide:nth-child(even) .item .ic-right .inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 767px) {
    .about-section6-swiper .swiper-slide .item .ic-left:before {
        top: auto
    }

    .about-section6-swiper .swiper-slide .item .ic-right {
        position: static;
        padding: 0 0 25px;
        width: 100%
    }

    .about-section6-swiper .swiper-slide:nth-child(even) .item .ic-left i {
        top: 0;
        bottom: auto
    }

    .about-section6-swiper .swiper-slide:nth-child(even) .item .ic-right .inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.about-section6-swiper .swiper-slide:last-child .item .ic-right {
    width: 100%
}

.about-section6 .swiper-button-next, .about-section6 .swiper-button-prev {
    left: 50px;
    cursor: pointer;
    width: 24px;
    height: 42px;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    .about-section6 .swiper-button-next, .about-section6 .swiper-button-prev {
        left: 15px;
        width: 15px;
        height: 29px
    }
}

.about-section6 .swiper-button-next:before, .about-section6 .swiper-button-prev:before {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    width: 24px;
    height: 42px;
    background: url(../images/left.png) center/contain no-repeat
}

@media (max-width: 767px) {
    .about-section6 .swiper-button-next:before, .about-section6 .swiper-button-prev:before {
        width: 15px;
        height: 29px
    }
}

.about-section6 .swiper-button-next:after, .about-section6 .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 43px;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.about-section6 .swiper-button-next:hover:before, .about-section6 .swiper-button-prev:hover:before {
    background: url(../images/left-h.png) center/contain no-repeat
}

.about-section6 .swiper-button-next:hover:after, .about-section6 .swiper-button-prev:hover:after {
    background: #bad618
}

.about-section6 .swiper-button-next {
    left: auto;
    right: 50px
}

@media (max-width: 767px) {
    .about-section6 .swiper-button-next {
        right: 15px
    }
}

.about-section6 .swiper-button-next:before {
    content: "";
    display: block;
    background: url(../images/right.png) center/contain no-repeat
}

.about-section6 .swiper-button-next:after {
    left: auto;
    right: -8px
}

.about-section6 .swiper-button-next:hover:before {
    background: url(../images/right-h.png) center/contain no-repeat
}

.about-section7 {
    position: relative;
    overflow: hidden;
    margin: 0 0 120px
}

@media (max-width: 1440px) {
    .about-section7 {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .about-section7 {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    .about-section7 {
        margin: 0 0 40px
    }
}

.about-section7 .about-appoint {
    top: -100px
}

@media (max-width: 575px) {
    .about-section6 .swiper-button-next:after, .about-section6 .swiper-button-prev:after {
        width: 8px;
        height: 30px
    }

    .about-section7 {
        margin: 0 0 30px
    }

    .about-section7 .about-appoint {
        top: -80px
    }
}

.about-section7 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-section7 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 15px;
    line-height: 1
}

@media (max-width: 1440px) {
    .about-section7 .flexbox .leftbox h2 {
        font-size: 50px
    }
}

@media (max-width: 1199px) {
    .about-section7 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-section7 .flexbox .leftbox h2 {
        text-align: center
    }
}

@media (max-width: 575px) {
    .about-section7 .flexbox .leftbox h2 {
        font-size: 25px;
        text-align: left;
        margin: 0 0 5px
    }
}

.about-section7 .flexbox .leftbox .tit {
    font-size: 36px;
    color: #333
}

@media (max-width: 1440px) {
    .about-section7 .flexbox .leftbox .tit {
        font-size: 25px
    }
}

@media (max-width: 1199px) {
    .about-section7 .flexbox .leftbox .tit {
        text-align: center;
        margin: 0 0 40px
    }

    .about-section7 .flexbox .rightbox {
        width: 100%
    }
}

@media (max-width: 767px) {
    .about-section7 .flexbox .leftbox .tit {
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .about-section7 .flexbox .leftbox {
        width: 100%
    }

    .about-section7 .flexbox .leftbox .tit {
        font-size: 18px;
        text-align: left
    }
}

.about-section7 .flexbox .rightbox {
    background: #009b47
}

.about-section7 .flexbox .rightbox .swiper-box {
    position: relative;
    width: 1055px;
    padding: 90px 0 90px 100px
}

@media (max-width: 1710px) {
    .about-section7 .flexbox .rightbox .swiper-box {
        width: 830px
    }
}

@media (max-width: 1440px) {
    .about-section7 .flexbox .rightbox .swiper-box {
        padding: 60px 0 60px 80px
    }
}

@media (max-width: 1199px) {
    .about-section7 .flexbox .rightbox .swiper-box {
        width: 100%;
        padding: 60px 0
    }

    .about-section7 .flexbox .rightbox .swiper-box:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        width: 10000vh;
        height: 100%;
        background: #009b47
    }
}

@media (max-width: 575px) {
    .about-section7 .flexbox .rightbox .swiper-box {
        padding: 30px 0
    }
}

.about-section7 .flexbox .rightbox .swiper-box:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 10000vh;
    height: 100%;
    background: #009b47
}

.about-section7-swiper .item .img-box {
    background: #fff;
    margin: 0 0 10px;
    padding: 35px 40px
}

@media (max-width: 1440px) {
    .about-section7-swiper .item .img-box {
        padding: 30px
    }
}

.about-section7-swiper .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s;
    transition: .3s
}

.about-section7-swiper .item .img-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.about-section7-swiper .item p {
    text-align: center;
    font-size: 16px;
    color: #fff
}

.about-section7-pagination {
    margin: 40px 0 0;
    display: none;
    position: static;
    text-align: center
}

@media (max-width: 1199px) {
    .about-section7-pagination {
        display: block
    }
}

@media (max-width: 767px) {
    .about-section7-pagination {
        margin: 30px 0 0
    }
}

@media (max-width: 575px) {
    .about-section7-swiper .item .img-box {
        padding: 15px
    }

    .about-section7-pagination {
        margin: 15px 0 0
    }
}

.about-section7-pagination .swiper-pagination-bullet {
    position: static;
    width: 10px;
    height: 10px;
    background: #fafafa;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 5px
}

@media (max-width: 575px) {
    .about-section7-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px
    }
}

.about-section7-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.about-section7 .prev-next {
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1199px) {
    .about-section7 .prev-next {
        display: none
    }
}

.about-section7 .prev-next .swiper-button-next, .about-section7 .prev-next .swiper-button-prev {
    width: 107px;
    height: 60px;
    background: 0 0;
    margin: 0;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    transition: .3s
}

.about-section7 .prev-next .swiper-button-next.on, .about-section7 .prev-next .swiper-button-prev.on {
    background: #bad618
}

.about-section7 .prev-next .swiper-button-next img, .about-section7 .prev-next .swiper-button-prev img {
    margin: 0 0 0 15px
}

.about-section8 {
    position: relative;
    margin: 0 0 150px
}

@media (max-width: 1440px) {
    .about-section7 .prev-next .swiper-button-next, .about-section7 .prev-next .swiper-button-prev {
        width: 95px;
        height: 55px
    }

    .about-section8 {
        margin: 0 0 80px
    }
}

@media (max-width: 1199px) {
    .about-section8 {
        margin: 0 0 60px
    }
}

.about-section8 .about-appoint {
    top: -115px
}

.about-section8 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .about-section8 {
        margin: 0 0 40px
    }

    .about-section8 .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-section8 .flexbox .leftbox {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    height: 576px
}

@media (max-width: 1440px) {
    .about-section8 .flexbox .leftbox {
        height: 410px
    }
}

@media (max-width: 767px) {
    .about-section8 .flexbox .leftbox {
        height: 350px;
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .about-section8 {
        margin: 0 0 30px
    }

    .about-section8 .about-appoint {
        top: -80px
    }

    .about-section8 .flexbox .leftbox {
        height: 250px;
        margin: 0 0 15px
    }
}

.about-section8 .flexbox .leftbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-section8 .flexbox .rightbox {
    padding: 0 0 0 80px
}

@media (max-width: 1440px) {
    .about-section8 .flexbox .rightbox {
        padding: 0 0 0 40px
    }
}

@media (max-width: 767px) {
    .about-section8 .flexbox .rightbox {
        padding: 0
    }
}

.about-section8 .flexbox .rightbox h2 {
    font-size: 60px;
    color: #009b47;
    font-family: BEBAS;
    margin: 0 0 15px;
    line-height: 1
}

@media (max-width: 1440px) {
    .about-section8 .flexbox .rightbox h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .about-section8 .flexbox .rightbox h2 {
        font-size: 25px
    }
}

.about-section8 .flexbox .rightbox .tit {
    position: relative;
    font-size: 30px;
    color: #333;
    margin: 0 0 45px
}

.banner-pagination, .maskfadeUp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

@media (max-width: 1440px) {
    .about-section8 .flexbox .rightbox .tit {
        font-size: 25px
    }
}

@media (max-width: 1199px) {
    .about-section8 .flexbox .rightbox .tit {
        margin: 0 0 30px
    }
}

@media (max-width: 575px) {
    .about-section8 .flexbox .rightbox .tit {
        margin: 0 0 10px;
        font-size: 18px
    }
}

.about-section8 .flexbox .rightbox .cflexbox {
    overflow: hidden
}

.about-section8 .flexbox .rightbox .cflexbox .box-row {
    margin: 0 -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-section8 .flexbox .rightbox .cflexbox .box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    min-width: 33.33%;
    padding: 0 4px;
    margin: 0 0 8px
}

@media (max-width: 991px) {
    .about-section8 .flexbox .rightbox .cflexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%
    }
}

@media (max-width: 767px) {
    .about-section8 .flexbox .rightbox .cflexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        min-width: 33.33%
    }
}

@media (max-width: 575px) {
    .about-section8 .flexbox .rightbox .cflexbox .box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%
    }
}

.about-section8 .flexbox .rightbox .cflexbox .item {
    overflow: hidden
}

.about-section8 .flexbox .rightbox .cflexbox .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s;
    transition: .3s
}

.about-section8 .flexbox .rightbox .cflexbox .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.maskfadeUp {
    display: block;
    background-color: #009b47;
    -webkit-transition: -webkit-transform 1.2s .5s;
    transition: -webkit-transform 1.2s .5s;
    transition: transform 1.2s .5s;
    transition: transform 1.2s .5s, -webkit-transform 1.2s .5s;
    height: 100%;
    z-index: 10
}

.maskfadeUp.animated {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%)
}

.banner-pagination {
    bottom: 0
}

.banner-pagination > .container {
    position: relative;
    height: 100%
}

.app-navmenu-mask {
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s 0s, box-shadow 0s .4s;
    -webkit-transition: -webkit-transform .4s 0s, -webkit-box-shadow 0s .4s;
    transition: -webkit-transform .4s 0s, -webkit-box-shadow 0s .4s;
    transition: transform .4s 0s, box-shadow 0s .4s;
    transition: transform .4s 0s, box-shadow 0s .4s, -webkit-transform .4s 0s, -webkit-box-shadow 0s .4s
}

@media (min-width: 576px) {
    .app-navmenu-mask {
        display: none
    }
}

@media (max-width: 576px) {
    .app-navmenu-mask.on {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: -4px 0 30px rgba(0, 0, 0, .2);
        box-shadow: -4px 0 30px rgba(0, 0, 0, .2);
        -webkit-transition: -webkit-transform .4s 0s, box-shadow 0s 0s;
        -webkit-transition: -webkit-transform .4s 0s, -webkit-box-shadow 0s 0s;
        transition: -webkit-transform .4s 0s, -webkit-box-shadow 0s 0s;
        transition: transform .4s 0s, box-shadow 0s 0s;
        transition: transform .4s 0s, box-shadow 0s 0s, -webkit-transform .4s 0s, -webkit-box-shadow 0s 0s
    }
}

.app-navmenu-mask .app-navmenu-ul {
    padding: 20px 0
}

.app-navmenu-mask .app-navmenu-ul > li > a {
    border-bottom: 1px solid #eee;
    position: relative;
    display: block;
    width: 74%;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #333;
    padding: .8em 0;
    margin: 0 auto;
    text-transform: uppercase
}

.app-navmenu-mask .app-navmenu-ul > li.active a {
    color: #009b47
}

.app-navmenu-mask .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    height: 60px;
    border-bottom: 1px solid #eee
}

.app-navmenu-mask .head .app-navmenu-logo {
    width: 170px
}

.app-navmenu-mask .head .app-navmenu-logo img {
    width: 100%
}

.app-navmenu-mask .head .app-navmenu-close {
    width: 25px;
    height: 25px
}

.app-navmenu-mask .head .app-navmenu-close img {
    width: 100%
}

.about-banner-custom h2 {
    color: #009b47;
    text-align: left
}

.about-banner-custom .banner-text {
    color: #333;
    margin: 0 0 40px;
    text-align: left
}

@media (max-width: 768px) {
    .home-section1-swiper .swiper-slide .mask.about-banner-custom > .container {
        display: block;
        width: 100%;
        padding: 0
    }

    .about-banner-custom .banner-text {
        margin: 0 0 20px
    }
}

.about-banner-custom .line {
    width: 60px;
    height: 3px;
    background: #009b47
}

.productView-section1-swiper-thumbs {
    margin: 20px 0 0
}

@media (max-width: 992px) {
    .productView-section1-swiper-thumbs {
        margin: 20px 0 40px
    }
}

@media (max-width: 768px) {
    .about-banner-custom .line {
        width: 40px;
        height: 2px
    }

    .productView-section1-swiper-thumbs {
        margin: 10px 0 30px
    }
}

.productView-section1-swiper-thumbs .swiper-slide-thumb-active .item {
    border: 1px solid #009b47
}

.productView-section1-swiper-thumbs .item {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ddd
}

@media (max-width: 1440px) {
    .productView-section1-swiper-thumbs .item {
        height: 80px
    }
}

@media (max-width: 576px) {
    .productView-section1-swiper-thumbs .item {
        height: 55px
    }
}

.productView-section1-swiper-thumbs .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #009b47;
    border-color: #009b47;
}
.pagination>li>a, .pagination>li>span{
  color:#009b47;
    padding: 12px 22px;
}
