@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.wrap {
    width: 100%;
    position: relative;
    overflow: auto hidden;
    box-sizing: border-box;
}
@media (min-width: 0px) and (max-width:768px) {
   
    .about  .banner{
          height: 200px !important;
      }
      .culture-item p.desc,  .culture-item p.explain{
        display: none;
      }
      .contact{
        width: 100%  !important;
        display: inline-block!important;
      }
      .contact .method{
        width: 100%  !important;
      }
      .news{
        width: 100%  !important;
      }
  }
.about {
    margin-top: 86px;
}

.qyzz .swiper-slide {
    width: auto;
}

.com_introduction {
    display: flex;
    justify-content: space-between
}

.com_introduction .com_l,
.com_introduction .com_r {
    width: 48%;
}

.com_r .com_name {
    font-size: 22px;
    font-weight: 900;
    color: #000;
}

.com_r .com_summary {
    line-height: 1.6
}

.item .page {
    margin-bottom: 0 !important;
}

.banner {
    width: 100%;
    height: 374px;
    background: url('https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/16/v1/v1/about-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-title {
    height: 100%;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title .cn {
    font-size: 32px;
    font-weight: 500;
}

.banner-title .en {
    font-size: 24px;
    font-family: DIN-pro;
}

.about-title {
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.about-title li {
    text-align: center;
    line-height: 56px;
    width: 146px;
    height: 56px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
}

.about-title li.active {
    color: #FFFFFF;
    background-color: #3D6ECF;
}

.about-us {
    width: 100%;
    background-color: #F3F5F9;
    margin: 0 auto;
}

.mb0 {
    padding-bottom: 0!important;
}

.item {
    display: none;
    padding-bottom: 105px;
    border: 1px solid transparent;
}

.item.active {
    display: block;
    visibility: inherit;
}

.lxwm.part-title {
    margin-bottom: 30px;
}

.part-title {
    padding-top: 50px;
    margin-bottom: 67px;
    text-align: center;
}

.part-title .cn {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.part-title .en {
    color: #959595;
    font-size: 12px;
    text-transform: uppercase;
}

.zq {
    width: 100%;
    color: #666666;
    font-size: 15px;
    white-space: pre-line;
    line-height: 21px;
    margin: 0 auto 70px;
}

.qywh .part-title .cn,
.qywh .part-title .en {
    color: #fff;
}

.qywh {
    width: 100%;
    height: 500px;
    background: url(https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/16/v1/v1/qywh-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.culture {
    /* width: 1200px;
    margin: 0 auto; */
    display: flex;
    justify-content: space-around;
    gap: 66px;
    color: #fff;
    text-align: center;
}

.culture-item {
    width: 25%;
    white-space: pre-line;
    letter-spacing: -1px;
    line-height: 14px;
}

.culture-item img {
    width: 105px;
    height: 105px;
    margin-bottom: 14px;
}

.culture-item .text {
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: 600;
}

.culture .desc {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 14px;
}

.mb35 {
    margin-bottom: 35px;
}

.flair_img {
    position: relative;
}

.flair-item:hover .big_img {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.big_img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #1e6fff;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 50px;
    transition: all .4s ease;
    cursor: pointer;
}

.flair {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 52px;
    flex-wrap: wrap;
    padding-bottom: 25px;
    position: relative;
}

.flair-item {
    width: 145px;
    height: 209px;
    border: 2px solid #000;
    position: relative;
}

.flair-item img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.news {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 26px;
    margin: 58px auto 41px;
}

.news-item {
    width: 31%;
    display: block;
    /* margin-top: 32px; */
    border-radius: 8px;
    overflow: hidden;
}

.news-list-pic {
    height: 230px;
    width: 100%;
    padding: 30px 30px 0;
    overflow: hidden;
    background-color: #fff;
}

.news-list-pic img {
    width: 100%;
    height: 100%;
    transition: all .8s ease;
}

.news-item:hover img {
    transform: scale(1.04)
}

.news-item:hover .title {
    color: #1e6fff
}

.news-item:hover span {
    color: #1e6fff
}

.news-list-info {
    background: #fff;
    height: 220px;
    padding: 31px;
}

.news-list-info .title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .4s ease;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.news-list-info .desc {
    font-size: 14px;
    color: #333;
    line-height: 21px;
    height: 66px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 28px;
    word-break: break-all;
}

.contain.mt20 {
    margin-top: 20px!important;
}

.lm1,
.lmm1 {
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-info span {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    margin-top: 14px;
    transition: all .4s ease;
}

.contact {
    width: 1200px;
    margin: 0 auto 80px;
    display: flex;
}

.method {
    width: 50%;
    padding: 50px;
    background-color: #3D6ECF;
    color: #fff;
}

.business {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.c-title {
    font-size: 24px;
    position: relative;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 34px;
}

.c-title::before {
    width: 33px;
    height: 2px;
    background-color: #FFFFFF;
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
}

.region-item {
    margin-bottom: 53px;
}

.contacts-name {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.contacts-infor {
    margin-bottom: 12px;
}

.contacts-img {
    width: 25px;
    height: 25px;
    background: rgba(113, 149, 220, 0.39);
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    padding: 6px;
}


/* .contacts-img img{
    width: 12.5px;
    height: 12.5px;
} */

.phone {
    font-size: 15px;
}

.business {
    color: #3D6ECF;
    position: relative;
}

.business .c-title::before {
    width: 33px;
    height: 2px;
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    background-color: #3D6ECF;
}

.business .contacts-name {
    color: #333333;
}

.business .phone {
    color: #666666;
}

.business .region-item {
    margin-bottom: 34px;
}

#leakMap {
    width: 100%;
    height: 464px;
}