
/* 关于我们 */
.aboutus {
    width: 100%;
    padding: 0.3rem;
    padding-bottom: 0.5rem;
    background: #FFFFFF;
}
.title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.aboutus .text {
    width: 100%;
    margin-top: 0.3rem;
}
.aboutus .text p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-indent: 2em;
    line-height: 0.36rem;
}
.aboutus .text .faburen {
    margin-top: 0.3rem;
    text-align: right;
}
.aboutus .shuming {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
}
.aboutus .shuming .row1 {
    width: fit-content;
}
.aboutus .shuming .row1:first-child {
    margin-right: 1.2rem;
}
.aboutus .shuming .guwen {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
}
.aboutus .shuming .guwen:nth-child(2) {
    margin-top: 0.4rem;
}
.aboutus .shuming .item {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
}

/* 联系我们 */
.contact {
    width: 100%;
    margin-top: 0.3rem;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.contact .info {
    flex: 1;
    padding: 0.3rem;
}
.contact .tab {
    margin-top: 0.3rem;
}
.contact .tab .info_i {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.5rem;
}
.contact .tab .info_i img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.contact .map {
    width: 7rem;
    height: 3.2rem;
}
.contact .map img {
    width: 100%;
    height: 100%;
}

/* 本网声明 */
.shengming {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.3rem;
    background: #FFFFFF;
}
.shengming .content {
    margin-top: 0.3rem;
}
.shengming .content p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
}

/* 战略合作 */
.hezuo {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.3rem;
    padding-bottom: 0.5rem;
    background: #FFFFFF;
}
.hezuo .list {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
}
.hezuo .list .item {
    width: 3.2rem;
    height: 1.1rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
    border: 0.01rem solid #DCDCDC;
}
.hezuo .list .item:nth-child(-n+4) {
    margin-top: 0;
}
.hezuo .list .item:nth-child(4n) {
    margin-right: 0;
}



@media only screen and (max-width:1024px){
    .title{
        font-size: 16px;
    }
    td{
        font-size: 14px;
    }
    .aboutus .text p,
    .aboutus .shuming .guwen,
    .aboutus .shuming .item,
    .contact .tab .info_i,
    .shengming .content p{
        font-size: 12px;
    }
    .aboutus .text .faburen{
        font-size: 14px;
    }
    .contact{
        flex-direction: column;
    }
    .contact .map{
        width: 100%;
        padding: 15px;
        height: 4rem;
    }
    .hezuo .list .item{
        margin-top: .2rem!important;
    }
}





