.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    right: 20px;
    width: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    left: 75%;
}

.swiper-container {
    display: none;
}

.info_top {
    display: none;
    height: 40px;
    width: 100%;
    background: #eee;
    position: fixed;
    top: 0;
    z-index: 99;
    opacity: 0;
    transition: all .5s;
}

#info_top_title {
    height: 40px;
    width: 100%;
    background: rgb(208, 24, 25);
    line-height: 40px;
    padding-left: 5%;
    color: #fff;
    display: none;
    box-sizing: border-box;
}

.info_top ul {
    display: flex;
}

.info_top li {
    justify-content: center;
    line-height: 40px;
    box-sizing: border-box;
    height: 35px;
}

.info_top li.active {
    border-bottom: 2px solid orangered;
}

.info_top li.active a {
    color: orangered;
}

.content span {
    font-family: '微软雅黑' !important;
}

.pro_top_tit {
    margin: 0 0.8rem;
    color: #ff5000;
}

.pro_top_tit .left {
    float: left;
    margin-top: 1.2rem;
    margin-bottom: 1rem
}

.pro_top_tit .left h1 {
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #000;
}

.pro_top_tit .left h1:after {
    content: '';
    width: 6rem;
    height: 0.3rem;
    background: #FDBF3D;
    display: block;
    margin-top: -0.5rem;
}

.pro_top_tit .left em {
    display: block;
    color: #999;
    line-height: 1.2;
    font-size: 1rem;
    font-style: normal;
}

.wxts {
    background: #FFF7EE;
    width: 95%;
    margin: 0 auto;
    padding: 0.2rem 0.6rem;
    overflow: hidden;
    border-radius: 0 25px 25px 0;
    color: #BD644F
}

.wxts b {
    border-radius: 1.0667rem;
    background: -webkit-linear-gradient(left, #FFDFBB, #FFF7EE);
    border: 1px solid #FFDFBB;
    padding: 0.1rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 1rem;
    color: #8a572b;
    font-weight: 500;
    text-align: center;
}

.pro_top {
    width: 100%;
    padding: 0 3% 3%;
    overflow: hidden;
    z-index: 999;
    margin-top: 1rem;
}

.pro_top p {
    font-size: 1.2rem;
    color: #444;
    padding: 0.3rem 0
}

.pro_top p strong {
    font-weight: 500;
    margin-right: 0.2rem;
    color: #333;
}

.pro_tel {
    background: url(../images/pro_tel.png) no-repeat 0.2rem 0.4rem;
    background-size: 30px 30px;
    background-size: 2rem auto;
    text-indent: 2rem;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    color: #222;
    padding: 0 0.8rem 0.8rem;
}

.pro_tel span {
    margin-left: 0.5rem;
    color: #FB3C2D;
    font-weight: bold;
    font-size: 1.7rem;
    margin-top: 0.2rem;
    display: block;
}

.pro_tel a {
    color: #eb0001
}

.pro_con_bg {
    display: none !important;
}

.wap_wenzi {
    width: 100%;
    background-color: red;
    height: 3rem;
    line-height: 3rem;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 20px;
    display: none;
}

.wap_wenzi .sanjiao {
    display: block;
    width: 0;
    height: 0;
    border-width: .7rem;
    border-style: solid;
    border-color: #ff0000 transparent transparent transparent;
    position: absolute;
    bottom: -1.4rem;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:760px) {
    .swiper-container {
        display: block;
    }
    .jdbigdiv {
        display: none;
    }
    .head {
        display: none;
    }
    .ban {
        display: none;
    }
    .info_top {
        display: block;
    }
    .pro_con_bg {
        display: block !important;
    }
    #wenzi h1 {
        display: none !important;
    }
    #wenzi p {
        display: none !important;
    }
    #wenzi .bnt {
        display: none !important;
    }
    #info_top_title {
        display: block;
    }
    .wap_wenzi {
        display: block;
    }
}