@charset "UTF-8";
* {word-break: normal;}
.pagelink ul li:first-child>*:before{content:'Prev';}
.pagelink ul li:last-child>*:before{content:'Next';}
.top_head_box .logo img{max-height: 0.4rem;}
.about_1 .item{flex: 1;}
.about_1 .line{position: relative;background: none;}
.about_1 .line::after{content:'';position: absolute;display: block;width: 1px;height: 100%;left: 50%;top: 0;transform: translateX(-50%); -webkit-transform: translateX(-50%);background: #000;}
.contact_1 .item{align-items: flex-start;}
.contact_1 .item img{margin-top: 0.1rem;width:0.6rem;}

.foot_left .address>div{margin-bottom:0.2rem;}
.foot_left .address .label{height:calc(1em * 1.7 * 2);display: flex;align-items: center;}
.foot_left .address .label img{width: 0.5rem;height:0.5rem;margin-right: 0.2rem;object-fit: contain;
max-width: 50px;max-height: 50px;
}
.contact_1 .left{width: 48%;}
.contact_1 .maps{width: 52%;}
@media (max-width: 900px) {
    .contact_1 .left{width: 100%;}
    .contact_1 .maps {width: 100%;}
}