@charset "UTF-8";
@media screen and (orientation:portrait){
 .banner{
    height: auto;
    margin-top: 1.4rem;
    overflow: hidden;
  }
  .swiper_banner {
    height: 3.07rem;
    padding-top: 0;
    position: relative;
  }
  .banner_thumb{
    height: 1.2rem;
    position: initial;
    background: rgba(255, 255, 255, 1);
    display: block;
    border-radius: 0;
    transform: translateX(0);
    z-index: 1;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
  }
  .swiper_banner_small{
    width: 100%;
    height: 1.1rem;
    margin-top: 0.1rem;
  }
  .swiper_banner_small .swiper-slide{
    width: 2.02rem;
    margin-right: 0.2rem;
  }
  .banenr_btn{
    width: auto;
    height: 0.6rem;
    padding: 0 0.2rem;
    line-height: 0.6rem;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
    z-index: 2;
  }


.aboutus{
    margin-top: 0.5rem;
    padding: 0 0.2rem;
}
.aboutus_top{
    font-size: 0.4rem;
    text-align: center;
}
.aboutus_mid{
    height: auto;
    margin-top: 0.3rem;
}
.aboutus_mid_left{
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 0;
}
.aboutus_mid_left_text p{
    margin-bottom: 0.2rem;
}
.aboutus_slogan{
    font-size: 0.36rem;
    margin-top: 0.2rem;
    text-align: center;
}
.aboutus_slogan2{
    font-size: 0.3rem;
    display: block;
    position: initial;
    margin-top: 0.4rem;
    text-align: center  ;
}
.aboutus_slogan2 span{
    display: block;
    width: 1rem;
    background: var(--color_theme);
    margin: 0 auto;
    margin-top: 0.1rem;
}
.aboutus_mid_right{
    display: none;
}
.aboutus_mid_bot{
    margin-top: 0.4rem;
    display: block;
}
.aboutus_bot_title{
    font-weight: bold;
    color: var(--color_theme);
    display: flex;
    align-items: center;
    margin-bottom: 0rem;
}
.aboutus_bot_title::before{
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    display: block;
    background: var(--color_theme);
    margin-right: 0.1rem;
    border-radius: 50%;
}
.aboutus_bot_item{
    width: 100%;
    margin-bottom: 0.3rem;
}
.aboutus_bot_item p{
    margin-top: 0rem;
}

/* contact us */
.contactus{
    margin-top: 0.5rem;
    background-size: cover;
    padding: 0.3rem 0 0.3rem 0;
    background-size: initial;
}
.contactus_mid{
    margin-top: 0.3rem;
    padding: 0 0.2rem;
}
.contactus_mid p{
    margin-bottom: 0.1rem;
}
.contact_bot{
    padding: 0 0.2rem;
}
.contact_qr{
    display: none;
}
.contact_info{
    margin-top: 0;
    display: block;
}
.contact_info_item{ 
    margin: 0;
    margin-bottom: 0.2rem;
}
.contact_info_item_icon{
    margin-right: 0.1rem;
}
.contact_info_item i{
    width: 0.3rem;
}
.contact_info_item_info{
    margin-left: 10px;
}
.footer{
    margin-top: 0;
}

/* contact us end */
}