* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    text-decoration:none;
    list-style:none;
}
.layout {
    width:1400px;
    margin:0 auto;
}
.header-pack {
    display:flex;
    align-items:center;
}
.navlist {
    margin-left:100px;
}
.w-nav {
    width:900px;
    display:flex;
}
.w-nav li {
  /*  width:calc(100% / 8);*/
  position:relative;
  padding:0 20px;
}
    .w-nav li a {
        display: block;
        font-size: 18px;
        line-height: 90px;
        text-align: center;
        color: #333333;
    }
 .w-nav li .div-lifd{
     position:absolute;
     width:100%;
     top:90px;
     left:0;
     background:#fff;
     box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
     z-index:5;
     padding:10px;
     display:none;
 }
  .w-nav li .div-lifd a{
      font-size:14px;
      color:#666;
      line-height:20px;
      padding:7px 0
  }
    .w-nav li:hover .div-lifd{
        display:block
    }
    .logo {
        height: 90px;
        padding: 28px 0;
    }
.w-nav li a:hover ,
.w-nav .active a {
    color: #01A0C6;
}
.language a {
    font-size:18px;
    line-height:31px;
}
    .language a:hover {
        color: #01A0C6;
    
}
.language {
    font-size:18px;
    margin-left:20px;
}
.banner {
    position:relative;
}
.banner img  {
    width:100%;
    display:block;
}
.banner-title {
    position:absolute;
    top:50%;
    left:14%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
}
    .banner-title div {
        margin-left:30px;
    }
    .banner-title div h3 {
        font-size: 48px;
        line-height: 55px;
        color: #fff;
    }
    .banner-title div p {
        font-size:24px;
        line-height:30px;
        color:#fff;
    }
    .banner-title div p.p {
            font-size: 48px;
            line-height: 55px;
            color: #fff;
        }
.banner-title img {
    width:66px;
    display:block;
}
.serve{
    padding:100px 0;
}

/*页脚*/
.footer005 {
    background-color: #F2F2F2;
}

.footer005-item {
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .footer005-item .left .footer005-logo img {
        max-height: 100%;
    }

    .footer005-item .left .text p {
        font-size: 16px;
        color: #000000;
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

        .footer005-item .left .text p span {
            margin-right: 30px;
            display: inline-block;
        }

    .footer005-item .left {
        width: 50%;
    }

    .footer005-item .right {
        width: 50%;
        text-align: right;
    }

        .footer005-item .right .img {
            display: inline-block;
            width: 120px;
            text-align: center;
            margin-left: 60px;
        }

        .footer005-item .right p {
            font-size: 14px;
            color: #000000;
            margin-top: 10px;
        }
    .footer005-item .left .text p  img{
        max-width:14px;
        display:block;
        margin-right:15px;
    }

    .footers005-bottom {
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-align: center;
        padding: 10px;
        font-size: 14px;
        color: rgba(255, 255, 255, .5);
        background-color: #9F9F9F;
    }

    .footers005-bottom a {
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
    }

        .footers005-bottom a:hover {
            color: #fff;
        }
.footer-logo  {
    display:flex;
    align-items:center;
    float:left;
}
.footer-logo img {
    width: auto;
    max-height:35px;
    display: block;
}
    .footer-logo p {
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
        color: #01A0C6;
        margin-left:20px;
    }
.footer-top {
    padding:40px 0;
    border-bottom:1px solid rgba(0,0,0,26%);
}
  
.footericon {
    float:right;
    display:flex;
}
    .footericon li {
        position:relative;
    }
    .footericon  .code {
        width:100px;
        position:absolute;
        top:100%;
        left:50%;
        transform:translateX(-50%);
    }
        .footericon .code img {
            width:100%;
            display:block;
        }
        @media(max-width:1000px) {
            .footer005-item {
        display: block;
        padding: 30px 0;
    }

        .footer005-item .left, .footer005-item .right {
            width: 100%;
        }

        .footer005-item .right {
            text-align: center;
            margin-top: 20px;
        }

            .footer005-item .right .img {
                margin: 0 15px;
            }

                .footer005-item .right .img p {
                    font-size: 14px;
                }

        .footer005-item .left .text p {
            font-size: 14px;
        }
}
/*新闻*/
.bx-siteList002-item ul{
    margin: 0 -15px;
    overflow: hidden;
}
.bx-siteList002-item ul li{
    padding: 0 15px;
    float: left;
    width: 33.33333%;
    
}
.bx-siteList002-list{
    display: block;
    box-shadow: 0 3px 12px rgba(0,0,0,.1);
    margin: 20px 0;
    transition: all 0.5s;
}
.bx-siteList002-list .img{
    height: 315px;
    text-align: center;
}
.bx-siteList002-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.bx-siteList002-list .text{
    text-align: center;
    background-color: #fff;
    
}
.bx-siteList002-list  .text-top{
    padding: 30px 20px 20px 20px;
    border-bottom: 1px solid rgba(139,139,139,.1);
}
    .bx-siteList002-list .text h3 {
        font-size: 18px;
        color: #000000;
    }
.bx-siteList002-list .text p{
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}
    .bx-siteList002-list .text span {
        margin: 22px 0;
        display: inline-block;
        padding: 0 22px;
        line-height: 40px;
        border: 1px solid #333333;
        font-size: 16px;
        color: #333333;
        transition: all 0.5s;
    }
.bx-siteList002-list:hover{
    transform: translateY(-8px);
}
    .bx-siteList002-list:hover .text span {
        background-color: #01A0C6;
        color: #fff;
        border-color: #01A0C6;
    }
.newscontent {
    padding:100px 0;
}
@media screen and (max-width: 1500px) {
    .w-nav li {
        /*  width:calc(100% / 8);*/
        padding: 0 15px
    }
    .bx-siteList002-item ul{
        margin: 0 -10px;
    }
    .bx-siteList002-item ul li{
        padding: 0 10px;
    }
    .bx-siteList002-list{
        margin: 10px 0;
    }
    .bx-siteList002-list .img{
        height: 182px;
    }
    .bx-siteList002-list .text-top{
        padding: 25px 15px 15px 15px;
    }
    .bx-siteList002-list .text h3{
        font-size: 22px;
    }
    .bx-siteList002-list .text p{
        font-size: 14px;
        margin-top: 15px;
    }
    .bx-siteList002-list .text span{
        margin: 15px 0;
        line-height: 35px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .bx-siteList002-list .img{
        height: 150px;
    }
    .bx-siteList002-list .text-top{
        padding: 20px 15px 15px 15px;
    }
    .bx-siteList002-list .text p{
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .w-nav li:hover .div-lifd {
        display: none
    }
    .bx-siteList002-item ul{
        margin: 0 -3px;
    }
    .bx-siteList002-item ul li{
        width: 50%;
        padding: 0 3px;
    }
    .bx-siteList002-list{
        margin:  6px 0;
    }
    .bx-siteList002-list .img{
        height: 123px;
    }
    .bx-siteList002-list .text-top{
        padding: 15px;
    }
    .bx-siteList002-list .text h3{
        font-size: 18px;
    }
    .bx-siteList002-list .text span{
        margin: 10px 0;
        line-height: 28px;
    }
}

.webdiyerCss {
    clear: left;
    padding: 30px 0;
    width: 100%;
    text-align: center;
}

    .webdiyerCss a, .webdiyerCss a:link, .webdiyerCss .redcss { /*float:left;*/
        padding: 6px 8px;
        margin: 0 3px;
    }

    .webdiyerCss input {
        height: 31px;
        margin: -2px 2px 0 -10px;
        padding: 7px 2px;
        text-align: center;
        *margin-left: 1px;
    }

    .webdiyerCss .page_go {
        display: inline-block;
        padding: 5px 12px;
        height: 31px;
        margin-left: 5px;
        *height: 32px;
    }

    .webdiyerCss input, .webdiyerCss a, .webdiyerCss a:link {
        color: #000;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .webdiyerCss .redcss, .webdiyerCss .page_go {
        font-weight: bold;
        background: #01A0C6;
        border: 1px solid #01A0C6;
        color: #fff;
        border-radius: 3px;
    }

        .webdiyerCss a:hover, .webdiyerCss .page_go:hover {
            background: #eee;
            border: 1px solid #eee;
            color: #333;
        }

    .webdiyerCss a {
        *margin-bottom: 10px;
        _margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .webdiyerCss input {
        height: 31px;
        margin: -2px 2px 0 -10px;
        padding: 7px 2px;
        text-align: center;
        *margin-left: 1px;
        display: none
    }

    .webdiyerCss .page_go {
        display: inline-block;
        padding: 5px 12px;
        height: 31px;
        margin-left: 5px;
        *height: 32px;
        display: none;
    }

    .webdiyerCss a, .webdiyerCss a:link, .webdiyerCss .redcss { /*float:left;*/
        padding: 5px 6px;
        margin: 0 3px;
    }
}
/*关于我们*/
.bx-siteMAbout005-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .bx-siteMAbout005-item .text {
        width: 50%;
    }

    .bx-siteMAbout005-item .img {
        width: 37%;
        border-radius: 20px;
        overflow: hidden;
    }

        .bx-siteMAbout005-item .img img {
            width: 100%;
        }

    .bx-siteMAbout005-item .text {
        width: 63%;
        padding-right: 40px;
    }



        .bx-siteMAbout005-item .text p {
            font-size: 18px;
            color: #666666;
            margin-top: 40px;
        }

        .bx-siteMAbout005-item .text ul {
            display: flex;
            justify-content: space-around;
            margin-top: 100px;
        }

            .bx-siteMAbout005-item .text ul li {
                flex: 1;
            }

                .bx-siteMAbout005-item .text ul li p {
                    color: #333333;
                    font-size: 22px;
                    margin-top: 0;
                    font-weight:bold;
                }

                    .bx-siteMAbout005-item .text ul li p span {
                        font-size: 80px;
                        color: #01A0C6;
                        font-weight: bold;
                        line-height: 60px;
                        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
                    }

                .bx-siteMAbout005-item .text ul li h3 {
                    font-size: 27px;
                    color: #333333;
                    margin-top: 5px;
                }

        .bx-siteMAbout005-item .text .but {
            display: block;
            width: 150px;
            line-height: 50px;
            border: 1px solid #666;
            font-size: 18px;
            color: #666;
            text-align: center;
            margin-top: 80px;
            transition: all 0.5s;
        }

            .bx-siteMAbout005-item .text .but:hover {
                background-color: #008dce;
                border-color: #008dce;
                color: #fff;
            }
.aboutcontent {
    padding:120px 0 156px;
}
.abouttitle {
    font-size: 36px;
    color: #000000;
    line-height:45px;
    text-align:center;
    margin-bottom:20px;
}
@media screen and (max-width: 1500px) {
    .bx-siteMAbout005-item .text span {
        font-size: 40px;
    }

    .bx-siteMAbout005-item .text p {
        font-size: 16px;
    }

    .bx-siteMAbout005-item .text ul li p span {
        font-size: 50px;
    }

    .bx-siteMAbout005-item .text ul li h3 {
        font-size: 16px;
    }

    .bx-siteMAbout005-item .text ul {
        margin-top: 50px;
    }

    .bx-siteMAbout005-item .text .but {
        width: 120px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .bx-siteMAbout005-item .text span {
        font-size: 35px;
    }

    .bx-siteMAbout005-item .text h3 {
        font-size: 25px;
    }

    .bx-siteMAbout005-item .text p {
        font-size: 14px;
        margin-top: 30px;
    }

    .bx-siteMAbout005-item .text ul li p span {
        font-size: 40px;
    }

    .bx-siteMAbout005-item .text ul li h3 {
        font-size: 14px;
    }

    .bx-siteMAbout005-item .text .but {
        width: 100px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteMAbout005-item {
        flex-direction: column;
    }

        .bx-siteMAbout005-item .text span {
            font-size: 30px;
        }

        .bx-siteMAbout005-item .text h3 {
            font-size: 20px;
        }

        .bx-siteMAbout005-item .text, .bx-siteMAbout005-item .img {
            width: 100%;
        }

        .bx-siteMAbout005-item .text {
            padding-right: 0;
        }

            .bx-siteMAbout005-item .text ul li {
                text-align: center;
            }

            .bx-siteMAbout005-item .text p {
                margin-top: 15px;
            }

            .bx-siteMAbout005-item .text ul {
                margin-top: 20px;
            }

        .bx-siteMAbout005-item .img {
            margin-top: 30px;
        }

        .bx-siteMAbout005-item .text .but {
            margin: 0 auto;
            margin-top: 20px;
        }
}
   /*发展历程*/
.bx-siteD003-swiper {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

    .bx-siteD003-swiper .swiper-wrapper {
        align-items: center;
    }

    .bx-siteD003-swiper .swiper-slide {
        text-align: center;
        font-size: 24px;
        color: rgba(255,255,255,.5);
        cursor: pointer;
    }

        .bx-siteD003-swiper .swiper-slide.active p {
            font-size: 48px;
            color: #01A0C6;
            position: relative;
            padding-bottom: 10px;
        }

            .bx-siteD003-swiper .swiper-slide.active p::before {
                content: '';
                display: block;
                width: 12px;
                height: 12px;
                background-color: #01A0C6;
                border-radius: 50%;
                overflow: hidden;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -5px;
            }

    .bx-siteD003-swiper .swiper-button-next, .bx-siteD003-swiper .swiper-button-prev {
        width: 60px;
        height: 60px;
        
        background:url(../images/arrpw.png) no-repeat center/100% 100%;
        /*box-shadow: 0 3px 12px rgba(0,0,0,.1);*/
        /*border-radius: 50%;*/
        /*background-image: none;*/
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #333;
    }
        .bx-siteD003-swiper .swiper-button-next {
            transform:rotate(180deg);
        }
        .bx-siteD003-swiperItem {
            padding: 0 60px;
            margin-top: 70px;
        }

.bx-siteD003-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bx-siteD003-list .img {
        width: 50%;
        padding-right: 5%;
        text-align: center;
    }

        .bx-siteD003-list .img img {
            transition: all 0.8s;
        }

    .bx-siteD003-list .text {
        width: 50%;
        padding-left: 30px;
        position: relative;
    }

        .bx-siteD003-list .text::before {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            background-color: #C4C4C4;
            position: absolute;
            left: 0;
            top: 0;
        }

        .bx-siteD003-list .text ul li {
            display: flex;
            margin-top: 30px;
            position: relative;
        }

            .bx-siteD003-list .text ul li::before {
                content: '';
                display: inline-block;
                width: 20px;
                height: 20px;
                background:url(../images/dian.png) no-repeat center/100% 100%;
                border-radius: 50%;
                /*border: 1px solid #fff;*/
                position: absolute;
                left: -39px;
                top: 5px;
            }
            .bx-siteD003-list .text ul li:hover span,
            .bx-siteD003-list .text ul li:hover p{
                color: #01A0C6;
            }
            .bx-siteD003-list .text ul li:hover::before {
                background: url(../images/dian2.png) no-repeat center/100% 100%;
            }
            /*   .bx-siteD003-list .text ul li::after {
                content: '';
                display: inline-block;
                width: 11px;
                height: 11px;
                background-color: #fff;
                border-radius: 50%;
                position: absolute;
                left: -35px;
                top: 10px;
            }*/
            .bx-siteD003-list .text ul li span {
                font-size: 18px;
                color: #FFFFFF;
                font-weight: bold;
                line-height: 28px;
            }

            .bx-siteD003-list .text ul li p {
                font-size: 16px;
                color: #FFFFFF;
                flex: 1;
                padding-left: 30px;
                line-height: 28px;
            }

@media screen and (max-width: 1200px) {
    .bx-siteD003-swiper .swiper-slide.active p {
        font-size: 38px;
    }

    .bx-siteD003-swiper .swiper-slide {
        font-size: 20px;
    }

    .bx-siteD003-swiper .swiper-button-next, .bx-siteD003-swiper .swiper-button-prev {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


@media screen and (max-width: 1000px) {
    .bx-siteD003-list {
        flex-direction: column;
    }

        .bx-siteD003-list .img, .bx-siteD003-list .text {
            width: 100%;
        }

    .bx-siteD003-swiperItem {
        padding: 0;
        margin-top: 20px;
    }

    .bx-siteD003-list .img {
        padding-right: 0;
    }

    .bx-siteD003-list .text::before {
        left: 15px;
    }

    .bx-siteD003-list .text ul li::before {
        left: -25px;
    }

    .bx-siteD003-list .text ul li::after {
        left: -20px;
    }

    .bx-siteD003-list .text {
        margin-top: 15px;
    }

        .bx-siteD003-list .text ul li span {
            font-size: 16px;
        }

        .bx-siteD003-list .text ul li p {
            font-size: 14px;
            line-height: 23px;
            padding-left: 10px;
        }

    .bx-siteD003-swiper .swiper-slide {
        font-size: 18px;
    }

        .bx-siteD003-swiper .swiper-slide.active p {
            font-size: 20px;
        }

            .bx-siteD003-swiper .swiper-slide.active p::before {
                width: 8px;
                height: 8px;
            }
}
.historycontent {
    padding:60px 0 45px;
    background:url(../images/historybg.png) no-repeat center/cover;
}
.historytitle {
    font-size:36px;
    line-height:45px;
    color:#fff;
    text-align:center;
    margin-bottom:45px;
}
/*企业实力*/
.bx-siteMAbout010-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bx-siteMAbout010-list .img{
    width: 50%;
    overflow: hidden;
}
.bx-siteMAbout010-list .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}
.bx-siteMAbout010-list .text{
    width: 50%;
}

.bx-siteMAbout010-list .text .texts{
    width: 115%;
    position: relative;
    left: -15%;
    background-color: #F7F7F7;
    padding: 40px 30px;
}
.bx-siteMAbout010-list .text .texts h3{
    font-size: 24px;
    color: #666666;
}

.bx-siteMAbout010-list .text .texts p{
    font-size: 18px;
    line-height:50px;
    color: #666666;
    font-weight:bold;
    text-align:justify
/*    text-indent:2em;*/
}

.bx-siteMAbout010-item ul li:nth-child(even) .bx-siteMAbout010-list{
    flex-direction: row-reverse;
}

.bx-siteMAbout010-item ul li:nth-child(even) .bx-siteMAbout010-list .text .texts{
    left: auto;
    padding: 50px 50px 50px 50px;
}
.bx-siteMAbout010-item ul li{
    margin-bottom: 130px;
}

@media screen and (max-width: 1500px) { 
    .bx-siteMAbout010-list .text .texts{
        padding: 50px 50px 50px 120px;
    }
    .bx-siteMAbout010-item ul li:nth-child(even) .bx-siteMAbout010-list .text .texts{
        padding: 50px 120px 50px 50px;
    }
    .bx-siteMAbout010-list .text .texts p{
        margin-top: 25px;
    }
}

@media screen and (max-width: 1200px) { 
    .bx-siteMAbout010-list .text .texts{
        padding: 40px 40px 40px 100px;
    }
    .bx-siteMAbout010-item ul li:nth-child(even) .bx-siteMAbout010-list .text .texts{
        padding: 40px 100px 40px 40px;
    }
    .bx-siteMAbout010-list .text .texts p{
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) { 
    .bx-siteMAbout010-list{
        flex-direction: column !important;
    }
    .bx-siteMAbout010-list .img,.bx-siteMAbout010-list .text{
        width: 100%;

    }
    .bx-siteMAbout010-list .text .texts{
        padding: 20px !important;
        width: 100% !important;
        left: auto !important;
    }
    .bx-siteMAbout010-list .text .texts h3{
        font-size: 20px;
    }
    .bx-siteMAbout010-list .text .texts p{
        margin-top: 15px;
    }
}
.strength {
    padding: 60px 0;
    background: #F6FCFE;
}
.strengthtitle {
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #000000;
    margin-bottom:45px;
}
.why {
    padding:120px 0;
}
.whytitle {
    font-size: 36px;
    line-height: 45px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.whylist{
    margin:50px 0 0;
    display:flex;
    flex-wrap:wrap;
}
.whylist li {
    width:20%;
    text-align:center;
}
.whycont h4 {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    margin-top:20px;
}
.whycont p {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
}
.position {
    padding: 60px 0;
    background: #F6FCFE;
}
.positiontitle {
    font-size: 36px;
    line-height: 45px;
    color: #000;
    text-align: center;
    margin-bottom:50px;
}
.positionlist {
    margin:50px 0 0;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-evenly;
}
.positionlist li {
    width:25%;
    text-align:center;
    margin-bottom:40px;
}
.positionbtn {
    width: 258px;
    height: 82px;
    margin: 30px auto 0;
    background: #01A0C6;
}
.positionbtn a {
    font-size:20px;
    line-height:82px;
    color:#fff;
    text-align:center;
    display:block;
}
.bx-siteR007-topList {
    display: flex;
    justify-content: space-around;
    border-radius: 30px;
    overflow: hidden;
}

    .bx-siteR007-topList .text {
        width: 60%;
        padding: 35px 40px;
    }

        .bx-siteR007-topList .text .title {
            font-size: 28px;
            color: #333;
        }

            .bx-siteR007-topList .text .title small {
                font-size: 16px;
            }

    .bx-siteR007-topList .img {
        width: 40%;
        overflow: hidden;
        border-radius:0 10px 10px 0;
    }

        .bx-siteR007-topList .img img {
            width: 100%;
        }

    .bx-siteR007-topList .text .p1 {
        font-size: 18px;
        color: #333;
        margin-top: 40px;
        line-height: 32px;
    }

.bx-siteR007-bottomList {
    margin: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    border-radius: 8px;
    background-color: #FAFBFC;
    padding: 15px;
}

    .bx-siteR007-bottomList .img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
    }

        .bx-siteR007-bottomList .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .bx-siteR007-bottomList.active {
        background-color: #01A0C6;
        position: relative;
    }

        .bx-siteR007-bottomList.active::before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 15px solid #01A0C6;
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translate(-50%,0);
            z-index: 9;
        }

.bx-siteR007-bottom .swiper-slide {
    padding-top: 40px;
}

.bx-siteR007-item {
    position: relative;
}

    .bx-siteR007-item .swiper-button-prev {
        left: -50px;
        top: auto;
        bottom: 65px;
    }

    .bx-siteR007-item .swiper-button-next {
        right: -50px;
        top: auto;
        bottom: 65px;
    }


@media screen and (max-width: 1500px) {
    .bx-siteR007-topList .text .p1 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
    }

    .bx-siteR007-bottomList .img {
        width: 100px;
        height: 100px;
    }

    .bx-siteR007-item .swiper-button-prev, .bx-siteR007-item .swiper-button-next {
        bottom: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .bx-siteR007-topList .text {
        padding: 25px 30px;
    }

        .bx-siteR007-topList .text .title {
            font-size: 22px;
        }

        .bx-siteR007-topList .text .p1 {
            font-size: 14px;
            line-height: 25px;
        }

    .bx-siteR007-bottomList .img {
        width: 80px;
        height: 80px;
    }

    .bx-siteR007-item .swiper-button-prev, .bx-siteR007-item .swiper-button-next {
        bottom: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteR007-item .swiper-button-prev, .bx-siteR007-item .swiper-button-next {
        display: none;
    }

    .bx-siteR007-topList {
        flex-direction: column;
    }

        .bx-siteR007-topList .text, .bx-siteR007-topList .img {
            width: 100%;
        }

        .bx-siteR007-topList .text {
            padding: 15px;
        }

            .bx-siteR007-topList .text .title {
                font-size: 18px;
            }

                .bx-siteR007-topList .text .title small {
                    font-size: 14px;
                }

            .bx-siteR007-topList .text .p1 {
                margin-top: 10px;
            }
}
.members {
    padding:120px 0 100px ;
}
.members-title {
    font-size:36px;
    line-height:45px;
    color:#000;
    text-align:center;
    margin-bottom:40px;
}
.members .swiper-button-prev {
    width:84px;
    height:84px;
    background: url(../images/arrleft.png) no-repeat center/100% 100%;
    left:-84px;
}
.members .swiper-button-next {
    width: 84px;
    height: 84px;
    background: url(../images/arrright.png) no-repeat center/100% 100%;
    right: -84px;
}
.productslist a {
    display: inline-block;
    font-size: 18px;
    line-height: 95px;
    padding: 0 20px;
    color: #333333;
    margin-left:50px;
}
    .productslist a:first-child {
        margin:0;
    }
    .productslist a:hover,
    .productslist .active {
        border-bottom: 5px solid #01A0C6;
        color: #01A0C6;
    }
.proswiper, .proswipers {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.proswiperimg img {
    width:100%;
    display:block;
}
.productsswipercont {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
    .productsswipercont .layout{
        height:100%
    }
.productsswipercont .layout .div-fl{
        display:block;
        align-items:center;
        height:100%;
    }
    .productsswipercont .layout .div-fr{
        display:flex;
        justify-content:flex-end;
        align-items:center;
        height:100%;
        text-align:center;
    }
  .productsswipercont .layout  .tet{
      width:36%;
      /*background:rgb(0 0 0 / 0.46);*/
      padding:0;
      border-radius:3px;
      margin:0 auto;
      margin-top:40px;
      text-align:center;

  }
    .productsswipercont h3 {
        font-size: 32px;
        line-height: 60px;
        color:#fff;
    }
    .productsswipercont p {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        margin-top: 50px;
 text-shadow:0px 0px 5px #000000
    }
.proarr {
    width: 56px;
    height: 56px;
    background: url(../images/pro2.png) no-repeat center/100% 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    transform: rotate(180deg);
}
.proarrleft {
    left:10%;
}
.proarrright {
   right :10%;
   transform:rotate(0deg);
}
.proarr:hover {
    background: url(../images/pro2.png) no-repeat center/100% 100%;
}
.proarrright:hover {
    
    transform: rotate(0deg);
}
.proarrleft:hover {
   /* left: 8.5%;
    transform: rotate(180deg);*/
}
.theme {
    padding:60px 0;
    background:url(../images/probotcont.png) no-repeat center/cover;
}
.themelist {
    overflow:hidden;
    margin:50px -20px 0;
    display:flex;
    flex-wrap:wrap
}
.themelist li {
    float:left;
    width:25%;
    padding:0 20px;
}
    .themelist li  a {
        display:block;
        background:#fff;
        padding:50px 0;
        position:relative;
        height:100%
    }
        .themelist li a::after {
            position:absolute;
            bottom:0;
            width:100%;
            transition:all 1s;
        }
.themeimg {
    text-align: center;
    height: 101px;
}
.themeimg img {
    max-width:100%;
    max-height:100%;
}
    .themeimg img:last-child {
        display:none;
    }
.themecont {
    font-size: 26px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
 /*   text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}
.themetitle {
    font-size:36px;
    line-height:45px;
    color:#fff;
    text-align:center;
}
.themelist li:hover a::after {
    content: "";
    height: 5px;
    background: #01A0C6;
    display: block;
}
.themelist li:hover .themeimg img:first-child  {
    display:none;
}
.themelist li:hover .themeimg img:last-child {
    display: inline-block;
}
.post {
    padding:120px 0 100px ;

}
.postclassify {
    display: flex;
}
.ifylist {
    margin-left:30px;
    width:calc(100% - 170px);
}
.postclassify span {
    font-size:24px;
    line-height:30px;
    color:#000;
}
.ifylist li {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    /*width:10%;*/
    margin-left:30px;
    margin-bottom:30px;
    display:inline-block;
    cursor:pointer;
}
.ifylist .active {
    color: #01A0C6;
}
/*招聘*/
.bx-SiteM041-item ul li{
    margin-bottom: 20px;
}
.bx-SiteM041-title {
    background-color: #01A0C6;
    padding: 20px 40px;
    padding-right: 50px;
    position: relative;
    border-left: 2px solid #037A97;
}
.bx-SiteM041-title.active i{
    transform:translate(0,-60%) rotate(90deg);
}
.bx-SiteM041-title h3{
    font-size: 22px;
    color: #fff;
}
.bx-SiteM041-title p{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.bx-SiteM041-title i{
    position: absolute;
    right: 40px;
    font-size: 25px;
    top: 50%;
    color: #333;
    transition: all 0.5s;
    transform: translate(0,-50%);
    
}
.bx-SiteM041-text{
    padding: 30px 40px;
    background-color: #F9F9F9;
    font-size: 18px;
    color: #666666;
    line-height: 2;
    display: none;
}
.bx-SiteM041-text p{
    font-size: 18px;
    color: #666666;
    line-height: 2;
}


@media screen and (max-width: 1500px) { 
    .bx-SiteM041-title{
        padding: 15px 30px;
        padding-right: 50px;
    }
    .bx-SiteM041-title h3{
        font-size: 20px;
    }
    .bx-SiteM041-title p{
        font-size: 16px;
    }
    .bx-SiteM041-text{
        padding: 20px 30px;
        font-size: 16px;
    }
    .bx-SiteM041-text p{
        font-size: 16px;
    }
    .bx-SiteM041-title i{
        right: 30px;
    }
}

@media screen and (max-width: 1000px) { 
    .bx-SiteM041-title{
        padding: 15px;
        padding-right: 30px;
    }
    .bx-SiteM041-title h3{
        font-size: 16px;
    }
    .bx-SiteM041-title p{
        font-size: 14px;
        margin-top: 5px;
    }
    .bx-SiteM041-title i{
        right: 5px;
    }
    .bx-SiteM041-text{
        padding:15px;
    }
    .bx-SiteM041-text ,.bx-SiteM041-text p{
        line-height: 1.5;
        font-size: 14px;
    }
    .bx-SiteM041-item ul li{
        margin-bottom: 10px;
    }
}
.information {
    padding:158px 0 120px;
}
.contactiinformation {
    background-color: #fff;
    box-shadow: 0 6px 14px #F1F1F1;
    background: url(../images/contactbg.png) no-repeat bottom center;
    width: 500px;
    height: 492px;
    padding: 30px 40px;
}
    .contactiinformation h3 {
        font-size: 36px;
        line-height: 61px;
        color: #333333;
    }
    .contactiinformation div {
        margin-top:40px;
        display:flex;
    }
    .contactiinformation div span {
        display: inline-block;
        font-size: 18px;
        color: #333;
        margin-left:15px;
    }
    .contactiinformation div img {
        max-width:24px;
        height:20px;
        margin-top:5px;
    }
.information_pack {
    display:flex;

}
.map {
    width:calc(100% - 500px);
    padding-left:40px;
}
    .map * {
        width: 100%;
    }
.address {
    background: #F6FCFE;
    padding:60px 0;
}
.addresstop span {
    font-size: 36px;
    line-height: 61px;
    color: #333333;
    margin-right:50px;
}
.addressify li {
    margin:0 25px;
    display:inline-block;
    font-size:24px;
    line-height:61px;
    cursor:pointer;
}
.addressify2{
    display:flex;
    flex-wrap:wrap
}
.addressify2 li {
    padding:0 25px;
    margin:0;
    width:33.3%;
    font-size: 24px;
    line-height: 61px;
    cursor: pointer;
}
.addresstop {
    display:flex;
}
.addressify li:hover,
.addressify  .active{
    border-bottom: 5px solid #01A0C6;
}
.addresslist {
    overflow:hidden;
    margin:40px -15px 0;
}
.addresslist li {
    float:left;
    width:33.333333%;
    padding:0 15px;
    margin-bottom:30px;
}
.addresslistcont {
    background:#fff;
    padding:40px 30px;
}
    .addresslistcont h4 {
        font-size: 24px;
        line-height: 41px;
        color: #333333;
        margin-bottom:20px;
    }
    .addresslistcont p {
        font-size: 18px;
        line-height: 31px;
        color: #333333;
        margin-top:10px;
    }
.message {
    padding:120px 0 70px;
}
.messagetitle {
    font-size: 36px;
    line-height: 61px;
    color: #333333;
}
.forms {
    margin-top:50px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.formslist {
    width:30%;
    margin-bottom:20px;
}
    .formslist p {
        font-size: 24px;
        line-height: 41px;
        color: #707070;
    }
    .formslist p span {
        color:#FF5E14;
        margin-right:7px;
    }
    .formslist input {
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        color: #828282;
        padding: 0 10px;
        margin-top: 10px;
        outline: none;
        border: 1px solid #EAEAEA;
    }
        .formslist input::-webkit-input-placeholder,
        .formslist textarea::-webkit-input-placeholder {
            color: #828282;
        }
        .formslist:last-child {
            width: 100%;
        }
    .formslist textarea {
        width: 100%;
        border: 1px solid #EAEAEA;
        outline: none;
        font-size: 16px;
        line-height: 40px;
        color: #828282;
        padding: 0 10px;
        margin-top: 10px;
        height:320px;
    }
.messagebtn {
    width: 290px;
    height: 80px;
    line-height: 80px;
    background: #01A0C6;
    text-align:center;
    margin:70px auto 0;
    font-size:24px;
    color:#fff;
    cursor:pointer;
}

.bx-siteList013 ul {
    display: flex;
}

    .bx-siteList013 ul li {
        width: 33.333333%;
    }

        .bx-siteList013 ul li .bx-siteList013-list {
            display: block;
            position: relative;
        }

            .bx-siteList013 ul li .bx-siteList013-list .img {
                width: 100%;
                height: 90vh;
                overflow: hidden;
                min-height: 700px;
            }

                .bx-siteList013 ul li .bx-siteList013-list .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .bx-siteList013 ul li .bx-siteList013-list .text {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: rgba(0, 0, 0, .5);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 10%;
                transition: all 0.5s;
            }

                .bx-siteList013 ul li .bx-siteList013-list .text .icon {
                    width: 85px;
                    margin-bottom: 45px;
                }

                .bx-siteList013 ul li .bx-siteList013-list .text .texts h3 {
                    font-size: 24px;
                    color: #FFFFFF;
                    font-weight: 400;
                }

                .bx-siteList013 ul li .bx-siteList013-list .text .texts span {
                    font-size: 16px;
                    color: #FFFFFF;
                }

                .bx-siteList013 ul li .bx-siteList013-list .text .texts i {
                    display: inline-block;
                    width: 50px;
                    height: 3px;
                    background-color: #01A0C6;
                    display: block;
                    margin: 20px auto;
                    transition: all 0.5s;
                }

                .bx-siteList013 ul li .bx-siteList013-list .text .texts p {
                    font-size: 16px;
                    color: #FFFFFF;
                    line-height: 30px;
                    height: 90px;
                    display: none;
                    margin-bottom: 20%;
                }

                .bx-siteList013 ul li .bx-siteList013-list .text .texts small {
                    font-size: 24px;
                    color: #fff;
                    display: inline-block;
                    display: none;
                }

            .bx-siteList013 ul li .bx-siteList013-list:hover .text {
                background-color: rgba(0, 0, 0, .2);
            }

                .bx-siteList013 ul li .bx-siteList013-list:hover .text i {
                    width: 3px;
                    height: 50px;
                    background-color: #fff;
                }

@media screen and (max-width: 1500px) {
    .bx-siteList013 ul li .bx-siteList013-list .text .icon {
        width: 60px;
    }

    .bx-siteList013 ul li .bx-siteList013-list .text .texts h3 {
        font-size: 20px;
    }

    .bx-siteList013 ul li .bx-siteList013-list .text .texts p {
        font-size: 15px;
        line-height: 25px;
        height: 75px;
    }

    .bx-siteList013 ul li .bx-siteList013-list .text .texts small {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteList013 ul {
        flex-wrap: wrap;
    }

        .bx-siteList013 ul li {
            width: 100%;
        }

            .bx-siteList013 ul li .bx-siteList013-list .img {
                height: 30vh;
                min-height: 300px;
            }

            .bx-siteList013 ul li .bx-siteList013-list .text {
                padding: 5%;
            }

                .bx-siteList013 ul li .bx-siteList013-list .text .icon {
                    width: 45px;
                    margin-bottom: 20px;
                }

                .bx-siteList013 ul li .bx-siteList013-list .text .texts p,
                .bx-siteList013 ul li .bx-siteList013-list .text .texts small {
                    display: none !important;
                }

                .bx-siteList013 ul li .bx-siteList013-list .text .texts h3 {
                    font-size: 18px;
                }
}
.bannerswiper {
    overflow:hidden;
    width:100%;
}
    .bannerswiper .swiper-slide-active {
        animation: asd 5s linear infinite alternate;
    }


@keyframes asd {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}
.bannerswiper  video{
       width:100%;
       max-height:800px;
       object-fit:cover;
    display:block;
}
.bannerswiper img {
    width:100%;
    display:block;
}
.homeabout {
    background: url(../images/homeaboutbg.png) no-repeat center/100% 100%;
    padding:200px 0;
}
.homeaboutcont h3 {
    font-size:50px;
    line-height:85px;
    color:#fff;
}
.homeaboutcont p {
    font-size:20px;
    line-height:34px;
    color:#fff;
    width:720px;
}
.home-abouttext {
    width:100% !important;
}
.bx-siteMAbout005-item .text .home-aboutlist li {
    text-align:center;
}
.bx-siteMAbout005-item .text .home-aboutlist li h3 {
    color: #fff;
}
.bx-siteMAbout005-item .text .home-aboutlist li p {
    color:#fff;
}
.bx-siteMAbout005-item .text .home-aboutlist {
    margin-top:200px;
}
.homejoin {
    width:100%;
    height:970px;
    background:url(../images/homejoin.png) no-repeat center/cover;
    position:relative;
}
.homejoin1 {
    width: 100%;
    height: 970px;
    background: url(../images/homejoin1.jpg) no-repeat center/cover;
    position: relative;
}
    .homejoin a {
        position: absolute;
        width: 210px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #FFFFFF;
        border-radius:30px;
        left:50%;
        bottom:70px;
        transform:translateX(-50%);
        font-size:22px;
        color:#fff;
    }
.homenews {
    padding: 130px 0 60px;
    background: url(../images/homenewsbg.png) no-repeat center/cover;
}
.homenewstitle1 {
    font-size:50px;
    color:#fff;
    
}
.hot {
    margin-top: 40px;
    display: flex;
    align-items: center;
    height: 41px;
}
.hot span {
    font-size:22px;
    line-height:41px;
    color:#fff;
}
.hotswiper {
    height:100%;
    overflow:hidden;
}
.hotswiper .swiper-slide a {
    font-size: 20px;
    line-height: 41px;
    color: rgba(255,255,255,.8);
}
.homenewslist {
    margin-top:40px;
}
.homenewsswiper {
    width:100%;
    overflow:hidden;
    padding-bottom:60px;
    position:relative;
}
    .homenewsswiper .swiper-slide {
        background: #fff;
    }
.homenewsswiper .swiper-slide .a {
    display:block;
    padding:45px 36px 0;
}
.homenewstitle {
    display:flex;
    justify-content:space-between;
}
    .homenewstitle h4 {
        font-size: 22px;
        line-height: 35px;
        height:70px;
        color: #333333;
        width: 100%;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .homenewsswiper .swiper-slide .a  span {
        display:block;
        font-size: 16px;
        line-height: 20px;
        color: #666666;
        padding:10px 0;
   
 
       
    }




.homenewscontent {
    font-size: 16px;
    line-height: 35px;
height: 35px;
    margin: 20px 0 30px;
  text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
    color: #666666;
}
.homenewsswiper .swiper-slide a {
    border-top: 1px solid #999999;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    padding: 20px 0;
    color: #999999;
    display:block;
    position:relative;
}
.homenewsswiper .swiper-slide:hover a {
    border-color: #01A0C6;
    color: #01A0C6;
}
    .homenewsswiper .swiper-slide:hover a::after {
        content: "";
        width: 100%;
        height: 5px;
        background: #01A0C6;
        position:absolute;
        top:100%;
        left:0;
    }
.homenewsswiper > .swiper-scrollbar {
    background:rgba(255,255,255,.5);
}
.homenewsswiper .swiper-scrollbar-drag {
    background: #01A0C6;
}
.newslink {
    width: 210px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius:30px;
    display:block;
    font-size:22px;
    color:#fff;
    margin:60px auto 0;
}
.newslink:hover {
    color:#fff;
}
.positionlistcont {
    font-size: 24px;
    line-height: 41px;
    color: #000000;
    margin-top:5px;
}
.honor .swiper-button-prev {
    background:url(../images/honorarr.png) no-repeat center/100% 100%;
    width:56px;
    height:56px;
}
.honor .swiper-button-next {
    background: url(../images/honorarr.png) no-repeat center/100% 100%;
    transform: rotate(180deg);
    width: 56px;
    height: 56px;
}
#certify {
    position: relative;
}
.honor {
    padding:120px 0;
}
.fazhan {
    padding:130px 0 180px;
    background:url(../images/fazhan.png) no-repeat center/cover;
}
.fazhantitle {
    font-size:50px;
    line-height:85px;
    color:#fff;
    text-align:left;
}
.fazhancont {
    display:flex;
    margin-top:50px;
}
.fazhancont>div {
    width:50%;
}
.fazhanleftlist {
    display:flex;
}
    .fazhanleftlist li {
        width: 50%;
      /*  backdrop-filter: blur(5px);
        background-color: transparent;*/
        padding: 9px 20px;
     /*   box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 .5em 1em rgba(255, 255, 255, 0.6);*/
      /*  text-shadow: 0 1px 1px hsla(0,0%,100%,.3);*/
        background: hsla(0,0%,100%,.3);
    }
        .fazhanleftlist li h3 {
            font-size: 120px;
            line-height: 145px;
            color: #01A0C6;
            text-align:center;
            font-weight:bold;
        }
        .fazhanleftlist li h4 {
            font-size:24px;
            line-height:32px;
            color:#fff;
            text-align:center;
        }
    .fazhanleftlist li p {
        font-size:16px;
        line-height:30px;
        color:#fff;
        text-align:center;
        margin-top:10px;
        height:120px;
        overflow:auto
    }
        .fazhanleftlist li:hover {
            background: #01A0C6;
        }
        .fazhanleftlist li:hover  h3 {
            color:rgba(255,255,255,.3);
        }
.fazhanimg img {
    width:100%;
    display:block;
    height:320px;
    object-fit:cover
}
.logo a img {
    max-height:100%;
    display:block;
}

@media (max-width:1500px) {
    .w-nav {
        width:800px;
    }
        .w-nav li a,
        .language a,
        .language {
            font-size: 16px;
        }
}
@media (max-width:1450px) {
    .layout {
        width:1300px;
    }
}
@media (max-width:1350px) {
    .layout {
        width:1200px;
    }
    .w-nav {
        width: 700px;
    }

        .w-nav li a,
        .language a,
        .language {
            font-size: 14px;
        }
    .navlist {
        margin-left:60px;
    }
}
@media(max-width:1000px) {
    .layout {
        width:100%;
    }
    .logo{
        height:60px;
        padding:20px 10px;
    }
    .header-pack {
        position:relative;
    }
    .navlist {
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 10px;
        background: #fff;
        z-index: 10;
        width:100%;
        display:none;
    }
    .w-nav {
        width:100%;
        display:block;
    }
    .w-nav li {
        width:100%;
        text-align:center;
    }
        .w-nav li a{
            line-height:40px;
        }
    .logo a {
        display:block;
        height:100%;
    }
    .iconfont {
        width:40px;
        height:40px;
        position:absolute;
        right:10px;
        top:50%;
        transform:translateY(-50%);
    }
    .iconfont i {
        width:100%;
        height:100%;
        position:absolute;
    }
    .iconfont .cha {
        background:url(../images/cha.png) no-repeat center/100% 100%;
        display:none;
    }
        .iconfont .nav {
            background:url(../images/nav.png) no-repeat center/100% 100%;
        }
    .banner-title img {
        width:33px;
    }
    .banner-title div{
        margin-left:10px;
    }
    .banner-title div h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .banner-title div p {
        font-size:16px;
        line-height:20px;
    }
    .banner-title div p.p {
           font-size: 20px;
        line-height: 25px;
        }
    .aboutcontent {
        padding:25px 10px;
    }
    .abouttitle {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }
    .strengthtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom:20px;
    }
    .bx-siteMAbout005-item .text ul li p {
        font-size: 14px;
    }
    .honor .swiper-button-next,
    .honor .swiper-button-prev {
        width: 25px;
        height: 25px;
    }
    .honor, .strength, .footer-top {
        padding: 25px 10px;
    }
    .bx-siteMAbout010-item ul li {
        margin-bottom:30px;
    }
    .footer-logo img {
        max-height:20px;
    }
    .footer-logo p {
        font-size:20px;
        line-height:30px;
    }
    .newscontent {
        padding:25px 0;
    }
    .bx-siteList002-list .text h3{
        font-size:16px;
    }
    .why {
        padding:25px 10px;
    }
    .whytitle,
    .positiontitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .whylist li {
        width:50%;
        margin-bottom:20px;
    }
    .whycont h4,
    .whycont p {
        font-size: 15px;
        line-height: 25px;
    }
    .whycont h4 {
        margin-top: 10px;
    }
    .position{
        padding:25px 10px;
    }
    .positionlist li {
        width:50%;
    }
    .positionlistcont{
        font-size:16px;
        line-height:25px;
    }
     .whyimg img  {
        width: 60%;
    }
    .positionlistimg img {
        width:50%;
    }
    .positionbtn {
        width:150px;
        height:40px;
    }
    .positionbtn a {
        font-size:14px;
        line-height:40px;
    }
    .members{
        padding:25px 0;
    }
    .members-title {
        font-size:20px;
        line-height:30px;
        margin-bottom:10px;
    }
    .information {
        padding:25px 10px;
    }
    .information_pack{
        display:block;
    }
    .contactiinformation{
        width:100%;
        height:350px;
    }
        .contactiinformation h3 {
            font-size:20px;
            line-height:30px;
        }
        .contactiinformation div span {
            font-size:14px;
            line-height:24px;
        }
        .contactiinformation div img {
            max-width:15px;
            height:auto;
            height:12px;
        }
    .map {
        width:100%;
        padding:0;
        margin-top:20px;
    }
    .address {
        padding:25px 10px;
    }
    .addresstop span {
        font-size:20px;
        line-height:30px;
    }
    .addressify li {
        font-size:16px;
        line-height:26px;
        margin:0 10px;
    }
    .addresstop{
        display:block;
    }
    .addressify {
        margin-top:20px;
    }
        .addressify li:hover, .addressify .active {
            border-width:2px;
        }
    .addresslist {
        margin:20px 0 0;
    }
        .addresslist li {
            width:100%;
            padding:0;
        }
    .addresslistcont h4,
    .formslist p {
        font-size: 16px;
        line-height: 30px;
    }
    .addresslistcont p {
        font-size:14px;
        line-height:24px;
    }
    .message {
        padding:25px 10px;
    }
    .messagetitle,
    .themetitle {
        font-size: 20px;
        line-height: 30px;
    }
    .forms{
        margin-top:20px;
    }
    .formslist {
        width:48%;
    }
        .formslist input {
            font-size:14px;
            line-height:30px;
        }
        .formslist textarea {
            height:200px;
            font-size:14px;
            line-height:30px;
        }
    .messagebtn {
        width:150px;
        height:40px;
        font-size:14px;
        line-height:40px;
        margin-top:20px;
    }
    .post {
        padding:25px 10px;
    }
    .postclassify {
        display:block;
    }
        .postclassify span {
            font-size:16px;
            line-height:26px;
        }
    .ifylist {
        width:100%;
        margin:0;
    }
        .ifylist li {
            font-size:14px;
            line-height:24px;
            margin:15px;
        }
    .productslist a {
        font-size:14px;
        line-height:50px;
        width:24%;
        margin:0;
        padding:0;
        text-align:center;
    }
        .productslist a:hover, .productslist .active{
            border-width:2px;
        }
    .proarr {
        width:28px;
        height:28px;
        
    }
    .productsswipercont .layout .tet {
        width:100%;
        padding:10px;
    }
    .productsswipercont h3 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .productsswipercont p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .proarrleft {
        left: 20px;
    }
    .proarrright{
        right:20px
    }
    .theme {
        padding:25px 10px;
    }
    .themelist {
        margin:20px 0 0;
    }
    .themelist li {
        width:50%;
        margin-bottom:20px;
        padding:0 5px;
    }
        .themelist li a {
            padding:20px 0;
        }
    .themeimg {
        height:35px;
    }
    .themecont {
        font-size:18px;
        line-height:30px;
        margin-top:10px;
    }
    .fazhan {
        padding:25px 10px;
    }
    .fazhantitle,
    .homeaboutcont h3,
    .homenewstitle1 {
        font-size: 20px;
        line-height: 30px;
    }
    .fazhancont {
        display:block;
    }
        .fazhancont > div {
            width:100%;
        }
    .fazhanleftlist li {
        padding:9px 10px;
    }
        .fazhanleftlist li h3 {
            font-size:60px;
            line-height:80px;
        }
        .fazhanleftlist li h4 {
            font-size:16px;
            line-height:25px;
        }
        .fazhanleftlist li p{
            font-size:14px;
            line-height:20px;
        }
    .homeabout {
        padding:25px 10px;
    }
    .homeaboutcont p {
        width:100%;
        font-size:14px;
        line-height:24px;
    }
    .bx-siteMAbout005-item .text .home-aboutlist{
        margin-top:30px;
    }
    .homejoin {
        height:300px;
    }
        .homejoin a, .newslink {
            width: 130px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            bottom: 20px;
        }
    .homenews {
        padding:25px 10px;
    }
    .hot span {
        font-size:16px;
        line-height:26px;
    }
    .hotswiper {
        width:60%;
    }
        .hotswiper .swiper-slide a {
            font-size:16px;
            line-height:41px;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
            display:block;
            width:100%;
        }
    .homenewstitle h4{
        font-size:16px;
        line-height:25px;
        height:50px
    }
    .homenewstitle span {
        font-size:12px;
        line-height:30px;
    }
    .homenewsswiper .swiper-slide .a {
        padding:20px;
    }
    .homenewscontent {
        margin:10px;
    }
    .homenewsswiper .swiper-slide a {
        padding:10px 0;
        font-size:14px;
        line-height:21px;
    }
    .newslink{
        margin-top:20px;
    }
    .hot,
    .homenewslist {
        margin-top: 10px;
    }
    .homenewsswiper {
        padding-bottom:30px;
    }
    .fazhanleftlist li p {
        font-size: 14px;
        line-height: 25px;
        color: #fff;
        text-align: center;
        margin-top: 5px;
        height: auto
    }
    .fazhanimg img {
        width: 100%;
        display: block;
        height: auto;
        object-fit: cover
    }
}



/* 5.页脚 */
footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
/*    background-color: rgb(1 160 198 / 0.69)*/
    background:#000
}


    footer .top .inside {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 61px 0 53px;
    }

    footer .lf {
        width: 35%;
    }

    footer .rg {
        width: 65%;
        box-sizing: border-box;
    }

    footer .logo1 {
        width: 80%;
        cursor: pointer;
    }

        footer .logo1 img {
            max-width: 100%;
        }

    footer .info {
        margin-top: 80px;
    }

        footer .info li {
            display: flex;
        }

            footer .info li:not(:first-child) {
                margin-top: 13px;
            }

            footer .info li p {
                width:calc(100% - 80px);
                display: block;
                color: #999;
                font-size: 14px;
            }
                footer .info li p.p1 {
                    width: 100px;
                    color: #fff;
                }
                footer .info li p.p2 {
                    width: 130px;
                    color: #fff;
                }

                footer .info li p img {
                    margin-right: 13px;
                    width: 26px;
                    height: 26px;
                }

    footer .link {
        display: flex;
        justify-content: space-between;
    }

        footer .link a {
            display: block;
            color: #999;
            font-size: 14px;
            line-height: 34px;
            text-align: left;
     
        }

            footer .link a:first-child {
                font-size: 16px;
                margin-bottom: 10px;
                color: #ffffff;
            }

            footer .link a:hover {
                transform: scale(1.08);
                color:#fff
            }

    footer .code {
        margin-top: 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        footer .code h3 {
            font-size: 14px;
            color: #fff;
        }

        footer .code ul {
            display: flex;
            margin-left: 30px;
        }

            footer .code ul li:not(:last-child) {
                margin-right: 32px;
            }

            footer .code ul li {
                position: relative;
            }

                footer .code ul li .qr {
                    width: 86px;
                    height: 96px;
                    display: none;
                    position: absolute;
                    top: -96px;
                    left: 50%;
                    transform: translateX(-50%);
                    box-sizing: border-box;
                }

                footer .code ul li .icon {
                    width: 37px;
                    height: 37px;
                    cursor: pointer;
                }

           /*     footer .code ul li:first-child .icon {
                    width: 26px;
                    height: 26px;
                }*/

                footer .code ul li:hover .qr {
                    display: block;
                }

    footer .copy {
        width: 100%;
        padding: 7px 0;
        text-align: center;
        background-color: #000;
        border-top:solid 1px #666
    }

        footer .copy a {
            color: #fff;
            font-size: 14px;
            line-height: 30px;
        }

            footer .copy a:not(:last-child) {
                margin-right: 55px;
            }

@media (max-width: 1400px) {
    footer .top .inside {
        padding: 47px 0 37px;
    }

    footer .lf {
        width: 30%;
    }

    footer .logo {
        height: 60px;
    }

    footer .info li p img {
        margin-right: 7px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1000px) {
    footer .top .inside {
        padding: 27px 10px 29px 10px;
        flex-direction: column;
    }

    footer .lf {
        width: 100%;
    }

    footer .rg {
        width: 100%;
    }

    footer .logo {
        height: 45px;
        text-align: center;
    }

    footer .info {
        margin-top: 30px;
    }

        footer .info li {
            justify-content: center;
        }

            footer .info li p {
                font-size: 13px;
            }

                footer .info li p img {
                    margin-right: 5px;
                    width: 15px;
                    height: 15px;
                    vertical-align: middle;
                    margin-bottom: 3px;
                }

    footer .link {
        display: none;
    }

    footer .code {
        margin-top: 95px;
        justify-content: center;
    }

        footer .code p {
            width: 90px;
        }

        footer .code h3 {
            font-size: 14px;
        }

  /*      footer .code ul li:not(:last-child) {
            margin-right: 23px;
        }*/


        footer .code ul li .icon {
            width: 28px;
            height: 28px;
        }

        footer .code ul li .qr {
            width: 60px;
            height: 63px;
            top: -67px;
        }

    footer .copy {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

        footer .copy a {
            display: block;
            font-size: 10px;
            line-height: 24px;
        }

            footer .copy a:not(:last-child) {
                margin-right: 0;
            }
    .banner>img{
        height:180px;
        object-fit:cover
    }
}