.about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-wrapper .top-bg {
  display: block;
}

.about-wrapper .aw-tab {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.about-wrapper .aw-tab .aw-tab-item {
  width: 25%;
  text-align: center;
  color: #999999;
  font-size: 20px;
  cursor: pointer;
  padding: 15px 0;
}

.about-wrapper .aw-tab .aw-tab-item.act {
  color: #cd1429;
}

.about-wrapper .aw-main {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-wrapper .aw-main .awm-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* 加入汉韵 */
.about-wrapper .aw-main .content4 .c4-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 1vw 0;
}

.about-wrapper .aw-main .content4 .c4c-title {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1.5vw;
}

.about-wrapper .aw-main .content4 .c4c-list {
  display: flex;
  flex-direction: column;
}

.about-wrapper .aw-main .content4 .c4c-list .c4cl-item {
  display: flex;
  flex-direction: row;
  height: 180px;
  background-color: #f7f7f7;
  cursor: pointer;
  margin-bottom: 10px;
}

.about-wrapper .aw-main .content4 .c4c-list .c4cl-item:hover .c4cli-right {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-left {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-left .c4cli-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-left .c4cli-desc {
  color: #999999;
  font-size: 18px;
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-right {
  padding: 0 20px;
  background-color: #cd1429;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-right .el-image {
  width: 53px;
  height: 53px;
}

.about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-right .c4clir-text {
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
}

.about-wrapper .aw-main .content4 .el-pagination {
  text-align: right;
  background-color: #ffffff;
  margin-top: 0.5vw;
  padding: 2px 0;
}

.about-wrapper .aw-main .content4 .map {
  width: 100%;
  height: 35vw;
}

.about-wrapper .aw-main .c4-content.c4-content-bottom {
  margin: 0 !important;
}

.about-wrapper .aw-main .c4-content .c4c-info {
  background-color: #cd1429;
  display: flex;
  flex-direction: column;
}

.about-wrapper .aw-main .c4-content .c4c-info .c4ci-top,
.about-wrapper .aw-main .c4-content .c4c-info .c4ci-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.about-wrapper .aw-main .c4-content .c4c-info .c4ci-common {
  width: 50%;
  color: #ffffff;
  font-size: 20px;
}

.about-wrapper .aw-main .c4-content .c4c-info .c4ci-common .c4cic-value {
  font-weight: bold;
  margin-top: 5px;
}

.about-wrapper .aw-main .c4-content .c4c-message {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.about-wrapper .aw-main .c4-content .c4c-message .form-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.about-wrapper .aw-main .c4-content .c4c-message .form-item .el-form-item {
  width: calc(100% / 3.15);
}
.about-wrapper .aw-main .c4-content .c4c-message .btn-item {
  text-align: center;
}

.about-wrapper .aw-main .c4-content .c4c-message .btn-item .el-button {
  background-color: #cd1429;
  color: #ffffff;
  padding: 12px 45px;
}

.about-wrapper .aw-main .content3 .c3-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.about-wrapper .aw-main .content3 .c3-content .el-pagination {
  text-align: center;
  margin: 1% 0;
}

.about-wrapper .aw-main .content3 .c3-content .el-pagination .el-pager li {
  background-color: transparent;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 4%;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2%;
  cursor: pointer;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item:hover .title {
  color: #cd1429 !important;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item:hover .el-button {
  color: #ffffff !important;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item:hover .line,
.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item:hover .el-button {
  background-color: #cd1429 !important;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .el-image {
  display: block;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .c3cli-info {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  padding: 4% 5%;
  width: 90%;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .c3cli-info .c3clii-title {
  display: flex;
  flex-direction: column;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .c3cli-info .c3clii-title .title {
  color: #333333;
  font-size: 25px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .c3cli-info .c3clii-title .line {
  height: 2px;
  background-color: #999999;
  margin-top: 2%;
}

.about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .c3cli-info .c3clii-detail {
  margin-top: 4%;
}

.about-wrapper .aw-main .content2 .c2-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 3% 0;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-top .el-image {
  flex: 1;
  height: 404px;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left {
  background-color: #cd1429;
  color: #ffffff;
  width: calc(100% / 3);
  height: 404px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left .c2ctl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left .c2ctl-title {
  font-size: 17px;
  font-weight: bold;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left .c2ctl-desc {
  font-size: 15px;
  margin: 15% 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 2;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left .el-link {
  color: #ffffff;
  font-size: 12px;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left .el-link.is-underline:hover:after,
.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 4) .el-link.is-underline:hover:after,
.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 6) .el-link.is-underline:hover:after {
  border-bottom: 1px solid #ffffff;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 250px;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item .c2cbi-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12%;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 1) {
  background-color: #f1f1f1;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 3) {
  background-color: #f1f1f1;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 4) {
  background-color: #cd1429;
  color: #ffffff;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 5) {
  background-color: #f1f1f1;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 6) {
  background-color: #cd1429;
  color: #ffffff;
}

.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 4) .el-link,
.about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 6) .el-link {
  color: #ffffff;
}

.about-wrapper .aw-main .content1 .c1-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3%;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-video {
  width: 100%;
  height: 30vw;
  background-color: #f7f7f7;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-video video {
  width: 100%;
  height: 100%;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-desc {
  margin-top: 2%;
  color: #999999;
  font-size: 18px;
  line-height: 2;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 3%;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  padding: 0 10%;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .value {
  font-size: 18px;
  color: #999999;
  padding: 0 10%;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .line {
  width: 120px;
  height: 2px;
  background-color: #cd1429;
  margin: 4% 10%;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-right .c1cir-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 338px;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1cil-bottom .title,
.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1cil-bottom .value {
  color: #ffffff;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1cil-bottom .line {
  background-color: #ffffff;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-left,
.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-right {
  width: 100%;
  height: 676px;
  display: flex;
  flex-direction: column;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-left .c1cil-top,
.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-left .c1cil-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-left .c1cil-top {
  background-color: #f2f2f2;
  width: 100%;
  height: 338px;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-left .c1cil-bottom {
  background-color: #cd1429;
  width: 100%;
  height: 338px;
}

.about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-right {
  background: url("../../images/about/c1_image1.png") center/cover no-repeat;
  width: 100%;
  height: 676px;
}

.about-wrapper .aw-main .content1 .c1c-organize .clco-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}

.about-wrapper .aw-main .content1 .c1c-organize {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3%;
}

.about-wrapper .aw-main .content1 .c1c-organize .c1coc-title {
  color: #333333;
  font-size: 38px;
  padding: 3% 0;
  width: 100%;
  text-align: center;
}

.about-wrapper .aw-main .content1 .c1c-organize .el-image {
  display: block;
}

.about-wrapper .aw-main .content1 .c1c-honor {
  background: url("../../images/about/c1_image3.png") center/cover no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-wrapper .aw-main .content1 .c1c-honor .c1ch-content {
  width: 94%;
}

.about-wrapper .aw-main .content1 .c1c-honor .c1ch-content .c1chc-title {
  color: #333333;
  font-size: 38px;
  padding: 3% 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .about-wrapper .aw-tab {
    width: 100%;
    background-color: #ffffff;
  }

  .about-wrapper .aw-tab .aw-tab-item {
    font-size: 14px;
    padding: 10px 0;
  }

  .about-wrapper .aw-tab .aw-tab-item.act {
    color: #ffffff;
    background-color: #cd1429;
  }

  .about-wrapper .aw-main {
    background-color: transparent;
  }

  .about-wrapper .aw-main .content4 .c4-content {
    width: calc(100% - 40px);
    margin: 2vw 0;
  }

  .about-wrapper .aw-main .content4 .c4c-title {
    font-size: 18px;
    margin-bottom: 3vw;
  }

  .about-wrapper .aw-main .content4 .c4c-list .c4cl-item {
    background-color: #ffffff;
    height: 150px;
  }

  .about-wrapper .aw-main .content4 .el-pagination {
    background-color: transparent;
    text-align: center;
  }

  .about-wrapper .aw-main .content4 .el-pagination .el-pager li,
  .el-pagination button:disabled,
  .el-pagination .btn-next,
  .el-pagination .btn-prev {
    background-color: transparent;
  }

  .about-wrapper .aw-main .content4 .c4c-list .c4cl-item:hover .c4cli-right {
    display: none;
  }

  .about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-left {
    padding: 0 15px;
  }

  .about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-left .c4cli-title {
    font-size: 18px;
  }

  .about-wrapper .aw-main .content4 .c4c-list .c4cl-item .c4cli-left .c4cli-desc {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    font-size: 13px;
  }

  .about-wrapper .aw-main .c4-content .c4c-info {
    padding: 8px 0;
  }

  .about-wrapper .aw-main .c4-content .c4c-info .c4ci-common {
    font-size: 12px;
    width: 100%;
    padding: 5px 0;
  }

  .about-wrapper .aw-main .c4-content .c4c-info .c4ci-top,
  .about-wrapper .aw-main .c4-content .c4c-info .c4ci-bottom {
    padding: 0 10px;
    flex-direction: column;
  }

  .about-wrapper .aw-main .c4-content .c4c-info .c4ci-common .c4cic-value {
    margin-top: 2px;
  }

  .about-wrapper .aw-main .c4-content .c4c-message .form-item {
    flex-direction: column;
  }

  .about-wrapper .aw-main .c4-content .c4c-message .form-item .el-form-item {
    width: 100%;
  }

  .about-wrapper .aw-main .c4-content .c4c-message {
    margin-top: 30px;
  }

  .about-wrapper .aw-main .content3 .c3-content {
    width: calc(100% - 40px);
  }

  .about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .c3cli-info {
    background-color: #ffffff;
  }

  .about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .c3cli-info .c3clii-title .title {
    font-size: 12px;
  }

  .about-wrapper .aw-main .content3 .c3-content .c3c-list .c3cl-item .c3cli-info .c3clii-detail .el-button {
    padding: 6px 11.5px;
  }

  .about-wrapper .aw-main .content2 .c2-content {
    width: calc(100% - 40px);
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-top {
    flex-direction: column;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-top .el-image {
    height: auto;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left {
    width: 100%;
    height: auto;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left .c2ctl-title {
    font-size: 13px;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left .c2ctl-desc {
    font-size: 12px;
    margin: 1% 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-top .c2ct-left .c2ctl-box {
    padding: 5%;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item .c2cbi-title {
    font-size: 14px;
    text-align: center;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item {
    width: 50%;
    height: 160px;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 1) {
    background-color: #f1f1f1;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 3) {
    background-color: #cd1429;
    color: #ffffff;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 3) .el-link {
    color: #ffffff;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 3) .el-link.is-underline:hover:after {
    border-bottom: 1px solid #ffffff;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 4) {
    background-color: #f1f1f1;
    color: unset;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 4) .el-link.el-link--default {
    color: #606266;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 4) .el-link.el-link--default:hover {
    color: #409eff;
    border-bottom: 1px solid #409eff;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 5) {
    background-color: #f1f1f1;
  }

  .about-wrapper .aw-main .content2 .c2-content .c2c-bottom .c2cb-item:nth-child(6n + 6) {
    background-color: #cd1429;
    color: #ffffff;
  }

  .about-wrapper .aw-main .content1 .c1-content {
    width: calc(100% - 40px);
    margin: 3% 0;
  }

  .about-wrapper .aw-main .content1 .c1-content .c1c-video {
    background-color: #ffffff;
    height: 50vw;
  }

  .about-wrapper .aw-main .content1 .c1-content .c1c-desc {
    font-size: 14px;
  }

  .about-wrapper .aw-main .content1 .c1-content .c1c-info {
    flex-direction: column;
  }

  .about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-left .c1cil-top,
  .about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-left .c1cil-bottom,
  .about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-right .c1cir-content {
    height: 169px;
    align-items: center;
  }

  .about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-left,
  .about-wrapper .aw-main .content1 .c1-content .c1c-info .c1ci-right {
    height: 338px;
  }

  .about-wrapper .aw-main .content1 .c1-content .c1c-info .title {
    font-size: 18px;
  }

  .about-wrapper .aw-main .content1 .c1-content .c1c-info .value {
    font-size: 14px;
  }

  .about-wrapper .aw-main .content1 .c1c-organize .c1coc-title,
  .about-wrapper .aw-main .content1 .c1c-honor .c1ch-content .c1chc-title {
    font-size: 18px;
  }

  .about-wrapper .aw-main .content1 .c1c-organize .clco-content {
    width: calc(100% - 40px);
  }

  .about-wrapper .aw-main .content1 .c1c-honor .c1ch-content {
    width: calc(100% - 35px);
  }
  
  .el-carousel__container {
    height: 64vw!important;
  }
}

.el-carousel__item--card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.el-carousel__mask {
    background-color: transparent!important;
}

.about-wrapper .aw-main .content1 .c1c-honor .c1ch-content {
  margin-bottom: 5%;
}
