body,
html {
  font-size: 14px;
  color: #001100;
}
.about-module .banner-module {
  background: url("../images/aboutUs/banner-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 500px;
  background-size: cover;
  position: relative;
}
.about-module .banner-module:after {
  background: url("../images/aboutUs/banner-title.png") no-repeat center;
  width: 1112px;
  height: 206px;
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-module .banner-module .banner-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-module .banner-module .banner-list:before {
  background: url("../images/aboutUs/title-icon-l.png") no-repeat center;
  width: 150px;
  height: 1px;
  content: '';
  display: block;
  margin-right: 34px;
}
.about-module .banner-module .banner-list:after {
  background: url("../images/aboutUs/title-icon-r.png") no-repeat center;
  width: 150px;
  height: 1px;
  content: '';
  display: block;
  margin-left: 34px;
}
.about-module .banner-module .banner-list a {
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
.about-module .banner-module .banner-list a:first-child {
  background: url("../images/aboutUs/banner-icon1.png") no-repeat center;
  width: 105px;
  height: 34px;
  margin-left: unset;
}
.about-module .banner-module .banner-list a:first-child:hover {
  background: url("../images/aboutUs/banner-icon1-hover.png") no-repeat center;
}
.about-module .banner-module .banner-list a:nth-child(2) {
  background: url("../images/aboutUs/banner-icon2.png") no-repeat center;
  width: 104px;
  height: 34px;
}
.about-module .banner-module .banner-list a:nth-child(2):hover {
  background: url("../images/aboutUs/banner-icon2-hover.png") no-repeat center;
}
.about-module .banner-module .banner-list a:nth-child(3) {
  background: url("../images/aboutUs/banner-icon3.png") no-repeat center;
  width: 103px;
  height: 34px;
}
.about-module .banner-module .banner-list a:nth-child(3):hover {
  background: url("../images/aboutUs/banner-icon3-hover.png") no-repeat center;
}
.about-module .banner-module .banner-list a:nth-child(4) {
  background: url("../images/aboutUs/banner-icon4.png") no-repeat center;
  width: 94px;
  height: 34px;
}
.about-module .banner-module .banner-list a:nth-child(4):hover {
  background: url("../images/aboutUs/banner-icon4-hover.png") no-repeat center;
}
.about-module .banner-module .banner-list a:nth-child(5) {
  background: url("../images/aboutUs/banner-icon5.png") no-repeat center;
  width: 110px;
  height: 34px;
}
.about-module .banner-module .banner-list a:nth-child(5):hover {
  background: url("../images/aboutUs/banner-icon5-hover.png") no-repeat center;
}
.about-module .banner-module .banner-list a:nth-child(6) {
  background: url("../images/aboutUs/banner-icon6.png") no-repeat center;
  width: 138px;
  height: 34px;
}
.about-module .banner-module .banner-list a:nth-child(6):hover {
  background: url("../images/aboutUs/banner-icon6-hover.png") no-repeat center;
}
.about-module .banner-module .banner-list a:nth-child(7) {
  background: url("../images/aboutUs/banner-icon7.png") no-repeat center;
  width: 110px;
  height: 34px;
}
.about-module .banner-module .banner-list a:nth-child(7):hover {
  background: url("../images/aboutUs/banner-icon7-hover.png") no-repeat center;
}
.about-module .example-prefer-title {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-module .example-prefer-title .text {
  font-size: 34px;
  max-width: 690px;
  font-weight: 800;
}
.about-module .example-prefer-title:after {
  display: inline-block;
  content: '';
  height: 2px;
  background: url("../images/hdi/line-bg.png") repeat-x center;
  flex: 1;
  margin-left: 50px;
}
.about-module .example-prefer-title .title-tag {
  font-size: 12px;
  color: #353535;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
  letter-spacing: 2px;
  font-weight: normal;
}
.about-module .company-profile-module {
  background: #F8F8FF;
  padding: 80px 0 50px;
}
.about-module .company-profile-module .profile-box {
  margin-top: 200px;
}
.about-module .company-profile-module .profile-remit {
  padding: 28px 38px 36px 710px;
  border-radius: 8px;
  background-color: #f8f8fd;
  border: 1px solid #FFFFFF;
  position: relative;
  margin-bottom: 16px;
}
.about-module .company-profile-module .profile-remit .profile-video {
  background: url("../images/aboutUs/profile-pic.png") no-repeat center;
  width: 624px;
  height: 420px;
  position: absolute;
  left: 36px;
  bottom: 36px;
}
.about-module .company-profile-module .profile-remit .profile-video .video-btn {
  background: url("../images/aboutUs/video-bg.png") no-repeat center;
  width: 226px;
  height: 56px;
  line-height: 56px;
  padding-left: 60px;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px 0px rgba(0, 17, 0, 0.14);
  position: absolute;
  left: 24px;
  bottom: 28px;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.about-module .company-profile-module .profile-remit .profile-video .video-btn:before {
  background: url("../images/aboutUs/play-btn-icon.png") no-repeat center;
  width: 31px;
  height: 31px;
  content: '';
  display: inline-block;
  margin-right: 14px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -15px;
  transition: all 0.3s ease-in-out;
}
.about-module .company-profile-module .profile-remit .profile-video .video-btn:hover {
  color: #5BC000;
}
.about-module .company-profile-module .profile-remit .profile-video .video-btn:hover:before {
  background: url("../images/aboutUs/play-btn-icon-hover.png") no-repeat center;
}
.about-module .company-profile-module .profile-remit .profile-title {
  position: absolute;
  top: -100px;
}
.about-module .company-profile-module .profile-remit .profile-title .title {
  font-weight: 800;
  font-size: 28px;
  color: #001010;
  margin-bottom: 10px;
}
.about-module .company-profile-module .profile-remit .profile-title .title:before {
  background: url("../images/aboutUs/profile-title-icon.png") no-repeat center;
  width: 27px;
  height: 27px;
  content: '';
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}
.about-module .company-profile-module .profile-remit .profile-title .des {
  font-weight: 300;
  font-size: 16px;
  color: #999999;
}
.about-module .company-profile-module .profile-remit dl dd {
  margin-bottom: 14px;
}
.about-module .company-profile-module .profile-remit dl dd:last-of-type {
  margin-bottom: unset;
}
.about-module .company-profile-module .intro-remit {
  padding: 24px 0;
  background: #f8f8fd;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
}
.about-module .company-profile-module .intro-remit:after {
  clear: both;
  content: '';
  display: block;
}
.about-module .company-profile-module .intro-remit .intro-item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  position: relative;
}
.about-module .company-profile-module .intro-remit .intro-item:first-of-type {
  padding-left: 130px;
}
.about-module .company-profile-module .intro-remit .intro-item:nth-of-type(2) {
  padding-left: 130px;
}
.about-module .company-profile-module .intro-remit .intro-item:nth-of-type(3) {
  padding-left: 100px;
}
.about-module .company-profile-module .intro-remit .intro-item:last-of-type {
  padding-left: 90px;
}
.about-module .company-profile-module .intro-remit .intro-item:after {
  width: 1px;
  height: 70px;
  background: linear-gradient(0deg, #FFFFFF 0%, #787A91 45%, #FFFFFF 100%);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
}
.about-module .company-profile-module .intro-remit .intro-item:last-of-type:after {
  display: none;
}
.about-module .company-profile-module .intro-remit .intro-item .num {
  font-weight: 800;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 6px;
}
.about-module .company-profile-module .intro-remit .intro-item .symbol {
  font-weight: bold;
  font-size: 22px;
  color: #5BC000;
  margin-left: 6px;
  display: inline-block;
}
.about-module .company-profile-module .intro-remit .intro-item .title {
  color: #999999;
  line-height: 14px;
}
.about-module .honor-module {
  background: url("../images/aboutUs/honor-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 1400px;
  padding: 68px 0 0;
  box-sizing: border-box;
  background-size: cover;
}
.about-module .honor-module .honor-box {
  margin-top: 84px;
}
.about-module .honor-module .honor-box .honor-remit {
  margin-left: -30px;
}
.about-module .honor-module .honor-box .honor-remit:after {
  clear: both;
  content: '';
  display: block;
}
.about-module .honor-module .honor-box .honor-list {
  float: left;
  width: 350px;
  margin-left: 30px;
  margin-bottom: 22px;
}
.about-module .honor-module .honor-box .honor-list:nth-of-type(4),
.about-module .honor-module .honor-box .honor-list:nth-of-type(8) {
  width: 240px;
}
.about-module .honor-module .honor-box .honor-list:nth-of-type(4) .honor-item:after,
.about-module .honor-module .honor-box .honor-list:nth-of-type(8) .honor-item:after {
  background: url("../images/aboutUs/pedestal-bg2.png") no-repeat center;
  width: 258px;
  height: 33px;
  margin-left: -129px;
}
.about-module .honor-module .honor-box .honor-list:nth-of-type(5),
.about-module .honor-module .honor-box .honor-list:nth-of-type(6),
.about-module .honor-module .honor-box .honor-list:nth-of-type(7),
.about-module .honor-module .honor-box .honor-list:nth-of-type(8) {
  margin-bottom: unset;
}
.about-module .honor-module .honor-box .honor-item {
  height: 232px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.about-module .honor-module .honor-box .honor-item:hover {
  transform: translateY(-10px);
}
.about-module .honor-module .honor-box .honor-item:after {
  background: url("../images/aboutUs/pedestal-bg.png") no-repeat center;
  width: 364px;
  height: 33px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -182px;
}
.about-module .honor-module .honor-box .honor-item:before {
  width: 100%;
  height: 107px;
  border-radius: 16px 16px 0px 0px;
  border: 1px solid #F7B765;
  box-sizing: border-box;
  background: rgba(250, 238, 226, 0.5);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 102px;
  margin: 0 auto;
}
.about-module .honor-module .honor-box .honor-item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.about-module .honor-module .honor-box .honor-bt {
  text-align: center;
  margin-top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-module .honor-module .honor-box .honor-bt .con {
  display: inline-block;
  padding: 0 20px;
}
.about-module .honor-module .honor-box .honor-bt:before,
.about-module .honor-module .honor-box .honor-bt:after {
  background: url("../images/aboutUs/bracket-icon1.png") no-repeat center;
  width: 9px;
  height: 42px;
  content: '';
  display: inline-block;
}
.about-module .honor-module .honor-box .honor-bt:after {
  transform: rotate(180deg);
}
.about-module .honor-module .honor-box .honor-bt .title {
  color: #CD6424;
  font-size: 18px;
  font-weight: 800;
}
.about-module .honor-module .honor-box .honor-bt .des {
  color: #CD6424;
  font-size: 12px;
}
.about-module .honor-module .approve-box {
  height: 614px;
  position: relative;
  box-sizing: border-box;
}
.about-module .honor-module .approve-box:before {
  background: url("../images/aboutUs/left-shadow-bg.png") no-repeat center;
  width: 200px;
  height: 614px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.about-module .honor-module .approve-box:after {
  background: url("../images/aboutUs/right-shadow-bg.png") no-repeat center;
  width: 200px;
  height: 614px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.about-module .honor-module .approve-box .swiper-container {
  height: 100%;
  margin: 0 30px 0 30px;
}
.about-module .honor-module .approve-box .swiper-container:before {
  background: url("../images/aboutUs/certificate-frame-pic.png") no-repeat center;
  width: 560px;
  height: 444px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 65px;
  z-index: 1;
}
.about-module .honor-module .approve-box .swiper-wrapper {
  align-items: center;
}
.about-module .honor-module .approve-box .cer-item {
  width: 142px !important;
  height: 210px;
  position: relative;
  transform: translateY(-30px);
  margin: 0 15px;
}
.about-module .honor-module .approve-box .cer-item .file-big-pic {
  display: none;
}
.about-module .honor-module .approve-box .cer-item.swiper-slide-active {
  width: 242px !important;
  height: 342px !important;
  position: relative;
  transform: translateY(-55px) translateX(2px);
  margin: 0 40px;
}
.about-module .honor-module .approve-box .cer-item.swiper-slide-active .file-big-pic {
  display: block;
}
.about-module .honor-module .approve-box .cer-item.swiper-slide-active .file-min-pic {
  display: none;
}
.about-module .honor-module .approve-box .cer-item.swiper-slide-active .honor-des {
  display: block;
}
.about-module .honor-module .approve-box .honor-des {
  width: 560px;
  position: relative;
  left: -164px;
  right: 0;
  bottom: -86px;
  color: #CD6424;
  text-align: center;
  z-index: 4;
  display: none;
}
.about-module .honor-module .approve-box .honor-des:before {
  background: url("../images/aboutUs/bracket-icon1.png") no-repeat center;
  width: 9px;
  height: 42px;
  content: '';
  display: inline-block;
}
.about-module .honor-module .approve-box .honor-des:after {
  background: url("../images/aboutUs/bracket-icon1.png") no-repeat center;
  width: 9px;
  height: 42px;
  content: '';
  display: inline-block;
  transform: rotate(180deg);
}
.about-module .honor-module .approve-box .honor-des .cen-bt {
  display: inline-block;
  padding: 0 40px;
  line-height: 49px;
  vertical-align: bottom;
}
.about-module .honor-module .approve-box .honor-des .title {
  font-size: 18px;
}
.about-module .honor-module .approve-box .honor-des .des {
  font-size: 12px;
}
.about-module .honor-module .approve-box .btn-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFF6EA 0%, #FCDBAE 100%);
  border: 1px solid #FCDBAE;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 296px;
  bottom: 130px;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}
.about-module .honor-module .approve-box .btn-icon:hover {
  box-shadow: 0px 10px 15px 0px rgba(0, 70, 54, 0.16);
}
.about-module .honor-module .approve-box .btn-icon:after {
  background: url("../images/aboutUs/swiper-arrow-icon.png") no-repeat center;
  width: 11px;
  height: 18px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -9px auto 0;
}
.about-module .honor-module .approve-box .btn-icon.swiper-next {
  left: unset;
  right: 296px;
}
.about-module .honor-module .approve-box .btn-icon.swiper-next:after {
  transform: rotate(180deg);
}
.about-module .culture-module {
  background: url("../images/aboutUs/culture-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 950px;
  padding: 80px 0 60px;
  box-sizing: border-box;
  background-size: cover;
}
.about-module .culture-module .culture-box:after {
  clear: both;
  content: '';
  display: block;
}
.about-module .culture-module .culture-pic {
  float: left;
  background: url("../images/aboutUs/culture-pic.png") no-repeat center;
  width: 671px;
  height: 751px;
}
.about-module .culture-module .cultural-wrap {
  float: left;
  padding-top: 80px;
}
.about-module .culture-module .cultural-item {
  width: 660px;
  padding: 24px 130px 24px 40px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(239, 178, 98, 0.2) 100%);
  box-shadow: 0px 4px 24px 0px rgba(71, 79, 0, 0.06);
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.about-module .culture-module .cultural-item:hover {
  transform: translateY(-5px);
}
.about-module .culture-module .cultural-item:after {
  background: url("../images/aboutUs/culture-icon1.png") no-repeat center;
  width: 90px;
  height: 90px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}
.about-module .culture-module .cultural-item:nth-of-type(2) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(222, 202, 22, 0.2) 100%);
}
.about-module .culture-module .cultural-item:nth-of-type(2):after {
  background: url("../images/aboutUs/culture-icon2.png") no-repeat center;
}
.about-module .culture-module .cultural-item:nth-of-type(3) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(203, 215, 78, 0.2) 100%);
}
.about-module .culture-module .cultural-item:nth-of-type(3):after {
  background: url("../images/aboutUs/culture-icon3.png") no-repeat center;
}
.about-module .culture-module .cultural-item:nth-of-type(4) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(180, 216, 80, 0.2) 100%);
}
.about-module .culture-module .cultural-item:nth-of-type(4):after {
  background: url("../images/aboutUs/culture-icon4.png") no-repeat center;
}
.about-module .culture-module .cultural-item:last-of-type {
  background: linear-gradient(0deg, rgba(253, 253, 253, 0.2) 0%, rgba(136, 208, 52, 0.2) 100%);
  margin-bottom: unset;
}
.about-module .culture-module .cultural-item:last-of-type:after {
  background: url("../images/aboutUs/culture-icon5.png") no-repeat center;
}
.about-module .culture-module .cultural-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
}
.about-module .culture-module .cultural-item p {
  font-size: 16px;
  color: #666666;
}
.about-module .features-module {
  background: #F8F8FF;
  padding: 80px 0;
}
.about-module .features-module .features-box {
  margin-top: 80px;
}
.about-module .features-module .features-item {
  width: 540px;
}
.about-module .features-module .features-pic {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.about-module .features-module .features-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.about-module .features-module .features-pic:hover img {
  transform: scale(1.05);
}
.about-module .features-module .features-title {
  font-size: 16px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #FFFFFF;
  background-color: #fafaff;
  text-align: center;
  padding: 14px;
  margin-top: 2px;
  box-sizing: border-box;
}
/*# sourceMappingURL=aboutUs.css.map */