.top .topMsg {
    font-size: 30px;
    position: relative;
}

.top .topMsg>img {
    width: 100%;
}

.top .topMsg p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    font-size: 44px;
    right: 15px;
}

.top .topMsg p img {
    margin-bottom: 5px;
    margin-right: 5px;
    width: 90px;
}

.msg {
    margin-top: 50px;
    margin-bottom: 50px;
}

.msg .containerTop {
    border-bottom: 1px solid #ccc;
}

.msg .containerTop p {
    margin-top: 20px;
    font-size: 30px;
}
.msg .containerTop p em{
	color: red;
}
.logos {
    margin-bottom: 120px;
}

.logos .img1 {
    text-align: center;
    margin-top: 40px;
}

.logos .img1 img {
    max-width: 100%;
}

.logos .img2 {
    text-align: center;
}

.logos .img2 img {
    max-width: 100%;
}

.titleBox {
    display: inline-block;
    font-size: 32px;
    background-color: #38658c;
    height: 60px;
    padding: 3px 25px;
    color: #fff;
    line-height: 54px;
}


/* 红圆点 */

p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
}

@media (min-width: 1440px) {
    .containerTop {
        width: 1170px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .top .topMsg p {
        font-size: 24px;
    }
    .top .topMsg p img {
        margin-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .top .topMsg p {
        left: 46%;
        font-size: 16px;
    }
    .top .topMsg p img {
        width: 30px;
    }
    .logos .img1 img{
        width: 50%;
    }
}

@media screen and (max-width: 1680px) {
    .titleBox {
        font-size: 26px;
    }
    .msg .containerTop p {
        margin-top: 20px;
        font-size: 24px;
    }
}

@media screen and (max-width: 1440px) {
    .titleBox {
        font-size: 24px;
    }
    .msg .containerTop p {
        margin-top: 20px;
        font-size: 22px;
    }
}

@media screen and (max-width: 1366px) {
    .titleBox {
        font-size: 22px;
    }
    .msg .containerTop p {
        margin-top: 20px;
        font-size: 20px;
    }
}


@media (max-width: 768px) { 

    .titleBox { font-size: 18px; height: 45px; line-height: 40px; }
    .msg .containerTop p { font-size: 16px; line-height: 25px;  }
    .logos { margin-bottom: 20px; }
    .msg .containerTop { padding-bottom: 20px; }
    .msg { margin-top: 30px; margin-bottom: 30px; }

}