.contactus_item{
    margin: 50px 0;
    border-right: 4px solid #E2E2E2;
    padding: 0 35px;
    color: #84ADB8;
    transform:skew(175deg,0deg);
}
.contactus_item:nth-child(5){
    border: none;
}
.contactus_item .title{
    font-size: clamp(1.125rem, 0.775rem + 1.44vw, 2.5rem);
}
.page_top h3{
	font-size: 32px;
	color: #fff;
    background-color: #84ADB8;
    width: 150px;
    padding: 10px;
}
.page_top p {
	color: #84ADB8;
	font-size: 50px;
	letter-spacing: 5px;
	font-weight: bold;
}
.info{
    color: #84ADB8;
}
.contactus_item .sub_title{
    font-size: clamp(0.75rem, 0.654rem + 0.39vw, 1.125rem);
    /* width: ; */
    margin-top: 15px;
}
.bgmain{
    background:url(../bg1.png) center;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.bottom{
    margin-top: 40px;
    padding-bottom: 40px;
}
.icon{
    width: 60px;
    height: 60px;
}
.icon img{
    width: 100%;
    height: 100%;
}
.contactus{
	color: #000;
	line-height: 40px;
	font-size: clamp(0.75rem, 0.654rem + 0.39vw, 1.125rem);
	padding-top: 35px;
}
@media screen and (min-width: 1200px) {
    .contactmap{
        width: 48%;
        height: 500px;
    }
    .contactmap img{
        width: 100%;
        height: 100%;
    }
    .contactmap2{
        width: 48%;
        height: 500px;
    }
    .contactmap2 img{
        width: 100%;
        height: 100%;
    }
    
}

@media screen and (max-width: 1200px) {
	.contactus_item{margin: 0;padding: 0;width: 32%;margin-bottom: 20px;border: none;}
    .baidumap{flex-direction: column;}
    .w1400{width: 100%;flex-wrap: wrap;}
    .w1400::after{
        content: '';
        width: 32%;
    }
    .contactmap{height: 390px;}
    .contactmap2{height: 390px;}
    .icon{width: 20px;height: 20px;}
    .pa20{padding: 20px;}
    .ma20{margin: 20px;}
    .bottom{
        padding: 20px;
        margin: 0;
    }
}