@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,textarea{
    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)
}

.contact {
    background-color: #f5f5f5;
    padding-top: 85px;
    padding-bottom: 90px;
}

.contact h4 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 48px;
}

.contact h4 span {
    display: block;
    color: #dedede;
    position: relative;
    padding: 1% 0 3%
}

.contact h4 span:before {
    content: '';
    position: absolute;
    background: #403750;
    height: 2px;
    width: 26px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.contact ul {
    overflow: hidden;
    margin: 0 20%
}

.contact ul li {
    overflow: hidden;
    height: auto;
    line-height: 45px;
    margin: 3% 0
}

.contact ul li.btn span:first-of-type {
    text-indent: -99999em
}

.contact ul li.btn span:last-of-type {
    width: 40%
}

.contact ul li.btn span:last-of-type input {
    color: #fff;
    background-color: #666;
    border: none;
    cursor: pointer
}

.contact ul li.btn span:last-of-type input:focus {
    color: #fff
}

.contact ul li span {
    font-size: 14px;
    display: inline-block;
    float: left;
    -webkit-transition: all .03s;
    transition: all .03s
}

.contact ul li span:first-child {
    width: 30%;
    padding-right: 5%
}

.contact ul li span:last-of-type {
    width: 65%
}

.contact ul li span:last-of-type input {
    width: 70%;
    height: 90%;
    padding: 0 5%;
    height: 43px
}

.contact ul li span:last-of-type input:focus {
    border-color: #007e36;
    color: #007e36
}

.contact ul li span:last-of-type input,
.contact ul li span:last-of-type textarea {
    border: 1px solid #181818;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.contact ul li span:last-of-type textarea {
    width: 90%;
    resize: none;
    background: #f5f5f5;
    padding: 5%
}

.lg-banner {
    height: 100%;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    background-position: 50% 50%
}
.container {
    max-width: 1200px;
    width: 94%;
    margin: 90px auto 100px;
    position: relative;
}

.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.ms h2 {
    font-size: 36px;
    color: #1c1c1c;
    text-align: center;
    font-weight: 400
}

.container.ms h2>span {
    color: #dedede;
    display: block;
    margin-top: 5px;
}

.container.ms .line,
.container.ms .ver {
    background-color: #403750;
    position: relative
}

.container.ms .ver {
    width: 1px;
    height: 82px;
    left: 50%;
    margin: 4.2% 0
}

.container.ms .content {
    font-size: 14px;
    color: #5b5b5b;
    padding: 0 11%;
    line-height: 200%
}

.container.ms .line {
    height: 2px;
    width: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 95px 0 65px;
}
.container.ms img{
	width: 100%;
}
.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
    }
    .menu {
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .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:796px) {
    .listItem {
        height: 180px!important
    }
    .bt .wx ul li .wp .pic span:before {
        display: none
    }
    .contact ul {
        margin: 0 10%
    }
}

@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:650px) {
    .sm-banner .box p {
        font-size: 20px
    }
    .sm-banner .box p:last-of-type {
        font-size: 16px
    }
}

.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: 24px;
    height: 24px;
    margin-left: 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) {
    .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
    }
    .contact h4 {
        font-size: 26px
    }
    .contact ul li {
        line-height: 30px
    }
    .contact ul li span {
        float: none
    }
    .contact ul li span:first-of-type,
    .contact ul li span:last-of-type {
        width: 100%;
        padding: 0
    }
    .contact ul li span:last-of-type input {
        height: 30px
    }
    .contact ul li.btn span:first-of-type {
        display: none
    }
    .container.ms h2 {
        font-size: 26px
    }
    .container.ms .ver {
        height: 41px
    }
}

@media only screen and (max-width:414px) {
    .r-slide ul li P {
        font-size: 12px
    }
    .listItem h2 {
        font-size: 20px!important
    }
    .listItem h2 p {
        font-size: 12px!important
    }
    .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
    }
    .contact h4 {
        font-size: 20px
    }
    .contact ul {
        margin: 0 5%
    }
    .contact ul li span:last-of-type input,
    .contact ul li span:last-of-type textarea {
        width: 100%
    }
    .sm-banner .box p {
        font-size: 16px
    }
    .sm-banner .box p:last-of-type {
        font-size: 12px
    }
    .container.ms .content {
        padding: 0 3%
    }
}

@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
    }
    .container.ms h2 {
        font-size: 20px
    }
    .container.ms .ver {
        height: 20px
    }
}

.contact form{
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.contact form *{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.contact form .input-item{
	margin-bottom: 20px;
}
.contact form .input-item.last-item{
	margin-top: 50px;
	margin-bottom: 0;
}
.contact form .input-item label{
	float: left;
	width: 34%;
	font-size: 14px;
	color: #282323;
	line-height: 46px;
}
.contact form .input-item input[type="text"]{
	float: left;
	width: 48.6%;
	height: 46px;
	border: 1px solid #181818;
	font-size: 14px;
	color: #000;
	text-indent: 10px;
}
.contact form .input-item input[type="submit"]{
	width: 240px;
	height: 48px;
	color: #fff;
	font-size: 14px;
	background-color: #000;
	cursor: pointer;
}
.contact form .input-item textarea{
	width: 66%;
	height: 145px;
	border: 1px solid #181818;
	font-size: 14px;
	color: #000;
	text-indent: 10px;
	padding-top: 10px;
	resize: none;
}
@media only screen and (max-width:1024px){
	.container{
		margin: 8% auto 9%;
	}
	.container.ms .line{
		margin: 7.5% 0 4.5%;
	}
	.contact{
		padding-top: 8%;
		padding-bottom: 8.5%;
	}
	.contact h4{
		margin-bottom: 4.8%;
	}
	.contact form .input-item.last-item{
		margin-top: 5%;
	}
}
@media only screen and (max-width:800px){
	.container.ms .ver{
		height: 54px;
	}
	.container.ms h2,.contact h4{
		font-size: 30px;
	}

}
@media only screen and (max-width:600px){
	.container.ms h2,.contact h4{
		font-size: 24px;
	}
	.container.ms .ver{
		height: 36px;
	}
	.container.ms .content{
		padding: 0;
	}
	.contact form .input-item label{
		width: 100px;
	}
	.contact form .input-item input[type="text"],
	.contact form .input-item textarea{
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width:414px){
	.contact form .input-item input[type="text"]{
		height: 32px;
	}
	.contact form .input-item{
		margin-bottom: 10px;
	}
	.contact form .input-item label{
		line-height: 32px;
		width: 80px;
	}
	.contact form .input-item input[type="text"],
	.contact form .input-item textarea,
	.contact form .input-item input[type="submit"]{
		width: calc(100% - 80px);
	}
	.contact form .input-item textarea{
		height: 100px;
	}
}.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;
}