.box2 {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}

.box2 .main i {
    width: 1.07rem;
    height: .1rem;
    background: #9BBD00;
    border-radius: 0px 0px 0px 0px;
    display: block;
    margin: 0 auto;
    margin-bottom: .4rem;
}

.about_con {
    margin-top: .65rem;
}

.about_con p {
    font-size: .2rem;
    color: #202020;
    line-height: .34rem;
    margin-bottom: .4rem;
    font-family: Sans-Medium;
}

.box3_right_box {
    padding-left: 0.21rem;
    display: flex;
    justify-content: space-between;
}

.box3_right_box_small {
    position: relative;
}

.box3_right_box_small_box {
    display: flex;
    align-items: start;
}

.box3_p4 {
    font-family: Poppins, Poppins;
    font-weight: 700;
    font-size: 0.75rem;
    color: #005DAB;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.box3_p5 {
    font-family: Poppins, Poppins;
    font-size: 0.34rem;
    color: #005DAB;
    text-align: left;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    margin-top: 0.08rem;
    margin-left: 0.11rem;
}

.box3_p6 {
    font-family: Poppins, Poppins;
    font-size: 0.16rem;
    color: #005DAB;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.03rem;
}

.aboutimg {
    width: 100%;
    margin-top: 1.55rem;
    margin-bottom: 1.24rem;
}

.box2box {
    height: 9.67rem;
    position: relative;
    display: flex;
    align-items: center;
    
    margin-top: 1.27rem;
}

.conbox {
    width: 7.9rem;
    height: 7.06rem;
    background: #F7F9FA;
    border-radius: .3rem;
    position: absolute;
    left: 0;
    z-index: 9;
    padding-top: .79rem;
    padding-left: .99rem;
}

.imgbox2 {
    width: 6.84rem;
    height: 9.67rem;
    overflow: hidden;
    right: 0;
    position: absolute;
}

.imgbox2 img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.imgbox2:hover img {
    transition: all 0.5s;
    transform: scale(1.05);
}

.conbox h2 {
    font-size: .5rem;
    line-height: .68rem;
    color: #005DAB;
    margin-bottom: .54rem;
    font-family: Sans-Bold;
}

.box2_text {
    margin-bottom: .69rem;
}

.box2_text h3 {
    line-height: .33rem;
    font-family: Sans-Bold;
    font-weight: bold;
    font-size: .24rem;
    color: #202020;
    margin-bottom: .05rem;
}

.box2_text p {
    width: 6rem;
    font-size: .2rem;
    color: #202020;
    line-height: .34rem;
    font-family: Sans-Medium;
}

.box5 {
    background: url(../img/img58.jpg) no-repeat;
    height: 9rem;
    background-size: 100%;
    padding-top: .89rem;
}

.ftiti {
    height: .44rem;
    font-family: Sans-Regular;
    font-weight: 400;
    font-size: .4rem;
    color: #fff;
    line-height: .44rem;
    text-align: center;
}

.box5 ul {
    display: flex;
    gap: .43rem;
}

.box5 ul li {
    width: 4.38rem;
    height: 4.35rem;
    padding: .47rem .3rem;
    background: rgba(255,255,255,0.8);
 backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: .1rem;
}

.box5 ul li h3 {
    line-height: .33rem;
    height: .7rem;
    font-family: Sans-Bold;
    font-weight: bold;
    font-size: .24rem;
    color: #000000;
}

.box5 ul li p {
    font-family: Sans-Medium;
    font-size: .2rem;
    color: #202020;
    line-height: .34rem;
    margin-top: .3rem;
}

.box6 {
    padding-top: .94rem;
    padding-bottom: 1.5rem;
}

.box6 .newslist {
    display: flex;
    margin-top: .78rem;
    column-gap: 0.3rem;
    justify-content: center;
}

.newslist li {
    width: calc((100% - .6rem)/3);
    background: #F7F9FA;
    /*margin-right: .3rem;*/
}

.newslist li:nth-child(3n) {
    margin-right: 0;
}

.newslist li .newsimg {
    border-radius: .14rem;
    width: 100%;
    overflow: hidden;
}

.newslist li .newsimg img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.newslist li .newsimg:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.newslist li .text {
    padding: .26rem .33rem;
}

.newslist li .text p {
    font-size: .2rem;
    color: #202020;
    line-height: .34rem;
    font-family: Sans-SemiBold;
}

.newslist li .text .date {
    margin-top: .58rem;
    color: #005DAB;
    font-family: Sans-SemiBold;
}

.newslist li a:hover .text p {
    color: #9BBD00;
}