.box {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}

.box_title {
  margin-bottom: 10px;
  font-size: 50px;
  color: #375191;
  text-align: center;
  text-transform: uppercase;
}

.box h1+div {
  width: 100px;
  height: 4px;
  background-color: #8EAF47;
  margin: 0 auto;
  margin-bottom: 45px;
}

.product {
  display: flex;
  flex-wrap: wrap;
}

.product_A {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product_A img {
  width: 100%;
}

.product_A:nth-child(2n-1) {
  margin-right: 1%;
}

.product_A:nth-child(2n) {
  margin-left: 1%;
}

.product_A:nth-child(1),
.product_A:nth-child(2) {
  margin-bottom: 2%;
}

.product_A_name {
  font-size: 50px;
  text-align: center;
}

.product_A_bei {
  position: absolute;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all .5s;
}

.product_A:hover .product_A_bei {
  left: 0%;
}



.box_A {
  background-color: #F7F7F7;
}

.youshi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.youshi_A div:nth-child(1) {
  font-size: 22px;
}

.youshi_A div:nth-child(2) {
  width: 50px;
  height: 3px;
  background-color: #375191;
  margin: 10px 0;
}

.youshi_A div:nth-child(3) {
  font-size: 18px;
  line-height: 25px;
}

.youshi_c {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  width: 70%;
}

.youshi_c div {
  width: 100%;
  text-align: right;
}

.youshi_c div:nth-child(1) {
  font-size: 22px;
}

.youshi_c div:nth-child(2) {
  width: 50px;
  height: 3px;
  background-color: #375191;
  margin: 10px 0;
}

.youshi_c div:nth-child(3) {
  font-size: 18px;
  line-height: 25px;
}


.youshi {
  width: 36%;
  background-color: white;
  padding: 10px 30px;
  height: 160px;
}

.youshi_A {
  width: 70%;
}

.youshi_B {
  width: 12%;
}

.youshi_B img {
  width: 100%;
  margin-top: -60px;
}

.youshi_A {
  margin-top: 10px;
}

.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.youshi:nth-child(1),
.youshi:nth-child(2) {
  margin-bottom: 30px;
}

.youshi:nth-child(2n-1) {
  margin-right: 2%;
}

.youshi:nth-child(2n) {
  margin-left: 2%;
}

.youshi_5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 15%;
}

.youshi_5 div {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.youshi_5 div img {
  width: 40%;
}

.youshi_5 div:nth-child(2) {
  font-size: 18px;
  color: #9a9999;
  margin-top: 20px;
}

.youshi_foot {
  margin-top: 80px;
}

.youshi_foot_A {
  font-size: 24px;
  text-align: center;
  color: #31529f;
  margin-bottom: 50px;
}

.youshi_K {
  display: flex;
  justify-content: center;
}

.youshi_5:nth-child(2),
.youshi_5:nth-child(3) {
  margin: 0 4.5% 0 9%;
}

.box_banner {
  background: url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.jiadeglobal.com/images/about_2.webp) no-repeat;
  height: 839px;
  overflow: hidden;
}

.box_banner>div {
  background-color: rgba(0, 81, 154, .2);
  width: 100%;
  height: 100%;
}

.anout div:nth-child(1) {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.anout div:nth-child(2) {
  text-align: justify;
  line-height: 26px;
  margin-bottom: 30px;
}

.anout div {
  font-size: 18px;
  color: white;
}

.anout :any-link {
  font-size: 18px;
}

.box_banner .box {
  width: 682px;
}

.box_banner .box .box_title {
  text-align: left;
}

.box_banner .box h1 {
  color: white;
}

.box_banner .box h1+div {
  margin-left: 0;
}

.box_PLUL {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}

.box_banner .box {
  margin: 0;
}

.box_banner a {
  background-color: #8EAF47;
  color: white;
  padding: 10px 14px;
  border-radius: 5px;
}

.box_banner a:hover,
.news+div a:hover {
  background-color: #31529f;
}

.news_A {
  width: 28%;
  margin: 0 auto;
  padding: 1.5%;
  background-color: #F5F5F5;
  transition: all .5s;
  overflow-X: hidden;
}

.news_A:hover {
  transform: translateY(-10px);
}

.news_A:hover .news_title {
  color: #31529f;
}

.news {
  display: flex;
  align-items: flex-start;
}

.news_A img {
  width: 100%;
}

.news_title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.news_date {
  font-size: 16px;
  color: #ccc;
  margin: 15px 0;
}

.news_date+div {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news+div a {
  background-color: #8EAF47;
  color: white;
  padding: 10px 14px;
  font-size: 18px;
  border-radius: 5px;
}

.news+div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width:1500px) {
  .youshi {
    width: 41%;
  }

  .box,
  .box_PLUL {
    width: 90%;
  }
}

@media (max-width:1300px) {
  .getaquote>div:nth-child(1) a {
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
  }

  .zhong_A {
    padding: 0 5px;
    font-size: 18px;
    text-transform: uppercase;
  }
}

.xiaopin {
  display: none;
}

@media (max-width:1100px) {
  .getaquote {
    display: none;
  }

  .zhong {
    display: none;
  }

  .xiaopin {
    display: block;
  }
}

@media (max-width:998px) {
  .youshi:nth-child(2n-1) {
    margin-right: 0;
  }

  .youshi:nth-child(2n) {
    margin-left: 0;
  }

  .youshi {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    padding: 20px;
  }

  .youshi_5:nth-child(2),
  .youshi_5:nth-child(3) {
    margin: 0 1.5% 0 1.5%;
  }

  .anout div:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .fuye_product_title {
    font-size: 18px;
    background-color: #8EAF44;
    color: white;
    padding: 5px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }

  .fuye_productstop a {
    margin: 0;
    padding: 10px 0;
    justify-content: center;
    border-radius: 0;
  }

  .fuye h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .fuye {
    padding: 20px 0;
  }

  .news+div {
    margin-top: 20px;
  }

  .fuye_product_A {
    width: 46%;
    margin: 0 1% 3%;
    padding: 1%;
  }

  .youshi_foot {
    margin-top: 20px;
  }

  .youshi:nth-child(1),
  .youshi:nth-child(2) {
    margin-bottom: 20px;
  }

  .youshi_5 {
    width: 20%;
  }

  .news_A {
    width: 44%;
    margin: 0 1% 10px;
    padding: 2%;
    background-color: #F5F5F5;
    transition: all .5s;
    overflow-X: hidden;
  }

  .news {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .box_title {
    font-size: 30px;
  }

  .product_A_name {
    font-size: 30px;
    text-align: center;
  }

  .box {
    padding: 20px 0;
  }
}

@media (max-width:750px) {
  .news_A {
    width: 92%;
    margin: 0 0 20px;
    padding: 4%;
  }

  .box_banner {
    background: url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.jiadeglobal.com/images/about_1.webp) no-repeat;
    height: 600px;
    overflow: hidden;
  }

  .box_banner .box {
    width: 100%;
  }

  .Contact_Us {
    width: 310px;
    margin: 0 auto;
  }

  .box h1+div {
    margin-bottom: 20px;
  }

  .tubiao {
    justify-content: center;
  }

  .product_A {
    width: 100%;
  }

  .product_A {
    margin-bottom: 2%;
  }

  .product_A:nth-child(2n) {
    margin-left: 0;
  }

  .product_A:nth-child(2n-1) {
    margin-right: 0
  }

  .youshi_5 {
    margin: 0 5% 5% !important;
    width: 30%;
  }

  .youshi_K {
    flex-wrap: wrap;
  }

  .box_PLUL {
    padding-top: 0;
  }
}

@media (max-width:550px) {
  .box_banner {
    background: url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.jiadeglobal.com/images/about_3.webp) no-repeat;
    height: 600px;
    overflow: hidden;
  }
}

@media (max-width:500px) {
  .youshi_5 {
    width: 40%;
  }

  .youshi_B {
    display: none;
  }

  .youshi_A,
  .youshi_c {
    width: 100%;
  }

  .news_date+div {
    font-size: 16px;
  }

  .news_title {
    font-size: 18px;
  }

  .youshi_c {
    justify-content: left;
  }

  .youshi_c div {
    text-align: left;
  }

  .foot_img {
    width: 80%;
    margin: 0 auto 30px;
  }
}