body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
    font-weight: normal;
    margin: 0;
    padding: 0
}

body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,i {
    font: normal 12px Microsoft YaHei, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

ul,ol,li {
    list-style: none
}

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

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    border: 0
}

button,input,textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none
}

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

div,a {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

html {
    font-size: 100px
}

@media screen and (min-width: 320px) {
    html {
        font-size:85.33333px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size:96px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size:100px
    }
}

@media screen and (min-width: 411px) {
    html {
        font-size:110.4px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size:128px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size:170.66667px
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size:200px
    }
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}

.clearfloat {
    *zoom:1}

.clearboth {
    clear: both
}

.checkBrowser {
    font-size: 14px;
    line-height: 40px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 50%;
    width: 700px;
    height: 40px;
    margin-left: -360px;
    padding: 0 10px;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #e6212a
}

.checkBrowser a {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff
}

.wp1490 {
    width: 1490px;
    max-width: 100%;
    margin: 0 auto
}

.wp1320 {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto
}

.paged {
    text-align: center
}

.paged a,.paged .current {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    color: #727171;
    height: 54px;
    line-height: 54px
}

.paged .current {
    color: #2e7f3b
}

.paged .wp {
    display: inline-block;
    vertical-align: top;
    background-color: #e5f0eb;
    border-radius: 27px
}

.paged .prev,.paged .next {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-image: url(../images/arrow5.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0;
    margin: 0
}

.paged a:hover {
    color: #2e7e3b
}

.paged .next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 750px) {
    .paged a,.paged .current {
        font-size:14px;
        line-height: 42px;
        height: 42px
    }

    .paged .wp {
        border-radius: 21px
    }

    .paged .prev,.paged .next {
        width: 42px;
        height: 42px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 201
}

.header-main {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background-color: rgba(255,255,255,0.8);
    -webkit-box-shadow: 3px 0 10px rgba(0,0,0,0.1);
    box-shadow: 3px 0 10px rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-sub {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    z-index: 4;
    display: none;
    overflow: hidden
}

.header-sub-list {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header-sub-list.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.header-sub-list li {
    margin-bottom: 10px;
    line-height: 30px
}

.header-sub-list a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.header-sub-list:nth-child(1) {
    background: rgba(149,185,53,0.4)
}

.header-sub-list:nth-child(1) a:hover {
    color: #58701e
}

.header-sub-list:nth-child(1) li.on a {
    color: #58701e
}

.header-sub-list:nth-child(2) {
    background: rgba(128,160,52,0.4)
}

.header-sub-list:nth-child(2) a:hover {
    color: #58701e
}

.header-sub-list:nth-child(2) li.on a {
    color: #58701e
}

.header-sub-list:nth-child(3) {
    background: rgba(69,128,16,0.3)
}

.header-sub-list:nth-child(3) a:hover {
    color: #458010
}

.header-sub-list:nth-child(3) li.on a {
    color: #458010
}

.header-sub-list:nth-child(4) {
    background: rgba(20,128,57,0.15)
}

.header-sub-list:nth-child(4) a:hover {
    color: #148039
}

.header-sub-list:nth-child(4) li.on a {
    color: #148039
}

.header-sub-list:nth-child(5) {
    background: rgba(24,128,59,0.15)
}

.header-sub-list:nth-child(5) a:hover {
    color: #18803b
}

.header-sub-list:nth-child(5) li.on a {
    color: #18803b
}

.header-sub-list:nth-child(6) {
    background: rgba(36,123,58,0.15)
}

.header-sub-list:nth-child(6) a:hover {
    color: #247b3a
}

.header-sub-list:nth-child(6) li.on a {
    color: #247b3a
}

@media (max-width: 1024px) {
    .header {
        display:none
    }
}

.mobile-header {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 201
}

.mobile-header .top {
    width: 100%;
    height: 55px;
    background: rgba(255,255,255,0.8);
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .15rem
}

.mobile-header .top .logo {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: none;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    padding: 5px 0
}

.mobile-header .top .logo img {
    max-height: 100%
}

.mobile-header .top .menu-btn {
    position: absolute;
    top: 0;
    right: .15rem;
    height: 55px;
    width: 55px;
    cursor: pointer;
    background-image: url(../images/menu_btn1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 24px
}

.mobile-header .top .menu-btn.open {
    background-image: url(../images/menu_btn2.png)
}

.mobile-header-menu {
    background-color: rgba(149,185,53,0.2);
    height: 60px;
    display: none
}

.mobile-header-menu .wp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-header-menu .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #b7bcb5;
    text-align: center
}

.mobile-header-menu .item:last-child {
    border-right: none
}

.mobile-header-menu .item.on .front {
    display: none
}

.mobile-header-menu .item.on .back {
    display: block
}

.mobile-header-menu .img {
    width: 40px;
    height: 40px
}

.mobile-header-menu .img img {
    width: 100%;
    height: 100%
}

.mobile-header-menu .front {
    display: block
}

.mobile-header-menu .back {
    display: none
}

.mobile-header-menu .p {
    font-size: 12px;
    color: #727171
}

@media (max-width: 1024px) {
    .mobile-header {
        display:block
    }
}

@media (max-width: 375px) {
    .mobile-header-menu .p {
        font-size:10px
    }
}

.logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #bbbcba;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    overflow: hidden
}

.logo img {
    max-width: 60px
}

.nav {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.nav li {
    border-bottom: 1px solid #bbbcba
}

.nav li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px
}

.nav li .img {
    width: 48px;
    height: 48px
}

.nav li .img img {
    width: 100%;
    height: 100%
}

.nav li .front {
    display: block
}

.nav li .back {
    display: none
}

.nav li .t {
    font-size: 16px;
    color: #727171
}

.nav li.on .front,.nav li.hover .front {
    display: none
}

.nav li.on .back,.nav li.hover .back {
    display: block
}

.nav li:nth-child(1).on .t,.nav li:nth-child(1).hover .t {
    color: #95b935
}

.nav li:nth-child(2).on .t,.nav li:nth-child(2).hover .t {
    color: #80a034
}

.nav li:nth-child(3).on .t,.nav li:nth-child(3).hover .t {
    color: #458010
}

.nav li:nth-child(4).on .t,.nav li:nth-child(4).hover .t {
    color: #148039
}

.nav li:nth-child(5).on .t,.nav li:nth-child(5).hover .t {
    color: #18803b
}

.nav li:nth-child(6).on .t,.nav li:nth-child(6).hover .t {
    color: #247b3a
}

@media (max-height: 700px) {
    .nav {
        display:-webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .nav li a {
        height: 100%
    }
}

.footer {
    text-align: center;
    height: 150px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/footer_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .wp {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .copyright {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: left
}

.footer .copyright a {
    color: #fff
}

.footer .copyright a:hover {
    text-decoration: underline
}

.footer .img {
    margin-left: 5px
}

@media (max-width: 1440px) {
    .footer {
        height:100px
    }
}

@media (max-width: 1366px) {
    .footer {
        height:80px
    }
}

@media (max-width: 750px) {
    .footer .copyright {
        font-size:14px;
        line-height: 24px
    }

    .footer .img img {
        width: 30px
    }
}

.uweb-search {
    width: 1200px;
    max-width: 100%;
    margin: .42rem auto .5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 140px
}

@media (max-width: 1024px) {
    .uweb-search {
        padding:0 .25rem
    }
}

.uweb-search-input-con {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px
}

.uweb-search-select-con {
    float: left;
    width: 37%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px
}

@media screen and (max-width: 750px) {
    .uweb-search-input-con,.uweb-search-select-con {
        float:none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }
}

.uweb-search-top {
    position: relative;
    margin-bottom: 40px;
    height: 44px;
    width: 100%
}

.uweb-search-top-s .uweb-search-input-con {
    float: left;
    width: 87%
}

@media screen and (max-width: 750px) {
    .uweb-search-top {
        height:auto
    }

    .uweb-search-top-s .uweb-search-input-con {
        width: 100%
    }
}

.uweb-search-top-text {
    float: left;
    width: 80px;
    font-size: 14px;
    color: #666;
    line-height: 44px
}

.uweb-search-top-input {
    margin: 0 0 0 80px;
    height: 44px;
    border: 1px solid #e9e9e9
}

.uweb-search-top-input input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14px;
    padding: 0 20px
}

.uweb-search-top-button {
    float: left;
    width: 13%;
    height: 46px;
    background: #2e7e3b;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0
}

.uweb-search-top-button:hover {
    opacity: .7
}

@media screen and (max-width: 750px) {
    .uweb-search-top-button {
        float:none;
        width: 100%
    }
}

.uweb-search-top-input2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 80px;
    height: 44px;
    border: 1px solid #e9e9e9
}

.uweb-search-top-input2 input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14px;
    padding: 0 20px
}

.uweb-search-top-text1 {
    float: left;
    width: 70px;
    font-size: 14px;
    color: #666;
    line-height: 44px
}

.uweb-search-top-select {
    position: relative;
    margin-left: 70px;
    height: 44px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #999
}

.uweb-search-top-select:after {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #999
}

.uweb-search-top-select select {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100% !important;
    border: 0px;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uweb-search-top-select .customSelect {
    width: 100%;
    height: 100%;
    line-height: 42px;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .uweb-search-top-select {
        float:none;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }
}

.uweb-search-content {
    margin: 40px -12px;
    font-size: 0
}

.uweb-search-content li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 156px;
    margin-bottom: 30px
}

.uweb-search-content li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 40px 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.uweb-search-content li a:hover {
    background: #f1f1f1
}

.uweb-search-content li a:hover .text {
    color: #2e7e3b
}

.uweb-search-content li a:hover .btn {
    background: #2e7e3b
}

.uweb-search-content li a .text {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden
}

.uweb-search-content li a .time {
    margin-top: 5px;
    font-size: 14px;
    font-family: "Arial";
    color: #999
}

.uweb-search-content li a .btn {
    margin-top: 20px;
    width: 95px;
    height: 28px;
    background: #999;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 1200px) {
    .uweb-search-content {
        margin-right:0;
        margin-left: 0
    }

    .uweb-search-content li:nth-child(2n+1) {
        padding: 0 12px 0 0
    }

    .uweb-search-content li:nth-child(2n) {
        padding: 0 0 0 12px
    }
}

@media screen and (max-width: 480px) {
    .uweb-search-content li {
        float:none;
        width: 100%;
        height: auto
    }

    .uweb-search-content li:nth-child(2n+1),.uweb-search-content li:nth-child(2n) {
        padding: 0
    }

    .uweb-search-content li a .text {
        max-height: none
    }
}

.uweb-search-tip-con {
    margin: 40px auto;
    width: 1200px;
    max-width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5rem;
    text-align: center
}

.uweb-search-tip-con .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px
}

.uweb-search-tip-con .tips {
    font-size: 14px;
    color: orange;
    font-weight: bold;
    line-height: 28px;
    width: 900px;
    margin: 0 auto 10px;
    max-width: 100%
}

.uweb-search-tip-con .p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px
}

.uweb-search-tip-con .num {
    color: red;
    padding: 0 3px;
    text-decoration: underline
}

.uweb-search-tip-con .tip-btn {
    display: block;
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #999;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto;
    cursor: pointer
}

.uweb-search-tip-con .tip-btn:hover {
    background: #b3b3b3
}

.tips-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9000
}

.tips-popup.init {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.tips-popup.show .tips-popup-mask {
    opacity: 1
}

.tips-popup.show .tips-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.tips-popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-box {
    position: relative;
    padding: 18px 24px 8px;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    z-index: 9;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 414px) {
    .tips-popup-box {
        max-width:-moz-calc(100% - .4rem);
        max-width: calc(100% - .4rem);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.tips-popup-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.tips-popup-head .title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 1px;
    line-height: 22px;
    font-size: 16px;
    color: #000
}

.tips-popup-close {
    margin: 5px 0 0 10px;
    width: 14px;
    height: 14px;
    background: url(../images/tips_icon.png) top -130px left no-repeat;
    opacity: .7;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-close:hover {
    opacity: 1
}

.tips-popup-content {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.tips-popup-footer {
    padding: 4px 0;
    text-align: right;
    font-size: 0
}

.tips-popup-footer li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding: 8px 15px;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-footer li:hover {
    opacity: .8
}

.tips-popup-footer .cancel-btn {
    color: #666;
    background-color: #fff;
    border-color: #dcdfe6
}

.tips-popup-footer .submit-btn {
    color: #fff
}

.tips-popup .tips-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/tips_icon.png);
    background-repeat: no-repeat
}

.tips-popup .tips-icon-success {
    background-position: 0 -104px
}

.tips-popup .tips-icon-question {
    background-position: 0 -78px
}

.tips-popup .tips-icon-info {
    background-position: 0 -52px
}

.tips-popup .tips-icon-error {
    background-position: 0 -26px
}

.tips-popup .tips-icon-alert {
    background-position: 0 0
}

.tips-popup-icon {
    padding-left: 20px;
    padding-right: 20px
}

.tips-popup-icon .tips-popup-content {
    padding-left: 34px
}

.captcha-title {
    height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    background-color: #f3f3f3;
    color: #bbb;
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 42px
}

.captcha-show {
    display: none;
    height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    background-color: #f3f3f3
}

.captcha-loading {
    margin: auto;
    width: 70px;
    height: 20px
}

.captcha-loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 18px 4px;
    background: #ccc;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite
}

.captcha-loading-dot:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}

.captcha-loading-dot:nth-child(3) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.captcha-loading-dot:nth-child(4) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

.captcha .geetest_holder.geetest_wind .geetest_logo,.captcha .geetest_holder.geetest_wind .geetest_success_logo {
    display: none
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 0
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 0
    }
}

.error-con {
    padding: .5rem 0;
    background: #fff
}

.error-box {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25rem;
    text-align: center;
    width: 1360px;
    max-width: 100%;
    margin: 0 auto
}

.error-box img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.error-box .tips {
    margin: 20px auto;
    font-size: 18px;
    color: #666
}

.error-box .btn a {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 40px;
    margin: 0 2px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #999;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    line-height: 40px;
    max-width: 45%
}

.error-box .btn a:hover {
    background: #a6a6a6
}

@-webkit-keyframes b2t {
    from {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes b2t {
    from {
        opacity: 0;
        -moz-transform: translateY(80px);
        transform: translateY(80px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes b2t {
    from {
        opacity: 0;
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        transform: translateY(80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

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

.index-main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

@media (max-width: 800px) {
    .index-main {
        height:auto
    }
}

.index-main-pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.index-main-pc.s1600,.index-main-pc.s1280 {
    display: none
}

@media (max-width: 1600px) {
    .index-main-pc.s1920,.index-main-pc.s1280 {
        display:none
    }

    .index-main-pc.s1600 {
        display: block
    }
}

@media (max-width: 1280px) {
    .index-main-pc.s1920,.index-main-pc.s1600 {
        display:none
    }

    .index-main-pc.s1280 {
        display: block
    }
}

@media (max-width: 800px) {
    .index-main-pc {
        display:none !important
    }
}

.index-main-mobile {
    display: none;
    position: relative;
    width: 100%;
    padding-top: 148.26667%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 800px) {
    .index-main-mobile {
        display:block
    }
}

.main-title {
    position: absolute;
    top: 17.86868%;
    right: 10.15625%;
    z-index: 2;
    opacity: 0;
    -webkit-animation-name: b2t;
    -moz-animation-name: b2t;
    animation-name: b2t;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s
}

.main-title img {
    width: 100%
}

@media (max-width: 1680px) {
    .main-title {
        width:410px
    }
}

@media (max-width: 1024px) {
    .main-title {
        right:5%
    }
}

@media (max-width: 800px) {
    .main-title {
        top:6.56475%;
        left: 0;
        right: 0;
        text-align: center;
        width: 100%
    }

    .main-title img {
        max-width: 2.625rem;
        width: auto
    }
}

.index-list {
    position: absolute;
    right: 3.33333%;
    top: 52.31432%;
    font-size: 0
}

.index-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
    opacity: 0;
    -webkit-animation-name: b2t;
    -moz-animation-name: b2t;
    animation-name: b2t;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s
}

.index-list li:nth-child(1) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}

.index-list li:nth-child(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.index-list li:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.index-list li a {
    display: block
}

.index-list li a:hover .btn {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.index-list li .img {
    width: 280px;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.index-list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.index-list li .btn {
    width: 118px;
    height: 46px;
    border: 1px solid #6fb100;
    border-radius: 24px;
    text-align: center;
    line-height: 46px;
    color: #6fb100;
    font-size: 20px;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 1680px) {
    .index-list li .img {
        width:200px;
        height: 150px
    }

    .index-list li .btn {
        width: 100px;
        height: 40px;
        border-radius: 21px;
        font-size: 16px;
        line-height: 40px
    }
}

@media (max-width: 1280px) {
    .index-list li .img {
        width:160px;
        height: 120px
    }
}

@media (max-width: 800px) {
    .index-list {
        right:0;
        left: 0;
        top: auto;
        bottom: .25rem;
        text-align: center;
        width: 100%
    }

    .index-list li {
        margin: 0 5px
    }
}

@media (max-width: 750px) {
    .index-list li {
        margin:0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33%;
        padding: 0 5px
    }

    .index-list li .img {
        width: 100%;
        height: auto;
        padding-top: 75%;
        margin-bottom: 0
    }

    .index-list li .btn {
        font-size: 14px;
        line-height: 32px;
        border-radius: 16px;
        height: 32px
    }
}

.index-intro {
    position: absolute;
    top: 36.16792%;
    left: 17.03125%
}

.index-intro .circle {
    width: 433px;
    height: 433px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear
}

.index-intro .circle img {
    width: 100%;
    height: 100%
}

.index-intro .line1 {
    position: absolute;
    width: 242px;
    height: 89px;
    background-image: url(../images/index_line1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: -24px;
    right: -164px
}

.index-intro .line1 .t {
    position: absolute;
    font-size: 22px;
    color: #6fb100;
    right: 0;
    bottom: 95px;
    text-align: right
}

.index-intro .line2 {
    position: absolute;
    width: 219px;
    height: 96px;
    background-image: url(../images/index_line2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    bottom: -5px;
    left: -108px
}

.index-intro .line2 .t {
    position: absolute;
    font-size: 22px;
    color: #6fb100;
    left: 0;
    bottom: 10px
}

.index-intro .line3 {
    position: absolute;
    width: 306px;
    height: 86px;
    background-image: url(../images/index_line3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    bottom: 13px;
    right: -164px
}

.index-intro .line3 .t {
    position: absolute;
    font-size: 22px;
    color: #6fb100;
    right: 0;
    bottom: 10px;
    text-align: right
}

@media (max-width: 1680px) {
    .index-intro {
        left:13.02083%;
        top: 34.44564%
    }
}

@media (max-width: 1600px) {
    .index-intro {
        left:17.1875%;
        top: 31.21636%
    }

    .index-intro .circle {
        width: 350px;
        height: 350px
    }
}

@media (max-width: 1440px) {
    .index-intro {
        left:17.1875%;
        top: 32.29279%
    }

    .index-intro .circle {
        width: 320px;
        height: 320px
    }

    .index-intro .line2 {
        width: 200px;
        height: 90px;
        bottom: 15px;
        left: -66px
    }

    .index-intro .line3 {
        width: 227px;
        height: 63px;
        bottom: -3px;
        right: -133px
    }
}

@media (max-width: 1366px) {
    .index-intro {
        top:31.21636%;
        left: 15.625%
    }
}

@media (max-width: 1280px) {
    .index-intro {
        left:14.0625%
    }

    .index-intro .line3 {
        bottom: -24px;
        right: -73px
    }
}

@media (max-width: 1024px) {
    .index-intro {
        top:31%;
        left: 11%
    }

    .index-intro .circle {
        width: 300px;
        height: 300px
    }

    .index-intro .line1 {
        top: -53px;
        right: -96px
    }

    .index-intro .line2 {
        width: 170px;
        height: 90px;
        bottom: -46px;
        left: -80px
    }
}

@media (max-width: 800px) {
    .index-intro {
        top:35%;
        left: 25%
    }

    .index-intro .circle {
        width: 1.75rem;
        height: 1.75rem
    }
}

@media (max-width: 450px) {
    .index-intro .line1 {
        width:121px;
        height: 50px;
        top: -4px;
        right: -76px
    }

    .index-intro .line1 .t {
        font-size: 14px;
        bottom: 55px
    }

    .index-intro .line2 {
        width: 124px;
        height: 75px;
        bottom: -35px;
        left: -73px
    }

    .index-intro .line2 .t {
        font-size: 14px
    }

    .index-intro .line3 {
        width: 143px;
        height: 43px;
        bottom: -13px;
        right: -77px
    }

    .index-intro .line3 .t {
        font-size: 14px
    }
}

@keyframes b2t {
    from {
        opacity: 0;
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        transform: translateY(80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

.about-main-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1024px) {
    .about-main-con {
        padding-left:0
    }
}

@media (max-width: 800px) {
    .about-main-con {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.about-main-list {
    font-size: 0;
    width: 1308px;
    max-width: 80%
}

@media (max-width: 1024px) {
    .about-main-list {
        max-width:100%
    }
}

.about-main-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 33.33%;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-animation-name: b2t;
    -moz-animation-name: b2t;
    animation-name: b2t;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.about-main-item:nth-child(2) .wp {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.about-main-item .wp {
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8)
}

.about-main-item .img {
    width: 100%;
    position: relative;
    padding-top: 94.01709%;
    overflow: hidden
}

.about-main-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about-main-item .title {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 76px;
    font-size: 32px
}

.about-main-item:hover .wp {
    -webkit-transform: translateY(0) scale(1.05);
    -moz-transform: translateY(0) scale(1.05);
    transform: translateY(0) scale(1.05)
}

@media (max-width: 1600px) {
    .about-main-item .title {
        bottom:10px
    }
}

@media (max-width: 1440px) {
    .about-main-item .title {
        bottom:5px
    }
}

@media (max-width: 800px) {
    .about-main-item {
        margin:0 auto .15rem;
        display: block;
        width: 1.75rem;
        padding: 0
    }

    .about-main-item:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 750px) {
    .about-main-item .title {
        font-size:20px;
        line-height: 38px
    }
}

.about-main {
    background-color: #fff;
    padding: .35rem 0 .35rem 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media (max-width: 1600px) {
    .about-main {
        padding-top:.2rem
    }
}

@media (max-width: 1500px) {
    .about-main {
        padding-right:.25rem;
        padding-left: 150px
    }
}

@media (max-width: 1024px) {
    .about-main {
        padding:.35rem 0;
        border-top: 1px solid #f4f4f4
    }
}

@-webkit-keyframes about-line {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@-moz-keyframes about-line {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes about-line {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.about-title {
    position: relative;
    color: #2e7f3b
}

.about-title:after {
    bottom: 6px;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    height: 1px;
    background: #959595;
    position: absolute;
    display: block;
    -webkit-animation-name: about-line;
    -moz-animation-name: about-line;
    animation-name: about-line;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear
}

.about-title .title {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    position: relative;
    padding-right: 16px;
    z-index: 2
}

.about-title .cn {
    font-size: 30px
}

.about-title .en {
    font-size: 16px
}

@media (max-width: 1024px) {
    .about-title {
        text-align:center
    }

    .about-title:after {
        display: none
    }
}

@media (max-width: 750px) {
    .about-title .cn {
        font-size:22px
    }

    .about-title .en {
        font-size: 14px
    }
}

.about-info-article {
    padding: .3rem 0;
    border-bottom: 1px solid #959595;
    color: #727171;
    line-height: 30px;
    font-size: 16px
}

.about-info-article p {
    margin-bottom: 17.5px
}

.about-info-article img {
    max-width: 100%;
    height: auto !important
}

.about-info-article ul {
    list-style: disc
}

.about-info-article ul li {
    list-style: disc
}

.about-info-article ol {
    list-style: decimal
}

.about-info-article ol li {
    list-style: decimal
}

.about-info-article:last-child {
    border-bottom: none
}

.about-info-article .about-info-title {
    margin-bottom: .1rem
}

.about-info-article .about-info-title img {
    margin-right: 10px
}

.about-info-article .about-info-title span {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    color: #fff;
    font-size: 24px;
    padding: 0 15px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #95b935
}

.about-info-article .hidden {
    display: none
}

.about-info-article .show-more-btn {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 24px;
    background: #95b935;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.about-info-article .show-more-btn:hover {
    background: #a3c83f
}

.about-info-article .show-more-btn img {
    display: inline-block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin-left: 3px
}

.about-info-article .show-more-btn.open img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about-info-article .about-info-swiper {
    position: relative;
    margin-bottom: .2rem;
    background-color: #e6e9df;
    padding: .15rem 1rem
}

.about-info-article .about-info-swiper .about-info-swiper-prev,.about-info-article .about-info-swiper .about-info-swiper-next {
    position: absolute;
    cursor: pointer;
    outline: none;
    top: 50%
}

.about-info-article .about-info-swiper .about-info-swiper-prev:hover,.about-info-article .about-info-swiper .about-info-swiper-next:hover {
    opacity: .8
}

.about-info-article .about-info-swiper .about-info-swiper-prev {
    left: .4rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-info-article .about-info-swiper .about-info-swiper-next {
    right: .4rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.about-info-article .about-info-swiper .swiper-slide {
    text-align: center
}

.about-info-article .about-info-swiper .swiper-slide .img {
    display: block;
    margin: 0 auto 15px;
    width: 165px;
    max-width: 100%
}

.about-info-article .about-info-swiper .swiper-slide .img span {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 141.81818%;
    overflow: hidden
}

.about-info-article .about-info-swiper .swiper-slide .img span img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.about-info-article .about-info-swiper .swiper-slide .tag {
    display: inline-block;
    vertical-align: top;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #2e7e3b;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    margin-bottom: 5px
}

.about-info-article .about-info-swiper .swiper-slide .t {
    font-size: 14px;
    color: #727171
}

.about-info-article-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.about-info-article-flexbox .flex1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: 30px
}

@media (max-width: 1440px) {
    .about-info-article {
        font-size:16px;
        line-height: 30px
    }

    .about-info-article .about-info-title span {
        font-size: 24px
    }
}

@media (max-width: 1024px) {
    .about-info-article {
        padding-right:.25rem;
        padding-left: .25rem
    }

    .about-info-article .show-more-btn {
        margin: 0 auto
    }

    .about-info-article-flexbox {
        display: block
    }

    .about-info-article-flexbox .flex1 {
        margin-right: 0
    }
}

@media (max-width: 750px) {
    .about-info-article {
        line-height:28px
    }

    .about-info-article .about-info-title img {
        margin-right: 0
    }

    .about-info-article .about-info-title span {
        font-size: 16px
    }

    .about-info-article .about-info-swiper {
        padding: .15rem .55rem
    }

    .about-info-article .about-info-swiper .about-info-swiper-prev {
        left: .15rem;
        width: .2rem
    }

    .about-info-article .about-info-swiper .about-info-swiper-next {
        right: .15rem;
        width: .2rem
    }

    .about-info-article .about-info-swiper .swiper-slide {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-info-article .about-info-swiper .swiper-slide .info {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden;
        margin-left: 10px
    }

    .about-info-article .about-info-swiper .swiper-slide .img {
        width: .95rem
    }

    .about-info-article .about-info-swiper .swiper-slide .tag {
        font-size: 12px;
        margin-bottom: 0
    }

    .about-info-article .about-info-swiper .swiper-slide .t {
        font-size: 12px
    }
}

.about-values-list {
    width: 1188px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: .5rem
}

.about-values-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .3rem;
    background-color: #dfeac2;
    border-radius: 12px
}

.about-values-list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.about-values-list li:nth-child(even) .img span {
    border-radius: 0 12px 12px 0
}

.about-values-list li:nth-child(even) .tag {
    left: -14px;
    right: auto;
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg)
}

.about-values-list li:nth-child(even) .title {
    text-align: left
}

.about-values-list .img {
    -webkit-box-flex: 469;
    -moz-box-flex: 469;
    -ms-flex: 469;
    flex: 469;
    overflow: hidden
}

.about-values-list .img span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.about-values-list .img span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-values-list .info {
    -webkit-box-flex: 521;
    -moz-box-flex: 521;
    -ms-flex: 521;
    flex: 521;
    position: relative;
    min-height: 345px
}

.about-values-list .tag {
    position: absolute;
    width: 68px;
    height: 37px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    top: 40px;
    right: -14px
}

.about-values-list .wp {
    padding: .2rem .35rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    color: #727171
}

.about-values-list .title {
    font-size: 40px;
    color: #95b935;
    margin-bottom: .2rem;
    line-height: 46px;
    text-align: right
}

.about-values-list .b {
    font-size: 25px
}

@media (max-width: 1600px) {
    .about-values-list {
        width:990px;
        padding-top: .25rem
    }

    .about-values-list li {
        margin-bottom: .25rem
    }
}

@media (max-width: 1440px) {
    .about-values-list .wp {
        font-size:16px
    }
}

@media (max-width: 1288px) {
    .about-values-list {
        width:auto;
        padding-right: .25rem;
        padding-left: .25rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width: 800px) {
    .about-values-list li {
        display:block
    }

    .about-values-list li .tag {
        left: -14px;
        right: auto;
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        -moz-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg)
    }

    .about-values-list .img span {
        height: auto;
        padding-top: 46.40719%
    }

    .about-values-list .info {
        min-height: 200px
    }

    .about-values-list .title {
        text-align: left
    }

    .about-values-list .b {
        text-align: center !important
    }

    .about-values-list .p {
        text-align: center
    }
}

@media (max-width: 750px) {
    .about-values-list .img span {
        border-radius:12px 12px 0 0
    }

    .about-values-list li:nth-child(even) .img span {
        border-radius: 12px 12px 0 0
    }

    .about-values-list li:nth-child(even) .tag {
        left: -8px
    }

    .about-values-list li .tag {
        left: -8px
    }

    .about-values-list .tag {
        width: 40px;
        height: 22px;
        top: 25px
    }

    .about-values-list .title {
        font-size: 22px;
        line-height: 30px
    }

    .about-values-list .b {
        font-size: 16px
    }

    .about-values-list .wp {
        font-size: 14px;
        line-height: 26px
    }
}

.about-trend-list {
    width: 1086px;
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    padding-top: .5rem
}

.about-trend-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .3rem
}

.about-trend-list .wp {
    background-color: #eaf1d7;
    border-radius: .15rem 0 .075rem .075rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 100%
}

.about-trend-list .info {
    padding: .15rem .2rem
}

.about-trend-list .img {
    width: 100%;
    position: relative;
    padding-top: 49.9006%;
    overflow: hidden;
    border-top-left-radius: .15rem;
    border-bottom-right-radius: .15rem
}

.about-trend-list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-trend-list .icon {
    text-align: center;
    margin-bottom: 15px
}

.about-trend-list .icon img {
    width: .32rem
}

.about-trend-list .title {
    text-align: center;
    font-size: .15rem;
    color: #3e3a39
}

.about-trend-list .box {
    margin-top: .1rem;
    text-align: center
}

.about-trend-list .tag {
    display: inline-block;
    vertical-align: top;
    min-width: 154px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 15px 0;
    margin-bottom: 10px;
    background: #95b935
}

.about-trend-list .p {
    font-size: 16px;
    line-height: 30px;
    color: #727171;
    display: none;
    text-align: left
}

.about-trend-list .show-more-btn {
    margin-top: 10px;
    cursor: pointer
}

.about-trend-list .show-more-btn.open img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1600px) {
    .about-trend-list {
        padding-top:.2rem;
        width: 890px
    }

    .about-trend-list .icon {
        margin-bottom: 10px
    }

    .about-trend-list .icon img {
        width: .27rem
    }
}

@media (max-width: 1440px) {
    .about-trend-list .title {
        font-size:30px
    }

    .about-trend-list .tag {
        font-size: 20px
    }

    .about-trend-list .p {
        font-size: 16px;
        line-height: 30px
    }
}

@media (max-width: 750px) {
    .about-trend-list {
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: .1rem;
        padding-left: .1rem
    }

    .about-trend-list li:nth-child(2n+1) {
        padding: 0 .05rem 0 0
    }

    .about-trend-list li:nth-child(2n) {
        padding: 0 0 0 .05rem
    }

    .about-trend-list .info {
        padding: .15rem .1rem
    }

    .about-trend-list .title {
        font-size: .18rem
    }

    .about-trend-list .tag {
        min-width: 0;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px
    }

    .about-trend-list .p {
        font-size: 14px;
        line-height: 24px
    }

    .about-trend-list .show-more-btn img {
        height: 10px
    }
}

.tech-menu-swiper {
    position: relative;
    margin-bottom: .6rem
}

.tech-menu-swiper .tech-menu-prev,.tech-menu-swiper .tech-menu-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    outline: none;
    z-index: 5;
    height: .22rem
}

.tech-menu-swiper .tech-menu-prev img,.tech-menu-swiper .tech-menu-next img {
    height: 100%
}

.tech-menu-swiper .tech-menu-prev:hover,.tech-menu-swiper .tech-menu-next:hover {
    opacity: .8
}

.tech-menu-swiper .tech-menu-prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tech-menu-swiper .tech-menu-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.tech-menu-swiper .swiper-slide {
    text-align: center
}

.tech-menu-swiper .swiper-slide a {
    display: block
}

.tech-menu-swiper .swiper-slide .img {
    height: 300px;
    max-width: 100%;
    line-height: 300px;
    margin-bottom: .1rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8)
}

.tech-menu-swiper .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.tech-menu-swiper .swiper-slide .p {
    font-size: 22px;
    color: #727171;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.tech-menu-swiper .swiper-slide.on .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.tech-menu-swiper .swiper-slide.on .p {
    font-size: 26px;
    color: #2e7f3b
}

.tech-menu-swiper .swiper-slide:hover .p {
    color: #2e7f3b
}

@media (max-width: 1600px) {
    .tech-menu-swiper {
        margin-bottom:.4rem
    }
}

@media (max-width: 1366px) {
    .tech-menu-swiper .swiper-slide .img {
        height:265px;
        line-height: 265px
    }
}

@media (max-width: 750px) {
    .tech-menu-swiper {
        padding:0 .25rem
    }

    .tech-menu-swiper .tech-menu-prev {
        left: .1rem
    }

    .tech-menu-swiper .tech-menu-next {
        right: .1rem
    }

    .tech-menu-swiper .swiper-slide .img {
        height: 1.825rem;
        line-height: 1.825rem;
        margin-bottom: 0
    }

    .tech-menu-swiper .swiper-slide .p {
        font-size: 16px
    }

    .tech-menu-swiper .swiper-slide.on .p {
        font-size: 20px
    }
}

.tech-article {
    color: #727171;
    line-height: 30px;
    font-size: 16px
}

.tech-article p {
    margin-bottom: 20px
}

.tech-article img {
    max-width: 100%;
    height: auto !important
}

.tech-article ul {
    list-style: disc
}

.tech-article ul li {
    list-style: disc
}

.tech-article ol {
    list-style: decimal
}

.tech-article ol li {
    list-style: decimal
}

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

.tech-article-flexbox.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.tech-article-flex1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.tech-article-flex1.mr-50 {
    margin-right: 50px
}

.tech-article-flex1.ml-50 {
    margin-left: 50px
}

.tech-article-top {
    position: relative;
    font-size: 36px;
    line-height: 50px;
    color: #2e7f3b;
    padding-bottom: 25px;
    margin-bottom: .15rem
}

.tech-article-top:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2e7f3b;
    width: 30px;
    height: 3px;
    content: '';
    display: block
}

.tech-article-box {
    margin-top: .3rem
}

.tech-article-box-title {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    color: #fff;
    font-size: 30px;
    padding: 0 15px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #148039;
    margin-bottom: .1rem
}

.tech-article-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.tech-article-row .img {
    margin-top: 50px
}

.tech-article-row .table-title {
    line-height: 50px;
    font-size: 30px;
    color: #3e3a39
}

.tech-article-row .table-con {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-left: 20px
}

.tech-article-row table {
    width: 100%;
    border-spacing: 4px;
    border-collapse: separate;
    table-layout: fixed
}

.tech-article-row table tr td:first-child {
    border-left: 1px solid #e3e2e2
}

.tech-article-row table tr td:last-child {
    border-right: 1px solid #e3e2e2
}

.tech-article-row table tr:nth-child(2n+1) td {
    border: none;
    background: #e5f0eb
}

.tech-article-row table th {
    background-color: #148039;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    text-align: center
}

.tech-article-row table td {
    border-top: 1px solid #e3e2e2;
    border-bottom: 1px solid #e3e2e2;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    color: #727171;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tech-article-process {
    margin-top: .3rem
}

.tech-article-process .title {
    font-size: 28px;
    color: #148039;
    margin-bottom: 10px
}

.tech-article-process .box {
    background-color: #e5f0eb;
    padding: .15rem .15rem 10px;
    border-radius: 10px
}

.tech-article-process .box .item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: .15rem;
    margin-right: .05rem;
    font-size: 20px;
    line-height: 28px;
    color: #727171
}

.tech-article-process .box .item span {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    background: #148039
}

@media (max-width: 1440px) {
    .tech-article {
        font-size:16px;
        line-height: 30px
    }

    .tech-article-top {
        font-size: 36px;
        line-height: 50px
    }
}

@media (max-width: 1366px) {
    .tech-article-top {
        font-size:30px;
        line-height: 46px
    }

    .tech-article-row .img {
        width: 50%
    }
}

@media (max-width: 1250px) {
    .tech-article {
        padding:0 .25rem
    }

    .tech-article-flexbox {
        display: block
    }

    .tech-article-flex1.mr-50 {
        margin-right: 0
    }

    .tech-article-flex1.ml-50 {
        margin-left: 0
    }
}

@media (max-width: 800px) {
    .tech-article-row {
        display:block
    }

    .tech-article-row .img {
        margin: 0 auto .15rem;
        width: auto;
        text-align: center
    }

    .tech-article-row .table-con {
        margin-left: 0
    }
}

@media (max-width: 750px) {
    .tech-article-top {
        font-size:20px;
        line-height: 32px;
        text-align: center;
        padding-bottom: 10px
    }

    .tech-article-top:after {
        height: 1px;
        left: 50%;
        margin-left: -15px
    }

    .tech-article-box-title {
        font-size: 20px;
        line-height: 44px;
        border-radius: 20px 0
    }

    .tech-article-row .table-title {
        font-size: 20px
    }

    .tech-article-row table th {
        font-size: 18px
    }

    .tech-article-row table td {
        font-size: 16px
    }

    .tech-article-process .title {
        font-size: 20px
    }

    .tech-article-process .box .item {
        font-size: 16px
    }
}

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -moz-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -moz-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -moz-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -moz-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -moz-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -moz-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.join-menu-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px
}

.join-menu-con .item {
    display: block;
    position: relative;
    margin: 0 .25rem
}

.join-menu-con .item.on .front {
    display: none
}

.join-menu-con .item.on .back {
    display: block
}

.join-menu-con .item.on:after {
    position: absolute;
    left: 50%;
    border-top: .06rem solid #fff;
    border-right: .04rem solid transparent;
    border-left: .04rem solid transparent;
    content: '';
    bottom: -.08rem;
    margin-left: -.04rem
}

.join-menu-con .img {
    width: .49rem;
    height: .49rem;
    margin-bottom: .05rem
}

.join-menu-con .img img {
    width: 100%;
    height: 100%
}

.join-menu-con .front {
    display: block
}

.join-menu-con .back {
    display: none
}

.join-menu-con .t {
    color: #fff;
    font-size: .13rem;
    text-align: center
}

@media (max-width: 1024px) {
    .join-menu-con {
        height:auto;
        padding: .4rem 0
    }

    .join-menu-con .img {
        width: .54rem;
        height: .54rem
    }
}

.join-coop-con {
    position: relative;
    width: 100%;
    height: 1086px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff
}

@media (max-width: 1600px) {
    .join-coop-con {
        height:930px
    }
}

@media (max-width: 1440px) {
    .join-coop-con {
        height:786px
    }
}

@media (max-width: 1024px) {
    .join-coop-con {
        display:none
    }
}

.join-coop-mobile {
    display: none;
    background-color: #fff;
    padding-bottom: .4rem
}

.join-coop-mobile .img {
    width: 100%
}

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

.join-coop-mobile .info {
    background-color: rgba(209,231,204,0.6);
    padding: .25rem .15rem;
    text-align: center
}

.join-coop-mobile .info .box {
    margin: 0 auto;
    max-width: 580px;
    color: #429152;
    font-size: .13rem
}

.join-coop-mobile .info .title {
    display: inline-block;
    vertical-align: top;
    margin-bottom: .1rem;
    background: #429152;
    color: #fff;
    font-size: .16rem;
    line-height: .23rem;
    border-radius: .12rem 0;
    padding: 0 .12rem
}

.join-coop-mobile .info .address {
    padding-bottom: 10px;
    border-bottom: 1px dashed #bbd9bd;
    margin-bottom: .1rem
}

.join-coop-mobile .info p {
    margin-bottom: .1rem
}

@media (max-width: 1024px) {
    .join-coop-mobile {
        display:block
    }
}

.join-coop-box {
    position: absolute;
    z-index: 2;
    top: 270px;
    left: 50%;
    margin-left: 190px;
    background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 642px;
    min-height: 339px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 214px;
    padding-top: 33px;
    padding-right: 43px;
    font-size: 18px;
    line-height: 34px;
    color: #429152;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    animation-name: bounceIn
}

.join-coop-box .t {
    font-size: 28px;
    line-height: 44px;
    background: #429152;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    margin-bottom: .025rem;
}

.join-coop-box .item {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #93c199;
    width: 100%;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.join-coop-box .item:last-child {
    border-bottom: none
}

.join-coop-box .item img {
    margin-right: 5px
}

.join-coop-box .item p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

@media (max-width: 1600px) {
    .join-coop-box {
        top:245px;
        left: 50%;
        width: 565px;
        padding-left: 180px;
        padding-top: 25px;
        padding-right: 30px;
        font-size: 16px;
        line-height: 30px;
        height: 295px;
        margin-left: 170px
    }

    .join-coop-box .t {
        font-size: 22px;
        margin-bottom: .1rem
    }

    .join-coop-box img {
        height: 30px
    }
}

@media (max-width: 1440px) {
    .join-coop-box {
        top:147px;
        left: 50%;
        margin-left: 119px;
        width: 559px;
        padding-left: 180px;
        padding-right: 30px
    }
}

@media (max-width: 1366px) {
    .join-coop-box {
        width:530px
    }
}

.join-recruit-con {
    background-color: #fff;
    padding: .45rem 0 .35rem
}

@media (max-width: 1500px) {
    .join-recruit-con {
        padding-left:140px
    }
}

@media (max-width: 1366px) {
    .join-recruit-con {
        padding-left:190px;
        padding-right: .25rem
    }
}

@media (max-width: 1024px) {
    .join-recruit-con {
        padding-left:.15rem;
        padding-right: .15rem
    }
}

.join-recruit-item {
    margin: 0 auto .25rem;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    width: 1188px;
    max-width: 100%
}

.join-recruit-item:nth-child(2n) {
    background-color: #dfefea
}

.join-recruit-item .title {
    background-color: #2d7e3b;
    color: #fff;
    font-size: 25px;
    padding: 0 .175rem;
    line-height: 46px
}

.join-recruit-item .title span {
    font-size: 18px
}

.join-recruit-item .box {
    padding: 0 .15rem;
    font-size: 14px;
    color: #727171;
    line-height: 24px
}

.join-recruit-item .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: .15rem;
    padding-bottom: 10px
}

.join-recruit-item .top .info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    color: #727171;
    line-height: 24px
}

.join-recruit-item .top .info img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px
}

.join-recruit-item .top .info span {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin-right: .05rem
}

.join-recruit-item .top .info p {
    margin-bottom: 10px
}

.join-recruit-item .btn {
    display: block;
    min-width: 112px;
    height: 38px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    background: #2d7e3b;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    margin-left: .1rem;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

.join-recruit-item .btn:hover {
    background: #349144
}

.join-recruit-item .view-btn {
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #727171;
    border-top: 1px dashed #dcdcdc;
    cursor: pointer
}

.join-recruit-item .view-btn:hover {
    color: #2d7e3b
}

.join-recruit-item .view-btn:before {
    content: '查看详情'
}

.join-recruit-item .view-btn.open:before {
    content: '收起'
}

.join-recruit-item .hide-article {
    display: none
}

.join-recruit-item .hide-article .li {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc
}

.join-recruit-item .hide-article .li:last-child {
    border-bottom: none
}

.join-recruit-item .hide-article .t {
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    line-height: 26px;
    background: #2d7e3b
}

.join-recruit-item .hide-article ul li {
    padding-left: 8px;
    position: relative
}

.join-recruit-item .hide-article ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #2d7e3b;
    left: 0;
    top: 10px;
    content: ''
}

.join-recruit-item .hide-article p {
    margin-bottom: 10px
}

@media (max-width: 1600px) {
    .join-recruit-item {
        width:990px
    }

    .join-recruit-item .title {
        font-size: 20px;
        line-height: 40px
    }

    .join-recruit-item .view-btn {
        font-size: 14px;
        line-height: 40px
    }

    .join-recruit-item .btn {
        font-size: 12px
    }
}

@media (max-width: 750px) {
    .join-recruit-item .top {
        display:block
    }

    .join-recruit-item .title {
        font-size: 18px
    }

    .join-recruit-item .btn {
        margin-left: 0;
        height: 34px;
        line-height: 34px
    }
}

.news-con {
    margin-bottom: .25rem
}

@media (max-width: 1024px) {
    .news-con {
        padding:0 .2rem
    }
}

.news-mobile-menu {
    display: none;
    font-size: 0;
    text-align: center;
    margin-bottom: .2rem
}

.news-mobile-menu .item {
    display: inline-block;
    vertical-align: top;
    border-radius: 20px 0;
    color: #008a48;
    font-size: 16px;
    line-height: 36px;
    margin: 0 10px;
    width: 140px;
    border: 1px solid #008a48
}

.news-mobile-menu .item.on {
    background: #008a48;
    color: #fff
}

@media (max-width: 1024px) {
    .news-mobile-menu {
        display:block
    }
}

.news-top {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.news-top .img {
    position: relative;
    overflow: hidden;
    height: 300px
}

.news-top .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-top .img .time {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2d7e3b;
    color: #fff;
    text-align: center;
    height: 100px;
    width: 74px;
    border-bottom-right-radius: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-top .img .time .day {
    font-size: 42px
}

.news-top .img .time .date {
    font-size: 16px
}

.news-top .info {
    background: #e5f0eb;
    padding: .15rem .375rem
}

.news-top .info .title {
    font-size: 30px;
    color: #2e7e3b;
    margin-bottom: 10px
}

.news-top .info .time {
    font-size: 16px;
    color: #808080;
    margin-bottom: .125rem
}

.news-top .info .article {
    font-size: 16px;
    line-height: 30px;
    color: #727171;
    overflow: hidden;
    height: 90px
}

.news-top .show-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    background: #00703b;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.news-top .show-more-btn:hover {
    background: #008a48
}

.news-top .show-more-btn img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin-left: 5px
}

.news-top .show-more-btn.open img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 750px) {
    .news-top .img {
        height:auto;
        padding-top: 59.52381%
    }

    .news-top .img img {
        position: absolute;
        top: 0;
        left: 0
    }

    .news-top .img .time {
        display: none
    }

    .news-top .info {
        padding: .1rem .15rem
    }

    .news-top .info .title {
        font-size: 16px
    }

    .news-top .info .time {
        font-size: 14px
    }

    .news-top .info .article {
        font-size: 14px;
        line-height: 24px;
        height: 72px
    }
}

.news-list {
    margin-bottom: .25rem
}

.news-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #727171
}

.news-list li .t {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news-list li .t a {
    color: #727171;
    font-size: 16px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s
}

.news-list li .t a:hover {
    color: #2d7e3b
}

.news-list li .time {
    margin-left: 10px
}

.news-list-con .title {
    font-size: 25px;
    color: #727171;
    margin-bottom: 15px
}

@media (max-width: 750px) {
    .news-list li .t a {
        font-size:14px;
        line-height: 26px
    }

    .news-list li .time {
        font-size: 14px
    }

    .news-list-con .title {
        color: #2e7f3b;
        font-size: 20px
    }
}

.news-detail-con {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.news-detail-con .top {
    text-align: center
}

.news-detail-con .top .title {
    font-size: 28px;
    color: #429152;
    margin-bottom: .1rem
}

.news-detail-con .top .tip {
    font-size: 14px;
    color: #666
}

.news-detail-con .top .tip span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.news-detail-con .article {
    padding-top: .15rem;
    line-height: 30px;
    color: #727171;
    font-size: 16px
}

.news-detail-con .article p {
    margin-bottom: 15px
}

.news-detail-con .article img {
    max-width: 100%;
    height: auto !important
}

.news-detail-con .article ul {
    list-style: disc
}

.news-detail-con .article ul li {
    list-style: disc
}

.news-detail-con .article ol {
    list-style: decimal
}

.news-detail-con .article ol li {
    list-style: decimal
}

@media (max-width: 1024px) {
    .news-detail-con {
        padding:0 .15rem
    }
}

@media (max-width: 750px) {
    .news-detail-con .top .title {
        font-size:20px
    }

    .news-detail-con .top .tip {
        font-size: 12px
    }
}

@keyframes b2t {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes app-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-moz-keyframes app-rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes app-rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes l2r {
    from {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes l2r {
    from {
        opacity: 0;
        -moz-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes l2r {
    from {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

.app-list-con {
    background-image: url(../images/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: .5rem 0 .5rem 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media (max-width: 1600px) {
    .app-list-con {
        padding:.3rem .25rem .3rem 150px
    }
}

@media (max-width: 1024px) {
    .app-list-con {
        padding:.5rem .15rem
    }
}

.app-list {
    margin: 0 auto;
    width: 1340px;
    font-size: 0;
    max-width: 100%
}

.app-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: .3rem;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-name: b2t;
    -moz-animation-name: b2t;
    animation-name: b2t;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.app-list li:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s
}

.app-list li:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.app-list li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.app-list li:nth-child(4) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.app-list li:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.app-list li:nth-child(6) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.app-list .wp {
    display: block;
    border-radius: .325rem 0;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.app-list .wp:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.app-list .img {
    width: 100%;
    position: relative;
    padding-top: 71.9346%;
    overflow: hidden
}

.app-list .img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.app-list .t {
    text-align: center;
    background-color: rgba(69,128,16,0.5);
    color: #fff;
    line-height: 80px;
    overflow: hidden;
    font-size: 30px;
    height: 80px
}

@media (max-width: 1600px) {
    .app-list {
        width:1150px
    }
}

@media (max-width: 1440px) {
    .app-list .t {
        font-size:30px
    }
}

@media (max-width: 800px) {
    .app-list li {
        width:50%
    }

    .app-list li:nth-child(2n+1) {
        padding: 0 .1rem 0 0
    }

    .app-list li:nth-child(2n) {
        padding: 0 0 0 .1rem
    }
}

@media (max-width: 750px) {
    .app-list .t {
        line-height:40px;
        font-size: 16px;
        height: 40px
    }
}

.app-banner {
    width: 100%;
    height: 668px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.app-banner .word-box {
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: 190px;
    width: 640px;
    bottom: 50px
}

.app-banner .word-box .p {
    font-size: 18px;
    line-height: 32px;
    color: #727171
}

.app-banner .word-box .p p {
    margin-bottom: 10px
}

.app-banner .word-box .title {
    position: relative;
    margin-bottom: 45px;
    padding-left: 10px
}

.app-banner .word-box .title:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 84px;
    height: 2px;
    content: '';
    background-color: #80a034
}

.app-banner .word-box .title:before {
    position: absolute;
    width: 186px;
    height: 186px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    left: -73px;
    bottom: -53px;
    background-image: url(../images/circle2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    content: '';
    -webkit-animation-name: app-rotate;
    -moz-animation-name: app-rotate;
    animation-name: app-rotate;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1
}

.app-banner .word-box .t {
    position: relative;
    font-size: 50px;
    color: #458010;
    z-index: 3;
    line-height: 70px;
    -webkit-animation-name: l2r;
    -moz-animation-name: l2r;
    animation-name: l2r;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 1700px) {
    .app-banner .word-box {
        margin-left:0;
        left: auto;
        right: .15rem
    }
}

@media (max-width: 1600px) {
    .app-banner {
        height:480px
    }
}

@media (max-width: 1440px) {
    .app-banner .word-box {
        width:500px
    }

    .app-banner .word-box .p {
        font-size: 16px;
        line-height: 30px
    }
}

@media (max-width: 1366px) {
    .app-banner {
        height:550px
    }
}

@media (max-width: 800px) {
    .app-banner {
        display:none
    }
}

.app-banner-mobile {
    display: none
}

.app-banner-mobile .bg {
    position: relative;
    width: 100%;
    padding-top: 57.33333%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.app-banner-mobile .title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: .6rem
}

.app-banner-mobile .title:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: .42rem;
    height: 2px;
    content: '';
    background-color: #80a034
}

.app-banner-mobile .title:before {
    position: absolute;
    width: .93rem;
    height: .93rem;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    left: -.365rem;
    bottom: -.265rem;
    background-image: url(../images/circle2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    content: '';
    -webkit-animation-name: app-rotate;
    -moz-animation-name: app-rotate;
    animation-name: app-rotate;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1
}

.app-banner-mobile .t {
    position: relative;
    font-size: .25rem;
    color: #458010;
    z-index: 3;
    line-height: .35rem;
    -webkit-animation-name: l2r;
    -moz-animation-name: l2r;
    animation-name: l2r;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.app-banner-mobile .p {
    margin: .1rem .25rem 0;
    font-size: 20px;
    line-height: 35px;
    color: #727171
}

@media (max-width: 800px) {
    .app-banner-mobile {
        display:block
    }
}

@media (max-width: 750px) {
    .app-banner-mobile .p {
        font-size:16px;
        line-height: 28px
    }
}

.app-detail {
    padding: .3rem 0 .6rem 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    color: #727171;
    font-size: 18px
}

.app-detail p {
    margin-bottom: 17.5px
}

.app-detail img {
    max-width: 100%;
    height: auto !important
}

.app-detail ul {
    list-style: disc
}

.app-detail ul li {
    list-style: disc
}

.app-detail ol {
    list-style: decimal
}

.app-detail ol li {
    list-style: decimal
}

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

.app-detail-img {
    margin-left: 50px
}

.app-detail-article {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.app-detail .box {
    border-top: 1px dashed #c0c0c0;
    padding-top: .15rem
}

.app-detail .box:first-child {
    border-top: none;
    padding-top: 0
}

.app-detail .box .title {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    min-width: 180px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    border-radius: 12px 0;
    background-color: #458010
}

.app-detail .box .item {
    padding: 20px 0;
    border-bottom: 1px dashed #c0c0c0
}

.app-detail .box .item:last-child {
    border-bottom: none
}

.app-detail-page {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.app-detail-page .prev {
    display: block;
    border-top: 16px solid transparent;
    border-right: 30px solid #dedbdb;
    border-bottom: 16px solid transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.app-detail-page .prev:hover {
    border-right-color: #458010
}

.app-detail-page .next {
    display: block;
    border-top: 16px solid transparent;
    border-left: 30px solid #dedbdb;
    border-bottom: 16px solid transparent
}

.app-detail-page .next:hover {
    border-left-color: #458010
}

.app-detail-page .back-btn {
    text-align: center;
    font-size: 22px;
    color: #fff;
    width: 160px;
    height: 35px;
    line-height: 35px;
    background: #458010;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin: 0 10px
}

.app-detail-page .back-btn:hover {
    background: #519713
}

@media (max-width: 1600px) {
    .app-detail {
        padding:.3rem .25rem .6rem 150px
    }
}

@media (max-width: 1440px) {
    .app-detail {
        font-size:16px;
        line-height: 30px
    }
}

@media (max-width: 1024px) {
    .app-detail {
        padding:.2rem .25rem
    }

    .app-detail .flex-box {
        display: block
    }

    .app-detail-img {
        margin: 0 auto;
        text-align: center
    }
}

@media (max-width: 750px) {
    .app-detail {
        font-size:16px;
        line-height: 28px
    }

    .app-detail .box .title {
        font-size: 20px
    }
}

@-webkit-keyframes brand-b2t {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes brand-b2t {
    from {
        opacity: 0;
        -moz-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes brand-b2t {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes brand-l2r {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes brand-l2r {
    from {
        opacity: 0;
        -moz-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes brand-l2r {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes grow {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@-moz-keyframes grow {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes grow {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@-webkit-keyframes show-item {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes show-item {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes show-item {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.brand-list-con {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1024px) {
    .brand-list-con {
        padding-left:0
    }
}

@media (max-width: 800px) {
    .brand-list-con {
        height:5.55rem
    }
}

.brand-list {
    font-size: 0;
    width: 1458px;
    max-width: 80%
}

.brand-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 35px;
    -webkit-animation-name: brand-b2t;
    -moz-animation-name: brand-b2t;
    animation-name: brand-b2t;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.brand-list li:nth-child(2) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.brand-list li:nth-child(3) {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.brand-list .wp {
    display: block;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.brand-list .wp:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.brand-list .img {
    width: 100%;
    position: relative;
    padding-top: 86.53846%;
    overflow: hidden
}

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

.brand-list .t {
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    line-height: 84px;
    z-index: 2;
    font-size: 38px
}

@media (max-width: 1600px) {
    .brand-list .t {
        height:60px;
        line-height: 60px;
        font-size: 28px
    }
}

@media (max-width: 1024px) {
    .brand-list {
        max-width:100%
    }

    .brand-list .t {
        height: 55px;
        line-height: 55px
    }
}

@media (max-width: 800px) {
    .brand-list li {
        display:block;
        width: 1.5rem;
        padding: 0;
        margin: 0 auto .2rem
    }

    .brand-list li:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 450px) {
    .brand-list .t {
        height:30px;
        line-height: 30px;
        font-size: 14px
    }
}

.brand-sub-top {
    width: 100%;
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.brand-sub-top .word {
    position: absolute;
    z-index: 2;
    right: 14.27083%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 20px;
    line-height: 48px;
    color: #727171;
    max-width: 465px
}

.brand-sub-top .word .t {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    border-radius: 24px 0;
    text-align: center;
    margin-bottom: .25rem;
    background-color: #80a234;
    -webkit-animation-name: brand-l2r;
    -moz-animation-name: brand-l2r;
    animation-name: brand-l2r;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.brand-sub-top .word .article {
    opacity: 0;
    -webkit-animation-name: brand-l2r;
    -moz-animation-name: brand-l2r;
    animation-name: brand-l2r;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.brand-sub-top .word .tip {
    line-height: 36px;
    background: #a7a7a8;
    font-size: 28px;
    padding: 0 12px;
    margin-bottom: 10px;
    color: #fff
}

.brand-sub-top .word ul {
    margin-bottom: .15rem
}

.brand-sub-top .word ul li {
    position: relative;
    padding-left: 16px
}

.brand-sub-top .word ul li:before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 20px;
    left: 4px;
    background: #80a234;
    content: '';
    display: block;
    border-radius: 100%
}

@media (max-width: 1600px) {
    .brand-sub-top {
        height:580px
    }

    .brand-sub-top .word {
        line-height: 40px
    }

    .brand-sub-top .word .t {
        margin-bottom: .15rem
    }

    .brand-sub-top .word .tip {
        font-size: 22px
    }

    .brand-sub-top .word ul li:before {
        top: 16px
    }
}

@media (max-width: 1024px) {
    .brand-sub-top {
        height:auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: .35rem;
        text-align: right
    }

    .brand-sub-top .word {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        display: inline-block;
        vertical-align: top;
        text-align: left
    }
}

@media (max-width: 800px) {
    .brand-sub-top {
        background:#fff !important;
        padding: .25rem .25rem .1rem
    }

    .brand-sub-top .word {
        position: static;
        width: 100%;
        max-width: 100%
    }

    .brand-sub-top .word .t {
        display: none
    }
}

@media (max-width: 750px) {
    .brand-sub-top .word {
        font-size:16px;
        line-height: 32px
    }

    .brand-sub-top .word .tip {
        font-size: 18px
    }

    .brand-sub-top .word ul li:before {
        top: 12px
    }
}

.brand-sub-list-con {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: .25rem 0 .25rem 140px
}

@media (max-width: 1024px) {
    .brand-sub-list-con {
        padding:.15rem 0
    }
}

@media (max-width: 800px) {
    .brand-sub-list-con {
        padding:0 0 .15rem
    }
}

.brand-sub-list {
    width: 1340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.brand-sub-list li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: .2rem
}

.brand-sub-list li:nth-child(3n+3) {
    margin-right: 0
}

.brand-sub-list .wp {
    background-color: rgba(128,157,43,0.15);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    overflow: hidden;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px 0
}

.brand-sub-list img {
    max-height: 100%;
    margin-right: .15rem
}

.brand-sub-list .t {
    font-size: 30px;
    color: #80a234
}

@media (max-width: 1500px) {
    .brand-sub-list {
        width:auto;
        margin: 0 .25rem
    }
}

@media (max-width: 1024px) {
    .brand-sub-list .wp {
        height:90px;
        border-radius: 20px 0
    }

    .brand-sub-list .t {
        font-size: 20px
    }
}

@media (max-width: 800px) {
    .brand-sub-list .wp {
        height:.85rem;
        border-radius: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .brand-sub-list img {
        height: .5rem;
        margin-right: 0
    }
}

@media (max-width: 750px) {
    .brand-sub-list li {
        margin-right:.1rem
    }

    .brand-sub-list .t {
        font-size: 14px
    }
}

.brand-sub-mobile-top {
    display: none;
    width: 100%;
    position: relative;
    padding-top: 57.33333%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.brand-sub-mobile-top .t {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -.2rem;
    font-size: .25rem;
    line-height: .4rem;
    padding: 0 .15rem;
    border-radius: .2rem 0;
    background-color: #80a234;
    -webkit-animation-name: brand-l2r;
    -moz-animation-name: brand-l2r;
    animation-name: brand-l2r;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@media (max-width: 800px) {
    .brand-sub-mobile-top {
        display:block
    }
}

.brand-detail-con {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: .75rem 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 900px
}

.brand-detail-con .word-box {
    position: relative;
    max-width: 560px;
    font-size: 18px;
    line-height: 42px;
    color: #727171
}

.brand-detail-con .word-box.right {
    left: 50%;
    margin-left: .55rem
}

.brand-detail-con .word-box.left {
    left: 50%;
    margin-left: -525px
}

.brand-detail-con .word-box img {
    max-width: 100%;
    height: auto !important
}

.brand-detail-con .word-box .box {
    margin-bottom: 10px
}

.brand-detail-con .word-box .t {
    display: inline-block;
    vertical-align: top;
    padding: 0 .15rem;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    border-radius: .1rem 0;
    text-align: center;
    margin-bottom: .1rem;
    background-color: #80a234;
    -webkit-animation-name: brand-l2r;
    -moz-animation-name: brand-l2r;
    animation-name: brand-l2r;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.brand-detail-con .word-box .article {
    opacity: 0;
    -webkit-animation-name: brand-l2r;
    -moz-animation-name: brand-l2r;
    animation-name: brand-l2r;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.brand-detail-con .word-box .tip {
    line-height: 36px;
    background: #a7a7a8;
    font-size: 28px;
    padding: 0 12px;
    color: #fff
}

.brand-detail-con .word-box ul li {
    position: relative;
    padding-left: 16px
}

.brand-detail-con .word-box ul li:before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 17px;
    left: 4px;
    background: #80a234;
    content: '';
    display: block;
    border-radius: 100%
}

.brand-detail-con .back-btn {
    display: none;
    margin: .2rem auto 0;
    color: #fff;
    background-color: #80a034;
    font-size: 18px;
    line-height: 30px;
    width: 150px;
    text-align: center
}

.brand-detail-con .close-btn {
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #809e34;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: block;
    border-radius: 5px
}

.brand-detail-con .close-btn:hover {
    background: #90b13a
}

.brand-detail-con .prev-btn,.brand-detail-con .next-btn {
    position: absolute;
    top: 50%;
    width: 60px;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5
}

.brand-detail-con .prev-btn img,.brand-detail-con .next-btn img {
    width: 100%
}

.brand-detail-con .prev-btn {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 120px
}

.brand-detail-con .next-btn {
    right: 20px
}

@media (max-width: 1600px) {
    .brand-detail-con {
        padding:.4rem 0
    }

    .brand-detail-con .word-box {
        font-size: 16px;
        line-height: 40px
    }

    .brand-detail-con .word-box .t {
        font-size: 30px
    }

    .brand-detail-con .word-box .tip {
        font-size: 22px
    }
}

@media (max-width: 1440px) {
    .brand-detail-con .prev-btn,.brand-detail-con .next-btn {
        width:30px
    }
}

@media (max-width: 1366px) {
    .brand-detail-con .word-box {
        font-size:20px;
        line-height: 38px
    }

    .brand-detail-con .word-box.left {
        margin-left: -445px
    }

    .brand-detail-con .word-box.right {
        float: right;
        left: auto;
        margin-left: 0;
        margin-right: .25rem
    }

    .brand-detail-con .word-box .t {
        font-size: 36px
    }

    .brand-detail-con .word-box ul li:before {
        top: 15px
    }
}

@media (max-width: 1024px) {
    .brand-detail-con {
        min-height:0
    }

    .brand-detail-con .word-box {
        position: static;
        display: inline-block;
        margin-left: .25rem !important
    }

    .brand-detail-con .prev-btn {
        left: 20px
    }
}

@media (max-width: 750px) {
    .brand-detail-con {
        background:none !important;
        padding-top: .3rem
    }

    .brand-detail-con .word-box {
        margin-right: .25rem;
        font-size: 16px;
        line-height: 32px
    }

    .brand-detail-con .word-box .t {
        display: none
    }

    .brand-detail-con .word-box .tip {
        font-size: 20px
    }

    .brand-detail-con .word-box ul li:before {
        top: 12px
    }

    .brand-detail-con .word-box.right {
        float: none
    }

    .brand-detail-con .close-btn {
        display: none
    }

    .brand-detail-con .back-btn {
        display: block
    }

    .brand-detail-con .prev-btn,.brand-detail-con .next-btn {
        display: none
    }
}

.brand-detail-mobile {
    display: none;
    position: relative
}

.brand-detail-mobile .bg {
    width: 100%;
    padding-top: 57.33333%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.brand-detail-mobile .t {
    position: absolute;
    text-align: center;
    z-index: 2;
    -webkit-animation-name: brand-b2t;
    -moz-animation-name: brand-b2t;
    animation-name: brand-b2t;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    top: .6rem
}

.brand-detail-mobile .t.left {
    left: .45rem
}

.brand-detail-mobile .t.right {
    right: .4rem
}

.brand-detail-mobile .t img {
    width: .295rem
}

.brand-detail-mobile .t p {
    font-size: .26rem;
    color: #809e34;
    margin-top: 5px
}

@media (max-width: 750px) {
    .brand-detail-mobile {
        display:block
    }
}

.brand-tree-con {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1080px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 140px
}

.brand-tree-con .tree-con {
    position: relative;
    width: 1300px;
    height: 1080px;
    margin: 0 auto;
    max-width: 100%
}

.brand-tree-con .tree-con .bg {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation-name: grow;
    -moz-animation-name: grow;
    animation-name: grow;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.brand-tree-con .tree-con .bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
}

.brand-tree-con .tree-con .bg-mobile {
    display: none;
    overflow: hidden;
    -webkit-animation-name: grow;
    -moz-animation-name: grow;
    animation-name: grow;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: 0
}

.brand-tree-con .tree-con .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: .1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    opacity: 0;
    -webkit-animation-name: show-item;
    -moz-animation-name: show-item;
    animation-name: show-item;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.brand-tree-con .tree-con .item img {
    margin-bottom: .05rem
}

.brand-tree-con .tree-con .item .t {
    max-width: 100%
}

.brand-tree-con .tree-con .item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.brand-tree-con .tree-con .item:nth-child(1) {
    background-color: #7fa636;
    color: #fff;
    width: 194px;
    height: 194px;
    padding: 0 .1rem;
    top: 62px;
    left: 556px;
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.brand-tree-con .tree-con .item:nth-child(1) .t {
    font-size: 26px;
    line-height: 38px
}

.brand-tree-con .tree-con .item:nth-child(2) {
    background-color: #7fa636;
    color: #fff;
    width: 194px;
    height: 194px;
    padding: 0 .1rem;
    top: 118px;
    left: 880px;
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.brand-tree-con .tree-con .item:nth-child(2) .t {
    font-size: 26px;
    line-height: 38px
}

.brand-tree-con .tree-con .item:nth-child(3) {
    background-color: #7fa636;
    color: #fff;
    width: 228px;
    height: 228px;
    padding: 0 .1rem;
    top: 182px;
    left: 89px;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.brand-tree-con .tree-con .item:nth-child(3) .t {
    font-size: 32px;
    line-height: 45px
}

.brand-tree-con .tree-con .item:nth-child(4) {
    background-color: #7fa636;
    color: #fff;
    width: 206px;
    height: 206px;
    padding: 0 .1rem;
    top: 258px;
    left: 1093px;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.brand-tree-con .tree-con .item:nth-child(4) .t {
    font-size: 29px;
    line-height: 40px
}

@media (max-width: 1440px) {
    .brand-tree-con .tree-con .item:nth-child(4) {
        left:auto;
        right: 0
    }
}

.brand-tree-con .tree-con .item:nth-child(5) {
    background-color: #7fa636;
    color: #fff;
    width: 168px;
    height: 168px;
    padding: 0 .05rem;
    top: 270px;
    left: 684px;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.brand-tree-con .tree-con .item:nth-child(5) .t {
    font-size: 24px;
    line-height: 32px
}

.brand-tree-con .tree-con .item:nth-child(6) {
    background-color: #7fa636;
    color: #fff;
    width: 194px;
    height: 194px;
    padding: 0 .1rem;
    top: 297px;
    left: 334px;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.brand-tree-con .tree-con .item:nth-child(6) .t {
    font-size: 26px;
    line-height: 38px
}

.brand-tree-con .tree-con .item:nth-child(7) {
    background-color: rgba(119,172,12,0.3);
    color: #5f9004;
    width: 128px;
    height: 128px;
    padding: 0 .05rem;
    top: 493px;
    left: 776px;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.brand-tree-con .tree-con .item:nth-child(7) .t {
    font-size: 20px;
    line-height: 28px
}

.brand-tree-con .tree-con .item:nth-child(8) {
    background-color: rgba(119,172,12,0.3);
    color: #5f9004;
    width: 128px;
    height: 128px;
    padding: 0 .05rem;
    top: 505px;
    left: 469px;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.brand-tree-con .tree-con .item:nth-child(8) .t {
    font-size: 20px;
    line-height: 28px
}

.brand-tree-con .tree-con .item:nth-child(9) {
    background-color: rgba(119,172,12,0.3);
    color: #5f9004;
    width: 128px;
    height: 128px;
    padding: 0 .05rem;
    top: 516px;
    left: 0;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.brand-tree-con .tree-con .item:nth-child(9) .t {
    font-size: 20px;
    line-height: 28px
}

.brand-tree-con .tree-con .item:nth-child(10) {
    background-color: rgba(119,172,12,0.3);
    color: #5f9004;
    width: 128px;
    height: 128px;
    padding: 0 .05rem;
    top: 623px;
    left: 1100px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.brand-tree-con .tree-con .item:nth-child(10) .t {
    font-size: 20px;
    line-height: 28px
}

.brand-tree-con .tree-con .item:nth-child(11) {
    background-color: rgba(119,172,12,0.3);
    color: #5f9004;
    width: 128px;
    height: 128px;
    padding: 0 .05rem;
    top: 633px;
    left: 271px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.brand-tree-con .tree-con .item:nth-child(11) .t {
    font-size: 20px;
    line-height: 28px
}

.brand-tree-con .tree-con .item:nth-child(12) {
    background-color: rgba(119,172,12,0.3);
    color: #5f9004;
    width: 128px;
    height: 128px;
    padding: 0 .05rem;
    top: 687px;
    left: 778px;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    animation-delay: .9s
}

.brand-tree-con .tree-con .item:nth-child(12) .t {
    font-size: 20px;
    line-height: 28px
}

@media (max-width: 1366px) {
    .brand-tree-con .tree-con .item:nth-child(1) {
        left:518px
    }

    .brand-tree-con .tree-con .item:nth-child(2) {
        left: 831px
    }

    .brand-tree-con .tree-con .item:nth-child(3) {
        left: 49px
    }

    .brand-tree-con .tree-con .item:nth-child(5) {
        left: 630px
    }

    .brand-tree-con .tree-con .item:nth-child(7) {
        left: 722px
    }

    .brand-tree-con .tree-con .item:nth-child(8) {
        left: 439px
    }

    .brand-tree-con .tree-con .item:nth-child(10) {
        left: 1056px
    }

    .brand-tree-con .tree-con .item:nth-child(11) {
        left: 232px
    }

    .brand-tree-con .tree-con .item:nth-child(12) {
        left: 743px
    }
}

@media (max-width: 1600px) {
    .brand-tree-con {
        height:750px
    }

    .brand-tree-con .tree-con {
        width: 903px;
        height: 750px
    }

    .brand-tree-con .tree-con .item:nth-child(1) {
        left: 379px;
        width: 162px;
        height: 162px;
        top: 15px
    }

    .brand-tree-con .tree-con .item:nth-child(1) .t {
        font-size: 22px;
        line-height: 32px
    }

    .brand-tree-con .tree-con .item:nth-child(2) {
        width: 162px;
        height: 162px;
        left: 598px;
        top: 52px
    }

    .brand-tree-con .tree-con .item:nth-child(2) .t {
        font-size: 22px;
        line-height: 32px
    }

    .brand-tree-con .tree-con .item:nth-child(3) {
        width: 188px;
        height: 188px;
        top: 96px;
        left: 49px
    }

    .brand-tree-con .tree-con .item:nth-child(3) .t {
        font-size: 24px;
        line-height: 36px
    }

    .brand-tree-con .tree-con .item:nth-child(4) {
        width: 136px;
        height: 136px;
        top: 182px;
        left: 776px
    }

    .brand-tree-con .tree-con .item:nth-child(4) .t {
        font-size: 20px;
        line-height: 32px
    }

    .brand-tree-con .tree-con .item:nth-child(5) {
        left: 467px;
        width: 118px;
        height: 118px;
        top: 188px
    }

    .brand-tree-con .tree-con .item:nth-child(5) .t {
        font-size: 18px;
        line-height: 26px
    }

    .brand-tree-con .tree-con .item:nth-child(6) {
        width: 144px;
        height: 144px;
        top: 197px;
        left: 256px
    }

    .brand-tree-con .tree-con .item:nth-child(6) .t {
        font-size: 20px;
        line-height: 30px
    }

    .brand-tree-con .tree-con .item:nth-child(7) {
        top: 323px;
        left: 523px;
        width: 108px;
        height: 108px
    }

    .brand-tree-con .tree-con .item:nth-child(8) {
        width: 98px;
        height: 98px;
        left: 336px;
        top: 344px
    }

    .brand-tree-con .tree-con .item:nth-child(8) .t {
        font-size: 18px;
        line-height: 26px
    }

    .brand-tree-con .tree-con .item:nth-child(9) {
        top: 319px
    }

    .brand-tree-con .tree-con .item:nth-child(10) {
        left: 749px;
        top: 401px;
        width: 118px;
        height: 118px
    }

    .brand-tree-con .tree-con .item:nth-child(11) {
        top: 420px;
        left: 173px;
        width: 108px;
        height: 108px
    }

    .brand-tree-con .tree-con .item:nth-child(12) {
        top: 457px;
        left: 538px;
        width: 108px;
        height: 108px
    }

    .brand-tree-con .tree-con .item:nth-child(12) .t {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width: 1440px) {
    .brand-tree-con {
        padding-left:100px
    }
}

@media (max-width: 1024px) {
    .brand-tree-con {
        padding-left:0;
        height: 665px
    }

    .brand-tree-con .tree-con {
        width: 800px;
        height: 665px
    }

    .brand-tree-con .tree-con .item:nth-child(1) {
        left: 335px;
        width: 142px;
        height: 142px;
        top: 15px
    }

    .brand-tree-con .tree-con .item:nth-child(1) .t {
        font-size: 20px;
        line-height: 32px
    }

    .brand-tree-con .tree-con .item:nth-child(2) {
        width: 142px;
        height: 142px;
        left: 527px;
        top: 48px
    }

    .brand-tree-con .tree-con .item:nth-child(2) .t {
        font-size: 20px;
        line-height: 32px
    }

    .brand-tree-con .tree-con .item:nth-child(3) {
        width: 148px;
        height: 148px;
        top: 104px;
        left: 50px
    }

    .brand-tree-con .tree-con .item:nth-child(3) .t {
        font-size: 20px;
        line-height: 32px
    }

    .brand-tree-con .tree-con .item:nth-child(4) {
        width: 126px;
        height: 126px;
        top: 155px;
        left: 679px
    }

    .brand-tree-con .tree-con .item:nth-child(4) .t {
        font-size: 20px;
        line-height: 32px
    }

    .brand-tree-con .tree-con .item:nth-child(5) {
        left: 408px;
        width: 108px;
        height: 108px;
        top: 161px
    }

    .brand-tree-con .tree-con .item:nth-child(5) .t {
        font-size: 16px;
        line-height: 24px
    }

    .brand-tree-con .tree-con .item:nth-child(6) {
        width: 124px;
        height: 124px;
        top: 177px;
        left: 207px
    }

    .brand-tree-con .tree-con .item:nth-child(6) .t {
        font-size: 18px;
        line-height: 28px
    }

    .brand-tree-con .tree-con .item:nth-child(7) {
        top: 285px;
        left: 460px;
        width: 98px;
        height: 98px
    }

    .brand-tree-con .tree-con .item:nth-child(8) {
        width: 88px;
        height: 88px;
        left: 290px;
        top: 302px
    }

    .brand-tree-con .tree-con .item:nth-child(8) .t {
        font-size: 16px;
        line-height: 24px
    }

    .brand-tree-con .tree-con .item:nth-child(9) {
        top: 289px;
        width: 108px;
        height: 108px
    }

    .brand-tree-con .tree-con .item:nth-child(10) {
        left: 661px;
        top: 362px;
        width: 98px;
        height: 98px
    }

    .brand-tree-con .tree-con .item:nth-child(11) {
        top: 371px;
        left: 160px;
        width: 98px;
        height: 98px
    }

    .brand-tree-con .tree-con .item:nth-child(12) {
        top: 406px;
        left: 475px;
        width: 98px;
        height: 98px
    }

    .brand-tree-con .tree-con .item:nth-child(12) .t {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width: 800px) {
    .brand-tree-con {
        height:auto
    }

    .brand-tree-con .tree-con {
        height: auto;
        padding-top: 148%;
        overflow: hidden
    }

    .brand-tree-con .tree-con .bg {
        display: none
    }

    .brand-tree-con .tree-con .bg-mobile {
        display: block
    }

    .brand-tree-con .tree-con .item img {
        max-width: .25rem
    }

    .brand-tree-con .tree-con .item:nth-child(1) {
        width: .97rem;
        height: .97rem;
        top: 2.7027%;
        left: 38.13333%
    }

    .brand-tree-con .tree-con .item:nth-child(1) .t {
        font-size: .15rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(2) {
        width: .97rem;
        height: .97rem;
        top: 4.5045%;
        left: auto;
        right: 2.26667%
    }

    .brand-tree-con .tree-con .item:nth-child(2) .t {
        font-size: .15rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(3) {
        width: .97rem;
        height: .97rem;
        top: 12.07207%;
        left: 4.8%
    }

    .brand-tree-con .tree-con .item:nth-child(3) .t {
        font-size: .15rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(4) {
        width: .84rem;
        height: .84rem;
        top: 22.88288%;
        left: 55.33333%
    }

    .brand-tree-con .tree-con .item:nth-child(4) .t {
        font-size: .15rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(5) {
        width: .77rem;
        height: .77rem;
        top: 32.43243%;
        left: 25.6%
    }

    .brand-tree-con .tree-con .item:nth-child(5) .t {
        font-size: .12rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(6) {
        width: .77rem;
        height: .77rem;
        top: 40.09009%;
        left: 3.6%
    }

    .brand-tree-con .tree-con .item:nth-child(6) .t {
        font-size: .12rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(7) {
        width: .64rem;
        height: .64rem;
        top: 51.08108%;
        left: 60.66667%
    }

    .brand-tree-con .tree-con .item:nth-child(7) .t {
        font-size: .14rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(8) {
        width: .64rem;
        height: .64rem;
        top: 57.47748%;
        left: 80%
    }

    .brand-tree-con .tree-con .item:nth-child(8) .t {
        font-size: .14rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(9) {
        width: .64rem;
        height: .64rem;
        top: 63.33333%;
        left: 25.06667%
    }

    .brand-tree-con .tree-con .item:nth-child(9) .t {
        font-size: .14rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(10) {
        width: .64rem;
        height: .64rem;
        top: 68.82883%;
        left: 5.73333%
    }

    .brand-tree-con .tree-con .item:nth-child(10) .t {
        font-size: .14rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(11) {
        width: .64rem;
        height: .64rem;
        top: 78.28829%;
        left: 66.66667%
    }

    .brand-tree-con .tree-con .item:nth-child(11) .t {
        font-size: .14rem;
        line-height: .2rem
    }

    .brand-tree-con .tree-con .item:nth-child(12) {
        width: .64rem;
        height: .64rem;
        top: 83.42342%;
        left: 26.66667%
    }

    .brand-tree-con .tree-con .item:nth-child(12) .t {
        font-size: .14rem;
        line-height: .2rem
    }
}

/*# sourceMappingURL=maps/style.css.map */
/*# sourceMappingURL=maps/style.css.map */
