.service_box1{
    padding: 1rem 0;
    background: url(../img/servB1_bg.png);
    background-size: 100% 100%;
}
.service_box1 .serB1Title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.36rem;
    color: #000000;
}
.service_box1 .serB1Title span{
    color: #244FB7;
    font-weight: bold;
}
.service_box1 .serB1Con{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
    margin-top: 0.43rem;
}
.service_box1 .serB1_left{
    width: 8.17rem;
    height: 3.42rem;
    margin-right: 0.25rem;
    padding-top: 0.43rem;
}
.service_box1 .serB1_left .serB1Con{
    height: 2.8rem;
}
.service_box1 .serB1_left .serB1ConTxt{
    padding-right: 1.04rem;
}
.service_box1 .serB1_right{
    width: 7.58rem!important;
    height: 4.12rem;
    border-radius:.2rem .2rem 1rem .2rem;
}
.service_box1 .serB1_left img{
    width: 100%;
    height: 100%;
}
.service_box1 .serB11{
    padding-bottom: 1rem;
}
.serTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.3rem;
}
.serTitle img{
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.14rem;
}
.service_box1 .serB12List{
    margin-top: 0.14rem;
    flex-wrap: wrap;
}
.service_box1 .serB12List .serB12L{
    width: 3.51rem;
    padding-top: 0.14rem;
    border-bottom: 0.01rem solid #CECECE;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-right: 0.65rem;
    padding-bottom: 0.14rem;
}
.service_box1 .serB12List .serB12L:nth-child(4n){
    margin-right: 0;
}


.service_box2{
    padding: 1rem 0;
    background: #F2F8FF;
    position: relative;
}
.service_box2 .serviceSwiper{
    margin-top: 0.76rem;
    position: unset;
}
.service_box2 .serviceSwiper .swiper-slide{
    height: 3.3rem;
    background: #FFFFFF;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    padding-top: 0.72rem;
    transition: all 0.6s;
}
.service_box2 .serviceSwiper .serIcom{
    width: 0.29rem;
    height: 0.29rem;
    margin: 0 auto;
    position: relative;
    font-size: 0.16rem;
    margin-bottom: 0.39rem;
}
.service_box2 .serviceSwiper .serIcom img{
    width: 100%;
    height: auto;
    position: relative;
	filter: brightness(0%) invert(100%);
    z-index: 9;
    transition: all 0.6s;
}
.service_box2 .serviceSwiper .serIcom::before{
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    background: #244FB7;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: -1;
    transition: all 0.6s;
}
.service_box2 .serviceSwiper .serIcom::after{
    content: '';
    width: 0.58rem;
    height: 0.58rem;
    display: block;
    border: 0.01rem solid #244FB7;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: -1;
    transition: all 0.6s;
    opacity: 0.5;
}
.service_box2 .serviceSwiper .serYsTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.23rem;
    color: #000000;
    text-align: center;
    transition: all 0.6s;
}
.service_box2 .serviceSwiper .serYsX{
    width: 0;
    height: 0.25rem;
    border-left: 0.01rem solid #244FB7;
    margin-top: 0.07rem;
    margin-bottom: 0.13rem;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.6s;
}
.service_box2 .serviceSwiper .serYstxt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.25rem;
    text-align: center;
    transition: all 0.6s;
}

.service_box2 .serviceSwiper .swiper-slide:hover{
    background: #244FB7;
}

.service_box2 .serviceSwiper .swiper-slide:hover .serIcom img{
	filter: unset;
}
.service_box2 .serviceSwiper .swiper-slide:hover .serIcom::before{
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    background: #fff;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: -1;
}
.service_box2 .serviceSwiper .swiper-slide:hover .serIcom::after{
    content: '';
    width: 0.58rem;
    height: 0.58rem;
    display: block;
    border: 0.01rem solid #fff;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: -1;
    opacity: 0.5;
}
.service_box2 .serviceSwiper .swiper-slide:hover .serYsTitle,
.service_box2 .serviceSwiper .swiper-slide:hover .serYstxt{
    color: #fff;
}
.service_box2 .serviceSwiper .swiper-slide:hover .serYsX{
    border-color: #fff;
}
.service_box2 .serviceSwiper .swiper-button-next,
.service_box2 .serviceSwiper .swiper-button-prev{
    width: 0.61rem;
    height: 0.61rem;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    transition: all 0.6s;
    top: 3.58rem;
    box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.06);
}
.service_box2 .serviceSwiper .swiper-button-next{
    right: 0.66rem;
}
.service_box2 .serviceSwiper .swiper-button-prev{
    left: 0.66rem;
}
.service_box2 .serviceSwiper .swiper-button-next::after,
.service_box2 .serviceSwiper .swiper-button-prev::after{
    color: #DC0017;
    font-size: 0.22rem;
    transition: all 0.6s;
}
.service_box2 .serviceSwiper .swiper-button-next:hover,
.service_box2 .serviceSwiper .swiper-button-prev:hover{
    background: #DC0017;
}
.service_box2 .serviceSwiper .swiper-button-next:hover::after,
.service_box2 .serviceSwiper .swiper-button-prev:hover::after{
    color: #fff;
}


.service_box3{
    padding: 1rem 0;
}
.service_box3 .serB3Txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
    margin-top: 0.43rem;
    margin-bottom: 0.54rem;
}
.service_box3 .serB3Img{
    width: 100%;
    height: 6.57rem;
    border-radius: 0.2rem;
}

.aboutTitTitle {
    height: 0.53rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #000000;
    margin-bottom: .45rem;
    text-align: center;
}

.aboutTitCn {
    position: relative;
}

.aboutTitCn1 {
    left: -0.4rem;
}

.aboutTitCn1::before {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .08rem);
    transform: translateY(-50%) rotate(45deg);
    background: #244FB7;
    animation: light1 2s infinite;
    border-radius: .02rem;
}

.aboutTitCn1::after {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .2rem);
    transform: translateY(-50%) rotate(45deg);
    background: #D50000;
    animation: light2 2s infinite;
    border-radius: .02rem;
}

.aboutTitCn.aboutTitCn2::before {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .08rem);
    transform: translateY(-50%) rotate(45deg);
    background: #244FB7;
    animation: light1 2s infinite;
    border-radius: .02rem;
}

.aboutTitCn.aboutTitCn2::after {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .2rem);
    transform: translateY(-50%) rotate(45deg);
    background: #D50000;
    animation: light2 2s infinite;
    border-radius: .02rem;
}

@keyframes light1 {
    0% {
        /* width: .15rem;
    height: .15rem; */
        transform: translateY(-50%) rotate(45deg) scale(1);
    }

    50% {
        /* width: .1rem;
    height: .1rem; */
        transform: translateY(-50%) rotate(45deg) scale(.8);
    }

    100% {
        /* width: .15rem;
    height: .15rem; */
        transform: translateY(-50%) rotate(45deg) scale(1);
    }
}

@keyframes light2 {
    0% {
        /* width: .1rem;
    height: .1rem; */
        transform: translateY(-50%) rotate(45deg) scale(.8);
    }

    50% {
        /* width: .15rem;
    height: .15rem; */
        transform: translateY(-50%) rotate(45deg) scale(1);
    }

    100% {
        /* width: .1rem;
    height: .1rem; */
        transform: translateY(-50%) rotate(45deg) scale(.8);
    }
}


.GJDY_Con .aboutTitTitle{
    margin-bottom: 1.2rem;
}
.GJDY_Con .serB1Title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #244FB7;
    margin-bottom: 0.51rem;
}
.GJDY_Con .p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
    margin-bottom: 0.4rem;
}
.GJDY_Con .p span{
    font-weight: bold;
}
.GJDY_Con .serB1Con{
    height: 3.14rem;
}
.GJDY_Con .service_box1:nth-child(2n) .serB11{
    flex-direction: row-reverse;
}
.GJDY_Con .service_box1 .serB11{
    padding-bottom: 0;
}
.GJDY_Con .service_box1{
    background: #ffffff;
}
.GJDY_Con .service_box1:nth-child(2n){
    background: #F2F8FF;
}
.GJDY_Con .serB1_right{
    width: 8rem;
}
.GJDY_Con  .serB1_left{
    width: 8rem;
}
.GJDY_Con .service_box1 .serB1_left .serB1ConTxt{
    padding-right: 0.4rem;
}
.GJDY_Con .service_box1:nth-child(2n) .serB1_left{
    padding-left: 0.7rem;
    margin-right: 0;
}
.GJDY_Con .service_box1:nth-child(2n) .serB1_left .serB1ConTxt{
    padding-right: 0.22rem;
}





.aboutTitEn {
    font-family: MiSans-Bold;
    font-weight: 800;
    font-size: .6rem;
    color: #244FB7;
    opacity: .06;
    text-align: center;
    height: 0.14rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .service_box1 .serB11{
    display: block;
  }
  .GJDY_Con .aboutTitTitle{
    margin-bottom: .5rem;
  }
.GJDY_Con .serB1_left {
  width: 8rem;
  width: 100%;
  margin-right: 0;
  height: auto;
  margin-bottom: .3rem;
}
.service_box1 .serB1_left .serB1Con{
    height: auto;
}
.GJDY_Con .service_box1 .serB1_left .serB1ConTxt{
    padding-right: 0;
}
.GJDY_Con .p{
    font-size: 0.24rem;
    line-height: .4rem;
}
.service_box1 .serB1_right{
    width: 100% !important;
    height: auto;
    margin-top: .2rem;
}
.GJDY_Con .service_box1:nth-child(2n) .serB1_left{
    padding-left: 0;
}

.service_box1 .serB1_left{
    width: 100%;
    height: auto;
}
.service_box1 .serB12List .serB12L{
    width: 100%;
    font-size: 0.24rem;
    margin-right: 0;
}
.service_box2 .serviceSwiper .serYstxt{
    font-size: 0.24rem;
    line-height: .4rem;
}
.service_box3 .serB3Txt{
       font-size: 0.24rem;
    line-height: .4rem;
}
.service_box1 .serB1_left .serB1ConTxt{
    padding-right: 0;
    font-size: 0.24rem;
    line-height: .4rem;
}
.service_box2 .serviceSwiper .serYsTitle{
    font-size: 0.24rem;
}




}