/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; font-family:微软雅黑,Arial, Helvetica, sans-serif;  letter-spacing: 1px; }
a{ color:#333; text-decoration:none;}
a:hover{text-decoration: none}
ul, ol{list-style-type:none;}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.w1220{width:1220px; margin:0 auto; }
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;}
input, textarea,select{outline:medium;}
p{ text-align:justify;}
.fl{ float:left;}
.fr{ float:right;}


/*join*/
body{
    font-size: 0;
}
#join {
    display: block;
    height: auto;
    overflow: hidden;
}
.allimg,
#join>div.joinIMG{
    overflow: hidden;
    display: block;
    font-size: 0;
}


#join div.joinIMG>img{
    width: 100%;
    float: left;
    display: block;
    margin: -1px 0 0 0;
}

.joinIMG{
    font-size: 0;
}
.joinIMG img{
    width: 100%;
}





.lunbo{
    height: auto;
    padding: 0;
    width:100% !important;
    margin: 0 0;
    overflow: hidden;
        font-size: 0;
}

.lunbo .swiper-slide img{
    width: 100% !important;
}

.lunbo .swiper-container-horizontal>.swiper-pagination{
    bottom: 12px;
}
.mobileLunBo .swiper-container-horizontal>.swiper-pagination{
    bottom: 10px;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    width:20px;
}


.lunbo .swiper-button-prev, .lunbo .swiper-button-next {
       position: absolute;
    width: 25px;
    height: 42px;
    background-color: rgb(174 174 174 / 58%);
    top: 54%;
    z-index: 9999;
    background-size: 10px;

}




/*页脚的ipc备案号*/
.IPCBOX{
    padding: 10px;
    box-sizing: border-box;
    background: #2b7250;
    color: #ffffff;
    margin: 0;
}
.IPCBOX a,
.IPCBOX p{
    color: #ffffff;

}
.IPCBOX ul{
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    font-size: 0;
}
.IPCBOX ul li{
    width: 30%;
    display: inline-block;
    font-size: 0;
}

.IPCBOX ul li:nth-child(2){
    border-right:1px #ffffff solid ;
    border-left:1px #ffffff solid ;
}
.IPCBOX ul li a{
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}
.IPCBOX  .IPC{
    color: #ffffff;
    letter-spacing: 0;
}
.IPCBOX  .IPC p{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 4px 0 0 0;
}
body{
    padding-bottom: 46px;
}
.allbtn{
    position: fixed;
    width: 100%;
    height: 46px;
    display: inline-block;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #942371;
    padding: 8px ;
    border-top: 1px rgba(255,255,255,0.3) solid;
    box-sizing: border-box;
}

.allbtn span{
    width: 50%;
    float: left;
    border-right: 1px rgba(255,255,255,0.6) solid;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
.allbtn span:nth-child(2){
    border-right: none;
}
.allbtn span a{
    width: 110px;
    height: 29px;
    border-radius: 20px;
    background: #ffffff;
    color: #942371;
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    letter-spacing: 0;
    line-height: 30px;
}
.allbtn span:nth-child(2) a{
    background: none;
    color: #ffffff;
}



