.swiper {
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    background-color: #ccc;
}
.anchorBL{display:none;}
.swiper-container2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination-bullet {
    background: #fff;
}

.swiper-container2 .swiper-pagination {
    bottom: 80px;
}

.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide2 img {
    width: 100%;
    height: 100%;
}

.swiper-container9 .swiper-pagination-bullet-active {
    color: #fff;
    background-color: #fff;
}

.swiper-container9 .swiper-button-next,
.swiper-container9 .swiper-button-prev {

    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 75px;
    left: 0;
    width: 100%;
}

.product {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 90px 45px 0 45px;
    width: 78.85%;
    margin: 0 auto;
}
.example {
    margin-bottom: 10px;
}
.one {
    padding: 90px 0 0  0;
}
.product:last-child {
    margin-bottom: 80px;
}
.product .icon {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product .icon .active {
    transform: translateY(-20px);
    background: #E77917;
    box-shadow: 0px 0px 20px rgba(231, 121, 23, 0.4);
}

.product .icon .icon_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 50px 20px;
    width: 16%;
    border: 1px solid #e8e8e8;
    transition: all .5s;
}

.product .icon .icon_item .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #333333;
    transition: all .5s;
}

.product .icon .icon_item .bg img {
    width: 60%;
}

.product .icon .icon_item>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    transition: all .5s;
}

.product .icon .icon_item .icon_line {
    width: 44px;
    height: 2px;
    background: #E77917;
    transition: all .5s;
}

.product .icon .icon_item>p {
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    color: #999999;
    transition: all .5s;
}

.news_swiper {
    box-sizing: border-box;
    padding: 20px 60px;
    width: 80%;
}
/* .news_info .news_more:hover {
  color: #E77917;
  border-color: #E77917;
} */
.as {
    color: #E77917;
    border-color: #E77917;
}

.product .product_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #333333;
}

.product .line {
    height: 3px;
    width: 75px;
    background-color: #999;
    margin: 0 auto;
    margin-bottom: 25px;
}

.product .product_swiper {
    margin-top: 20px;
    width: 100%;
    height: 480px;
}

.swiper-container1 {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide1 {
    text-align: right;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-start;

    transition: all .5s;
}

.actives {
    transform: scale(1.05);
}

.swiper-slide1>a {
    position: relative;
    height: 100%;
    width: 100%;
}

.swiper-slide1>a>img {
    height: 100%;
    width: 100%;
}

.swiper-slide1>a>span {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    height: 45px;
    padding-left: 20px;
    text-align: left;
    line-height: 45px;
    width: 100%;
    font-size: 18px;
    background: rgba(0, 0, 0, .4);
}

.swiper-container1 .swiper-button-next,
.swiper-container1 .swiper-button-prev {
   width: 40px;
   height: 40px;
   background-color: #E77917;
   border-radius: 15px;
}

.swiper-container1 .swiper-button-next {
    position: absolute;
       top: 50%;
       right: -4%;
}

.swiper-container1 .swiper-button-prev {
    position: absolute;
        top: 50%;
        left: -4%;
}

.swiper-container1 .swiper-button-next img,
.swiper-container1 .swiper-button-prev img {
    width: 80%;

}

.swiper-container1 .swiper-button-prev:after,
.swiper-container1 .swiper-button-next:after {
    content: '';
}

.box {
    width: 100%;
}

.box .content {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 80px;

}
.box .two {
    flex-direction: row-reverse;
     margin-bottom: 20px;
}
.box .content .content_left,
.box .content .content_right {
    width: 50%;
}

.box .content .content_right {
    position: relative;
    background-image: url(../img/index/anli.jpg);
    background-size: 100% 100%;
    height: 60vh;
}

.box .content .content_right .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #242429;
    opacity: .6;
}
.box .content .content_right img {
    width: 100%;
    height: 100%;
}

.box .content .content_center {
    position: absolute;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%);
     box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
}
.box .two .content_center {
    transform: translate(-30%, -50%);
}
.box .content .content_center img {
    height: 100%;
    transition: all .5s;
}
.box .content .content_left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 245px;
}
.box .content .content_two {
    padding-right: 245px;
    padding-left: 0;
}
.box .content .content_left .content_text {
    width: 50%;
}
.box .content .content_left .content_text a>h1 {
    font-size: 18px;
    font-weight: bold;
    color: #E77917;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
}
.box .content .content_left .content_text a>p {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    margin: 30px 0 55px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.box .content .content_left .content_text .info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #999;
}
.img_act {
    transform: scale(1.05);
}
.common{
    position: absolute;
    top: 115px;
    right: 4%;
}
.common .more .more_bg {
    top: -8px;
}
.new {
    top: 70px;
    right: 4%;
}
.more {
    position: relative;
    color: #666;
}
.more .more_bg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -6px;
    left: -12px;
    z-index: -1;
    border-radius: 20px;
    background-color: #FFD8B1;
    transition: all .5s;
}
.more span:nth-child(2) {
    margin-left: 25px;
}
.example .example_swiper {
    height: 550px;
    margin-top: 20px;
 /*   background-color: #ccc;*/
    width: 100%;
}

.swiper-container3 {
    width: 100%;
    height: 100%;
}

.swiper-slide3 {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* .swiper-container3 .swiper-wrapper {
    overflow: hidden;
} */
.swiper-container3 .swiper-button-next {  
    position: absolute;
    top: 50%;
    right: -3%;
}

.swiper-slide3>a {
    overflow: hidden;
    position: relative;
    height: 100%;
    width:  70%;
}

.swiper-slide3>a>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-container3 .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -3%;
}

.swiper-container3 .swiper-button-prev:after,
.swiper-container3 .swiper-button-next:after {
    content: '';
}

.swiper-container3 .swiper-button-next,
.swiper-container3 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #E77917;
    border-radius: 15px;
}

.swiper-container3 .swiper-button-next img,
.swiper-container3 .swiper-button-prev img {
    width: 80%;
}

.swiper-slide3>a>span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    height: 45px;
    padding-left: 20px;
    text-align: left;
    line-height: 45px;
    width: 100%;
    font-size: 18px;
    background: rgba(0, 0, 0, .8);
}
.news_swiper .swiper-slide1 {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
}

.swiper-slide1 .news_a {
    height: 50%;
    width: 100%;

}

.news_info {
    padding: 30px;
}

.news_info .news_title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news_info .news_text {
    font-size: 14px;
    text-align: left;
    color: #999999;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    text-overflow:ellipsis;

}

.news_info .news_more {
    display: inline-block;
    margin-top: 50px;
    font-size: 13px;
    color: #666;
    padding: 5px;
    border: 1px solid #999;
}
.product #map {
    margin-top: 20px;
    width: 100%;
    height: 70vh;
    background-color: #666;
}
.product .company {
    margin: 30px 0 80px 0;
    display: flex;
    width: 100%;
}
.product .company h1 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.product .company p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.product .company .company_tel {
    flex: 2;
}
.product .company .company_eamil {
    flex: 2;
}
.product .company .company_add {
    flex: 3;
}
.product .company .company_info {
    margin-top: -10px;
    flex: 1;
    text-align: center;
}
.product .company .company_info img {
    width: 80px;
}
.product .enterprise {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product .enterprise .enterprise_item {
    cursor: pointer;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    transition: all .5s;
}
 .activee {
    transform: translateY(-10px);
    box-shadow: 5px 5px 20px rgb(0 0 0 / 12%);
}
.product .enterprise .enterprise_item:nth-child(3n) {
    margin-right: 0;
}
.product .enterprise .enterprise_item img {
    width: 100%;
}
.product .enterprise .enterprise_item h1 {
    font-weight: 700;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  /*  padding: 10 15px !important; */
    font-size: 16px;
    margin: 10px 15px;
}

@media screen and (max-width: 1600px) {
    .swiper-container1 .swiper-button-next {
        right: -2.5%;
    }
    .swiper-container1 .swiper-button-prev {
        left: -2.5%;
    }
    .product .company {
       margin-bottom: 0;
    }
    .product {
        padding: 50px 45px 0 45px;
    }
    .one {
        padding: 50px 0 0  0;
    }

    .common {
        top: 45px;
    }
    .swiper-container3 .swiper-button-next {
        right: 1%;
    }
    .swiper-container3 .swiper-button-prev {
        left: 1%;
    }
    .box .content .content_right {
        height: 45vh;
    }
    .product {
        width: 90%;
    }
    .swiper-container2 .swiper-pagination {
        bottom: 20px;
    }
    .example {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1500px) {
    .news_info .news_more {
        margin-top: 20px;
    }

    .product {
        width: 96%;
    }
    .box .content .content_left {
        box-sizing: border-box;
        padding-left: 90px;
    }
    .box .content .content_two {
        padding-left: 0;
        box-sizing: border-box;
        padding-right: 90px;

    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%;
    }
    .product .icon .icon_item .bg {
        width: 110px;
        height: 110px;
    }
    .product .icon .icon_item {
        width: 16%;
    }
    .product .product_swiper {
        margin-top: 20px;
        width: 100%;
        height: 365px;
    }

    .news_swiper .product_swiper {
        margin-top: 20px;
        width: 100%;
        height: 450px;
    }
    .example {
        padding: 30px 0;
    }

}

@media screen and (max-width: 1280px) {
    .product .company h1 {
        font-size: 20px;
    }
    .product .company p {
        font-size: 16px;
    }
    .product {
        padding: 30px 45px 0 45px;
    }
    .one {
        padding: 30px 0 0  0;
    }

    .product .line {
        margin-bottom: 25px;
    }
    .box .content .content_left .content_text {
        width: 60%;
    }
    .box .content .content_left {
        padding-left: 140px;
    }
    .box .content .content_two {
        padding-left: 0;
        padding-right: 140px;
    }
    .product .icon .icon_item>p {
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }


    .product .product_title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 10px;
        color: #333333;
    }

    /* aside .kefu {
    width: 55px;
    height: 55px;
  }
  aside .top {
    margin-top: 25px;
    width: 55px;
    height: 55px;
  } */

    .swiper-container2 .swiper-pagination {
        bottom: 10px;
    }

    .product .product_swiper {
        height: 300px;
    }

    .news_swiper .product_swiper {
        height: 370px;
    }

    .example .example_swiper {
        height: 465px;
    }

    .news_info {
        padding: 15px;
    }

    .news_info .news_title {
        margin-bottom: 10px;
    }

    .news_info .news_more {
        margin-top: 10px;
    }

    .video {
        margin-top: 50px;
        height: 55vh;
    }
    .example {
        padding: 30px 0;
    }

}

@media screen and (max-width: 1024px) {
    .product .enterprise .enterprise_item h1 {
        font-size: 14px;
        margin: 8px 10px;
    }
    .product .enterprise .enterprise_item {

        margin-bottom: 5px;
    }

    .box .content .content_left .content_text a>p {
        margin: 15px 0 30px 0;
    }
    .box .content .content_left {
        padding-left: 165px;
        width: 60%;
    }
    .box .content .content_two {
        padding-left: 0;
        padding-right: 165px;
        width: 60%;
    }
    .box .content .content_right {
        height: 35vh;
    }
    .news_swiper .product_swiper {
        height: 350px;
    }

    .news_info .news_more {
        margin-top: 20px;
    }

    .product {
        width: 94%;
    }
    .product .icon .icon_item {
        width: 30%;
        margin-bottom: 30px;
    }




    .example .example_swiper {
        height: 350px;
    }

    .news_info .news_text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .example {
        padding: 30px 0;
    }
}

@media screen and (max-width: 900px) {
    .more span:nth-child(2) {
        margin-left: 5px;
    }
    .news_swiper .product_swiper {
        height: 365px;
    }

    /* .news_swiper.product_swiper {
    height: 325px;
} */
    .example .example_more {
        top: 9.2%;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {

        font-size: 25px !important;

    }

    .product .product_swiper {
        height: 325px;
    }

    .example .example_swiper {
        height: 350px;
    }
    .example {
        padding: 30px 0;
    }

}

@media screen and (max-width: 750px) {
    .swiper-slide3>a {
        width: 100%;
    }
    .swiper {
        margin-top: 0;
    }
    .product .enterprise {
        margin-top: 25px;
    }
    .product .enterprise .enterprise_item {
        cursor: pointer;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0 ;
    }
    .product .enterprise .enterprise_item:nth-child(3n) {
        margin-right: 4%;
    }
    .product .enterprise .enterprise_item:nth-child(2n) {
        margin-right: 0;
    }
    .product .company {
        margin-top: 5px;
    }
    .product .company h1 {
       margin-top: 15px;
    }
    .product .company p {
        margin-top: 0;
    }
    /* .company .company_tel,
    .company .company_eamil,
    .common .company_add,  */
    /* .product .company .company_info */
  /* .company .company_info {
        width: 100%;
    } */
    .product .company {
        flex-wrap: wrap;
    }
    .product .company .company_info,
    .product .company .company_add,
    .product .company .company_eamil,
    .product .company .company_tel {
        flex: 100%;

    }
    .product .company .company_info {
        margin: 0;
        margin-top: 15px;
    }
    .product .company .company_info img {
        width: 30%;

    }


    .swiper-container1 .swiper-button-next, .swiper-container1 .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .swiper-container1 .swiper-button-next {
        right: -3.5%;
    }
    .swiper-container1 .swiper-button-prev {
        left: 0%;
    }
    .news_swiper {
        margin-top: 10px;
    }
    .common {
        top: 455px;
        right: 0%;
    }
    .new {
        top: 425px;
        right: 2%;
    }
    .swiper-container3 .swiper-button-next, .swiper-container3 .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .swiper-container3 .swiper-button-next {
        right: 1%;
    }
    .swiper-container3 .swiper-button-prev {
        left: 1%;
    }
    .product .line {
        margin-bottom: 10px;
    }
    .product .icon {
        margin-top: 30px;
    }
    .box .content .content_left .content_text a>h1 {
        margin-top: 15px;
        font-size: 16px;
    }
    .box .content {
        flex-wrap: wrap;
    }
    .box .content .content_right {
      width: 94%;
      margin: 0 auto;
    }
    .box .content {
        margin-bottom: 25px;
    }
    .box .content .content_left .content_text a>p {
        margin: 5px 0 10px 0;
    }
    .time {
        color: #999;
    }
    .box .content .content_right .mask,
    .box .content .content_center {
        display: none;
    }
    .box .content .content_left {
        width: 94%;
        margin: 0 auto;
        padding: 0;
    }
    .box .content .content_left .content_text {
        width: 100%;
    }
    .product .icon .icon_item {
        padding: 30px 15px;
    }
    .product .icon .icon_item {
        width: 45%;
    }
    header nav .more {
        top: 24px;
    }

    /* .swiper-slide1 {
    pointer-events:none;
  } */
    .news_info .news_more {
        margin-top: 8px;
    }

    .product .line {
        width: 70px;
    }

    /* aside {
    opacity: 1;
    z-index: 99;
  }
  aside .kefu {
    width: 45px;
    height: 45px;
  }
  .product .product_title {
    padding-bottom: 5px;
}
  aside .top {
    margin-top: 10px;
    width: 45px;
    height: 45px;
  } */
    .product {
        padding-top: 20px;
        width: 95%;
        padding-bottom: 0;
    }

    .example {
        padding: 20px 0 50px 0;
    }

    .product .product_title {
        font-size: 20px;
    }

    .example .product_title {
        font-size: 20px;
    }

    .swiper-container9 .swiper-button-prev:after {
        content: '';
    }

    .swiper-container9 .swiper-button-next:after {
        content: '';
    }



    .news_swiper {
        width: 90%;
    }

    .example {
        padding: 33px 0;
    }

    .news_swiper {
        padding: 20px 20px 50px 20px;

    }

}

@media screen and (max-width: 500px) {
    .swiper-container1 .swiper-button-next {
        right: -2.5%;
    }
    .news_info .news_more {
        font-size: 12px;
        padding: 3px;
    }
    .product {
        padding: 5px 0;
    }

    .swiper-container2 .swiper-pagination {
        bottom: 5px;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .product .product_title {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .product {
        padding-top: 15px;
    }

    .product .line {
        height: 2px;
    }

    .product .product_swiper {
        height: 230px;
        margin-top: 15px;
    }

    .product .product_swiper .product_next,
    .product .product_swiper .product_prve {
        top: 120%;
    }

    .swiper-slide1>a>span {
        height: 30px;
        padding-left: 10px;
        line-height: 30px;
        font-size: 15px;
    }




    .swiper-slide3>a>span {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .example {
        padding-top: 15px;
    }

    .example .product_title {
        font-size: 15px;
    }

    .example .example_swiper {
        height: 265px;
        margin-top: 10px;
    }

    .product .product_swiper {
        height: 190px;
        margin-top: 15px;
    }

    .news_swiper {
        padding: 15px 10px 40px 10px;
    }

    .news_swiper .product_swiper {
        height: 255px;
        margin-top: 15px;
    }

    .news_info {
        padding: 10px;
    }

    .news_info .news_title {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .news_info .news_text {
        font-size: 12px;

    }

}

@media screen and (max-width: 375px) {
    .product .icon .icon_item {
        padding: 25px 15px;
    }
    .product .company {
        margin-top: 15px;
    }
    .product .company h1 {
        font-size: 16px;
    }
    .news_swiper {
        width: 98%;
    }

    .product .company p {
        font-size: 14px;
        line-height: 20px;
    }
    .product .company h1 {
        margin-top: 15px;
    }

    .swiper-container1 .swiper-button-next, .swiper-container1 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .product .line {
        margin-bottom: 20px;
    }
    .product .icon {
        margin-top: 20px;
    }
    .product .icon .icon_item {
        width: 48%;
    }
    .product .icon .icon_item .bg {
        width: 85px;
        height: 85px;
    }
    .product .icon .icon_item {
        margin-bottom: 15px;
    }
    header nav .more {
        top: 20px;
        width: 20px;
        height: 20px;
    }

    .swiper-container3 .swiper-button-next,
    .swiper-container3 .swiper-button-prev {
        width: 25px;
        height: 25px;
    }


    .product .product_swiper .product_next,
    .product .product_swiper .product_prve {
        top: 123%;
    }

    .product .product_swiper .product_next {
        right: 4%;
    }

    .product .product_swiper .product_prve {
        left: 79%;
    }
    .ff {
        margin-top: 0 !important;
    }

}
