/*body {*/
/*    font-family: "微软雅黑";*/
/*    overflow-x: hidden;*/
/*}*/
@media (max-width: 768px) {
    body {
        padding-bottom: 70px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1430px;
    }
}

/*.df {*/
/*    display: -webkit-flex;*/
/*    display: -moz-flex;*/
/*    display: -ms-flex;*/
/*    display: -o-flex;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*}*/
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

body {
    min-width: 350px;
}

ul {
    padding-left: 0;
}

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

p {
    margin-bottom: 0;
}

/* 导航 */
.top_phone {
    position: absolute;
    right: 0;
    top: 28px;
    color: #569435;
    text-align: center;
}

.top_phone span {
    display: block;
    font-size: 15px;
}

.top_phone p {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

nav.bootsnav .dropdown.megamenu-fw {
    position: static;
}

nav.bootsnav .container {
    position: relative;
}

nav.bootsnav .megamenu-fw .dropdown-menu {
    left: auto;
}

nav.bootsnav .megamenu-content {
    padding: 15px;
    width: 100% !important;
}

nav.bootsnav .megamenu-content .title {
    margin-top: 0;
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
    left: 50%;
    margin-left: -100%;
    right: auto;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: none;
}

/* Navbar
=================================*/
nav.navbar.bootsnav {
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #e0e0e0;
    z-index: 9;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #000000;
    background-color: transparent !important;
}

nav.navbar.bootsnav ul.nav>li>a::after {
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
    transition: .3s;
}

nav.navbar.bootsnav ul.nav>li:hover>a::after {
    opacity: 1;
    width: 30px;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw>a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw>a:focus,
nav.navbar.bootsnav ul.nav li.active>a:hover,
nav.navbar.bootsnav ul.nav li.active>a:focus,
nav.navbar.bootsnav ul.nav li.active>a {
    background-color: transparent;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: #fff !important;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu>li>a {
    white-space: normal;
}

ul.menu-col {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.menu-col li a {
    color: #6f6f6f;
}

ul.menu-col li a:hover,
ul.menu-col li a:focus {
    text-decoration: none;
}

/* Navbar Full
=================================*/
nav.bootsnav.navbar-full {
    padding-bottom: 10px;
    padding-top: 10px;
}

nav.bootsnav.navbar-full .navbar-header {
    display: block;
    width: 100%;
}

nav.bootsnav.navbar-full .navbar-toggle {
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: 0;
    font-size: 30px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

nav.bootsnav.navbar-full .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    padding: 0;
    display: none !important;
    z-index: 9;
}

nav.bootsnav.navbar-full .navbar-collapse.in {
    display: block !important;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full {
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav {
    display: block;
    width: 100%;
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a {
    background-color: transparent;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li {
    float: none;
    display: block;
    text-align: center;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li>a {
    display: table;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 24px;
    padding: 10px 15px;
}

li.close-full-menu>a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

li.close-full-menu {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Share
=================================*/
nav.navbar.bootsnav .share {
    padding: 0 30px;
    margin-bottom: 30px;
}

nav.navbar.bootsnav .share ul {
    display: inline-block;
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
}

nav.navbar.bootsnav .share ul>li {
    float: left;
    display: block;
    margin-right: 5px;
}

nav.navbar.bootsnav .share ul>li>a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #cfcfcf;
    color: #fff;
}

/* Transparent
=================================*/
nav.navbar.bootsnav.navbar-fixed {
    position: fixed;
    display: block;
    width: 100%;
}

nav.navbar.bootsnav.no-background {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* Navbar Sticky
=================================*/
.wrap-sticky {
    position: relative;
}

.wrap-sticky nav.navbar.bootsnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
    left: -280px;
}

/* Navbar Responsive
=================================*/
.navbar-nav>li {
    margin: 0 16px;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    body.wrap-nav-sidebar .wrapper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1024px) {

    /* General Navbar
    =================================*/
    nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
        margin-top: -2px;
    }

    .dropdown-menu li {
        justify-content: center;
    }

    nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
        left: -200px;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        padding: 30px 10px;
        font-size: 15px;
    }

    .navbar-brand>img {
        margin-top: 6px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 0;
        width: 200%;
        background: #333;
        border: none;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
        background-color: transparent;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        padding: 10px 20px;
        border-bottom: solid 1px #eee;
        color: #fff;
        font-size: 15px;
        line-height: 40px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
        color: #569435;
        font-weight: bold;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child>a {
        border-bottom: none;
    }

    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        text-align: right;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin-top: 0;
    }

    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        float: left;
        content: "\f104";
        margin-top: 0;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: -3px;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
        padding: 0 15px !important;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content>li {
        padding: 25px 0 20px;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
        padding: 0;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed>li {
        padding: 0;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        padding: 0 30px;
        margin: 0 -0.5px;
        border-left: solid 1px #f0f0f0;
        border-right: solid 1px #f0f0f0;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
        border-left: none;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
        border-right: none;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
        display: none;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        text-align: left;
        padding: 5px 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-bottom: none;
        color: #6f6f6f;
    }

    nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
        display: block !important;
        height: auto !important;
    }

    /* Navbar Transparent
    =================================*/
    nav.navbar.bootsnav.no-background {
        background-color: transparent;
        border: none;
    }

    nav.navbar.bootsnav.navbar-transparent .attr-nav {
        padding-left: 15px;
        margin-left: 30px;
    }

    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #555;
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }

    nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
    nav.navbar.bootsnav.no-background.white ul.nav>li>a {
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
        color: #eee;
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
        display: none;
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
        display: block;
    }

    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none;
    }

    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block;
    }

    /* Atribute Navigation
    =================================*/
    .attr-nav>ul>li.dropdown ul.dropdown-menu {
        margin-top: 0;
        margin-left: 55px;
        width: 250px;
        left: -250px;
    }

    /* Menu Center
    =================================*/
    nav.navbar.bootsnav.menu-center .container {
        position: relative;
    }

    nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    nav.navbar.bootsnav.menu-center .navbar-header,
    nav.navbar.bootsnav.menu-center .attr-nav {
        position: absolute;
    }

    nav.navbar.bootsnav.menu-center .attr-nav {
        right: 15px;
    }

    /* Navbar Brand top
    =================================*/
    nav.bootsnav.navbar-brand-top .navbar-header {
        display: block;
        width: 100%;
        text-align: center;
    }

    nav.bootsnav.navbar-brand-top ul.nav>li.dropdown>ul.dropdown-menu {
        margin-top: 2px;
    }

    nav.bootsnav.navbar-brand-top ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
        margin-top: 0;
    }

    nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
        display: inline-block;
        float: none;
        margin: 0;
    }

    nav.bootsnav.navbar-brand-top .navbar-collapse {
        text-align: center;
    }

    nav.bootsnav.navbar-brand-top ul.nav {
        display: inline-block;
        float: none;
        margin: 0 0 -5px 0;
    }

    /* Navbar Center
    =================================*/
    nav.bootsnav.brand-center .navbar-header {
        display: block;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
    }

    nav.bootsnav.brand-center .navbar-brand {
        display: inline-block;
        float: none;
    }

    nav.bootsnav.brand-center .navbar-collapse {
        text-align: center;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    nav.bootsnav.brand-center ul.nav>li.dropdown>ul.dropdown-menu {
        margin-top: 2px;
    }

    nav.bootsnav.brand-center ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
        margin-top: 0;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 50%;
        float: left;
        display: block;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        text-align: right;
        padding-right: 100px;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.right {
        text-align: left;
        padding-left: 100px;
    }

    nav.bootsnav.brand-center ul.nav {
        float: none !important;
        margin-bottom: -5px !important;
        display: inline-block !important;
    }

    nav.bootsnav.brand-center ul.nav.navbar-right {
        margin-right: 200px;
    }

    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
        text-align: left;
        padding-right: 100px;
    }

    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
        text-align: right;
        padding-left: 100px;
    }

    /* Navbar Sidebar
    =================================*/
    body.wrap-nav-sidebar .wrapper {
        padding-left: 260px;
        overflow-x: hidden;
    }

    nav.bootsnav.navbar-sidebar {
        position: fixed;
        width: 260px;
        overflow: hidden;
        left: 0;
        padding: 0 0 0 0 !important;
        background: #fff;
        -moz-box-shadow: 1px 0 1px 0 #eee;
        -webkit-box-shadow: 1px 0 1px 0 #eee;
        -o-box-shadow: 1px 0 1px 0 #eee;
        box-shadow: 1px 0 1px 0 #eee;
    }

    nav.bootsnav.navbar-sidebar .scroller {
        width: 280px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    nav.bootsnav.navbar-sidebar .container-fluid,
    nav.bootsnav.navbar-sidebar .container {
        padding: 0 !important;
    }

    nav.bootsnav.navbar-sidebar .navbar-header {
        float: none;
        display: block;
        width: 260px;
        padding: 10px 15px;
        margin: 10px 0 0 0 !important;
    }

    nav.bootsnav.navbar-sidebar .navbar-collapse {
        padding: 0 !important;
        width: 260px;
    }

    nav.bootsnav.navbar-sidebar ul.nav {
        float: none;
        display: block;
        width: 100%;
        padding: 0 15px !important;
        margin: 0 0 30px 0;
    }

    nav.bootsnav.navbar-sidebar ul.nav li {
        float: none !important;
    }

    nav.bootsnav.navbar-sidebar ul.nav>li>a {
        padding: 10px 15px;
        font-weight: bold;
    }

    nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>a:after {
        float: right;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
        left: 100%;
        top: 0;
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background-color: transparent;
        border: none !important;
        padding: 0;
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
    }

    nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
        border: none !important;
    }

    nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>ul.dropdown-menu {
        margin-bottom: 15px;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
        padding-left: 0;
        float: none;
        margin-bottom: 0;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
        padding: 5px 15px;
        color: #6f6f6f;
        border: none;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        padding-left: 15px;
        margin-top: 0;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a:before {
        content: "\f107";
    }

    nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content>li {
        padding: 0 !important;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        display: block;
        float: none !important;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
        padding: 7px 0;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 0;
        cursor: pointer;
        color: #6f6f6f;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107";
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        border: none;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px;
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
        padding: 3px 0 !important;
    }

    nav.navbar.bootsnav .navbar-nav {
        margin-left: 100px;
        margin-top: 14px;
    }
}

@media (max-width: 1680px) {
    nav.navbar.bootsnav .navbar-nav {
        margin-left: 180px;
    }

    .navbar-nav>li {
        margin: 0 12px;
    }
}

@media (max-width: 1500px) {
    .navbar-brand>img {
        width: 220px;
        margin-top: 13px;
    }

    nav.navbar.bootsnav .navbar-nav {
        margin-left: 70px;
    }

    .navbar-nav>li {
        margin: 0 5px;
    }
}

@media (max-width: 1200px) {
    nav.navbar.bootsnav .navbar-nav {
        margin-left: 0;
    }

    .navbar-nav>li {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .navbar-brand {
        padding: 5px 15px;
    }

    .navbar-brand>img {
        width: 160px;
        margin-top: 6px;
    }

    .top_phone {
        top: 15px;
    }

    .top_phone span {
        display: none;
    }

    .top_phone p {
        font-size: 17px;
    }

    nav.navbar.bootsnav .navbar-nav {
        margin-left: 50px;
    }

    nav.navbar.bootsnav ul.nav>li>a::after {
        bottom: 0;
    }

    nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    .dropdown-menu li {
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .top_phone {
        display: none;
    }

    nav.navbar.bootsnav .navbar-nav {
        margin-left: 10px;
    }

    .nav>li>a {
        padding: 15px 10px;
    }

    .dropdown-menu>li>a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .navbar-brand>img {
        width: 140px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .navbar-brand>img {
        width: 170px;
        margin-top: 6px;
    }

    nav.bootsnav .dropdown.megamenu-fw {
        position: relative;
    }

    nav.bootsnav .dropdown.megamenu-fw::after {
        content: "\e114";
        font-family: "Glyphicons Halflings";
        position: absolute;
        right: 0;
        top: 15px;
    }

    nav.bootsnav .dropdown.megamenu-fw.on::after {
        content: "\e113";
    }

    nav.navbar.bootsnav ul.nav>li>a::after {
        display: none;
    }

    nav.navbar.bootsnav .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav.navbar.bootsnav .navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .attr-nav {
        right: 30px;
    }

    .attr-nav>ul {
        margin-right: -10px;
    }

    .attr-nav>ul>li>a {
        padding: 16px 10px 15px;
        padding-left: 0 !important;
    }

    .attr-nav>ul>li.dropdown ul.dropdown-menu {
        left: -275px;
    }

    .top-search .container {
        padding: 0 15px;
    }

    nav.bootsnav.navbar-full .navbar-collapse {
        left: 15px;
    }

    nav.bootsnav.navbar-full .navbar-header {
        padding-right: 0;
    }

    nav.bootsnav.navbar-full .navbar-toggle {
        margin-right: -15px;
    }

    nav.bootsnav.navbar-full ul.nav>li>a {
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 5px 10px !important;
    }

    /* Navbar Sidebar
    =================================*/
    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 15px !important;
    }

    /* Navbar Sidebar
    =================================*/
    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 0 !important;
        margin-bottom: 0;
    }

    nav.navbar.bootsnav.navbar-mobile.navbar-sidebar .share {
        padding: 30px 15px !important;
        margin-bottom: 0;
    }

    /* Mobile Navigation
    =================================*/
    body.side-right>.wrapper {
        margin-left: 280px;
        margin-right: -280px !important;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        margin-left: 0;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        margin-left: -15px;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        border-top: solid 1px #fff;
    }

    li.close-full-menu {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.bootsnav .navbar-toggle {
        width: 38px;
        height: 30px;
        background: rgba(86, 148, 53, .7) !important;
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .navbar-toggle {
        margin-right: 10px;
    }

    nav.navbar.bootsnav .navbar-nav {
        margin-left: 0;
        padding-left: 0;
    }

    nav.navbar.bootsnav .navbar-toggle i {
        display: block;
        width: 50%;
        height: 2px;
        background: #fff;
        margin: 2px 0;
    }

    .dropdown-menu {
        position: relative;
    }

    .dropdown-menu li {
        justify-content: flex-start;
    }

    nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
        margin-bottom: 10px;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    nav.bootsnav.navbar-full ul.nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.dropdown3 .dropdown-menu,
.dropdown4 .dropdown-menu {
    display: none !important;
}

/* banner */
.wapbanner {
    display: none;
}

.banner-next,
.banner-prev {
    width: 60px;
    height: 13px;
    position: absolute;
    top: 50%;
    z-index: 99;
}

.banner-next {
    background: url(../../images/jt1.png) no-repeat -60px 0;
    right: 5%;
}

.banner-prev {
    background: url(../../images/jt1.png) no-repeat 0 0;
    left: 5%;
}

.banner-point {
    position: absolute;
    bottom: 30px !important;
    z-index: 99;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.banner-point span {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    transition: all 0.3s;
}

.banner-point span.swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 10px;
}

@media (max-width: 1200px) {

    .banner-next,
    .banner-prev {
        width: 50px;
        height: 11px;
    }

    .banner-next {
        background: url(../../images/jt1.png) no-repeat -50px 0;
        background-size: 100px;
        right: 5%;
    }

    .banner-prev {
        background: url(../../images/jt1.png) no-repeat 0 0;
        background-size: 100px;
        left: 5%;
    }

    .banner-point span {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 768px) {
    .pcbanner {
        display: none;
    }

    .wapbanner {
        display: block;
    }

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

    .banner-point {
        bottom: 10px !important;
    }

    .banner-point span {
        width: 7px;
        height: 7px;
    }

    .banner-point span.swiper-pagination-bullet-active {
        width: 25px;
    }
}

/* about */
/*.about {*/
/*    padding-top: 100px;*/
/*    background: url(../../images/abbg.jpg) no-repeat center bottom;*/
/*    padding-bottom: 260px;*/
/*}*/
.abtit img {
    margin: 0 auto;
}

.abinfo {
    width: 750px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.abinfo p {
    font-size: 15px;
    color: #7b7b7b;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 50px;
}

.abinfo a {
    /*font-size: 15px;
	color: #868383;
	display: block;
	width: 147px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	margin: 0 auto;
	transition: all 0.3s;*/
    width: 0;
    height: 0;
    border-top: 27px solid #569435;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -18px;
}

/*.abinfo a:hover{
	background: #569435;
	color: #fff;
	border-color: #569435;
}*/
.abinfo .leaf1,
.abinfo .leaf2 {
    position: absolute;
    animation-delay: 0.6s;
}

.abinfo .leaf1 {
    left: -460px;
    top: -180px;
}

.abinfo .leaf2 {
    right: -70px;
    top: -120px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*兼容IE*/
    filter: flipH();
}

.abewm {
    text-align: center;
    margin-top: 40px;
}

.abewm ul {
    justify-content: center;
}

.abewm ul li {
    margin: 0 20px;
}

.abewm ul li p {
    color: #787878;
    margin-top: 5px;
}

@media (max-width: 1670px) {
    .abinfo .leaf1 {
        left: -350px;
    }
}

@media (max-width: 1500px) {
    .abinfo .leaf1 {
        left: -200px;
    }
}

@media (max-width: 1200px) {
    .about {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .abtit img {
        width: 280px;
    }

    .abinfo p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .abinfo .leaf1,
    .abinfo .leaf2 {
        width: 60px;
    }

    .abinfo .leaf1 {
        left: -100px;
        top: -150px;
    }

    .abinfo .leaf2 {
        right: -20px;
        top: -100px;
    }

    .abinfo a {
        width: 0;
        height: 0;
        border-top: 20px solid #569435;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        left: 50%;
        margin-left: -18px;
    }
}

@media (max-width: 992px) {
    .about {
        padding-bottom: 50px;
    }

    .abinfo {
        width: 100%;
    }

    .abinfo .leaf1 {
        left: -80px;
        top: -160px;
    }

    .abinfo p {
        margin-bottom: 30px;
    }
}

@media (max-width: 890px) {
    .about {
        padding-top: 60px;
    }

    .abtit img {
        width: 260px;
    }

    .abinfo .leaf1 {
        left: 0;
        top: -130px;
    }

    .abinfo .leaf2 {
        right: 0;
    }
}

@media (max-width: 768px) {
    .about {
        padding-top: 40px;
    }

    .abtit img {
        width: 200px;
    }

    .abinfo {
        margin-top: 20px;
    }

    .abinfo p {
        margin-bottom: 10px;
    }

    .abinfo .leaf1,
    .abinfo .leaf2 {
        width: 45px;
    }

    .abinfo .leaf1 {
        top: -100px;
    }

    .abinfo .leaf2 {
        top: -70px;
    }
}

/* 首页产品 */
.product .pro_tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.product .p1 {
    background: #f7e3d6;
    max-height: 850px;
    overflow: hidden;
}

.product .p2 {
    background: url(../../images/p2-bg.png) no-repeat top center;
    margin-top: -230px;
    position: relative;
    z-index: 5;
    flex-direction: row-reverse;
}

.product .p3 {
    background: #c7edb6;
    max-height: 900px;
}

.product .pro_text {
    width: 700px;
    text-align: center;
    position: relative;
    margin-top: 290px;
    box-sizing: border-box;
}

.product .p1 .pro_text,
.product .p3 .pro_text {
    padding-left: 100px;
}

.product .p3 .pro_text span {
    -webkit-text-stroke: 1px #606060;
}

.product .p3 .pro_text span,
.product .p3 .pro_text p {
    color: #606060;
}

.product .p1 .pro_text span {
    -webkit-text-stroke: 1px #606060;
}

.product .p1 .pro_text span,
.product .p1 .pro_text p {
    color: #606060;
}

.product .p1 .pro_text p {
    color: #333333;
}

.pro_img {
    animation-delay: 1s;
}

/*.product .p1 .pro_img img,.product .p3 .pro_img img{
	margin-left: -80px;
}*/
/*.product .pro_text::after{
	content: " ";
	display: block;
	width: 900px;
	height: 1000px;
	background: url(../../images/bg-logo.png) no-repeat top center;
	position: absolute;
	top: -220px;
	left: 50%;
	margin-left: -370px;
	z-index: 1;
}*/
/*.product .p1 .pro_text::after{
	background: url(../../images/bg-logo1.png) no-repeat top center;
}
.product .p2 .pro_text::after{
	background: url(../../images/bg-logo2.png) no-repeat top center;
}
.product .p3 .pro_text::after{
	background: url(../../images/bg-logo3.png) no-repeat top center;
}
.product .p2 .pro_text::after{
	margin-left: -430px;
}*/
.product .pro_text img {
    margin: 0 auto;
}

.product .pro_text span {
    display: block;
    font-size: 38px;
    color: #606060;
    font-family: "宋体";
    font-weight: 800;
    -webkit-text-stroke: 1px #606060;
    position: relative;
    z-index: 2;
}

.product .pro_text p {
    font-size: 17px;
    color: #333;
    line-height: 30px;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.product .pro_img {
    margin-top: 100px;
    position: relative;
    width: 700px;
}

.product .pro_img img {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.product .pro_img img:hover {
    transform: translateY(-50px);
}

/*.product .p1 .pro_img::after{
	content: " ";
	display: block;
	width: 940px;
	height: 450px;
	background: url(../../images/plane1.png) no-repeat center;
	position: absolute;
	top: -30px;
	left: -165px;
	z-index: 1;
}*/
.product .p2 .pro_img {
    margin-top: 230px;
}

.product .p2 .pro_text {
    position: relative;
    margin-top: 390px;
    width: 500px;
}

/*.product .p2 .pro_text::before{
	content: " ";
	display: block;
	width: 220px;
	height: 220px;
	background: url(../../images/light.png) no-repeat top center;
	position: absolute;
	right: 70px;
	top: -341px;
}*/
.product .p3 .pro_img {
    margin-top: 130px;
}

.product .p3 .pro_text {
    margin-top: 250px;
    position: relative;
}

/*.product .p3 .pro_text::before{
	content: " ";
	display: block;
	width: 310px;
	height: 120px;
	background: url(../../images/plane2.png) no-repeat center;
	position: absolute;
	top: -140px;
	left: -110px;
}*/
.product .p3 {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: -120px;
    z-index: 9;
}

.product .p3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 230px solid #fff;
    border-left: 1920px solid transparent;
    z-index: 9;
}

.product .wapp {
    display: none;
}

@media (max-width: 1500px) {
    .product .pro_img img {
        width: 600px;
    }

    .product .p1 .pro_img::after {
        background-size: 800px;
        top: -60px;
        left: -230px;
    }

    .product .pro_text {
        margin-top: 170px;
    }

    .product .p2 .pro_img img {
        margin-left: 150px;
    }

    .product .p2 .pro_text {
        width: 520px;
        margin-top: 340px;
    }

    .product .p2 .pro_text::before {
        right: 50px;
        top: -283px;
    }

    .product .p3 {
        margin-top: -100px;
        max-height: 800px;
    }

    .product .p3 .pro_text::before {
        background-size: 200px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    .product .pro_text span {
        font-size: 30px;
    }

    .product .pro_text p {
        font-size: 15px;
        margin-top: 20px;
    }

    .product .pro_img img {
        width: 500px;
    }

    .product .p1 .pro_img::after {
        background-size: 700px;
        top: -85px;
        left: -270px;
    }

    .product .pro_text {
        margin-top: 110px;
    }

    .product .pro_text::after {
        background-size: 600px;
        top: -150px;
        margin-left: -380px;
    }

    .product .p2 .pro_text {
        width: 300px;
        margin-top: 300px;
    }

    .product .p2 .pro_text::after {
        margin-left: -480px;
    }

    .product .p2 .pro_text::before {
        background-size: 160px;
        width: 160px;
        top: -223px;
    }

    .product .pro_img {
        width: 560px;
    }

    .product .p2 .pro_img img {
        margin-left: 0;
    }

    .product .p3 {
        margin-top: -80px;
        max-height: 600px;
    }
}

@media (max-width: 992px) {

    .product .p1 .pro_text,
    .product .p3 .pro_text {
        padding-left: 0;
    }

    .product .pro_img {
        width: 500px;
        margin-top: 20px;
    }

    .product .pro_text {
        margin-top: 100px;
    }

    .product .p3 .pro_text::before {
        background-size: 150px;
        width: 150px;
        left: 20px;
    }

    .product .p1 .pro_text {
        margin-top: 200px;
    }

    .product .p3 .pro_text {
        margin-top: 180px;
    }

    .product .p2 .pro_text::before {
        top: -219px;
    }

    .product .p3 {
        max-height: 500px;
    }
}

@media (max-width: 800px) {
    .product .pro_text span {
        font-size: 22px;
    }

    .product .pro_text p {
        font-size: 12px;
        line-height: 26px;
        margin-top: 10px;
    }

    .product .pro_img {
        width: 300px;
        margin-top: 50px;
    }

    .product .pro_img img {
        width: 300px;
    }

    .product .pro_text {
        width: 300px;
    }

    .product .p1 .pro_img img,
    .product .p3 .pro_img img {
        margin-left: 0;
    }

    .product .p2 {
        margin-top: -180px;
    }

    .product .p1 .pro_text {
        margin-top: 100px;
    }

    .product .p1 .pro_img::after {
        background-size: 400px;
        top: -142px;
        left: -305px;
    }

    .product .p2 .pro_text {
        margin-top: 210px;
    }

    .product .p2 .pro_img {
        margin-top: 150px;
    }

    .product .p3 {
        margin-top: -40px;
    }

    .product .p2 .pro_text::before {
        background-size: 100px;
        width: 100px;
        top: -120px;
    }

    .product .p3 .pro_img {
        margin-top: 20px;
    }

    .product .p3 .pro_text {
        margin-top: 100px;
    }

    .product .p3 .pro_text::before {
        background-size: 100px;
        width: 100px;
        left: 0;
        top: -100px;
    }

    .product .pro_text::after {
        display: none !important;
    }

    .product .p3 {
        max-height: 350px;
    }
}

@media (max-width: 600px) {
    .product .pcp {
        display: none;
    }

    .product .wapp {
        display: block;
    }

    .product .pro_tab {
        justify-content: space-between;
    }

    .product .pro_text {
        display: flex;
        align-items: flex-start;
        text-align: left;
        width: 30%;
        margin-top: 50px !important;
        box-sizing: border-box;
        padding-left: 15px !important;
    }

    .product .p2 .pro_text {
        padding-left: 0 !important;
        padding-right: 10px;
        flex-direction: row-reverse;
        margin-top: 130px !important;
        width: 20% !important;
    }

    .product .pro_text span {
        width: 20px;
        font-size: 20px;
        line-height: 25px;
    }

    .product .pro_text p {
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-align: justify;
        font-size: 10px;
        line-height: 18px;
        margin-left: 10px;
        margin-top: 0;
        max-width: 100px;
        height: 240px;
    }

    .product .p2 .pro_text p {
        margin-left: 0;
        margin-right: 10px;
    }

    .product .p1 {
        padding-bottom: 60px;
    }

    .product .pro_img {
        width: 60%;
        margin-top: 30px;
    }

    .product .pro_img img:hover {
        transform: translateY(0);
    }

    .product .pro_img img {
        width: 100%;
    }
}

/*@media (max-width: 550px){
	.product .pro_text{ display:flex; text-align:left; width:30% !important; box-sizing:border-box; padding-left:15px !important;}
	.product .pro_text p{writing-mode: tb-rl;font-size:12px; line-height:20px; margin-left:10px; margin-top:0; height:330px;}
	.product .pro_text span{width:20px; font-size:20px;}
	.product .p2{
		flex-direction: row;
	}
	.product .pro_tab{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.product .p1 .pro_text {
	    margin-top: 50px;
	}
	.product .pro_img{
		margin-top: 40px;
		width:70%;
	}
	.product .pro_img img{
		margin: 0 auto !important;
		display: block;
		max-width:100%;
	}
	.product .p1 .pro_img::after {
	    background-size: 320px;
	    top: -166px;
	    left: -286px;
	}
	.product .pro_text::after{
		background-size: 300px;
		width: 300px;
		margin-left: -150px;
		top: -40px;
	}
	.product .p2 .pro_text {
	    margin-top: 160px;
	}
	.product .p2 .pro_text::before {
	    background-size: 80px;
	    width: 80px;
	    top: -60px;
	    left: 50%;
	    margin-left: 80px;
	}
	.product .p2 .pro_img {
	    margin-top: 30px;
	}
	.product .p3 .pro_text {
	    margin-top: 50px;
	}
	.product .p2 .pro_text::after {
	    margin-left: -150px;
	}
	.product .p3 .pro_text::before {
	    background-size: 90px;
	    width: 90px;
	    left: 10px;
	    top: -80px;
	}
	.product .p3{
		padding-bottom: 0;
	}
}*/
/* 門店分佈 */
.tit {
    text-align: center;
}

.tit p {
    font-size: 46px;
    color: #569435;
}

.tit span {
    display: block;
    font-size: 28px;
    color: #707070;
    margin-top: 5px;
}

.store {
    margin-top: 70px;
}

.map {
    margin-top: 35px;
    position: relative;
}

.map img {
    margin: 0 auto;
}

.map a {
    position: absolute;
    font-size: 22px;
    color: #c5a777;
}

.map .city {
    width: 0;
}

.map a:hover {
    color: #ff0000;
}

.map a.city1 {
    left: 50%;
    top: 550px;
    margin-left: -120px;
}

.map a.city2 {
    left: 50%;
    top: 550px;
    margin-left: 40px;
}

.map a.city5 {
    left: 50%;
    top: 330px;
    margin-left: 40px;
}

.map a.city4 {
    left: 50%;
    top: 300px;
    margin-left: -132px;
}

.map a.city3 {
    left: 50%;
    top: 340px;
    margin-left: -300px;
}

.map a.city6 {
    left: 50%;
    top: 160px;
    margin-left: -180px;
}

.map a.city7 {
    left: 50%;
    top: 130px;
    margin-left: -50px;
}

.map a.city8 {
    left: 50%;
    top: 405px;
    margin-left: -192px;
}

.store_list {
    width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 0 50px;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-top: 60px;
}

.store_list ul::after {
    content: " ";
    display: block;
    width: 33.333%;
}

.store_list li {
    width: 33.333%;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 0 5px;
}

.store_list li span {
    display: block;
    font-size: 18px;
    color: #656665;
    margin-bottom: 2px;
}

.store_list li a:hover span {
    color: #569435;
}

.store_list li p {
    color: #707070;
}

.store_list .more {
    margin: 0 auto;
    display: block;
}

@media (max-width: 1500px) {
    .store {
        margin-top: 30px;
    }

    .tit p {
        font-size: 40px;
    }

    .tit span {
        font-size: 24px;
    }

    .map img {
        width: 1100px;
    }

    .store_list {
        width: 1300px;
    }

    .store_list li span {
        font-size: 16px;
    }

    .store_list {
        padding: 40px 30px;
        margin-top: 40px;
    }

    .map {
        margin-top: 20px;
    }

    .map a.city1 {
        left: 50%;
        top: 470px;
        margin-left: -110px;
    }

    .map a.city2 {
        left: 50%;
        top: 480px;
        margin-left: 30px;
    }

    .map a.city5 {
        left: 50%;
        top: 290px;
        margin-left: 20px;
    }

    .map a.city4 {
        left: 50%;
        top: 260px;
        margin-left: -120px;
    }

    .map a.city3 {
        left: 50%;
        top: 295px;
        margin-left: -260px;
    }

    .map a.city6 {
        left: 50%;
        top: 140px;
        margin-left: -160px;
    }

    .map a.city7 {
        left: 50%;
        top: 113px;
        margin-left: -50px;
    }

    .map a.city8 {
        left: 50%;
        top: 350px;
        margin-left: -170px;
    }
}

@media (max-width: 1300px) {
    .tit p {
        font-size: 32px;
    }

    .tit span {
        font-size: 19px;
    }

    .store {
        margin-top: 0;
    }

    .map img {
        width: 1000px;
    }

    .store_list {
        width: 100%;
    }

    .map a.city1 {
        left: 50%;
        top: 430px;
        margin-left: -110px;
    }

    .map a.city2 {
        left: 50%;
        top: 430px;
        margin-left: 20px;
    }

    .map a.city5 {
        left: 50%;
        top: 260px;
        margin-left: 20px;
    }

    .map a.city4 {
        left: 50%;
        top: 240px;
        margin-left: -115px;
    }

    .map a.city3 {
        left: 50%;
        top: 270px;
        margin-left: -240px;
    }

    .map a.city6 {
        left: 50%;
        top: 120px;
        margin-left: -150px;
    }

    .map a.city7 {
        left: 50%;
        top: 100px;
        margin-left: -40px;
    }

    .map a.city8 {
        left: 50%;
        top: 315px;
        margin-left: -158px;
    }
}

@media (max-width: 1200px) {
    .tit p {
        font-size: 28px;
    }

    .tit span {
        font-size: 17px;
    }

    .map {
        padding: 0 20px;
    }

    .store_list {
        padding: 30px 20px;
    }

    .store_list li {
        margin-bottom: 30px;
    }

    .map a {
        font-size: 20px;
    }

    .map a.city1 {
        left: 50%;
        top: 430px;
        margin-left: -110px;
    }

    .map a.city2 {
        left: 50%;
        top: 430px;
        margin-left: 20px;
    }

    .map a.city5 {
        left: 50%;
        top: 260px;
        margin-left: 20px;
    }

    .map a.city4 {
        left: 50%;
        top: 240px;
        margin-left: -115px;
    }

    .map a.city3 {
        left: 50%;
        top: 270px;
        margin-left: -240px;
    }

    .map a.city6 {
        left: 50%;
        top: 120px;
        margin-left: -150px;
    }

    .map a.city7 {
        left: 50%;
        top: 100px;
        margin-left: -40px;
    }

    .map a.city8 {
        left: 50%;
        top: 315px;
        margin-left: -158px;
    }
}

@media (max-width: 992px) {
    .tit p {
        font-size: 25px;
    }

    .tit span {
        font-size: 15px;
    }

    .store_list li {
        margin-bottom: 20px;
    }

    .store_list li span {
        font-size: 15px;
    }

    .store_list li p {
        font-size: 13px;
    }

    .map img {
        width: 760px;
    }

    .map a {
        font-size: 16px;
    }

    .map a.city1 {
        left: 50%;
        top: 325px;
        margin-left: -80px;
    }

    .map a.city2 {
        left: 50%;
        top: 330px;
        margin-left: 20px;
    }

    .map a.city5 {
        left: 50%;
        top: 200px;
        margin-left: 20px;
    }

    .map a.city4 {
        left: 50%;
        top: 180px;
        margin-left: -86px;
    }

    .map a.city3 {
        left: 50%;
        top: 200px;
        margin-left: -180px;
    }

    .map a.city6 {
        left: 50%;
        top: 90px;
        margin-left: -110px;
    }

    .map a.city7 {
        left: 50%;
        top: 76px;
        margin-left: -30px;
    }

    .map a.city8 {
        left: 50%;
        top: 240px;
        margin-left: -120px;
    }
}

@media (max-width: 768px) {
    .store {
        margin-top: 20px;
    }

    .tit p {
        font-size: 22px;
    }

    .store_list {
        margin-top: 20px;
    }

    .store_list li {
        width: 100%;
    }

    .store_list {
        padding: 20px 15px;
    }

    .map img {
        width: 350px;
    }

    .map a {
        font-size: 13px;
    }

    .map a.city1 {
        left: 50%;
        top: 146px;
        margin-left: -43px;
    }

    .map a.city2 {
        left: 50%;
        top: 145px;
        margin-left: 5px;
    }

    .map a.city5 {
        left: 50%;
        top: 100px;
        margin-left: 2px;
    }

    .map a.city4 {
        left: 50%;
        top: 86px;
        margin-left: -40px;
    }

    .map a.city3 {
        left: 50%;
        top: 90px;
        margin-left: -90px;
    }

    .map a.city6 {
        left: 50%;
        top: 36px;
        margin-left: -65px;
    }

    .map a.city7 {
        left: 50%;
        top: 30px;
        margin-left: -15px;
    }

    .map a.city8 {
        left: 50%;
        top: 110px;
        margin-left: -65px;
    }
}

/* 首页门店展示 */
.style {
    margin-top: 90px;
}

.style-swiper {
    margin-top: 70px;
    padding-bottom: 40px;
}

.style-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.style-swiper .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
    line-height: 65px;
    padding: 0 40px;
}

.style-swiper .swiper-slide img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.style-swiper .swiper-slide img:hover {
    transform: scale(1.1, 1.1);
}

.style-point {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.style-point span {
    width: 16px;
    height: 16px;
    opacity: 1;
    position: relative;
    background: 0;
    bottom: -35px;
    margin: 0 10px !important;
}

.style-point span::after {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    background: #d7d7d7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 100%;
}

.style-point span.swiper-pagination-bullet-active {
    border: 1px solid #569435;
}

.style-point span.swiper-pagination-bullet-active::after {
    background: #569435;
}

@media (max-width: 1500px) {
    .style-swiper .swiper-slide p {
        font-size: 20px;
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .style {
        margin-top: 60px;
    }

    .style-swiper {
        margin-top: 40px;
    }

    .style-swiper .swiper-slide p {
        font-size: 18px;
        line-height: 50px;
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .style {
        margin-top: 40px;
    }

    .style-swiper {
        margin-top: 30px;
    }

    .style-swiper .swiper-slide p {
        font-size: 15px;
        line-height: 26px;
        padding: 5px 15px;
    }

    .style-point span {
        bottom: -20px;
    }
}

@media (max-width: 768px) {
    .style {
        margin-top: 30px;
    }

    .style-swiper {
        margin-top: 20px;
    }

    .style-point span {
        margin: 0 5px !important;
    }

    .style-swiper .swiper-slide p {
        font-size: 14px;
        line-height: 25px;
    }

    .style-point span {
        bottom: -15px;
    }
}

/* 加盟流程 */
.join {
    margin-top: 60px;
}

.join .tit span {
    font-size: 16px;
    margin-top: 0;
}

.hexagon {
    position: relative;
    margin-top: 50px;
}

.hex {
    width: 166px;
    height: 285px;
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hex1 {
    left: 100px;
    top: 0;
}

.hex2 {
    left: 100px;
    top: 296px;
}

.hex3 {
    left: 356px;
    top: 149px;
}

.hex4 {
    left: 611px;
    top: 0;
}

.hex5 {
    left: 611px;
    top: 296px;
}

.hex6 {
    left: 867px;
    top: 149px;
}

.hex7 {
    left: 1122px;
    top: 0;
}

.hex8 {
    left: 1122px;
    top: 296px;
}

.hex p {
    position: absolute;
    width: 250px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.hexagon .bg {
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}

.hex:hover .bg {
    opacity: 1;
}

.hex:hover p {
    opacity: 1;
}

.waphex {
    display: none;
}

@media (max-width: 1500px) {
    .joinimg {
        width: 1000px;
        display: block;
        margin: 0 auto;
    }

    .hex img {
        width: 245px;
    }

    .hex {
        width: 122px;
        height: 212px;
    }

    .hex1 {
        left: 147px;
    }

    .hex2 {
        left: 147px;
        top: 220px;
    }

    .hex3 {
        left: 337px;
        top: 110px;
    }

    .hex4 {
        left: 525px;
        top: 0;
    }

    .hex5 {
        left: 525px;
        top: 220px;
    }

    .hex6 {
        left: 713px;
        top: 108px;
    }

    .hex7 {
        left: 902px;
        top: 0;
    }

    .hex8 {
        left: 902px;
        top: 220px;
    }

    .hex p {
        font-size: 14px;
        width: 180px;
    }
}

@media (max-width: 1200px) {
    .joinimg {
        width: 900px;
    }

    .hex img {
        width: 220px;
    }

    .hex {
        width: 110px;
        height: 190px;
    }

    .hex p {
        width: 160px;
    }

    .hex1 {
        left: 90px;
    }

    .hex2 {
        left: 90px;
        top: 198px;
    }

    .hex3 {
        left: 262px;
        top: 98px;
    }

    .hex4 {
        left: 430px;
        top: 0;
    }

    .hex5 {
        left: 431px;
        top: 198px;
    }

    .hex6 {
        left: 601px;
        top: 98px;
    }

    .hex7 {
        left: 770px;
        top: 0;
    }

    .hex8 {
        left: 770px;
        top: 198px;
    }
}

@media (max-width: 992px) {
    .join {
        margin-top: 20px;
    }

    .hexagon {
        margin-top: 30px;
    }

    .joinimg {
        width: 700px;
    }

    .hex img {
        width: 172px;
    }

    .hex {
        width: 86px;
        height: 147px;
    }

    .hex p {
        font-size: 12px;
        width: 120px;
    }

    .hex1 {
        left: 68px;
        top: 0;
    }

    .hex2 {
        left: 68px;
        top: 154px;
    }

    .hex3 {
        left: 201px;
        top: 77px;
    }

    .hex4 {
        left: 333px;
        top: 0;
    }

    .hex5 {
        left: 333px;
        top: 154px;
    }

    .hex6 {
        left: 465px;
        top: 77px;
    }

    .hex7 {
        left: 597px;
        top: 0;
    }

    .hex8 {
        left: 597px;
        top: 154px;
    }
}

@media (max-width: 768px) {
    .join {
        margin-top: 10px;
    }

    .hexagon {
        display: none;
    }

    .waphex {
        display: block;
    }

    .waphex ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .waphex ul li {
        width: 50%;
        border-bottom: 1px dashed #c3cbf3;
        padding: 10px 2.5% 15px 2.5%;
    }

    .waphex ul li span {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #569435;
        line-height: 30px;
    }

    .waphex ul li span i {
        font-family: Akrobat;
        width: 20px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        background: #569435;
        color: #fff;
        display: inline-block;
        border-radius: 3px;
        font-style: normal;
        margin-right: 5px;
        font-size: 14px;
    }

    .waphex ul li p {
        font-size: 12px;
        font-weight: lighter;
        margin-top: 5px;
    }
}

/* 新闻 */
.news {
    margin-top: 150px;
    margin-bottom: 70px;
}

.ntit {
    text-align: center;
}

.ntit p {
    font-size: 34px;
    color: #569435;
    margin-bottom: 6px;
}

.ntit a {
    font-size: 15px;
    color: #343434;
    display: inline-block;
    position: relative;
    padding: 0 30px;
    margin-top: 20px;
}

.ntit a::after {
    content: ">";
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    background: #d0d0d0;
    color: #fff;
    font-size: 15px;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    font-family: "宋体";
}

.ntit a:hover {
    color: #569435;
}

.ntit a:hover::after {
    background: #569435;
}

.newlist ul {
    margin: 0 -0.5px;
}

.newlist li {
    width: 25%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0.5px;
    position: relative;
    padding-bottom: 7px;
}

.newlist li p {
    display: none;
}

.newinfo {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 110px;
    margin-top: 70px;
}

.newinfo::before,
.newinfo::after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(../../images/quotes.png) no-repeat center;
    position: absolute;
}

.newinfo::before {
    left: 0;
    top: -8px;
}

.newinfo::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    right: 0;
    bottom: -5px;
}

.newinfo h3 {
    font-size: 31px;
    color: #2b2b2b;
    margin-bottom: 30px;
}

.newinfo:hover h3 {
    color: #569435;
}

.newinfo p {
    font-size: 17px;
    color: #919191;
    line-height: 24px;
    max-width: 750px;
}

.newinfo span {
    display: block;
    font-size: 18px;
    color: #8f8f8f;
    position: absolute;
    right: 0;
    top: 10px;
}

.newlist {
    margin-top: 70px;
}

.newlist li::after {
    content: " ";
    display: block;
    width: 0;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #569435;
    transition: all 0.3s;
}

.newlist li.now::after {
    width: 100%;
}

@media (max-width: 1500px) {
    .news {
        margin-top: 100px;
    }

    .ntit p {
        font-size: 30px;
    }

    .ntit a {
        margin-top: 15px;
    }

    .newlist {
        margin-top: 60px;
    }

    .newinfo h3 {
        font-size: 28px;
    }

    .newinfo p {
        font-size: 16px;
    }

    .newinfo {
        margin-top: 60px;
        width: 1100px;
    }
}

@media (max-width: 1200px) {
    .ntit p {
        font-size: 26px;
    }

    .ntit a {
        font-size: 14px;
    }

    .news {
        margin-top: 80px;
    }

    .newlist {
        margin-top: 40px;
    }

    .newinfo {
        margin-top: 50px;
    }

    .newinfo {
        width: 900px;
    }

    .newinfo::before,
    .newinfo::after {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .newinfo h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .newinfo p {
        font-size: 15px;
    }

    .newinfo span {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .news {
        margin-top: 60px;
    }

    .ntit p {
        font-size: 23px;
    }

    .newlist {
        margin-top: 30px;
    }

    .newinfo h3 {
        font-size: 18px;
    }

    .newinfo {
        width: 700px;
        padding: 0 70px;
    }

    .newinfo p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .news {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ntit {
        margin-top: 10px;
    }

    .ntit p {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .ntit a {
        font-size: 13px;
        margin-top: 10px;
        padding: 0 25px;
    }

    .ntit a::after {
        font-size: 12px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        top: 1px;
    }

    .newlist li::after {
        display: none;
    }

    .newinfo {
        display: none;
    }

    .newlist {
        margin-top: 20px;
    }

    .newlist ul {
        padding: 0 10px;
    }

    .newlist li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .newlist li p {
        display: block;
    }

    .newlist li p {
        color: #666;
        margin-top: 10px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* phone */
.phone {
    justify-content: center;
    margin-top: 80px;
    overflow: hidden;
}

.phonetext {
    text-align: center;
    margin-left: 80px;
    color: #505050;
}

.phonetext {
    margin-top: 100px;
}

.phonetext span {
    font-size: 25px;
    display: block;
}

.phonetext p {
    font-size: 16px;
    margin-top: 15px;
}

.phonetext small {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
}

.phonetext img {
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    padding: 5px;
}

.phoneimg {
    animation-delay: 0.6s;
}

@media (max-width: 1500px) {
    .phoneimg {
        width: 400px;
    }

    .phonetext span {
        font-size: 22px;
    }

    .phonetext {
        margin-top: 60px;
    }

    .phonetext p {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .phoneimg {
        width: 350px;
    }

    .phonetext {
        margin-top: 40px;
        margin-left: 60px;
    }

    .phonetext img {
        padding: 0;
        width: 150px;
    }
}

@media (max-width: 992px) {
    .phoneimg {
        width: 300px;
    }

    .phonetext {
        margin-left: 40px;
    }

    .phonetext img {
        width: 120px;
    }
}

@media (max-width: 768px) {
    .phone {
        display: none;
    }
}

/* footer */
.footer {
    background: url(../../images/footbg.png) no-repeat bottom center/cover #569435;
    padding-top: 80px;
}

.footer .container {
    justify-content: center;
}

.footer .slogan {
    margin-bottom: 50px;
}

.footer .footewm {
    width: 100%;
}

.footer .footewm img {
    width: 115px;
}

.footer .footewm ul {
    justify-content: center;
    text-align: center;
}

.footer .footewm ul li {
    margin: 0 25px;
}

.footer .footewm ul li p {
    color: #fff;
    margin-top: 8px;
}

.footer .copy {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding: 30px;
    margin-top: 20px;
}

.footer .copy,
.footer .copy a {
    color: #fff;
}

.footer .copy span {
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    display: block;
    margin-top: 5px;
}

.footer .copy img {
    margin-top: 20px;
}

.wapfooter {
    display: none;
}

@media (max-width: 1500px) {
    .footer .slogan {
        width: 600px;
    }

    .footer .footewm ul li {
        margin: 0 22px;
    }
}

@media (max-width: 1200px) {
    .footer {
        padding-top: 60px;
    }

    .footer .slogan {
        width: 500px;
        margin-bottom: 40px;
    }

    .footer .footewm ul li {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-top: 40px;
    }

    .footer .slogan {
        width: 400px;
        margin-bottom: 30px;
    }

    .footer .footewm ul li {
        margin: 0 12px;
    }

    .pcfooter {
        display: none;
    }

    .wapfooter {
        display: block;
    }
}

@media (max-width: 600px) {
    .footer .slogan {
        width: 300px;
        height: 28.1px !important;
    }

    .footer .footewm ul li {
        margin-bottom: 10px;
    }

    .footer .copy {
        margin-top: 0;
        padding: 15px 0;
        font-size: 13px;
    }

    .footer .copy span {
        font-size: 12px;
    }

    .footer .copy img {
        margin-top: 10px;
    }
}

/* 内页公共 */
.newbox {
    padding-top: 60px;
    padding-bottom: 100px;
}

.ntit {
    text-align: center;
}

.ntit p {
    font-size: 34px;
    color: #569435;
}

.ntit span {
    font-size: 21px;
    color: #707070;
}

.submenu {
    text-align: center;
}

.submenu ul {
    display: inline-block;
}

.submenu ul li {
    float: left;
    margin: 0 10px;
    margin-bottom: 40px;
}

.submenu ul li a {
    display: block;
    width: 156px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 17px;
    color: #5f5f5f;
    transition: all 0.3s;
}

.submenu ul li a:hover,
.submenu ul li a.hover {
    background: url(../../images/mbg.png) no-repeat center;
}

@media (max-width: 992px) {
    .ntit p {
        font-size: 26px;
    }

    .ntit span {
        font-size: 14px;
    }

    .newbox {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .submenu ul li {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .ntit p {
        font-size: 22px;
    }

    .ntit span {
        font-size: 14px;
    }

    .newbox {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .submenu ul::after {
        content: " ";
        display: block;
        width: 110px;
        height: 37px;
    }

    .submenu ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .submenu ul li {
        margin: 0;
    }

    .submenu ul li a {
        display: block;
        width: 110px;
        height: 37px;
        line-height: 37px;
        font-size: 12px;
    }

    .submenu ul li a:hover,
    .submenu ul li a.hover {
        background: url(../../images/mbg.png) no-repeat center;
        background-size: 110px;
    }
}

/* list */
.list {
    margin-top: 50px;
}

.list .item {
    display: block;
    background: #fff;
    margin-bottom: 25px;
    padding: 20px 5px;
    padding-right: 50px;
    transition: all 0.3s;
}

.list .item h3 {
    font-size: 18px;
    color: #333;
}

.list .item p {
    color: #999;
    line-height: 27px;
}

.list .item .df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.list .item span {
    display: block;
    font-size: 15px;
    color: #999;
}

.list .item i {
    display: block;
    font-style: normal;
    width: 103px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    color: #666;
    font-size: 13px;
}

.list .item:hover {
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .list {
        margin-top: 20px;
    }
}

/* photo */
.photobox {
    padding-top: 60px;
}

.photo {
    margin-top: 30px;
}

.photo a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.photo a img {
    transition: all 0.2s;
    border-radius: 100%;
}

.photo a p {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    transition: all 0.2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.photo a:hover img {
    opacity: 0.7;
}

.photo a:hover p {
    color: #569435;
}

@media (max-width: 768px) {
    .photobox {
        padding-top: 30px;
    }

    .photo a {
        margin-bottom: 0;
    }

    .photo a p {
        font-size: 14px;
        line-height: 40px;
    }
}

/* show */
.showbox {
    padding-top: 40px;
    padding-bottom: 50px;
    max-width: 1200px;
}

.showbox.probox .content img {
    max-width: 800px;
    border: 10px solid #fafafa;
}

.showtop {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.showtop h1 {
    font-size: 22px;
}

.showtop p span {
    color: #999;
    margin: 0 5px;
    font-size: 12px;
    line-height: 50px;
}

.showbox .content {
    margin-top: 20px;
    line-height: 30px;
}

.content img {
    max-width: 100% !important;
}

.showbox.probox .content img {
    max-width: 800px !important;
    border: 10px solid #fafafa;
}

.content hr {
    border-color: #333;
}

.showbox .prepage {
    margin-top: 30px;
    line-height: 30px;
}

.showbox .prepage a {
    color: #569435;
}

@media (max-width: 768px) {
    .showbox {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .showtop h1 {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
    }

    .showtop p span {
        line-height: 40px;
    }

    .showtop p span:first-child {
        display: none;
    }

    .showbox .prepage {
        font-size: 12px;
    }
}

.joinbox {
    margin-top: 50px;
}

.joinbox ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.joinbox li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 30px;
    padding: 0 40px;
}

.joinbox li img {
    width: 168px;
    height: 168px;
}

.joininfo {
    margin-left: 26px;
    width: 400px;
}

.joininfo span {
    display: block;
    font-size: 20px;
    color: #569435;
    font-weight: bold;
}

.joininfo p {
    font-size: 13px;
    color: #5f5f5f;
    line-height: 20px;
    margin-top: 16px;
}

.joinbox li:nth-child(3),
.joinbox li:nth-child(4),
.joinbox li:nth-child(7),
.joinbox li:nth-child(8) {
    flex-direction: row-reverse;
}

.joinbox li:nth-child(3) .joininfo,
.joinbox li:nth-child(4) .joininfo,
.joinbox li:nth-child(7) .joininfo,
.joinbox li:nth-child(8) .joininfo {
    margin-left: 0;
    margin-right: 30px;
    text-align: right;
}

@media (max-width: 1500px) {
    .joininfo {
        width: 296px;
    }
}

@media (max-width: 1200px) {
    .joinbox li {
        padding: 0 10px;
    }

    .joinbox li img {
        width: 130px;
        height: 130px;
    }

    .joininfo {
        margin-left: 20px;
    }

    .joinbox li:nth-child(3) .joininfo,
    .joinbox li:nth-child(4) .joininfo,
    .joinbox li:nth-child(7) .joininfo,
    .joinbox li:nth-child(8) .joininfo {
        margin-left: 0;
        margin-right: 20px;
    }

    .joininfo p {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .joinbox li img {
        width: 100px;
        height: 100px;
    }

    .joininfo {
        margin-left: 10px;
        width: 230px;
    }

    .joininfo span {
        font-size: 18px;
    }

    .joininfo p {
        font-size: 12px;
    }

    .joinbox li:nth-child(3) .joininfo,
    .joinbox li:nth-child(4) .joininfo,
    .joinbox li:nth-child(7) .joininfo,
    .joinbox li:nth-child(8) .joininfo {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .joinbox {
        margin-top: 30px;
    }

    .joinbox li {
        flex-direction: row !important;
        margin-bottom: 20px;
    }

    .joinbox li:nth-child(3) .joininfo,
    .joinbox li:nth-child(4) .joininfo,
    .joinbox li:nth-child(7) .joininfo,
    .joinbox li:nth-child(8) .joininfo {
        text-align: left;
    }

    .joinbox li:nth-child(even) {
        flex-direction: row-reverse !important;
    }

    .joinbox li:nth-child(even) .joininfo {
        margin-right: 20px;
        text-align: right;
    }

    .joinbox li:nth-child(odd) .joininfo {
        margin-left: 20px;
    }

    .joinbox li {
        width: 100%;
    }

    .joininfo span {
        font-size: 16px;
    }

    .joininfo p {
        margin-top: 5px;
    }
}

.process {
    background: #fcfbf8;
    padding-top: 60px;
    padding-bottom: 130px;
}

@media (max-width: 992px) {
    .process {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .process {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

/* page_about */
.about_shop {
    margin-top: 75px;
}

@media (max-width: 992px) {
    .about_shop {
        margin-top: 30px;
    }
}

.abbox {
    background: url(../../images/about_bg.jpg) no-repeat bottom center;
    padding-bottom: 400px;
}

.neiab {
    background: 0;
    padding-bottom: 0;
}

.neiab .abinfo {
    width: 870px;
    max-width: 100%;
    text-align: center;
}

.storytit img {
    margin: 0 auto;
}

.story p {
    text-align: center;
    font-size: 16px;
    color: #7b7b7b;
    line-height: 32px;
    margin-top: 45px;
}

.storytit img {
    display: block;
}

.history {
    height: 250px;
    background: url(../../images/lc_bg.png) no-repeat center;
    position: relative;
    margin-top: 60px;
}

.history::after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(86, 148, 53, .35);
    position: absolute;
    top: 95px;
}

.history .tab {
    width: 200px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.history .tab:nth-child(4) {
    margin-left: 200px;
}

.history .tab span {
    display: block;
    font-size: 22px;
    color: #569435;
    font-weight: bold;
    position: relative;
    margin-top: 88px;
    padding-top: 25px;
}

.history .tab span::before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #569435;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 0;
}

.history .tab p {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 24px;
    margin-top: 5px;
    opacity: 0;
    transition: all 0.3s;
}

.history .tab:hover p {
    opacity: 1;
}

@media (max-width: 1500px) {
    .storytit img {
        width: 320px;
    }

    .history {
        background-size: 110px;
    }

    .history .tab:nth-child(4) {
        margin-left: 60px;
    }

    .history .tab {
        width: 180px;
    }

    .history .tab p {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .abbox {
        background-size: 1200px;
        padding-bottom: 500px;
    }

    .storytit img {
        width: 300px;
    }

    .story p {
        font-size: 14px;
        margin-top: 30px;
    }

    .history {
        height: 290px;
        margin-top: 30px;
        background: url(../../images/lc_bg.png) no-repeat top center;
        background-size: 100px;
    }

    .history .tab span {
        margin-top: 281px;
    }

    .history .tab:nth-child(4) {
        margin-left: 0;
    }

    .history .tab {
        width: 150px;
    }

    .history .tab p {
        width: 200px;
        position: absolute;
        left: 50%;
        margin-left: -100px;
    }

    .history::after {
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 992px) {
    .abbox {
        padding-bottom: 300px;
    }

    .history::after {
        display: none;
    }

    .history {
        background: url(../../images/lc_bg.png) no-repeat top center;
        background-size: 120px;
        height: 400px;
        padding-top: 30px;
    }

    .story {
        margin-top: 20px;
    }

    .storytit img {
        width: 230px;
    }

    .story p {
        margin-top: 30px;
    }

    .history .tab p {
        width: 100%;
        position: relative;
        margin-left: 0;
        left: 0;
        opacity: 1;
    }

    .history .tab span::before {
        display: none;
    }

    .history .tab {
        width: 50%;
    }

    .history .tab span {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .abbox {
        background-size: 1000px;
    }

    .history {
        background-size: 100px;
    }

    .history .tab span {
        font-size: 20px;
    }

    .history .tab p {
        font-size: 12px;
    }

    .storytit img {
        width: 200px;
        margin-top: 20px;
    }

    .story p {
        font-size: 14px;
        line-height: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .history {
        background-size: 80px;
        padding-top: 15px;
    }
}

.rongyu {
    margin-top: 90px;
}

.rytit {
    text-align: center;
    margin-bottom: 60px;
}

.rytit p {
    font-size: 46px;
    color: #569435;
}

.rytit span {
    display: block;
    font-size: 21px;
    color: #707070;
}

@media (max-width: 1500px) {
    .rongyu {
        margin-top: 60px;
    }

    .rytit {
        margin-bottom: 50px;
    }

    .rytit p {
        font-size: 36px;
    }

    .rytit span {
        font-size: 19px;
    }
}

@media (max-width: 992px) {
    .rytit {
        margin-bottom: 40px;
    }

    .rytit p {
        font-size: 30px;
    }

    .rytit span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .rytit {
        margin-bottom: 30px;
    }

    .rytit p {
        font-size: 24px;
    }

    .rytit span {
        font-size: 14px;
    }

    .rongyu {
        margin-top: 40px;
    }
}

.right {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -160px;
    width: 60px;
    z-index: 9999;
}

.right:hover {
    overflow: visible;
}

.right li {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    position: relative;
    overflow: hidden;
    background: url(../../images/r3.png) no-repeat center 6px #569435;
    background-size: 26px;
}

.right li.totop {
    display: none;
    background: url(../../images/totop.png) no-repeat center 6px #569435;
    background-size: 26px;
}

.right li img {
    position: absolute;
    top: 0;
    right: 60px;
    opacity: 0;
    transition: all 0.3s;
    width: 115px;
}

.right li span {
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 6px;
    width: 100%;
}

.right li:first-child {
    background: url(../../images/r1.png) no-repeat center 6px #569435;
    background-size: 26px;
}

.right li:first-child+li {
    background: url(../../images/r2.png) no-repeat center 6px #569435;
    background-size: 26px;
}

.right li:last-child {
    border: 0;
}

.right li:hover {
    overflow: visible;
}

.right li:hover img {
    opacity: 1;
    right: 80px;
}

.right li p {
    color: #569435;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    right: 60px;
    bottom: 0;
    padding: 10px 15px;
    position: absolute;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    width: 172px;
}

.right li:hover p {
    right: 80px;
    opacity: 1;
}

@media (max-width: 768px) {
    .right {
        display: none;
    }
}

.wapphone {
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: url(../../images/r3.png) no-repeat center rgba(86, 148, 53, .8);
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    background-size: 40px;
}

@media (max-width: 768px) {
    .wapphone {
        display: block;
    }
}

/* 分页 */
.pages ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.pages a,
.pages span {
    padding: 0 8px;
    border: 1px solid #ddd;
    line-height: 26px;
    margin: 0 2px;
    color: #333;
    display: block;
}

.pages a:hover,
.pages .current {
    background: #569435;
    color: #fff;
    border-color: #569435;
}

@media (max-width: 768px) {
    .pages ul {
        font-size: 12px;
    }

    .pages a,
    .pages span {
        padding: 0 6px;
        line-height: 22px;
    }

    .pages .pageindex,
    .pages .all {
        display: none;
    }
}

.hbbox {
    margin-top: 100px;
    margin-bottom: 110px;
}

.hbbox .tit {
    margin-bottom: 60px;
}

.hbbox .tit span {
    font-size: 20px;
}

@media (max-width: 1200px) {
    .hbbox {
        margin-top: 60px;
        margin-bottom: 70px;
    }

    .hbbox .tit {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .hbbox {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .hbbox .tit {
        margin-bottom: 20px;
    }

    .hbbox .tit p {
        font-size: 22px;
    }

    .hbbox .tit span {
        font-size: 15px;
    }
}

.LR_yaoqing-form {
    box-sizing: content-box;
}

.hrlist {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 90px;
    margin-top: 65px;
}

.hrlist li {
    border-bottom: 1px solid #808080;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.hrlist li span {
    display: block;
    font-size: 24px;
    color: #1a1a1a;
}

.hrlist li i {
    display: block;
    font-style: normal;
    font-size: 20px;
    color: #4c4c4c;
    margin-top: 18px;
}

.hrlist li p {
    color: #4c4c4c;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .hrlist {
        margin-top: 50px;
    }

    .hrlist li {
        padding-bottom: 12px;
    }

    .hrlist li span {
        font-size: 22px;
    }

    .hrlist li i {
        font-size: 18px;
        margin-top: 10px;
    }

    .hrlist li p {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .hrlist li span {
        font-size: 18px;
    }

    .hrlist li i {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .hrlist {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .hrlist li span {
        font-size: 16px;
    }

    .hrlist li i {
        font-size: 14px;
        margin-top: 8px;
    }

    .hrlist li p {
        font-size: 12px;
    }
}

.swiper-join {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 65px;
    padding-bottom: 80px;
}

.swiper-join .swiper-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.swiper-join .swiper-slide img {
    display: block;
}

.swiper-join .swiper-slide span {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 25px;
}

.swiper-join .swiper-slide .inpfo {
    margin-top: 30px;
}

.swiper-join .swiper-slide p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}

.swiper-join .swiper-slide p::before {
    content: "●";
    color: #4d4d4d;
    margin-right: 5px;
}

.join-pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: absolute;
}

.swiper-container-horizontal>.join-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px;
}

.join-pagination .swiper-pagination-bullet {
    background: #4d4d4d;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.join-pagination .swiper-pagination-bullet-active {
    background: #569435;
}

@media (max-width: 1200px) {
    .swiper-join {
        margin-top: 60px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .swiper-join .swiper-slide img {
        width: 80px;
    }

    .swiper-join .swiper-slide span {
        font-size: 22px;
    }

    .swiper-join .swiper-slide p {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .swiper-join {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .swiper-join .swiper-slide img {
        width: 60px;
    }

    .swiper-join .swiper-slide span {
        font-size: 18px;
    }

    .swiper-join .swiper-slide .inpfo {
        margin-top: 20px;
    }

    .swiper-join .swiper-slide p {
        font-size: 12px;
    }

    .swiper-container-horizontal>.join-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }

    .join-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 768px) {
    .swiper-join {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .swiper-join .swiper-slide span {
        font-size: 16px;
    }

    .swiper-join .swiper-slide p {
        line-height: 20px;
        margin-bottom: 5px;
    }

    .swiper-container-horizontal>.join-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

.h_store_map {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.h_store_box {
    background: #f5f5f5;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.h_store_box a {
    font-size: 18px;
    color: #656665;
    width: 20%;
    text-align: center;
    line-height: 50px;
}

.h_store_box a.more {
    width: 100%;
}

@media (max-width: 1500px) {
    .h_store_map {
        width: 900px;
    }

    .h_store_box a {
        font-size: 17px;
        line-height: 46px;
    }
}

@media (max-width: 1200px) {
    .h_store_map {
        width: 800px;
    }

    .h_store_box {
        padding: 20px;
    }

    .h_store_box a {
        font-size: 15px;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .h_store_map {
        width: 700px;
    }

    .h_store_box a {
        font-size: 14px;
        width: 25%;
    }
}

@media (max-width: 768px) {
    .h_store_map {
        width: 100%;
        margin-top: 30px;
    }

    .h_store_box {
        padding: 15px;
    }

    .h_store_box a {
        width: 50%;
        font-size: 13px;
        line-height: 36px;
    }
}

.h_xuzhi {
    margin-top: 40px;
}

.h_xuzhi .panel-group {
    margin-top: 50px;
}

.h_xuzhi .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
}

.h_xuzhi .panel-group .panel:nth-child(even)>.panel-heading {
    background: #fff;
}

.h_xuzhi .panel-title {
    font-size: 24px;
    color: #333333;
}

.h_xuzhi .panel-body {
    border: none !important;
    background: #569435;
    font-size: 16px;
    color: #fff;
    padding-left: 85px;
    line-height: 25px;
    padding-bottom: 20px;
}

.h_xuzhi .panel-heading {
    padding: 0;
}

.h_xuzhi .panel-heading a {
    display: block;
    line-height: 90px;
    padding: 0 50px;
    position: relative;
}

.h_xuzhi .panel-heading a::after {
    content: " ";
    position: absolute;
    right: 36px;
    width: 21px;
    height: 21px;
    display: block;
    background: url(../../images/jia.png) no-repeat center;
    top: 36px;
}

.h_xuzhi .panel-heading a.hover::after {
    background: url(../../images/jian.png) no-repeat center;
}

.h_xuzhi .panel-heading a.hover {
    background: #569435;
    color: #fff;
}

@media (max-width: 768px) {
    .h_xuzhi {
        margin-top: 20px;
        padding: 0;
    }

    .h_xuzhi .panel-group {
        margin-top: 20px;
    }

    .h_xuzhi .panel {
        border-radius: 0;
    }

    .h_xuzhi .panel-title {
        font-size: 14px;
    }

    .h_xuzhi .panel-heading a {
        padding: 0 15px;
    }

    .h_xuzhi .panel-heading a {
        line-height: 60px;
    }

    .h_xuzhi .panel-body {
        padding-left: 32px;
        font-size: 12px;
        line-height: 20px;
        padding-top: 0;
    }

    .h_xuzhi .panel-heading a::after {
        background-size: 14px;
        top: 22px;
        right: 10px;
    }
}

.fubox {
    width: 1100px;
    height: 825px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: 80px;
    left: 50%;
    margin-left: -550px;
    background: url(../../images/fu-pc.png) no-repeat;
}

.fubox_c {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: 50px;
    top: 0;
    cursor: pointer;
}

.fubox2 {
    display: none;
    width: 98%;
    height: auto;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: 60px;
    ;
    left: 1%;
}

.fubox2 .fubox_c {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 0;
}

@media (max-width: 1200px) {
    .fubox {
        display: none;
    }
}

@media (max-width: 768px) {
    .fubox2 {
        display: block;
    }
}

.wapbottom {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #569435;
    z-index: 99999999;
}

.wapbottom ul {
    height: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.wapbottom ul li {
    width: 25%;
    text-align: center;
}

.wapbottom ul li a {
    color: #fffefe;
    font-size: 15px;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.wapbottom ul li a::before {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background-size: 35px !important;
}

.wapbottom ul li:first-child a::before {
    background: url(../../images/wapf1.png) no-repeat center;
}

.wapbottom ul li:first-child+li a::before {
    background: url(../../images/wapf2.png) no-repeat center;
}

.wapbottom ul li:first-child+li+li a::before {
    background: url(../../images/wapf3.png) no-repeat center;
}

.wapbottom ul li:first-child+li+li+li a::before {
    background: url(../../images/wapf4.png) no-repeat center;
}

@media (max-width: 768px) {
    .wapbottom {
        display: block;
    }
}

/*二期改版样式202210-22*/
@font-face {
    font-family: 'swspring';
    src: url('../../fonts/SweiSpringCJKsc-Regular.ttf');
}

@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
}


.product_cont {
    background: url(../../images/product_cate.png);
    background-size: cover;
}

.pro_recommend {
    padding-top: 128px;
    padding-bottom: 103px;
}

.cat_box {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cat_con {
    align-items: center;
    display: flex;
}

.cat_con img {
    display: block;
    width: 62px;
    margin-right: 20px;
}

.cat_con .catname {
    font-size: 42px;
    font-family: 'swspring';
}

.cat_box .cat_title {
    color: #569435;
    font-size: 27px;
    margin-top: 12px;
    letter-spacing: 0.2em;
}

.product_cont .swiper-slide {}

.product_cont .pro_recommend .swiper-slide .swiper-bg {
    width: 340px;
    height: 447px;
    background: url("../../images/pro_item_bg.png") bottom no-repeat;
    background-size: 340px;
    text-align: center;
    margin: 0 auto;
}

.product_cont .pro_recommend .swiper-slide:hover .swiper-bg {
    background: url("../../images/pro_item_bg_hover.png") bottom no-repeat;
    background-size: 340px;
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.product_cont .pro_recommend .swiper-slide img {
    height: 90%;
    margin: 0 auto;
    transition: none;
}

.product_cont .pro_recommend .swiper-slide .shadowDiv {
    position: relative;
    width: 105px;
    height: 6%;
    background: linear-gradient(180deg, rgba(86, 148, 53, 0.4) 0%, rgba(86, 148, 53, 0) 100%);
    left: 35%;
    top: -25px;
    border-radius: 100%;
    -webkit-filter: blur(.3vw);
    filter: blur(.3vw);
    -webkit-transform: scaleX(2) rotateZ(0deg);
    transform: scaleX(2) rotateZ(0deg);
    -webkit-animation-name: shadowAnimation;
    animation-name: shadowAnimation;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.product_cont .pro_recommend .swiper-slide:hover img {
    transform: none;
}

.product_cont .pro_recommend .swiper-slide .desc {
    width: 75%;
    margin: 15px auto;
    text-align: center;
    height: 160px;
    overflow: hidden;
}

.product_cont .pro_recommend .swiper-slide .desc span {
    font-family: 'swspring';
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    /* 常规文字色 */
    color: #606266;
}

.product_cont .pro_recommend .swiper-slide:hover .desc span {
    color: #569435;
}

.product_cont .pro_recommend .swiper-slide .desc .info {
    display: block;
    font-family: 'AlibabaPuHuiTi';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    text-align: left;
    letter-spacing: 0.01em;
    /* 常规文字色 */
    color: #606266;
    margin-top: 13px;
}

.product_cont .pro_recommend .swiper-slide .desc .info {
    display: none;
    text-align: left;
}

.product_cont .pro_recommend .swiper-slide:hover .desc .info {
    display: block;
    text-align: center;
    white-space: pre;
}

/*常规产品*/
.pro_normal {
    margin-bottom: 68px;
}

.pro_normal .swiper-slide {}

.pro_normal .swiper-slide .swiper-bg {
    width: 290px;
    height: 425px;
    background: url(../../images/pro_normal.png) no-repeat;
    background-size: 100%;
    padding-right: 10px;
}

.pro_normal .swiper-slide .swiper-bg img {
    width: 290px;
    height: 425px;
    border-radius: 160px 0 160px 0;
}

.pro_normal .swiper-slide:hover img {
    transform: none;
}

.pro_normal .swiper-slide img {
    transition: none;
}

.pro_normal .swiper-slide .swiper-bg span {
    display: block;
    margin-left: 10px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.pro_normal .swiper-slide:hover .swiper-bg span {
    display: none;
}

.pro_normal .swiper-slide .desc,
.pro_normal .swiper-slide .desc span,
.pro_normal .swiper-slide .desc .info {
    display: none;
}

.pro_normal .swiper-slide:hover .desc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(188.28deg, #569435 18.46%, rgba(86, 148, 53, 0.72) 91.48%);
    width: 280px;
    height: 425px;
    border-radius: 160px 0 160px 0;
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.pro_normal .swiper-slide:hover .desc span {
    font-family: 'swspring';
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-top: 30%;
    display: block;
    text-align: center;
}

.pro_normal .swiper-slide:hover .desc .info {
    display: block;
    font-family: 'AlibabaPuHuiTi';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 60%;
    margin: 25px auto;
}

/*
===================
操作提示
>>	tips					普通
>>	tips_error		错误
>>	tips_success	正确
>>	tips_loading	加载中
使用方法
	可独立样式使用，亦可与tips组装，例：
	<div class="tips"><span class="tips_error">错误内容</span></div>
	可在外出包裹 tips_block 对错误提示进行块级效果展示
===================
*/
.tips,
.tips_block span {
    line-height: 25px;
    padding: 0 6px;
}

.tips {
    border: 1px solid #faebd2;
    background: #ffffe9;
    color: #666;
}

.tips_error,
.tips_success {
    color: #ff0000;
    padding-left: 16px;
    display: inline-block;
    line-height: 18px;
}

.tips_success {
    color: #008800;
    background-position: 0 -19px;
}

.tips_loading {
    color: #ff0000;
    display: inline-block;
    line-height: 20px;
}

@media (max-width: 1702px) {}

@media (max-width: 1681px) {}

@media (max-width: 1592px) {}

@media (max-width: 1508px) {
    .product_cont .pro_recommend .swiper-slide .swiper-bg {
        width: 295px;
        height: 400px;
        background: url("../../images/pro_item_bg.png") bottom no-repeat;
        background-size: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .product_cont .pro_recommend .swiper-slide:hover .swiper-bg {
        background: url("../../images/pro_item_bg_hover.png") bottom no-repeat;
        background-size: 100%;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }

    .pro_recommend {
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .product_cont .pro_recommend .swiper-slide .shadowDiv {
        position: relative;
        width: 90px;
        height: 6%;
        background: linear-gradient(180deg, rgba(86, 148, 53, 0.4) 0%, rgba(86, 148, 53, 0) 100%);
        left: 35%;
    }

    .product_cont .pro_recommend .swiper-slide img {
        height: 355px;
        margin: 0 auto;
    }

    .pro_normal .swiper-slide .swiper-bg {
        width: 260px;
        height: 390px;
        background: url(../../images/pro_normal.png) no-repeat;
        background-size: 100%;
        padding-right: 10px;
    }

    .pro_normal .swiper-slide .swiper-bg img {
        width: 260px;
        height: 390px;
        border-radius: 140px 0 140px 0;
    }

    .pro_normal .swiper-slide:hover .desc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(188.28deg, #569435 18.46%, rgba(86, 148, 53, 0.72) 91.48%);
        width: 250px;
        height: 390px;
        border-radius: 140px 0 140px 0;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }
}

/*屏幕小于等于1401*/
@media (max-width: 1401px) {
    .product_cont .pro_recommend .swiper-slide .swiper-bg {
        width: 295px;
        height: 400px;
        background: url("../../images/pro_item_bg.png") bottom no-repeat;
        background-size: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .product_cont .pro_recommend .swiper-slide:hover .swiper-bg {
        background: url("../../images/pro_item_bg_hover.png") bottom no-repeat;
        background-size: 100%;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }

    .pro_recommend {
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .product_cont .pro_recommend .swiper-slide .shadowDiv {
        position: relative;
        width: 90px;
        height: 6%;
        background: linear-gradient(180deg, rgba(86, 148, 53, 0.4) 0%, rgba(86, 148, 53, 0) 100%);
        left: 35%;
    }

    .product_cont .pro_recommend .swiper-slide img {
        height: 355px;
        margin: 0 auto;
    }

    .pro_normal .swiper-slide .swiper-bg {
        width: 260px;
        height: 390px;
        background: url(../../images/pro_normal.png) no-repeat;
        background-size: 100%;
        padding-right: 10px;
    }

    .pro_normal .swiper-slide .swiper-bg img {
        width: 260px;
        height: 390px;
        border-radius: 140px 0 140px 0;
    }

    .pro_normal .swiper-slide:hover .desc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(188.28deg, #569435 18.46%, rgba(86, 148, 53, 0.72) 91.48%);
        width: 250px;
        height: 390px;
        border-radius: 140px 0 140px 0;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }
}

/*屏幕小于等于1200*/
@media (max-width: 1200px) {
    .product_cont .pro_recommend .swiper-slide .swiper-bg {
        width: 295px;
        height: 400px;
        background: url("../../images/pro_item_bg.png") bottom no-repeat;
        background-size: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .product_cont .pro_recommend .swiper-slide:hover .swiper-bg {
        background: url("../../images/pro_item_bg_hover.png") bottom no-repeat;
        background-size: 100%;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }

    .pro_normal .swiper-slide .swiper-bg {
        width: 240px;
        background: url(../../images/pro_normal.png) no-repeat;
        background-size: 90%;
    }

    .pro_recommend {
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .product_cont .pro_recommend .swiper-slide .shadowDiv {
        position: relative;
        width: 90px;
        height: 6%;
        background: linear-gradient(180deg, rgba(86, 148, 53, 0.4) 0%, rgba(86, 148, 53, 0) 100%);
        left: 35%;
    }

    .product_cont .pro_recommend .swiper-slide img {
        height: 355px;
        margin: 0 auto;
    }

    .pro_normal .swiper-slide .swiper-bg {
        width: 220px;
        height: 320px;
        background: url(../../images/pro_normal.png) no-repeat;
        background-size: 100%;
        padding-right: 10px;
    }

    .pro_normal .swiper-slide .swiper-bg img {
        width: 220px;
        height: 320px;
        border-radius: 120px 0 120px 0;
    }

    .pro_normal .swiper-slide:hover .desc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(188.28deg, #569435 18.46%, rgba(86, 148, 53, 0.72) 91.48%);
        width: 210px;
        height: 320px;
        border-radius: 120px 0 120px 0;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }
}

@media (max-width: 992px) {
    .product_cont .pro_recommend .swiper-slide .swiper-bg {
        width: 230px;
        height: 290px;
        background: url("../../images/pro_item_bg.png") bottom no-repeat;
        background-size: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .product_cont .pro_recommend .swiper-slide:hover .swiper-bg {
        background: url("../../images/pro_item_bg_hover.png") bottom no-repeat;
        background-size: 100%;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }

    .pro_normal .swiper-slide .swiper-bg {
        width: 185px;
        background: url(../../images/pro_normal.png) no-repeat;
        background-size: 90%;
    }

    .pro_recommend {
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .product_cont .pro_recommend .swiper-slide .shadowDiv {
        position: relative;
        width: 70px;
        height: 6%;
        background: linear-gradient(180deg, rgba(86, 148, 53, 0.4) 0%, rgba(86, 148, 53, 0) 100%);
        left: 37%;
    }

    .product_cont .pro_recommend .swiper-slide img {
        height: 255px;
        margin: 0 auto;
    }

    .pro_normal .swiper-slide .swiper-bg {
        width: 160px;
        height: 230px;
        background: url(../../images/pro_normal.png) no-repeat;
        background-size: 100%;
        padding-right: 10px;
    }

    .pro_normal .swiper-slide .swiper-bg img {
        width: 160px;
        height: 230px;
        border-radius: 90px 0 90px 0;
    }

    .pro_normal .swiper-slide:hover .desc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(188.28deg, #569435 18.46%, rgba(86, 148, 53, 0.72) 91.48%);
        width: 150px;
        height: 230px;
        border-radius: 90px 0 90px 0;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }

    .pro_normal .swiper-slide:hover .desc .info {
        height: 8rem;
        overflow: hidden;
    }
}

@media (max-width: 769px) {
    .pro_recommend {
        padding-top: 38px;
        padding-bottom: 0;
    }

    .cat_con .catname {
        font-size: 3.7rem;
        font-family: 'swspring';
    }

    .cat_box .cat_title {
        text-align: center;
        font-size: 2rem;
    }

    .product_cont .pro_recommend .swiper-slide .swiper-bg {
        width: 160px;
        height: 210px;
        background: url(../../images/pro_item_bg.png) bottom no-repeat;
        background-size: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .product_cont .pro_recommend .swiper-slide img {
        height: 190px;
        margin: 0 auto;
    }

    .product_cont .pro_recommend .swiper-slide .shadowDiv {
        position: relative;
        width: 45px;
        height: 6%;
        background: linear-gradient(180deg, rgba(86, 148, 53, 0.4) 0%, rgba(86, 148, 53, 0) 100%);
        left: 38%;
    }

    .product_cont .pro_recommend .swiper-slide:hover .desc .info {
        height: 7rem;
        overflow: hidden;
    }

    .pro_normal {
        margin-bottom: 15px;
    }

    .pro_normal .swiper-slide .swiper-bg {
        width: 160px;
        height: 230px;
        background: url(../../images/pro_normal.png) no-repeat;
        background-size: 100%;
        padding-right: 10px;
    }

    .pro_normal .swiper-slide .swiper-bg img {
        width: 160px;
        height: 230px;
        border-radius: 90px 0 90px 0;
    }

    .pro_normal .swiper-slide:hover .desc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(188.28deg, #569435 18.46%, rgba(86, 148, 53, 0.72) 91.48%);
        width: 150px;
        height: 230px;
        border-radius: 90px 0 90px 0;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    }

    .pro_normal .swiper-slide:hover .desc .info {
        height: 9rem;
        overflow: hidden;
        margin: 15px auto;
    }
}