.contactus_item{
    margin: 20px 0;
    border-right: 4px solid #E1E1E1;
    padding: 0 30px;
    color: #84ADB8;
    transform:skew(175deg,0deg);
}
.contactus_item:nth-child(4){
    border: none;
}
.contactus_item .title{
    font-size: clamp(1rem, 0.681rem + 1.31vw, 2.25rem);
    font-weight: bold;
    padding-bottom: 20px;
}
.sub_title{
    font-size: clamp(0.75rem, 0.559rem + 0.78vw, 1.5rem);
}
/* .page_top .bgcommontitle{
	font-size: 36px;
	color: #fff;
    background-color: #84ADB8;
    transform:skew(165deg,0deg);
} */
.page_top p {
	color: #84ADB8;
	font-size: clamp(0.75rem, 0.623rem + 0.52vw, 1.25rem);
	letter-spacing: 5px;
	font-weight: bold;
    margin-top: 20px;
    transform:skew(165deg,0deg);
}
.info{
    color: #84ADB8;
}
.list-item{
    border: 1px solid #84ADB8;
    border-radius: 10px;
    padding: 20px;
    width: 28%;
    color: #84ADB8;
}
.list-item .list{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}
.list-item .list li{
    margin: 20px 0;
}
.list-item .list li a{
    margin: 20px 0;
    color: #84ADB8;
}
.list-more{
    background-color: #F0975B;
    color: #fff;
    float: right;
    padding: 10px;
    transform:skew(165deg,0deg);
    font-weight: bold;
    box-shadow: 8px 7px 0px 0px #939393;
    font-size: clamp(0.75rem, 0.654rem + 0.39vw, 1.125rem);
    align-self:flex-end;
}
.anli-item{
    width: 33%;
    padding-bottom: 10px;
}
.anli-item:nth-child(1){
    width: 66.5%;
}
.anli-item>div{
    position:relative;
    overflow:hidden;
    height: 100%;
}
.anli-item img{
    width: 100%;
    height: 100%;
}
.anli-item .text-box{
    position:absolute;
    left:0;
    bottom:-50%;
    width:100%;
    padding:0.8rem;
    color:#fff;
    background:rgba(0,0,0,0.5);
    box-sizing:border-box;
    display:flex;
    align-items:center;
    transition-property: bottom;
    transition-duration: 0.5s;
}
.anli-item .text-box .text-wrap{
    
}
.anli-item .text-box .text-wrap h3{
    font-size: clamp(0.75rem, 0.759rem + 0.78vw, 2rem);
}
.anli-item .text-box .text-wrap p{
    font-size: clamp(0.75rem, 0.559rem + 0.78vw, 1.5rem);
}
.anli-item .text-box .more-wrap{
    flex-shrink:0;
    padding:0 0.8rem 0.8rem 2rem;
}
.anli-item .text-box .more-wrap .more-btn{
    background-color: #F0975B;
    color: #fff;
    float: right;
    padding: 10px;
    transform:skew(165deg,0deg);
    font-weight: bold;
    box-shadow: 8px 7px 0px 0px #939393;
    font-size: clamp(0.75rem, 0.854rem + 0.39vw, 1.525rem);
}
.anli-item:hover .text-box{
    bottom:0;
}
.bottom_contactus_item{
    border-right: 4px solid #E1E1E1;
    padding: 0 20px;
    color: #84ADB8;
    transform:skew(175deg,0deg);
    margin: 20px 0;
}
.bottom_contactus_item:nth-child(5){
    border: none;
}
.main{
    background:url(../bg1.jpeg) center;
	background-size:100% 100%;
	background-repeat:no-repeat;
	padding: 30px 0;
}
.list-item .list h2{
    font-size: clamp(1rem, 0.873rem + 0.52vw, 1.5rem);
    transform:skew(165deg,0deg);
}
.list-item .list li a{
    font-size: clamp(0.875rem, 0.779rem + 0.39vw, 1.25rem);
    
}
.list-item .list li{
    transform:skew(165deg,0deg);
    
}
.list-item .list li .news_title::before{
    content: "●";
    font-size: 20px;
    
}
.yingyong-header{
    margin: 90px 0 50px;
    transform:skew(175deg,0deg);
}
.yingyong-header .titlecolor{
    font-size: 40px;
}
.bottom_contactus_item .title {
    font-size: clamp(1.125rem, 0.838rem + 1.18vw, 2.25rem);
    font-weight: bold;
    padding-bottom: 20px;
}
.bottom_contactus_item .sub_title {
    font-size: clamp(0.75rem, 0.559rem + 0.78vw, 1.5rem);
}
.yingyong-item{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .anli-item{
        height: 861px;
    }
}


@media screen and (max-width: 1200px) {
    .yingyong-header{margin: 0;}
    .yingyong-item{width: auto;}
    .contactus_item{
        margin: 0;
        padding: 0 10px;
    }
    .bottom_contactus_item{
        padding: 0 10px;
    }
    .bottom_contactus_item{
        padding: 0 10px;
    }
    .anli-item:nth-child(1){
        height: 187px;
    }
    .anli-item .text-box{
        display: none;
    }
}