.page {
  background-color: rgb(255, 255, 255);
  position: relative;
  min-width: 1200px;
}

@media (max-width: 800px) {
  .page {
    min-width: 300px;
    width: 100%;
  }
}
.section-header {
  width: 100%;
  min-width: 1200px;
  height: 234px;
  background: url("../image/about/header.jpg") no-repeat 0 64px;
  background-size: 100% 180px;
  position: relative;
  box-shadow: 0 6px 10px 0 rgba(184, 189, 196, 0.59);
}
.section-header .box-header {
  height: 64px;
  padding: 20px 0 0 111px;
  position: relative;
  background-color: #FFFFFF;
}
.section-header .box-header .image-dj {
  width: 88px;
  height: 38px;
  margin-top: -7px;
}
.section-header .box-header ul {
  display: flex;
  margin-left: 45px;
}
.section-header .box-header ul li {
  margin-right: 30px;
  padding-bottom: 10px;
  list-style-type: none;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}
.section-header .box-header ul li.active, .section-header .box-header ul li:hover {
  border-bottom: 4px solid rgb(230, 0, 12);
}
.section-header .box-header .box-contact {
  width: 360px;
  height: 30px;
  position: absolute;
  right: 0;
}
.section-header .box-header .box-contact .icon-phone {
  margin-top: 6px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.section-header .box-header .box-contact .sign-icon {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  margin-left: 3px;
}
.section-header .box-header .box-contact .contact-text {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  height: 28px;
  font-style: normal;
  text-transform: none;
}
.section-header .box-header .box-contact .box-apply {
  width: 90px;
  height: 35px;
  margin-top: -5px;
  margin-left: 30px;
  font-size: 14px;
  color: #E60012;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border: 1px solid #E60012;
  border-radius: 20px;
}
.section-header .fixed {
  box-shadow: 0 6px 10px 0 rgba(184, 189, 196, 0.59);
}
.section-header .box-content .contact-text {
  height: 44px;
  margin-top: 120px;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 44px;
  text-shadow: 0 4px 10px #404786;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.section-about {
  width: 100%;
  min-width: 1200px;
}
.section-about .about-header-title {
  height: 42px;
  margin-top: 60px;
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-about .about-wrapper {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  height: 370px;
  margin-top: 50px;
}
.section-about .about-wrapper .about-item {
  width: 350px;
  height: 370px;
  position: relative;
  transition: width 500ms;
  transition-delay: 200ms;
  background-size: 100% 100%;
  border-radius: 8px;
}
.section-about .about-wrapper .about-item.active {
  width: 460px;
  transition: width 500ms;
  transition-delay: 200ms;
}
.section-about .about-wrapper .about-item.active .about-cover {
  display: block;
}
.section-about .about-wrapper .about-item.active .about-title, .section-about .about-wrapper .about-item.active .about-remark, .section-about .about-wrapper .about-item.active .about-icon {
  opacity: 1;
  transition: opacity 200ms;
  transition-delay: 700ms;
}
.section-about .about-wrapper .about-item.active .about-title-default, .section-about .about-wrapper .about-item.active .about-icon-default {
  opacity: 0;
  transition: opacity 200ms;
  transition-delay: 700ms;
}
.section-about .about-wrapper .about-item .about-icon-default, .section-about .about-wrapper .about-item .about-icon {
  width: 70px;
  height: 60px;
  display: block;
  position: absolute;
  left: 140px;
  top: 110px;
}
.section-about .about-wrapper .about-item .about-icon {
  top: 55px;
  left: 35px;
  opacity: 0;
}
.section-about .about-wrapper .about-item .about-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background: rgba(62, 68, 79, 0.5);
}
.section-about .about-wrapper .about-item .about-title {
  height: 23px;
  position: absolute;
  left: 50px;
  top: 125px;
  opacity: 0;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-about .about-wrapper .about-item .about-title-default {
  opacity: 1;
  left: 135px;
  top: 190px;
  z-index: 1;
}
.section-about .about-wrapper .about-item .about-remark {
  padding-right: 40px;
  position: absolute;
  left: 50px;
  top: 160px;
  opacity: 0;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-about .about-wrapper .about-item .about-remark .w40 {
  width: 40%;
}

.section-develop {
  width: 100%;
  min-width: 1200px;
}
.section-develop .develop-content {
  width: 100%;
  min-width: 1200px;
  height: 590px;
  margin-top: 50px;
  background: url("../image/about/develop/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.section-develop .develop-content .develop-wrapper {
  width: 1200px;
  height: 340px;
  position: relative;
}
.section-develop .develop-content .develop-wrapper img {
  width: 930px;
  height: 280px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper {
  width: 930px;
  height: 280px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.section-develop .develop-content .develop-wrapper .content-wrapper .red-point {
  width: 18px;
  height: 18px;
  background-color: #E60012;
  border: 4px solid #FFA4A4;
  border-radius: 9px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .point-1 {
  position: absolute;
  left: 20px;
  top: 229px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .point-2 {
  position: absolute;
  left: 259px;
  top: 214px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .point-3 {
  position: absolute;
  left: 472px;
  top: 168px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .point-4 {
  position: absolute;
  left: 704px;
  top: 82px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .point-5 {
  position: absolute;
  left: 906px;
  top: -28px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .red-line {
  width: 280px;
  height: 145px;
  padding-left: 20px;
  border-left: 2px dashed #E60012;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-title {
  width: 280px;
  height: 20px;
  font-size: 20px;
  color: #E60012;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-text {
  margin-top: 20px;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-text .red-point {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  margin-right: 8px;
  background-color: #E60012;
  border: 0;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-1 {
  position: absolute;
  left: 28px;
  top: 77px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-2 {
  height: 160px;
  padding-top: 30px;
  position: absolute;
  left: 268px;
  top: 237px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-3 {
  height: 180px;
  position: absolute;
  left: 480px;
  top: -19px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-4 {
  height: 200px;
  padding-top: 40px;
  position: absolute;
  left: 712px;
  top: 105px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-5 {
  height: 130px;
  position: absolute;
  left: 915px;
  top: -80px;
}
.section-develop .develop-content .develop-wrapper .content-wrapper .line-5 .line-title {
  width: 260px;
}

.section-product {
  width: 100%;
  min-width: 1200px;
}
.section-product .product-content {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: url("../image/about/product/bg.jpg") no-repeat center 30px;
  background-size: 850px 480px;
}
.section-product .product-content .content-text {
  width: 1200px;
  margin-top: 470px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.section-qualifications {
  width: 100%;
  min-width: 1200px;
}
.section-qualifications .qualifications-content {
  width: 1200px;
  margin-top: 50px;
}
.section-qualifications .qualifications-content .image {
  width: 300px;
  height: 400px;
}
.section-qualifications .qualifications-content .image-wrapper {
  width: 280px;
}
.section-qualifications .qualifications-content .image-wrapper .image-col {
  height: 195px;
}

.section-worth {
  width: 100%;
  min-width: 1200px;
}
.section-worth .worth-content {
  width: 1200px;
  margin-top: 60px;
  margin-bottom: 35px;
}
.section-worth .worth-content img {
  width: 180px;
  height: 60px;
  margin-bottom: 28px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 #F0F1F9;
  border-radius: 8px 8px 8px 8px;
}

/*# sourceMappingURL=about.css.map */
