

.i_flash{ width:100%; margin:0px auto;}
.fullSlide{width:100%; margin:0px auto; position:relative;height:400px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:400px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:400px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:11px;height:11px; border-radius:50%; margin:1px 5px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:10%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:10%;background-position:-6px -137px;}

.active_more{
    display: none;
}
.active .active_more{
    display: block;
}

#anli_roll { float:left;z-index: 0; position: relative; width:1180px;height:100%; margin-bottom:0px;}
.roll_div {overflow: hidden; _zoom: 1;margin: 0px auto; width: 1160px; height:400px;  margin-top:15px; }
.cont_roll {height: 400px; width:1160px;}
.cont_roll_li{
    height: 400px;
    width:1160px;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content : space-around;
    align-items : center;
}
.cont_roll_li_ali{
    width: 16.6%;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content : center;
    align-items : center;
    margin-bottom: 10px;
}
.cont_roll_li a{
    width: 120px;
    height: 120px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content : center;
    align-items : center;
    font-size: 16px;
}

/*上一位下一位*/
#anli_roll .nav_roll{z-index: 1; position: absolute; text-indent: -999px; width:46px; display: block;height: 80px; top:170px; overflow: hidden; cursor: pointer;}
.next {background-image: url(../images/left.png); left:0px;}
.next:hover {background-image: url(../images/left.png);left:0px;}
.prev {background-image: url(../images/right.png); right:0px;}
.prev:hover {background-image:  url(../images/right.png);right: 0px}


/* 广告位招商 */
.index_ad{
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content : space-between;
    align-items : center;
    width: 1200px;
    margin: 10px auto;
}

/* 协会 */
.xh_box{
    width: 100%;
    overflow: hidden;
}
.xh_box ul{
    border-bottom: 2px #d1d1d1 solid;
}
.xh_box li{
    display: inline;
    text-decoration: none;
    padding: 10px;
    font: bold 15px/40px "微软雅黑";
    cursor: pointer;
 }

/* 文章标题 */
.index_new_h3 h3{
    color: #266fb6;
    border-bottom: 2px #266fb6 solid !important;
}

/* 品牌 */
.brand_box{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 1160px;
    padding: 0 20px;
    margin: 10px auto 0;
    border-radius: 2px 2px 0 0; 
    overflow: hidden;
    background-color: #db261d;
    height: 80px;
    
}
.brand_box h3{
    font: bold 30px/40px "微软雅黑";
    color: #fff500;
    line-height: 80px;
}
.brand_box_cont{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 1180px;
    padding: 10px;
    background-color: #FFF;
    margin: 0 auto 10px;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
}

/* 会员专区 */
.member_box{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 1160px;
    padding: 0 20px;
    margin: 10px auto 0;
    border-radius: 2px 2px 0 0; 
    overflow: hidden;
    background-color: #266fb6;
}
.member_box h3{
    font: bold 15px/40px "微软雅黑";
    color: #fff;
}
.member_box a{
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.member_box_cont{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 1180px;
    padding: 10px;
    background-color: #FFF;
    margin: 0 auto 10px;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
}