.container {
  max-width: 1440px !important;
}

body,
html {
  overflow-x: hidden;
}

/* about */
.indexabout {
  background: url(../images/indexbg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.indexaboutmain {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}

.indexaboutmainimg {
        width: 34%;
    /* border: 50px #ffffff45 solid; */
    margin-left: -12%;
  /*text-align: center;*/
}

.indexaboutmainword {
  background: #fff;
  padding: 100px 200px 100px 50px;
  width: 80%;
}

.indexaboutmainword h2 {
  font-size: 22px;
  color: #0d97e0;
  word-break: break-all;
}

.indexaboutmainword h1 {
  font-size: 40px;
  color: #000;
  font-weight: bolder;
  margin: 20px 0;
  word-break: break-all;
}

.indexaboutmainword p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexaboutmainword a {
  width: 30%;
  padding: 15px;
  border: 1px solid #0d97e0;
  background-color: #0d97e0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  margin: 30px 0 0 0;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexaboutmainword a:hover {
  border: 1px solid #000;
  background-color: #000;
}

/* 底部二维码 */
.footer_image{
       display: flex;
    justify-content: flex-start;
    align-self: start; 
}
.footer_ewm ul {
    display: flex;
    justify-content: flex-start;
    align-self: start;
}

.footer_ewm ul li{
    margin-right: 15px;
    text-align: center;
}
.footer_ewm ul li img {
    margin-bottom: 10px;
    max-width: 120px;
}


/* product */
.indexproduct {
  background: url(../images/indexbg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.indexproductmain {
  background: #fff;
  padding: 50px;
}

.indexproductmain h2 {
  font-size: 40px;
  color: #000;
  font-weight: bolder;
  margin: 20px 0;
  word-break: break-all;
}

.indexproductmain h3 {
  font-size: 22px;
  color: #0d97e0;
  word-break: break-all;
}

.indexproduct_li {
  margin: 15px 0;
  position: relative;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproductflex {
  display: flex;
  flex-wrap: wrap;
}

.indexproduct_box {
  height: 100%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.indexproduct_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_con {
  margin-top: 30px;
  text-align: center;
}

.indexproduct_con h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.indexproduct_con p {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.indexproduct_con .indexproduct_more {
  /* width: 60%; */
  padding: 15px;
  border: 1px solid #0d97e0;
  background-color: #0d97e0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 30px auto 0 auto;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_li:hover .indexproduct_con .indexproduct_more {
  background-color: #000;
  color: #ffffff;
  border: 1px solid #000;
}

.indexproduct_li:hover .indexproduct_con h3 a {
  color: #0d97e0;
}

/* 
.indexproduct_li:hover {
  top: -20px;
} */

/* good */
.indexgood {
  background: url(../images/indexbg2.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 60px 0;
}

.indexgood_flex {
  align-items: center;
}

.submit_left {
  background: #fff;
  width: 100%;
  padding: 30px 30px;
}


.subleft_title h2 {
  color: #0d97e0;
  font-size: 25px;
  word-break: break-all;
}

.subleft_text h2 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  word-break: break-all;
  border-bottom: solid 1px #000;
  padding-bottom: 12px;
  margin-top: 10px;
}

.subleft_more a:hover {
  border: 1px solid #000;
  background-color: #000;
}

.subleft_more a {
  width: 40%;
  padding: 15px;
  border: 1px solid #0d97e0;
  background-color: #0d97e0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexchoose_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 0 auto;
}

.indexchoose_img {
  position: relative;
}

.indexchoose_img img {
  width: 100%;
  vertical-align: middle;
}

.indexchoose_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.indexchoose_title span {
  display: block;
  font-size: 24px;
  color: #00c4d8;
  font-weight: bold;
}

.indexchoose_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
}

.indexchoose_title p {
  font-size: 16px;
  color: #333;
}

.indexchoose_list {
  margin-top: 40px;
}

.fivetxt {
  flex: 1;
}

.indexchoose_list li span {
  margin-right: 15px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #0d97e0;
}

.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
}

.indexchoose_list li i {
  font-size: 38px;
  color: #fff;
  text-align: center;
}

.indexchoose_list li h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}

.indexchoose_list li p {
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
}

/* news */
.indexnews {
  background: url(../images/indexbg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.indexnewsmain {
  background: #fff;
  padding: 50px;
}

.main-news-1 {
  padding: 20px 0;
}

.main-news-more {
  padding: 15px;
  border: 1px solid #0d97e0;
  background-color: #0d97e0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 10px auto 0 auto;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.main-news-1:hover .main-news-more {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.main-news-1:hover .news-img img {
  transform: scale(1.2);
}

.news-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 100%;
}

.news-img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}


.main-news-time {
  position: relative;
  background-color: #000;
  padding: 5px 10px;
  z-index: 99;
  margin-left: 0px;
  display: inline-block;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px
}

.main-news-tit {
  margin-top: 20px;
  align-items: center;
}

.main-news-tit h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.main-news-tit p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.indexnews .newsSwiper {
  padding-bottom: 100px;
}

.indexnews .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  z-index: 9999;
}

.indexnews .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 90px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  z-index: 9999;
}

.indexnews .swiper-button-next:after,
.indexnews .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.indexnews .swiper-button-next:hover,
.indexnews .swiper-button-prev:hover {
  background-color: #0d97e0;
  border: 1px solid #0d97e0;

}

.indexnews .swiper-horizontal>.swiper-pagination-bullets,
.indexnews .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0 !important;
  left: auto;
  width: 10%;
}

/* footer */
.footer {
  background: url(../images/indexbg2.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 90px 0;
}

.footer .iconsize {
  font-size: 26px;
  line-height: 1.8;
}

.footer_contacts {
  margin-left: 20px;
}

.footer_contact1 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  display: -webkit-box;
}

.footer_contact1_tel {
  background: #0d97e0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.footer_contact1_tel i {
  font-size: 22px;
  line-height: 2.2;
  color: #fff;
}

.footer_contact1_social_tel {
  margin-left: 20px;
}

.footer_contact1_social_add {
  margin-left: 20px;
}

.footer_contact1_social_tel p {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 3;
}

.footer_contact1_social_add p {
  font-size: 16px;
  color: #fff;
  line-height: 3;
}

.footer_contacts p {
  font-size: 16px;
  color: #ffffff80;
}

.footer_contacts h2 {
  font-size: 19px;
  color: #ffffff;
}

.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 20px;
}

.footer_main h3 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.footer_worktime {
  margin: 30px 0;
}

.footer_worktime p {
  font-size: 14px;
  color: #ffffff80;
  padding: 5px 0;
}

.footer_iconbg {
  background: #FFB92B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
  margin-bottom: 20px;
}

.public_ad_header_social_media a {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  color: #000;
  line-height: 2;
}

.footer .public_ad_header_social_media a {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  color: #fff;
  line-height: 2;
}

.footer_url {
  margin: 20px 0;
  display: flex;
  width: 50%;
}

.footer_url a {
  margin-left: 0;
  margin-right: 20px;
  border-radius: 0;
  color: #fff;
  line-height: 3;
  font-size: 16px;
  font-weight: 800;
}

.footer_url a:hover {
  color: #0d97e0;
}

.footer_page h3,
.footer_product h3,
.footer_contact h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer_product a:hover {
  text-decoration: underline !important;
}

.footer_page a:hover {
  text-decoration: underline !important;
}

.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.footer_contact li i {
  font-size: 22px;
  color: #fff;
}

.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding: 20px 0 20px 0;
  width: 100%;
}

.footer_copyrights_name {
  font-size: 14px;
  color: #fff;
}

.footer_copyrights_p p {
  font-size: 14px;
  color: #fff;
  display: inline;
}

.footer_copyrights_p a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: inline;
  text-decoration: underline;
}

.footer_tags {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.footer_tags p {
  font-size: 14px;
  color: #fff;
}

.footer_tags a {
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 5px;
}

.footer_tags a:hover {
  text-decoration: underline !important;
}

/* shi pei */
@media (max-width:576px) {
.footer_ewm ul li img {
    margin-bottom: 10px;
    max-width: 100%;
}
  .footer_url {
    display: none;
  }

  .indexaboutmain {
    display: block;
    margin-top: 0;
    padding: 20px 0;
  }

  .indexaboutmainword {
    padding: 30px;
    width: 100%;
  }

  .indexaboutmainword h1 {
    font-size: 32px;
  }

  .indexaboutmainword a {
    width: 100%;
  }

  /*.indexaboutmainimg {*/
  /*  border: none;*/
  /*  margin-left: 0;*/
  /*}*/

  .indexproductmain {
    padding: 30px;
  }

  .indexproductmain h2 {
    font-size: 32px;
  }

  .subleft_text h2 {
    font-size: 35px;
  }

  .subleft_more a {
    width: 100%;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .indexgood {
    padding: 60px 0 30px 0;
  }

  .indexnews .newsSwiper {
    padding-bottom: 80px;
  }
  .footer_contact1{
    padding-right: 30px;
  }
  
  

  .indexaboutmainimg {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width:577px) and (max-width:768px) {
.footer_ewm ul li img {
    margin-bottom: 10px;
    max-width: 100%;
}
  .footer_url {
    display: none;
  }
  .indexaboutmain {
    display: block;
    margin-top: 0;
    padding: 20px 0;
  }

  .indexaboutmainword {
    padding: 30px;
    width: 100%;
  }

  .indexaboutmainword h1 {
    font-size: 32px;
  }

  .indexaboutmainword a {
    width: 100%;
  }

  

  .indexaboutmainimg {
    width: 100%;
    margin-left: 0;
  }

  .indexproductmain {
    padding: 30px;
  }

  .indexproductmain h2 {
    font-size: 32px;
  }

  .subleft_text h2 {
    font-size: 35px;
  }

  .subleft_more a {
    width: 100%;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .indexgood {
    padding: 60px 0 30px 0;
  }

  .indexnews .newsSwiper {
    padding-bottom: 80px;
  }
  .footer_contact1{
    padding-right: 30px;
  }
}

@media (min-width:769px) and (max-width:992px) {
.footer_ewm ul li img {
    margin-bottom: 10px;
    max-width: 100%;
}
  .footer_url {
    display: none;
  }
  .indexaboutmain {
    display: block;
    margin-top: 0;
    padding: 20px 0;
  }

  .indexaboutmainword {
    padding: 30px;
    width: 100%;
  }.index_aboutus_video{
      height: 400px !important;
  }

  .indexaboutmainword h1 {
    font-size: 32px;
  }

  .indexaboutmainword a {
    width: 100%;
  }

  .indexaboutmainimg {
    width: 100%;
    margin-left: 0;
  }

  .indexproductmain {
    padding: 30px;
  }

  .indexproductmain h2 {
    font-size: 32px;
  }

  .subleft_text h2 {
    font-size: 35px;
  }

  .subleft_more a {
    width: 100%;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .indexgood {
    padding: 30px 0;
  }

  .indexnews .newsSwiper {
    padding-bottom: 80px;
  }
}

@media (min-width:993px) and (max-width:1200px) {
.footer_ewm ul li img {
    margin-bottom: 10px;
    max-width: 100%;
}
  .footer_url {
    display: none;
  }
  .indexaboutmain {
    margin-top: 0px; 
}
/*.indexaboutmainimg {*/
/*  border: none;*/
/*  padding: 10px;*/
/*  margin-left: -150px;*/
/*  text-align: center;*/
/*}*/
.indexaboutmainword a{
  width: 50%;
}
}

@media (min-width:1201px) and (max-width:1440px) {}

@media (min-width:1401px) and (max-width:1680px) {}





        .index_aboutus_video {
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            width: 100%;
            height: 300px;
        }

        .index_aboutus_video::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(20, 24, 27, 0.1);
            width: 100%;
            height: 100%;
        }

        .dr {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
        }

        .drbtn {
            position: relative;
        }

        .cw {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 5px solid #ffffff;
            position: relative;
            transition: 0.5s;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cw:hover {
            border: 5px solid #ffffff;
            background-color: transparent;
            transition: 0.5s;
        }

        .cw:hover i {
            color: #ffffff;
        }

        .cw i {
            font-size: 25px;
            color: #ffffff;
        }

        .bo {
            position: absolute;
            top: 0;
        }

        .bo::before {
            content: "";
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px solid #ffffff;
            animation: scale 2s infinite;
        }

        .bo::after {
            content: "";
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 1px solid #ffffff;
            animation: scale2 2s infinite;
        }

        @keyframes scale {
            0% {
                transform: scale(1);
                opacity: 0.9;
            }

            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }

        @keyframes scale2 {
            0% {
                transform: scale(1);
                opacity: 0.9;
            }

            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }

        .videomain {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 9999999999999999999999;
        }

        .videoclose {
            position: absolute;
            top: 50px;
            right: 50px;
            cursor: pointer;
        }

        .videoclose img {
            width: 50px;
            height: 50px;
            display: block;
            cursor: pointer;
        }

        .videobox {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50%;
            overflow: hidden;
            max-height: 800px;
            min-height: 600px;
        }

        .videobox video {
            width: 100%;
            height: 100%;
        }

        .videobox iframe {
            width: 100%;
            height: 100%;
            max-height: 800px;
            min-height: 600px;
        }

        @media (max-width:576px) {
            .videobox {
                width: 90%;
                margin: 0 auto;
                max-height: auto;
                min-height: 300px;
            }

            .videobox iframe {
                width: 100%;
                max-height: auto;
                min-height: 300px;
            }
        }

        @media (min-width:577px) and (max-width:767px) {
            .videobox {
                width: 90%;
                margin: 0 auto;
                max-height: auto;
                min-height: 350px;
            }

            .videobox iframe {
                width: 100%;
                max-height: auto;
                min-height: 350px;
            }
        }

        @media (min-width:769px) and (max-width:992px) {
            .videobox {
                width: 90%;
                margin: 0 auto;
                max-height: auto;
                min-height: 400px;
            }

            .videobox iframe {
                width: 100%;
                max-height: auto;
                min-height: 400px;
            }
        }

        @media (min-width:993px) and (max-width:1200px) {
            .videobox {
                width: 90%;
                margin: 0 auto;
                max-height: auto;
                min-height: 500px;
            }

            .videobox iframe {
                width: 100%;
                max-height: auto;
                min-height: 500px;
            }
        }

        @media (min-width:1201px) and (max-width:1400px) {
            .videobox {
                width: 90%;
                margin: 0 auto;
                max-height: auto;
                min-height: 500px;
            }

            .videobox iframe {
                width: 100%;
                max-height: auto;
                min-height: 500px;
            }
        }

        @media (min-width:1401px) and (max-width:1680px) {
            .videobox {
                width: 88%;
                margin: 0 auto;
                max-height: auto;
                min-height: 600px;
            }

            .videobox iframe {
                width: 100%;
                max-height: auto;
                min-height: 600px;
            }
        }