/* 头部 */
#header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.header {
  width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  background-color: #fff;
}
.header-logo img {
  height: 80px;
}
.header-nav li {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.header-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  cursor: pointer;
}
.header-nav li a:hover {
  color: #0064AF;
}
.header-nav li.active a {
  color: #0064AF;
  font-weight: 500;
}
.header-lang {
  height: 30px;
  border-radius: 4px;
  background-color: #F9F9F9;
  border: 1px solid #E6E7E7;
  padding: 0 8px;
  cursor: pointer;
}
.header-lang .lang-icon {
  width: 16px;
  height: 16px;
  background: url('../image/lang.png') center/cover no-repeat;
  margin-right: 8px;
}
/* 主体 */
.home {
  width: 1200px;
  margin: 80px auto 0;
  padding: 0px 16px 148px;
}
/* 轮播图 */
.swiper {
  width: 100%;
  height: 360px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet {

}


/* 企业简介 */
.introduction .introduction-content {
  background-color: #fff;
  padding: 32px 24px;
  text-indent: 2em;
}
.introduction .title-h2 .title-icon {
  background-image:  url('../image/introduction.png');
}
/* 产品展示 */
.productDisplay .title-h2 .title-icon {
  background-image:  url('../image/productDisplay.png'); 
}
.product {
  display: flex;
  width: 100%;
}
.product .product-type {
  width: 280px;
  height: 668px;
  background-color: #fff;
  padding: 16px 0;
}
.product .product-type .product-type-item {
  height: 60px;
  line-height: 24px;
  font-size: 16px;
  padding: 18px 16px;
  font-weight: 500;
  cursor: pointer;
}
.product .product-type .product-type-item:hover {
  background-color: #F0F7FC;
}
.product .product-type .product-type-item.active {
  color: #0064AF;
  background-color: #E6F0F7;
}
.product .product-content {
  flex: 1;
}
.product .product-list {
  display: flex;
  flex-wrap: wrap;
}
.product .product-list .product-list-item {
  width: 280px;
  height: 296px;
  margin-left: 16px;
  margin-bottom: 16px;
  background-color: #fff;
  padding: 20px;
}
.product .product-list .product-list-item .product-list-item-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.product .product-list .product-list-item .product-list-item-intro {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
.product .product-list .product-list-item .product-list-item-desc {
  display: flex;
  align-items: center;
}
.product .product-list .product-list-item .product-list-item-desc > h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #333B41;
  margin-bottom: 4px;
}
.product .product-list .product-list-item .product-list-item-desc .label {
  width: 88px;
  margin-right: 12px;
}
.product .product-list .product-list-item .product-list-item-img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin-top: 20px;
}
.product .product-page {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.product .product-page .product-page-count {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 8px;
  cursor: pointer;
}
.product .product-page .product-page-count.active {
  background-color: #fff;
}

/* 联系我们 */
.contactUs .title-h2 .title-icon {
  background-image:  url('../image/contactUs.png'); 
}
.contactUs .contactUs-content {
  margin-top: 16px;
  margin-bottom: 40px;
  position: relative;
}
.contactUs .contactUs-content .contactUs-content-map {
  width: 100%;
  height: 426px;
}
.contactUs .contactUs-content .contactUs-content-desc {
  width: 288px;
  height: 300px;
  background-color: #fff;
  position: absolute;
  left: 16px;
  top: 60px;
  padding: 32px 24px;
}
.contactUs .contactUs-content .contactUs-content-desc .contactUs-content-desc-p {
  color: #3D3D3D;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
.copyright {
  padding: 32px 0;
  text-align: center;
  background-color: rgba(230, 231, 231, 0.3);
  margin-bottom: 31px;
}
.copyright p {
  color: #B3B6B8;
  font-size: 12px;
  line-height: 18px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #0064AF;
  z-index: 999;
}
footer .footer {
  width: 1200px;
  padding: 24px 40px;
  margin: 0 auto;
  background-color: #0064AF;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer .footer-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer .footer-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.footer .footer-p {
  font-size: 14px;
  line-height: 22px;
}
.footer .footer-p2 {
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}