﻿#product {
  padding-top: 90px;
}
#product .header-box {
  background: #fff;
}
#product .header-box .header_cnt .header_left > ul li > a {
  color: #000;
}
#product .header-box .header_cnt .header_right .search_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.39);
}
#product .container1 .product_info {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
#product .container1 .product_info .left {
  width: 66.47%;
  flex: none;
  color: #000;
  padding-bottom: 20px;
}
#product .container1 .product_info .left .font60 {
  font-weight: 400;
  font-size: 60px;
  padding: 21px 0 60px;
}
#product .container1 .product_info .left p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 25px;
}
#product .container1 .product_info .right {
  width: 32%;
  flex: none;
}
#product .container1 .product_info .right img {
  max-width: 100%;
}
#product .container1 .detail img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #product {
    padding-top: 66px;
  }
  #product .container1 .product_info {
    flex-direction: column;
    padding-top: 0;
  }
  #product .container1 .product_info .left {
    width: 100%;
  }
  #product .container1 .product_info .left .font60 {
    font-size: 30px;
    padding: 20px 0;
  }
  #product .container1 .product_info .left p {
    font-size: 14px;
    line-height: 25px;
  }
  #product .container1 .product_info .right {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }
  #product .container1 .product_info .right img {
    width: 90%;
  }
}
/*新增*/
/* #product .productList {
  padding-top: 60px;
} */

#contact .productList .top,
#contact .productList .bottom {
  display: flex;
  flex-wrap: wrap;
  /* padding: 74px 0 40px; */
  box-sizing: border-box;
  /* border-top: 1px solid #E6E6E6; */
  /* border-bottom: 1px solid #E6E6E6; */
  /*margin-bottom: 60px;*/
}
#contact h2{
  margin: 50px 0;
  text-align: center;
}
#contact h2 a {
  color:#333;
  font-size:36px
}
/* #contact a{
  color: #000;
} */
#contact .productList .top .item,
#contact .productList .bottom .item {
  background: #F2F2F2;
  padding: 1.88%;
  flex: none;
  box-sizing: border-box;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 60px;
}

#contact .productList .top .item p,
#contact .productList .bottom .item p {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#contact .productList .top .item .menu,
#contact .productList .bottom .item .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

#contact .productList .top .item .menu a,
#contact .productList .bottom .item .menu a {
  font-size: 14px;
  color: #003DA5;
}

#contact .productList .top .item .img_box,
#contact .productList .bottom .item .img_box {
  overflow: hidden;
}

#contact .productList .top .item .img_box img,
#contact .productList .bottom .item .img_box img {
  transition: all 1s;
}

#contact .productList .top .item:hover .img_box img,
#contact .productList .bottom .item:hover .img_box img {
  transform: scale(1.12);
}

#contact .productList .top .first,
#contact .productList .bottom .first {
  width: 48.88888%;
  text-align: center;
}

#contact .productList .top .other,
#contact .productList .bottom .other {
  width: 23.3333%;
}

#contact .productList .top .other img,
#contact .productList .bottom .other img {
  width: 100%;
}
/* #product .max-width {
  width: 100%;
} */
@media screen and (max-width: 1024px) {
  /* #product .productList {
    padding-top: 30px;
} */
#contact h2{
  margin: 34px 0;
  margin-left: 5px;
}
#contact h2 a {
  color:#000;
  font-size:30px
}
#contact .productList .top,
#contact .productList .bottom {
    display: block;
}
#contact .productList .top .first,
#contact .productList .bottom .first {
    width: 100%;
}
#contact .productList .top .item,
#contact .productList .bottom .item {
    width: 100%;
    margin-bottom: 21px;
    padding: 2.5rem 1.6rem 1.7rem;
}
#contact .productList .top .img_box,
#contact .productList .bottom .img_box {
    text-align: center;
}
#contact .productList .top .other img,
#contact .productList .bottom .other img {
    width: 80%;
    margin: auto;
}
}
