* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

.img_top {
    width: 100%;
    position: relative;
}

.img_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_top .mobile_banner {
	display: none;
}

.top_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.top_text h2::after {
    content: '';
    position: absolute;
    left: 30%;
    bottom: 45%;
    height: 3px;
    width: 43%;
    background-color: #3006f0;
}

.top_text strong {
    color: #3006f0 !important;
    line-height: 35px;
}

.content {
    width: 100%;
    min-height: 200px;
}

.content_box {
    max-width: 1320px;
    margin: 0 auto;
    padding: 3% 0;
}

.they_changed {
    text-align: center;
    position: relative;
}

.they_changed h3::after {
    content: '';
    position: absolute;
    left: 48%;
    bottom: -20%;
    height: 3px;
    width: 3%;
    border-radius: 10px;
    background-color: #ce1610;
}

.statistics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
 
.statistics_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.statistics_item_title {
    display: flex;
    align-items: flex-end;
    line-height: 75px;
}

.statistics_item_title p {
    margin-right: 10px;
    font-size: 65px;
    color: #ff6414;
    font-weight: 700;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.statistics_item_desc {
    margin-right: 10px;
    font-size: 30px;
    color: rgb(85, 85, 85, 0.4);
    font-weight: 600;
    margin: 10px auto;
}

.logo-container {
    padding: 20px;
    text-align: center;
    box-shadow: 0px 1px 7px rgb(85, 85, 85, 0.3);
    border-radius: 5px;
    height: 120px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logobox {
    margin: 80px 0 !important;
    justify-content: center;
    gap: 20px;
}

.logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news_content_tips {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 15px 15px;
}

@media screen and (max-width: 768px) {
	.img_top .pc_banner {
		display: none;
	}
	.img_top .mobile_banner {
		display: block;
	}
    .logo-container {
        height: 90px;
    }
    .logo-container>div {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}
