.box1_text_p1 {
    color: #202020 !important;
}

.box3 {
    padding: 1rem 0;
}


.box3 {

    padding: 1.25rem 0 0.1rem 0;
}

.box3_con1 {
    position: relative;
    height: 7.4rem;
    margin-bottom: 1rem;
}

.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: 0;
    top: 1.23rem;
    z-index: 9;
    padding: 1rem .9rem;
}

.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: 7.4rem;
    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: 7.4rem;
    margin-bottom: 1rem;
}

.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: 0;
    top: 1.23rem;
    z-index: 9;
    padding: 1rem .9rem;
}

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

.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: 7.4rem;
    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);
}

.box5 {

    padding-bottom: 1rem;
    padding-top: .43rem;
}

.box5 ul li {
    background: #F7F9FA;
    border-radius: .1rem;
    max-width: 3.37rem;
}
.box5 ul li a{
    cursor: auto;
}
.box5 ul {
    display: flex;
    gap: .17rem;
    margin-top: .6rem;
}

.box5tex {
    padding-top: .32rem;
    padding-left: .23rem;
    padding-right: .23rem;
    padding-bottom: .42rem;
}

.box5 ul li h2 {
    font-size: .24rem;
    line-height: .33rem;
    color: #202020;
    font-family: Sans-Bold;
    
    height: 0.66rem;
}

.box5 ul li p {
    font-size: .16rem;
    color: #202020;
    line-height: .28rem;
    margin-top: .4rem;
    font-family: Sans-SemiBold;
}

.box5img {
    width: 100%;
    overflow: hidden;
    height: 3.37rem;
    border-radius: .1rem;
}

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

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

.box5 .entit {
    margin-bottom: .27rem !important;
}

.box5 .box6_text {
    font-size: .18rem;
    color: #202020;
    line-height: .3rem;
    text-align: center;
    font-family: Sans-Bold;
}


.box6 {
    padding: 0.54rem 0;
}

.box6 .pl-inner{
    /*padding-left: calc((100vw - 14rem)/2);*/
    max-width: 14rem;
    width: 94%;
    margin: 0 auto;
}
.box6 .pl-inner .operationSwiper{
    padding-right: 2.4rem;
}
/*.box6  ul {*/
/*    display: flex;*/
/*    gap: .29rem;*/
/*    margin-top: .45rem;*/
/*}*/


.box6 .swiper-wrapper{
    display: flex;
    column-gap: 0.2rem;
    justify-content: center;
}
.box6 .swiper-slide{
    position: relative;
    /*width: 4.47rem;*/
    width: calc(25% - 0.25rem);
    height: 3.47rem;
    border-radius: .3rem;
    overflow: hidden;
}
.box6 .swiper-slide a{
    position: relative;
}
.box6 .swiper-slide a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    opacity: 0.2;
    z-index: 1;
}
.box6 .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.box6 .swiper-slide:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.box6 .swiper-slide .btit {
    position: absolute;
    bottom: .3rem;
    width: 100%;
    text-align: center;
    font-size: .34rem;
    color: #FFFFFF;
    font-family: Sans-Bold;
    z-index: 2;
}