﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */

.header-main{
    position: relative;
    height: 64px;
    background-color: #fff;
    z-index: 66;
}
.header-menu{
    float: left;
    margin-left: 33px;
    line-height: 64px;
}
.header-menu a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.header-menu span{
    display: inline-block;
    vertical-align: middle;
    color: #555;
    font-weight: bold;
    font-size: 16px;
}
.header-icon{
    float: right;
    margin-right: 40px;
    line-height: 64px;
    /* display: flex;
    flex-direction: row;
    align-items: center; */
    
}
.nav-ewm{
    position: absolute;
    top: 64px;
    left:50%;
    z-index: 66;
    width: 110px;
    height: 110px;
    transform: translateX(-50%);
    border: 5px solid #cbd8d7;
    display: none;
}
.dou-ewm{
    position: absolute;
    
    left:50%;
    z-index: 66;
    width: 110px;
    height: 110px;
    transform: translateX(-50%);
    border: 5px solid #cbd8d7;
    display: none;
}
.douyin-p .dou-ewm{   
    top:-110px;
    transform: translateX(-55%);
}
.dou-ewm img{
    width: 100%;
}
.nav-sou{
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px;
    display: none;
}
.nav-souA img{
    transition: all 0.4s;
}
.nav-sou input{
    border: 1px solid #cbd8d7;
    width: 200px;
    padding-left: 10px;
}
.nav-soubg {
    position: absolute;
    top: -2px;
    right: 10px;
    cursor: pointer;
}
.nav-ewm img{
    width: 100%;
    height: 100%;
}
.header-icon li{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.header-icon li:last-child{
    margin-right: 0px;
}
.nav-weixin-bg{
    position: absolute;
    bottom: -20px;
    left: -30px;
}
.logo{
   /* width: 151px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.logo img{
    display: block;
    width: 100%;
}
/* 菜单 */
.nav{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    background: url(../img/nav_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.nav ul {
    width: 37%;
    text-align: left;
    position: absolute;
    top: 150px;
    left: 6.2%;
}
.nav ul li > a {
    display: inline-block;
    overflow: hidden;
    line-height: 68px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    padding: 0 26px;
    font-size: 36px;
}
.nav ul li > a::after{
    position: absolute;
    width: 38px;
    height: 38px;
    display: block;
    content: "";
    top: 0px;
    right: 2px;
    opacity: 0;
    transition: all .5s ease;
    background: url(../img/yuan_icon.png) no-repeat center;
}
.nav ul li > a:hover::after{
    opacity: 1;
}
.nav-btn{
    position: absolute;
    margin-left: -175px;
    width: 350px;
    left: 50%;
    bottom: 100px;
    text-align: left;
}
.nav-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 36px;
}
.nav-icon img{
    display: block;
}
.nav-icon img:first-child{
    margin-right: 30px;

}
.nav-btn p{
    color: #fff;
    font-size: 38px;
    font-weight: normal;
}
.nav .close-btn{
    display: block;
    position: absolute;
    top: 26px;
    left: 1.7%;
    width: 28px;
    z-index: 22;
}
.nav .close-btn img{
    transition: all .5s ease;
}
.nav .close-btn:hover img{
    transform: rotate(180deg);
}
@media(max-width: 1400px){
    .nav ul{
        top: 90px;
    }
    .nav ul li > a{
        margin-bottom: 5px;
    }
    .nav-btn{
        bottom: 130px;
    }
}
@media(max-width: 991px){
    .nav ul li > a{
        padding: 0 14px;
        line-height: 48px;
        font-size: 24px;
    }
    .nav ul li > a::after {
        width: 24px;
        height: 24px;
        right: 0px;
        background-size: 100% 100%;
    }
    .nav-btn{
        bottom: 41%;
        width: 230px;
        margin-left: 0px;
        right: 6.2%;
        left: auto;
    }
    .nav-btn p{
        font-size: 24px;
    }
    .nav-icon{
        margin-bottom: 20px;
    }
    .nav-icon img{
        width: 40px;
    }
    .nav-icon img:first-child {
        margin-right: 20px;
    }
}
@media(max-width: 449px){
    .nav-btn{
        display: none;
    }
    .nav ul{
        left: 10%;
    }
    .nav .close-btn{
        left: 5%;
    }
}
/* banner */
#banner .swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.banner-cont{
    position: relative;
}
.banner-arrow{
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: 85px;
    height: 20px;
    line-height: 20px;
    z-index: 999;
}
.banner-arrow .swiper-button-prev, .banner-arrow .swiper-button-next{
    width: auto;
    height: 14px;
    margin-top: 0px;
    top: auto;
    bottom: 0px;
    line-height: 13px;
    color: #fff;
    font-size: 14px;
}
.banner-arrow .swiper-button-prev{
    background: url(../img/banner_prev.png) no-repeat left center;
    left: auto;
    right: 94px;
    padding-left: 26px;
    padding-right: 32px;
    border-right: 2px solid #fff;
}
.banner-arrow .swiper-button-next{
    background: url(../img/banner_next.png) no-repeat right center;
    right: 0px;
    padding-right: 22px;
    padding-left: 40px;
}
@media(max-width: 1200px){
    .banner-arrow{
        bottom: 50px;
    }
}
@media(max-width: 991px){
    .banner-swiper .container{
        width: 100%;
    }
    .banner-arrow{
        right: 30px;
    }
    .banner-arrow .swiper-button-next{
        padding-left: 20px;
    }
    .banner-arrow .swiper-button-prev{
        right: 70px;
        padding-right: 15px;
    }
}
@media(max-width: 640px){
    .header-icon{
        display: none;
    }
}
@media(max-width: 449px){
    .header-menu{
        margin-left: 20px;
    }
    .logo{
        width: 130px;
    }
    .banner-arrow{
        bottom: 20px;
    }
}
/* 关于我们 */
.home-about{
    padding-top: 40px;
    position: relative;
}
.down-arrow{
    display: block;
    width: 13px;
    margin: 0 auto 110px;
}
.habout-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 180px;
    overflow: hidden;
    width: 100%;
}
.habout-info{
    width: 50%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.habout-info img{
    display: block;
    width: 100%;
}
.habout-info h3{
    margin-top: 35px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    position: relative;
    margin-left: 28px;
}
.habout-info h3::after{
    display: block;
    position: absolute;
    width: 36px;
    height: 2px;
    background: #7e9494;
    bottom: 0px;
    left: 0px;
    content: "";
}
.habout-ms{
    padding-left: 28px;
}
.habout-ms span{
    font-size: 18px;
    color: #333;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 24px;
    display: block;
}
.habout-ms h2{
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 76px;
    font-size: 34px;
    color: #7e9494;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.habout-ms h2::after{
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    content: "";
    background: url(../img/big_yuan_icon.png) no-repeat;
    background-size: 100% 100%;
    right: 2px;
    top: 5px;
}
.habout-ms p{
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.habout-img{
    width: 50%;
    padding-left: 50px;
}
.habout-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.habout-arrow .swiper-button-prev, .habout-arrow .swiper-button-next{
    width: 68px;
    height: 68px;
    margin-top: 0px;
    top: auto;
    bottom: 0px;
}
.habout-arrow .swiper-button-prev{
    left: 0px;
    background: #fff url(../img/about_prev.png) no-repeat center;
}
.habout-arrow .swiper-button-next{
    right: auto;
    left: 68px;
    background: #fff url(../img/about_next.png) no-repeat center;
}
@media(max-width: 1200px){
    .down-arrow{
        margin-bottom: 60px;
    }
    .habout-info h3{
        margin-top: 10px;
    }
    .habout-ms h2{
        font-size: 24px;
        line-height: 56px;
    }
    .habout-ms h2::after{
        width: 24px;
        height: 24px;
        right: 10px;
        top: 7px;
    }
    .habout-main{
        margin-bottom: 100px;
    }
}
@media(max-width: 991px){
    .habout-info{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .habout-img{
        padding-left: 0px;
        max-width: 746px;
        margin: 0 auto;
        width: 100%;
    }
    .habout-main{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .home-about{
        padding-top: 30px;
    }
    .down-arrow{
        margin-bottom: 40px;
    }
    .habout-info h3{
        margin-bottom: 20px;
        margin-top: 0px;
        margin-left: 0px;
    }
    .habout-ms h2{
        line-height: 48px;
    }
    .habout-ms h2::after{
        top: 4px;
    }
    .habout-ms{
        padding-left: 0px;
        margin-bottom: 30px;
    }
}
/* 精选系列 */
.jingxuan{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.jx-main{
    position: relative;
}
.jx-main img{
    display: block;
    width: 100%;
}
.jx-info{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 22;
    padding-top: 80px;
}
.jx-info h2{
    color: #fff;
    font-size: 36px;
    line-height: 76px;
    letter-spacing: 5px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.jx-info h2::after{
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    content: "";
    background: url(../img/big_yuan_icon.png) no-repeat;
    background-size: 100% 100%;
    right: 6px;
    top: 7px;
}
.jx-txt{
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 100px;
}
.jx-info a{
    display: block;
    width: 146px;
    height: 48px;
    border: 1px solid #fff;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.jingxuan .jx-item{
    height: 155px;
    position: absolute;
    bottom: 10%;
    left: 0px;
    width: 100%;
    z-index: 99;
}
.jx-leftline{
    width: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    content: "";
    display: block;
    left: 0px;
    top: 76px;
    z-index: 1;
}
.jx-rightline{
    width: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    content: "";
    display: block;
    right: 0px;
    top: 76px;
    z-index: 1;
}
.jx-ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 24px;
    height: 155px;
    width: 100%;
}
.jx-ul li{
    width: 155px;
    position: relative;
}

.jx-ul li a{
    height: 155px;
    width: 155px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border-radius: 50%;
    transition: all .5s;
}
.jx-ul li a::before{

}
.jx-ul li a img{
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.jx-ul li a p{
    padding-bottom: 28px;
    text-align: center;
    color: #fff;
    line-height: 24px;
}
.jx-ul li.jx-on a{
    border: 1px solid #fff;
    background: transparent;
}
@media(max-width:1600px){
    .jx-info{
        padding-top:80px;
    }
}
@media(max-width:1400px){
    .jx-ul li a{
        width: 100px;
        height: 100px;
    }
    .jx-ul li a p{
        padding-bottom:16px
    }
    .jx-ul li{
        top: 26px;
    }
    .jx-txt{
        margin-bottom: 50px;
    }
    .jx-info h2{
        margin-bottom: 30px;
    }
}
@media(max-width:1200px){
    .jx-info h2 {
        margin-bottom: 8px;
    }
    .jx-info{
        padding-top: 50px;
    }
}
@media(max-width:991px){
    .jingxuan .jx-item{
        bottom: 0;
    }
    .jx-txt{
        font-size: 14px;
        line-height: 24px;
    }
    .jx-info h2{
        font-size: 22px;
        line-height: 56px;
        padding-right: 15px;
    }
    .jx-txt {
        padding: 0 15px;
    }
    .jx-info {
        padding-top: 30px;
    }
    .jx-info h2::after{
        width: 28px;
        height: 28px;
    }

}
@media(max-width:800px)
{
   .jx-main img {
    width: 160%;
    }
    .jx-ul li a p{
        display: none;
    }
    .jx-ul li a {
        width: 20px;
        height: 20px;
    }
    .jx-ul li {
        top: 66px;
    }
    .jingxuan .jx-item{
        height: 110px;
    }
    
}
@media(max-width:600px){
    .jingxuan .jx-item{
        height: 100px;
    }
    .jx-info {
        padding-top: 10px;
    }
 
  
    .jx-info h2::after{
        width: 20px;
        height: 20px;
        right: 0px;
        top: 3px;
    }
 
}
@media(max-width:500px){
    .jx-info {
        padding-top: 25px;
    }
    .jx-txt{
        margin-bottom: 10px;
    }
    .jx-txt p:first-child{
        display: none;
    }  
}
@media(max-width:400px){
    .jx-info a {
        width: 90px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    .jingxuan .jx-item {
        height: 88px;
    }
}
/* 新品推荐 */
.new-tuijian{
    padding-top: 100px;
    margin-bottom: 120px;
    width: 100%;
    overflow: hidden;
}
.tj-info{
    float: left;
    width: 30%;
    padding-left: 65px;
}
.tj-info h2{
    position: relative;
    display: inline-block;
    padding-right: 16px;
    line-height: 66px;
    font-size: 34px;
    letter-spacing: 3px;
    margin-bottom: 100px;
}
.tj-info h2::after{
    position: absolute;
    top: 5px;
    right: 2px;
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/big_yuan_icon.png) no-repeat;
    background-size: 100% 100%;
}
.tj-txt{
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 50px;
}
.tj-info a{
    width: 166px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border: 1px solid #7e9494;
    color: #7e9494;
    text-align: center;
    display: block;
}
.tj-info a:hover{
    background: #7e9494;
    color: #fff;
}
.tj-imgs{
    float: right;
    width: 59%;
}
.small-tjimg{
    width: 38.4%;
    float: left;
    position: relative;
}
.tuijian-img{
    width: 100%;
    padding-left: 7px;
}
.tuijian-img img{
    display: block;
    width: 100%;
}
.tjimg-txt{
    position: absolute;
    width: 244px;
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    background: #eee;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
}
.tjimg-txt::after{
    position: absolute;
    width: 7px;
    height: 68px;
    background: #cbd8d7;
    top: 0px;
    left: 0px;
    display: block;
    content: "";
}
.big-tjimg{
    float: right;
    width: 53%;
    position: relative;
}
.tuijian-arrow{
    width: 38.4%;
    position: absolute;
    left: 0px;
    height: 68px;
    bottom: 0px;
}
.tuijian-arrow .swiper-button-prev, .tuijian-arrow .swiper-button-next{
    width: 68px;
    height: 68px;
    margin-top: 0px;
    top: auto;
    bottom: 0px;
}
.tuijian-arrow .swiper-button-prev{
    left: auto;
    right: 68px;
    background: #cbd8d7 url(../img/about_prev.png) no-repeat center;
}
.tuijian-arrow .swiper-button-next{
    right: 0px;
    background: #cbd8d7 url(../img/about_next.png) no-repeat center;
}
.tuijian-arrow .swiper-button-prev:hover,
.tuijian-arrow .swiper-button-next:hover{
    background-color: #eaf5f4;
}
/* 新品推荐 */
@media(max-width: 1300px){
    .tj-info h2{
        margin-bottom: 40px;
    }
    .tj-txt{
        font-size: 16px;
        line-height: 28px;
    }
}
@media(max-width: 1200px){
    .tj-info{
        padding-left: 10px;
    }
    .small-tjimg .tjimg-txt{
        width: 180px;
    }
    .tj-info h2{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .tj-info{
        padding-left: 0px;
        width: 100%;
        float: none;
    }
    .new-tuijian{
        padding-top: 50px;
        margin-bottom: 60px;
    }
    .tj-info h2{
        line-height: 48px;
        font-size: 24px;
    }
    .tj-info h2::after{
        width: 26px;
        height: 26px;
        right: 8px;
    }
    .tj-txt{
        margin-bottom: 30px;
    }
    .tj-imgs{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}
@media(max-width: 599px){
    .new-tuijian{
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .tjimg-txt{
        width: 80%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        padding-left: 10px;
    }
    .tjimg-txt::after{
        height: 48px;
    }
    .small-tjimg .tjimg-txt{
        width: 80%;
    }
    .small-tjimg{
        width: 40%;
    }
    .tuijian-arrow .swiper-button-prev, .tuijian-arrow .swiper-button-next{
        width: 40px;
        height: 40px;
    }
    .tuijian-arrow .swiper-button-prev{
        right: 40px;
    }
}
/* 宣传视频 */
.xc-vedio{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    background: url(../img/vedio_bg.jpg) no-repeat top center;
}
.pub-title{
    text-align: center;
}
.pub-title h2{
    text-align: center;
    position: relative;
    display: inline-block;
    padding-right: 16px;
    line-height: 66px;
    font-size: 34px;
    letter-spacing: 3px;
}
.pub-title h2::after{
    position: absolute;
    top: 4px;
    right: 2px;
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/big_yuan_icon.png) no-repeat;
    background-size: 100% 100%;
}
.vedio-main{
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 10px auto 70px;
}
.vedio-main img{
    width: 100%;
    overflow: hidden;
}
.vedio-main video{
    width: 100%;
}
.play{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7) url(../img/play_icon.png) no-repeat center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s;
}
.vedio-main:hover .play{
    opacity: 1;
}
@media(max-width: 991px){
    .pub-title h2{
        line-height: 48px;
        font-size: 24px;
    }
    .pub-title h2::after{
        width: 26px;
        height: 26px;
        right: 8px;
    }
}
@media(max-width: 599px){
    .xc-vedio{
        padding-top: 30px;
    }
    .vedio-main{
        margin-bottom: 40px;
        margin-top: 30px;
    }
}
/* 新闻资讯 */
.home-news{
    padding-top: 70px;
    padding-bottom: 60px;
}
.pub-title p{
    font-size: 14px;
    color: #969696;
    margin-top: 20px;
}
.news-ul{
    margin-top: 25px;
}
.news-ul li{
    float: left;
}
.hnews-item{
    max-width: 444px;
    margin: 0 auto;
}
.news-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.news-info p{
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-info span{
    font-size: 14px;
    color: #7a5050;
    display: block;
    margin-top: 20px;
}
.hnews-item:hover .news-img img{
    transform: scale(1.1);
}
.hnews-item:hover .news-info p{
    color: #7e9494;
}
@media(max-width: 991px){
    .home-news{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pub-title p{
        margin-top: 10px;
    }
    .news-info p{
        font-size: 16px;
        line-height: 28px;
    }
    .news-img{
        margin-bottom: 16px;
    }
}
@media(max-width: 767px){
    .hnews-item{
        margin-bottom: 20px;
    }
    .home-news{
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .pub-title p{
        margin-top: 0px;
    }
}
/* 底部 */
.footer-top{
    background: #eee;
    height: 190px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-top p{
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 3px;
}
.footer-arrow{
    width: 95px;
    height: 30px;
    display: block;
    margin-top: 32px;
    background: #cbd8d7 url(../img/footer_top_arrow.png) no-repeat center;
}
.footer{
    background: #15181a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}
.footer-main{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-ul{
    width: 20%;
}
.footer-ul li{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 14px;
}
.footer-ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-sou{
    width: 14.3%;
    padding-bottom: 14px;
    border-bottom: 2px solid #c4c4c4;
    height: 37px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-sou input{
    border: none;
    background: none;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 24px;
    outline: none;
    appearance: none;
    height: 24px;
    width: calc(100% - 18px);
}
.footer-sou img{
    width: 18px;
    height: 15px;
    margin-top: 8px;
    cursor: pointer;
}
.footer-tel{
    width: 176px;
}
.footer-tel span{
    font-size: 16px;
    color: #8c8c8c;
    display: block;
    margin-bottom: 10px;
}
.footer-tel p{
    font-size: 24px;
    color: #fff;
}
.footer-logo{
    width: 195px;
}
.footer-logo img{
    width: 151px;
}
.footer-logo p{
    color: #8c8c8c;
    margin-top: 20px;
}
@media(max-width: 1300px){
    .footer-ul{
        width: 22%;
    }
}
@media(max-width: 1200px){
    .footer-ul{
        width: 26%;
    }
    .footer-sou{
        width: 18%;
    }
}
@media(max-width:991px){
    .footer-top{
        height: 150px;
    }
    .footer-top p{
        font-size: 24px;
    }
    .footer-arrow{
        margin-top: 20px;
    }
    .footer-main{
        flex-direction: column;
        align-items: center;
    }
    .footer-ul{
        width: 100%;
        text-align: center;
    }
    .footer{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .footer-sou{
        width: 195px;
        margin-bottom: 20px;
    }
    .footer-tel{
        width: 200px;
        margin-bottom: 20px;
    }
    .footer-logo p{
        margin-top: 10px;
    }
    .footer-ul li:last-child{
        margin-right: 0px;
    }
}
@media(max-width: 599px){
    .footer-ul li{
        margin-right: 10px;
    }
}
/* 关于我们 */
.about-main{
    overflow: hidden;
}
.inside-banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.inside-banner img{
    width: 100%;
    display: block;
}
.inside-banner .seemore{
    width: 42px;
    height: 24px;
    display: block;
    position: absolute;
    right: 7%;
    bottom: 120px;
    background: url(../img/down_arrow.png) no-repeat center;
}
.inav-main{
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 90px;
}
.inav-main h2{
    width: 200px;
    font-size: 40px;
    color: #393939;
    font-weight: bold;
    line-height: 40px;
    float: left;
}
.inav-ul{
    float: right;
    font-size: 0px;
    display: block;
}
.inav-ul li{
    display: inline-block;
    margin-right: 40px;
}
.inav-ul li:last-child{
    margin-right: 0px;
}
.inav-ul li a{
    color: #393939;
    font-size: 18px;
    line-height: 24px;
}
.inav-ul li a:hover{
    color: #7e9494;
}
.abmodule-one{
    width: 100%;
}
.about-img{
    float: left;
    width: 45%;
}
.about-img img{
    display: block;
    width: 100%;
}
.about-des{
    float: right;
    width: 50%;
    padding-top: 25px;
}
.about-title{
    font-size: 36px;
    font-weight: bold;
    color: #393939;
    position: relative;
    line-height: 38px;
    display: inline-block;
}
.about-title::after{
    position: absolute;
    display: block;
    content: "";
    background: #cbd8d7;
    width: 100%;
    height: 11px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.about-txt{
    margin-top: 35px;
    font-size: 16px;
    line-height: 30px;
    color: #393939;
    margin-bottom: 50px;
}
.about-txt p{
    text-indent: 24px;
}
.about-num li{
    float: left;
    padding-left: 30px;
    border: 1px solid #f1f1f1;
    width: 26%;
    padding-top: 35px;
    padding-bottom: 25px;
    margin-right: 35px;
}
.about-num li:last-child{
    margin-right: 0px;
}
.about-num li .number{
    font-size: 50px;
    font-weight: bold;
    color: #393939;
    line-height: 50px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-right: 22px;
}
.about-num li .number::after{
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: url(../img/num_add.png) no-repeat center;
    right: 0px;
    top: 0px;
}
.about-num li .num-des{
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    display: block;
}
@media(max-width: 1300px){
    .about-txt{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .about-num li .number{
        font-size: 40px;
        line-height: 40px;
    }
    .about-num li{
        padding-top: 25px;
        padding-bottom: 15px;
    }
}
@media(max-width: 1200px){
    .about-txt{
        font-size: 14px;
    }
    .about-txt p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .about-num li{
        padding-left: 18px;
    }
    .about-num li .number{
        font-size: 36px;
        line-height: 36px;
    }
    .inav-ul li a{
        font-size: 16px;
    }
    .about-des .about-title{
        font-size: 30px;
        line-height: 34px;
    }
    .inav-main h2{
        font-size: 30px;
    }
    .inav-main{
        padding-top: 50px;
    }
}
@media(max-width: 991px){
    .inside-banner .seemore{
        bottom: 60px;
    }
    .inav-main{
        padding: 0px;
        margin-top: 20px;
        height: auto;
        margin-bottom: 40px;
    }
    .inav-main h2{
        font-size: 24px;
        line-height: 50px;
        float: none;
    }
    .inav-ul{
        display: none;
        float: none;
        font-size: 16px;
    }
    .inav-ul li{
        display: block;
        width: 100%;
        border: 1px solid #f1f1f1;
        border-bottom: none;
        height: 48px;
        text-align: center;
    }
    .inav-ul li:last-child{
        border-bottom: 1px solid #f1f1f1;
    }
    .inav-ul li a{
        font-size: 16px;
        line-height: 48px;
    }
    .about-img{
        width: 100%;
        max-width: 740px;
        margin: 0 auto;
    }
    .about-des{
        width: 100%;
    }
    .about-txt p{
        -webkit-line-clamp: 100;
    }
    .about-num li{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
    }
}
@media(max-width: 559px){
    .about-title{
        font-size: 28px;
        line-height: 30px;
    }
    .about-title::after{
        height: 8px;
    }
    .about-num li{
        margin-right: 15px;
        width: 30%;
    }
    .about-num li .number{
        font-size: 30px;
        line-height: 32px;
    }
    .inside-banner .seemore{
        bottom: 20px;
        width: 30px;
        height: 17px;
        background-size: 100% 100%;
    }
}
.ab-brand{
    padding-top: 110px;
    text-align: center;
}
.abrand-info{
    margin-top: 40px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/brand_bg.jpg) no-repeat top center;
}
.abrand-txt{
    max-width: 650px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    margin: 0 auto;
    color: #393939;
}
.abrand-txt strong{
    font-size: 18px;
    font-weight: bold;
}
.abrand-txt h5{
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
}
@media(max-width: 1200px){
    .ab-brand{
        padding-top: 60px;
    }
}
@media(max-width: 991px){
    .ab-brand{
        padding-top: 40px;
    }
    .abrand-txt{
        max-width: auto;
        padding: 0 30px;
        line-height: 30px;
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .abrand-info{
        padding: 30px 0px;
        margin-top: 20px;
    }
    .abrand-txt strong{
        font-size: 16px;
    }
    .abrand-txt h5{
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .abrand-info{
        background-repeat: repeat-y;
    }
}
.abmodule-two{
    padding-top: 110px;
    overflow: hidden;
}
.ablist{
    float: left;
    width: 50%;
}
.ablist li{
    float: left;
    width: 50%;
    margin-bottom: 60px;
    min-height: 78px;
}
.ablist li img{
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
}
.ablist li:hover img{
    transform: rotateY(180deg);
}
.ablist li .abtxt{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 15px;
    width: calc(100% - 80px);
}
.abtxt h3{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px;
}
.abtxt span{
    color: #969696;
}
.ablist-img{
    float: left;
    width: 50%;
}
.ablist-img img{
    display: block;
    width: 100%;
}
@media(max-width: 1400px){
    .ablist li{
        margin-bottom: 40px;
    }
    .ablist li .abtxt{
        padding-left: 10px;
        padding-right: 10px;
    }
    .abtxt span{
        font-size: 14px;
    }
    .abtxt h3{
        margin-bottom: 5px;
    }
}
@media(max-width: 1200px){
    .ablist{
        float: none;
        width: 100%;
    }
    .ablist-img{
        float: none;
        width: 100%;
        max-width: 840px;
        margin: 0 auto;
    }
    .abmodule-two{
        padding-top: 60px;
    }
}
@media(max-width: 599px){
    .ablist li{
        float: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .ablist li img{
        display: block;
        width: 71px;
        height: 71px;
    }
    .ablist li .abtxt{
        display: block;
        max-width: 280px;
        margin-left: 10px;
    }
    .abmodule-two{
        padding-top: 30px;
    }
}
.history{
    margin-bottom: 95px;
    padding-top: 50px;
    position: relative;
    background: url(../img/history_bg.png) no-repeat center bottom 8px;
}
.history::after{
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    background: #eee;
    bottom: 8px;
    z-index: -1;
}
.history-main{
    text-align: center;
    overflow: hidden;
}
.history-list{
    padding-left: 150px;
    position: relative;
    padding-right: 150px;
}
.history-main .about-title{
    margin-bottom: 70px;
}
#owl-history .item{
    width: 100%;
}
.his-left{
    float: left;
    width: 120px;
    position: relative;
}
.his-yuan{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #cbd8d7;
    color: #333;
}
.item-on .his-yuan{
    background: #cbd8d7;
    color: #fff;
}
.his-yuan span{
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.his-yuan strong{
    font-size: 24px;
    font-weight: bold;
}
.his-line{
    height: 216px;
    width: 1px;
    background: #cbd8d7;
    margin-left: 60px;
}
.his-dot{
    width: 25px;
    height: 20px;
    position: relative;
    margin-left: 47.5px;
    background: url(../img/his_dot.png) no-repeat center;
}
.his-dot::after, .his-dot::before{
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    bottom: 9px;
    height: 3px;
    background: #eee;
}
.his-dot::after{
    right: 0px;
}
.his-dot::before{
    left: 0px;
}
.his-txt{
    float: left;
    padding-top: 30px;
    width: calc(100% - 150px);
    padding-left: 15px;
    position: relative;
    line-height: 30px;
    text-align: left;
    margin-left: 15px;
}
.his-txt::after{
    position: absolute;
    width: 6px;
    height: 6px;
    background: url(../img/txt_dot.png) no-repeat center;
    top: 42px;
    left: 0px;
    content: "";
    display: block;
}
#owl-history .item{
    width: 100%;
}
#owl-history .owl-buttons{
    width: 100%;
    height: 114px;
    position: absolute;
    left: 0px;
    top: 25px;
}
#owl-history .owl-buttons div{
    width: 114px;
    height: 114px;
    margin-top: 0px;
    top: 0px;
    position: absolute;
    opacity: 1;
}
#owl-history .owl-buttons .owl-prev{
    left: -150px;
    background: url(../img/his_prev.png) no-repeat center;
    background-color: transparent;
}
#owl-history .owl-buttons .owl-next{
    right: -150px;
    background: url(../img/his_next.png) no-repeat center;
    background-color: transparent;
}
.owl-theme .owl-controls{
    margin-top: 0px;
}
@media(max-width: 991px){
    #owl-history .owl-buttons{
        top: 50%;
        margin-top: -57px;
    }
    .history-main .about-title{
        margin-bottom: 40px;
    }
    .history{
        margin-bottom: 60px;
    }
}
@media(max-width: 767px){
    .his-yuan{
        width: 90px;
        height: 90px;
    }
    .his-yuan span{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .his-yuan strong{
        font-size: 16px;
    }
    .his-line{
        height: 200px;
        margin-left: 45px;
    }
    .his-dot{
        margin-left: 33px;
    }
    .his-left{
        width: 90px;
    }
    .his-txt{
        width: calc(100% - 120px);
    }
    #owl-history .owl-buttons .owl-prev{
        background-size: 100% 100%;
    }
    #owl-history .owl-buttons .owl-next{
        background-size: 100% 100%;
    }
    #owl-history .owl-buttons div{
        width: 80px;
        height: 80px;
    }
    #owl-history .owl-buttons{
        height: 80px;
    }
    .history{
        padding-top: 40px;
    }
    .his-line{
        height: 200px;
        margin-left: 45px;
    }
    .history{
        margin-bottom: 30px;
    }
}
@media(max-width: 599px){
    #owl-history .owl-buttons .owl-prev{
        left: -50px;
    }
    #owl-history .owl-buttons .owl-next{
        right: -50px;
    }
    #owl-history .owl-buttons div{
        width: 50px;
        height: 50px;
    }
    #owl-history .owl-buttons{
        height: 50px;
    }
    .history-list{
        padding-left: 50px;
        padding-right: 50px;
    }
    .history-main .about-title{
        margin-bottom: 30px;
    }
    .history{
        padding-top: 30px;
    }
    .his-yuan{
        width: 65px;
        height: 65px;
        padding-right: 0px;
        padding-left: 10px;
    }
    .his-yuan span{
        font-size: 12px;
    }
    .his-yuan strong{
        font-size: 12px;
    }
    .his-line{
        margin-left: 33px;
        height: 180px;
    }
    .his-dot{
        margin-left: 20px;
    }
    .his-left{
        width: 65px;
    }
    .his-txt{
        width: calc(100% - 95px);
        font-size: 14px;
        line-height: 26px;
        padding-top: 10px;
    }
    .his-txt::after{
        top: 18px;
    }
}
.ab-honor{
    padding-top: 60px;
    background: #f8f8f8;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.abhonor-main{
    text-align: center;
}
.honor-ul{
    margin-top: 60px;
    overflow: hidden;
}
.honor-ul li{
    float: left;
}
.moreload .case-list{
    overflow: hidden;
}
.moreload .moreloadUl{
    display: none;
}
.honor-item{
    display: flex;
    flex-direction: row;
    height: 140px;  
    background: #fff;
    padding-left: 20px;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 462px;
    margin: 0 auto 48px;
}
.honor-img{
    width: 130px;
    margin-right: 20px;
    margin-top: 10px;
}
.honor-img img{
    width: 100%;
    display: block;
}
.honor-txt{
    font-size: 18px;
    color: #393939;
    font-weight: bold;
    max-width: 190px;
    text-align: left;
    line-height: 36px;
    padding-top: 20px;
    padding-right: 15px;
}
.honoradd-more{
    width: 44px;
    display: block;
    height: 43px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(../img/honor_icon.png) no-repeat center;
}
.more-box{
    padding-top: 12px;
    padding-bottom: 60px;
}
.about-wrap5-more{
    display: block;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    background: url(../img/about_add.png) center no-repeat;
}
@media(max-width: 1300px){
    .honor-ul li{
        height: auto;
    }
    .honor-img{
        margin-right: 10px;
    }
    .honor-txt{
        font-size: 16px;
        line-height: 30px;
    }
}
@media(max-width: 991px){
    .honor-item{
        margin-bottom: 20px;
    }
    .more-box{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .ab-honor{
        padding-top: 40px;
    }
}
@media(max-width: 640px){
    .honor-ul{
        margin-top: 30px;
    }
    .ab-honor{
        padding-top: 30px;
    }
}
/* 工厂实拍 */
.factory-camera{
    background: url(../img/factory_bg.jpg) no-repeat top center;
    padding-top: 70px;
    padding-bottom: 75px;
    margin-bottom: 70px;
}
.factory-title{
    position: relative;
    text-align: center;
    margin-bottom: 120px;
}
.factory-title .about-title{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.factory-title .about-title{
    color: #fff;
}
.factory-info{
    width: 50%;
    float: left;
    padding: 40px 100px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
}
.factory-img{
    float: right;
    width: 50%;
    padding-right: 50px;
}
.left-factory-img{
    float: left;
    width: 50%;
}
.left-factory-img img{
    display: block;
    width: 100%;
}
.right-factory-img{
    float: left;
    width: 50%;
    margin-top: 100px;
}
.right-factory-img img{
    display: block;
    width: 100%;
}
.factory-arrow{
    position: absolute;
    width: 136px;
    bottom: 24.2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2222;
}
.factory-arrow .swiper-button-prev, .factory-arrow .swiper-button-next{
    width: 68px;
    height: 68px;
    margin-top: 0px;
    top: auto;
    bottom: 0px;
}
.factory-arrow .swiper-button-prev{
    left: 0px;
    background: #fff url(../img/about_prev.png) no-repeat center;
}
.factory-arrow .swiper-button-next{
    right: 0px;
    background: #fff url(../img/about_next.png) no-repeat center;
}
@media(max-width: 1400px){
    .factory-arrow{
        bottom: 26.2%;
    }
}
@media(max-width: 1300px){
    .factory-info{
        padding-left: 50px;
        padding-right: 70px;
    }
    .factory-arrow{
        bottom: 28.2%;
    }
}
@media(max-width: 1200px){
    .factory-info{
        padding-left: 0px;
        padding-right: 50px;
    }
    .factory-img{
        padding-right: 0px;
    }
    .factory-arrow .swiper-button-prev, .factory-arrow .swiper-button-next{
        width: 60px;
        height: 60px;
    }
    .factory-arrow{
        width: 120px;
        bottom: 30.2%;
    }
}
@media(max-width: 991px){
    .factory-info{
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }
    .factory-title{
        margin-bottom: 80px;
    }
    .factory-img{
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }
    .factory-camera{
        background-repeat: repeat-y;
    }
}
@media(max-width: 767px){
    .factory-camera{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width: 449px){
    .factory-arrow{
        bottom: 32.2%;
    }
    .factory-title{
        margin-bottom: 60px;
    }
}
/* 视频集锦 */
.vedio-series{
    height: 440px;
    background: #f8f8f8;
    padding-top: 45px;
}
.vedio-title{
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}
.vedio-title .about-title{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.vedios-txt{
    text-align: center;
    font-size: 18px;
    color: #393939;
    line-height: 36px;
}
.vedios-list .gallery-top{
    margin-bottom: 50px;
}
.vedios-list{
    max-width: 970px;
    margin: -160px auto 90px;
}
.vedios-list img{
    display: block;
    width: 100%;
}
.vedios-img{
    width: 100%;
    position: relative;
}
.vedios-img:hover .play{
    opacity: 1;
}
.vedios-small-img{
    position: relative;
    max-width: 124px;
}
.vedios-small-img:hover .play{
    opacity: 1;
}
.vedios-small-img .play{
    background-size: 38px 38px;
}
@media(max-width: 1200px){
    .vedios-list{
        padding: 0 100px;
    }
}
@media(max-width: 991px){
    .factory-camera{
        margin-bottom: 40px;
    }
    .vedio-series{
        height: auto;
        padding-bottom: 100px;
    }
    .vedios-list{
        margin-top: -50px;
        padding: 0 50px;
        margin-bottom: 50px;
    }
}
@media(max-width: 599px){
    .vedio-title{
        margin-bottom: 50px;
    }
    .vedio-series{
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .vedios-txt{
        font-size: 16px;
        line-height: 32px;
    }
    .vedios-list .gallery-top{
        margin-bottom: 35px;
    }
    .vedios-list{
        margin-bottom: 35px;
        padding: 0 20px;
    }
    .vedios-img .play{
        background-size: 58px 58px;
    }
}
/* 联系我们 */
.contact-one{
    padding-top: 120px;
    padding-bottom: 100px;
    overflow: hidden;
}
.contact-way{
    width: 50%;
    float: left;
    padding-right: 160px;
    position: relative;
}
.contact-tel{
    margin-top: 40px;
    color: #666;
    margin-bottom: 40px;
}
.contact-tel span{
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}
.contact-tel p{
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
}
.contact-list li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #666;
}
.wecode{
    width: 195px;
    position: absolute;
    right: 160px;
    bottom: 30px;
}
.contact-ditu{
    float: right;
    width: 50%;
}
.contact-ditu img{
    width: 100%;
    display: block;
}
@media(max-width: 1300px){
    .contact-way{
        padding-right: 60px;
    }
    .wecode{
        right: 60px;
    }
    .contact-tel p{
        font-size: 28px;
    }
    .contact-tel{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact-one{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width: 991px){
    .contact-way{
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .contact-one{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-tel span{
        font-size: 18px;
        line-height: 24px;
    }
    .contact-tel{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .contact-tel p{
        font-size: 24px;
        line-height: 36px;
    }
    .contact-ditu{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}
@media(max-width: 599px){
    .wecode{
        display: none;
    }
}
.recruit-box{
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 100px;
    width: 100%;
}
.pos-title{
    position: relative;
    text-align: center;
    margin-bottom: 90px;
}
.pos-title .about-title{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.recruit-ul{
    width: 83%;
    margin: 0 auto;
    background-color: #fff;
}
.recruit-ul li{
    border-bottom: 1px dashed #bcbcbc;
}
.recruit-top{
    height: 68px;
    border-bottom: 1px solid transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-left: 80px;
    padding-right: 120px;
}
.recruit-top h3{
    font-size: 18px;
}
.addrecruit-more{
    width: 34px;
    height: 34px;
    display: block;
    background: url(../img/add_recruit.png) no-repeat center;
}
.recruit-bom{
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 120px;
    display: none;
}
.recruit-txt{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 30px;
    color: #666;
}
.recruit-ul li.recruit-on .addrecruit-more{
    background: url(../img/jian_recruit.png) no-repeat center;
}
.recruit-ul li.recruit-on .recruit-top{
    background: #cbd8d7;
    border-bottom-color: #a8bcba;
}
@media(max-width: 1200px){
    .recruit-top{
        padding-left: 40px;
        padding-right: 50px;
    }
    .recruit-bom{
        padding-left: 40px;
        padding-right: 50px;
    }
    .recruit-box{
        padding-bottom: 60px;
    }
}
@media(max-width: 767px){
    .recruit-top{
        padding-left: 30px;
        padding-right: 30px;
        height: 58px;
    }
    .recruit-bom{
        padding-left: 30px;
        padding-right: 30px;
    }
    .recruit-box{
        padding-bottom: 40px;
    }
    .recruit-txt{
        margin-top: 10px;
    }
    .pos-title{
        margin-bottom: 60px;
    }
    .recruit-ul{
        width: 100%;
    }
}
@media(max-width: 499px){
    .recruit-txt{
        font-size: 14px;
        line-height: 24px;
    }
    .recruit-bom{
        padding: 20px;
    }
}
/* 新闻中心 */
.news-main{
    padding-top: 80px;
}
.news-title{
    margin-bottom: 75px;
}
.news-title li{
    display: inline-block;
    margin-right: 70px;
}
.news-title li a{
    display: inline-block;
    position: relative;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    line-height: 38px;
}
.news-title li a::after{
    transition: all .3s;
    position: absolute;
    display: block;
    content: "";
    background: #cbd8d7;
    width: 100%;
    height: 11px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0;
}
.news-title li.active a::after,
.news-title li:hover a::after{
    opacity: 1;
}
.inews-ul li{
    float: left;
}
.newsmore .case-list li{
    margin-bottom: 50px;
}
.inews-item{
    width: 100%;
}
.inews-img{
    overflow: hidden;
    width: 100%;
}
.inews-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.inews-info{
    width: 100%;
    height: 220px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
}
.inews-info h2{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 32px;
    /*min-height: 64px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.inews-info span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: block;
    margin: 15px 0px 25px;
}
.inews-info a{
    display: block;
    width: 96px;
    height: 30px;
    background: #e8e8e8 url(../img/banner_next.png) no-repeat center;
}
.inews-item:hover .inews-img img{
    transform: scale(1.1);
}
.inews-item:hover .inews-info a{
    background-color: #cbd8d7;
} 
@media(max-width: 1300px){
    .inews-info{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 1200px){
    .inews-info{
        padding-left: 20px;
        padding-right: 20px;
    }
    .inews-info h2{
        font-size: 14px;
        line-height: 28px;
    }
}
@media(max-width: 991px){
    .newsmore .case-list li{
        margin-bottom: 30px;
    }
    .news-main{
        padding-top: 50px;
    }
    .news-title{
        margin-bottom: 45px;
    }
}
@media(max-width: 767px){
    .inews-info{
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .inews-item{
        max-width: 511px;
        margin: 0 auto;
    }
    .inews-ul li{
        width: 100%;
    }
    .inews-info h2{
        min-height: auto;
    }
    .news-title li{
        margin-right: 30px;
    }
    .news-title li a{
        font-size: 24px;
        line-height: 26px;
    }
    .news-main{
        padding-top: 30px;
    }
    .news-title{
        margin-bottom: 30px;
    }
}
.add-newsbox{
    padding-top: 10px;
    padding-bottom: 50px;
}
.add-newsmore{
    width: 57px;
    height: 57px;
    display: block;
    margin: 0 auto;
    background: url(../img/add_news.png) no-repeat center;
}
.newsd-title{
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}
.newsd-cont{
    padding: 0 80px;
}
.newsd-cont h2{
    font-size: 26px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 40px;
}
.newsd-cont p{
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.newsd-cont img{
    text-align: center;
    margin-bottom: 40px;
    max-width: 100%;
}
.newsd-img{
    width: 76%;
    margin: 40px auto;
}
.newsd-img img{
    display: inline-block;
    margin: 0 15px;
    width: 45%;
}
.news-page{
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}
.news-page p{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
}
.news-page p>a:hover{
    color: #cbd8d7;
}
@media(max-width: 1300px){
    .newsd-cont img{
        width: 100%;
    }
    .newsd-img img{
        width: 45%;
    }
}
@media(max-width: 1200px){
    .news-main{
        padding-top: 50px;
    }
}
@media(max-width: 991px){
    .news-main{
        padding-top: 30px;
    }
    .newsd-title{
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .newsd-cont h2{
        margin-bottom: 30px;
        font-size: 20px;
    }
    .newsd-cont img{
        margin-bottom: 20px;
    }
    .newsd-img{
        width: 100%;
        margin: 20px auto;
    }
    .newsd-img img{
        width: 42%;
        margin: 0 5px;
    }
    .news-page{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .newsd-cont{
        padding: 0px;
    }
}
/* 招商加盟 */
.jm-tj{
    padding-top: 60px;
}
.jm-title{
    margin-bottom: 60px;
    text-align: center;
}
.jm-title h2{
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
}
.jmtj-main{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 110px;
    text-align: center;
    background: url(../img/jm_tj_bg.jpg) no-repeat top center;
}
.jmtj-main h3{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    position: relative;
    line-height: 26px;
    padding-bottom: 28px;
    margin-bottom: 60px;
}
.jmtj-main h3::after{
    position: absolute;
    display: block;
    content: "";
    width: 29px;
    height: 3px;
    background: #fff;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.jmtj-ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.jmtj-ul li{
    width: 33.333333%;
    text-align: center;
}
.jmtj-ul li img{
    transition: all .5s ease;
}
.jmtj-ul li:hover img{
    transform: rotate(45deg);
}
.jmtj-ul li p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 32px;
}
@media(max-width: 1200px){
    .jmtj-main{
        padding-top: 50px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .jm-tj{
        padding-top: 40px;
    }
    .jm-title{
        margin-bottom: 40px;
    }
    .jmtj-main{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .jmtj-main h3{
        margin-bottom: 40px;
    }
}
@media(max-width: 767px){
    .jmtj-ul{
        flex-wrap: wrap;
    }
    .jmtj-ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .jmtj-ul li p{
        font-size: 16px;
        margin-top: 20px;
    }
    .jmtj-main{
        background-repeat: repeat-y;
        padding-bottom: 20px;
    }
    .jm-title h2{
        font-size: 24px;
    }
    .jm-tj{
        padding-top: 30px;
    }
    .jm-title{
        margin-bottom: 30px;
    }
}
.jm-title-other{
    padding-top: 75px;
}
.jm-title-other h2{
    margin-bottom: 16px;
}
.jm-title-other span{
    font-size: 16px;
    color: #666;
}
.jmzc-ul{
    padding-bottom: 55px;
    border-bottom: 1px solid #eee;
}
.jmzc-ul li{
    float: left;
    text-align: center;
    position: relative;
}
.jmzc-ul li p{
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin-top: 30px;
    padding: 0 20px;
}
.jmzc-ul li img{
    transition: all .5s ease;
}
.jmzc-ul li:hover img{
    transform: rotateY(180deg);
}
.jmzc-ul li::after{
    height: 80px;
    width: 1px;
    background: #dadada;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    display: block;
}
.jmzc-ul li:last-child::after{
    background: #fff;
}
@media(max-width: 1200px){
    .jmzc-ul li p{
        line-height: 28px;
    }
}
@media(max-width: 991px){
    .jmzc-ul li p{
        min-height: 84px;
    }
    .jm-title-other{
        padding-top: 45px;
    }
    .jmzc-ul li:nth-child(2)::after{
        background: #fff;
    }
    .jmzc-ul{
        padding-bottom: 30px;
    }
}
@media(max-width: 767px){
    .jmzc-ul li {
        margin-bottom: 20px;
    }
    .jmzc-ul li p{
        min-height: auto;
        padding: 0px;
        margin-top: 20px;
    }
    .jmzc-ul{
        padding-bottom: 20px;
    }
    .jmzc-ul li::after{
        display: none;
    }
    .jm-title-other h2{
        margin-bottom: 10px;
    }
    .jm-title-other{
        padding-top: 30px;
    }
}
.jm-xx{
    margin-bottom: 60px;
}
.jm-swiper{
    padding-bottom: 40px;
}
.jm-swiper .swiper-slide img{
    display: block;
    width: 100%;
}
.jm-page .swiper-pagination{
    width: 100%;
    height: 12px;
    bottom: 8px;
}
.jm-page .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #c7a676;
    opacity: 1;
    background: #fff;
    margin: 0 6px;
}
.jm-page .swiper-pagination-bullet-active{
    background: #c7a676;
}
@media(max-width: 767px){
    .jm-xx{
        margin-bottom: 30px;
    }
}
/* 加盟申请 */
.jm-apply{
    background: #f7f7f7;
    padding-top: 40px;
}
.jm-apply .jm-title{
    margin-bottom: 40px;
}
.jm-form{
    width: 58%;
    margin: 0 auto;
}
.jmform{
    margin-bottom: 25px;
}
.jmform-one .jmform-item{
    width: 50%;
}
.jmform-item{
    padding: 0 23px;
    float: left;
}
.jmform span{
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.jmform input{
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e7e7e7;
    padding-left: 18px;
    font-size: 14px;
    color: #aaa;
    outline: none;
}
.jmform-two .jmform-item{
    width: 33.333333%;
}
.jmform-two span{
    padding-left: 30px;
}
.jmform-select{
    width: 33.33333%;
    float: left;
    padding: 0 23px;
}
.jmform-select select{
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e7e7e7;
    padding-left: 18px;
    font-size: 14px;
    color: #aaa;
    outline: none;
    background: #fff url(../img/select_down.png) no-repeat right 18px center;
}
.jmform-three{
    width: 100%;
    padding: 0 23px;
}
.jmform textarea{
    min-height: 170px;
    line-height: 24px;
    border: 1px solid #e7e7e7;
    padding: 18px;
    width: 100%;
    resize: none;
    color: #aaa;
    appearance: none;
    outline: none;
}
.jm-yanzheng{
    width: 100%;
    padding: 0 23px;
    height: 48px;
    margin-bottom: 110px;
}
.jm-yanzheng input{
    border: 1px solid #e7e7e7;
    display: inline-block;
    line-height: 48px;
    padding-left: 18px;
    width: 164px;
    color: #aaa;
    font-size: 14px;
    margin-right: 25px;
    vertical-align: middle;
    outline: none;
}
.jm-yanzheng img{
    display: inline-block;
    height: 36px;
    vertical-align: middle;
}
.jm-yanzheng button{
    width: 125px;
    height: 38px;
    border-radius: 19px;
    background: #c3a06d;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-left: 60px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-size: 16px;
}
@media(max-width: 1300px){
    .jm-form{
        width: 74%;
    }
}
@media(max-width: 991px){
    .jm-form{
        width: 100%;
    }
    .jm-yanzheng{
        margin-bottom: 50px;
    }
}
@media(max-width: 640px){
    .jm-apply .jm-title{
        margin-bottom: 20px;
    }
    .jm-yanzheng{
        margin-bottom: 50px;
        height: auto;
        padding: 0px;
    }
    .jmform-one .jmform-item{
        width: 100%;
        margin-bottom: 20px;
        padding: 0px;
    }
    .jmform-two span{
        padding-left: 0px;
    }
    .jmform-one .jmform-item:last-child{
        margin-bottom: 0px;
    }
    .jmform-select{
        width: 100%;
        margin-bottom: 20px;
        padding: 0px;
    }
    .jmform-three{
        padding: 0px;
    }
    .jmform-two .jmform-select:last-child{
        margin-bottom: 0px;
    }
    .jm-yanzheng button{
        display: block;
        margin-left: 0px;
        margin-top: 20px;
    }
    .jm-apply{
        padding-top: 30px;
    }
    .jm-yanzheng input{
        margin-right: 15px;
    }
}
/* 产品系列 */
.pro-main{
    padding-top: 108px;
    width: 100%;
    overflow: hidden;
}
.pro-main .list-group{
    width: 50%;
    padding-right: 90px;
    margin-bottom: 80px;
}
.pro-main .list-group:nth-child(2n){
    padding-left: 90px;
    padding-right: 0px;
}
.pro-main .list-group .list-group-item{
    border: none;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}
.pro-main .list-group .list-group-item img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.waterfall-txt{
    float: left;
    width: calc(100% - 158px);
}
.waterfall-txt h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 25px;
    z-index: 1;
}
.waterfall-txt h2::after{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: #cbd8d7;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.waterfall-txt span{
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 24px;
}
.look-more{
    width: 158px;
    height: 52px;
    background: #cbd8d7;
    padding-left: 26px;
    padding-right: 20px;
    line-height: 52px;
    float: right;
    border-radius: 26px;
    margin-top: 40px;
}
.look-more a{
    width: 100%;
    display: block;
    background: url(../img/pro_arrow.png) no-repeat right center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.pro-main .list-group .list-group-item:hover img{
    transform: scale(1.1);
}
#scrollTop{
    position: fixed;
    width: 80px;
    height: 80px;
    background: #15181a;
    right: 20px;
    bottom: 30%;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}
.list-group-item:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
@media(max-width: 1300px){
    .pro-main .list-group{
        padding-right: 40px;
    }
    .pro-main .list-group:nth-child(2n){
        padding-left: 40px;
    }
}
@media(max-width: 1200px){
    .pro-main{
        padding-top: 60px;
    }
    .pro-main .list-group{
        margin-bottom: 40px;
    }
}
@media(max-width: 991px){
    .pro-main .list-group{
        padding: 0px;
        width: 100%;
    }
    .pro-main .list-group:nth-child(2n){
        padding-left: 0px;
    }
}
@media(max-width: 599px){
    .pro-main{
        padding-top: 30px;
    }
    .pro-main .list-group{
        margin-bottom: 6px;
    }
    .waterfall-txt h2{
        font-size: 20px;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .waterfall-txt span{
        font-size: 16px;
        display:none;
    }
  .look-more {
    margin-top: 14px;
    width: 146px;
    height: 30px;
    line-height: 30px;
}
}
.pros-main{
    padding-top: 66px;
    overflow: hidden;
}
.pros-title{
    margin-bottom: 90px;
}
.pros-title .about-title{
    float: left;
    margin-top: 15px;
}
.pros-sou{
    float: right;
}
.pros-sou .sou-txt{
    float: left;
    width: 360px;
    border: 1px solid #e8e8e8;
    border-right: none;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: bold;
    color: #d8d8d8;
    font-style: italic;
    padding-left: 35px;
    outline: none;
}
.pros-sou .sou-btn{
    width: 79px;
    height: 70px;
    background: #cbd8d7 url(../img/pro_sou.png) no-repeat center;
    float: left;
    border: none;
}
.pros-one{
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
}
.pros-one-img{
    width: 44%;
    overflow: hidden;
}
.pros-one-img img{
    display: block;
    width: 100%;
}
.pros-one-info{
    width: 56%;
    background: #f5f5f5;
    padding-left: 110px;
    padding-right: 60px;
    padding-top: 50px;
}
.pros-one-info h2{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}
.color-list {
    margin-bottom: 30px;
}
.color-list li{
    width: 29px;
    height: 29px;
    margin-right: 7px;
    float: left;
}
.color-list li:first-child{
    background: #77a0b5;
}
.color-list li:nth-child(2){
    background: #631d1b;
}
.color-list li:nth-child(3){
    background: #c9bfac;
}
.pros-one-txt h4{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: bold;
}
.pros-one-ms{
    font-size: 18px;
    color: #666;
    line-height: 34px;
    max-height: 200px;
    overflow-y: auto;
    overflow: hidden;
    text-align: justify;
}
.mCSB_inside > .mCSB_container{
    margin-right: 40px;
}
@media(max-width: 1400px){
    .pros-title{
        margin-bottom: 60px;
    }
    .pros-one-info{
        padding-left: 90px;
    }
    .pros-one-ms{
        max-height: 170px;
    }
}
@media(max-width: 1200px){
    .pros-one-info{
        padding-left: 40px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .pros-one-ms{
        max-height: 150px;
        font-size: 16px;
        line-height: 30px;
    }
    .pros-one-info h2{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .color-list{
        margin-bottom: 18px;
    }
    .pros-one{
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .pros-one{
        display: block;
    }
    .pros-one-img{
        width: 100%;
        margin: 0 auto 20px;
    }
    .pros-one-info{
        width: 100%;
        padding-bottom: 30px;
    }
    .pros-main{
        padding-top: 40px;
    }
    .pros-sou .sou-txt{
        width: 240px;
        height: 48px;
        line-height: 48px;
        padding-left: 15px;
    }
    .pros-sou .sou-btn{
        width: 58px;
        height: 48px;
    }
    .pros-title .about-title{
        margin-top: 0px;
    }
    .pros-title{
        margin-bottom: 40px;
    }
    .pros-one{
        margin-bottom: 30px;
    }
}
@media(max-width: 559px){
    .pros-title .about-title{
        float: none;
    }
    .pros-sou{
        float: none;
        margin-top: 15px;
    }
    .pros-main{
        padding-top: 30px;
    }
    .pros-title{
        margin-bottom: 30px;
    }
    .pros-one-info{
        padding-left: 30px;
    }
}
@media(max-width: 449px){
    .pros-one-ms{
        font-size: 14px;
        line-height: 24px;
    }
    .mCSB_inside > .mCSB_container{
        margin-right: 30px;
    }
    .pros-one-txt h4{
        margin-bottom: 10px;
    }
}
.pros-list h2{
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 38px;
    letter-spacing: 3px;
    margin-bottom: 35px;
}
.pros-item{
    width: 100%;
    max-width: 500px;
    margin-bottom: 80px;
}
.pros-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pros-img img{
    display: block;
    width: 100%;
}
.pros-mask{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    opacity: 0;
}
.pros-mask img{
    width: 48px;
    height: 50px;
}
.pros-mask p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
.pros-info{
    width: 100%;
    padding-top: 35px;
}
.pros-info p{
    float: left;
    width: calc(100% - 24px);
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.pros-info span{
    display: block;
    float: right;
    width: 21px;
    height: 11px;
    background: url(../img/pros_arrow.png) no-repeat center;
    margin-top: 5px;
    margin-right: 3px;
    transition: all .3s;
}
.pros-item:hover .pros-mask{
    opacity: 1;
}
@media(max-width: 1300px){
    .pros-item{
        margin: 0 auto 50px;
    }
}
@media(max-width: 991px){
    .pros-list h2{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .pros-info{
        padding-top: 20px;
    }
    .pros-info p{
        font-size: 16px;
    }
    .pros-item{
        margin-bottom: 30px;
    }
    .pros-mask p{
        font-size: 16px;
    }
}
/* 产品列表 */
.pro-header{
    border-bottom: 1px solid #e0e0e0;
}
.productsd-cont{
    padding-top: 70px;
    padding-bottom: 20px;
    text-align: center;
}
.productsd-cont h2{
    font-size: 36px;
    line-height: 38px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    z-index: 1;
    margin-bottom: 60px;
}
.productsd-cont h2::after{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: #cbd8d7;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
@media(max-width: 991px){
    .productsd-cont{
        padding-top: 40px;
    }
    .productsd-cont h2{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}
@media(max-width: 449px){
    .productsd-cont{
        padding-top: 30px;
    }
    .productsd-cont h2{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}





/*弹出框*/
.protip{
    display: none;
}
.protipmask{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    z-index: 6666;
}
.protip-box .swiper-button-prev{
    left: -70px;
}
.protip-box .swiper-button-next{
    right: -70px;
}
.protip-box{
    position:fixed;
    width: calc(100% - 480px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 6666666;
}
.protip-swiperimg img{
    width: 80%;
}
.protip-swiperimg h4{
    position: fixed;
    bottom: 0;
    margin-left: 10%;
    width: 80%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, .6);
    z-index: 66;
}
.dc-nav-ewm{
    display: none;
    position: absolute;
    top: -120px;
    left: 47px;
}
.dc-ewm:hover .dc-nav-ewm{
    display: block;
}
@media(max-width:1400px){
    .protip-box{
        width: calc(100% - 600px);
    }
}
@media(max-width:1200px){
    .protip-box{
        width: calc(100% - 400px);
    }
    .protip-swiperimg img{
        width: 100%;
    }
    .protip-swiperimg h4{
        margin-left: 0;
        width: 100%;
    }
}
@media(max-width:991px){
    .protip-box{
        width: calc(100% - 200px);
    }
}
@media(max-width:600px){
    .protip-box{
        width: calc(100% - 100px);
    }
    .protip-swiperimg h4{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .protip-box .swiper-button-prev {
        left: -40px;
    }
    .protip-box .swiper-button-next {
        right: -40px;
    }
}
.jm-yanzheng input[type="button"] ,.jm-yanzheng input[type="submit"]{
    width: 125px;
    height: 38px;
    border-radius: 19px;
    background: #c3a06d;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-left: 30px;
    padding:0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-size: 16px;
}

    .dcmi{
        display: none;
    }
    .inside-banner .dcmi
    {
        display: none;
        }
    @media (max-width: 768px){
        .dcpc{
            display: none;
        }
        .inside-banner .dcpc
        {
             display: none;
            }
        .dcmi{
            display: block;
        }
          .inside-banner .dcmi
    {
        display: block;
        }
    }
    
    #cnzz_stat_icon_1279386749 img{width: 53px;}




    .dy-ewm img{
        width: 100%;
    }
    .dy-ewm{
        position: relative;
    }
    
    .zsjm img {
    display: block;
    width: 100%;

.dcsj {
    display: none;
}
 @media (max-width: 991px) {
    .dcsj {
        display: block;
    }
    .dcdn {
        display: none;
    }
}