
/** 重置a标签元素 **/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
}

/*page*/
#inside-pagination li a{
    display: inline-block;
    width:33px;
    height:33px;
    line-height: 33px;
    text-align: center;
    color:#666;
    font-size:18px;
    font-weight:bold;
    margin:12px;
}
#inside-pagination li.active a,
#inside-pagination li a.active{
    background: #f5a500;
    color:#fff;
}
#inside-pagination li:first-child a,
#inside-pagination li:last-child a{
    width:50px;
    height:50px;
    color:#fff;
    background: #e5e5e5;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-top:2px;
    font-family: '宋体';
    font-weight: bold;
}
#inside-pagination li:first-child a:hover,
#inside-pagination li:last-child a:hover{
    background: #b2b2b2;
}

/* bread */
ul,ol,dl,li{
    list-style: none;
    margin:0;
    padding:0;
}

.bread-box{
    padding-top:20px;
    padding-bottom: 20px;
    color:#999;
    line-height: 20px;
    border-bottom: 1px solid #eee;
}
.bread-left{
    display: inline-block;
}
.bread-right{
    float:right;
}
.bread-right li{
    display: inline-block;
    float:left;
    margin-right:60px;
    position: relative;
}
.bread-right li::after{
    display: none;
    content:'';
    width:100%;
    height:3px;
    background: #f5a500;
    position: absolute;
    bottom:-20px;
    left:0;
}
.bread-right li.active::after,
.bread-right li:hover::after{
    display: block;
}
.bread-right li.active a,
.bread-right li:hover a{
    color:#f5a500;
}

/* list-case */
.content-bg{
    background-color: #f8f8f8;
    padding:3% 0;
}
.case-list-box li{
    background-color: rgb(49, 37, 37);
    margin-bottom: 20px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-list-box li>div{
    width:50%;
    background-color: #fff;
}
.case-list-box li>div.text-box{
    display:flex;
    align-items:center;
    padding:0 5%;
}
.case-list-box li>div.text-box h2{
    font-size:22px;
    color:#333;
    font-weight: bolder;
}
.case-list-box li>div.text-box div{
    font-size:16px;
    color:#666;margin:5% 0 8% 0;
}
.case-list-box li>div.text-box p{
    font-size:14px;
    color:#999;
    line-height: 20px;
}
.case-list-box li:nth-child(2n){
    flex-direction:row-reverse;
}
.case-list-box li>div.text-box a:hover h2{
    color:#ffa501
}

/* list-product */
.pro-list-box{
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-list-box li{
    background: #fff;
    width:33%;
    margin:10px 0;
    transition: all 0.6s;
}
.pro-list-box li:hover{
    margin:0 0 20px;
}
.pro-list-box li .img-box{
    /*position: relative;*/
    /*overflow: hidden;*/
    border:1px solid #eee;
}
.pro-list-box li .img-box img{
    width: 100%;
}
.pro-list-box li .img-box a{
    display: block;
    width:100%;
    height:100%;
}
.pro-list-box li .img-box a img:last-child{
    /*position: absolute;*/
    /*top:0;*/
    /*bottom:-1000px;*/
    /*left: 0;*/
    /*right:0;*/
    margin:auto;
    transition: all 0.5s;
}
.pro-list-box li .img-box:hover a img:last-child{
    bottom:0;
    z-index: 999;
}
/*.pro-list-box li .img-box::after{*/
/*    display: none;*/
/*    content:'';*/
/*    width:100%;*/
/*    height:100%;*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    background: #000;*/
/*    opacity: 0.3;*/
/*}*/
/*.pro-list-box li .img-box:hover::after{*/
/*    display: block;*/
/*}*/
.pro-list-box li .text-box{
    padding:5% 5% 8%;
}
.pro-list-box li .text-box h2{
    font-size:18px;
    color:#333;
    font-weight: bolder;
}
.pro-list-box li .text-box p{
    font-size:16px;
    color:#666;
    margin:20px 0;
}
.pro-list-box li .text-box div{
    font-size:14px;
    color:#999;
    width:80%;
    margin:auto;
    border-radius: 20px;
    background: #f8f8f8;
    line-height: 20px;
    padding:10px 0;
}
.pro-list-box li .text-box h2:hover{
    color:#f5a500;
}

/* about */
.about-box .title-box{
    margin:5% auto;
}
.about-box .video-box{
    position: relative;
}
.about-box .video-box>img.video-bg{
    width: 100%;
    height:auto;
}
.about-box .video-box .num-box{
    position: absolute;
    left:0;
    right:0;
    top:40%;
    margin:auto;
    text-align: center;
    color:#fff;
}
.about-box .video-box .num-box span{
    font-size:18px;
    margin:0 56px;
}
.about-box .video-box .num-box span b{
    font-size:50px;
    font-weight:bold;
}
.about-box .video-box .num-box img{
    margin-bottom: 4.5%;
    cursor: pointer;
}
.licen-box .title-box,
.yuanjin-box .title-box{
    text-align: center;
}
.licen-box .title-box h1,
.yuanjin-box .title-box h1{
    font-size: 40px;
    font-weight: bolder;
    color:#333;
}
.licen-box .title-box p,
.yuanjin-box .title-box p{
    font-size: 16px;
    color:#666;
}
.licen-list-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}
.licen-list-box .list-left{
    width:12%;
    display: flex;
    justify-content: space-evenly;
    flex-direction:column;
    background-image: url(../images/list-left.png);
    background-repeat: no-repeat;
    background-size:15px auto;
    background-position: 50px top;
}
.licen-list-box .list-left li{
    font-size:16px;
    color:#333;
    cursor: pointer;
}
.licen-list-box .list-left li.active{
    font-weight: bolder;
    font-size:18px;
    position: relative;
}
.licen-list-box .list-left li.active::after{
    display: block;
    content:'';
    width:20px;
    height:20px;
    position: absolute;
    left:48px;
    top:2px;
    background:url('../images/list-left-active.png')
}
.licen-list-box .list-right{
    width:87%;
}
.licen-list-box .list-right li{
    display: none;
}
.licen-list-box .list-right li.active{
    display: block;
}
.licen-list-box .list-right .text-box h1{
    font-size:60px;
    color:#333;
    margin-bottom: 20px;
}
.yuanjin-box{
    background-color:#f8f8f8;
    padding:0 0 4%;
}
.yuanjin-box .text-box>div:first-child{
    padding-right: 5%;
}
.yuanjin-box .text-box p{
    font-size:24px;
    color:#333;
    line-height: 30px;
}
.yuanjin-box .text-box div{
    font-size:18px;
    color:#666;
}

/* contact */
.lianxi-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lianxi-box li{
    width:33%;
    background:#fff;
    padding:20px;
    color:#000;
    font-size:18px;
}
.lianxi-box li .col-xs-2{
    padding-right: 0;
}
.lianxi-box li p{
    color:#666;
}
.map-box p{
    font-size:18px;
    color:#000;
    margin-bottom: 20px;
    line-height: 30px;
}
.map-box p span{
    font-size:26px;
    color:#666;
    font-weight: bolder;
}
.map-box{
    margin:5% auto;
}
.form-box p{
    margin-top: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #999;
}
.form-box>p {
    font-size:18px;
    color:#000;
    margin-bottom: 20px;
    line-height: 30px;
}
.form-box>p span{
    font-size:26px;
    color:#666;
    font-weight: bolder;
}
.form-box input{
    width:100%;
    height:80px;
    border:1px solid #eee;
    background-color:#fff;
    padding-left: 20px;
}
.form-box textarea{
    width:100%;
    height:160px;
    border:1px solid #eee;
    background-color:#fff;
    padding:10px 20px;
}
.form-box button{
    width:150px;
    height:50px;
    border-radius: 25px;
    border: none;
    outline: none;
    margin:10px;
}
.form-box button[type=button]{
    color:#fff;
    background:#ffa501;
}
.form-box button[type=reset]{
    background:#d9d9d9;
    color:#666;
}

/* rczp */
.rczp-head>h1{
    font-size:36px;
    color:#333;
    text-align: center;
    line-height: 50px;
    margin:8% auto;
}
.rczp-head .head-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rczp-head .head-list li{
    width:33.33333%;
}
.rczp-head .head-list li>div{
    min-height: 300px;
}
.rczp-head .head-list li .img-box{
    overflow: hidden;
    border-radius: 100px 100px 0 0;
}
.rczp-head .head-list li:nth-child(2) .img-box{
    border-radius: 0 0 100px 100px;
}
.rczp-head .head-list li .img-box img{
    width:100%;
    height:auto;
}
.rczp-head .head-list li .text-box{
    padding:10%;
}
.rczp-head .head-list li .text-box h3{
    font-size:24px;
    color:#000;
    font-weight: bolder;
}
.rczp-head .head-list li .text-box p{
    font-size:14px;
    color:#666;
}
.rczp-box .video-box{
    position: relative;
    margin-top:5%;
}
.rczp-box .video-box .con-box{
    position: absolute;
    top:25%;
    left:0;
    right:0;
    margin:auto;
    text-align: center;
    color:#fff;
}
.rczp-box .video-box .con-box h1{
    font-size:40px;
}
.rczp-box .video-box .con-box p{
    font-size:16px;
    margin:20px 0 40px;
}
.rczp-box .video-box .con-box img{
    cursor: pointer;
}
.join-box{
    background: #f8f8f8;
    padding:3% 0 5%;
}
.join-box .title-box{
    text-align: center;
    color:#333;
    margin-bottom: 5%;
}
.join-box .title-box h1{
    font-size:40px;
    margin-bottom: 20px;
}
.join-box .title-box p{
    font-size:16px;
}
.join-box .title-box p span{
    color:#f5a500;
}
.join-box .tab-box ul li>p {
    padding:25px 35px;
    background: #eeeeee;
    color:#333;
    font-size:20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;

}
.join-box .tab-box ul li>p.active{
    background: #f5a500;
    color:#fff;
}
.join-box .tab-box ul li>p span{
    float:right;
    margin-right:10%;
}
.join-box .tab-box ul li>p b{
    position: absolute;
    right:3%;
    top:25px;
}
.join-box .tab-box ul li>div.con-box{
    padding:35px;
    background: #fff;
    display: none;
    font-size:16px;
    color:#666;
}
.join-box .tab-box ul li>div.con-box h5{
    color:#333;
    font-weight: bolder;
}
.join-box .tab-box ul li>div.con-box a{
    display: block;
    width:120px;
    height:40px;
    color:#fff;
    background: #f5a500;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-top:30px;
}

/* download */
.download-box{
    background: #f8f8f8;
    padding-bottom: 5%;
}
.pro-download>h1{
    font-size:26px;
    color:#333;
    margin:3% 0;
}
.pro-download ul li{
    background: #fff;
    padding:30px;
    color:#333;
    font-size:20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.pro-download ul li>div{
    float:right;
    font-size:16px;
    color:#999;
    line-height: 20px;
}
.pro-download ul li>div a{
    display: inline-block;
    width:150px;
    height:50px;
    border: 1px solid #ccc;
    line-height: 50px;
    text-align: center;
    margin-top:-10px;
}
.pro-download ul li:hover{
    color:#f5a500;
}
.pro-download ul li:hover>div a{
    background: #f5a500;
    border:1px solid #f5a500;
    color:#fff;
}
.pro-download ul li>div img{
    margin-top:4px;
}
.pro-download ul li>div a img{
    display: none;
    margin-top:13px;
}
.pro-download ul li>div a img:first-child{
    display: inline-block;
}
.pro-download ul li:hover>div a img:first-child{
    display: none;
}
.pro-download ul li:hover>div a img:last-child{
    display: inline-block;
}


/* news-list */
.news-box{
    background: #f8f8f8;
    padding:2% 0;
}
.news-box .list-head{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-box .list-head a{
    display: block;
    width:100%;
}
.news-box .list-head a img{
    width:100%;
    height:auto;
}
.news-box .list-head .head-left{
    width:66.3%;
    position: relative;
}
.news-box .list-head .head-right{
    width:32.5%;
}
.news-box .list-head .head-right a{
    position: relative;
    margin-bottom: 2.8%;
}
.news-box .list-head .text-box{
    position: absolute;
    bottom:0;
    left:0;
    padding:30px;
    color:#fff;
}
.news-box .news-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-box .news-list li{
    width: 32.5%;
    margin-bottom: 1.5%;
    background: #fff;
}
.news-box .news-list li .img-box img{
    width:100%;
    height:auto;
}
.news-box .news-list li .text-box{
    padding:6%;
}
.news-box .news-list li .text-box h4{
    font-size:20px;
    color:#333;
    font-weight: bolder;
}
.news-box .news-list li .text-box h4:hover{
    color:#f5a500;
}
.news-box .news-list li .text-box div{
    font-size:16px;
    color:#666;
    margin:20px 0;
}
.news-box .news-list li .text-box p{
    font-size:14px;
    color:#999;
    line-height: 20px;
}

/* show */
.show-box{
    background: #f8f8f8;
    padding:2% 0;
}
.new-show{
    background: #fff;
    padding:3%;
}
.new-show .title-box{
    text-align: center;
}
.new-show .title-box h1{
    font-size:30px;
    color:#333;
}
.new-show .title-box p{
    font-size:14px;
    color:#999;
    line-height: 20px;
}
.new-show .con-box{
    margin:5% 0;
    font-size:16px;
    color:#666;
}
.new-show .share-box{
    margin-bottom: 20px;
}
.new-show .prev-next a{
    display: block;
    font-weight: bolder;
    font-size:16px;
    color:#333;
    margin-bottom: 10px;
}
.new-show .prev-next a span{
    font-family: '宋体';
    font-weight: bolder;
}
.new-show .prev-next a:hover{
    color: #f5a500;
}
.show-about-box>h2{
    margin:3% auto 2%;
}
.show-about-box ul li:nth-child(3),
.show-about-box ul li:nth-child(5),
.show-about-box ul li:nth-child(7){
    clear:both;
}
.show-about-box ul li .row{
    display: flex;
    justify-content: space-between;
    padding:15px;
    flex-wrap: wrap;
}
.show-about-box ul li .img-box{
    width:40%;
}
.show-about-box ul li .img-box img{
    width:100%;
    height:auto;
}
.show-about-box ul li .text-box{
    width:60%;
    background: #fff;
    display: flex;
    align-items: center;
    padding:0 5%;
}
.show-about-box ul li .text-box h4{
    font-size:18px;
    color:#333;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: bolder;
}
.show-about-box ul li .text-box p{
    font-size:14px;
    color:#999;
    line-height: 20px;
}
.show-about-box ul li .text-box h4:hover{
    color:#f5a500;
}

/* list-honor */
.honor-bg{
    padding:3% 0;
    background: #f8f8f8 url('../images/list-honor.png')top/cover no-repeat;;
}
.honor-title{
    text-align: center;
    color:#222;
}
.honor-title h1{
    font-size:34px;
    font-weight:bolder;
}
.honor-title h1 span{
    color:#f5a500;
}
.honor-title p{
    font-size:26px;
}
.list-honor{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-honor li{
    width:18%;
    margin: 5% auto 3%;
    text-align: center;
}
.list-honor li img{
    width:100%;
    height:auto;
}
.list-honor p{
    font-size:18px;
    color:#333;
    margin:20px 0;
}

/* show-product */
.show-product{
    background: #f8f8f8;
}
.show-product .pro-head{
    padding-top:3%;
    padding-bottom: 3%;
}
.show-product .pro-head .head-left{
    position: relative;
}
.show-product .pro-head .head-left .big-img{
    margin-bottom:15px;
    position: relative;
}
.show-product .pro-head .head-left #videobtn{
    display: none;
}
.show-product .pro-head .head-left .first #videobtn{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index:999;
    cursor:pointer;
    display: block;
}
.show-product .pro-head .head-left .big-img iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
}
.show-product .pro-head .head-left .big-img iframe.active{
    display: block;
}
.show-product .pro-head .head-left .proimg-swiper{
    width:82%;
}
.show-product .pro-head .head-left .proimg-btn{
    position: absolute;
    bottom:0;
    width:6%;
    height:115px;
    line-height: 115px;
    font-size:26px;
    text-align: center;
    background: #e8e8e8;
    font-family: '宋体';
    cursor: pointer;
    color:#999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}
.show-product .pro-head .head-left .proimg-prev{
    left:15px;
    transform: rotate(180deg);
}
.show-product .pro-head .head-left .proimg-next{
    right:15px;
}
.show-product .pro-head .head-left .proimg-btn:hover{
    background: #f5a500;
    color:#fff;
}
.show-product .pro-head .head-left .zoom{display:inline-block;}
.show-product .pro-head .head-left .zoom:after{content:'';display:block;width:33px;height:33px;position:absolute;top:0;right:0;}
.show-product .pro-head .head-left .zoom img{display:block;}
.show-product .pro-head .head-left .zoom img::selection{background-color:transparent;}
.show-product .proimg-swiper .swiper-slide{
    background: #ffa501;
}
.show-product .proimg-swiper img.active{
    opacity:0.5; filter: alpha(opacity=60);
}
.show-product .pro-head .head-left{
    width:46%;
}
.show-product .pro-head .head-right{
    width:52%;
    float:right;
}
.show-product .pro-head .head-right h1{
    font-size:35px;
    color:#333;
    font-weight: bolder;
}
.show-product .pro-head .head-right p{
    color:#ef9b29;
    font-size:16px;
    line-height: 20px;
    margin:5% 0 3%;
}
.show-product .pro-head .head-right .remark-box{
    margin-bottom: 8%;
    font-size:16px;
    color:#999;
}
.show-product .pro-head .head-right ul li{
    width:50%;
    float:left;
    font-size:16px;
    color:#666;
    line-height: 20px;
    margin-bottom: 15px;
}
.show-product .pro-head .head-right .share-box{
    margin: 8% 0;
}
.show-product .con-box{
    background: #fff;
    padding-bottom: 5%;;
}
.show-product .con-box .tab-box{
    border-bottom: 1px solid #eee;
    margin:3% 0 5%;
}
.show-product .con-box .tab-box span{
    display: inline-block;
    margin-right: 40px;
    font-size:20px;
    color:#333;
    font-weight: bolder;
    cursor: pointer;
    padding-bottom: 20px;
}
.show-product .con-box .tab-box span.active{
    color:#f5a500;
    border-bottom: 3px solid #f5a500;
}
.show-product .con-box .list-box{
    overflow: hidden;
}
.show-product .con-box .list-box>div{
    width:25%;
    float:left;
    text-align: center;
}
.show-product .con-box .list-box>div img{
    width:100%;
    height:auto;
}
.show-product .con-box .list-box>div h5{
    font-size:20px;
    color:#333;
}
.show-product .con-box .list-box>div p{
    font-size:14px;
    color:#666;
}
.show-product .con-box .content-box>div{
    display: none;
}
.show-product .con-box .content-box>div.active{
    display: block;
}
.show-product .con-box .content-box {
    font-size:16px;
    color:#333;
}
.show-product .about-pro{
    padding-bottom: 3%;
}
.show-product .about-pro h1{
    font-size:26px;
    color:#333;
    font-weight: bolder;
    margin:3% 0;
}
.show-product .about-pro .aboutpro-swiper a{
    display: block;
    width:100%;
    height:100%;
}
.show-product .about-pro .aboutpro-swiper .img-box img{
    width:100%;
    height:auto;
}
.show-product .about-pro .aboutpro-swiper .text-box{
    padding:5% 8%;
    background: #fff;
    text-align: center;
}
.show-product .about-pro .aboutpro-swiper .text-box h2{
    font-size:18px;
    color:#333;
    font-weight: bolder;
    line-height: 26px;
}
.show-product .about-pro .aboutpro-swiper .text-box p{
    font-size:16px;
    color:#999;
    margin:20px 0;
}
.show-product .about-pro .aboutpro-swiper .text-box div{
    width:90%;
    padding:10px;
    border-radius: 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
    line-height: 20px;
}
.show-product .about-pro .aboutpro-swiper a:hover .text-box h2{
    color:#f5a500;
}
.show-product .about-pro .container{
    position: relative;
}
.show-product .about-pro .container>span{
    font-family: '宋体';
    font-weight: bolder;
    font-size:22px;
    color:#fff;
    background: #dfdfdf;
    position: absolute;
    top:50px;
    display: inline-block;
    width:50px;
    height:50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 50%;

}
.show-product .about-pro .container>span.about-prev{
    right:90px;
}
.show-product .about-pro .container>span.about-next{
    right:20px;
}
.show-product .about-pro .container>span:hover{
    background: #adadad;
}
.proimg-page{
        display: none;
}





@media screen and (max-width: 768px){
	.case-list-box li>div{
        width:100%;
    }
    .lianxi-box li{
        width:100%;
        margin-bottom: 10px;
    }
    .show-product .pro-head .head-left{
        width:100%;
    }
    .show-product .pro-head .head-right{
        width:100%;
    }
    .show-product .pro-head .head-left .proimg-btn{
        display: none;
    }
    .show-product .pro-head .head-right h1{
        font-size:24px;
    }
    .bread-right li {
        width:50%;
        margin-right: 0px;
        margin-top: 10px;
    }
    .bread-right li.active::after, .bread-right li:hover::after{
        display: none;
    }
    .about-box .video-box .num-box div:first-child img{
        width:40px;
    }
    .about-box .video-box .num-box div:last-child{
        display: none;
    }
    .licen-list-box .list-right{
        width:80%;
    }
    .licen-list-box .list-right .text-box h1{
        font-size:40px;
    }
    .yuanjin-box .text-box>div:first-child{
        margin-bottom: 20px;
    }
    .pro-download ul li>div{
        float:none;
        line-height: 30px;
    }
    .pro-download ul li>div a{
        margin-top:20px;
    }
    .honor-title h1 {
        font-size: 26px;
    }
    .honor-title p{
        font-size:16px;
    }
    .list-honor li{
        width:44%;
    }
    .news-box .list-head .head-left,
    .news-box .list-head .head-right{
        width:100%;
    }
    .news-box .list-head .head-left .text-box>div{
        display: none;
    }
    .news-box .list-head .head-left{
        margin-bottom: 10px;
    }
    .news-box .news-list li,
    .pro-list-box li{
        width:100%;
    }
    .rczp-head>h1 {
        font-size:26px;
    }
    .rczp-head .head-list li{
        width:100%;
    }
    .rczp-box .video-box .con-box h1,
    .rczp-box .video-box .con-box p{
        display: none;
    }
    .rczp-box .video-box .con-box img{
        width:50px;
    }
    .join-box .tab-box ul li>p span{
        float: none;
        display: block;
        margin-top: 10px;
    }
    .join-box .tab-box ul li{
        margin-bottom: 20px;
    }
    .show-about-box ul li .img-box,
    .show-about-box ul li .text-box{
        width:100%;
    }
    .show-product .about-pro .container>span{
        display: none;
    }
    .show-product .con-box .list-box>div{
        width:100%;
        margin-bottom: 20px;
    }
    .bread-right{
        float:none;
    }
    .rczp-head .head-list li>div {
        min-height: 0;
    }
    .rczp-head .head-list li .text-box {
        padding: 3%;
    }
    .rczp-head .head-list li .img-box img{
        margin-bottom: 20px;
    }
    .show-product .pro-head .head-left .big-img{
        display: none;
    }
    .show-product .proimg-swiper img.active{
        opacity: 1;
    }
    .show-product .pro-head .head-left .proimg-swiper{
        width:100%;
    }
    .proimg-page{
        display: block;
        text-align: right;
        padding-right: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #ef9b29;
    }
}

