.container {
  position: relative;
  width: 100%;
}

.header {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 90%;
  padding-left: 10%;
  height: 64px;
  line-height: 64px;
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
}

a.content {
  color: #fff;
}

.banner-box {
  position: relative;
}

.banner-text {
  position: absolute;
  left: 16%;
  top: 45%;
  width: 24%;
}

.title {
  padding-bottom: 10px;
  font-size: 36px;
  letter-spacing: 4px;
}

.text {
  line-height: 24px;
}

.main {
  position: relative;
}

.part-detail {
  padding: 60px 0;
}

.part-detail1 {
  width: 1020px;
  margin: 0 auto;
}

.part-title {
  padding-bottom: 40px;
  text-align: center;
}

.title-en {
  color: #c2c1c2;
  font-size: 20px;
}

.title-zh {
  padding-top: 6px;
  font-size: 32px;
}

.part-content > div {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding: 0 60px;
  text-align: center;
}

.part-content > img {
  width: 200px;
}

.part-detail2 {
  background-color: #f3f3f3;
}

.products-list {
  width: 1020px;
  margin: 0 auto;
}

.products-li {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.products-li:nth-child(3n+1) {
  padding-right: 20px;
}

.products-li:nth-child(3n+2) {
  padding-left: 10px;
  padding-right: 10px;
}

.products-li:nth-child(3n+0) {
  padding-left: 20px;
}

.product-link {
  display: block;
  position: relative;
  height: 340px;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.product-link:hover {
  transform: scale(1.1);
}

.product-img {
  position: relative;
  margin: 50px auto 30px;
  width: 96px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.product-title {
  margin-bottom: 22px;
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.product-desc {
  padding: 0 40px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.copyright-box {
  padding: 20px 0;
  text-align: center;
  background-color: #2d2d2d;
}

.copyright-box>p {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
}

.footer {
  padding-top: 16px;
  text-align: center;
}

.police-link {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}

.police {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  color: #939393;
}