body{

}

.about-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}
.about-info > div{
    width: 50%;
}
.about-info > div.about-info-left{
    font-size: 16px;
    width: 40%;
}
.about-info > div.about-info-left h3{
    font-size: 30px;
    color: #000;
    margin-bottom: 0.1rem;
}
.about-info > div.about-info-left p{
    line-height: 25px;
    margin-bottom: 10px;
}

.about-img{
    background: url("../images/test29.png") no-repeat center;
    background-size: cover;
    height: 444px;
    font-size: 16px;
    color: #fff;
    margin-top: 0.7rem;
}
.about-img >div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.about-img-title{
    font-size: 30px;
}
.about-img-icons{
    margin-top: 0.87rem;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}
.about-img-icons > div{
    flex: 1;
    flex-direction: column;
    display: flex;
    align-items: center;
}
.about-img-icons > div >span{
    font-size: 48px;
    margin-top: 20px;
    display: flex;
}
.about-img-icons > div i{
    font-style: normal;
    align-self: flex-start;
    font-size: 30px;
}
.about-img-icons > div p{
    font-size: 16px;
}

.about-c-img {
    margin-top: 0.6rem;
    font-size: 18px;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-c-img > div{
    display: flex;
    border: 1px solid #dedede;
    flex-direction: column;
    margin-right: 30px;
    flex: 1;
    transition: 0.3s all ease;
}
.about-c-img > div img{
    object-fit: cover;
    height: 189px;
    width: 100%;
}
.about-c-img > div:nth-child(4n){
    margin-right: 0;
}
.about-c-img > div >p{
    padding: 15px;
    font-size: 18px;
}
.about-c-img > div:hover{
    box-shadow:0px 15px 10px -15px #ccc;
}
.about-c-img > div:hover p{
    color: #193e6a
}
.about-partner-img{
    margin-top: 60px;
}



.exhibitor-list{
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    padding-bottom: 0.5rem;
}
.exhibitor-list a {
    font-size: 20px;
}
.exhibitor-item{
    display: flex;
    margin-right: 36px;
    flex-direction: column;
    border: 1px solid #dedede;
    width: calc(100% / 4);
    align-self: stretch;
    height: auto;
    justify-content: space-between;
}
.exhibitor-item:nth-child(4n){
    margin-right: 0;
}
.exhibitor-item a{
    border-top: 1px solid #dedede;
    height: 50px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.exhibitor-item > div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding: 25px;
}
.exhibitor-item img{
    object-fit: contain;
    max-height: 240px;
}
.exhibitor-page{
    font-size: 0;
    right: 0;
    top: 0.2rem;
}
.exhibitor-page .swiper-pagination-bullet{
    margin-right: 5px;
}
.exhibitor-bullet-active{
    background: #0a3c81;
    opacity: 1;
}



.about .common-title{
    text-align: left;
    margin-top: 0.58rem;
    margin-bottom: 0.40rem;
}
.about .common-title::after{
    display: none;
}




/* 尺寸适配 */
@media (max-width: 1660px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 960px) {
    .about-info{
        flex-direction: column;
    }
    .about-info > div{
        width: 100% !important;
    }
    .about-info > div.about-info-left h3{
        font-size: 16px;
    }
    .about-info > div.about-info-left{
        font-size: 13px;
    }
    .about-info > div.about-info-left p{
        line-height: 20px;
    }
    .about-img-title{
        font-size: 18px;
    }
    .about-img-icons{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .about-img{
        height: auto;
        padding: 20px 0 0px 0;
    }
    .about-img-icons > div >span{
        font-size: 18px;
    }
    .about-img-icons > div{
        flex: 0 0 33%;
        margin-bottom: 20px;
    }
    .about-img-icons > div i{
        font-size: 12px;
    }
    .about-img-icons > div p{
        font-size: 14px;
    }
    .about-img-icons > div >span{
        margin-top: 5px;
    }
    .about-img-icons > div em{
        height: 45px;
    }
    .about-img-icons > div em img{
        height: 100%;
        object-fit: cover;
    }
    .about-c-img{
        flex-direction: column;
    }
    .about-c-img > div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .about-c-img > div:last-child{
        margin-bottom: 0;
    }
    .about-c-img img{
        width: 100%;
    }
    .exhibitor-item{
        min-height: 200px;
    }
    .exhibitor-list a{
        font-size: 14px;
    }
    .exhibitor.about .wrapper-main.pr{
        width: calc(100%);
        max-width: calc(100%);
    }
}

@media (max-width: 640px) {

}





