

.about_top{
    
    border-bottom: 0.02rem solid #E5E5E5;
}
.about_top .max-width{
    justify-content: space-between;
}
.about_li a{
    margin-right: 0.7rem;
    padding: 0.28rem 0;
    /*border-bottom: 0.03rem solid transparent;*/
    border-radius: 3px 3px 3px 3px;
    position: relative;
}
.about_li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #E11D0B;
    height: 0.03rem;
    display: none;
    border-radius: 3px;
}
.about_li img{
    width: 0.05rem;
    height: 0.15rem;
    opacity: 0;
}
.about_li p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    /*margin-left: 0.1rem;*/
}
.about_li a.about_active::after{
    /*border-bottom: 0.03rem solid #E11D0B !important;*/
    display: block;
}
.about_active p{
    font-weight: bold;
    color: #E11D0B;
}
.bread{
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}


.about1{
    background: #FFFFFF;
    padding: 0.58rem 0 0.95rem;
}
.about_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.38rem;
    color: #111725;
    text-align: center;
}
.about_t{
    align-items: flex-start !important;
    margin-top: 0.6rem;
}
.about1_l{
    
}
.about1_r{
    padding-right: 1.1rem;
}
.about1_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.34rem;
    color: #0057A9;
}
.about1_dec{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #111725;
    line-height: 0.3rem;
    margin-top: 0.3rem;
}
.about1_l img{
    max-width: 6.86rem;
    max-height: 4.41rem;
}
.about_b{
    margin-top: 1.17rem;
}
.about_b .about1_tit{
    text-align: center;
}
.about1_list{
    margin-top: 0.6rem;
    justify-content: space-between;
}
.about1_li{
    flex: 0 0 32.5%;
    position: relative;
}
.about1_li img{
    height: 2.32rem;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
}
.about1_above{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.32rem;
    background: rgba(0,0,0,0.41);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 10px 10px;
}
.about1_above p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
}


.culture{
    padding-top: 0.83rem;
    position: relative;
    background: url(../img/honorBG.png) no-repeat;
    background-position: center;
    background-size: contain;
    height: 10.8rem;
    max-width: 19.2rem;
    margin: 0 auto;
    overflow: hidden;
}
.culture1{
    position: absolute;
    bottom: 3.4rem;
    left: 2.4rem;
    width: 3.67rem;
    height: 2.44rem;
    z-index: 1;
}
.culture2{
    position: absolute;
    bottom: 5.2rem;
    left: 3.3rem;
    width: 3.67rem;
    height: 2.44rem;
}
.culture3{
    position: absolute;
    bottom: 2rem;
    left: 6.48rem;
    width: 2.44rem;
    height: 3.38rem;
    z-index: 1;
}
.culture4{
    position: absolute;
    bottom: 3.3rem;
    left: 9rem;
    width: 3.67rem;
    height: 2.44rem;
    z-index: 1;
}
.culture5{
    position: absolute;
    bottom: 3.8rem;
    left: 12.9rem;
    width: 3.67rem;
    height: 2.44rem;
}



.honor{
    overflow: hidden;
    padding: 0.83rem 0 0;
    position: relative;
    background: url("../img/honorBG2.png") no-repeat;
    background-position: center;
    background-size: contain;
}
.honorS_c{
    position: relative;
}
    .honorS_c .swiper-button-next, .honorS_c .swiper-button-prev{
        bottom: 0.77rem;
        top: auto;
    }
    .honorS_c .swiper-button-next{
        right: 44%;
    }
    .honorS_c .swiper-button-prev{
        left: 44%;
    }
    .honorS_c .swiper-button-next:after, .honorS_c .swiper-button-prev:after{
        color: #E11D0B;
        font-size: 0.3rem;
        font-weight: bold;
    }


.tech{
    padding: 0.85rem 0 1.2rem;
    position: relative;
    background: url("../img/techBG.png") no-repeat;
    background-position: center;
    background-size: cover;
}
.tab_box{
    margin-top: 0.58rem;
}
.new_tab{
    justify-content: space-between;
    width: 100%;
}
.new_tab_li{
    flex: 0 0 49%;
    padding: 0.34rem 0 0.34rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
    border-radius: 10px 10px 10px 10px;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}
.new_tab_liIMG{
    position: relative;
    transition: all 0.3s;
}
.new_tab_liIMG img{
    width: 0.5rem;
    height: 0.5rem;
    transition: all 0.3s;
}
.new_tab_liIMG img:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.new_tab_li p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.28rem;
    color: #0057A9;
    margin-left: 0.2rem;
    transition: all 0.3s;
}
.new_tab_li:hover{
    background: #0057A9;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
    transition: all 0.3s;
}
.new_tab_li:hover .new_tab_liIMG img:nth-of-type(1){
    opacity: 0;
    transition: all 0.3s;
}
.new_tab_li:hover .new_tab_liIMG img:nth-of-type(2){
    opacity: 1;
    transition: all 0.3s;
}
.new_tab_li:hover p{
    color: #FFFFFF;
    transition: all 0.3s;
}
.content_wrap{
    margin-top: 0.6rem;
}
.home3_L{
    padding-right: 2.56rem;
    flex: 0 0 54%;
}
.home3_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.3rem;
}
.home3_R{
    justify-content: space-between;
    flex-wrap: wrap !important;
}
.home3_R img{
    max-width: 3.38rem;
    height: 2.37rem;
    flex: 0 0 49%;
    margin-bottom: 0.14rem;
    border-radius: .1rem;
}
.new_tab_li.active{
  background: #0057A9;
}
.new_tab_li.active p{
  color: #FFFFFF;
}
.new_tab_li.active img:nth-of-type(1){
    opacity: 0;
}
.new_tab_li.active img:nth-of-type(2){
    opacity: 1;
}
.content_wrap{
  margin-top: 0.47rem !important;
}
.content{
  display: none;
}
.content.active{
  display: block;
}




.box2 {
  width: 100%;
  height: auto;
  padding: 2.04rem 0 0;
}
.box2 .honor1 {
  position: relative;
  padding-bottom: 1.75rem;
}
.box2 .honor1 .swiper {
  height: 4.61rem;
}
.box2 .honor1 .swiper .swiper-slide {
  width: 3.34rem;
}
.box2 .honor1 .swiper .swiper-slide.swiper-slide-active {
  transform: translateZ(0) !important;
}
.box2 .honor1 .next1,
.box2 .honor1 .prev1 {
  bottom: 0.77rem;
  top: auto;
}
.box2 .honor1 .next1::after,
.box2 .honor1 .prev1::after {
  color: #E11D0B;
    font-size: 0.3rem;
    font-weight: bold;
}
.alertBox {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.alertBox .close {
  position: absolute;
  top: 0.5rem;
  right: 5.59rem;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}
.alertBox .alertSwiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.3rem;
  height: 8.7rem;
}
.alertBox .alertSwiper .swiper-slide {
  width: 100%;
}
.alertBox .alertSwiper .swiper-slide img{
    object-fit: contain;
}
.alertBox .next2,
.alertBox .prev2 {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border: 0.01rem solid #858585;
  border-radius: 50%;
}
.alertBox .next2::after,
.alertBox .prev2::after {
  color: #858585;
  font-size: 0.2rem;
}
.alertBox .next2:hover,
.alertBox .prev2:hover {
  border-color: #0075C2;
}
.alertBox .next2:hover::after,
.alertBox .prev2:hover::after {
  color: #0075C2;
}
.alertBox .next2 {
  right: 5.55rem;
  top: 50%;
    transform: translate(0,-50%);
}
.alertBox .prev2 {
  left: 5.55rem;
  top: 50%;
    transform: translate(0,-50%);
}