.link-item a {
    position: relative;
    display: block;
}
.link-item a img {
    width: 100%;
}
.link-item .pos-txt {
    position: absolute;
    left: .58rem;
    top: 50%;
    transform: translate(0, -1.2rem);
}
.link-item .pos-txt.go-lang {
    left: 1.85rem;
}
.link-item .pos-txt.t-center {
    transform: translate(0, -50%);
}
.link-item dt {
    font-size: .44rem;
    font-weight: bold;
    line-height: 1;
    color:#fff;
}
.link-item dd {
    font-size: .2rem;
    line-height: 1;
    padding-top: 1em;
    text-transform: uppercase;
    color:#ccc;
}
.text-right .pos-txt {
    left: auto;
    width: 50%;
    text-align: right;
    right: 1.8rem;
}
.text-right .pos-txt .home-more {
    display: inline-block;
}
.text-right .pos-txt dd {
    line-height: 1.6;
}
.home-more {
    margin-top: .35rem;
    width: 2.4rem;
    line-height: .5rem;
    display: block;
    border: 1px solid #8f8f8f;
    color:#fff;
    text-align: center;
    transition: all .2s linear;
}
.home-more:hover {
    background-color: #626970;
    border-color:#626970;
}
.home-more.pos2:hover {
    color:#fff;
    border-color:#d7000f;
}
.contact_us_contant{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
}
.contact_us_contant>div{
  width: 50%;
  padding: 1.5% 0;
  border-bottom: 1px solid #cccccc;
  line-height: 2.5;
  height: 3.2rem;
}
.contact_us_contant>div:nth-of-type(3){
    height: 3.6rem;
}
.contact_us_contant>div:nth-of-type(4){
    height: 3.6rem;
}
.banner-pr .banner-box{
        position: absolute;
    left: 0;
    top: 43% !important;
    transform: translate(0,-50%);
    height: auto;
    background: 0 0;
}
.contact_us_contant>div:last-child {
  border: 0;
}
.icon{
  width: 0.25rem;
}
.icon img{
  width: 100%;
}

.contact_us_contant>div>div a{
  color: #1090cd;
  text-decoration: underline;
}
.desc2{
    font-size: 0.2rem !important;
        padding-top: 0.2rem !important;
}
.ml50{
  margin-left: 3%;
}
.contact_us_contant>div>h3 {
  color: #333;
  line-height: 3;
}
.rightline{
  text-align: right;
}
.buttons{
  margin-top: 2%;
}
.buttons a{
  padding: .7% 4%;
  border: 1px solid #ccc;
  color: #ccc;
}
.buttons a:hover{
  background: #d7000f;
  color: #fff;
  border: 0
}
.mb100{
  margin-bottom: 1rem;
}
.huan{
  display: none;
}
.w-center{
  position: relative;
}

.codes{
  width: 8%;
  position: absolute;
  left: 3.5rem;
  top: 0.5rem;
}
  .contact_us_contant>div>div {
    display: flex;
    align-items: center;
  }
@media (max-width:1024px){
  .codes {
    width: 10%;
    position: absolute;
    left: 3.5rem;
    top: 0.2rem;
  }
}
@media (max-width:768px){
    .contact_us_contant>div:nth-of-type(3){
    height: auto;
}
.contact_us_contant>div{
    height: auto
}
.contact_us_contant>div:nth-of-type(4){
    height: auto;
}

  .banner-pr .banner-box{
    padding-right: 0.3rem;
  }
  .codes {
    display: none
  }
  .contact_us_contant>div {
    width: 90%;
    padding: 1.5% 3%;
    border-bottom: 1px solid #cccccc;
    line-height: 2.5;
  }
  .huan{
    display: block;
  }
  .contact_us_contant>div>div {
    display: flex;
    align-items: center;
  }
  .mbicon {
    margin-bottom: 4%;
  }
  .buttons {
    margin-top: 5%;
  }
  .buttons a {
    padding: 2% 12%;
    border: 1px solid #ccc;
    color: #ccc;
  }
}
@media(max-width:767px){
    .mbicon {
        margin-bottom: 11%;
    }
    .link-item dd {
        font-size: .26rem;
    }
    .link-item dt {
        font-size: .4rem;
    }
    .link-item dd {
        padding-top: .8em;
    }
    .link-item .pos-txt.go-lang {
        left: .25rem;
    }
    .link-item .pos-txt {
        left: .25rem;
        transform: translate(0, -50%);
    }
    .home-more {
        line-height: .5rem;
        margin-top: .2rem;
        font-size: .22rem;
    }
    .text-right .pos-txt {
        right: .5rem;
        left: auto;
    }
}
@media (max-width:375px){
    .icon{
  width: 0.35rem;
}
  
}