@charset "UTF-8";
*{
    margin: 0;
    padding: 0
}
html,body{
	width: 100%;
	overflow-x: hidden;
}
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: #872526
}

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;
}

.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%;
    position: relative;
}

.menu .item>ul {
    height: 100%;
    overflow: hidden
}

.menu .item>ul>li {
    height: 100%;
    float: left;
    width: 12%
}
.menu .item .langbox{
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.menu .item .langbox:after{
    content: "";
    width: 1px;
    height: 12px;
    background-color: #dedede;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.menu .item .langbox .lang{
    margin: 0 20px;
    font-size: 14px;
    color: #9a9a9a;
}
.menu .item .langbox .lang.on{
    color: #872426;
    font-weight: bold;
}

@media only screen and (min-width:601px){
.menu .item .langbox .lang:hover{
    color: #872426;
}
}
@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: #872526;
    -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.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)
}

.lg-banner {
    height: 100%;
    z-index: 10
}

.lg-banner .down {
    background: url(../images/down.png);
    position: absolute;
    left: 50%;
    cursor: pointer;
    margin-left: -42px;
    width: 85px;
    height: 60px;
    z-index: 99;
    bottom: 40px;
}

.lg-banner .swiper-button-next.swiper-button-white,
.lg-banner .swiper-button-prev.swiper-button-white,
.lg-banner .swiper-container-rtl .swiper-button-next.swiper-button-white,
.lg-banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    width: 62px;
    height: 62px
}

.lg-banner .swiper-button-next.swiper-button-white,
.lg-banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url(../images/right.png) no-repeat center center/contain;
    right: 3%
}

.lg-banner .swiper-button-prev.swiper-button-white,
.lg-banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url(../images/left.png) no-repeat center center/contain;
    left: 3%
}

.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;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    overflow: hidden
}

.lg-banner .swiper-slide.swiper-slide-active {
    z-index: 10;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.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 img {
    display: block;
    text-align: center;
    margin: 0 auto
}

.lg-banner .swiper-slide .shake_text p {
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    padding-top: 1%
}

.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 .down {
    background: url(../images/down.png);
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 85px;
    height: 60px;
    z-index: 99;
    bottom: 0;
    display: none
}

.sm-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;
    -webkit-transition: -webkit-transform 4s;
    transition: -webkit-transform 4s;
    transition: transform 4s;
    transition: transform 4s, -webkit-transform 4s;
    transition: transform 4s, -webkit-transform 4s;
    -moz-transition: transform 4s;
    -webkit-transition: transform 4s;
    -o-transition: transform 4s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.sm-banner .swiper-slide.swiper-slide-active {
    z-index: 10;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sm-banner .swiper-slide a {
    display: block;
    width: 100%
}

.sm-banner .swiper-slide a img {
    display: block;
    width: 100%;
    opacity: 0
}

@media only screen and (max-width:1000px) {
    .fixed_menu {
        display: none!important
    }
    .m-list {
        margin: 0 2%!important
    }
    .prolist {
        margin: 10% 2% 0!important
    }
    .lg-banner {
        display: none
    }
    .lg-banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        background-size: cover;
        background-position: center;
        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
    }
    .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: 105px;
        min-width: 92px;
        z-index: 9
    }
    .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: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: 105px;
        top: 9.5%;
        min-width: 92px;
        z-index: 10
    }
    .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)
    }
    .prolist div li div p span {
        font-size: 12px!important
    }
    .r-slide h2 {
        font-size: 22px!important
    }
    .r-slide h2 p {
        font-size: 12px!important
    }
    .r-slide ul li P {
        font-size: 14px
    }
    .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) {
    .bt .wx ul li .wp .pic span:before {
        display: none
    }
}

@media only screen and (max-width:600px) {
    .prolist div {
        width: 100%!important;
        float: none!important
    }
}

@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
    }
    .prolist li div p span {
        font-size: 18px!important
    }
}

@media only screen and (max-width:1280px) {
    .lg-banner .swiper-slide .shake_text img {
        width: 80%
    }
    .lg-banner .swiper-slide .shake_text p {
        font-size: 40px
    }
    .prolist p img {
        width: 40%!important
    }
    .prolist p span {
        font-size: 20px!important
    }
    .m-list div:nth-of-type(2) .bot_m {
        padding: 10% 0!important
    }
}

@media only screen and (max-width:1530px) {
    .lg-banner .menu .item ul li {
        padding: 0 3%
    }
    .m-list div:nth-of-type(2) {
        padding: 18% 0!important
    }
}

@media only screen and (max-width:930px) {
    .m-list div:nth-of-type(2) .bot_m {
        padding: 6% 0!important
    }
    .m-list div:nth-of-type(2) .bot_m p {
        font-size: 12px;
        padding: 0 8%!important
    }
    .prolist .pic+p {
        font-size: 24px
    }
    .prolist .pic+p span {
        font-size: 30px!important
    }
}

@media only screen and (max-width:747px) {
    .m-list div:nth-of-type(2) .bot_m {
        padding: 0!important;
        height: 100%
    }
    .m-list div:nth-of-type(2) .bot_m p {
        margin-top: 18%;
        line-height: 18px!important
    }
}

.r-slide {
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    margin-top: 100px;
    margin-bottom: 80px;
}

.r-slide h2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
    top:0;
    font-size: 30px;
    color: #444;
    font-weight: 400
}

.r-slide h2:after,
.r-slide h2:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #d9d9d9;
    width: 94px;
}

.r-slide h2:after {
    left: 140%
}

.r-slide h2:before {
    right: 140%
}

.r-slide h2 p {
    font-size: 14px;
    color: #c8c8c8;
    padding-top: 2%
}

.r-slide ul {
    overflow: hidden
}

.r-slide ul li {
    float: left;
    width: 30.83%
}
.r-slide ul li a{
	display: block;
}
.r-slide ul li div.imgbox {
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.r-slide ul li div img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.r-slide ul li:nth-of-type(2) {
    margin: 0 3.755%;
}

.r-slide ul p {
    font-size: 16px;
    color: #373737;
    text-align: center;
    width: 100%;
    padding: 10% 0 5%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.listItem {
    position: relative;
    margin-top: 80px;
    z-index: 11
}

.listItem .itemSlide_a {
    display: none
}

.listItem .swiper-slide {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 289px;
}
.listItem .swiper-slide .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 16px;
}
.listItem .swiper-slide img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.listItem .swiper-slide p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.listItem .swiper-slide p span {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #9f9f9f
}

.listItem h2 {
    font-size: 30px;
    font-weight: 400;
    color: #444;
    background: #fff;
    text-align: center;
    z-index: 99;
    width: 100%;
}

.listItem h2 p {
    font-size: 14px;
    color: #bfc7cc;
    margin-top: 5px;
}
.listItem h2 .inbox{
	display: inline-block;
	position: relative;
}
.listItem h2 .inbox:after{
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #eef0ee;
	width: 15550%;
	left: calc(100% + 35px);
}
.listItem h2 .inbox:before{
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #eef0ee;
	width: 1550%;
	right: calc(100% + 35px);
}
.listItem .itemSlide {
    margin-top: 30px;
    margin-bottom: 90px;
    max-width: 1000px;
}
.listItem .swiper-button-next{
	right: 0px;
}
.listItem .swiper-button-prev{
	left: 0px;
}
.listItem .swiper-button-next.swiper-button-white,
.listItem .swiper-button-prev.swiper-button-white,
.listItem .swiper-container-rtl .swiper-button-next.swiper-button-white,
.listItem .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.listItem .itemSlide_a .swiper-button-next.swiper-button-white,
.listItem .itemSlide_a .swiper-button-prev.swiper-button-white,
.listItem .itemSlide_a .swiper-container-rtl .swiper-button-next.swiper-button-white,
.listItem .itemSlide_a .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url(../images/arr_left.png) no-repeat center center/contain
}

.listItem .swiper-button-next.swiper-button-white,
.listItem .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.listItem .itemSlide_a .swiper-button-next.swiper-button-white,
.listItem .itemSlide_a .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}

.prolist {
    overflow: hidden;
    position: relative
}

.prolist .pic {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.prolist div {
    width: 50%;
    float: left;
    position: relative
}

.prolist div .pic+p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-align: center
}

.prolist div .pic+p span {
    display: block;
    font-size: 36px!important
}

.prolist div img {
    display: block;
    width: 100%
}

.prolist div li {
    width: 25%;
    background-position: 50% 50%;
    float: left;
    height: 100%;
    position: relative
}

.prolist div li:first-of-type div p {
    color: #fff
}

.prolist div li:first-of-type div p span {
    color: #fff
}

.prolist div li img {
    display: block;
    width: 100%
}

.prolist div li div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #eee
}

.prolist div li div p {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.prolist div li div p span {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #444;
    padding-top: 10%
}

.prolist div li div p span em {
    display: block;
    font-size: 4px;
    color: #ababab;
    padding: 2% 0 1%
}

.prolist div li div p img {
    width: auto;
    display: block;
    margin: 0 auto
}

.prolist div li:nth-of-type(2n) div {
    background-color: #f9f9f9
}

.prolist .list_ {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.m-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1%
}

.m-list div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.m-list div img.cbg {
    display: block;
    width: 100%
}

.m-list div img.cbb {
    width: 100%;
    display: block
}

.m-list div img#c_m {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.m-list div p.txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4% 0;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
    font-size: 24px
}

.m-list div p.txt em {
    font-size: 14px;
    padding-left: 3%
}

.m-list div:nth-of-type(2) {
    background: url(../images/bg.png) no-repeat top center/contain;
    background-size: 50%
}

.m-list div:nth-of-type(2) .top_m {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.m-list div:nth-of-type(2) .top_m p {
    font-size: 24px;
    color: #444;
    text-align: center
}

.m-list div:nth-of-type(2) .top_m p span {
    display: block;
    padding: 2% 0 0 0;
    font-size: 14px;
    color: #ababab
}

.m-list div:nth-of-type(2) .bot_m {
    padding: 22% 0;
    margin: 0 1%;
    background: url(../images/bg.jpg) no-repeat 50% 50%/cover;
    position: absolute;
    bottom: 0;
    transtion: all .3s;
    -moz-transtion: all .3s;
    -o-transtion: all .3s
}

.m-list div:nth-of-type(2) .bot_m p {
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 0 17%
}

.m-list div:nth-of-type(2) .bot_m a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 1% 2%;
    position: relative;
    left: 50%;
    margin-top: 3%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.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 dt a:hover{
    color: rgba(186,0,0,1)!important;
}
.footer .wp dl dd a {
    color: #949494
}
.footer .wp dl dd a:hover{
    color: rgba(186,0,0,1)!important;
}
.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: 6%!important;
        padding: 0 2%!important
    }
    .m-list div:nth-of-type(2) {
        padding: 28% 0!important
    }
    .r-slide ul p{
    	padding-top: 10px;
    	white-space: normal;
    }
    .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
    }
    .sm-banner .box p {
        font-size: 22px
    }
}

@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
    }
    .sm-banner .box p {
        font-size: 16px
    }
}

@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
    }
}.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;
}