/* Common */
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
}

.container {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* Header */
.header-container {
  width: 720px;
  height: auto;
  margin: 0 auto;
}

.header-container .content {
  width: 100%;
  height: 118px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-container .content .logo {
  width: 65px;
  height: 63px;
  background-image: url("/images/header/logo.png");
  background-repeat: no-repeat;
  margin-left: 13px;
}

.header-container .content .menus {
  width: 550px;
  margin-right: 13px;
}

.header-container .content .menus ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.header-container .content .menus li {
  display: inline;
}

.header-container .content .menus li a {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
}

.header-container .content .menus li a:hover {
  text-decoration: underline;
}

/* Banner */
.banner-container {
  width: 1280px;
  height: auto;
  margin: 0 auto;
}

.banner-container .content {
  width: 100%;
  height: 442px;
  background-image: url("/images/banner/banner.png");
  margin: 0 auto;
}

/* Company Profile */
.company-profile-container {
  width: 1280px;
  height: auto;
  margin: 0 auto;
}

.company-profile-container .content {
  width: 100%;
  height: 100%;
  color: #225479;
}

.company-profile-container .content .title {
  width: 1140px;
  height: 118px;
  margin: 0 auto;
  margin-top: 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-profile-container .content .title .left {
  font-weight: bold;
  font-size: 24px;
}

.company-profile-container .content .title .right {
  width: 61px;
  height: 51px;
  background-image: url("/images/company/80d620.png");
  background-repeat: no-repeat;
}

.company-profile-container .content .profile {
  width: 1140px;
  height: 518px;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.company-profile-container .content .profile .left {
  width: 427px;
  height: 100%;
  background-image: url("/images/company/company.png");
  background-repeat: no-repeat;
}

.company-profile-container .content .profile .right {
  width: 640px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.company-profile-container .content .profile .right .right-title {
  font-weight: bold;
  font-size: 24px;
  position: relative;
}

.company-profile-container .content .profile .right .right-title:after {
  content: '';
  width: 60px;
  height: 5px;
  background: #ff914a;
  position: absolute;
  left: 0px;
  top: 50px;
}

.company-profile-container .content .profile .right .right-content {
  line-height: 17px;
}

.company-profile-container .content .profile .right .right-content .zh {
  font-size: 14px;
}

.company-profile-container .content .profile .right .right-content .en {
  font-size: 12px;
}

.company-profile-container .content .products {
  width: 1214px;
  height: 588px;
  margin: 0 auto;
  margin-top: 78px;
}

.company-profile-container .content .products .products-01 {
  width: 100%;
  height: 287px;
  display: flex;
  justify-content: space-between;
}

.company-profile-container .content .products .products-02 {
  width: 100%;
  height: 287px;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}

/* Contact */
.contact-container {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 57px;
}

.contact-container .content {
  width: 100%;
  height: 464px;
}

.contact-container .content .contact-text {
  width: 100%;
  margin: 106px 0;
}

.contact-container .content .contact-text p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.contact-container .content .contact-platforms {
  width: 100%;
  height: 97px;
  background-image: url("/images/contact/platforms.png");
  margin: 0 auto;
}

.contact-container .content .contact-email {
  width: 100%;
  margin-top: 109px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-container .content .contact-domain {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-container .content .contact-domain a {
  text-decoration: none;
  color: #000000;
}

.contact-container .content .contact-email .contact-email-logo {
  width: 24px;
  height: 17px;
  background-image: url("/images/contact/email.png");
}

/* Products */
.products-container {
  width: 980px;
  height: auto;
  margin: 0 auto;
  margin-top: 42px;
}

.products-container .category {
  width: 100%;
  height: 320px;
  margin-top: 70px;
}

.products-container .category .category-name {
  font-size: 18px;
  font-weight: bold;
}

.products-container .category .products {
  width: 100%;
  height: 212px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.products-container .category .products .product-item img {
  width: 212px;
  height: 212px;
  border-radius: 30px;
  border: 1px solid #000000;
}

.products-container .category .products .more {
  width: 100px;
  height: 212px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.products-container .category .products .more span {
  font-size: 18px;
  font-weight: bold;
}

.products-container .category .products .more a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.products-container .category .products .more a:hover {
  text-decoration: underline;
}
