.profile {
  padding: 55px 0 119px;
}
.profile .container {
  display: flex;
}
.profile .container .content-box {
  flex: 1;
}
.profile .container .content-box .about-text {
  margin-top: 63px;
  font-size: 16px;
  line-height: 34px;
}
.profile .container .content-box .about-data {
  font-size: 0;
  margin-top: 55px;
}
.profile .container .content-box .about-data .data-item {
  display: inline-block;
}
.profile .container .content-box .about-data .data-item p span {
  color: #019B2E;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  display: inline-block;
  vertical-align: bottom;
  min-width: 32px;
}
.profile .container .content-box .about-data .data-item p i {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 2px;
  margin-left: 6px;
  font-style: normal;
}
.profile .container .content-box .about-data .data-item p i.plus {
  font-size: 20px;
}
.profile .container .content-box .about-data .data-item p + p {
  margin-top: 6px;
  font-size: 14px;
  color: #222222;
  line-height: 18px;
  height: 18px;
  font-weight: 400;
}
.profile .container .content-box .about-data .data-item + .data-item {
  margin-left: 101px;
}
.profile .container .about-right {
  display: block;
  width: 476px;
  height: 400px;
  background: url("../images/company-profile/company-profile.png");
  background-size: 476px 440px;
  padding-left: 38px;
  position: relative;
  margin-left: 160px;
  margin-top: 20px;
}
.profile .container .about-right .image-top {
  color: #fff;
  background: #019B2E;
  text-align: center;
  padding: 15px 0 14px;
  width: 337px;
  margin: auto;
  position: relative;
}
.profile .container .about-right .image-top h4 {
  font-size: 24px;
  line-height: 30px;
}
.profile .container .about-right .image-top p {
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}
.profile .container .about-right::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 72.48%);
}
.style {
  padding: 90px 0 148px;
  position: relative;
}
.style::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 346px;
  left: 0;
  top: 0;
  background: #F7F7F7;
}
.style .style-list {
  position: relative;
  z-index: 5;
  margin-top: 53px;
  display: flex;
}
.style .style-list li {
  text-align: center;
  width: 370px;
}
.style .style-list li + li {
  margin-left: 45px;
}
.style .style-list li .style-img {
  width: 100%;
  height: 277px;
  margin-bottom: 14px;
}
.style .style-list li .style-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style .style-list li p {
  color: #222222;
  font-size: 16px;
  line-height: 30px;
}
.style .style-list li span {
  display: block;
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
.history {
  padding: 55px 0 100px;
}
.history .history-list {
  margin-top: 77px;
}
.history .history-list .history-item {
  padding-left: 117px;
  padding-bottom: 50px;
  position: relative;
}
.history .history-list .history-item .main-box {
  background: #F7F7F7;
  padding: 20px 20px 20px 53px;
  min-height: 160px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}
.history .history-list .history-item .main-box h4 {
  font-size: 40px;
  line-height: 53px;
  color: #019B2E;
  color: #222222;
  position: relative;
}
.history .history-list .history-item .main-box h4::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-right-color: #F7F7F7;
  top: 50%;
  transform: translateY(-50%);
  left: -85px;
}
.history .history-list .history-item .main-box ul {
  flex: 1;
  margin-left: 46px;
}
.history .history-list .history-item .main-box ul li {
  font-size: 18px;
  line-height: 40px;
  color: #222222;
}
.history .history-list .history-item .main-box ul li::before {
  content: "· ";
}
.history .history-list .history-item .main-box::before,
.history .history-list .history-item .main-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.history .history-list .history-item .main-box::before {
  left: -100px;
  width: 30px;
  height: 30px;
  border: 2px solid #222222;
  box-sizing: border-box;
}
.history .history-list .history-item .main-box::after {
  left: -91px;
  width: 12px;
  height: 12px;
  background: #222222;
}
.history .history-list .history-item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  height: 100%;
  top: 50%;
  left: 32px;
  border-left: 1px dashed #999999;
  transform: translateY(-25px);
}
.history .history-list .history-item.on .main-box h4 {
  color: #019B2E;
}
.history .history-list .history-item.on .main-box::before {
  border: 2px solid #019B2E;
}
.history .history-list .history-item.on .main-box::after {
  background: #019B2E;
}
.honor {
  padding-top: 65px;
  padding-bottom: 99px;
}
.honor .container {
  display: flex;
}
.honor .container .honor-left {
  padding-top: 10px;
  flex: 1;
  padding-right: 46px;
}
.honor .container .honor-left .honor-text {
  margin-top: 57px;
  font-size: 16px;
  line-height: 34px;
  color: #222222;
}
.honor .container .honor-right {
  position: relative;
}
.honor .container .honor-right::before {
  content: "";
  position: absolute;
  width: 399px;
  height: 423px;
  background: url("../images/company-profile/honor.png");
  background-size: cover;
  left: -399px;
  bottom: 132px;
}
.honor .container .honor-right .cert-list {
  background: #F7F7F7;
  width: 798px;
  padding: 55px 75px 40px;
  font-size: 0;
  margin-bottom: 30px;
}
.honor .container .honor-right .cert-list .cert-box {
  background: #fff;
  text-align: center;
  padding: 24px 24px 23px;
  width: 308px;
  display: inline-block;
}
.honor .container .honor-right .cert-list .cert-box .cert-img img {
  width: 100%;
  height: auto;
}
.honor .container .honor-right .cert-list .cert-box p {
  color: #222222;
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
}
.honor .container .honor-right .cert-list .cert-box:nth-child(odd) {
  margin-right: 32px;
}
.honor .container .honor-right .cert-list .cert-box:nth-child(n+3) {
  margin-top: 22px;
}
.management {
  padding: 65px 0 103px;
}
.management ul {
  margin-top: 64px;
  font-size: 0;
}
.management ul li {
  display: inline-block;
  width: 270px;
  vertical-align: top;
  margin-right: 36px;
}
.management ul li img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  height: auto;
}
.management ul li p {
  font-size: 16px;
  line-height: 21px;
  color: #222222;
  text-align: center;
}
.management ul li:nth-child(4n) {
  margin-right: 0;
}
.management ul li:nth-child(n+5) {
  margin-top: 68px;
}
.culture {
  padding: 65px 0 105px;
}
.culture .culture-list {
  --margin: calc((100% - 1200px) / 2);
}
.culture .culture-list li {
  margin-top: 60px;
  display: flex;
  background: #F7F7F7;
  justify-content: flex-end;
}
.culture .culture-list li .culture-left {
  width: 520px;
  padding-top: 100px;
  padding-bottom: 38px;
}
.culture .culture-list li .culture-left .num {
  background: #019B2E;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.culture .culture-list li .culture-left h4 {
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.culture .culture-list li .culture-left .sub-title {
  color: #999999;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.culture .culture-list li .culture-left .content {
  font-size: 18px;
  line-height: 40px;
  color: #222222;
  height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.culture .culture-list li .culture-right {
  width: 680px;
  height: 527px;
}
.culture .culture-list li .culture-right img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.culture .culture-list li:nth-child(odd) {
  margin-right: var(--margin);
}
.culture .culture-list li:nth-child(even) {
  margin-left: var(--margin);
  flex-direction: row-reverse;
}
.culture .culture-list li:nth-child(even) .culture-left {
  padding-left: 74px;
}
