nav{
    display: flex;
    width: 100%;
    height: 56px;
    text-align: center;
    position: relative;
    box-shadow: 0px -3px 1px -1px #B9B9B9 inset;
}
nav p{
    flex:1;
    line-height: 56px;
    color:rgba(34,34,34,1);
}
nav img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon{
    height:32px; 
    left: 15px;
    width: 32px;
}
.btn{
    height:19px; 
    right: 15px;
}
.list_dl{
    display: none;
    width: 125px;
    /*width: 198px;*/
    height: auto;
    padding-left: 10px;
    position: absolute;
    top: 55px;
    right:10px ;
    background-color: #fff;
    z-index: 9999;
    color: #333;
    box-shadow:0px 0px 8px rgba(0,0,0,0.3);
}
.list_dl li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.list_dt{font-size: 16px; height: 3rem;line-height: 3rem;
}
.list_dt a{color: #333;font-size: 1rem;-webkit-tap-highlight-color:rgba(255,255,255,0);}
.list_dd ul{
    padding: 5px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.list_dt:hover,.list_dd li a:hover{
    color: skyblue;
}
.banner{
    height:346.5px; 
    background: url(../img/shouye.png) no-repeat ;
    background-size: 100% 100%;
}
.banner_wm{
    margin-top: 56px;position: relative;
}
.banner_wm img{
    width: 100%;
}
.title{
    padding:0 15px;
    font-size:14px;
    color:rgba(61,61,61,1);
    line-height: 2;
    position: relative;
}
.bottom_line{
    width: 32px;
    border-bottom: 2px solid rgba(0,106,236,1);
    position: absolute;
    top: 38px;
}
h1{
    height: 40px;
    line-height: 40px;
    font-size:16px;
    margin: 0 15px 10px;
    border-bottom: 1px solid #ccc;
}
.title h1{
    margin: 0 0 10px;border: none;
}
.cps{
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid rgba(0,106,236,1);
}
.miao{
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid rgba(239,17,92,1);
}
.cheng{
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid rgba(255,2,0,1);
}
.zp{
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid rgba(251,96,32,1);
}
.ps{
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid rgba(120,226,2,1);
}
.product,.user{position: relative;}
.product_list{
    display: flex;padding: 10px;
}
.product_list img{
    height: 30px;
}
.product_list li:nth-child(odd){
    flex: 1;text-align: center;
}
.product_list li:nth-child(even){
    width: 2px;
    height: 15px;
    margin: 10px;
    background-color: #999;
}
.product_img {
    height: 177px;
    overflow: hidden;
    position: relative;
}
#sjbtn{
    height: 3px;
    position: absolute;
    top: 97px;
    left: 40px;
}
.hover_left{
    width: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hover_right{
    width: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hezuo{
    padding:0 15px 10px;
    background-color: #f6f6f6;
}
.hezuo li{
    display: flex;padding-top: 10px;
}
.hezuo li .hezuo_t{
    flex: 1;font-size: 14px;
}
.hezuo li .dn{
    opacity: 0;
}
.hezuo li p{
    height: 25px;
    line-height: 25px;
    background-color: rgba(5,118,238,1);
    color: #fff;
    padding:0 5px;
}
.hezuo li p.tar{
    text-align: right;
}
.hezuo li p:nth-child(2){
    height: 2px;
}
.hezuo li p:nth-child(2) span{
    display: block;
    height: 2px;
    border-bottom: 1px dotted #fff;
}
.hezuo li p:last-child{
    font-size: 9px;
}
.hezuo li .dayuan{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-bottom: 5px;position: relative;
}
.hezuo li .dayuan span{
    display: block;
    width: 40px;
    height: 40px;line-height: 40px;
    background-color: rgba(20,138,244,1);
    color: #fff;font-size: 12px;text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;margin: auto;
}
.jiantou1,.jiantou3{
    width: 0;height: 0;
    border-left-width: 15px;
    border-right-width: 0;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(5,118,238,1);
    margin-top: 20px;
}
.jiantou2,.jiantou4{
    width: 0;height: 0;
    border-left-width: 0;
    border-right-width: 15px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-style: solid;
    border-color: transparent rgba(5,118,238,1) transparent transparent;
    margin-top: 20px;
}
#use{
    padding-top: 0;
    background-color: #ccc;
}
#use ul li a img{
    height:38px;
}
.user_3{ 
    padding:10px;
    background-color: rgba(66,164,255,1);
}
.user_3 ul,.user_ds ul{
    display: flex;
    flex-wrap: wrap;
}
.user_3 ul li a img{
    height: 50px;
}
#user_3 ul li a img{
    width: 50px;
    height: 50px;
    border-radius: 8px;
}
.user_3 ul li {
    width: 33.33%;
    padding: 10px;
    padding-bottom: 0;
    text-align: center;
    line-height: 3;
}
.user_3 ul li a p{
    color: #fff;font-size: 12px;
}
.user_ds{
    padding: 5px;
    background-color: rgba(66,164,255,1);
}
.user_ds ul li{
    width: 25%;
    text-align: center;
    padding: 10px;
}
.user_ds ul li a img{
    height: 70px;
}
.ad ul{
    display: flex;
    margin:10px 10px;
    padding:5px;
    font-size: 12px;
    border: 1px solid rgba(5,118,238,1);
}
.ad ul li{
    width: 33.33%;
}
.ad ul li p{
    overflow: scroll;
}
.ad ul li p:first-child{
    color: rgba(5,118,238,1);
}
.footers{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background:rgba(242, 242, 242, 1);
    color: rgba(157,156,156,1);
    font-size: 12px;line-height: 2;padding: 10px;
}
/*轮播*/
.img_gallery{
    height:250px;
    overflow:hidden;
    position:relative;
    margin:0 auto;
    }
.main_img{
    height:200px;
    position:relative;
    width:100%;
    }
.main_img ul{
    width:9999px;
    height:100%;
    overflow:hidden;
    position:absolute;
    top:50px;
    left:0;
    }
.main_img li{float:left;width:100%;height:100%;}
.main_img li span{display:block;width:100%;height:100%;}
.main_img li a{display:block;width:100%;height:100%;}
.main_img li .img_1{background:url('../img/juxn5.png') no-repeat;width:100%;background-size: 100% 100%;}
.main_img li .img_2{background:url('../img/dsj.png') no-repeat;width:100%;background-size: 100% 100%;}
.main_img li .img_3{background:url('../img/qw2.png') no-repeat;width:100%;background-size: 100% 100%;}
.main_img li .img_4{background:url('../img/onetoo.png') no-repeat;width:100%;background-size: 100% 100%;}
.main_img li .img_5{background:url('../img/zhng.png') no-repeat;width:100%;background-size: 100% 100%;}
.main_img li .img_6{background:url('../img/xjb.png') no-repeat;width:100%;background-size: 100% 100%;}
.img_font{
    position:absolute; 
    top:50%;
    width:100%; 
    margin-top: 30px;
    text-align: center;
    color: #fff;
    line-height: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.img_font span{display:none; }
div.point{
    position:absolute;
    top: 0;
    width: 100%;
    z-index:999;
    height: 50px;
    text-align: center;
    }
div.point a{
    float:left;
    width: 24.5%;
    height: 50px;
    display:block;
    }
div#point a{
    width: 15.5%;
    }
div.point img:nth-child(even){
    float:left;
    width: 2px;
    height: 11px;
    display:block;
    margin-top: 10px;
}
div.point a img{
    height: 30px;
}
div.point a img.da{
    height: 35px;
}
div.point a.on{
    background:url('../img/u11364.png') 49% 40px no-repeat;
    }
#btn_prev,#btn_next{
    z-index:11111;
    position:absolute;
    display:block;
    width:12px!important;
    height:24px!important;
    top:50%;
    margin-top: 45px;
    }
#btn_prev{background:url(../img/arrowleft.png) no-repeat;left:5%;}
#btn_next{background:url(../img/arrowright.png) no-repeat;right:5%;}
#line{
    width: 2px;height: 10px;background-color: #ccc;margin-top: 10px;
    float:left;
}
.img_font span p:last-child{
    font-size: 12px;
}
.pad{
    padding: 0 19%;font-size: 12px;
}
/*广告*/
.adzx{
    display: flex;
    /*height: 200px;*/
    padding:0 15px;
}
.adzx_left{
    display: flex;
    width: 140px;
}
.xingshi li{
    display: flex;
    width: 100%;
    height: 50px;
    color:  rgba(5,118,238,1);
}
.xingshi_china li{
    display: flex;
    width: 100%;
    height: 50px;
    color:  rgba(5,118,238,1);
}
.p{
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid rgba(5,118,238,1);
    border-bottom: 0;
}
.p1{
    border-bottom: 1px solid rgba(5,118,238,1);
}
.xingshi li p:last-child{
    width: 40px;
    height: 50px;
}
.xingshi_china li p:last-child{
    width: 40px;
    height: 50px;
}
.zhanxian {
    flex: 1;
}
.zhanxian li{
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    background-color: rgba(66,164,255,1);
}
.zhanxian li:first-child{
    display: block;
}
.zhanxian_zw li:first-child{
    display: flex;
}
.zhanxian_wm li,.zhanxian li{
    padding:5px 10px 0;
}
.zhanxian li div span{
    display: block;
}
.zhanxian li div p:first-child{
    margin-bottom: 5px;
}
.zhanxian li img{
    display: block;
    height: 84px;margin: 5px auto;
}
#zx_sm{
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
#zx_img{
    margin-top: 50px;
    height: 143px;
}
li.hover{
   background: url(../img/ddbx.png) no-repeat;
   color: #fff;
   background-size: 100% 102%;
   border: 0;
}
.ad_no{
    border: 0;
}
.act{
    color: #fff;
}
/*产品*/
.changping ul{
    display: flex;
    flex-flow: wrap;
}
.changping ul li{
    width: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 3;
}
.changping ul li img{
    width: 67.5px;
    height: 67.5px;
}
/*广告精准定位*/
.jz{
    padding:0 15px;
    font-size: 12px;
    text-align: center;
}
.ad_tu{
    margin-top: 15px;
    text-align: center;
}
.ad_tu img{
    height: 140px;
}
/*妙品吧*/
#miao{
    width: 74px;
    height: 18px;
}
#cheng{
    height: 47px;
    width: 32px;
}
.banner_mp{
    height: 297px;
    background: url(../img/u11969.png) no-repeat;
    background-size: 100% 100%;
}
.youshi{
    padding: 0 40px;height: 250px;
}
.youshi li{
    width: 50%;height: 50%;float: left;
    text-align: center;font-size: 14px;color: rgb(61,61,61);
    
}
.youshi li img{
    width: 30px;
    height: 30px;
    margin: 20px 0;
}
.youshi li:nth-child(1),.youshi li:nth-child(2){
    border-bottom: 2px solid rgba(239,17,92,1);
}
.youshi li:nth-child(2),.youshi li:nth-child(4){
    border-left: 1px solid rgba(239,17,92,1);
}
.duobian {
    position: relative;
    height: 228px;
}
.duobian img{
    height: 109px;
    position: absolute;
}
.duobian div{
    width: 94px;
    height: 109px;
    text-align: center;
    font-size: 12px;
    position: absolute;
}
.duobian div p{
    padding: 0 10px;
}
.duobian div p:first-child{
    margin-top: 25px;
}
.duobian div p#mt{
    margin-top: 35px;
}
#d1,.duobian .db_img1{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#d2,.duobian .db_img2{
    bottom: 10%;left: 22%;
}
#d3,.duobian .db_img3{
    bottom: 10%;right: 22%;
}
/*火眼金睛*/
.banner_eye{
    height: 289px;
    background: url(../img/u12197.png) no-repeat;
    background-size: 100% 100%;
}
.download{
    padding:10px 15px;
    display: flex;
    color: rgba(61,61,61,1);
    background-color: rgba(225,225,225,0.5);
    margin-bottom: 10px;
}
.download img{
    display: block;
    height: 66px;
    width: 66px;
}
.dw{
    margin:0 10px;
    font-size: 12px;
}
.dw p:first-child{
    width: 174px;
    font-size: 14px;
    margin-bottom: 10px;
}
.dw p:nth-child(2){
    color: rgba(126,126,126,1);
}
.db{
    flex: 1;
    font-size: 12px;
}
.db .dw_btn{
    display: block;
    width:75px;
    height:20px; 
    line-height: 18px;
    text-align: center;
    border: 1px solid rgba(66,164,255,1);
    color: rgba(66,164,255,1);
    border-radius: 10px ;
    margin-top: 47px;
}
.fuwu{
    height: 250px;padding:0 15px;
}
.fuwu li{
    width: 33.33%;height: 50%;float: left;
    text-align: center;font-size: 14px;color: rgb(61,61,61);
}
.fuwu li img{
    width: 67.5px;
    height: 67.5px;
    margin: 10px 0;
}
.cpfw{
    padding: 5px 0;
    background: url(../img/hyjj2x.png) no-repeat;
    background-size: 100% 101%;
}
.cpfw ul li{
    display: flex;color: #fff;line-height: 2;font-size: 14px;
}
.cpfw ul li div{
    flex: 1;
}
.cpfw ul li p:nth-child(2){
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 10px;
}
.cpfw ul li p:last-child{
    width: 140px;
}
/*诚信认证*/
.banner_cx{
    height: 300px;
    background: url(../img/u12064.png) no-repeat;
    background-size: 100% 100%;
}
.cxcp{
    padding:0 15px;
    height: 150px;
    color: rgba(61,61,61,1);
    font-size: 14px;
    line-height: 2;
    position: relative;
}
.cxcp img{
    position: absolute;
    right: 0;bottom: 0;
    opacity: 0.5;
    width: 133px;
}
.cxcp .dian{
    display: inline-block;
    width:10px;
    height:10px; 
    background:rgba(255,2,0,1);
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}
.anli{
    padding-top: 10px;
    background-color: rgba(96,100,106,1);
}
.anli ul{
    display: flex;
    flex-wrap: wrap;
}
.anli ul li{
    width: 33.33%;
    text-align: center;
    padding: 10px;
}
.anli ul li a img{
    width: 105px;
    height: 43px;
    background-color: #fff;
} 
#p{
    padding:0 10px;
    color: #fff;
    font-size: 14px;
}
/*批发*/
.pifa{
    padding:0 15px;font-size: 14px;color: rgba(61,61,61,1);
}
.pifa_img{
    height: 165px;
    margin: 15px 0;
    display: flex;
}
.pifa_img div{
    position: relative;
    flex: 1;text-align: center;line-height: 1.5;
    box-shadow: 0px 0px 5px -2px rgba(125,55,30,0.59), 0px 4px 5px -2px rgba(125,55,30,0.59);
}
.pifa_img div ul{
    width: 100%;
    height: 140px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pifa_img div ul li{
    line-height: 2;text-align: left;padding-left: 10%;
}
.pifa_img .box1,.pifa_img .box3{
    height: 150px;margin-top: 5px;
}
.pifa_img .box2{
    height: 165px;margin-top: -5px;
}
.pifa_img div img{
    height: 13.5px;margin-right: 10px;margin-bottom: 3px;
}
.liucheng{
    height: 154px;margin: 15px;
    background: url(../img/dfgfdg9.png) no-repeat;
    background-size: 100% 100%;
}
/*盘大*/
#mb{
    margin-bottom: 0;
}
.ps_list li{
    height:150px; 
    margin: 20px 15px;
    background:rgba(225,225,225,0.5);
    color: rgba(61,61,61,1);
    border-radius: 10px; 
    font-size: 14px;
}
.ps_list li img{
    display: block;
    height: 87.5px;
    width: 85px;
    margin-right: 35px;
    margin-left: 15px;
    border-radius: 50%;
}
.ps_list li div{
    display: flex;
}
.ps_list li div p{
    flex: 1;
}
.ps_list li div p:last-child{
    padding-right: 5px;
}
.ps_list li img:nth-child(2){
    margin: 0 15px 0 0;
}
.ps_list li p#resver{
    margin-right: 35px;
    margin-left: 15px;
}
#tar{
    text-align: right;
}
#wid{
    width: 170px;
}


.list_dl li a.l_color{
    color: skyblue;
}

/*
 *
    新经济平台
*
*/

/*产品服务*/
.l-mb{
    border-bottom:1px solid #ccc;
    color: #333;
}
.brand_box{
    color:#fff;
    margin-top: 10px;
    background: -webkit-linear-gradient(#FFAD4E, #FE7536);
    background: -o-linear-gradient(#FFAD4E, #FE7536);
    background: -moz-linear-gradient(#FFAD4E, #FE7536);
    background: linear-gradient(#FFAD4E, #FE7536);
}
.brand_ul{
    display: flex;
    margin-top: 40px;
    padding:0 20px 40px;
}
.brand_ul li{
    flex:1;
    font-size: 12px;
    text-align: center;
}
.brand_ul li img{
    width: 60%;
}
.brand_ul li span{
  display: block;
    margin-top: 10px;
}
.brand_box h4,.drainage_box h4{
    padding:20px;
    text-align: center;
    font-size: 16px;
}
.brand_box p,.drainage_box p{
    padding:0 7%;
    font-size: 14px;
}
/*全网引流*/
.drainage_box{
    color:#999;
}
.drainage_box h4{
   color: #333;
}
.drainage_ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding:0 20px 40px;
}
.drainage_ul li{
    flex:1;
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}
.drainage_ul li img{
    width: 60%;
}
.drainage_ul li span{
    display: block;
    margin-top: 10px;
}
/*促进交易*/
.promote_box{
    color:#fff;
    margin-top: 10px;
    background: -webkit-linear-gradient(#FF9666, #FF3566);
    background: -o-linear-gradient(#FF9666, #FF3566);
    background: -moz-linear-gradient(#FF9666, #FF3566);
    background: linear-gradient(#FF9666, #FF3566);
}

.promote_ul{
    display: flex;
    margin-top: 40px;
    padding:0 20px 40px;
}

.promote_ul li{
    flex:1;
    font-size: 12px;
    text-align: center;
}
.promote_ul li img{
    width: 60%;
}
.promote_ul li span{
    display: block;
    margin-top: 10px;
}
.promote_box h4{
    padding:20px;
    text-align: center;
    font-size: 16px;
}
.promote_box p{
    padding:0 7%;
    font-size: 14px;
}
/*直通车会员优例*/
.direct_box{
    padding:0 7%;
}
.direct_box h4{
    padding:20px;
    text-align: center;
    font-size: 16px;
}

.lem{
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid  #FF8A00;
}
.l-title h1{
    border-bottom: 1px solid #ccc;
    color: #333;
}
.spsn {
    position: absolute;
    display: inline-block;
    top: -9px;
    right: 10px;
    width: 0;
    height: 0px;
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
.spimg{
    width: 1.5rem;
    float: left;
    margin-top: 0.7rem;
}
.spsps{
    display: block;
    margin-left: 2.2rem;
    border-bottom: 1px solid rgba(221,221,221,1);;
}