.aboutHonor_box {
    padding: 90px 0px;
}

.aboutHonor_title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.aboutHonor_title h2 {
    font-weight: bold;
    color: #696969;
    margin: 0px 0px 10px 0px;
}

.aboutHonor_title p {
    color: #696969;
    font-family: "OPPOSans-R";
}

.aboutHonor_change {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.aboutHonor_change span {
    display: inline-block;
    position: relative;
    /*color: #666666; 03-10 lisuwan modify*/
    color: #696969;
    padding-bottom: 26px;
    cursor: pointer;
    width: 200px;
}

.aboutHonor_change .activeSpan {
    font-weight: bold;
    color: #696969;
    position: relative;
    padding-bottom: 26px;
}

.activeSpan::before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
    background-color: #026ef5;
}
.aboutHonor_list_box{
    /* overflow: hidden; */
    padding-top: 60px;
}
.aboutHonor_list {
    width: 30%;
    margin-right: 5%;
    box-sizing: border-box;
    margin-bottom: 30px;
    cursor: pointer;
    display: block;
    text-align: center;
}
.aboutHonor_list_img{
    width: 310px;
	height: 380px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.about_cass{
    position: absolute;
    top: 0px;
    left: 0px;
}
.aboutHonor_list_img img{
    max-width: 100%;
    height: auto;
}
.aboutHonor_list_botom{
    width: 100%;
    padding: 70px 30px 20px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px 
		rgba(148, 148, 148, 0.2);
        position: relative;
        text-align: left;
        bottom: 40px;
}
.aboutHonor_list_botom p{
    height: 55px;
    margin-bottom: 20px;
    color: #696969;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.aboutHonor_list:nth-child(3n) {
    margin-right: 0px;
}
.aboutHonor_list_text{
    text-align: center;
}
.aboutHonor_list_text span{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    /*color: #666666; 03-10 lisuwan modify*/
    color: #696969;
}
.aboutHonor_list:hover .public_static{
    display: none;
}
.aboutHonor_list:hover .public_active{
    display: inline-block;
}
.aboutHonor_list:hover .aboutHonor_list_text span{
    color: #026ef5;
}
.detailBox{
    padding: 60px 70px;
    box-sizing: border-box;
    background-color: #fff;
    max-height: 700px;
    overflow-y: auto;
}
.detailBox::-webkit-scrollbar{
    width: 0px;
}
.detailBox_title{
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    line-height: 34px;
	color: #696969;

}
.detailBox_img{
    width: 100%;
    text-align: center;
    height: 506px;
    line-height: 506px;
    margin-bottom: 30px;
    overflow: hidden;
}
.detailBox_img img{
    max-width: 100%;
    height: auto;
}
.detailBox_text{
    color: #696969;
}
.layerClose {
    width: 36px;
	height: 36px;
    border-radius: 50%;
    position: absolute;
    background: url(../images/about_close.png) no-repeat center center;
    background-size: 100%;
    top: -65px;
    right: 0px;
    cursor: pointer;
  }


/* ======= 弹出层区域 start ====== */
.applyBox {
    background-color: #fff;
  }
  .applyBox_title {
    background-color: #e0eeff;
    padding: 35px;
    position: relative;
  }
  
  .applyBox_title_img {
    position: absolute;
    right: 50px;
    top: -30px;
  }
  
  .close {
    position: absolute;
    right: 0;
    top: -70px;
  }
  
  .applyBox_title_line {
    width: 30px;
      height: 2px;
      background-color: #026ef5;
    margin: 20px 0;
  }
  
  .applyBox_title p {
    color: #667180;
    font-size: 16px;
  }
  
  .applyBox_form {
    width: 100%;
    /* margin-top: 30px; */
    padding: 30px 80px 60px;
    background-color: #fff;
  }
  
  .form_list {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #e6e6e6;
      /*color: #666666; 03-10 lisuwan modify*/
      color: #696969;
    position: relative;
  }
  
  .form_list>img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  input {
    border: none;
    outline: none;
    font-size: 16px;
    /* background-color: transparent; */
  }
  
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    box-shadow: 0 0 0px 1000px #fff inset   
  }
  
  
  .form_list input {
    padding-left: 32px;
    width: 100%;
    height: 100%;
  }
  
  .code {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #026ef5;
    cursor: pointer;
    background: transparent;
    border: none;
  }
  
  .submit {
    width: 100%;
    height: 60px;
    margin-top: 40px;
    background-color: #026ef5;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
      color: #ffffff;
  
  }
  /* ======= 弹出层区域 end ====== */
  .eclipses{
    width: 30% !important;
  }
  .closer_box{
    width: 100%;
    padding: 50px ;
    background-color: #fff;
    text-align: center;
  }
  .closer_box_top{
    margin-bottom: 30px;
  }
  .closer_box_title{
    font-weight: bold;
    color: #696969;
  }
  .closer_box_text{
      /*color: #666666; 03-10 lisuwan modify*/
      color: #696969;
  }
  .closer_box .submit{
    width: 189px;
    margin: 0px auto;
  }

/* ======== lhn 2023/3/14 修改 start ========*/
.banenr_text .info_subTitle {
    font-size: 22px;
}

.aboutHonor_title>p,.applyBox_title p,.form_list input {
    font-size: 20px;
}



/* ======== lhn 2023/3/14 修改 end ========*/