.bf-banner .owl-carousel {
    position: relative;
}

.bf-banner .owl-carousel .banner-item a {
    display: block;
}

.bf-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.bf-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.bf-banner .owl-carousel .owl-nav button.owl-prev,
.bf-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.bf-banner .owl-carousel .owl-nav button.owl-prev:hover,
.bf-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--main);
}

.bf-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.bf-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.bf-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

.bf-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.bf-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.bf-banner .owl-carousel .owl-dots button.owl-dot:hover {
    background: var(--main);
    width: 40px;
    border-radius: 25px;
}

.bf-banner .owl-carousel .owl-dots button.owl-dot.active {
    background: var(--main);
    width: 40px;
    border-radius: 25px;
}


@media (max-width: 990px) {

    .bf-banner .owl-carousel .owl-nav button.owl-prev,
    .bf-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .bf-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }

    .bf-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
        width: 10px;
        height: 10px;
    }

    .bf-banner .owl-carousel .owl-dots button.owl-dot:hover {
        width: 30px;
        border-radius: 20px;
    }

    .bf-banner .owl-carousel .owl-dots button.owl-dot.active {
        width: 30px;
        border-radius: 20px;
    }
}




.index_tab{
    margin-top:32px;
}

.tab-li{
    border: 1px solid #3888c4;
    border-bottom: 1px solid #3888c4;
    padding: 0 150px;
    margin-bottom: 6vh;
    border-radius:6px;
}

.taba li{
    
}
.taba li a{
    color: #666666;
    font: 600 18px/60px "Microsoft yahei";
    text-align: center;
    display: block;
}
.taba li.active{
    
}
.taba li.active .a{
    color: #3888c4;
}
.taba li.active .a .imgwz p{
    color: #fff;
}

.ptab-pro-item{
    background: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.tab-pro-item .img{
    overflow: hidden;

}
.tab-pro-item .img img{
    width: 100%;
}
.tab-pro-item .wz{
    position: relative;
    padding: 20px;
    background: #fff;
}
.tab-pro-item h3{
   width: calc(100% - 32px);
   background: #fff;
   color: #555555;
   font-weight: normal;
   line-height: 30px;
   font-size: 18px;
    top: 0;
   transition: all 0.3s;
   position: relative; 
   text-align: left;
   word-break:keep-all;
   white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis; 
}
.tab-pro-item .wz::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
	height: 1px;
	background-color: #eeeeee;
    z-index: 9;
}
.tab-pro-item .wz img{
    width: 30px;
    height: 30px;
}
.tab-pro-item:hover{
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.tab-pro-item:hover .wz h3{
    color: #154eab;
}
.tab-pro-item:hover .wz::before{
    background-color: #154eab;
}
.pro-list{
    margin-left: -10px;
    margin-right: -10px;
}
.pro-list li{
    float: left;
    list-style-type: none;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
}
.pro-list li .img{
    overflow: hidden;
    border:1px solid #eeeeee;
     border-radius:6px;
}
.pro-list li .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.pro-list li h3{
    color: #444444;
    font: 400 16px/60px "Microsoft yahei";
    text-align: center;
}
.pro-list li:hover .img{
  border:1px solid #3888c4;
}
.pro-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.pro-list li:hover h3{
    color:  #3888c4;
}

a.w-product-a{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 170px;
	height: 43px;
	background-color: #3888c4;
	box-shadow: 0px 4px 14px 0px 
		rgba(0, 62, 131, 0.38);
	border-radius: 10px;
    color: #fff;
    font: 400 18px/43px "Microsoft yahei";
    margin-top: 1vh;
}
.tab-con{
    position: relative;
}
.tab-main{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.tab-main.active{
    position: relative;
    z-index: 9;
    opacity: 1;
    visibility: visible;
}


@media (max-width: 1200px) {
   .tab-li{
       padding: 0 10px;
   }
}
@media (max-width: 768px) {
   .tab-li{
       padding: 0 10px;
       margin-bottom:2vh;
       display:none
   }
   .taba li{width:100%;}
   .taba li a{line-height:2em;}
   .pro-list li{width:calc(50% - 10px); margin:0px 5px;}
}



.w-tt h3{
    position: relative;
    text-align: center;
}
.w-tt h3 span{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    color: #f5f5f5;
    font: 600 64px/66px "Airal";
    text-transform: uppercase;
}
.w-tt h3 strong{
    position: relative;
    z-index: 9;
    color: #333333;
    font: 600 44px/66px "Microsoft yahei";
}
.w-tt p{
    text-align: center;
    color: #666666;
    font: 400 18px/44px "Microsoft yahei";
}
.w-tt.write span{
    color: #fff;
}

@media (max-width: 992px) {
    .w-tt h3 span{
        font: 600 28px/52px "Microsoft yahei"; 
    }
    .w-tt h3 strong{
        font: 600 30px/52px "Microsoft yahei"; 
    }
    .w-tt p{
        font: 400 14px/26px "Microsoft yahei";
    }
}
.indexabout{
    background: url(../images/indexaboutbg.jpg) no-repeat center;
    padding: 70px 0 30px;
}
.indexabout .bt h2{
   color:#fff;
}
.indexabout .bt h4{
    color: #fff;
}

.indexaboutcon{
    margin-top:32px;
}

.indexabout-con{
    background-color: #fff;
    padding: 36px;
}
.indexabout-l{
    width: 49.1%;
    margin-left: 15px;
}
.indexabout-l h3{
    color: #3888c4;
    font: 600 28px/52px "Microsoft yahei";
    padding-bottom: 1vh;
    border-bottom: 1px solid #acacac;
}

.indexabout-wz{
    margin-top: 2.8vh;
}
.indexabout-wz p{
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
}
a.indexabout-more{
    display: block;
    width: 170px;
	height: 43px;
	background-color: #3888c4;
	border-radius: 10px;
    text-align: center;
    font: 400 18px/43px "Microsoft yahei";
    color: #fff;
    margin-top: 4.4vh;
}
.indexabout-list{
    margin-top: 3vh;
}
.about-item .img{
    overflow: hidden;
}
.about-item .img img{
    transition: all 0.8s;
}
.about-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.indexabout-r{
    width: 43%;
}
.indexabout-r img{
    max-width: 100%;
}

@media (max-width: 992px) {
    
    .indexabout-l{
        width: 52%;
        margin-left: 0;
    }
    .indexabout-l h3{
        font: 600 20px/38px "Microsoft yahei";
    }
    .indexabout-wz{
        margin-top: 1vh;
    }
    .indexabout-wz p{
        font: 400 16px/30px "Microsoft yahei";
    }
}

@media (max-width: 768px) {
    .indexabout-con{
        padding: 15px;
    }
    .indexabout-l{
        width: 100%;
    }
    a.indexabout-more{
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .indexabout-r{
        width: 100%;
    }
}



.caseflex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.case {
    /* padding: 74px 0 105px; */
    padding: 3.8% 0 5.4%;
  }
  .case_cont {
    justify-content: space-between;
    align-items: unset;
    margin-top: 3.3%;
  }
  .case_left {
    /* width: calc(1054 / 1500 * 100%); */
    flex-grow: 1;
    position: relative;
  }
  .case_left ul {
    height: 100%;
  }
  .case_left li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
  }
  .case_left li.curs {
    position: relative;
    z-index: 20;
    visibility: visible;
    opacity: 1;
  }
  .case_left li a {
    height: 100%;
  }
  .case_left li .imgs {
    /*padding-top: calc(604 / 1054 * 100%);*/
    width: 100%;
    height: 100%;
  }
  .case_left li .imgs {}
  .case_tel {
      background-color: #eeeeee;
    padding: 43px 32px;
    justify-content: flex-start;
    align-items: center;
  }
  .case_tel_tis {
    font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.34;
      letter-spacing: 0px;
      color: #666666;
    padding-left: 4.2em;
    text-align: center;
    padding-right: 1em;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 1.3em;
    flex-shrink: 0;
    position: relative;
  }
  .case_tel_tis::before {
    content: "";
    display: block;
    width: 3.2em;
    height: 3.2em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-1.6em);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/icon-tel.png");
    background-color: var(--main);
    border-radius: 50%;
  }
  .case_tel .tel {
    font-family: Heebo, Arial, Helvetica, sans-serif;
      font-size: 30px;
      font-weight: bold;
      font-stretch: normal;
      line-height: 1.1;
      letter-spacing: 0px;
      color: var(--main);
  }
  
  
  .case_right {
    /* width: 29.7%; */
    width: 446px;
  }
  .case_right_lis {}
  .case_right_lis li {}
  .case_right_lis li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
      background-color: #f9f9f9;
    /* padding: 22px; */
    padding: 4.7%;
    border-bottom: 2px solid #eeeeee;
    position: relative;
    transition: 0.3s ease;
  }
  .case_right_lis li a::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    background-color: transparent;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 18px solid var(--main);
    margin-top: -19px;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
  }
  .case_right_lis li:last-child a {
    border-bottom: none;
  } 
  .case_right_lis li.curs a {
    background-color: var(--main);
  }
  .case_right_lis li.curs a::before {
    visibility: visible;
    opacity: 1;
  }
  .case_right_lis li .text {
    flex-grow: 1;
    text-align: right;
  }
  .case_right_lis li .text h3 {
    font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0px;
      color: #333333;
    transition: 0.3s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .case_right_lis li.curs h3 {
    color: #ffffff;
  }
  .case_right_lis li .text h5 {
    font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0px;
      color: #888;
    margin-top: 0.34em;
    transition: 0.3s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .case_right_lis li.curs h5 {
    color: #ffffff;
  }
  .case_right_lis li .imgs {
    width: 140px;
    flex-shrink: 0;
      border: solid 1px #ffffff;
    margin-left: 8%;
  }
  .case_right_lis li .imgs .fixed_ratio {
    /*padding-top: calc(604 / 1054 * 100%);*/
    box-sizing: border-box;
  }
  .case_right_lis li .imgs img {max-width:100%;}
  
  
  @media (max-width: 1560px) {
    .case_right {
      width: 28.5vw;
    }
    .case_right_lis li .imgs {
      width: 8.98vw;
    }
    .case_tel_tis {
      font-size: 1.1vw;
    }
    .case_tel .tel {
      font-size: 1.9vw;
    }
  }
  @media (max-width: 1400px) {
    .case_right {
      width: 400px;
    }
    .case_right_lis li a::before {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid var(--main);
      margin-top: -12px;
    }
    .case_right_lis li .text h3 {
      font-size: 18px;
    }
    .case_right_lis li .text h5 {
      font-size: 14px;
    }
    .case_right_lis li .imgs {
      width: 124px;
    }
    .case_tel_tis {
      font-size: 16px;
    }
    .case_tel .tel {
      font-size: 24px;
    }
  }
  @media (max-width: 1200px) {
    .case {
      padding: 42px 0 50px;
    }
    .case_cont {
      margin-top: 30px;
    }
    .case_right {
      width: 380px;
    }
    .case_right_lis li a {
      padding: 3%;
    }
  }
  @media (max-width: 990px) {
    .case {
      padding: 36px 0 40px;
    }
    .case_cont {
      flex-flow: column;
    }
    .case_left {
      width: 100%;
    }
    .case_right {
      width: 100%;
    }
    .case_right_lis ul {
      display: flex;
      align-items: unset;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .case_right_lis li {
      width: 50%;
    }
    .case_right_lis li a {
      flex-direction: row-reverse;
      justify-content: flex-start;
    }
    .case_right_lis li .imgs {
      margin-left: 0;
      margin-right: 5%;
    }
    .case_right_lis li a::before {
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid var(--main);
      border-top: none;
      left: 50%;
      margin-top: 0;
      margin-left: -12px;
      top: -12px;
    }
    .case_tel {
      padding: 20px;
    }
  }
  @media (max-width: 768px) {
  }
  @media (max-width: 640px) {
    .case {
      padding: 32px 0;
    }
    .case_cont {
      margin-top: 24px;
    }
    .case_right_lis li {
      width: 100%;
    }
    .case_right_lis li .text h3 {
      font-size: 16px;
    }
    .case_right_lis li .text h5 {
      font-size: 13px;
    }
    .case_tel {
      padding: 10px;
    }
    .case_tel_tis {
      width: 6.8em;
      font-size: 14px;
      padding-left: 3.6em;
    }
    .case_tel_tis::before {
      width: 3em;
      height: 3em;
      transform: translateY(-1.5em);
    }
  }


  .service {
    /* padding: 62px 0 105px; */
    padding: 3.2% 0 5.4%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .service .bt h2{
    color:#fff;
 }
 .service .bt h4{
     color: #fff;
 }

  
  .service_uls {
    margin-top: 4.1%;
  }
  .service_uls ul {
    justify-content: space-between;
    align-items: unset;
  }
  .service_uls li {
    width: 23%;
    max-width: 340px;
    cursor: pointer;
  }
  .service_uls li a {
    display: block;
    height: 100%;
      background-color: #ffffff;
      border-radius: 20px;
    overflow: hidden;
    padding: 12.9% 11.6% 13.8%;
    transition: 0.5s ease;
  }
  .service_uls li:hover a {
    transform: translateY(-8px);
  }
  .service_uls li .imgs {
    width: 120px;
    margin: 0 auto;
  }
  .service_uls li .imgs .fixed_ratio {
    /*padding-top: calc(135 / 120 * 100%);*/
  }
  .service_uls li .imgs img {
    object-fit: contain;
  }
  .service_uls li .text {
    text-align: center;
  }
  .service_uls li .text h4 {
    font-size: 28px;
      font-weight: bold;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0px;
      color: #191f26;
    margin-top: 0.64em;
    transition: 0.5s ease;
  }
  .service_uls li:hover .text h4 {
    color: var(--dth-color);
  }
  .service_uls li .text .sums {
    font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.64;
      letter-spacing: 0px;
      color: #5c5c5c;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0.82em;
  }
  
  
  @media (max-width: 1560px) {
    .service_uls li {
    }
    .service_uls li .imgs {
      width: 7.7vw;
    }
    .service_uls li .text h4 {
      font-size: 1.8vw;
    }
    .service_uls li .text .sums {
      font-size: 16px;
    }
  }
  @media (max-width: 1400px) {
    .service_uls li a {
      padding: 10%;
    }
    .service_uls li .text .sums {
      font-size: 15px;
    }
  }
  @media (max-width: 1200px) {
    .service {
      padding: 36px 0 50px;
    }
    .service_uls {
      margin-top: 36px;
    }
    .service_uls ul {
      flex-wrap: wrap;
    }
    .service_uls li {
      width: 49%;
      max-width: 100%;
    }
    .service_uls li:nth-child(n+3) {
      margin-top: 2%;
    }
    .service_uls li a {
      padding: 24px 15px 20px;
    }
    .service_uls li .imgs {
      width: 90px;
    }
    .service_uls li .text h4 {
      font-size: 20px;
    }
  }
  @media (max-width: 990px) {
    .service_uls {
      margin-top: 32px;
    }
    .service_uls li .text .sums {
      font-size: 14px;
    }
  }
  @media (max-width: 768px) {
  }
  @media (max-width: 640px) {
    .service {
      padding: 32px 0 36px;
    }
    .service_uls li {
      width: 100%;
    }
    .service_uls li:nth-child(n+2) {
      margin-top: 15px;
    }
    .service_uls li .imgs {
      width: 72px;
    }
  }














.bt {
    text-align: center;
}

.bt h2 {
    color: #000000;
    font-size: 32px;
}

.bt h3 {
    background: var(--main);
    width: 39px;
    height: 4px;
    margin: 13px auto 16px;
}

.bt h4 {
    color: #595959;
    font-size: 16px;
    text-transform: uppercase;
}


.indexprobox{
    padding: 55px 0;
}




.indexnewsbox{padding:55px 0 22px; background-color: #f5f5f5;}

.p3a {
    display: flex;
    justify-content: space-between;
    margin-top:36px;
    flex-wrap: wrap;
}

.p3a1 {
    width: 50%;
}

.p3a1 img {
    width: 100%!important;
    height: 545px;
}
@media(max-width:500px){
    .p3a1 img{
       max-width:100%; height:auto !important;width:auto !important;
    }
}

.p3a2 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p3a2a {
    background: url(../images/n2bg.jpg) no-repeat center center;
    background-size: cover;
    height: 47.3%;
    padding: 52px 42px;
}

.p3a2a h3 {
    font-size: 22px;
    line-height: 1.8;
    color: #ffffff;font-weight:bold;
}

.p3a2a img {
    max-width: 100%;
    display: block;
    margin-top: 52px;
}

.p3a2b {
    display: flex;
    justify-content: space-between;
    height: 50%;
    /* overflow: hidden; */
}

.p3a2b .p3a2b1 {
    width: 48.8%;
}

.p3a2b .p3a2b1 p {
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

.p3a2b .p3a2b1 img {
    width: 100%!important;
    height: 100%!important;
    display: block;
}


.p3a2b .p3a2b2 {
    width: 48.8%; background: #3888c4;
}
.p3a2b2 li{height:100%;}
.p3a2b .p3a2b2 a {
    color: #fff;
    padding:0 2.7rem 0 2.3rem;
    display:flex;justify-content: center;flex-direction:column;height:100%;
}

.p3a2b .p3a2b2 a span {
    font-size:14px;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.p3a2b .p3a2b2 a h3 {
    font-size:18px;
    font-weight: 400;
    margin-bottom: 1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.p3a2b .p3a2b2 a p {
    font-size:14px;
    line-height: 1.9;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;

}


.p3b {
    margin-top: 2.25rem;
    position: relative;
    padding-bottom: 2.75rem;
}

.p3b .p3b-swiper {
    overflow: hidden;
}

.p3b .swiper-slide a {
    display: block;
    padding-bottom: 1.8rem;
    border-bottom:6px solid #d1d1d1;

}
.p3b .swiper-slide:hover a h3 {
    color: #3888c4;
}

.p3b .swiper-slide a h3 {
    font-size:18px;
    line-height: 23px;
    height: 23px;
    color: #333333;
    margin-bottom: 0.7rem;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.p3b .swiper-slide a span {
    font-size:14px;
    line-height: 1.58;
    color: #3888c4;
    display: inline-block;
    margin-bottom: 1rem;
}

.p3b .swiper-slide a p {
    font-size:14px;
    line-height: 1.8;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.p3b-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3b-pagination .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #d1d1d1;
    border-radius: 50%;
    transition: all ease .36s;
    opacity: 1;
    margin: 0 6px;
    outline: none;
}


.p3b-pagination .swiper-pagination-bullet-active {
    background-color: #3888c4;
}



@media(max-width: 1450px) {
    .p3a2a {
        padding: 1.6rem 1rem 0.5rem 2.1rem;
    }

    .p3a2a img {
        margin-top: 1.6rem;
    }

    .p3a2b .p3a2b2 a {
        padding: 1rem 2.7rem 2rem 2.3rem;
    }
}

@media(max-width: 1366px) {
    .p3a2b .p3a2b2 a {
        padding: 1rem 0.7rem 2rem 1.3rem;
    }
}

@media(max-width: 1024px) {
    .p3a2b .p3a2b2 a span {
        margin-bottom: 0.5rem;
    }

    .p3a2b .p3a2b2 a h3 {
        margin:1.5vw 0;font-size:16px;
    }
    .p3b .swiper-slide a h3{font-size:16px;}
    .p3a2a img{margin-top:10vw;}
}

@media(max-width: 768px) {
    .p3a1 {
        width: 100%;
    }
    .p3a2a h3{font-size:18px;}

    .p3a2 {
        width: 100%;
        margin-top: 2%;
    }
    .p3a2a img{margin-top:25px;}
    .p3a2a{padding:30px 15px;}
}

@media(max-width: 500px) {
    .p3a2a {
        height: initial;
    }

    .p3a2a h3 {
        font-size: 1.6rem;
    }

    .p3a2a img {
        max-width: 75%;
    }

    .p3a2b {
        flex-wrap: wrap;
        height: initial;
        margin-top: 2%;
    }

    .p3a2b .p3a2b1 {
        width: 100%;
    }

    .p3a2b .p3a2b2 {
        width: 100%;
    }
    .p3a2b .p3a2b2 a{padding:25px 15px;}
    .p3a2b .p3a2b2 a span {
        font-size: 1.4rem;
    }
    
    .p3a2b .p3a2b2 a h3 {
        font-size:16px;margin:11px 0 15px;
    }

    .p3a2b .p3a2b2 a p {
        font-size:14px;line-height:24px;
    }

    .p3b .swiper-slide a h3 {
        font-size:15px;
    
    }

    .p3b .swiper-slide a p {
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;line-height:24px;
        overflow: hidden;
    }
}



