.alliance_desc{
    width: 100%;
    height: 470px;
    background-color: #f9f9f9;
    overflow: hidden;
    margin-bottom: 60px;
}
.alliance_desc_left{
    width: 560px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    float: left;
}
.alliance_desc_title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #0c73f5;
}
.alliance_desc_title1{
    font-size: 12px;
    color: #0c73f5;
    display: block;
    margin-top: 5px;
}
.alliance_desc_text{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 22px;
    display: block;
}
.alliance_desc_right{
    float: right;
    width: 260px;
    height: 100%;
    background-color: #1b6d85;
}
.alliance_desc_right>img{
    width: 100%;
    height: 100%;
}
.council_title{
    width: 100%;
    text-align: center;
}
.council_title>span{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    position: relative;
}
.council_title>span:before{
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background: url("/web2/images/council_title_left.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: -125px;
    top: 50%;
    margin-top: -5px;
}
.council_title>span:after{
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background: url("/web2/images/council_title_right.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: -125px;
    top: 50%;
    margin-top: -5px;
}
.alliance_title{
    width: 344px;
    margin: 30px auto 40px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    background: url("/web2/images/alliance_title.png") no-repeat center center;
    background-size: 100% 100%;
}
.alliance_title>span{
    position: relative;
}
.alliance_title>span:before{
    content: '';
    display: block;
    width: 28px;
    height: 12px;
    background: url("/web2/images/alliance_title_left.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -6px;
}
.alliance_title>span:after{
    content: '';
    display: block;
    width: 28px;
    height: 12px;
    background: url("/web2/images/alliance_title_right.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -6px;
}


.alliance_swiper1 .swiper-container{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.alliance_swiper1 .swiper-slide{
    width: 142px !important;
    height: 60px !important;
    background-color: #f9f9f9;
    line-height: 60px;
    text-align: center;
}
.alliance_swiper1 .swiper-slide>img{
    max-width: 100%;
}


.alliance_swiper2 .swiper-container{
    width: 100%;
    height: 290px;
}
.alliance_swiper2 .swiper-slide{

}
.alliance_swiper2 .swiper-slide .alliance_logo_box{
    width: 142px !important;
    height: 60px !important;
    background-color: #f9f9f9;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.alliance_swiper2 .swiper-slide .alliance_logo_box img{
    max-width: 100%;
}
