.box2 .main ul {
     display: flex;
  justify-content: center;
  /*align-items: center;*/
    gap: 0.6rem;

}


.btn_class{
    position: relative;
    overflow: hidden;
}
.btn_class::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #9BBD00;
    border-radius: .35rem;
    transition: all 0.5s;
}
.btn_class:hover::after{
    width: 100%;
    height: 100%;
}
.btn_class span,
.btn_class a,
.btn_class img{
    position: relative;
    z-index: 2;
}



.box2 .main ul li {
    min-width: 3.5rem;
    text-align: center;
    margin-top: .88rem;
    margin-bottom: 1.06rem;
}

.box2 .main ul li img {
    width: .62rem;
    height: .62rem;
    margin: 0 auto;
    margin-bottom: .43rem;
}

.box2 .main ul li h2 {
    height: .3rem;
    font-family: Sans-Bold;
    font-weight: bold;
    font-size: .22rem;
    color: #005DAB;
    line-height: .3rem;
    text-align: center;
    margin-bottom: .03rem;
}

.box2 .main ul li p {
    line-height: .24rem;
    font-size: .18rem;
    color: #202020;
    font-family: Sans-Medium;
  font-weight: 500;

}

.box3 {
    background: #F7F9FA;
    padding: 1.25rem 0 0.3rem 0;
}

.box3_con1 {
    position: relative;
    height: 8rem;
    margin-bottom: 2rem;
}

.box3con {
    width: 7.5rem;
    height: 5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px .2rem 1px rgba(0, 0, 0, 0.16);
    border-radius: .3rem;
    position: absolute;
    left: 2.6rem;
    top: 1.23rem;
    z-index: 9;
    padding: .6rem .7rem;
}

.box3con h2 {
    font-size: .4rem;
    color: #202020;
    line-height: .5rem;
    font-family: Sans-Bold;
}

.box3con h2 i {
    display: block;
    width: .6rem;
    height: .08rem;
    background: #005DAB;
    margin: .3rem 0 .35rem 0;
}

.box3con p {
    font-size: .18rem;
    color: #202020;
    line-height: .34rem;
    font-family: Sans-Medium;
}

.box3img {
    position: absolute;
    right: 0;
    width: 10rem;
    overflow: hidden;
    height: 100%;
}

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

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


.box3_con2 {
    position: relative;
    height: 8rem;
    margin-bottom: 2rem;
}

.box3con2 {
    width: 7.5rem;
    height: 5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px .2rem 1px rgba(0, 0, 0, 0.16);
    border-radius: .3rem;
    position: absolute;
    right: 2.6rem;
    top: 1.23rem;
    z-index: 9;
    padding: .6rem .7rem;
}

.box3con2 h2 {
    font-size: .4rem;
    color: #202020;
    line-height: .5rem;
    font-family: Sans-Bold;
    
}

.box3con2 h2 i {
    display: block;
    width: .6rem;
    height: .08rem;
    background: #005DAB;
    margin: .3rem 0 .35rem 0;
}

.box3con2 p {
    font-size: .18rem;
    color: #202020;
    line-height: .34rem;
    font-family: Sans-Medium;
}

.box3img2 {
    position: absolute;
    left: 0;
    width: 10rem;
    overflow: hidden;
    height: 100%;
}

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

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

.mb {
    margin-bottom: 0;
}

.box4 {
    padding-top: 1.29rem;
    padding-bottom: 2rem;
    /*background: url(../img/img22.png) right bottom no-repeat;*/
    height: 10.8rem;

}

.box4 .main ul {
    margin-top: 1.16rem;
}

.box4 .main ul li {
    width: 3.7rem;
    float: left;
    margin-right: 1.45rem;
    margin-bottom: .9rem;

}

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

.box4 .main ul li img {
    width: .56rem;
    height: .56rem;
    margin-bottom: .2rem;
    object-fit: contain;
}

.box4 .main ul li h3 {
    font-family: w1;
    font-size: .22rem;
    color: #202020;
    text-align: left;
    margin-bottom: .2rem;
    font-family: Sans-Bold;
}

.box4 .main ul li p {
    font-size: .16rem;
    color: #202020;
    line-height: .3rem;
    font-family: Sans-Medium;
}
.box5{
    background: url(../img/img28.jpg) no-repeat;
    height: 7.85rem;
    background-size: 100%;
    padding-top: 2.45rem;
}
.box5con{
    font-size: .34rem;
color: #202020;
line-height: .7rem;
font-family: Sans-SemiBold;
}
.box5_btn{
    width: 2.27rem;
border-radius: .35rem;
border: .02rem solid #202020;
display: flex;
align-items: center;
margin-top: .8rem;
padding-right: .02rem;
justify-content: center;
}
.box5_btn a{
    font-size: .18rem;
color: #202020;
line-height: .6rem;
text-align: center;
display: block ruby;
width: auto;
padding-right: .02rem;
}
.box5_btn img{
    width: .16rem;
    height: .16rem;
    margin-top: 4px;
}
.box5_btn a:hover{
    padding-right: .08rem;
    padding-left: .02rem;
}

.box6{
    padding: 1.47rem 0;
}
.box6 .main ul{
    display: flex;
    gap: .29rem;
    margin-top: .97rem;
}
.box6 .main ul li{
    position: relative;
    width: 4.47rem;
    height: 4.47rem;
    border-radius: .3rem;
    overflow: hidden;
}

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

.box6 .main ul li:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}
.box6 .main ul li .btit{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: .34rem;
    color: #FFFFFF;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  height: 15%;
font-family: Sans-Bold;
}

.box31 {
    background: #fff;
}

.box31_con{
    display: flex;
    align-items: center;
    gap: 1.35rem;
    max-width: 19.2rem;
    margin: 0 auto;
}

.box31_con:nth-of-type(2n){
    justify-content: flex-end;
}
.box31img{
    width: 9rem;
    height: 9rem;
    overflow: hidden;
}
 .box31img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.box31img:hover img {
    transition: all 0.5s;
    transform: scale(1.05);
}
.box31box{
    width: 6rem;
}
.box31box h2 {
    font-size: .4rem;
    color: #202020;
    line-height: .6rem;
    font-family: Sans-Bold;
}

.box31box h2 i {
    display: block;
    width: .6rem;
    height: .08rem;
    background: #005DAB;
    margin: .5rem 0 .4rem 0;
}

.box31box p {
    font-size: .18rem;
    color: #202020;
    line-height: .34rem;
    font-family:Sans-Medium;
}
.box31box b,
.box31box strong{
    font-weight: bold;
}
.box7{
    background: #F7F9FA;
    height: 7.85rem;
    padding-top: 2.4rem;
}
.box7 .main{
    display: flex;
    gap: 1.34rem;
    align-items: center;
    justify-content: center;
    

}
.box7 .box7right{
    width: 3.09rem;
    height: 3.09rem;

}
.box7left .box5con{
    width: 9.5rem;
    line-height: .5rem;
    margin-bottom: .9rem;
}
.box7btn{
    display: flex;
    gap: .5rem;
}
.box7btn1{
    width: 3rem;
height: .85rem;
background: #9BBD00;
border-radius: .43rem;
display: flex;
align-items: center;
  justify-content: center;
  gap: .3rem;
}
.box7btn1 img{
    width: .5rem;
    height: .5rem;
}
.textbox7 p{font-size: .16rem;
color: #FFFFFF;
line-height: .22rem;}
.textbox7 h3{font-size: .24rem;
color: #FFFFFF;
line-height: .33rem;}
.bgcolor{
    background: #9BBD00;
}
.mb{
    margin-bottom: 1rem;
}
.gap{
    gap: 2rem !important;
}