@charset "UTF-8";
*{
    margin: 0;
    padding: 0
}

body {
    font: 12px "Arial","Microsoft YaHei";
    background: #fff;
    -webkit-text-size-adjust: 100%;
    min-width: 320px
}

a {
    color: #172c45;
    text-decoration: none;
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;  
    -o-transition: all .5s; 
    -ms-transition: all .5s; 
    transition: all .5s;
}


em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

body,
html {
    min-height: 100%
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ccc
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #ccc
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #0d9849
}

input {
    background: 0 0;
    outline: 0;
    border: 0;
    -webkit-appearance: none
}

.swiper-container {
    width: 100%;
    height: 100%
}

.fixed_menu {
    z-index: 999;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 3%;
    display: none
}

.fixed_menu li {
    width: 50px;
    height: 50px;
    background-color: #000;
    margin-bottom: 3px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.fixed_menu li:hover {
    background-color: #710010
}

.fixed_menu li:nth-of-type(1) {
    background-image: url(../images/msg.png)
}

.fixed_menu li:nth-of-type(2) {
    background-image: url(../images/shop.png)
}

.fixed_menu li:nth-of-type(3) {
    background-image: url(../images/fl.png)
}

.fixed_menu li:nth-of-type(4) {
    background-image: url(../images/top.png)
}

.menu {
    height: 95px;
    position: fixed;
    left: 1%;
    right: 1%;
    top: 3%;
    z-index: 15;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    box-shadow: -2px 1px 20px 0 #828282;
    -moz-box-shadow: -2px 1px 20px 0 #828282;
    -webkit-box-shadow: -2px 1px 20px 0 #828282
}

.menu.on {
    top: 0;
    left: 0;
    right: 0
}

.menu.on .item,
.menu.on .logo {
    background: #d0d0d0
}

.menu.on .item #search {
    border: 1px solid #d0d0d0
}

.menu .logo {
    position: relative;
    height: 100%;
    float: left;
    width: 20%;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu .logo .wp {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.menu .logo .wp img {
    width: auto;
    float: left
}

.menu .logo .wp img#logo_text {
    margin: 13% 0 0 4%
}

.menu .logo:before {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #d9d9d9;
    height: 100%;
    content: ''
}

.menu .item {
    height: 100%;
    display: inline-block;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 80%
}

.menu .item>ul {
    height: 100%;
    overflow: hidden
}

.menu .item>ul>li {
    height: 100%;
    float: left;
    width: 12%
}

@media only screen and (min-width:1001px) {
    .menu .item>ul>li:hover>a {
        color: green
    }
    .menu .item>ul>li:hover>a:before {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 2px;
        background: green;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8)
    }
}

.menu .item>ul>li>a {
    position: relative;
    display: block;
    height: 100%;
    float: left;
    color: #272727;
    font-size: 14px;
    line-height: 95px;
    width: 100%;
    text-align: center
}

.menu .item>ul>li>a:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background: red;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0)
}

.menu .item>ul>li ul.sub {
    position: absolute;
    left: 0;
    top: 95px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: none
}

@media only screen and (max-width:1190px) {
    .menu .item>ul>li ul.sub {
        top: 70px
    }
    .menu .item>ul>li ul.sub>li>ul.insub li {
        margin: 0 52px 0 0!important
    }
}

.menu .item>ul>li ul.sub>li {
    background: #f5f5f5;
    float: none;
    width: 100%
}

.menu .item>ul>li ul.sub>li>ul.insub li {
    display: inline-block;
    margin: 30px 82px 30px 0
}

.menu .item>ul>li ul.sub>li>ul.insub li a {
    font-size: 14px;
    -webkit-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.menu .item>ul>li ul.sub>li>ul.insub li a:hover {
    font-weight: 700;
    color: #000
}

@media only screen and (max-width:1000px) {
    .menu .item>ul>li ul.sub {
        top: 0;
        position: fixed;
        background: #1c1c1c;
        width: 100px;
        left: -100px;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        display: none!important
    }
}

.menu .item>ul>li#search_btn {
    height: 100%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    top: 50%;
    background: url(../images/search.png) no-repeat center center;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer
}

.menu .item>ul>li#search_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/search_w.png) no-repeat center center #007e36;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.menu .item>ul>li#search_btn:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.menu .tap {
    width: 50px;
    height: 50px;
    right: 1%;
    top: 10px;
    z-index: 99;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    display: none
}

.menu .tap div {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 15px;
    background: green;
    -webkit-transform: scaleX(.55) rotate(-90deg) translateX(-10%);
    transform: scaleX(.55) rotate(-90deg) translateX(-10%);
    -moz-transform: scaleX(.55) rotate(-90deg) translateX(-10%);
    -o-transform: scaleX(.65) rotate(-90deg) translateX(-10%);
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.menu .tap div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(.55);
    transform: translateY(-50%) scale(.55);
    -moz-transform: translateY(-50%) scale(.55);
    -o-transform: translateY(-50%) scale(.55)
}

.menu .tap div:nth-of-type(3) {
    top: auto;
    bottom: 15px;
    -webkit-transform: scaleX(.55) rotate(-90deg) translateX(10%);
    transform: scaleX(.55) rotate(-90deg) translateX(10%);
    -moz-transform: scaleX(.55) rotate(-90deg) translateX(10%);
    -o-transform: scaleX(.55) rotate(-90deg) translateX(10%)
}

/* .menu .tmall {
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 2%;
    -webkit-transition: all .3s;
    transition: all .3s
} */

.menu .tmall img {
    position: relative;
    top: 50%;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu.act {
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    height: 100%!important
}

.menu.act .item,
.menu.act .tmall {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0)
}

.menu.act .logo {
    background: #fff
}

.menu.act .tap {
    width: 50px;
    right: 0
}

.menu.act .tap div {
    background: #fff
}

.menu.act .tap div:nth-of-type(1) {
    -webkit-transform: scale(.55) rotate(45deg) translate(0, 25px);
    transform: scale(.55) rotate(45deg) translate(0, 25px);
    -moz-transform: scale(.55) rotate(45deg) translate(0, 25px);
    -o-transform: scale(.55) rotate(45deg) translate(0, 25px)
}

.menu.act .tap div:nth-of-type(2) {
    opacity: 0
}

.menu.act .tap div:nth-of-type(3) {
    -webkit-transform: scale(.55) rotate(-45deg) translate(0, -25px);
    transform: scale(.55) rotate(-45deg) translate(0, -25px);
    -moz-transform: scale(.55) rotate(-45deg) translate(0, -25px);
    -o-transform: scale(.55) rotate(-45deg) translate(0, -25px)
}

.tit {
    font-size: 30px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 5% 0 0
}

.tit:before {
    position: absolute;
    width: 100%;
    bottom: -40%;
    left: 50%;
    content: '';
    -webkit-transform: translateX(-50%) scaleX(.3);
    transform: translateX(-50%) scaleX(.3);
    border-bottom: 2px solid #bcbcbc
}

.lg-banner {
    height: 100%;
    z-index: 10;
    background-color: #f5f5f5
}

.lg-banner .swiper-slide {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: -webkit-transform 4s;
    transition: -webkit-transform 4s;
    transition: transform 4s;
    transition: transform 4s, -webkit-transform 4s;
    -moz-transition: transform 4s;
    -webkit-transition: transform 4s;
    -o-transition: transform 4s;
    min-height: 400px;
    overflow: hidden
}

.lg-banner .swiper-slide .shake_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lg-banner .swiper-slide .shake_text p {
    font-size: 48px;
    color: #fff;
    text-align: center;
    position: relative
}

.lg-banner .swiper-slide .shake_text p:last-of-type {
    padding-top: 3%;
    margin-top: 2%;
    font-size: 24px
}

.lg-banner .swiper-slide .shake_text p:last-of-type:before {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2)
}

.lg-banner .container {
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95%
}

.lg-banner .container>div {
    width: 50%;
    float: left;
    overflow: hidden
}

.lg-banner .container>div:nth-of-type(1) img {
    width: auto;
    float: right;
    margin-right: 10%
}

.lg-banner .container>div:nth-of-type(2) p {
    display: inline-block;
    width: 100%
}

.lg-banner .container>div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 36px;
    color: #323131;
    margin-top: 25%
}

.lg-banner .container>div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 14px;
    color: #8f8f8f;
    border-bottom: 1px solid #d4d4d4;
    margin: 5% 0 2%;
    padding-bottom: 5%;
    line-height: 200%
}

.lg-banner .container>div:nth-of-type(2) p:nth-of-type(3) a {
    display: inline-block;
    float: left;
    margin: 0 1%;
    padding: 2% 4%;
    border: 1px solid #cecece;
    background-color: #f7f7f7;
    font-size: 18px
}

.lg-banner .container>div:nth-of-type(2) p:nth-of-type(3) a.down {
    text-indent: -9999em;
    background: url(../images/down.jpg) no-repeat center center/contain;
    border: 0 none
}

.sm-banner {
    z-index: 9;
    display: none
}

.sm-banner .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.sm-banner .box img {
    width: 60%
}

.sm-banner .box p {
    color: #fff;
    text-align: center;
    font-size: 26px
}

.sm-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f7f7f7;
    background-size: cover;
    background-position: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform 4s;
    transition: -webkit-transform 4s;
    transition: transform 4s;
    transition: transform 4s, -webkit-transform 4s;
    transition: transform 4s;
    transition: -webkit-transform 4s;
    -moz-transition: transform 4s;
    -webkit-transition: transform 4s;
    -o-transition: transform 4s
}

.sm-banner .swiper-slide a {
    display: block;
    width: 100%
}

.sm-banner .swiper-slide a img {
    display: block;
    width: 100%;
    opacity: 0
}

.sm-banner .container {
    position: absolute;
    top: 0;
    left: 2%;
    right: 2%;
    bottom: 0;
    padding: 0;
    width: auto
}

.sm-banner .container>div {
    float: left;
    width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sm-banner .container>div:nth-of-type(1) img {
    width: 60%
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
    position: relative;
    overflow: hidden
}

.container.tit {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #8c8c8c;
    padding: 0
}

.container.tit>h4 {
    padding-left: 15px;
    font-weight: 400
}

.container .m-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #1e1e1e;
    text-align: center;
    background: #f7f7f7
}

.container .m-slide li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    cursor: pointer
}

.container .m-slide li.act {
    background: #fff
}

.container .m-slide li.act:before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
    -o-transform: translateX(-50%) rotate(135deg)
}

.container.list ul {
    margin: 0 2%
}

.container.list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3% 0;
    border-bottom: 1px solid #eaeaea;
    padding: 2% 0
}

.container.list ul li p {
    font-size: 14px
}

.container.list ul li h2 {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 2%
}

.container.list ul li:nth-of-type(n) div:nth-of-type(1) {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-right: 2%
}

.container.list ul li:nth-of-type(n) div:nth-of-type(1) p {
    line-height: 200%;
    padding-right: 40%
}

.container.list ul li:nth-of-type(n) div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container.list ul li:nth-of-type(2n) div:nth-of-type(2) {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-right: 2%
}

.container.list ul li:nth-of-type(2n) div:nth-of-type(2) h2,
.container.list ul li:nth-of-type(2n) div:nth-of-type(2) p {
    padding-left: 20%
}

.container.list ul li:nth-of-type(2n) div:nth-of-type(2) p {
    line-height: 200%
}

.container.list ul li:nth-of-type(2n) div:nth-of-type(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mpro {
    position: relative;
    width: 100%
}

.mpro:before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    border-top: 1px solid #d6d6d6
}

.mpro .container>div {
    float: left
}

.mpro .container .left_menu {
    width: 18%
}

.mpro .container .left_menu li {
    height: 50px;
    line-height: 50px;
    position: relative;
    cursor: pointer
}

.mpro .container .left_menu li:hover a:after {
    display: none
}

.mpro .container .left_menu li.act a {
    background-color: #f7f7f7
}

.mpro .container .left_menu li a {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 15px
}

.mpro .container .left_menu li a:after {
    border-bottom: 1px solid #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: ''
}

.mpro .container .left_menu li a:active:before,
.mpro .container .left_menu li a:before,
.mpro .container .left_menu li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.mpro .container .left_menu li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #007e36;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.mpro .container .left_menu li a:active,
.mpro .container .left_menu li a:focus,
.mpro .container .left_menu li a:hover {
    color: #fff
}

.mpro .container .right_list {
    float: right;
    width: 80%
}

.mpro .container .right_list ul {
    overflow: hidden;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.mpro .container .right_list ul li {
    float: left;
    width: 33.333333333333%;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.mpro .container .right_list ul li>p {
    line-height: 20px;
    padding: 0 15%;
    text-align: center;
    font-size: 14px
}

.mpro .container .right_list ul li>a {
    display: inline-block;
    background: #403750;
    position: relative;
    left: 33%;
    transnform: translateX(-50%);
    -moz-transnform: translateX(-50%);
    -ms-transnform: translateX(-50%);
    -o-transnform: translateX(-50%);
    padding: 4% 10%;
    margin: 4% 0
}

.mpro .container .right_list ul li>a span {
    color: #fff;
    width: auto;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    display: inline-block;
    cursor: pointer;
    height: 100%
}

.mpro .container .right_list ul li>a:before {
    content: "→";
    position: absolute;
    color: #fff;
    left: -50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.mpro .container .right_list ul li>a:hover span {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%)
}

.mpro .container .right_list ul li>a:hover:before {
    left: 50%
}

.mpro .container .right_list .page {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    margin: 4% 0
}

.mpro .container .right_list .page>div {
    display: inline-block;
    font-size: 16px;
    color: #9b9b9b
}

.mpro .container .right_list .page>div.current {
    color: #000;
    padding: 5px 10px;
    border: 1px solid #cdcdcd;
    border-radius: 4px
}

.mpro .container .right_list .page>div.split {
    padding: 0 10px
}

.mpro .container .right_list .page>div.next,
.mpro .container .right_list .page>div.prev {
    width: 15px;
    height: 15px;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer
}

.mpro .container .right_list .page>div.prev {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -60%
}

.mpro .container .right_list .page>div.next {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -60%
}

@media only screen and (max-width:1000px) {
    .fixed_menu {
        display: none!important
    }
    .lg-banner {
        display: none
    }
    .lg-banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        background-size: cover;
        background-position: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        overflow: hidden
    }
    .sm-banner {
        display: block
    }
    .sm-banner .container .text p {
        display: inline-block;
        width: 100%;
        text-align: left
    }
    .sm-banner .container .text p:nth-of-type(1) {
        font-size: 20px
    }
    .sm-banner .container .text p:nth-of-type(2) {
        font-size: 12px;
        line-height: 180%;
        color: #8f8f8f;
        margin: 5% 0 2%;
        padding-bottom: 5%;
        position: relative
    }
    .sm-banner .container .text p:nth-of-type(2):before {
        position: absolute;
        content: '';
        width: 100%;
        border-bottom: 1px solid #d4d4d4;
        bottom: 0
    }
    .sm-banner .container .text p:nth-of-type(3) a {
        display: inline-block;
        float: left;
        margin: 0 1%;
        padding: 2% 4%;
        border: 1px solid #cecece;
        background-color: #f7f7f7;
        font-size: 18px;
        width: auto;
        font-size: 14px
    }
    .sm-banner .container .text p:nth-of-type(3) a.down {
        text-indent: -9999em;
        background: url(../images/down.jpg) no-repeat center center/contain;
        border: 0 none;
        display: none
    }
    .menu {
        top: 0;
        left: 0;
        right: 0
    }
    .menu .item {
        background: url(../images/menubg.png)!important;
        background-size: 4px!important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20%;
        min-width: 92px
    }
    .menu .item ul {
        position: absolute;
        top: 21%;
        bottom: 0;
        width: 100%
    }
    .menu .item ul li {
        height: 50px;
        line-height: 50px;
        width: 100%;
        padding: 0!important
    }
    .menu .item ul li:hover a {
        background: #585757
    }
    .menu .item ul li:last-of-type {
        display: none
    }
    .menu .item ul li a {
        line-height: 50px!important;
        text-align: center;
        width: 100%;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s
    }
    .menu .tmall {
        height: 10%;
        padding: 0;
        width: 20%;
        top: 9.5%;
        min-width: 92px
    }
    .menu .tmall img {
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%)
    }
    .menu .item,
    .menu .tmall {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%)
    }
    .menu .logo {
        background: rgba(255, 255, 255, .3)!important;
        height: 70px;
        margin: 1% 0 0 1%
    }
    .menu .logo:before {
        display: none
    }
    .menu .logo #logo_text {
        display: none
    }
    .menu .tap {
        opacity: 1;
        display: block
    }
    .menu .tap div:nth-of-type(1) {
        -webkit-transform: scaleX(.55) rotate(0) translateX(0);
        transform: scaleX(.55) rotate(0) translateX(0);
        -moz-transform: scaleX(.55) rotate(0) translateX(0);
        -o-transform: scaleX(.55) rotate(0) translateX(0)
    }
    .menu .tap div:nth-of-type(3) {
        -webkit-transform: scaleX(.55) rotate(0) translateX(0);
        transform: scaleX(.55) rotate(0) translateX(0);
        -moz-transform: scaleX(.55) rotate(0) translateX(0);
        -o-transform: scaleX(.55) rotate(0) translateX(0)
    }
    .bt .wx ul li .wp p {
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

@media only screen and (max-width:1667px) {
    .menu .logo .wp {
        width: auto
    }
    .menu .logo .wp img#logo_text {
        margin: 2% 0 0 4%
    }
}

@media only screen and (max-width:1366px) {
    .lg-banner .container>div:nth-of-type(1) img {
        width: 40%
    }
}

@media only screen and (max-width:796px) {
    .listItem {
        height: 180px!important
    }
    .bt .wx ul li .wp .pic span:before {
        display: none
    }
}

@media only screen and (max-width:1190px) {
    .menu {
        height: 70px
    }
    .menu .item ul li a {
        line-height: 70px
    }
    .menu .logo {
        width: 15%
    }
    .menu .logo img#logo,
    .menu .logo img#logo_text {
        width: 100%
    }
    .menu .logo img#logo {
        top: 0
    }
    .menu .logo img#logo_text {
        display: none
    }
}

@media only screen and (max-width:1280px) {
    .lg-banner .swiper-slide .shake_text p {
        font-size: 40px
    }
    .lg-banner .swiper-slide .shake_text p:last-of-type {
        font-size: 24px;
        text-align: center
    }
}

@media only screen and (max-width:1530px) {
    .lg-banner .menu .item ul li {
        padding: 0 3%
    }
}

@media only screen and (max-width:930px) {
    .container.list ul li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

.bt {
    background: #000
}

.bt .wx {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.bt .wx ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bt .wx ul li {
    float: left;
    width: 32%;
    height: 100%;
    position: relative
}

.bt .wx ul li:nth-of-type(2) {
    margin: 0 2%
}

.bt .wx ul li .wp {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bt .wx ul li .wp .pic {
    width: 23px;
    height: 23px;
    margin: 0 auto;
    position: relative
}

.bt .wx ul li .wp .pic span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 160%);
    transform: translate(-50%, 160%);
    -moz-transform: translate(-50%, 160%);
    -o-transform: translate(-50%, 160%)
}

.bt .wx ul li .wp .pic span:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #af83ed;
    bottom: -22px;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -moz-transform: scaleX(.5);
    -o-transform: scaleX(.5)
}

.bt .wx ul li .wp .pic img {
    width: auto;
    display: block;
    margin: 0 auto
}

.bt .wx ul li p {
    color: #fff;
    font-size: 16px;
    margin-top: 20%;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.footer {
    overflow: hidden;
    padding: 6% 0
}

.footer .wp {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .wp dl {
    padding-left: 3%;
    font-size: 14px;
    float: left
}

.footer .wp dl dd,
.footer .wp dl dt {
    line-height: 3
}

.footer .wp dl dt a {
    color: #3a3a3a
}

.footer .wp dl dd a {
    color: #949494
}

.footer .wp dl.item-2 {
    margin-left: 15%
}

.footer .wp .left_in,
.footer .wp .right_in {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -ms-flex: 1;
    flex: 1
}

.footer .wp .right_in .bt_logo {
    float: left
}

.footer .wp .right_in .bt_logo img {
    width: auto;
    display: block;
    margin-left: 5%
}

.footer .wp .right_in .bt_list {
    float: right;
    top: 25px;
    position: relative
}

.footer .wp .right_in .bt_list li {
    float: left
}

.footer .wp .right_in .bt_list li a.icon {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 20px
}

.footer .wp .right_in .top_in {
    display: inline-block;
    width: 100%;
    padding: 10% 0;
    position: relative
}

.footer .wp .right_in .top_in:after,
.footer .wp .right_in .top_in:before {
    position: absolute;
    left: 0;
    height: 1px;
    background: #e1e1e1;
    width: 100%;
    content: ''
}

.footer .wp .right_in .top_in:after {
    top: -10%
}

.footer .wp .right_in .top_in:before {
    bottom: -10%
}

.footer .wp .right_in .bottom_in {
    position: relative;
    padding-right: 2%;
    top: 22px
}

.footer .wp .right_in .bottom_in p {
    text-align: right;
    padding: 1% 0
}

@media only screen and (max-width:575px) {
    .tit {
        font-size: 26px
    }
    .menu .logo {
        width: 25%
    }
    .m-list {
        display: block!important
    }
    .m-list div:nth-of-type(2) .bot_m {
        margin: 0!important;
        height: 50%
    }
    .m-list div:nth-of-type(2) .bot_m p {
        margin-top: 4%!important;
        padding: 0 2%!important
    }
    .m-list div:nth-of-type(2) {
        padding: 28% 0!important
    }
    .r-slide h2 {
        left: 39%;
        top: 2%!important
    }
    .r-slide ul li {
        float: none!important;
        width: 100%!important;
        margin: 0!important
    }
    .footer .wp {
        display: block
    }
    .footer .wp .left_in,
    .footer .wp .right_in {
        width: 100%;
        overflow: hidden
    }
    .footer .wp .left_in dl {
        padding: 0;
        width: 100%;
        display: inline-block
    }
    .footer .wp .left_in dl dd,
    .footer .wp .left_in dl dt {
        float: left;
        padding: 0 5px;
        font-size: 12px
    }
    .footer .wp .left_in dl.item-1 {
        border-bottom: 1px solid #d9d9d9
    }
    .footer .wp .left_in dl.item-2 {
        margin: 0
    }
    .footer .wp .right_in .bt_list li a.icon {
        margin: 0 10px
    }
    .footer .wp .right_in .top_in {
        padding: 4% 0
    }
    .footer .wp .right_in .bottom_in {
        top: 5px;
        font-size: 12px
    }
    .container.list ul li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
    .container.list ul li h2 {
        font-size: 14px
    }
    .container.list ul li:nth-of-type(n) div:nth-of-type(1) p {
        padding-right: 10%
    }
    .container.list ul li:nth-of-type(2n) div:nth-of-type(2) h2,
    .container.list ul li:nth-of-type(2n) div:nth-of-type(2) p {
        padding-left: 10%
    }
}

@media only screen and (max-width:414px) {
    .tit {
        font-size: 22px
    }
    .bt .wx ul li .wp .pic span,
    .bt .wx ul li p {
        display: none!important
    }
    .m-list div:nth-of-type(2) {
        padding: 41% 0!important
    }
    .sm-banner .container .text p:nth-of-type(1) {
        font-size: 15px
    }
    .sm-banner .container .text p:nth-of-type(2) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 0
    }
    .sm-banner .container .text p:nth-of-type(2):before {
        bottom: -20%
    }
    .sm-banner .container .text p:nth-of-type(3) {
        margin-top: 5%
    }
}

@media only screen and (max-width:375px) {
    .sm-banner .container .text p:nth-of-type(1) {
        font-size: 12px
    }
}

@media only screen and (max-width:320px) {
    .menu .logo {
        width: 30%
    }
    .m-list div:nth-of-type(2) {
        padding: 43% 0!important
    }
    .footer .wp .right_in .bt_list li a.icon {
        margin: 0 5px
    }
    .footer .wp .right_in .bottom_in {
        padding: 1% 14%
    }
    .footer .wp .right_in .bottom_in p {
        text-align: center
    }
}

.applianceDet-top{
	background-color: #f5f5f5;
	padding-top: 175px;
	padding-bottom: 60px;
}
.applianceDet-top *{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.applianceDet-top .innerbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.applianceDet-top .innerbox .imgbox{	
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.applianceDet-top .innerbox .imgbox img{
	width: 100%;
}
.applianceDet-top .innerbox .right{
	width: 494px;
	padding-left: 5%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.applianceDet-top .innerbox .right .title{
	font-size: 36px;
	color: #323131;
	line-height: 1.2;
}
.applianceDet-top .innerbox .right .desc{
	font-size: 14px;
	color: #8f8f8f;
	line-height: 26px;
	margin-top: 30px;
	padding-bottom: 32px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 36px;
}
.applianceDet-top .innerbox .right .bottom a{
	float: left;
	display: block;
}
.applianceDet-top .innerbox .right .bottom a.btn{
	width: 111px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	color: #363636;
	line-height: 58px;
	border: 1px solid #cecece;
	margin-right: 6px;
}
.applianceDet-top .innerbox .right .bottom a.down{
	float: right;
	height: 60px;
	width: 66px;
	background: url(../images/img02.jpg) no-repeat left center;
}
.applianceDet-content{
	margin-top: 60px;
	margin-bottom: 150px;
}
.applianceDet-content .zw{
	font-size: 30px;
	color: #363636;
	text-align: center;
}
.applianceDet-content .line{
	width: 34px;
	height: 2px;
	background-color: #bcbcbc;
	margin: 20px auto 45px;
}
@media only screen and (max-width:1200px){
	.applianceDet-top .innerbox .right{
		width: 400px;
		padding-left: 30px;
	}
	.applianceDet-top .innerbox .right .title{
		font-size: 30px;
	}
	.applianceDet-top .innerbox .right .bottom a.btn{
		width: calc((100% - 18px) / 3);
	}
}
@media only screen and (max-width:1024px){
	.applianceDet-top{
		padding-top: calc(85px + 5%);
		padding-bottom: 6%;
	}
	.applianceDet-content{
		margin-top:6%;
		margin-bottom: 12%;
	}
	.applianceDet-content .line{
		margin: 2% auto 4.5%;
	}
}
@media only screen and (max-width:900px){
	.applianceDet-top .innerbox .right{
		width: 360px;
	}
}
@media only screen and (max-width:800px){
	.applianceDet-top .innerbox{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.applianceDet-top .innerbox .right{
		width: 100%;
		padding-left: 0;
		margin-top: 4%;
	}
	.applianceDet-top .innerbox .imgbox{
		width: 100%;
	}
	.applianceDet-top .innerbox .right .bottom a.down{
		display: none;
	}
	.applianceDet-top .innerbox .right .desc{
		margin-top: 3%;
		margin-bottom: 3.6%;
		padding-bottom: 3.2%;
	}
}
@media only screen and (max-width:600px){
	.applianceDet-top .innerbox .right .title{
		font-size: 24px;
	}
	.applianceDet-content .zw{
		font-size: 22px;
	}
}
@media only screen and (max-width:414px){
	.applianceDet-top .innerbox .right .bottom a.btn{
		font-size: 16px;
		height: 46px;
		line-height: 44px;
	}
}.footer .wp dl dt a:hover{
    color: rgba(13,152,73,1)!important;
}
.footer .wp dl dd a:hover{
    color: rgba(13,152,73,1)!important;
}