@media only screen and (min-width:320px) {
    body {
        font-size: 1em
    }
}

@media only screen and (min-width:360px) {
    body {
        font-size: 1.125em
    }
}

@media only screen and (min-width:375px) {
    body {
        font-size: 1.171em
    }
}

@media only screen and (min-width:384px) {
    body {
        font-size: 1.2em
    }
}

@media only screen and (min-width:400px) {
    body {
        font-size: 1.25em
    }
}

@media only screen and (min-width:414px) {
    body {
        font-size: 1.293em
    }
}

@media only screen and (min-width:439px) {
    body {
        font-size: 1.371em
    }
}

@media only screen and (min-width:480px) {
    body {
        font-size: 1.5em
    }
}

@media only screen and (min-width:512px) {
    body {
        font-size: 1.6em
    }
}

@media only screen and (min-width:568px) {
    body {
        font-size: 1.775em
    }
}

@media only screen and (min-width:585px) {
    body {
        font-size: 1.828em
    }
}

@media only screen and (min-width:600px) {
    body {
        font-size: 1.875em
    }
}

@media only screen and (min-width:640px) {
    body {
        font-size: 2em
    }
}

@media only screen and (min-width:667px) {
    body {
        font-size: 2.084em
    }
}

@media only screen and (min-width:736px) {
    body {
        font-size: 2.3em
    }
}

@media only screen and (min-width:768px) {
    body {
        font-size: 2.4em
    }
}

@media only screen and (min-width:800px) {
    body {
        font-size: 2.5em
    }
}

@media only screen and (min-width:960px) {
    body {
        font-size: 3em
    }
}

@media only screen and (min-width:1024px) {
    body {
        font-size: 3.2em
    }
}

@media only screen and (min-width:1152px) {
    body {
        font-size: 3.6em
    }
}

@media only screen and (min-width:1280px) {
    body {
        font-size: 4em
    }
}

@media only screen and (min-width:1360px) {
    body {
        font-size: 4.25em
    }
}

@media only screen and (min-width:1400px) {
    body {
        font-size: 4.375em
    }
}

@media only screen and (min-width:1440px) {
    body {
        font-size: 4.5em
    }
}

@media only screen and (min-width:1600px) {
    body {
        font-size: 5em
    }
}

@media only screen and (min-width:1680px) {
    body {
        font-size: 5.25em
    }
}

@media only screen and (min-width:1920px) {
    body {
        font-size: 6em
    }
}

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

.container:before {
    content: "";
    display: block;
    height: 60px
}

.container1 {
    margin: 0 5%
}

img {
    max-width: 100%
}

.page-banner {
    position: relative
}

.page-banner img {
    width: 100%;
    display: block
}

.page-banner .inner {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    margin-left: -10%
}

.page-banner .inner h1 {
    font-size: 1.5625rem;
    margin-bottom: 1.125rem
}

.page-banner .inner p {
    font-size: .875rem
}

.page-tit {
    font-size: 1.5625rem;
    text-align: center;
    font-weight: 700
}

.page-tit:after {
    content: "";
    display: block;
    margin: 1rem auto 0;
    width: 1.5em;
    height: 2px;
    background-color: #e9546a
}

.header {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: #fff
}

.header .header-ul {
    width: 100%;
    height: 60px;
    background: #fff
}

.header .header-ul li {
    height: 32px;
    line-height: 34px;
    margin-top: 14px;
    float: left;
}

.header .header-ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.header .header-ul li.header-ul-li-first {
    width: 25%;
    color: #e9546a;
}

.header .header-ul li.header-ul-li-one {
    width: 25%;
    color: #e9546a;
    /*background: url(../images/header-btn.png?v=1.1) no-repeat 20px;*/
    /*background-size: auto 92%*/
}

.header .header-ul li.header-ul-li-one a {
    text-align: right;
    color: #434343
}

.header .header-ul li.header-ul-li-one.open {
    background: url(../images/nav-close.png?v=1.1) no-repeat 0 0;
    background-size: contain
}

.header .header-ul li.header-ul-li-one.open a.nav-btno {
    display: none
}

.header .header-ul li.header-ul-li-two {
    width: 50%;
    background: url(../images/logo.png?v=1.1) no-repeat 50%;
    background-size: auto 100%;
    height:40px;
    line-height: 40px;
}

.header .header-ul li.header-ul-li-three {
    width: 25%;
    background-size: auto 100%;
    margin-top: 12px;
    position: relative
}

.header .header-ul li.header-ul-li-three>a {
    color: #e9546a;
    text-align: right;
    padding-right: 20px;
    font-size: 1rem
}

.header .header-ul li.header-ul-li-three ul {
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    border-top: 1px solid #e9546a;
    box-shadow: 0 0 5px #e9546a;
    z-index: -1;
    padding: 10px 0;
    display: none
}

.header .header-ul li.header-ul-li-three ul li {
    width: 100%;
    margin-top: 0
}

.header .header-ul li.header-ul-li-three ul li a {
    color: #e9546a;
    font-size: .9rem;
    text-align: center;
    display: block
}

.header .nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    left: 0;
    top: calc(-100% - 60px);
    z-index: -1;
    background: #fff;
    transition: 1s
    border-top: 1px solid #e9546a !important;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s
}

.header .nav .nav-close {
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/nav-close.png?v=1.1) no-repeat -5px 11px;
    text-align: center;
    background-size: 100%;
    z-index: 999
}

.header .nav>a {
    width: 100%;
    height: auto;
    background: url(../images/home.png?v=1.1) no-repeat 50%;
    background-size: 100%;
    padding: 12% 0 0;
    position: fixed;
    top: 45px
}

.header .nav .accordion-nav {
    border-radius: 4px;
    padding: 35px 30px 50px 50px
}

.header .nav .accordion-nav .link-nav {
    color: #424347;
    font-size: 18px;
}

.header .nav .accordion-nav .link-nav a {
    display: block;
    width: 100%;
    height: 100%
}

.header .nav .accordion-nav .link-nav span {
    float: right;
    color: #e9546a
}

.header .nav .accordion-nav .link-nav span.remove {
    display: none;
    letter-spacing: -2px;
    position: relative;
    left: -3px
}

.header .nav .accordion-nav li {
    cursor: pointer
}

.header .nav .accordion-nav>li+li {
    margin: 16px 0 0
}

.header .nav .accordion-nav>li:last-child {
    padding: 0 0 22%;
    border-bottom: 1px solid #e1e1e1
}

.header .nav .accordion-nav>li.open-nav .link-nav span.add {
    display: none
}

.header .nav .accordion-nav>li.open-nav .link-nav span.remove {
    display: block
}

.header .nav .accordion-nav .link-nav1 {
    background: url(../images/menu_2.png?v=1.1) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: auto
}

.header .nav .accordion-nav .link-nav2 {
    background: url(../images/menu_3.png?v=1.1) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: auto
}

.header .nav .accordion-nav .link-nav3 {
    background: url(../images/menu_4.png?v=1.1) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: auto
}

.header .nav .accordion-nav .link-nav4 {
    background: url(../images/menu_7_on.png?v=1.1) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: auto
}

.header .nav .accordion-nav.open-nav .link-nav1 {
    background: url(../images/menu_2_on.png?v=1.1) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: auto
}

.header .nav .accordion-nav.open-nav .link-nav2 {
    background: url(../images/menu_3_on.png?v=1.1) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: auto
}

.header .nav .accordion-nav.open-nav .link-nav3 {
    background: url(../images/menu_4_on.png?v=1.1) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: auto
}

.header .nav .accordion-nav.open-nav .link-nav4 {
    background: url(../images/menu_7_on.png?v=1.1) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: auto
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #171b2a;
    padding: 50px 0;
    text-align: center;
    color: #f3f3f1
}

.footer img {
    width: 60%
}

.footer p {
    width: 90%;
    margin: 15px auto 30px;
    line-height: 1.6rem;
    font-size: 1.1rem;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    font-weight: 400
}

.footer p a {
    color: #c10d11
}

.footer ul {
    width: 60%;
    margin: 0 auto
}

.footer ul li {
    width: 22%;
    display: block;
    float: left
}

.footer ul li+li {
    margin: 0 0 0 16%
}

.footer ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.code,
.footer ul li a img {
    width: 100%
}

.code {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background: rgba(0, 0, 0, .3);
    display: none
}

.code-content {
    width: 226px;
    height: 257px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -128.5px 0 0 -113px
}

.code-content img {
    max-width: 226px;
    max-height: 257px;
    overflow: hidden
}

.code-content .code-close {
    position: absolute;
    right: 0;
    top: -24px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    z-index: 99
}

.index #demo01 {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    zoom: 1
}

.index #demo01 .slides {
    zoom: 1
}

.index #demo01 .slides li .img img {
    width: 100%
}

.index #demo01 .flex-viewport {
    max-height: 2000px;
    transition: all 1s ease
}

.index #demo01 .flex-direction-nav a {
    display: none
}

.index #demo01 .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center
}

.index #demo01 .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.index #demo01 .flex-control-paging li a {
    background: url(../images/dot.png?v=1.1) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer
}

.index #demo01 .flex-control-paging li a.flex-active {
    background-position: 0 0
}

.index .function {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e9546a
}

.index .function li {
    float: left;
    width: 20%;
    padding: 4% 0;
    border-right: 1px solid #e9546a;
    box-sizing: border-box;
    position: relative;
    width: 25%
}

.index .function li.boder-r {
    border-right: none
}

.index .function li:last-child {
    display: none
}

.index .function li i {
    position: absolute;
    right: 0;
    top: 0
}

.index .function li:first-child {
    border-left: 0
}

.index .function li a {
    display: block;
    width: 100%;
    height: 100%
}

.index .function li a span {
    display: block;
    width: 50%;
    margin: 0 auto
}

.index .function li a span img {
    width: 100%
}

.index .function li a p {
    padding-top: 3%;
    font-size: 16px;
    font-weight: 700;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    color: #1b1a1a;
    text-align: center;
    letter-spacing: -.01em
}

.index .section1 {
    width: 100%;
    position: relative;
    padding: 5.5% 0 10%;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    color: #000
}

.index .section1 .text {
    margin-top: -4.625rem
}

.index .section1 .text>h1 {
    width: 90%;
    height: auto;
    font-weight: 700;
    text-align: left;
    font-size: 28px;
    line-height: 1.2em;
    margin: 70px 0 0 5%
}

.index .section1 .text>.en {
    margin: 8px 0 16px 5%
}

.index .section1 .text>.en img {
    width: 100%
}

.index .section1 .text p {
    height: auto;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
}

.index .section1 .text .content {
    margin: 8px 5% 16px;
    height: 9.6rem;
    overflow: hidden
}

.index .section1 .text .content.on {
    height: auto
}

.index .section1 .more {
    text-align: center
}

.index .section1 .more a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    color: #e9546a;
    border: 1px solid #e9546a;
    padding: .5625rem 2.8125rem;
    border-radius: 50px
}

.index .section1 .more a:after {
    content: "";
    display: inline-block;
    background-image: url(../images/index_s1_more.png?v=1.1);
    width: .9375rem;
    height: .5625rem;
    background-size: cover
}

.index .section1 .more a.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.index .section2 {
    background-color: #e9546a;
    color: #fff;
    padding-top: 2.8125rem;
    overflow: hidden
}

.index .section2 a {
    color: #fff
}

.index .section2 h1 {
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 2%
}

.index .section2 .des {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: normal;
}

.index .section2 .section2-swiper {
    width: 100%;
    position: relative;
    margin-bottom: 10%
}

.index .section2 .section2-swiper .swiper-slide {
    text-align: center
}

.index .section2 .section2-swiper .swiper-slide img {
    width: 100%;
    margin-top: 8%;
    display: block
}

.index .section2 .section2-swiper .swiper-slide .title {
    font-size: 1.5625rem;
    font-weight: 700;
    margin-top: 10%
}

.index .section2 .section2-swiper .swiper-slide .en {
    font-size: .875rem;
    opacity: .5
}

.index .section2 .section2-swiper .swiper-button-next,
.index .section2 .section2-swiper .swiper-button-prev {
    height: 1.25rem;
    width: .8125rem;
    background-size: cover
}

.index .section2 .section2-swiper .swiper-button-prev {
    left: 5%
}

.index .section2 .section2-swiper .swiper-button-next {
    right: 5%
}

.index .section3 .earth {
    background-color: #FFFFFF;
    background-size: 90% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 0 0 0
}

.index .section3 .earth .earth-nav {
    position: relative
}

.index .section3 .earth .earth-nav .earth-nav-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 90%;
    margin: 0 auto
}

.index .section3 .earth .earth-nav .earth-nav-container .swiper-slide {
    font-size: .9375rem;
    color: #647c94;
    font-weight: 700
}

.index .section3 .earth .earth-nav .earth-nav-container .swiper-slide.on {
    color: #000
}

.index .section3 .earth .earth-nav .swiper-button-next,
.index .section3 .earth .earth-nav .swiper-button-prev {
    height: 1.75rem;
    width: .9375rem;
    background-size: cover
}

.index .section3 .earth .earth-nav .swiper-button-prev {
    left: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23f60'/%3E%3C/svg%3E")
}

.index .section3 .earth .earth-nav .swiper-button-next {
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23f60'/%3E%3C/svg%3E")
}

.index .section3 .earth .earth-list {
    position: relative;
    /*padding-bottom: 5%;*/
    /*background-image: url(../images/earth_shandow.png?v=1.1);*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%
}

.index .section3 .earth .earth-list:after {
    content: "";
    display: block;
    padding-bottom: 66%
}

.index .section3 .earth .earth-list .item {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s;
    visibility: hidden
}

.index .section3 .earth .earth-list .item img {
    display: block;
    width: 100%
}

.index .section3 .earth .earth-list .item.on {
    opacity: 1;
    visibility: visible
}

.index .section3 .earth-main {
    padding: 1.875rem 0
}

.index .section3 .earth-main h3 {
    font-size: 2.125rem;
    line-height: 2.125rem;
    margin-bottom: .9375rem
}

.index .section3 .earth-main .text {
    font-size: .9375rem;
    line-height: 1.3125rem;
    color: #181625
}

.index .section3 .earth-main .num-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.875rem
}

.index .section3 .earth-main .num-list .item .title {
    font-size: .9375rem;
    color: #181625
}

.index .section3 .earth-main .num-list .item .num {
    color: #e9546a
}

.index .section3 .earth-main .num-list .item .num span {
    font-size: 1.9375rem
}

.index .section3 .earth-main .num-list .item .num i {
    font-size: .875rem;
    font-style: normal
}

.index .section3 .earth-main .pic-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.875rem
}

.index .section3 .earth-main .pic-list .item {
    width: 50%;
    background-size: cover;
    border-radius: 5px
}

.index .section3 .earth-main .pic-list .item:after {
    content: "";
    display: block;
    padding-bottom: 66.9%
}

.index .section3 .earth-main .pic-list .item:first-child {
    margin-right: 8%
}

.index .section3 .earth-main .more {
    text-align: center;
    margin-top: 2.8125rem
}

.index .section3 .earth-main .more a {
    display: inline-block;
    color: #e9546a;
    border: 1px solid #e9546a;
    border-radius: 50px;
    font-size: 1.0625rem;
    line-height: 1em;
    padding: .5rem 2.1875rem
}

.index .section3 .earth-main .more a:after {
    content: "";
    display: inline-block;
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23f60'/%3E%3C/svg%3E");*/
    /*width: .5625rem;*/
    /*height: .9375rem;*/
    /*vertical-align: middle;*/
    /*margin-left: .8125rem*/
}

.index .section4 {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 2.8125rem 0 3.4375rem;
    color: #5e5b5b;
    font-weight: 600
}

.index .section4 p:first-child {
    letter-spacing: .25rem
}

.index .section4 a {
    color: #e9546a
}

.product .section1 {
    padding: 0 0 2rem;
    position: relative;
    overflow: hidden
}

.product .section1 .section1-swiper {
    position: relative;
    padding-top: 2.625rem;
    background-image: url(../images/meiwei_banner_bj2.jpg?v=1.1);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    overflow: hidden
}

.product .section1 .section1-swiper .pic {
    position: relative;
    padding-top: .5rem
}

.product .section1 .section1-swiper .pic .type {
    position: absolute;
    right: 1.75rem;
    top: 0;
    background-color: #fff;
    color: #e9546a;
    width: 4.3125rem;
    height: 4.3125rem;
    border-radius: 100%;
    text-align: center;
    font-size: .9375rem;
    font-weight: 700;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product .section1 .section1-swiper .pic .type p:nth-child(2) {
    font-size: .3125rem;
    font-weight: 400;
    line-height: .3125rem
}

.product .section1 .section1-swiper h1 {
    font-size: 1.875rem;
    text-indent: -.5em;
    position: relative;
    display: inline-block
}

.product .section1 .section1-swiper h1:after {
    content: "";
    display: block;
    width: 3.0625rem;
    height: 2.9375rem;
    background-image: url(../images/meiwei_qiu.png?v=1.1);
    background-size: cover;
    position: absolute;
    right: -.3125rem;
    top: -.9375rem;
    z-index: -1
}

.product .section1 .section1-swiper h3 {
    font-size: 1.3125rem
}

.product .section1 .section1-swiper .en {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    text-shadow: 1px 1px #e9546a, -1px -1px #e9546a, 1px -1px #e9546a, -1px 1px #e9546a;
    line-height: 1em;
    margin: .3125rem 0 .625rem
}

.product .section1 .section1-swiper .text {
    font-size: .9375rem;
    line-height: 1.5625rem;
    font-weight: 700
}

.product .section1 .section1-swiper .fanwei,
.product .section1 .section1-swiper .key {
    font-size: .9375rem;
    line-height: 1.5625rem
}

.product .section1 .section1-swiper .fanwei span,
.product .section1 .section1-swiper .key span {
    color: #e9546a
}

.product .section1 .ctrl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.125rem;
    width: 100%;
    position: absolute;
    top: 25%;
    left: 0
}

.product .section1 .ctrl .ctrl-pagination {
    font-size: .9375rem
}

.product .section1 .ctrl .ctrl-pagination span {
    font-weight: 700;
    font-weight: "Microsoft YaHei"
}

.product .section1 .ctrl .ctrl-pagination span:first-child {
    color: #e9546a
}

.product .section1 .ctrl a {
    width: .75rem;
    height: 1.3125rem;
    display: block;
    background-size: cover
}

.product .section1 .ctrl a.swiper-button-prev {
    left: 4%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ed6c00'/%3E%3C/svg%3E")
}

.product .section1 .ctrl a.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23ed6c00'/%3E%3C/svg%3E");
    right: 4%
}

.product .section1 .more {
    text-align: center
}

.product .section1 .more a {
    background-color: #e9546a;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    padding: .625rem 1.75rem;
    border-radius: 50px;
    line-height: 1em;
    margin-top: 2.1875rem
}

.product .section1_5 .pro-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    font-size: .9375rem;
    margin-top: 1.75rem;
    overflow-x: scroll;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.0625rem
}

@media only screen and (max-width:320px) {
    .product .section1_5 .pro-nav {
        font-size: .75rem
    }
}

.product .section1_5 .pro-nav a {
    display: block;
    border: 1px solid #292929;
    color: #292929;
    line-height: 2em;
    text-align: center;
    border-radius: 50px;
    width: 5em;
    box-sizing: content-box;
    padding: 0 .9375rem;
    margin-bottom: .625rem;
    margin: 5px;
}

.product .section1_5 .pro-nav a.on {
    background-color: #e9546a;
    color: #fff;
    border: 1px solid #e9546a
}

.product .section1_5 .pro-nav a:last-child,
.product .section1_5 .pro-nav a:nth-child(3n) {
    margin-right: 0
}

.product .section1_5 .pro-content-wapper {
    width: 90vw;
    overflow: hidden
}

.product .section1_5 .pro-content-wapper .pro-content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    width: 360vw
}

.product .section1_5 .pro-content-wapper .pro-content-inner.change1 {
    -webkit-transform: translateX(-90vw);
    -ms-transform: translateX(-90vw);
    transform: translateX(-90vw)
}

.product .section1_5 .pro-content-wapper .pro-content-inner.change2 {
    -webkit-transform: translateX(-180vw);
    -ms-transform: translateX(-180vw);
    transform: translateX(-180vw)
}

.product .section1_5 .pro-content {
    width: 90vw
}

.product .section1_5 .pro-content.on {
    display: block
}

.product .section1_5 .pro-content .section1-5-swiper {
    position: relative;
    overflow: hidden
}

.product .section1_5 .pro-content .section1-5-swiper .item {
    margin-bottom: 5%
}

.product .section1_5 .pro-content .section1-5-swiper .item:last-child {
    margin-bottom: 0
}

.product .section1_5 .pro-content .section1-5-swiper .item a {
    background-color: #f3f3f3;
    display: block;
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.product .section1_5 .pro-content .section1-5-swiper .item a .pic {
    background-size: 100%;
    background-position: 50%;
    position: relative;
    height: 340px;
    background-repeat: no-repeat;
}

.product .section1_5 .pro-content .section1-5-swiper .item a .pic:after {
    display: block;
    content: "";
    padding-bottom: 57%
}

.product .section1_5 .pro-content .section1-5-swiper .item a .pic .type {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background-color: #e9546a;
    color: #fff;
    font-size: .75rem;
    line-height: 1.2em;
    width: 2.4em;
    text-align: center;
    padding: .875rem;
    box-sizing: content-box;
    border-radius: 100%;
    transition: all 1s
}

.product .section1_5 .pro-content .section1-5-swiper .item a .inner {
    padding: 6% 5% 3.125rem;
    color: #000
}

.product .section1_5 .pro-content .section1-5-swiper .item a .inner .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5%
}

.product .section1_5 .pro-content .section1-5-swiper .item a .inner .title h3 {
    font-size: 1.1875rem;
    margin-right: .9375rem
}

.product .section1_5 .pro-content .section1-5-swiper .item a .inner .title h4 {
    font-size: .9375rem;
    font-weight: 400
}

.product .section1_5 .pro-content .section1-5-swiper .item a .inner .des {
    font-size: .9375rem;
    line-height: 1.375rem;
    white-space: normal
}

.product .section1_5 .pro-content .section1-5-swiper .item a .inner .fanwei,
.product .section1_5 .pro-content .section1-5-swiper .item a .inner .key {
    font-size: .9375rem;
    line-height: 1.375rem
}

.product .section1_5 .pro-content .section1-5-swiper .item a .inner .fanwei span,
.product .section1_5 .pro-content .section1-5-swiper .item a .inner .key span {
    color: #e9546a
}

.product .section1_5 .pro-content .section1-5-swiper .item a .inner .fanwei p,
.product .section1_5 .pro-content .section1-5-swiper .item a .inner .key p {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product .section1_5 .pro-content .section1-5-swiper .item a:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 0 10px #ccc
}

.product .section1_5 .pro-content .section1-5-swiper .item a:hover .pic .type {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn)
}

.product .section1_5 .pro-content .section1-5-swiper .section1-5-pagination {
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 1.25rem;
    width: 100%
}

.product .section1_5 .pro-content .section1-5-swiper .section1-5-pagination .swiper-pagination-bullet {
    border: 1px solid #e9546a;
    opacity: 1
}

.product .section2 {
    padding: 2rem 0
}

.product .section2>.title {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 700;
    color: #222;
    margin-bottom: .625rem
}

.product .section2>.des {
    font-size: .9375rem;
    text-align: center;
    color: #222;
    line-height: 1.2em
}

.product .section2 .section2-swiper {
    margin-top: 1.5625rem
}

.product .section2 .section2-swiper,
.product .section2 .swiper-slide {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.product .section2 .swiper-slide .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(34, 34, 34, .35);
    background-image: url(../images/section2_hover.png?v=1.1);
    background-size: cover
}

.product .section2 .swiper-slide .inner .title {
    font-size: 1.4375rem;
    font-weight: 700;
    margin-bottom: .375rem;
    line-height: 1em
}

.product .section2 .swiper-slide .inner .des {
    font-size: .625rem;
    line-height: 1em
}

.product .section2 .section2-pagination {
    text-align: center
}

.product .section2 .section2-pagination .swiper-pagination-bullet {
    border: 1px solid #e9546a;
    background-color: #fff
}

.product .section2 .section2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e9546a
}

.product .section3 {
    padding: 2rem 0
}

.product .section3>.title {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 700;
    color: #222;
    margin-bottom: .625rem
}

.product .section3>.des {
    font-size: .9375rem;
    text-align: center;
    color: #222;
    line-height: 1.2em
}

.product .section3 .en {
    color: #fff;
    font-size: 10vw;
    font-weight: 700;
    text-align: center;
    margin-top: -20vw;
    text-shadow: 1px 1px #e9546a, -1px -1px #e9546a, 1px -1px #e9546a, -1px 1px #e9546a
}

.product .section4 {
    padding: 0
}

.product .section4>.title {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 700;
    color: #222;
    margin-bottom: .625rem
}

.product .section4>.des {
    font-size: .9375rem;
    text-align: center;
    color: #222;
    line-height: 1.2em
}

.product .section4 .section4-swiper {
    position: relative;
    overflow: hidden;
    background-color: #e9546a;
    border-radius: 10px;
    margin-top: 3.0625rem
}

.product .section4 .section4-swiper .swiper-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 13.125rem
}

.product .section4 .section4-swiper .swiper-slide .item {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.6875rem;
    position: relative;
    width: 80%
}

.product .section4 .section4-swiper .swiper-slide .item .line {
    width: 2.5em;
    height: 1px;
    background-color: #fff;
    margin-top: 1.6875rem
}

.product .section4 .section4-swiper .swiper-slide .item .icon {
    width: 2.96875rem;
    height: 2.8125rem;
    position: absolute;
    right: 0;
    top: 0
}

.product .section4 .section4-swiper .swiper-slide:first-child .item .icon {
    background-image: url(../images/section4_icon1_hover.png?v=1.1);
    background-size: cover
}

.product .section4 .section4-swiper .swiper-slide:nth-child(2) .item .icon {
    background-image: url(../images/section4_icon2_hover.png?v=1.1);
    background-size: cover
}

.product .section4 .section4-swiper .swiper-slide:nth-child(3) .item .icon {
    background-image: url(../images/section4_icon3_hover.png?v=1.1);
    background-size: cover
}

.product .section4 .section4-pagination {
    text-align: center
}

.product .section4 .section4-pagination .swiper-pagination-bullet {
    border: 1px solid #e9546a;
    background-color: #fff
}

.product .section4 .section4-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e9546a
}

.product .section-list {
    padding: 2rem 0;
    background-color: #f8f8fa
}

.product .section-list .pro-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .9375rem;
    margin-top: 1.75rem;
    overflow-x: scroll;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product .section-list .pro-nav a {
    display: block;
    border: 1px solid #292929;
    color: #292929;
    line-height: 2em;
    text-align: center;
    border-radius: 50px;
    margin-right: 1.5625rem;
    width: 4em;
    box-sizing: content-box;
    padding: 0 .9375rem;
    margin-bottom: .625rem
}

.product .section-list .pro-nav a.on {
    background-color: #e9546a;
    color: #fff;
    border: 1px solid #e9546a
}

.product .section-list .pro-nav a:last-child,
.product .section-list .pro-nav a:nth-child(3n) {
    margin-right: 0
}

.product .section-list .list .item {
    margin-bottom: 5%
}

.product .section-list .list .item:last-child {
    margin-bottom: 0
}

.product .section-list .list .item a {
    background-color: #fff;
    display: block;
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.product .section-list .list .item a .pic {
    background-size: cover;
    background-position: 50%;
    position: relative
}

.product .section-list .list .item a .pic:after {
    display: block;
    content: "";
    padding-bottom: 57%
}

.product .section-list .list .item a .pic .type {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background-color: #e9546a;
    color: #fff;
    font-size: .75rem;
    line-height: 1.2em;
    width: 2.4em;
    text-align: center;
    padding: .875rem;
    box-sizing: content-box;
    border-radius: 100%;
    transition: all 1s
}

.product .section-list .list .item a .inner {
    padding: 6% 5% 7%;
    color: #000
}

.product .section-list .list .item a .inner .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5%
}

.product .section-list .list .item a .inner .title h3 {
    font-size: 1.1875rem;
    margin-right: .9375rem
}

.product .section-list .list .item a .inner .title h4 {
    font-size: .9375rem;
    font-weight: 400
}

.product .section-list .list .item a .inner .des,
.product .section-list .list .item a .inner .fanwei,
.product .section-list .list .item a .inner .key {
    font-size: .9375rem;
    line-height: 1.375rem
}

.product .section-list .list .item a .inner .fanwei span,
.product .section-list .list .item a .inner .key span {
    color: #e9546a
}

.product .section-list .list .item a .inner .fanwei p,
.product .section-list .list .item a .inner .key p {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product .section-list .list .item a:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 0 10px #ccc
}

.product .section-list .list .item a:hover .pic .type {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn)
}

.contact .section1 {
    padding: 2rem 0
}

.contact .section1 h1 {
    font-size: 1.25rem;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    margin: 5% auto 0;
    position: relative
}

.contact .section1 h1:after {
    content: "";
    display: block;
    width: 3.4375rem;
    height: 3.4375rem;
    background-image: url(../images/contact_s1_bg.png?v=1.1);
    background-repeat: no-repeat;
    background-size: 3.4375rem auto;
    position: absolute;
    top: -.9375rem;
    left: -4%;
    z-index: -1
}

.contact .section1 h2 {
    font-size: .9375rem;
    color: #2a2a2a;
    margin: 0 auto 5%
}

.contact .section1 ul li {
    font-size: 1rem;
    color: #2a2a2a;
    line-height: 1.6rem
}

.contact .section1 ul li span {
    font-weight: 700
}

.contact .section1 ul li:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact .section1 ul li:last-child>img {
    width: 32%;
    margin-top: 5%
}

.contact .section1 ul li div {
    display: inline-block
}

.contact .section1 ul li a {
    display: inline-block;
    padding: 0 3%;
    border: 1px solid #8d8d8d;
    border-radius: 15px;
    color: #000;
    position: relative;
    margin: 0 0 0 1.5rem;
    font-size: .75rem;
    line-height: .9375rem
}

.contact .section1 ul li a img {
    position: absolute;
    left: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem
}

@media only screen and (min-width:360px) {
    .contact .section1 ul li a {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .contact .section1 ul li a img {
        width: 1.5rem;
        left: -1.875rem
    }
}

.contact .section2 {
    background: url(../images/map.png?v=1.1) no-repeat 50%;
    background-size: contain;
    margin: 8% auto;
    width: 100%
}

.contact .section2 .center {
    text-align: right;
    margin: 0 auto;
    padding: 10% 0 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact .section2 .center h1 {
    font-size: 1.6rem;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    color: #e9546a
}

.contact .section2 .center h2 {
    font-size: 1.2rem;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    color: #313131
}

.contact .section3 {
    position: relative
}

.contact .section3 .top {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 1;
    background: url(../images/contactLogo.png?v=1.1) no-repeat 16% #e9546a;
    padding: 2% 10% 2% 16%;
    font-size: 1rem;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    color: #fff;
    line-height: 1.4rem
}

.contact .section3 .top p {
    font-size: 1.2rem
}

.contact .section3 #map {
    width: 100%;
    height: 15.5625rem
}

.contact .section4 {
    background: url(../images/bottomPublicBg.png?v=1.1) no-repeat center 40%;
    background-size: contain;
    width: 80%;
    margin: 0 auto;
    padding: 20% 0
}

.contact .section4 img {
    width: 70%;
    margin: 0 auto 8%
}

.contact .section4 .inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (min-width:360px) {
    .contact .section4 .inner {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%)
    }
}

.contact .section4 a {
    font-size: 1rem;
    color: #222;
    background: url(../images/cjt.png?v=1.1) no-repeat 100%;
    background-size: 11%;
    padding: 0 12% 0 0
}

.contact .section4 a span {
    display: inline-block;
    padding: 0 6%;
    background: #e9546a;
    color: #fff;
    border-radius: 25px;
    margin: 0 2% 0 0;
    font-size: 1.2rem
}

.join .section1 {
    padding: 2rem 0 0
}

.join .section1 .inner {
    font-size: 1rem;
    background: url(../images/join_03.jpg?v=1.1);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    padding-top: 164px;
    text-align: center;
    overflow: hidden
}

.join .section1 .inner h1 {
    font-size: 1.3rem;
    margin-top: 83px;
    color: #fff;
    font-weight: 700
}

.join .section1 .inner h2 {
    font-size: 1rem;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 20px
}

.join .section1 .inner img {
    width: 50%;
    display: block;
    margin: 0 auto 30px
}

.join .section2 .join_youshi {
    width: 100%;
    /*background: url(../images/join_7.jpg?v=1.1) no-repeat 0 0;*/
    background-size: 20% 60%
}

.join .section2 .join_youshi h1 {
    font-size: 1.3rem;
    color: #1a1d2c;
    padding-top: 16px;
    text-align: left;
    width: 90%;
    margin: 0 auto
}

.join .section2 .join_youshi h2 {
    font-size: .625rem;
    color: #1a1d2c;
    text-align: left;
    font-weight: 400;
    width: 90%;
    border-bottom: 1px solid #e9546a;
    margin: 0 auto;
    padding-bottom: 15px
}

.join .section2 .join_li {
    width: 90%;
    margin: 25px auto
}

.join .section2 .join_li ul li {
    margin: 15px auto
}

.join .section2 .join_li ul li img {
    width: 20%
}

.join .section2 .join_li ul li h1 {
    font-size: 1.3rem;
    color: #1a1d2c;
    text-align: left;
    line-height: 2.3rem
}

.join .section2 .join_li ul li p {
    font-size: 1rem;
    color: #1a1d2c;
    text-align: left
}

.join .section3 .join_hezuo {
    width: 100%;
    background: url(../images/join_4.jpg?v=1.1) no-repeat 50%;
    background-size: 100% 100%;
    padding-bottom: 120px
}

.join .section3 .join_hezuo h1 {
    width: 90%;
    font-size: 1.375rem;
    color: #fff;
    margin: 0 auto;
    text-align: left
}

.join .section3 .join_hezuo h1.ttop {
    padding-top: 50px
}

.join .section3 .join_hezuo h2 {
    width: 90%;
    font-size: .625rem;
    color: #fff;
    margin: 0 auto;
    text-align: left;
    font-weight: 400
}

.join .section3 .join_hezuo h2.ttop {
    padding-top: 10px
}

.join .section3 .join_hezuo h3 {
    width: 90%;
    font-size: .9375rem;
    line-height: 1.40625rem;
    color: #fff;
    margin: 0 auto;
    text-align: left;
    font-weight: 400
}

.join .section3 .join_hezuo h3.ttop {
    padding-top: 10px
}

.join .section4 h1 {
    margin-bottom: 2rem
}

.join .section5 {
    padding-bottom: 2.9375rem;
    position: relative
}

.join .section5 h1 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.3125rem
}

.join .section5 .section5_bg_y {
    position: absolute;
    right: 0;
    bottom: 2.9375rem;
    height: 4.375rem
}

.join .section6 {
    background-color: #f4f8f9;
    padding-top: 2.9375rem;
    padding-bottom: 2.9375rem
}

.join .section6 .list {
    margin-top: 1.40625rem
}

.join .section6 .list .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #e9546a;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer
}

.join .section6 .list .item:nth-child(2n) {
    background-color: #ece1e1;
    color: #e9546a
}

.join .section6 .list .item .icon {
    background-image: url(../images/section6_icon.png?v=1.1);
    background-size: cover;
    width: 1.40625rem;
    height: 1.375rem;
    margin-right: .9375rem
}

.join .section6 .list .item .inner {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: .3125rem
}

.join .section6 .list .item .inner .q {
    height: 1.375rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700
}

.join .section6 .list .item .inner .a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .46875rem 0;
    display: none;
    font-size: 12px;
    line-height: 2em
}

.join .section6 .list .item .num {
    font-size: 1.25rem;
    font-weight: 700;
    margin-left: auto
}

.join .section6 .list .item:first-child .inner .a {
    display: block
}

.store .section1 {
    padding: 2rem 0
}

.store .section1 .page-tit {
    margin-bottom: 2.4375rem
}

.store .section1 .text {
    font-size: .9375rem;
    line-height: 1.5625rem;
    margin-top: 1.4375rem
}

.store .section1 .store-swiper1 {
    position: relative;
    overflow: hidden;
    margin-top: 1.6875rem
}

.store .section1 .store-swiper1 .pic {
    position: relative;
    background-size: cover;
    background-position: 50%
}

.store .section1 .store-swiper1 .pic:after {
    display: block;
    content: "";
    padding-bottom: 41.7%
}

.store .section1 .store-swiper1 .swiper-button-next {
    right: 0
}

.store .section1 .store-swiper1 .swiper-button-next,
.store .section1 .store-swiper1 .swiper-button-prev {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    background-size: auto .9375rem
}

.store .section1 .store-swiper1 .swiper-button-prev {
    left: 0
}

.store .section2 .tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d3def4;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.store .section2 .tab a {
    line-height: 2.8125rem;
    color: #424953;
    font-weight: 700;
    font-size: 1.375rem;
    padding: 0 .9375rem;
    position: relative;
    background-image: url(../images/store_s2_on.png?v=1.1);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 0
}

.store .section2 .tab a,
.store .section2 .tab a:after {
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.store .section2 .tab a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #e9546a;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.store .section2 .tab a.on {
    background-size: auto 1.375rem;
    padding: 0 0 0 1.4375rem
}

.store .section2 .tab a.on:after {
    width: 100%
}

.store .section2 .tab-main {
    position: relative
}

.store .section2 .tab-main:after {
    content: "";
    display: block;
    padding-bottom: 66.2%
}

.store .section2 .tab-main .tab-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.store .section2 .tab-main .tab-item.on {
    opacity: 1;
    visibility: visible
}

.store .section2 .tab-main .tab-item .pic {
    background-size: cover;
    background-position: 50%
}

.store .section2 .tab-main .tab-item .pic:after {
    content: "";
    display: block;
    padding-bottom: 66.2%
}

.store .section2 .tab-main .tab-item .text {
    font-size: .9375rem;
    line-height: 1.25rem;
    color: #6e7379;
    margin: 1.4375rem 0
}

.store .section2 .tab-main .tab-item .store-swiper2,
.store .section2 .tab-main .tab-item .store-swiper3 {
    position: relative;
    overflow: hidden
}

.store .section2 .tab-main .tab-item .store-swiper2 .swiper-button-next,
.store .section2 .tab-main .tab-item .store-swiper3 .swiper-button-next {
    right: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    background-size: auto .9375rem
}

.store .section2 .tab-main .tab-item .store-swiper2 .swiper-button-prev,
.store .section2 .tab-main .tab-item .store-swiper3 .swiper-button-prev {
    left: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    background-size: auto .9375rem
}

.store .section2 .tab-main .tab-item .store-swiper2 .swiper-pagination,
.store .section2 .tab-main .tab-item .store-swiper3 .swiper-pagination {
    position: relative;
    margin-top: .9375rem;
    bottom: 0;
    height: .625rem;
    line-height: 0
}

.store .section2 .tab-main .tab-item .store-swiper2 .swiper-pagination .swiper-pagination-bullet,
.store .section2 .tab-main .tab-item .store-swiper3 .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #e9546a;
    background-color: #fff;
    width: .625rem;
    height: .625rem
}

.store .section2 .tab-main .tab-item .store-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.store .section2 .tab-main .tab-item .store-swiper3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e9546a
}

.store .section3 {
    margin-top: 3.125rem
}

.store .section3 .section3-tab-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 1.25rem 0 1.4375rem
}

.store .section3 .section3-tab-swiper .swiper-slide {
    text-align: center
}

.store .section3 .section3-tab-swiper .swiper-slide .inner {
    border: 1px solid #242424;
    font-size: .9375rem;
    line-height: 1.8em;
    border-radius: 50px;
    margin: 0 .1875rem;
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.store .section3 .section3-tab-swiper .swiper-slide.on .inner {
    background-color: #e9546a;
    color: #fff;
    border: 1px solid #e9546a
}

.store .section3 .store-s3-swiper {
    position: relative;
    overflow: hidden
}

.store .section3 .store-s3-swiper .pic {
    position: relative;
    background-size: cover;
    background-position: 50%
}

.store .section3 .store-s3-swiper .pic:after {
    content: "";
    display: block;
    padding-bottom: 67.1%
}

.store .section3 .store-s3-swiper .swiper-pagination {
    position: relative;
    margin-top: .9375rem;
    bottom: 0;
    height: .625rem;
    line-height: 0
}

.store .section3 .store-s3-swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #e9546a;
    background-color: #fff;
    width: .625rem;
    height: .625rem
}

.store .section3 .store-s3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e9546a
}

.store .section3 .tab-main {
    position: relative;
    margin-bottom: 3.75rem
}

.store .section3 .tab-main:after {
    content: "";
    display: block;
    padding-bottom: calc(67% + .9375rem + .625rem)
}

.store .section3 .tab-main .tab-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.store .section3 .tab-main .tab-item.on {
    opacity: 1;
    visibility: visible
}

.about .section1 {
    padding: 2rem 0 2.1875rem;
    background-image: url(../images/about_s1_bg.png?v=1.1);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto
}

.about .section1 .page-tit {
    margin-bottom: 1.5625rem
}

.about .section1 .text {
    font-size: .9375rem;
    line-height: 1.4375rem;
    color: #494646
}

.about .section1 .text p {
    display: none
}

.about .section1 .text.on p,
.about .section1 .text p:first-child {
    display: block
}

.about .section1 .more {
    text-align: center;
    margin-top: 1.875rem
}

.about .section1 .more a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    color: #e9546a;
    border: 1px solid #e9546a;
    padding: .5625rem 2.8125rem;
    border-radius: 50px
}

.about .section1 .more a:after {
    content: "";
    display: inline-block;
    background-image: url(../images/index_s1_more.png?v=1.1);
    width: .9375rem;
    height: .5625rem;
    background-size: cover
}

.about .section1 .more a.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about .section2 {
    background-color: #e9546a;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.3125rem;
    padding: 1.5625rem 0
}

.about .section2 .inner {
    width: 80%;
    margin: 0 auto
}

.about .section3 {
    padding-top: 2.5rem
}

.about .section3 h1 {
    font-size: 1.6875rem;
    margin-top: -2.5rem
}

.about .section3 .text {
    font-size: .9375rem;
    line-height: 2em;
    margin: 1.8125rem 0
}

.about .section5 {
    overflow: hidden;
    padding-top: 2.1875rem
}

.about .section5 .tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: .9375rem 0 2.0625rem
}

.about .section5 .tab a {
    font-size: .9375rem;
    line-height: 1.4375rem;
    border: 1px solid #000;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    text-align: center;
    border-radius: 50px;
    margin-right: 1.125rem;
    font-weight: 700;
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.about .section5 .tab a:last-child {
    margin-right: 0
}

.about .section5 .tab a.on {
    background-color: #e9546a;
    color: #fff;
    border: 1px solid #e9546a
}

.about .section5 .tab-main {
    position: relative
}

.about .section5 .tab-main .tab-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.about .section5 .tab-main .tab-item.on {
    opacity: 1;
    visibility: visible
}

.about .section5 .tab-main .tab-item.shiming h1,
.about .section5 .tab-main .tab-item.yuanjing h1 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #e9546a
}

.about .section5 .tab-main .tab-item.shiming p,
.about .section5 .tab-main .tab-item.yuanjing p {
    font-size: .9375rem;
    line-height: 1.5rem
}

.about .section5 .tab-main .tab-item.yuanjing {
    background-image: url(../images/yuanjing_bg.png?v=1.1);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat
}

.about .section5 .tab-main .tab-item.yuanjing:after {
    content: "";
    display: block;
    padding-bottom: 80%
}

.about .section5 .tab-main .tab-item.yuanjing .container1 .text {
    display: none
}

.about .section5 .tab-main .tab-item.yuanjing .container1 .text:first-child,
.about .section5 .tab-main .tab-item.yuanjing .container1.on .text {
    display: block
}

.about .section5 .tab-main .tab-item.yuanjing .more {
    text-align: center;
    margin-top: 1.875rem
}

.about .section5 .tab-main .tab-item.yuanjing .more a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    color: #e9546a;
    border: 1px solid #e9546a;
    padding: .5625rem 2.8125rem;
    border-radius: 50px
}

.about .section5 .tab-main .tab-item.yuanjing .more a:after {
    content: "";
    display: inline-block;
    background-image: url(../images/index_s1_more.png?v=1.1);
    width: .9375rem;
    height: .5625rem;
    background-size: cover
}

.about .section5 .tab-main .tab-item.yuanjing .more a.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about .section5 .tab-main .tab-item.shiming {
    background-image: url(../images/shiming.png?v=1.1);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat
}

.about .section5 .tab-main .tab-item.shiming:after {
    content: "";
    display: block;
    padding-bottom: 110%
}

.about .section6 .section6-swiper {
    position: relative;
    overflow: hidden
}

.about .section6 .section6-swiper .swiper-wrapper {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about .section6 .section6-swiper .swiper-slide {
    background-color: #e9546a;
    color: #fff
}

.about .section6 .section6-swiper .swiper-slide .pic {
    position: relative;
    background-size: cover;
    background-position: 50%
}

.about .section6 .section6-swiper .swiper-slide .pic:after {
    content: "";
    display: block;
    padding-bottom: 83.7%
}

.about .section6 .section6-swiper .swiper-slide .container1 {
    padding-top: 1.5rem;
    padding-bottom: 20px;
}

.about .section6 .section6-swiper .swiper-slide .container1 h1 {
    font-size: 1.5625rem;
    margin-bottom: 1.4375rem
}

.about .section6 .section6-swiper .swiper-slide .container1 .text {
    font-size: .9375rem;
    line-height: 1.4375rem;
}

.about .section6 .section6-swiper .swiper-slide .container1 .text h3 {
    font-size: .9375rem;
    margin-bottom: .625rem
}

.about .section6 .section6-swiper .swiper-slide .container1 .text::-webkit-scrollbar {
    width: 4px;
    height: 10px
}

.about .section6 .section6-swiper .swiper-slide .container1 .text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px hsla(0, 0%, 100%, .4);
    background: hsla(0, 0%, 100%, .4)
}

.about .section6 .section6-swiper .swiper-slide .container1 .text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsla(0, 0%, 100%, .2);
    border-radius: 0;
    background: hsla(0, 0%, 100%, .1)
}

.about .section6 .section6-swiper .swiper-slide:first-child .container1 .text::-webkit-scrollbar {
    display: none
}

.about .section6 .section6-swiper .swiper-pagination {
    top: 15rem;
    height: .625rem;
    line-height: 0
}

.about .section6 .section6-swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: #fff;
    width: .625rem;
    height: .625rem
}

.about .section6 .section6-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e9546a
}

.about .section7 {
    padding-top: 0;
}

.about .section7 .section7-tab {
    position: relative;
    margin-top: 1.875rem
}

.about .section7 .section7-tab:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed #dcdcdc;
    position: absolute;
    top: .625rem;
    left: 0
}

.about .section7 .section7-tab .section7-tab-swiper {
    position: relative;
    overflow: hidden
}

.about .section7 .section7-tab .section7-tab-swiper .swiper-slide {
    text-align: center
}

.about .section7 .section7-tab .section7-tab-swiper .swiper-slide .dian {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto .9375rem;
    position: relative
}

.about .section7 .section7-tab .section7-tab-swiper .swiper-slide .dian:after {
    content: "";
    display: block;
    width: .625rem;
    height: .625rem;
    border-radius: 100%;
    background-color: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .4s, -webkit-transform .4s;
    transition: all .4s, transform .4s;
    transition: all .4s, transform .4s, -webkit-transform .4s
}

.about .section7 .section7-tab .section7-tab-swiper .swiper-slide.on .dian {
    color: #e9546a
}

.about .section7 .section7-tab .section7-tab-swiper .swiper-slide.on .dian:after {
    border: 1px solid #e9546a;
    border-radius: 100%;
    width: .9375rem;
    height: .9375rem;
    background-color: transparent
}

.about .section7 .section7-main {
    margin-top: 1.5625rem
}

.about .section7 .section7-main .section7-main-swiper {
    overflow: hidden;
    position: relative
}

.about .section7 .section7-main .section7-main-swiper .pic {
    position: relative;
    background-size: cover;
    background-position: 50%
}

.about .section7 .section7-main .section7-main-swiper .pic:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 73.3%
}

.about .section7 .section7-main .section7-main-swiper .pic img {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.about .section7 .section7-main .section7-main-swiper .inner {
    font-size: .9375rem;
    line-height: 1.5625rem;
    color: #373737;
    padding: 1.5625rem 0
}

.about .section8 {
    padding: 2.1875rem 0 0
}

.about .section8 .section8-swiper {
    position: relative;
    overflow: hidden;
    margin-top: 1.6875rem
}

.about .section8 .section8-swiper .pic {
    position: relative;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.about .section8 .section8-swiper .pic:after {
    content: "";
    display: block;
    padding-bottom: 78.9%
}

.about .section8 .section8-swiper .pic:after img {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.about .section8 .section8-swiper h1 {
    font-size: 1.25rem;
    color: #e9546a;
    margin: 1.5625rem 0
}

.about .section8 .section8-swiper .text {
    font-size: .9375rem;
    line-height: 1.375rem
}

.about .section8 .section8-swiper .swiper-pagination {
    position: absolute;
    top: 0;
    bottom: auto;
    height: .625rem;
    line-height: 0;
    padding-top: calc(78.9% - 1rem)
}

.about .section8 .section8-swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #e9546a;
    background-color: #fff;
    width: .625rem;
    height: .625rem
}

.about .section8 .section8-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e9546a
}

.about .section9 {
    /*background: url(../images/bottomPublicBg.png?v=1.1) no-repeat center 40%;*/
    background-size: contain;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 40px;
}

.about .section9 img {
    width: 70%;
    margin: 0 auto 8%
}

.about .section9 .inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (min-width:360px) {
    .about .section9 .inner {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%)
    }
}

.about .section9 a {
    font-size: 1rem;
    color: #222;
    background: url(../images/cjt.png?v=1.1) no-repeat 100%;
    background-size: 11%;
    padding: 0 12% 0 0
}

.about .section9 a span {
    display: inline-block;
    padding: 0 6%;
    background: #e9546a;
    color: #fff;
    border-radius: 25px;
    margin: 0 2% 0 0;
    font-size: 1.2rem
}

.news .section1 {
    padding: 2rem 0 0
}

.news .section1 .news-1 ul li h2 img {
    width: 100%;
    margin-top: 30px
}

.news .section1 .news-1-text h2 {
    font-size: 1.5rem;
    color: #000;
    padding: 30px 30px 16px 20px;
    text-align: left
}

.news .section1 .news-1-text h2 a {
    font-size: 1.5rem;
    color: #000;
    padding: 30px 30px 16px 0;
    text-align: left
}

.news .section1 .news-1-text p {
    font-size: 1rem;
    color: #000;
    padding: 0 10px 10px 20px;
    text-align: left;
    line-height: 26px;
    clear: both
}

.news .section1 .news-1 ul li time {
    font-size: .9rem;
    float: left;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    color: #666;
    padding: 0 0 10px 20px
}

.news .section1 .news-1-text .detail span {
    background: url(../images/news-1-tb.png?v=1.1) 110px top no-repeat
}

.news .section1 .detail {
    text-align: left
}

.news .section1 .detail span a {
    display: inline-block;
    padding: 6px 68px 5px 20px;
    position: relative;
    color: #e9546a;
    font-size: 1.2rem;
    font-weight: 700
}

.news .section1 .news-1 .more {
    text-align: center;
    margin: 80px 0 60px
}

.news .section1 .news-1 .more a {
    border: 1px solid #000;
    font-size: 1rem;
    display: inline-block;
    border-radius: 20px;
    padding: 2% 8%;
    color: #000
}

.news .newsview {
    font-size: 1rem
}

.news .newsview h1 {
    color: #000;
    font-size: 1.5rem;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center
}

.news .newsview h2 {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    font-size: .8rem;
    line-height: 40px;
    padding-left: 20px
}

.news .newsview dl {
    margin: 0 auto;
    float: right;
    padding-right: 20px
}

.news .news-1-p {
    text-align: justify;
    color: #979696;
    margin: 6%;
    font-size: 1rem;
    line-height: 30px
}

.news .news-1-p img {
    width: 100%;
    color: #fff;
    font-size: 1rem;
    line-height: 2;
    text-indent: 26px
}

.news .news3 img {
    width: 100%
}

.news .back {
    text-align: center;
    margin: 30px 0 50px
}

.news .back a {
    background: #e9546a;
    font-size: 1rem;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 2% 12%
}

/*# sourceMappingURL=coolstyle.css.map*/