.partoneshow.active{
    display: block;
    padding-left: 210px;
    padding-right: 210px;
    margin-bottom: 169px;
}
.partoneshow{
    display: none;
}

.partfourshow{
    display: block;
    background-image: url('../images/service_img/serviceBodybg.png');
    background-size: cover; /* 覆盖整个div，可能会裁剪图片 */
    background-position: center; /* 图片居中显示 */
    background-repeat: no-repeat;

    /* 以下可选，确保在不同浏览器中兼容 */
    display: block;
    margin: 0 auto; /* 水平居中 */
    /* height: 80.3645vw; */
}
.partfourshow .biaoji2 .icon{
    width:8vw;
    max-width: 170px;
    height: auto;
}
.box {
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    width: 39.0625vw;
    height: 26.94791vw;
    padding: 20px;
    margin: 20px;
}

.lxwm_1{
    gap: 2.4vw;
}
.lxwm_1 > .col{
    background: #F9F9F9;
    border-radius: 5px;
    padding: 2vw 3vw;
    box-sizing: border-box;
}

/* 大屏偏移样式 */
@media (min-width: 768px) {
    .left-col {
        position: relative;
        top: 60px;
    }
}

@media screen and (max-width: 992px) {
	
	.listbox>div{
		width: 20% !important;
	}
	.listbox img{
		width: 25px !important;
		height: auto !important;
	}
	.listbox img{
		font-size: 12px !important;
	}
	.datatitle{
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		font-size: 12px !important;
	}
	.datatitle a{
		font-size: 12px !important;
	}
	.paddLRBody .lxwm_4 form{
	        width: 100% !important;
	}
	form{
		padding: 14px !important;
	}
	
	
	.localImg {
	    width: 100% !important;
	    margin-top: 10px !important;
	    height: auto !important;
	}
	.othertext {
	    font-size: 14px !important;
	    margin-left: 10px !important;
	}
	
	.localName {
	    font-size: 16px !important;
	}
	.companyName {
	    font-size: 12px !important;
	}
	.paddLRBody .text-center h1{
		font-size: 16px !important;
	}
	.formbtn {
	    width: 76px !important;
	    height: 22px !important;
	    font-size: 12px !important;
	}
	.biaoji1_1{
		flex-direction: column !important;
	}
	.biaoji1_1 .row {
		width: 100% !important;
        margin-left: 0;
	}
	.biaoji1_1 .row a{
		font-size: 14px !important;
		line-height: 1.7 !important;
	}
	.partfourshow {
	    height: auto !important;
	}
	.biaoji2 .col{
		width: calc(100% / 2) !important;
		flex:initial !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		margin-bottom: 14px !important;
        flex-direction: column;
        text-align: center;
	}
	/* .icon {
	    width: 50px !important;
	    height: 50px !important;
	} */
	.iconText {
	    font-size: 14px !important;
	}
	.country_box{
		width: 100% !important;
		height: auto !important;
	}
	.country_box a {
		font-size: 14px !important;
        line-height: 2;
	}
	.countryName {
	    font-size: 16px !important;
	}
	
}



/* 小屏恢复默认 */
@media (max-width: 767.98px) {
    .left-col {
        top: 0;
    }
	.paddLRBody .lxwm_1{
		flex-direction: column !important;
		width: 100% !important;
        margin: 0 auto;
	}
	.paddLRBody .lxwm_2{
		flex-direction: column !important;
		width: 100% !important;
	}
}

.dataList{
    display: flex;
    flex-direction: column;
}
.listbox{
    background-color: #f6f6f6;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-bottom: 34px;
}
.datatitle{
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.datatitle a{
    color: black;
}
.datatitle a:hover{
    color: #C9062C;
}
.dataKind{
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
}

.hero-title {
    font-size:4.1666vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-title::after{
    content: '';
    position: absolute;
    bottom: -0.52vw;
    width: 6.40625vw;
    height: 3px;
    background: white;
    top:110%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

nav {
    background: #ffffff;
    width: 100%;
}

.nav-container {
    display: flex;
    width: 54.1666vw;
    left: 22.9166vw;
    position: absolute;
    z-index: 9;
    bottom: 5.520vw;
}

.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.25vw;
    transition: color 0.3s ease;
    position: relative;
}

/* 默认选中状态 */
.nav-links .active {
    color: white;
}

.nav-links .active::after,
.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    bottom: -0.9895vw;
    left: 0;
    transition: width 0.3s ease;
}
.nav-links .active::after,
.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: white;
}


.partonetitle{
    color: #C9062C;
    font-size: 0.9735vw;
    text-decoration: none;
    padding-left: 3.85416vw;
    padding-top: 0.20416vw;
}
.partonetitle-two{
    color: #C9062C;
    font-size: 1.25vw;
    text-decoration: none;
    padding-left: 3.85416vw;
    padding-top: 0.5208vw;
}
.partonetext{
    color: #333333;
    font-size: 0.94166vw;
    text-decoration: none;
    width: 31.3541vw;
    height: 5.625vw;
    padding-left: 3.85416vw;
    padding-top: 0.7291vw;
    line-height: 2.2916vw;
}

.localName{
    color: #C9062C;
    font-size: 1.875vw;
    text-decoration: none;
    font-weight: bold;
}
.companyName{
    color: #292929;
    font-size: 1.875vw;
    text-decoration: none;
    font-weight: bold;
    padding-top: 0.8854svw;
}
.iconimg{
    width: 1.71875vw;
    height: 1.71875vw;
    min-width: 20px;
    min-height: 20px;
}
.othertext{
    color: #1C1C1C;
    font-size: 1.15vw;
    text-decoration: none;
}
.localImg{
    width: 36.1458vw;
    height: 28.3333vw;
}
.formbtn{
    width: 12.0833vw;
    height: 2.8645vw;
    background-color: #C9062C;
    color:white;
    font-size: 0.9735vw;
    line-height: 2.8645vw;
    border-radius: 10px;
    text-align: center;
}
/* .icon{
    width: 5.46875vw;
    height: 5.46875vw;
} */
.iconText{
    color: #343434;
    font-size: 1.25vw;
    margin-left: 0.8854vw;
    text-decoration: none;
}
.country_box{
    width: 38.0729vw;
    height: 20.7291vw;
    background-color: rgb(255,255,255,0.6);
    padding-top: 2.91666vw;
    padding-left: 4.375vw;
    padding-bottom: 2.9687vw;
    line-height: 3vw;
}
.countryName{
    color: #C9062C;
    font-size: 1.66666vw;
    font-weight: bold;
    text-decoration: none;
}
.phoneNumber{
    color: #1C1C1C;
    font-size: 1.1vw;
    text-decoration: none;
}
.send{
    color: #1C1C1C;
    font-size: 1.1vw;
    text-decoration: none;
}
.webName{
    color: #1C1C1C;
    font-size: 1.1vw;
    text-decoration: none;
}
.loacl{
    color: #1C1C1C;
    font-size: 1.1vw;
    text-decoration: none; 
}
@media  screen and (max-width:768px){
	.nav-container {
	    bottom: -10px !important;
	}
}
