.page-content-tab {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  padding-left: 18.75%;
}

.page-content-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-content-tab ul li {
  padding: 0 60px;
  display: inline-block;
  font-size: 16px;
  color: #BCBCBC;
  cursor: pointer;
  position: relative;
}

.page-content-tab ul li:not(:last-child)::after {
  content: '';
  border-right: 1px solid #F1F1F1;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.page-content-tab ul li.active-tab {
  color: #000000;
  font-weight: bold;
}

.single-banner,
.max-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.single-banner {
  background-image: url(../../images/kj-banner-history.png);
  height: 400px;
}

.max-banner {
  background-image: url(../../images/kj-banner-profile.png);
  height: 680px;
}

.container-partition-title,
.container-profile-title {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  padding: 70px 0;
  font-weight: bold;
}

.container-profile-title {
  padding: 93px 0;
}

.module-title {
  padding-bottom: 17px;
}

.module-desc {
  font-size: 16px;
  color: #414141;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.container-partition-pic {
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 55px;
}

.history-content,
.profile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}

.history-content {
  padding-bottom: 300px;
}

.profile-wrapper {
  font-size: 16px;
  line-height: 45px;
  max-width: 1200px;
}

.history-content .history-years {
  margin-top: -10px;
}

.history-years ul li {
  height: 66px;
  width: 147px;
  text-align: center;
  line-height: 66px;
  font-size: 20px;
  color: #919191;
  font-weight: normal;
  cursor: pointer;
}

.history-years ul li.active-hist {
  background-image: url(../../images/kj-border-frame.png);
  background-repeat: no-repeat;
  color: #000000;
  font-weight: bold;
}

.history-content .history-details {
  color: #000000;
  margin-left: 170px;
}

.history-details ul li {
  border-left: 2px solid #E62129;
  padding-left: 77px;
  position: relative;
}

.history-details ul li::before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #E62129;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 0px;
}

.history-details .node-name {
  font-size: 20px;
  font-weight: bold;
}

.history-details .node-txt {
  font-size: 16px;
  line-height: 45px;
  padding: 10px 0;
  max-width: 760px;
}

.bottom-bg-wrapper {
  background: url(../../images/kj-bg-line.png);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  z-index: -1;
  bottom: 0;
  background-size: 100%;
  background-position: top center;
}

.profile-group-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


.profile-group-wrapper ul,
.profile-group-wrapper.special-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.special-frame {
  padding-bottom: 120px;
}

.profile-group-wrapper ul li {
  width: 25%;
  position: relative;
}

.profile-group-wrapper ul li:not(:last-child)::after {
  content: '';
  height: 172px;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -86px;
}

.icon-group.bot-line::after {
  content: '';
  width: 62px;
  height: 4px;
  background-color: #FF2929;
  display: inline-block;
}

.icon-group .group-title {
  padding: 17px 0 50px;
  font-size: 20px;
  font-weight: bold;
}

.icon-desc {
  font-size: 14px;
  font-weight: 400;
  padding: 40px 50px 0;
}

.special-item {
  border: 1px solid #E9E9E9;
  width: 31.5%;
  height: 370px;
  padding-top: 21px;
  box-sizing: border-box;
}

.profile-advantage-warpper {
  display: flex;
  background-image: url(../../images/kj-bg-pex.png);
  height: 542px;
}

.advantage-left {
  background-image: url(../../images/kj-advantage-bg.png);
  background-repeat: no-repeat;
  width: 46%;
}

.advantage-right {
  width: 54%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.advantage-right ul {
  padding-left: 93px;
}

.advantage-right ul li {
  padding: 21px 0;
}

.advantage-right .item-key {
  font-size: 26px;
  font-weight: bold;
  padding-right: 45px;
  vertical-align: middle;
  white-space: nowrap;
}

.advantage-right .item-val {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}

.dynamics-box ul,
.sys-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.dynamics-box ul li {
  padding: 52px 0;
  border-bottom: 1px solid #E4E4E4;
}

.dynamics-box ul li:first-of-type {
  padding-top: 0;
}

.dynamics-box ul li:last-of-type {
  border-bottom: none;
}

.box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.box-wrapper .dynamics-left {
  width: 323px;
  min-width: 323px;
  height: 210px;
}

.dynamics-left img {
  width: 100%;
  height: 100%;
}

.box-wrapper .dynamics-right {
  padding-left: 64px;
}

.dynamics-right .article-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 21px;
}

.dynamics-right .article-date,
.dynamics-right .article-desc {
  font-size: 16px;
  font-weight: 400;
}

.dynamics-right .article-desc {
  padding-top: 52px;
}

.sys-wrapper .sys-left {
  width: 30%;
}

.sys-wrapper .sys-right {
  width: 70%;
}

.sys-left ul {
  border-right: 1px solid #C7C7C7;
}

.sys-left ul li {
  padding-left: 29px;
  padding-bottom: 48px;
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}

.sys-left ul li.active-item {
  font-size: 20px;
  font-weight: bold;

}

.sys-left ul li.active-item::before {
  content: '';
  border-left: 6px solid #E62129;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
}

.sys-right .art-txt {
  padding-left: 53px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  text-indent: 30px;
}

.sys-right .art-txt p {
  padding: 0;
  margin: 0;
  line-height: 45px;
}
