/* 清除样式 */
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{ margin:0; padding:0;}

button,input,select,textarea{ outline:0;}

textarea{ resize:none;}

ul,li{ list-style:none;}

img{ outline:0; border:none; display: block;}

button,input[type=button],input[type=reset],input[type=submit]{ -webkit-appearance:none; }

input{ border-radius: 0px; outline: none; box-shadow:none; -webkit-appearance: none;}

a{ color: #333333; text-decoration:none;transition: all .3s;}

a:hover{ text-decoration:none;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block; margin: 0; padding: 0;}

body{position: relative; font-size: 12px; font-family: "微软雅黑"; min-width: 320px; color: #333333; background: #fff;position:relative;}
*{box-sizing: border-box;transition: all linear .25s;}

.all{
    width:100%;
    background:#fff;
    position: relative;
}
@media all and (max-width: 750px) {
    .zzc{
        display:none;
        position: fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,.5);
        z-index:990;
        transition: none;
    }
}
.all_w{
    width:1200px;
    margin:0 auto;
}
.all_w1{
    width:1200px;
    margin:0 auto;
}
@media all and (max-width: 1200px) {
    .all_w{
        width:100%;
        margin:0 auto;
    }
    .all_w1{
        width:95%;
        margin:0 auto;
    }
}
.header{
    width:100%;
}
.header .header_fixed{
    width:100%;
}
.header_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #e3e4e5;
}
.header_top .wrap{
    display:flex;
    justify-content:space-between;
}
.header_top .fist_page{
    display:flex;
    justify-content:flex-start;
    align-items: center;
}
.header_top .fist_page i{
    display:block;
    width:17px;
    height:17px;
    background:url("../images/icon1.png")no-repeat center center;
    background-size: 100% 100%;
    margin-right:5px;
}
.header_top .fist_page a{
    color:#999;
    font-size:12px;
}
.header_top .fist_page a:hover{
    color:#f30213;
}
.header_top .right{
    display:flex;
    justify-content: flex-start;
    color:#999;
    font-size: 12px;
}
.header_top .right a{
    color:#999;
    font-size: 12px;
    display: block;
    margin:0 8px;
}
.header_top .right a:hover{
    color: #f30213;
}
.header_mid{
    width:100%;
}
.header_mid .wrap{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:15px 0;
}
.header_mid .wrap .logo{
    width:150px;
}
.header_mid .wrap .logo img{
    width:100%;
}
.header_mid .wrap .search{
    width:40%;
    margin-top:5px;
}
.header_mid .wrap .search form{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.header_mid .wrap .search form input:nth-child(1){
    display:block;
    width:82%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color:#999;
    font-size:12px;
    height:36px;
    line-height: 36px;
    padding-left:40px;
    border:2px solid #ff8000;
    border-right:0;
    outline: none;
    border-bottom-left-radius:5px; 
    border-top-left-radius:5px; 
    background:url("../images/search.png")no-repeat 15px center;
    background-size: 16px 16px;
}
.header_mid .wrap .search form input:nth-child(2){
    display:block;
    width:18%;
    height: 36px;
    line-height: 36px;
    background: #ff8000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    border:none;
    border-bottom-right-radius:5px; 
    border-top-right-radius:5px; 
}
.header_mid .wrap .search .list{
    width:100%;
    margin-top:5px;
}
.header_mid .wrap .search .list a{
    display:inline-block;
    margin-right:10px;
    line-height: 25px;
    color:#999;
    font-size:12px;
}
.header_mid .wrap .caid{
    width:50px;
    height:50px;
}
.cd_btn{
    display:none;
    width:50px;
    height:50px;
    background:url("../img/menu.png")no-repeat center center;
    background-size:30px 30px;
}
@media all and (max-width:750px) {
    .cd_btn{
        display:block;
        width:40px;
        height:40px;
        background:url("../images/menu.png")no-repeat center center;
        background-size:25px 25px;
        transition: all linear .3s;
    }
    .cd_btn1{
        background:url("../images/menu-1.png")no-repeat center center;
        background-size:25px 25px;
        transition: all linear .3s;
    }
}

.header_bottom{
    width:100%;
}
.header_bottom .wrap{
    display:flex;
    justify-content: flex-start;
}
.header_bottom .more_fl{
    padding: 0 0 0 40px;
    font-size: 14px;
    color:#fff;
    background: #ff8000;
    width:17%;
    position: relative;
    line-height: 40px;
    background-image: url("../images/fenlei.png");
    background-repeat: no-repeat;
    background-position: 7% center;
    background-size:18px 18px;
    border-top-left-radius:11px; 
    border-top-right-radius:11px; 
}
.header_bottom .more_fl>.fenl_list{
    position: absolute;
    top:100%;
    left:0;
    width:100%;
    background-color: rgba(203, 33, 64, .85);
    z-index:100;
    transition: none;
}
.header_bottom .more_fl>.fenl_list .item{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.header_bottom .more_fl>.fenl_list .item .tit{
    width:30%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display:flex;
    justify-content: space-between;
    line-height: 14px;
    text-align: center;
    background: #cb2140;
    padding:5px 0;
}
.header_bottom .more_fl>.fenl_list .item:hover .tit{
    background:#eee;
}
.header_bottom .more_fl>.fenl_list .item .tit a{
    display:block;
    width:100%;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    line-height: 25px;
}
.header_bottom .more_fl>.fenl_list .item:hover .tit a{
    color:#333
}
.header_bottom .more_fl>.fenl_list .item .tit i{
    display: block;
    font-style: normal;
    font-size: 14px;
    color:#fff;
    font-family: SimSun;
    transition: none;
}
.header_bottom .more_fl>.fenl_list .item .tit .i1{
    display:none;
}
.header_bottom .more_fl>.fenl_list .item .content{
    width:70%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    padding:5px 10px;
}
.header_bottom .more_fl>.fenl_list .item:hover .content{
    background:#fff;
}
.header_bottom .more_fl>.fenl_list .item .content>li{
    display:block;
    width:33%;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.header_bottom .more_fl>.fenl_list .item .content a{
    font-size: 12px;
    color:#fff;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.header_bottom .more_fl>.fenl_list .item:hover .content a{
    color:#333
}
.header_bottom .more_fl>.fenl_list .item .content a i{
    width: 9px;
    height: 11px;
    line-height: 11px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -6px;
    background: url("../images/icon-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.header_bottom .more_fl>.fenl_list .item .ab_r{
    display:none;
    position:absolute;
    left:100%;
    top:0;
    height:100%;
    transition: none;
}
.header_bottom .more_fl>.fenl_list .item .ab_right{
    border: 2px solid #cb2140;
    z-index:100;
    background:#fff;
    display:flex;
    justify-content: space-between;
    height:100%;
    overflow: hidden;
    border-left: none;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left{
    margin-right:30px;
    width:220px;
    padding:10px 18px;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left .list{
    border-bottom: 1px dotted #9a9a9a;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left .list>.tit{
    color: #010101;
    font: 700 14px/14px "Microsoft Yahei",Hiragino Sans GB;
    padding: 15px 0 7px;
    white-space: nowrap;    
    background:#fff;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left .list>.tit a{
    color: #010101;
    font: 700 14px/14px "Microsoft Yahei",Hiragino Sans GB;
    text-align: left;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left .list>.tit a:hover{
    color:#cb2140;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left .list>ul{
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left .list>ul li{
    width:33%;
    white-space: nowrap;
    line-height: 25px;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left .list>ul li>a{
    color:#999;
    font-size: 12px;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .left .list>ul li>a:hover{
    color:#cb2140;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .right{
    width:150px;
    padding:10px 18px;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .right .pinp{
    width:100%;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .right .pinp .tit{
    color: #010101;
    font: 700 14px/14px "Microsoft Yahei",Hiragino Sans GB;
    padding: 15px 0 7px;
    white-space: nowrap;
    background:#fff;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .right .pinp .pinp_pic{
    width:100%;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .right .pinp .pinp_pic a{
    display:block;
    width:100%;
    border:2px solid #eaeaea;
    margin-top:10px;
    padding:5px 0;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .right .pinp .pinp_pic a:hover{
    border:2px solid #cb2140;
}
.header_bottom .more_fl>.fenl_list .item .ab_right .right .pinp .pinp_pic a img{
    width:80px;
    margin:0 auto;
}
.header_bottom .nav{
    display:flex;
    justify-content: flex-start;
}
.header_bottom .nav li{
    width:100%;
    position: relative;
}
.header_bottom .nav li a{
    padding:0 22px;
    line-height:33px;
    color:#333333;
    font-size: 14px;
    white-space: nowrap;
    font-weight: bold;
}
.header_bottom .nav li a:hover{
    color:#ff8000;
}
.header_bottom .nav li a i{
    display:block;
    position: absolute;
    right:0;
    top:0;
    width:16px;
    height:18px;
    background:url("../images/552d2a4aN842168a1.png")no-repeat center center;
    background-size:100% 100%;
}
@media all and (max-width: 1000px) {
    .header_bottom .more_fl{
        display:none;
    }
    .header_mid .wrap .search{
        
    }
    .header_mid .wrap .search .list{
        display:none;
    }
}
@media all and (max-width:750px) {
    .header{
        height:60px;
    }
    .header_fixed{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index:9999;
    }
    .header_mid .wrap .caid{
        width:40px;
        height:40px;
    }
    .header_top{
        display:none;
    }
    .header_mid .wrap .search{
        display:none;
    }
    .header_mid .wrap .logo{
        width:100px;
    }
    .header_mid .wrap{
     align-items: center;   
     padding:10px 0;
    }
    .header_mid{
        box-shadow: 0 3px 6px 3px rgba(0,0,0,.2);
        background:#fff;
    }
    .header_bottom{
        position: fixed;
        left:-250px;
        top:60px;
        width:250px;
        height:100%;
        z-index:9999;
        padding:20px 0;
        background:#fff;
        transition: all ease .25s;
    }
    .header_bottom1{
        position: fixed;
        left:0;
        top:60px;
        width:250px;
        height:100%;
        box-shadow: 0 3px 6px 3px rgba(0,0,0,.2);
        z-index:9999;
        padding:20px 0;
        background:#fff;
        transition: all ease .25s;
    }
    .header_bottom .nav{
        width:100%;
        display:block;
        height:100%;
    }
    .header_bottom .nav li a{
        position: relative;
        font-size: 16px;
        line-height: 45px;
    }
    .header_bottom .nav li a i{
        top:-5px;
    }
}

.bode{
    width:100%;
}
.banner{
    width:100%;
    position: relative;
  }
  .banner .item{
    position: relative;
  }
  .banner .owl-carousel .owl-item .img{
    overflow: hidden;
  }
  .banner .owl-carousel .owl-item .img img{
    display: block;
    width:100%;
  }
  
    @media only screen and (max-width: 750px){
    .banner .owl-carousel .owl-item .img img {
        width:200%;
        margin-left:-50%;
        max-width: initial;
    }
  }
  /* 分页器 */
  .owl-theme .owl-controls {
    bottom:15px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    background: #000;
    opacity: .4;
  }
  @media only screen and (max-width:480px){
    .owl-theme .owl-controls {
      bottom:5px;
    }
  }
  /* .owl-theme .owl-dots .owl-dot span:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -2px;
  } */
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#E74E3F;
    opacity: 1;
  }
  /* .details .owl-theme .owl-dots .owl-dot span:after {
  background: #be9a78
  } */
  .details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
    
  }
  .owl-theme .owl-dots .owl-dot.active span{
    background:#E74E3F;
    width:25px;
    border-radius: 33px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    background: #fff;
    opacity: 1;
}
  /* 左右 */
  .banner_cur {
  
  }
  @media only screen and (max-width: 750px){
    .banner_cur {
        display:none;
    }
  }
  .banner_cur .prev{
    cursor: pointer;
    display: block;
    width: 50px;
    height:50px;
    border-radius:100%;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    opacity: 0;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-25px;
    z-index:100;
    /* background-color:#f75b5b; */
    transition: all ease .25s;
  }
  .banner_cur span.next{
    cursor: pointer;
    display: block;
    width: 50px;
    height:50px;
    border-radius:100%;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    opacity: 0;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-25px;
    z-index:100
  }
  .banner:hover .banner_cur .prev{
    left:30px;
    opacity: 1;
  }
  .banner:hover .banner_cur span.next{
    right:30px;
    opacity: 1;
  }
  .banner .banner_cur .prev:hover{
    background-color:#f75b5b;
  }
  .banner .banner_cur span.next:hover{
    background-color:#f75b5b;
  }

.bode1{
    width:100%;
    margin-top:30px;
}
#tit{
    width:100%;
    border-left:3px solid #e02444;
    padding-left:15px;
}
#tit h3{
    color:#333;
    font-size: 24px;
    line-height: 36px;
}
#tit h3 em{
    padding-left:15px;
    color: #bbb;
    font: 24px/36px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
    font-style: normal;
}
@media only screen and (max-width: 480px){
    #tit h3{
        color:#333;
        font-size: 20px;
        line-height: 36px;
    }
    #tit h3 em{
        padding-left:15px;
        color: #bbb;
        font: 20px/36px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
        font-style: normal;
    }
}
.bode1 .content{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:15px;
}
.bode1 .content .left{
    width:32.5%;
    border: 1px solid #eee;
}
.bode1 .content .left:hover{
    border: 1px solid #333;
}
.bode1 .content .left .img{
    width:100%;
    position: relative;
}
.bode1 .content .left .img .title{
    width:130px;
    position: absolute;
    top:0;
    left:30px;
    z-index: 10;
}
.bode1 .content .left .img .title .title1{
    padding:10px;
    width:100%;
    background:url("../images/bode1.png")no-repeat center center;
    background-size:cover;
    text-align: center;
}
.bode1 .content .left .img .title .title1 em{
    display:block;
    font-size: 14px;
    font-weight: bold;
}
.bode1 .content .left .img .title .title1 h3{
    color:#fff;
    font-size: 18px;
}
.bode1 .content .left .img .title .title2{
    padding:10px;
    background:#fff;
    width:100%;
    text-align: center;
}
.bode1 .content .left .img .title .title2 h3{
    color:#333;
    font-size: 18px;
}
.bode1 .content .left .img .title .title2 p{
    font-size: 14px;
    font-size: 14px;
}
.bode1 .content .left .img img{
    width:100%;
}
.bode1 .content .left .text{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:15px;
}
.bode1 .content .left .text img{
    width:25%;
    height:100%;
}
.bode1 .content .left .text span{
    display:block;
    position: relative;
}
.bode1 .content .left .text span i{
    display:block;
    width:1px;
    height:60px;
    background:#333;
}
.bode1 .content .left .text span em{
    position: absolute;
    top: 50%;
    margin-top:-2px;
    left: 1px;
    width: 0;
    height: 0;
    border: 4px solid #fff;
    border-left-color: #222;
}
.bode1 .content .left .text p{
    width:65%;
    color:#666;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bode1 .content .right{
    width:66.6666%;
}
.bode1 .content .right ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode1 .content .right ul li{
    width:49.5%;
    border:1px solid #eee;
}
.bode1 .content .right ul li:hover{
    border:1px solid #333;
}
.bode1 .content .right ul li:nth-child(n+3){
    margin-top:10px;
}
.bode1 .content .right ul li a{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: center;
    width:100%;
}
.bode1 .content .right ul li a .text{
    width:50%;
}
.bode1 .content .right ul li a .text img{
    width:50%;
    margin:0 auto;
}
.bode1 .content .right ul li a .text h4{
    color: #333;
    font: bold 18px/36px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bode1 .content .right ul li a .text p{
    line-height: 30px;
    width:80px;
    margin:0 auto;
    color:#fff;
    font-size: 14px;
    background:#000;
    text-align: center;
    margin-top:10px;
}
.bode1 .content .right ul li:hover a .text p{
    background: #e02444;
}
.bode1 .content .right ul li a .img{
    width:50%;
}
.bode1 .content .right ul li a .img img{
    width:100%;
}

@media only screen and (max-width: 750px){
    .bode1 .content .left{
        width:100%;
        border: 1px solid #eee;
    }
    .bode1 .content .right{
        width:100%;
    }
}
@media only screen and (max-width: 480px){
    .bode1 .content .right ul li{
        width:100%;
        border:1px solid #eee;
        margin-top:10px;
    }
}

.bode2{
    width:100%;
    margin-top:30px;
}
.bode2 .content{
    width:100%;
    margin-top:15px;
}
.bode2 .content ul{
    width:100%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.bode2 .content ul li{
    width:19.5%;
    position: relative;
}
.bode2 .content ul li a{
    display: block;
}
.bode2 .content ul li a .img{
    width:100%;
}
.bode2 .content ul li a .img img{
    width:100%;
    height:320px;
}
.bode2 .content ul li a .sm_img{
    position: absolute;
    width:100%;
    bottom:15px;
    left:0;
    z-index:5;
}
.bode2 .content ul li a .sm_img dd{
    width:80%;
    margin:0 auto;
    background:#fff;
    padding:10px 0;
}
.bode2 .content ul li a .sm_img dd img{
    width:50%;
    margin:0 auto;
}
.bode2 .content ul li a .text{
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    z-index:10;
}
.bode2 .content ul li:hover a .text{
    opacity: 1;
}
.bode2 .content ul li a .text>div{
    position: absolute;
    width:100%;
    top:50%;
    margin-top:-25px;
    left:0;
    text-align:center;

}
.bode2 .content ul li a .text>div p{
    width:100%;
    color:#fff;
    font-size: 12px;
    line-height: 25px;
}
@media only screen and (max-width: 750px){
    .bode2 .content ul li{
        width:49%;
        position: relative;
    }
    .bode2 .content ul li:nth-child(n+3){
        margin-top:10px;
    }
}

.bode3{
    width:100%;
}
.bode3 .wrap{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:30px;
}
.bode3 .wrap .left{
    width:19%;
    border:1px solid #eee;
    padding:10px;
}
.bode3 .wrap .left .tit{
    width:100%;
    margin-top:20px;
    border-left:3px solid rgb(150, 207, 240);
    padding-left:11px;
}
.bode3 .wrap .left .tit h3{
    font: 36px/40px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
    font-weight: normal;
}
.bode3 .wrap .left .tit h4{
    margin-top: 5px;
    font: 26px/30px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
    letter-spacing: -2px;
    overflow: hidden;
    font-weight: normal;
}
.bode3 .wrap .left .nav{
    padding:15px 0;
}
.bode3 .wrap .left .nav a{
    padding:0 10px;
    color:#333;
    font-size: 12px;
    line-height: 25px;
}
.bode3 .wrap .left .nav a:hover{
    color:#e02444;
}
.bode3 .wrap .left .nav a:nth-child(n+2){
    border-left:1px solid #ddd;
}
.bode3 .wrap .left .img{
    width:100%;
    position: relative;
}
.bode3 .wrap .left .img a{
    display:block;
    width:100%;
}
.bode3 .wrap .left .img img{
    width:100%;
}
.bode3 .wrap .left .img a:after{
    content:"";
    display:block;
    opacity: 0;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10;
    background:rgba(255,255,255,.3);
    transition: all linear .25s;
}
.bode3 .wrap .left .img a:hover:after{
    opacity: 1;
}
.bode3 .wrap .right{
    width:80%;
}
.bode3 .wrap .right .pinp_box{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode3 .wrap .right .pinp_box li{
    width:24.2%;
    border:1px solid #eee;
    position: relative;
}
.bode3 .wrap .right .pinp_box li:hover{
    border:1px solid #333;
}
.bode3 .wrap .right .pinp_box li a{
    display:block;
    width:100%;
}
.bode3 .wrap .right .pinp_box li a .img{
    width:100%;
}
.bode3 .wrap .right .pinp_box li a .img:after{
    content:"";
    display:block;
    width:100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10;
    background:rgba(255,255,255,.3);
    transition: all linear .25s;
}
.bode3 .wrap .right .pinp_box li:hover a .img:after{
    opacity: 1;
}
.bode3 .wrap .right .pinp_box li a .img img{
    width:100%;
    height:300px;
}
.bode3 .wrap .right .pinp_box li a .text{
    width:100%;
    padding-left:18px;
    line-height: 40px;
}
.bode3 .wrap .right .pinp_box li a .text p{
    color:#666;
    font-size: 12px;
}
.bode3 .wrap .right .cp_box{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode3 .wrap .right .cp_box li{
    width:24.2%;
    border:1px solid #eee;
    margin-top:10px;
}
.bode3 .wrap .right .cp_box li:hover{
    border:1px solid #333;
}
.bode3 .wrap .right .cp_box li a{
    display:block;
    width:100%;
}
.bode3 .wrap .right .cp_box li a img{
    width:100%;
    height:160px;
}
.bode3 .wrap .right .cp_box li a p{
    line-height: 25px;
    color:#666;
    font-size: 12px;
    text-align: center;
    padding:0 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (max-width: 750px){
    .bode3 .wrap .left{
        width:100%;
    }
    .bode3 .wrap .right{
        width:100%;
        margin-top:10px;
    }
    .bode3 .wrap .right .pinp_box li{
        width:49.2%;
        border:1px solid #eee;
        position: relative;
    }
    .bode3 .wrap .right .pinp_box li:nth-child(n+3){
        margin-top:10px;
    }
    .bode3 .wrap .right .cp_box li{
        width:49.2%;
        border:1px solid #eee;
        margin-top:10px;
    }
}


.bode4{
    width:100%;
    margin-top:30px;
}
.bode4 .tit{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: center;
}
.bode4 .tit .line{
    width:45%;
    height: 10px;
    background: url("../images/line.png")no-repeat center center;
    background-size: cover;
}
.bode4 .tit h5{
    color:#333;
    font-size: 18px;
}
.bode4 .content{
    width:100%;
    border-top:none;
    margin-top:20px;
}
.bode4 .content ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode4 .content ul li{
    width:16.666%;
    padding: 0 18px 18px;
}
.bode4 .content ul li h6{
    display: block;
    padding: 30px 0 28px;
    width:100%;
    text-align: center;
}
.bode4 .content ul li h6 a{
    color: #333;
    font-size: 14px;
    line-height: 16px;
}
.bode4 .content ul li h6 a:hover{
    color:#3166ae;
}
.bode4 .content ul li .img{
    width:80px;
    height:80px;
    border-radius:100%;
    border: solid 2px #f2f2f2;
    margin:0 auto;
}
.bode4 .content ul li .img:hover{
    border: solid 2px #3166ae;
}
.bode4 .content ul li .img a{
    display:block;
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
}
.bode4 .content ul li .img a img{
    width:55px;
    height:55px;
    margin:0 auto;
    border-radius: 100%;
}
.bode4 .content ul li .list{
    width:100%;
    margin-top:10px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode4 .content ul li .list a{
    display:block;
    width:48%;
    text-align: center;
    color:#3166ae;
    font-size: 12px;
    line-height: 20px;
}
@media all and (max-width: 750px) {
    .bode4 .tit .line{
        width:40%;
    }
    .bode4 .content ul li{
        width:33.333%;
        padding: 0 18px 18px;
    }
    .bode4 .content ul li:nth-child(4){
        border-left:none;
    }
}
@media all and (max-width: 480px) {
    .bode4 .content ul li{
        width:50%;
        padding: 0 18px 18px;
    }
    .bode4 .content ul li:nth-child(2n-1){
        border-left:none;
    }
    .bode4 .tit .line{
        width:35%;
    }
}

.footer{
    width:100%;
    margin-top:50px;
}
.footer_link{
    width:100%;
    display:flex;
    justify-content: flex-start;
    line-height: 25px;
    padding:30px 0;
    border-top:1px solid #eaeaea;
}
.footer_link p{
    color:#333;
    font-size: 14px;
    white-space: nowrap;
    font-weight: bold;
}
.footer_link .links{

}
.footer_link .links a{
    padding:0 5px;
    color:#999;
    font-size: 14px;
    white-space: nowrap;
}
.footer_link .links a:hover{
    color:#e02444;
}
.footer_promise{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:20px 0;
    border-top:1px solid #eaeaea;
}
.footer_promise .items{
    width:20%;
    display:flex;
    justify-content: flex-start;
}
.footer_promise .items .img{
    width:48px;
}
.footer_promise .items .img img{
    width:100%;
}
.footer_promise .items .text{
    margin-left:10px;
}
.footer_promise .items .text a{
    line-height: 25px;
    color:#333;
    font-size: 14px;
    font-weight: bold;
}
.footer_promise .items .text a:hover{
    color:#ff8000;
}
.footer_promise .items .text p{
    color:#333;
    font-size: 12px;
}
.footer_nav{
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:30px 0;
    border-top:1px solid #eaeaea;
    color:#ddd;
    font-size: 14px;
    line-height: 25px;
}
.footer_nav a{
    font-size: 14px;
    color:#333;
    padding:0 10px
}
.footer_nav a:hover{
    color:#ff8000;
}
.footer_bottom{
    width:100%;
}
.footer_bottom p{
    color:#666;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}
.footer_img{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:10px 0;
}
.footer_img img{
    margin:0 10px;
}
@media all and (max-width: 750px) {
    .footer_promise{
        display:none;
    }
    .footer_link{
        padding:15px 0;
        flex-wrap:wrap;
    }
    .footer_nav{
        padding:15px 0;
    }
    .footer_link p{
        width:100%;
    }
    .footer_img{
        display:none;
    }
    .footer_bottom{
        width:100%;
        padding-bottom:10px;
    }
}





/* 产品列表 */
.product_list{
    width:100%;
}
.product_lei{
    width:100%;
    border-top: 1px solid #DDD;
    position: relative;
}
.product_lei .fenlei{
    width:100%;
    border-bottom: 1px solid #DDD;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.product_lei .fenlei .tit{
    width:8%;
    padding-left: 10px;
}
.product_lei .fenlei .tit h6{
    line-height: 34px;
    color:#666;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}
.product_lei .fenlei .content{
    width:92%;
    padding:0 10px;
    line-height: 34px;
    display:flex;
    justify-content: space-between;
}
.product_lei .fenlei .content .list{
    width:85%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.product_lei .fenlei .content .list>a{
    display:block;
    width:14.2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
}
.product_lei .fenlei .content .list>a:nth-child(n+15){
    display:none;
    transition: none;
}
.product_lei .fenlei .content .list>a:hover{
    color:#f30213;
}
.product_lei .fenlei .content .more{
    border:1px solid #ddd;
    line-height: 23px;
    height:23px;
    padding:0 5px;
    padding-right:25px;
    margin-top:5px;
    position: relative;
    cursor: pointer;
}
.product_lei .fenlei .content .more:hover{
    border:1px solid #f30213;
}
.product_lei .fenlei .content .more a{
    display:block;
    color:#666;
    font-size: 12px;
    transition: none;
}
.product_lei .fenlei .content .more:hover a{
    color:#f30213;
}
.product_lei .fenlei .content .more i{
    position: absolute;
    top: 1px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background:url("../images/search.ele.png")no-repeat;
    background-position: 4px 7px;

}
.product_lei .fenlei .content .more:hover i{
    background-position: 4px -11px;
}
.product_lei .fenlei .content .more .i1{
    background-position: 4px -27px;
}
.product_lei .fenlei .content .more:hover .i1{
    background-position: 4px -45px;

}
.product_lei .color .content .list a{
    display:block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    margin:8px 5px 6px;
}
.product_lei .color .content .list .black{
    border-color: #333;
    background-color: #333;
}
.product_lei .color .content .list .gray{
    border-color: #bbb;
    background-color: #bbb;
}
.product_lei .color .content .list .white{
    border-color: #ddd;
    background-color: #fff;
}
.product_lei .color .content .list .pink{
    border-color: #FFD8D8;
    background-color: #FFD8D8;
}
.product_lei .color .content .list .red{
    border-color: red;
    background-color: red;
}
.product_lei .color .content .list .blue{
    border-color: #2A8CFA;
    background-color: #2A8CFA;
}
.product_lei .color .content .list .green{
    border-color: #17BC32;
    background-color: #17BC32;
}
.product_lei .color .content .list .yellow{
    border-color: #fc0;
    background-color: #fc0;
}
.product_lei .color .content .list .brown{
    border-color: #814312;
    background-color: #814312;
}
.product_lei .color .content .list .light_tan{
    border-color: #C69C81;
    background-color: #C69C81;
}
.product_lei .color .content .list .flesh_color{
    border-color: #F3DCC9;
    background-color: #F3DCC9;
}
.product_lei .gjxx .content .list li{
    margin:5px;
}
.product_lei .gjxx .content .list li .xuanx{
    display:block;
    position: relative;
    color: #333;
    font-size: 12px;
    transition: none;
    border:1px solid #ddd;
    line-height: 23px;
    padding:0 5px;
    /* padding-right:25px; */
    z-index:50;
}
.product_lei .gjxx .content .list li .xuanx:hover{
    border:1px solid #f30213;
    color:#f30213;
}
/* .product_lei .gjxx .content .list li .xuanx:hover{
    border:1px solid #999;
    border-bottom:1px solid #fff;
} */
.product_lei .gjxx .content .list li .xuanx i{
    position: absolute;
    top: 1px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background:url("../images/search.ele.png")no-repeat;
    background-position: 4px 7px;
    z-index:20;
}
.product_lei .gjxx .content .list li .xuanx .i1{
    background-position: 4px -27px;
}
/* .product_lei .gjxx .content .list li dl{
    position: absolute;
    top:25px;
    left:0;
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    border:1px solid #999;
    width:100%;
} */
/* .product_lei .gjxx .content .list li dl dd{
    line-height: 34px;
    margin:0 10px;
}
.product_lei .gjxx .content .list li dl dd a{
    color:#3166ae;
    font-size: 12px;
} */
@media all and (max-width: 750px) {
    .product_lei .fenlei .content .list>a{
        width:25%;
    }
    .product_lei .color .content .list a{
        display:block;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        margin:8px 5px 6px;
    }
}
@media all and (max-width: 480px) {
    .product_lei .fenlei .tit{
        width:100%;
        padding:0
    }
    .product_lei .fenlei .content{
        width:100%;
        padding:0;
        line-height: 25px;
    }
    .product_lei .fenlei .content .list{
        width:80%;
    }
    .product_lei .fenlei .content .more{
        margin-top:0;
    }
    .product_lei .color .content .list{
        width:100%;
    }
    .product_lei .color .content .list a{
        display:block;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        margin:8px 5px 6px;
    }
}


.mbx_nav{
    width:100%;
    line-height: 25px;
    padding:10px 0;
    color:#666;
}
.mbx_nav a{
    color:#666;
    font-size: 12px;
    padding:0 5px;
}
.mbx_nav a:hover{
    color:#f30213
}

.porduct_content{
    width:100%;
}
.porduct_content .product_sx{
    width:100%;
    padding:10px;
    margin-top:10px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.porduct_content .product_sx ul{
    display:flex;
    justify-content: flex-start;
}
.porduct_content .product_sx ul li a{
    display:block;
    position: relative;
    padding:0 17px 0 10px;
    line-height: 35px;
    background: #FFF;
    color:#333;
    border:2px solid #fff;
}
.porduct_content .product_sx ul .on_product a{
    color:#ff8000;
    border-bottom:2px solid #ff8000;
}
.porduct_content .product_sx ul li a i{
    display:block;     
    position: absolute;
    height: 11px;
    margin-top: 13px;
    width: 7px;
    top:0;
    right:8px;
    background:url("../images/sprite-arrow.png")no-repeat 0 -100px;
}
.porduct_content .product_sx p{
    color:#666;
}
.porduct_content .product_shangp{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:10px;
}
.porduct_content .product_shangp dd{
    display:block;
    width:23%;
    padding:10px;
}
.porduct_content .product_shangp dd:nth-child(n+5){
    margin-top:15px;
}
.porduct_content .product_shangp dd:hover{
    box-shadow: 0 3px 6px 3px rgba(0,0,0,.1)
}
.porduct_content .product_shangp dd .big_images{
    width:100%;
    position: relative;
}
.porduct_content .product_shangp dd .big_images img{
    width:100%;
}

.porduct_content .product_shangp dd .small_images{
    width:100%;
    position: relative;
    margin-top:10px;
}
.porduct_content .product_shangp dd .small_images ul{
    width:80%;
    margin:0 auto;
}
.porduct_content .product_shangp dd .small_images ul li{
    border:2px solid #ccc;
    padding:1px;
}
.porduct_content .product_shangp dd .small_images ul .current{
    border:2px solid #ff8000;
}
.porduct_content .product_shangp dd .small_images ul img{
    width:100%;
}
.porduct_content .product_shangp dd .small_images .pro_prev{
    width:20px;
    height:20px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-10px;
    background:url("../images/prev_1.png")no-repeat center center;
    background-size: 100% 100%;
}
.porduct_content .product_shangp dd .small_images .pro_next{
    width:20px;
    height:20px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-10px;
    background:url("../images/next_1.png")no-repeat center center;
    background-size: 100% 100%;
}
.porduct_content .product_shangp dd .text{
    width:100%;
}
.porduct_content .product_shangp dd .text .p_desc{
    width:100%;
    margin-top:7px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.porduct_content .product_shangp dd .text .p_desc a{
    color:#666;
    font-size: 12px;
    line-height: 22px;
}
.porduct_content .product_shangp dd .text .p_desc a:hover{
    color:#f30213;
}
.porduct_content .product_shangp dd .text .p_desc a em{
    color:#f30213;
    font-style: normal;
}
.porduct_content .product_shangp dd .text .p_pinj{
    width:100%;
    margin-top:7px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#999;
    font-size: 12px;
}
.porduct_content .product_shangp dd .text .p_pinj i{
    font-weight: bold;
    color: #646fb0;
    font-style: normal;
}
.porduct_content .product_shangp dd .text .p_shop{
    display: inline-block;
    color:#999;
    font-size: 12px;
    margin-top:7px;
    line-height: 22px;
    position: relative;
    padding-right:20px;
}
.porduct_content .product_shangp dd .text .p_shop i{
    display:block;
    position: absolute;
    top:3px;
    right:0;
    width:16px;
    height:16px;
    background:url("../images/5bc4255bN0776eea6.png")no-repeat center center;
    background-size: 100% 100%;
}


.page{
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:50px;
}
.page li{
    margin:5px 10px;
}
.page li a{
    display:block;
    color:#333;
    font-size: 12px;
    padding:10px 15px;
    border-radius: 3px;
}
.page li:hover a{
    color:#fff;
    background:#666666;
}
.page .on_page a{
    color:#fff;
    background:#666666;
}
@media all and (max-width: 750px) {
    .porduct_content .product_shangp dd{
        display:block;
        width:48%;
        padding:0px;
    }
    .porduct_content .product_shangp dd:nth-child(n+3){
        margin-top:10px;
    }
    .page{
        width:100%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:30px;
    }
    .page li a{
        display:block;
        color:#333;
        font-size: 12px;
        padding:5px 10px;
        border:1px solid #eaeaea;
    }
    .page li{
        margin:5px 10px;
    }
}

.product_cnxh{
    width:100%;
    padding:10px;
    margin-top:50px;
}
.product_cnxh .tit{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom:1px solid #999;
}
.product_cnxh .tit p{
    color:#333;
    font-size: 14px;
    background:#999;
    line-height: 35px;
    padding:0 10px;
}
.product_cnxh .tit a{
    color:#666;
    font-size: 12px;
}
.product_cnxh .tit a:hover{
    color:#f30213;
}
.product_cnxh ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:30px;
}
.product_cnxh ul li{
    width:15%;
}
.product_cnxh ul li a{
    display:block;
    width:100%;
}
.product_cnxh ul li a img{
    width:100%;
}
.product_cnxh ul li a .text{
    width:100%;
    text-align: center;
}
.product_cnxh ul li a .text .p_desc{
    width:100%;
    color:#666;
    font-size: 12px;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product_cnxh ul li:hover a .text .p_desc{
    color:#f30213;
}
.product_cnxh ul li a .text .p_pinj{
    width:100%;
    color:#44a0f3;
    font-size: 12px;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media all and (max-width: 750px) {
    .product_cnxh{
        width:100%;
        padding:10px;
        margin-top:30px;
    }
    .product_cnxh ul{
        width:100%;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        margin-top:15px;
    }
    .product_cnxh ul li{
        width:32%;
    }
    .product_cnxh ul li:nth-child(n+4){
        margin-top:10px;
    }
}
@media all and (max-width: 480px) {
    .product_cnxh ul li{
        width:48%;
    }
    .product_cnxh ul li:nth-child(n+4){
        margin-top:10px;
    }
}



/* 产品内页 */
.product_art{
    width:100%;
}
.mbx_nav{
    width:100%;
    line-height: 25px;
    padding:10px 0;
    color:#666;
}
.mbx_nav a{
    color:#666;
    font-size: 12px;
    padding:0 5px;
}
.mbx_nav a:hover{
    color:#f30213
}
.product_art .product_intro{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.product_art .product_intro .left{
    width:80%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.product_art .product_intro .left .img_zx{
    width:36%;
    position: relative;
}
.product_art .product_intro .left .img_zx .big_images{
    width:100%;
    position: relative;
}
.product_art .product_intro .left .img_zx .big_images img{
    width:100%;
}
.product_art .product_intro .left .img_zx .big_images #move{
    background-color: #FFEEA8;
    cursor: move;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    width:172.5px;/*和上面的成倍数*/
    height:221.5px;/*和上面的成倍数*/
    top:10px;
    left:0;
    display:none;
    cursor: move;
    transition: none;
}
.product_art .product_intro .left .img_zx .small_images{
    width:100%;
    position: relative;
    margin-top:25px;
}
.product_art .product_intro .left .img_zx .small_images ul{
    width:80%;
    margin:0 auto;
}
.product_art .product_intro .left .img_zx .small_images ul li{
    border:2px solid #ccc;
    padding:1px;
}
.product_art .product_intro .left .img_zx .small_images ul .current{
    border:2px solid #ff8000;
}
.product_art .product_intro .left .img_zx .small_images ul img{
    width:100%;
}
.product_art .product_intro .left .img_zx .small_images .hz_prev{
    width:30px;
    height:30px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-15px;
    background:url("../images/prev_1.png")no-repeat center center;
    background-size: 100% 100%;
}
.product_art .product_intro .left .img_zx .small_images .hz_next{
    width:30px;
    height:30px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-15px;
    background:url("../images/next_1.png")no-repeat center center;
    background-size: 100% 100%;
}
.product_art .product_intro .left .img_zx .details_pic{
    width:100%;
    height:443px;
    position: absolute;
    left:360px;
    top:0;
    z-index:100;
    border:1px solid #ddd;
    display:none;
    overflow: hidden;
    transition:none;
    background:#fff;
}
.product_art .product_intro .left .img_zx .details_pic img{
    width:200%;
    transition:none;
}
@media all and (max-width: 1200px) {
    .product_art .product_intro .left .img_zx .big_images #move{
        display:none!important;
    }
    .product_art .product_intro .left .img_zx .details_pic{
        display:none!important;
    }
}




.product_art .product_intro .left .pro_xj{
    width:60%;
}
.product_art .product_intro .left .pro_xj .tit{
    width:100%;
}
.product_art .product_intro .left .pro_xj .tit h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color:#666;
    margin-top:10px;
}
.product_art .product_intro .left .pro_xj .tit p{
    font-size: 12px;
    color:#f30213;
    line-height: 20px;
    margin-top:5px;
}
.product_art .product_intro .left .pro_xj .tit p a{
    color:#44a0f3;
}
.product_art .product_intro .left .pro_xj .color{
    width:100%;
    display:flex;
    justify-content: flex-start;
    margin-top:20px;
}
.product_art .product_intro .left .pro_xj .color p{
    line-height: 30px;
    font-size:12px;
    color:#666;
    white-space: nowrap;
}
.product_art .product_intro .left .pro_xj .color ul{
    display:flex;
    justify-content: flex-start;
    margin-left:10px;
    margin-top:10px;
    flex-wrap:wrap;
}
.product_art .product_intro .left .pro_xj .color ul li{
    width:60px;
    border:1px solid #fff;
    margin-right:10px;
    cursor: pointer;
    margin-bottom:10px;
}
.product_art .product_intro .left .pro_xj .color ul li:hover{
    border:1px solid #ff8000;
}
.product_art .product_intro .left .pro_xj .color ul .on_col{
    border:1px solid #ff8000;
}
.product_art .product_intro .left .pro_xj .color ul li img{
    width:100%;
}
.product_art .product_intro .left .pro_xj .size{
    width:100%;
    display:flex;
    justify-content: flex-start;
    margin-top:20px;
}
.product_art .product_intro .left .pro_xj .size p{
    line-height: 30px;
    font-size:12px;
    color:#666;
    white-space: nowrap;
}
.product_art .product_intro .left .pro_xj .size ul{
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    margin-left:10px;
    margin-top:10px;
}
.product_art .product_intro .left .pro_xj .size ul li{
    border:1px solid #ccc;
    margin-right:10px;
    padding:0 15px;
    line-height: 35px;
    margin-bottom:10px;
}
.product_art .product_intro .left .pro_xj .size ul li:hover{
    border:1px solid #ff8000;
}
.product_art .product_intro .left .pro_xj .size ul .on_size{
    border:1px solid #ff8000;
}
.product_art .product_intro .left .pro_xj .size ul li a{
    color:#999;
    font-size: 12px;
}
.product_art .product_intro .left .pro_xj .shop_cart{
    width:150px;
    background:#ff8000;
    text-align: center;
    margin-top:20px;
    border-radius: 3px;
    margin-left:70px;
}
.product_art .product_intro .left .pro_xj .shop_cart a{
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color:#fff;
}

.product_art .product_intro .right{
    width:12.5%;
}
.product_art .product_intro .right .tit{
    width:100%;
    color:#333;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}
.product_art .product_intro .right ul{
    width:100%;
}
.product_art .product_intro .right ul li{
    display:block;
    margin-top:10px;
}
.product_art .product_intro .right ul li .img{
    width:100%;
    position: relative;
}
.product_art .product_intro .right ul li .img img{
    width:100%;
}
.product_art .product_intro .right ul li .img .text{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    z-index:5;
    background:rgba(255,255,255,.8);
    color:#333;
    font-size: 12px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding:0 5px;
}
.product_art .product_intro .right ul li p{
    color:#333;
    font-size: 12px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding:0 5px;
}
@media all and (max-width: 1000px) {
    .product_art .product_intro .left{
        width:100%;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }
    .product_art .product_intro .right{
        width:12.5%;
        display:none;
    }
}
@media all and (max-width: 750px) {
    .product_art .product_intro .left .img_zx{
        width:100%;
    }
    .product_art .product_intro .left .pro_xj{
        width:100%;
        margin-top:10px;
    }
    .product_art .product_intro .left .pro_xj .shop_cart{
        width:150px;
        background:#df3033;
        text-align: center;
        margin-top:20px;
        border-radius: 3px;
        margin-left:0px;
        margin:20px auto 0;
    }
    .product_art .product_intro .left .pro_xj .color{
        margin-top:10px;
        flex-wrap:wrap;
    }
    .product_art .product_intro .left .pro_xj .size{
        margin-top:10px;
        flex-wrap:wrap;
    }
}

.product_art .dztj{
    width:100%;
    margin-top:20px;
    border:1px solid #ccc;
}
.product_art .dztj .tit{
    width:100%;
    line-height: 40px;
}
.product_art .dztj .tit span{
    display:block;
    width:120px;
    text-align: center;
    border-top:2px solid #ff8000;
    color:#E74E3F;
    font-size: 14px;
    font-weight: bold;
}
.product_art .dztj ul{
    padding:25px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.product_art .dztj ul li{
    width:15%;
}
.product_art .dztj ul li img{
    width:100%;
}
.product_art .dztj ul li .text{
    width:100%;
    line-height: 20px;
}
.product_art .dztj ul li .text .p_name{
    width:100%;
    color:#666;
    font-size:12px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product_art .dztj ul li .text .p_price{
    width:100%;
    color:#666;
    font-size:12px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media all and (max-width: 750px) {
    .product_art .dztj ul li{
        width:32%;
    }
    .product_art .dztj ul li:nth-child(n+4){
        margin-top:10px;
    }
    .product_art .dztj .tit span {
        display: block;
        width: 80px;
        text-align: center;
        background: #df3033;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }
}
@media all and (max-width: 480px) {
    .product_art .dztj ul li{
        width:48%;
    }
    .product_art .dztj ul li:nth-child(n+3){
        margin-top:10px;
    }
    .product_art .dztj ul{
        padding:10px 0;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }
}

.product_art .product_wrap{
    margin-top:30px;
    display:flex;
    justify-content: space-between;
}
.product_art .product_wrap .left{
    width:17.5%;
}
.product_art .product_wrap .left .dnfl{
    width:100%;
    border:1px solid #ccc;
}
.product_art .product_wrap .left .dnfl .tit{
    width:100%;
    line-height:40px;
    color:#333;
    font-size: 14px;
    font-weight: bold;
    padding-left:20px;
}
.product_art .product_wrap .left .dnfl ul{
    width:100%;
}
.product_art .product_wrap .left .dnfl ul li{
    line-height:35px;
    text-indent: 20px;
}
.product_art .product_wrap .left .dnfl ul li:last-child{
    border-bottom:none;
}
.product_art .product_wrap .left .dnfl ul li>a{
    color:#666;
    font-size: 12px;
    background:url("../images/add.png")no-repeat left center;
    background-size: 16px 16px;
    padding-left:20px;
    cursor: pointer;
    font-weight: bold;
}
.product_art .product_wrap .left .dnfl ul li>a.i1{
    background:url("../images/remove.png")no-repeat left center;
    background-size: 16px 16px;
}
.product_art .product_wrap .left .dnfl ul li>div{
    display:none;
    transition: none;
}
.product_art .product_wrap .left .dnfl ul li dl{
    width:100%;
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
} 
.product_art .product_wrap .left .dnfl ul li dl dd{
    width:50%;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product_art .product_wrap .left .dnfl ul li dl dd a{
    color:#666;
    font-size:12px;
}
.product_art .product_wrap .left .dnfl ul li dl dd:hover a{
    color:#ff8000;
}
.product_art .product_wrap .left .rxgz{
    width:100%;
    margin-top:20px;
    border:1px solid #ccc;
}
.product_art .product_wrap .left .rxgz .tit{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.product_art .product_wrap .left .rxgz .tit span{
    width:50%;
    display:block;
    font-size: 14px;
    text-align: center;
    color:#333;
    line-height: 40px;
    border-top:2px solid #fff;
}
.product_art .product_wrap .left .rxgz .tit .on_rxgz{
    border-top:2px solid #ff8000;
    color:#E74E3F;
}
.product_art .product_wrap .left .rxgz ul{
    width:100%;
    padding:20px;
}
.product_art .product_wrap .left .rxgz ul li{
    width:100%;
}
.product_art .product_wrap .left .rxgz ul li:nth-child(n+2){
    margin-top:10px;
}
.product_art .product_wrap .left .rxgz ul li img{
    width:100%;
}
.product_art .product_wrap .left .rxgz ul li .text{
    width:100%;
    line-height: 20px;
}
.product_art .product_wrap .left .rxgz ul li .text .p_name{
    width: 100%;
    color: #666;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product_art .product_wrap .left .rxgz ul li .text .p_price{
    width: 100%;
    color: #666;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product_art .product_wrap .right{
    width:81%;
    border:1px solid #ccc;
}
.product_art .product_wrap .right .tit{
    width:100%;
}
.product_art .product_wrap .right .tit ul{
    width:100%;
    display:flex;
    justify-content:flex-start;
}
.product_art .product_wrap .right .tit ul li{
    line-height: 40px;
    color:#333;
    font-size: 14px;
    padding:0 25px;
    cursor: pointer;
    border-top:2px solid #fff;
}
.product_art .product_wrap .right .tit ul .on_nav{
    border-top:2px solid #ff8000;
    color:#E74E3F;
}
.product_art .product_wrap .right .content{
    width:100%;
    padding:0 30px;
}
.product_art .product_wrap .right .content>div:nth-child(n+2){
    display:none;
}
.product_art .product_wrap .right .content .content1{
    width:100%;
}
.product_art .product_wrap .right .content .content1 .content_xq{
    width:100%;
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    padding:30px 0;
}
.product_art .product_wrap .right .content .content1 .content_xq li{
    width: 25%;
}
.product_art .product_wrap .right .content .content1 .content_xq li dd{
    width:100%;
    line-height: 25px;
    color:#666;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product_art .product_wrap .right .content .content1 img{
    width:100%;
    margin:20px auto;
}
@media all and (max-width: 750px) {
    .product_art .product_wrap .left{
        display:none;
    }
    .product_art .product_wrap .right{
        width:100%;
    }
    .product_art .product_wrap .right .tit ul li {
        line-height: 40px;
        color: #333;
        font-size: 12px;
        padding: 0 15px;
        cursor: pointer;
    }
    .product_art .product_wrap .right .content{
        padding:0;
    }
    .product_art .product_wrap .right .content .content1 .content_xq{
        padding:15px 0;
    }
    .product_art .product_wrap .right .content .content1 .content_xq li{
        width:50%;
    }
    .product_art .product_wrap .right .content .content1 img{
        margin:10px auto;
    }

}
@media all and (max-width: 480px) {
    .product_art .product_wrap .right .tit ul li {
        line-height: 40px;
        color: #333;
        font-size: 12px;
        padding: 0 7px;
        cursor: pointer;
    }
}

.new_list{
    width:100%;
}
.news_list{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-top:20px;
}
.news_list .left{
    width:74%;
}
.news_list .left .list{
    width:100%;
    border-bottom:1px solid #eaeaea;
}
.news_list .left .list li{
    width:100%;
}
.news_list .left .list li a{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    width:100%;
    padding:20px 0;
    border-top:1px solid #eaeaea;
    align-items: center;
}
.news_list .left .list li a .img{
    width:20%;
}
.news_list .left .list li a .img img{
    width:100%;
}
.news_list .left .list li a .text{
    width:80%;
    padding:0 20px;
}
.news_list .left .list li a .text h3{
    font-size: 16px;
    color:#010101;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list .left .list li:hover a .text h3{
    color:#ff8000;
}
.news_list .left .list li a .text p{
    color:#010101;
    line-height: 22px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:5px 0;
}
.news_list .left .list li a .text .xinxi{
    width:100%;
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.news_list .left .list li a .text .xinxi i{
    color:#777;
    font-size: 12px;
    line-height: 22px;
    font-style: normal;
    margin-right:10px;
}
.news_list .left .list li a .text .xinxi .lb{
    color:#ff8000;
}
.news_list .right{
    width:24%;
}
.news_list .right .rmwz{
    width:100%;
    margin-top:20px;
    border:1px solid #eaeaea;
}
.news_list .right .rmwz .tit{
    width:100%;
    line-height: 45px;
    color:#333;
    font-size: 16px;
}
.news_list .right .rmwz .tit i{
    color:#ff6600;
    font-style: normal;
    position: relative;
    display:inline-block;
    padding:0 15px;
}
.news_list .right .rmwz .tit i:after{
    content: "";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#ff8000;
}
.news_list .right .rmwz ul{
    width:100%;
    padding:10px 20px;
}
.news_list .right .rmwz ul li{
    width:100%;
    line-height: 30px;
    color:#333;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list .right .rmwz ul li a{
    color:#333
}
.news_list .right .rmwz ul li a:hover{
    color:#ff6600;
}
.news_list .right .xgtj{
    width:100%;
    border:1px solid #eaeaea;
}
.news_list .right .xgtj .tit{
    width:100%;
    line-height: 45px;
    color:#333;
    font-size: 16px;
}
.news_list .right .xgtj .tit i{
    color:#ff6600;
    font-style: normal;
    position: relative;
    display:inline-block;
    padding:0 15px;
}
.news_list .right .xgtj .tit i:after{
    content: "";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#ff8000;
}
.news_list .right .xgtj .neir{
    width:100%;
    padding:10px 20px;
}
.news_list .right .xgtj .neir .neir1{
    width:100%;
}
.news_list .right .xgtj .neir .neir1 img{
    width:100%;
}
.news_list .right .xgtj .neir .neir1 p{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    margin-top:5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list .right .xgtj .neir .neir1:hover p{
    color:#ff6600;
}
.news_list .right .xgtj .neir ul{
    width:100%;
}
.news_list .right .xgtj .neir ul li{
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
}
.news_list .right .xgtj .neir ul li a{
    color:#333;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list .right .xgtj .neir ul li a:hover{
    color:#ff6600;
}
@media all and (max-width: 750px) {
    .news_list .left{
        width:100%;
    }
    .news_list .right{
        display:none;
    }
}
@media all and (max-width: 480px) {
    .news_list .left .list li a .img{
        width:35%;
    }
    .news_list .left .list li a .text{
        width:65%;
    }
    .news_list .left .list li a{
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        width:100%;
        padding:10px 0;
        border-top:1px solid #eaeaea;
        align-items: center;
    }
    .news_list .left .list li a .text p{
        font-size: 12px;
        line-height: 20px;
        margin:0;
    }
}


.new_article{
    width:100%;
}
.news_article{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.news_article .left{
    width:74%;
}
.news_article .left .tit{
    width:100%;
    padding-bottom:20px;
}
.news_article .left .tit h1{
    color:#010101;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
}
.news_article .left .tit .time{
    font-size: 12px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    margin-top:20px;
}
.news_article .left .tit .time i{
    font-style: normal;
    color:#999;
    font-size: 12px;
    padding:0 10px;
}
.news_article .left .text{
    width:100%;
    padding:10px 20px;
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
}
.news_article .left .text p{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    text-indent: 25px;
    padding:10px 0;
    width:100%;
}
.news_article .left .text img{
    width:50%;
    padding:10px 0;
    margin:0 auto;
}
.news_article .left .pn{
    width:100%;
    padding:15px 0;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.news_article .left .pn p{
    line-height: 25px;
    color:#333;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_article .left .pn p a{
    color:#333;
}
.news_article .left .pn p a:hover{
    color:#f30213;
}
.news_article .right{
    width:24%;
}
.news_article .right .rmwz{
    width:100%;
    margin-top:20px;
    border:1px solid #eaeaea;
}
.news_article .right .rmwz .tit{
    width:100%;
    line-height: 45px;
    color:#333;
    font-size: 16px;
}
.news_article .right .rmwz .tit i{
    color:#ff6600;
    font-style: normal;
    position: relative;
    display:inline-block;
    padding:0 15px;
}
.news_article .right .rmwz .tit i:after{
    content: "";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#ff8000;
}
.news_article .right .rmwz ul{
    width:100%;
    padding:10px 20px;
}
.news_article .right .rmwz ul li{
    width:100%;
    line-height: 30px;
    color:#333;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_article .right .rmwz ul li a{
    color:#333
}
.news_article .right .rmwz ul li a:hover{
    color:#ff6600;
}
.news_article .right .xgtj{
    width:100%;
    border:1px solid #eaeaea;
}
.news_article .right .xgtj .tit{
    width:100%;
    line-height: 45px;
    color:#333;
    font-size: 16px;
}
.news_article .right .xgtj .tit i{
    color:#ff6600;
    font-style: normal;
    position: relative;
    display:inline-block;
    padding:0 15px;
}
.news_article .right .xgtj .tit i:after{
    content: "";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#ff8000;
}
.news_article .right .xgtj .neir{
    width:100%;
    padding:10px 20px;
}
.news_article .right .xgtj .neir .neir1{
    width:100%;
}
.news_article .right .xgtj .neir .neir1 img{
    width:100%;
}
.news_article .right .xgtj .neir .neir1 p{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    margin-top:5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_article .right .xgtj .neir .neir1:hover p{
    color:#ff6600;
}
.news_article .right .xgtj .neir ul{
    width:100%;
}
.news_article .right .xgtj .neir ul li{
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
}
.news_article .right .xgtj .neir ul li a{
    color:#333;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_article .right .xgtj .neir ul li a:hover{
    color:#ff6600;
}

@media all and (max-width: 750px) {
    .news_article .left{
        width:100%;
    }
    .news_article .right{
        display:none;
    }
    .news_article .left .pn p{
        width:100%;
    }
    .news_article .left .tit h1{
        font-size: 24px;
        line-height: 35px;
    }
    .news_article .left .text{
        padding:10px 0;
    }
}
@media all and (max-width: 480px) {
    
}



.zhant{
    width:100%;
}
.zhanti{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.zhanti .left{
    width:74%;
}
.zhanti .left .list{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.zhanti .left .list li{
    width:23%;
    margin-bottom:20px;
}

.zhanti .left .list li .img{
    width:100%;
}
.zhanti .left .list li .img img{
    width:100%;
    height: 300px;
}
.zhanti .left .list li .text{
    width:100%;
    margin-top:5px;
}
.zhanti .left .list li .text h3{
    color:#010101;;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zhanti .left .list li:hover .text h3{
    color:#ff8000;
}
.zhanti .left .list li .text p{
    color:#777;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zhanti .left .list li .text p em{
    font-style: normal;
    color:#3069b0;
    font-size: 12px;
}
.zhanti .left .list li .text p i{
    color:#777;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
}
.zhanti .left .list li .text span{
    color:#999;
    font-size: 14px;
    line-height: 22px;
}
.zhanti .left .list li:hover .text span{
    color:#ff8000;
}

.zhanti .right{
    width:24%;
}
.zhanti .right .rmwz{
    width:100%;
    margin-top:20px;
    border:1px solid #eaeaea;
}
.zhanti .right .rmwz .tit{
    width:100%;
    line-height: 45px;
    color:#333;
    font-size: 16px;
}
.zhanti .right .rmwz .tit i{
    color:#ff6600;
    font-style: normal;
    position: relative;
    display:inline-block;
    padding:0 15px;
}
.zhanti .right .rmwz .tit i:after{
    content: "";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#ff8000;
}
.zhanti .right .rmwz ul{
    width:100%;
    padding:10px 20px;
}
.zhanti .right .rmwz ul li{
    width:100%;
    line-height: 30px;
    color:#333;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zhanti .right .rmwz ul li a{
    color:#333
}
.zhanti .right .rmwz ul li a:hover{
    color:#ff6600;
}
.zhanti .right .xgtj{
    width:100%;
    border:1px solid #eaeaea;
}
.zhanti .right .xgtj .tit{
    width:100%;
    line-height: 45px;
    color:#333;
    font-size: 16px;
}
.zhanti .right .xgtj .tit i{
    color:#ff6600;
    font-style: normal;
    position: relative;
    display:inline-block;
    padding:0 15px;
}
.zhanti .right .xgtj .tit i:after{
    content: "";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#ff8000;
}
.zhanti .right .xgtj .neir{
    width:100%;
    padding:10px 20px;
}
.zhanti .right .xgtj .neir .neir1{
    width:100%;
}
.zhanti .right .xgtj .neir .neir1 img{
    width:100%;
}
.zhanti .right .xgtj .neir .neir1 p{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    margin-top:5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zhanti .right .xgtj .neir .neir1:hover p{
    color:#ff6600;
}
.zhanti .right .xgtj .neir ul{
    width:100%;
}
.zhanti .right .xgtj .neir ul li{
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
}
.zhanti .right .xgtj .neir ul li a{
    color:#333;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zhanti .right .xgtj .neir ul li a:hover{
    color:#ff6600;
}

@media all and (max-width: 750px) {
    .zhanti .left{
        width:100%;
    }
    .zhanti .right{
        display:none;
    }
    .zhanti .left .list li{
        width:48%;
        margin-bottom:20px;
    }
    .zhanti .left .list li .text p{
        color:#777;
        font-size: 12px;
        line-height: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}