@font-face {
    font-family: 'p';
    src : url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'pb';
    src : url('../fonts/Poppins-Bold.ttf');
}
body{
        font-family: p;
}
.YugongBox{
    width: 100%;
    height: 6.50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/AbooutUs.jpg');
}

.YugongBox_title{
    font-size: .48rem; font-family: pb;
    color: #ffffff;
    text-align: center;
}
.YugongBox_msg{
    font-size: .20rem;
    color: #ffffff;
    text-align: center;
}
.AboutUs_Msg{
    width: 100%;
    height: 8.95rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.AboutUs_Msg_content_lmsg{
    font-size: .20rem;
    color: #666666;
    word-wrap: break-word;
    line-height: .36rem;
}
.AboutUs_Msg_content{
    height: 6.98rem;
    display: flex;
}
.AboutUs_Msg_content_l{
    width: 6.20rem;
    padding-top:.28rem ;
    position: relative;
    height: 100%;
}
.AboutUs_Msg_content_lbut{
    position: absolute;
    bottom: 0.5rem;
    width: 2.95rem;
    height: .65rem;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: linear-gradient(50deg,#e81416,#f24b1a); 
}
.AboutUs_Msg_content_lbut>div{
    font-size: .22rem;
    color: #ffffff; font-family: pb;
}
.AboutUs_Msg_content_R{
    width: 7.18rem;
    height: 6.91rem;
    background-image: url('../img/AbooutUs1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: .58rem;
}
.ConuntBox{
    height: 5.33rem;
    width: 100%;
    background-image: url('../img/AbooutUs2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ConuntBox_contentLi_icon{
    width: 1.75rem;
    height: 1.75rem;
    background-image: url('../img/icon8.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ConuntBox_contentLi_icon>div{
    display: flex;
    font-size: .24rem;
}
.ConuntBox_contentLi_icon>div>div{
    font-size: .48rem;
    background: linear-gradient( #e71316, #f27348); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: pb;
}
.ConuntBox_contentLi_icon>div>span{
    background: linear-gradient( #e71316, #f27348); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ConuntBox_contentLi_msg{
    font-size: .18rem;
    color: #ffffff;
    word-wrap: break-word;
    text-align: center;
    margin-top: .16rem;
    line-height: .24rem;
}
.ConuntBox_contentLi{
    width: 1.75rem;
    cursor: pointer;
}
.ConuntBox_contentUl{
    width: 12rem;
    margin-top: .69rem;
    display: flex;
    justify-content: space-between;
}
.StrongBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.StrongBox_content_title_l{
    width: 9.60rem;
}
.StrongBox_content_title_Rbut{
    margin-top: .37rem;
    width: 2.95rem;
    height: .65rem;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: linear-gradient(50deg,#e81416,#f24b1a);
    margin-left:1rem; font-family:pb;
}
.StrongBox_content_title_Rbut>div{
    font-size: .22rem;
    color: #ffffff;
}
.StrongBox_content_title{
    display: flex;
}
.StrongBox_content{
    margin-top: .8rem;
    height: auto;
    padding-bottom: .75rem;
}
.StrongBox_content_imgBox{
    width: 13.95rem;
    height: auto;
    margin-top: .64rem;
}
.StrongBox_content_imgBox_TL{
    overflow: hidden; height: 2.45rem;
}
.StrongBox_content_imgBox_TL>img{
    width: 4.43rem;
    height: 2.46rem;
    transition: 0.4s;
}
.StrongBox_content_imgBox img:hover{
    transform: scale(1.05);
    transition: 0.4s;
  }
  .StrongBox_content_imgBox_TR{
    width: 9.4rem;
    height: 5.02rem;
    overflow: hidden;
  }
  .StrongBox_content_imgBox_TR>img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
  }
  .StrongBox_content_img{
    width: 4.6rem;
    height: 2.95rem;
    overflow: hidden;
  }
  .StrongBox_content_img>img{
    transition: 0.4s;
  }
  .AboutUs_contenr_Bottom{
    width: 100%;
    height: 7.78rem;
    border-radius: .3rem .3rem 0 0;
    display: flex;
    justify-content: center;
    background-image: url('../img/contactUs1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


