.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;
  margin-top: -120px;
  position: relative;
  z-index: 99;
}

.indexaboutmainimg {
  border: 50px #ffffff45 solid;
  margin-left: -200px;
  text-align: center;
}

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

.indexaboutmainword h2 {
  font-size: 22px;
  color: #ff1c1c;
  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 #ff1c1c;
  background-color: #ff1c1c;
  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;
}

/* 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: #ff1c1c;
  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 #ff1c1c;
  background-color: #ff1c1c;
  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: #ff1c1c;
}

/* 
.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: #ff1c1c;
  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 #ff1c1c;
  background-color: #ff1c1c;
  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: none;
}

.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: #ff1c1c;
}

.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 #ff1c1c;
  background-color: #ff1c1c;
  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: #ff1c1c;
  border: 1px solid #ff1c1c;

}

.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: #ff1c1c;
  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: 28px !important;
  font-weight: 800 !important;
  color: #fff !important;
}

.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;
}

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

.footer_url a:hover {
  color: #ff1c1c;
}

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

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

.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: flex-end;
  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_contact1_social_add {
    width: 90%;
}
  .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;
  }
}

@media (min-width:577px) and (max-width:768px) {
.footer_contact1_social_add {
    width: 90%;
}
  .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;
  }
}

@media (min-width:769px) and (max-width:992px) {
.footer_contact1_social_add {
    width: 90%;
}
  .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: 30px 0;
  }

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

@media (min-width:993px) and (max-width:1200px) {
.footer_contact1_social_add {
    width: 90%;
}
  .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) {}