
/*协会公告*/
.affiche_left{
    width: 55%;
    margin-right: 30px;
}
.affiche_right{
    overflow: hidden;
}
.affiche_swiper .slide_list a{
    display: block;
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
.affiche_swiper .slide_list a h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-indent: 30px;
    background: rgba(0,0,0,0.4);
}
.affiche_swiper .slide_list a h3 span{
    display: block;
    width: 70%;
}
.affiche_left .affiche_page{
    width: 25%;
    right: 30px;
    left: auto;
    text-align: right;
}
.affiche_left .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
}
.affiche_left .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #00ad5a;
    opacity: 1;
}
/*协会公告结束*/

/*服务板块*/
.serve{
    width: 49%;
    height: 120px;
    line-height: 120px;
    border-radius:3px;
    text-align: center;
}
.serve a{
    color: #fff;
}
.serve:first-child{
    background: url(../images/index/bg1.jpg) no-repeat center;
    background-size: cover;
}
.serve:nth-child(2){
    background: url(../images/index/bg2.jpg) no-repeat center;
    background-size: cover;
}
.brand ul{
    margin: 0 -10px;
}
.brand ul li{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.brand ul li .con{
    display: block;
    margin: 0 10px;
    height: 138px;
    padding: 20px 12px;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    text-align: center;
    color: #fff;
}
.brand ul li:nth-child(1) .con , .brand ul li:nth-child(4) .con{
    background: url(../images/index/bg3.jpg) no-repeat center;
    background-size: cover;
}
.brand ul li:nth-child(2) .con , .brand ul li:nth-child(3) .con{
    background: url(../images/index/bg4.jpg) no-repeat center;
    background-size: cover;
}
.brand ul li .con .brand_img{
    height: 54px;
    line-height: 54px;
}
.brand ul li .con .brand_img img{
    width: 50px;
}
.brand ul li .con:hover .brand_img img{
    transform: scale(1.08);
}
.brand ul li .con h3{
    margin-top: 14px;
}
/*服务板块结束*/

/*资料征订*/
.information{
    padding: 60px 0;
    background: url(../images/index/bg5.jpg) no-repeat center;
    background-size: cover;
}
.information .bor_title:after{border-top: 1px solid #6bc2d6;}
.information .bor_title:before{border-top: 1px solid #6bc2d6;}

.information-swiper{
    margin-top: 30px;
    padding-bottom: 50px;
    padding-top: 70px;
}
.information-prev, .information-next {
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #676767;
    font-size: 32px;
    margin-top: -20px;
}
.information-prev {
    left: -80px;
    transform: rotate(-180deg);
}
.information-next{
    right: -80px;
}
.information .image{
    /* padding-bottom: 64.5%; */
    /* height: 0; */
    /* overflow: hidden; */
    margin-bottom: 50px;
}
.information .image img{
    width: 46%;
}
.information .image .active{
    position: absolute;
    width: 53%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.information h3{
    margin-bottom: 6px;
}

@media only screen and (min-width:1199px){
    .information .con:hover .image .active{
        width: 56%;
    }
}
/*资料征订结束*/

/*友情链接*/
.friendship{padding: 90px 0;background: url(../images/foot_bg.jpg) no-repeat center;-webkit-background-size: cover;background-size: cover;}
.foot_sel .sel{width: 31%;float: left;margin-right: 3.5%;background: #e9eae7;}
.foot_sel .sel:last-child{margin-right: 0;}
.foot_sel .sel .sel_text input{padding-left: 20px;text-align: left;font-size: 20px;font-weight: bold;line-height: 50px;height: 50px;}
.foot_sel .sel .sel_text {width: auto;}
.foot_sel .sel .sel_nav {top: 50px;font-size: 20px;font-weight: bold;background: #e9eae7}
.foot_sel .sel .sel_nav a{color: #333;text-align: left;padding-left: 20px;}
.foot_sel .sel .sel_nav a:hover {background: #09b361;color: #fff}
/*友情链接结束*/

.information-page{display: none}
.swiper-container-horizontal>.information-page{
    bottom: 0;
}
.information-page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
}
.information-page .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

@media only screen and (max-width:1199px){
    .information-prev, .information-next{display: none;}
    .information-page{display: block;}

    .friendship {padding: 50px 0;border-bottom: 4px solid #008647;}
    .friendship h3:after,.friendship h3:before{width: 28%;}
    .foot_sel .sel .sel_text input,.foot_sel .sel .sel_nav{font-size:17px}
}
@media only screen and (max-width:1000px){
    .affiche_left {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 30px;
    }
    .information ul .image {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:768px){
    .serve {
        width: 100%;
        height: 100px;
        line-height: 100px;
        margin-bottom: 20px;
    }
    .information{padding: 30px 0;}
    .friendship{padding: 30px 0;}
    .foot_sel .sel {margin-bottom: 12px;width: 100%;float: none;margin-right: 0;}
}
@media only screen and (max-width:500px){
    .affiche_swiper .slide_list a h3 {
        text-indent: 20px;
    }
    .affiche_left .affiche_page {
        right: 10px;
    }
    .serve {
        height: 80px;
        line-height: 80px;
        margin-bottom: 12px;
    }
    .brand ul li {
        width: 100%;
        float: none;
        margin-bottom: 12px;
    }
    .brand ul li .con {
        height: 120px;
    }
    .brand ul li .con .brand_img {
        height: 40px;
        line-height: 40px;
    }
    .brand ul li .con .brand_img img {
        width: 40px;
    }

}
