header .header .right .list .item a {
  color: #555;
}

header .header .right .tab .icon-yuyan {
  color: #555;
}

header .header .right .tab .lang {
  color: #555;
}
header .header .logo img:nth-child(1){
 opacity: 1;
}
header .header .logo img:nth-child(2){
  display: none;
}
footer {
  margin-top: 0;
}

.product1 {
  width: 100%;
  height: 432px;
  background-color: #F6F7F9;
}

.product1 .wrap {
  width: 1600px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 230px;
}

.product1 .wrap .left h4 {
  font-weight: bold;
  font-size: 24px;
  color: #005BAC;
}

.product1 .wrap .left p {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
}

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

.product1 .wrap .right .tel {
  padding-left: 30px;
  font-weight: 500;
  font-size: 52px;
  color: #005BAC;
  line-height: 32px;
}

.product2 .wrap {
  width: 1600px;
  margin: 120px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product2 .wrap .left {
  width: 300px;
}

.product2 .wrap .left .list {
  margin-bottom: 10px;
}

.product2 .wrap .left .list .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  background-color: #F6F7F9;
  border-radius: 4px;
  color: #1A1A1A;
  transition: all 0.6s;
}

.wrap .left .list .category .pname {
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #555;
}

.product2 .wrap .left .list .category span {
  padding-right: 30px;
}

.product2 .wrap .left .list .category:hover {
  background-color: #005BAC;
  color: #fff;
}

.wrap .left .list .category:hover a {
  color: #fff;
}

.product2 .wrap .left .list .sec {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding: 20px 0 30px 30px;
}

.product2 .wrap .left .list .sec_on {
  display: flex !important;
}

.product2 .wrap .left .list .sec .item {
  color: #1A1A1A;
  line-height: 32px;
}

.product2 .wrap .left .list .sec .item:hover {
  color: #005BAC;
}

.product2 .wrap .right {
  width: 74%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product2 .wrap .right .probox {
  width: 100%;
}

.product2 .wrap .right .probox .productsList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product2 .wrap .right .probox .productsList .item {
  position: relative;
  flex: 1;
  width: calc((100% - 80px) / 3);
  min-width: calc((100% - 80px) / 3);
  max-width: calc((100% - 80px) / 3);
  margin: 0 25px 25px 0;
  height: 360px;
  background: #FFFFFF;
  border: 1px solid #E7E9EF;
  transition: all 0.6s;
}

.product2 .wrap .right .probox .productsList .item a {
  display: block;
  width: 100%;
  text-align: center;
}

.product2 .wrap .right .probox .productsList .item a .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.product2 .wrap .right .probox .productsList .item a .name {
  position: absolute;
  bottom: 24px;
  left: 60px;
  font-weight: bold;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 68px;
  transition: all 0.6s;
}

.product2 .wrap .right .probox .productsList .item a:hover .name {
  color: #005BAC;
}

.product3 {
  padding-top: 140px;
}

.product3 .wrap {
  width: 1600px;
  margin: 120px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product3 .wrap .left {
  width: 300px;
}

.product3 .wrap .left .list {
  margin-bottom: 10px;
}

.product3 .wrap .left .list .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  background-color: #F6F7F9;
  border-radius: 4px;
  color: #1A1A1A;
  transition: all 0.6s;
}

.product3 .wrap .left .list .category p {
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
}

.product3 .wrap .left .list .category span {
  padding-right: 30px;
}

.product3 .wrap .left .list .category:hover {
  background-color: #005BAC;
  color: #fff;
}

.product3 .wrap .left .list .sec {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding: 20px 0 30px 30px;
}

.product3 .wrap .left .list .sec .item {
  color: #1A1A1A;
  line-height: 32px;
}

.product3 .wrap .left .list .sec .item:hover {
  color: #005BAC;
}

.product3 .wrap .details{
    padding-left: 100px;
    flex: 1;
}
.product3 .wrap .details .top {
  display: flex;
  justify-content: space-between;
}

.product3 .wrap .details .top .detailsleft img {
  width: 100%;
}

.product3 .wrap .details .top .detailsright .name {
  font-weight: bold;
  font-size: 30px;
  color: #005BAC;
  line-height: 68px;
}

.product3 .wrap .details .top .detailsright .text {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 32px;
}

.product3 .wrap .details .top .detailsright .d1 {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 68px;
}

.product3 .wrap .details .top .detailsright .d2 {
  width: 100%;
  padding-top: 40px;
  text-align: left;
}

.product3 .wrap .details .top .detailsright .d2 img {
  /* width: 100%; */
}

.product3 .wrap .details .top .detailsright .d3 {
  padding-top: 20px;
}

.product3 .wrap .details .top .detailsright .d4 {
  padding-top: 40px;
}

.product3 .wrap .details .top .detailsright .d4 .name {
  display: inline-block;
}

.product3 .wrap .details .top .detailsright .d4 .text {
  padding-left: 30px;
  display: inline-block;
}

.product3 .wrap .details .top .detailsright .d4 p {
  display: inline-block;
}

.product3 .wrap .details .top .detailsright .d5 {
  padding-top: 10px;
}

.product3 .wrap .details .top .detailsright .d5 .name {
  display: inline-block;
}

.product3 .wrap .details .top .detailsright .d5 .text {
  padding-left: 30px;
  display: inline-block;
}

.product3 .wrap .details .top .detailsright .d5 p {
  display: inline-block;
  padding-right: 20px;
}

.product3 .wrap .details .top .detailsright .d6,
.product3 .wrap .details .top .detailsright .d7 {
  margin-top: 40px;
  width: 774px;
  height: 72px;
  background: #E7E9EF;
}

.product3 .wrap .details .top .detailsright .d6 .name,
.product3 .wrap .details .top .detailsright .d7 .name {
  display: inline-block;
  padding-left: 30px;
}

.product3 .wrap .details .top .detailsright .d6 .text,
.product3 .wrap .details .top .detailsright .d7 .text {
  display: inline-block;
  padding-left: 30px;
}

.product3 .wrap .details .top .detailsright .d6 p,
.product3 .wrap .details .top .detailsright .d7 p {
  display: inline-block;
  padding-right: 20px;
}

.product3 .wrap .details .bottom {
  padding-top: 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .product1 {
    height: auto;
  }

  .product1 .wrap .left h4 {
    font-size: 18px;
  }

  .product1 .wrap .left p {
    font-size: 24px;
  }

  .product1 .wrap {
    width: 90%;
    padding-top: 150px;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .product1 .wrap .right {
    padding-top: 40px;
  }

  .product1 .wrap .right img {
    width: 40px;
  }

  .product1 .wrap .right .tel {
    font-size: 24px;
  }

  .product2 .wrap {
    flex-direction: column;
    width: 100%;
    margin: 50px auto;
  }

  .product2 .wrap .right {
    width: 90%;
    margin: 0 auto;
  }

  .product2 .wrap .left {
    width: 90%;
    margin: 0 auto;
  }

  .product3 .wrap {
    flex-direction: column;
    width: 100%;
    margin: 50px auto;
  }

  .product3 .wrap .right {
    width: 90%;
    margin: 0 auto;
  }

  .product3 .wrap .left {
    width: 90%;
    margin: 0 auto;
  }

  .product2 .wrap .right .probox .productsList .item {
    width: 100%;
    flex: none;
    max-width: none;
    height: 320px;
  }
}

@media (max-width: 1023px) {
  .product2 .wrap .left .list .sec {
    display: none !important;
  }

  .product2 .wrap .left .list .sec.sec_on {
    display: flex !important;
  }

}

@media (min-width: 1024px) {
  .product2 .wrap .left .list .sec {
    display: flex !important;
  }

  /* .product2 .wrap .left .list .iconfont {
    display: none;
  } */
}

@media (max-width: 1023px) {
  .product3 .wrap .left .list .sec {
    display: none !important;
  }

  .product3 .wrap .left .list .sec.sec_on {
    display: flex !important;
  }

}

@media (min-width: 1024px) {
  .product3 .wrap .left .list .sec {
    display: flex !important;
  }

  .product3 .wrap .left .list .iconfont {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .product3 .wrap .details {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    overflow: hidden;
  }

  .product3 .wrap .details .top {
    flex-direction: column-reverse;
    width: 90%;
  }
   .product3 .wrap .details .top .detailsleft{
    padding-top: 20px;
   }
.product3 .wrap .details .top .detailsright .name{
  font-size: 24px;
}
  .product3 .wrap .details .top .detailsright .d1 {
    font-size: 24px;
  }

  .product3 .wrap .details .top .detailsright .d4 {
    padding-top: 20px;
  }

  .product3 .wrap .details .top .detailsright .d4 .text {
    display: block;
    padding: 0;
  }

  .product3 .wrap .details .top .detailsright .d5 .text {
    display: block;
    padding: 0;
  }

  .product3 .wrap .details .top .detailsright .d6,
  .product3 .wrap .details .top .detailsright .d7 {
    padding-top: 10px;
    width: auto;
    height: auto;
  }

  .product3 .wrap .details .top .detailsright .d6 .text,
  .product3 .wrap .details .top .detailsright .d7 .text {
    display: block;
            padding-bottom: 30px;
  }

  .product3 .wrap .details .top .detailsright .d6 p,
  .product3 .wrap .details .top .detailsright .d7 p {
    display: block;
  }
  .product3 .wrap{
    margin: 0 0 50px 0;
  }
}