.location {
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
}

.div_location {
  background-color: #000;
  padding: 10px 0;
  color: white;
}

.location a {
  color: white;
  margin-right: 5px;
}

.location a:nth-child(2) {
  margin-left: 5px;
}

.news_img {
  width: 100%;
  font-size: 0;
}

.news_img img {
  width: 100%;
}

.news {
  padding: 50px 0;
  width: 65%;
  margin: 0 auto;
}

.newa_A {
  width: 100%;
  margin: 0 auto;
  display: flex;
  /* background-color: #f8f8f8; */
  padding: 20px;
  box-shadow: 0px 5px 5px #e5e5e5;
  cursor: pointer;
  transition: all .5s;
  position: relative;
  margin-bottom: 40px;
}

.newa_A:hover {
  transform: translateY(-10px);
}

.p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_A_img {
  width: 20%;
  margin-right: 20px;
  margin-bottom: 30px;
}

.news_A_div {
  width: 60%;
}

.news_A_img img {
  width: 100%;
}

.news_A_div p:nth-child(1) {
  font-size: 20px;
  margin-bottom: 20px;
}

.news_A_div div:nth-child(2) {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 20px;
}

.news_A_div div:nth-child(3) {
  font-size: 18px;
}

.news_A_div a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 25px;
  background-color: #F55020;
  color: white;
  font-size: 18px;
  transition: all .5s;
}

.newa_A:hover a {
  background-color: #0064B9;
}

.newslist {
  background-color: #f8f8f8;
  padding: 50px;
  width: 65%;
  margin: 0 auto;
}

.newslist h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
}

.newslist div:nth-child(2) {
  text-align: center;
  margin-bottom: 20px;
}

.newslist_div p {
  line-height: 30px;
}

.newslist_div+div {
  display: flex;
  justify-content: center;
}

.about {
  padding: 50px 0;
  width: 65%;
  margin: 0 auto;
}

.about_A {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
}

.about_B {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

.about_C img {
  width: 100%;
  margin: 0 auto;
}

.COMPANY {
  width: 65%;
  margin: 0 auto;
  /* background-color: #f8f8f8; */
  padding: 50px 0;
}

.COMPANY_A {
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 20px;
  text-transform: uppercase;
}

.COMPANY_A a:hover {
  background-color: #0064B9;
}

.COMPANY_A a {
  background-color: #F55020;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

.COMPANY_B img {
  width: 32%;
  height: auto;
  margin: 0 auto;
  margin-left: auto;
}

#zoomedImage {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  border: 2px solid #333;
  border-radius: 5px;
  z-index: 9999;
}

.CONTACT {
  width: 65%;
  margin: 0 auto;
  padding: 50px 0;
}

.CONTACT_A {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #f8f8f8;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.CONTACT_A form {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 30px 0;
}

.CONTACT_A input {
  width: 100%;
  margin: 0 auto;
  outline: none;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
}

.CONTACT_A p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
}

.CONTACT_A p i {
  color: red;
}

.CONTACT_A div {
  width: 42%;
}

.CONTACT_A div:nth-last-child(2) {
  width: 89%;
}

.CONTACT_A textarea,
.CONTACT_A input {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif !important;
}

.CONTACT_A textarea::placeholder,
.CONTACT_A input::placeholder {
  color: #ccc;
  font-weight: initial;
  font-family: Arial, Helvetica, sans-serif !important;
}

.CONTACT_A textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
}

.CONTACT_P {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.CONTACT_A div:nth-last-child(1) {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.CONTACT_A button {
  font-size: 18px;
  background-color: #F55020;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  color: white;
}

.CONTACT_A button:hover {
  background-color: #0064B9;
}

.CONTACT_B {
  display: flex;
  justify-content: center;
}

.products {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
}

.products_left {
  /* background-color: #0064B9; */
  width: 20%;
  margin-right: 20px;
  height: auto;
  /* padding: 10px; */
}


.products_left h1 {
  text-transform: uppercase;
  padding: 10px 0;
  color: white;
  padding-left: 18px;
  border-top-left-radius: 5px;
  background: #0064B9;
  border-bottom: 2px solid #ccc;
  font-size: 30px;
  border-top-right-radius: 5px;
  word-wrap: break-word;
}

.productsA_AC {
  display: none;
  transition: all .5s;
}

.products_left_ul_li {
  /* background-color: #f8f8f8; */
  padding-top: 15px;
  /* padding: 15px 0 10px; */
  text-transform: uppercase;
}

.products_left_ul_li a {
  cursor: pointer;
  font-size: 20px;
}

.table-container p {
  margin-bottom: 10px;
}

.productsA_AC {
  display: none;
}

.products_left_ul_li img {
  transition: all .5s;
}

.div {
  width: 75%;
}

.rotate {
  transition: transform 0.3s ease;
}

.rotate.rotate90 {
  transform: rotate(90deg);
}

.products_left_ul_li_A {
  color: #000;
}

.products_left_ul_li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products_left_ul_li div img {
  width: 15px;
  height: 15px;
}

.productsA_ACC {
  font-size: 18px !important;
  padding-left: 14px;
}

.products_right {
  display: flex;
  flex-wrap: wrap;
  /* width: 78%; */
}

.products_right_A {
  width: 22%;
  display: block;
  background-color: #f8f8f8;
  padding: 10px;
  margin: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px 0 #ccc;
  transition: all .5s;
  border-radius: 5px;
}

.products_right_A:hover {
  transform: translateY(-10px);
}

.productsA_BC {
  padding-left: 10px;
}

.products_right_A_img {
  margin: 0 auto;
}

.products_right_A_img img {
  width: 100%;
}

.products_right_A_title {
  width: 100%;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  color: #000;
  transition: all .5s;
  text-transform: uppercase;
}

.products_right_A_title:hover {
  color: #F55020;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  /* background: #eee; */
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  color: #000;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productslist {
  width: 65%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}

.productslist_top {
  width: 100%;
  display: flex;
}

.productslist_top_left {
  width: 30%;
  margin-right: 200px;
}

.productslist_top_right {
  width: 50%;
}

.productslist_foot {
  margin-top: 50px;
}

.productslist_top_right_title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.productslist_top_right_href {
  padding: 8px 20px;
  background-color: #F55020;
  color: white;
  border-radius: 5px;
  font-size: 16px;
}

.productslist_top_right_Service {
  margin-top: 50px;
  font-size: 20px;
  /* font-weight: 600; */
}


.productslist_top_right_Service div {
  margin-bottom: 10px;
}

.productslist_foot {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.productslist_foot_xiangq {
  background: #F55020;
  width: 300px;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
  color: #fff;
}

.productslist_foot_content {
  width: 100%;
  margin-top: 50px;
}

table {
  border-collapse: collapse;
  width: auto;
  table-layout: fixed;
  word-break: break-all;
}


/* 整个滚动条 */
.productslist_foot_content ::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 5px;
  /* 对应横向滚动条的宽度 */
  height: 5px;
}

/* 滚动条上的滚动滑块 */
.productslist_foot_content ::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 32px;
}

/* 滚动条轨道 */
.productslist_foot_content ::-webkit-scrollbar-track {
  background-color: #ccc;
  /* border-radius: 32px; */
}

table td {
  padding: 7px;
  /* width: 100%; */
  border: 1px solid;
}

.productslist_foot_content img {
  width: auto;
}

.productslist_foot_content {
  font-size: 18px;
}

.sort_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.foot {
  visibility: visible;
}

.sort_top a {
  font-size: 20px;
  color: #000;
}

.sort {
  text-transform: uppercase;
  background: #f8f8f8;
}

.sort_top img {
  width: 20px;
  height: 20px;
  transition: all .5s;
}

.sort_top1_AC img {
  transition: all .5s;
}

.sort_top1 {
  display: none;
  transition: all 5s;
}

.sort_top1_A {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 5px 0;
  /* border-radius: 5px; */
}

.sort_top1_A:hover {
  background-color: #F55020;
}

.sort_top1_A:hover a {
  color: white;
}

.sort_top1_A img {
  width: 15px;
  height: 15px;
}

.sort_top1_A a {
  font-size: 18px;
  margin-left: 10px;
  color: #000;
}

.sort_top2_A {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 5px 0;
}

.sort_top2_A:hover {
  background-color: #F55020;
}

.sort_top2_A:hover a {
  color: white;
}

.sort_top2_A a {
  font-size: 16px;
  margin-left: 20px;
  color: #000;
}

.sort_top2 {
  display: none;
}

.tubia {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.tubia_A,
.tubia_B,
.tubia_C {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 30%;
}

.tubia_A div,
.tubia_B div,
.tubia_C div {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.tubia_A div:nth-child(2),
.tubia_B div:nth-child(2),
.tubia_C div:nth-child(2) {
  margin: 10px 0;
}

@media (max-width:1701px) {
  .p {
    width: 70%;
  }

  .products_right_A {
    width: 21%;
  }

  .products {
    width: 90%;
  }


}

@media (max-width:1550px) {
  .CONTACT {
    width: 100%;
  }

  .COMPANY {
    width: 80%;
  }
}


@media (max-width:1300px) {
  .news_A_div {
    width: 100%;
  }

  .newa_A {
    display: block;
    /* margin: 0; */
    margin-bottom: 40px;
    /* margin-right: auto; */
  }

  .p {
    margin-bottom: 60px;
  }

  .news_A_img {
    width: 100%;
  }

  .news_A_div a {
    padding: 10px 20px;
  }

  .newa_div {
    display: flex;
    flex-wrap: wrap;
  }

  .news {
    width: 90%;
  }

  .productslist_top_left {
    width: 49%;
  }

  .productslist_top_right_Service,
  .productslist_top_right_title,
  .productslist_foot_xiangq {
    font-size: 18px;
  }

  .productslist_top_right_href {
    font-size: 14px;
  }
}

@media (max-width:1050px) {
  .products_right_A {
    width: 28%;
    margin: 1.5%;
    margin-bottom: 20px;
  }
}

@media (max-width:992px) {
  .COMPANY_B img {
    width: 32.5%;
  }

  .products,
  .div {
    width: 100%;
  }

  .products_left {
    display: none;
  }

  .CONTACT_A div {
    width: 89%;
  }

  .newa_A {
    width: 40%;
    margin-bottom: 30px;
  }

  .productslist {
    width: auto;
  }

  .news_A_div {
    width: 100%;
  }
}

@media (max-width:750px) {

  .location,
  .products {
    width: 90%;
  }
}

@media (max-width:600px) {
  .tubia {
    flex-wrap: wrap;
  }

  .tubia_A,
  .tubia_B,
  .tubia_C {
    width: 80%;
    margin-bottom: 40px;
  }

  .div {
    width: auto;
  }

  .newslist_div+div img {
    width: 100%;
  }

  .products_left {
    display: none;
  }

  .products_right_A {
    width: 28%;
    margin-bottom: 20px;
  }

  .productslist_top {
    display: block;
  }

  .productslist_top_left,
  .productslist_top_right {
    width: 100%;
  }
}

@media (max-width:550px) {
  .newa_A {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width:500px) {
  .COMPANY_B img {
    width: 49%;
  }

  .CONTACT_P {
    font-size: 20px;
  }

  .products_right_A {
    width: 40%;
    margin-bottom: 20px;
  }

  .products_right_A:nth-last-child(1) {
    margin-left: 2.5%;
  }

  .productslist {
    padding: 20px;
  }

  .div {
    width: auto;
  }
}

.chanpin1 {
  width: 100%;
}

.chanpin12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.chanpin2 {
  transition: all .5s;
  overflow: hidden;
  width: 100%;
}

/* .chanpin12:hover .chanpin2 {
  display: block;
  height: auto;
} */

.chanpin1 {
  transition: all .5s;
  overflow: hidden;
}

/* .sort_top:hover .chanpin1 {
  display: block;
  height: auto;
} */

.chanpin2_2 {
  display: block;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: capitalize;
}

.sort_top_cuop {
  padding: 15px 15px;
  display: block;
  width: 100%;
}

/* .sort_top_cuop:hover {
  background-color: #F55020;
  color: white;
} */


.chanpin2_2:hover {
  background-color: #ca6141;
  color: white;
}

.chanpin1_1 {
  display: block;
  padding: 15px 20px;
  width: 100%;
  font-size: 18px !important;
}

.chanpin1_1:hover {
  background-color: #F55020;
  color: white;
}

.sort_top {
  position: relative;
}

.youshi {
  position: absolute;
  right: 5px;
  top: 16px;
}

.chanpin12 {
  position: relative;
}