.main {
  background: #f4f4f4;
  padding: 40px 0 60px;
}
.main .wrap {
  display: flex;
  justify-content: space-between;
}
.main .wrap .left-aside {
  width: 200px;
}
.main .wrap .left {
  width: 200px;
  background: #fff;
  height: 402px;
  transition: all 0.2s;
  top: 0;
}
.main .wrap .left.fixed {
  position: fixed;
  top: 40px;
  left: unset;
}
.main .wrap .left-top {
  background: #327ecf;
  color: #fff;
  text-align: center;
  padding: 24px 0;
}
.main .wrap .left-top h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
}
.main .wrap .left-top p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 22px;
  font-family: Microsoft YaHei;
}
.main .wrap .left-nav {
  padding: 0 10px;
}
.main .wrap .left-nav li {
  line-height: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.main .wrap .left-nav li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.main .wrap .left-nav li:hover {
  color: #327ecf;
}
.main .wrap .left-nav li.active {
  border-color: #327ecf;
  color: #327ecf;
}
.main .wrap .right {
  width: 980px;
  background: #fff;
  padding: 0 40px;
  overflow: hidden;
}
.main .wrap .right .company-view {
  border-bottom: 1px dashed #ddd;
  padding: 40px 0;
}
.main .wrap .right .company-view .content {
  font-size: 16px;
  color: #333;
  line-height: 46px;
  padding-top: 24px;
  text-align: justify;
}
.main .wrap .right .history-view {
  border-bottom: 1px dashed #ddd;
  padding: 40px 0;
}
.main .wrap .right .history-view .content {
  padding-top: 110px;
}
.main .wrap .right .history-view .content .el-timeline {
  transform: translateX(50%);
  position: relative;
  width: 100%;
}
.main .wrap .right .history-view .content .el-timeline::before {
  content: "Future";
  font-family: Microsoft YaHei;
  position: absolute;
  top: -90px;
  left: 4px;
  font-size: 20px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  width: 100px;
  text-align: center;
  transform: translateX(-50%);
}
.main .wrap .right .history-view .content .el-timeline::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 4px;
  height: 100%;
  border-left: 2px solid #ddd;
  z-index: -1;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__tail {
  border-color: #ddd;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__node {
  width: 6px;
  height: 6px;
  background: #327ecf;
  border-radius: 50%;
  left: 2px;
  position: relative;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__node::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 12px;
  height: 12px;
  background: rgba(50, 126, 207, 0.3);
  border-radius: 50%;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__wrapper {
  width: 50%;
  padding: 0 20px 0 40px;
  transform: translateY(-18px);
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__wrapper .el-timeline-item__timestamp {
  font-size: 24px;
  color: #333;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__wrapper .timeline-cont {
  display: flex;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  align-items: center;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__wrapper .timeline-cont .timeline-img {
  width: 96px;
  height: 96px;
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__wrapper .timeline-cont .timeline-img img {
  width: 96px;
  height: 96px;
  display: block;
  object-fit: cover;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item .el-timeline-item__wrapper .timeline-cont .timeline-txt {
  flex: 1;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item:nth-child(2n - 1) .el-timeline-item__wrapper {
  transform: translate(-100%, -18px);
  padding: 0 30px 0 20px;
}
.main .wrap .right .history-view .content .el-timeline .el-timeline-item:nth-child(2n - 1) .el-timeline-item__wrapper .el-timeline-item__timestamp {
  text-align: right;
}
.main .wrap .right .culture-view {
  border-bottom: 1px dashed #ddd;
  padding: 40px 0 60px;
}
.main .wrap .right .culture-view .content {
  padding-top: 40px;
}
.main .wrap .right .culture-view .content .list {
  display: flex;
  flex-wrap: wrap;
  width: 880px;
  margin: 0 auto;
}
.main .wrap .right .culture-view .content .list .img,
.main .wrap .right .culture-view .content .list .txt {
  width: 220px;
  height: 220px;
}
.main .wrap .right .culture-view .content .list .el-image {
  width: 220px;
  height: 220px;
  display: block;
}
.main .wrap .right .culture-view .content .list .txt {
  text-align: center;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .wrap .right .culture-view .content .list .txt .en {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}
.main .wrap .right .culture-view .content .list .txt .title {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 10px;
}
.main .wrap .right .culture-view .content .list .txt .tt {
  font-size: 14px;
  line-height: 24px;
}
.main .wrap .right .honor-view {
  border-bottom: 1px dashed #ddd;
  padding: 40px 0;
}
.main .wrap .right .honor-view .content {
  padding-top: 36px;
}
.main .wrap .right .honor-view .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 882px;
  margin: 0 auto;
}
.main .wrap .right .honor-view .content .list .img-li {
  width: 210px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 16px;
  height: 300px;
}
.main .wrap .right .honor-view .content .list .img-li .el-image {
  border: 1px solid #ccc;
}
.main .wrap .right .contact-view {
  padding: 40px 0 60px;
}
.main .wrap .right .contact-view .content {
  padding-top: 36px;
}
.main .wrap .right .contact-view .content .contact-cont {
  display: flex;
}
.main .wrap .right .contact-view .content .contact-cont_left {
  flex: 1;
  margin-right: 40px;
  padding-left: 10px;
  padding-top: 40px;
}
.main .wrap .right .contact-view .content .contact-cont_left .info-li {
  display: flex;
  margin-bottom: 20px;
}
.main .wrap .right .contact-view .content .contact-cont_left .info-li_icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.main .wrap .right .contact-view .content .contact-cont_left .info-li_icon .el-image {
  width: 32px;
  height: 32px;
  display: block;
}
.main .wrap .right .contact-view .content .contact-cont_left .info-li_txt {
  display: flex;
  line-height: 32px;
  font-size: 16px;
}
.main .wrap .right .contact-view .content .contact-cont_left .info-li_txt p:nth-child(1) {
  flex-shrink: 0;
}
.main .wrap .right .contact-view .content .contact-cont_right {
  width: 480px;
  flex-shrink: 0;
}
