.content {
  min-width: 1400px;
}

.content .container .container-bg {
  position: relative;
  height: 640px;
  width: 100%;
}

.content .container .container-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  bottom: 0;
  margin: auto;
  width: 1400px;
  height: 280px;
}

.content .container .container-header .header-content {
  font-size: 75px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.content .container .container-header .header-bottom {
  margin-top: 40px;
  width: 100%;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .container .container-header .header-bottom p {
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 200px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
}

.content .container .container-header .header-bottom p:hover {
  background-color: #cc0000;
  border: 1px solid #cc0000;
}

.content .container .company-profile {
  width: 1400px;
  margin: 70px auto;
}

.content .container .company-profile .profile-title {
  text-align: center;
  font-size: 42px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.content .container .company-profile .profile-title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 655px;
  width: 90px;
  height: 6px;
  background: #c7000b;
  border-radius: 3px;
}

.content .container .company-profile .profile-content {
  margin-top: 77px;
  display: flex;
  justify-content: space-between;
}

.content .container .company-profile .profile-content .profile-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 660px;
  height: 400px;
  padding: 40px 0;
}

.content .container .company-profile .profile-content .profile-left span {
  font-size: 19px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  text-indent: 2em;
  letter-spacing: 1px;
}

.content .container .company-profile .profile-content .profile-left .learnmore {
  font-size: 19px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  letter-spacing: 1px;
}

.content .container .company-profile .profile-content .profile-right {
  width: 680px;
  height: 400px;
}

.content .container .development-path-bg {
  width: 100%;
  background: #f5f5f5;
}

.content .container .development-path-bg .development-path {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
}

.content .container .development-path-bg .development-path:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #b1b1b1;
}

.content .container .development-path-bg .development-path .path-title {
  padding-top: 68px;
  margin-bottom: 59px;
  text-align: center;
  font-size: 42px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.content .container .development-path-bg .development-path .path-title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 655px;
  width: 90px;
  height: 6px;
  background: #c7000b;
  border-radius: 3px;
}

.content .container .development-path-bg .development-path .scroll-div {
  display: flex;
  flex-direction: row;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-left {
  width: 94%;
  height: 550px;
  overflow-y: scroll;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-left::-webkit-scrollbar {
  display: none;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-left li {
  margin-bottom: 71px;
  height: 130px;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-left li:last-child {
  margin-bottom: 0 !important;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-left li .years {
  font-size: 50px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #5a5858;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-left li .hint {
  margin-top: 25px;
  font-size: 21px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #5a5858;
  margin-right: 14px;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-left li .english_years {
  font-size: 44px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #5a5858;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-left li .english_hint {
  margin-top: 25px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #5a5858;
  margin-right: 14px;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content .container .development-path-bg .development-path .scroll-div .scroll-right li {
  width: 55px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #b2b2b2;
  cursor: pointer;
}

.content .container .development-path-bg .development-path .selected {
  font-size: 23px !important;
  color: #cc0000 !important;
  position: relative;
}

.content .container .development-path-bg .development-path .selected:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -25px;
  width: 2px;
  height: 40px;
  background: #cc0000;
}

.content .container .development-path-bg .development-path .english_selected {
  font-size: 18px !important;
  color: #cc0000 !important;
  position: relative;
}

.content .container .development-path-bg .development-path .english_selected:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -25px;
  width: 2px;
  height: 40px;
  background: #cc0000;
}

.content .container .development-path-bg .development-path .expand-more {
  padding: 80px 0;
}

.content .container .development-path-bg .development-path .expand-more p {
  font-size: 19px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
  cursor: pointer;
  letter-spacing: 1px;
}

.content .container .company-culture-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 530px;
  display: flex;
  align-items: center;
}

.content .container .company-culture-bg .company-culture {
  width: 1400px;
  margin: 0 auto;
}

.content .container .company-culture-bg .company-culture .culture-titie {
  text-align: center;
  font-size: 42px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.content .container .company-culture-bg .company-culture .culture-titie::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 655px;
  width: 90px;
  height: 6px;
  background: #c7000b;
  border-radius: 3px;
}

.content .container .company-culture-bg .company-culture ul {
  display: flex;
  padding: 90px 77px 0 55px;
  justify-content: space-between;
  text-align: center;
}

.content .container .company-culture-bg .company-culture ul li {
  cursor: pointer;
}

.content .container .company-culture-bg .company-culture ul li .svg-icon {
  width: 85px;
  height: 85px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.content .container .company-culture-bg .company-culture ul li:hover .draw-svg {
  stroke-dasharray: 800;
  stroke-dashoffset: 0;
  -webkit-animation: draw 6s linear forwards;
  animation: draw 6s linear forwards;
}

@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 800;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  from {
    stroke-dashoffset: 800;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.content .container .company-culture-bg .company-culture ul li p {
  margin-top: 37px;
  height: 31px;
  font-size: 28px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
}

.content .container .enterprise-concept .enterprise {
  width: 1400px;
  margin: 0 auto;
}

.content .container .enterprise-concept .enterprise .concept-title {
  margin-top: 71px;
  text-align: center;
  font-size: 42px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.content .container .enterprise-concept .enterprise .concept-title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 655px;
  width: 90px;
  height: 6px;
  background: #c7000b;
  border-radius: 3px;
}

.content .container .enterprise-concept .enterprise .concept-innovate {
  margin-top: 86px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.content .container .enterprise-concept .enterprise .concept-innovate .innovate-left {
  height: 300px;
  padding: 45px 0;
}

.content .container .enterprise-concept .enterprise .concept-innovate .innovate-left li span {
  font-size: 20px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #333333;
}

.content .container .enterprise-concept .enterprise .concept-innovate .innovate-left li p {
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #333333;
}

.content .container .enterprise-concept .enterprise .concept-innovate .innovate-right {
  width: 500px;
  height: 300px;
}

.content .container .enterprise-concept .enterprise .service-network {
  margin-top: 77px;
}

.content .container .enterprise-concept .enterprise .service-network .left-p {
  font-size: 19px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #333333;
  text-indent: 2em;
  line-height: 42px;
  letter-spacing: 1px;
}

.content .container .enterprise-concept .enterprise .service-network .service-site {
  text-align: center;
  font-size: 21px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
  margin: 59px 0 70px 0;
}

.content .container .enterprise-concept .enterprise .service-network ul {
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
}

.content .container .enterprise-concept .enterprise .service-network ul li {
  padding-bottom: 70px;
}

.content .container .enterprise-concept .enterprise .service-network ul li .site-num {
  font-size: 67px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.content .container .enterprise-concept .enterprise .service-network ul li .site-text {
  text-align: center;
  margin-top: 22px;
  width: 265px;
  height: 56px;
  font-size: 19px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #979797;
  letter-spacing: 1px;
  line-height: 30px;
}

.content .container .enterprise-honor-bg {
  padding: 72px 0 95px;
  background: #f5f5f5;
}

.content .container .enterprise-honor-bg .enterprise-honor {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor-title {
  text-align: center;
  font-size: 42px;
  font-family: AlibabaPuHuiTi;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor-title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 655px;
  width: 90px;
  height: 6px;
  background: #c7000b;
  border-radius: 3px;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor {
  margin-top: 86px;
  display: flex;
  padding: 0 59px;
  justify-content: space-between;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 420px;
  height: 80px;
  background-image: url("../../../img/scroll-bg.png");
  background-size: 100% 100%;
  opacity: 0.8;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor .honor-left {
  margin: 23px 0 3px 0;
  height: 494px;
  font-size: 19px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #333333;
  text-align: center;
  overflow-y: scroll;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor .honor-left::-webkit-scrollbar {
  display: none;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor .honor-left ul {
  width: 400px;
  height: auto;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor .honor-left ul li {
  margin-bottom: 30px;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor .honor-left ul li .english_p {
  font-size: 16px;
}

.content .container .enterprise-honor-bg .enterprise-honor .honor .honor-right {
  width: 720px;
  height: 520px;
}

.content .font-ajax {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.content .font-ajax .font-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}

.content .font-ajax .font {
  width: 80%;
  height: 65%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  padding: 3%;
  background: #fff;
}

.content .font-ajax .box {
  width: 100%;
  height: 100%;
  padding-right: 3%;
  overflow: auto;
}

.content .font-ajax .box p {
  line-height: 3em;
  text-indent: 2em;
}

.content .font-ajax .box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #ececec;
}

.content .font-ajax .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9271b;
}

.content .font-ajax .box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ececec;
}

.content .video-ajax {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.content .video-ajax .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}

.content .video-ajax .video {
  width: 65%;
  height: 65%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  color: #333;
}

/*# sourceMappingURL=about.css.map */