.wel-content {
  margin-top: 93px !important;
}

.wel-content .ct-introduce-box {
  position: relative;
}

.wel-content .ct-introduce-box .ct-title {
  width: 250px;
  height: 0;
  position: relative;
  text-align: center;
  letter-spacing: 1.5px;
}

.wel-content .ct-introduce-box .ct-title .cn {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  font-weight: bold;
  color: #164056;
  z-index: 999;
}

.wel-content .ct-introduce-box .ct-title .en {
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 18px;
  font-weight: bold;
  color: #D69D44;
  opacity: 0.3;
  z-index: 10;
}

.wel-content .ct-introduce-box .ct-title .yellow-block {
  width: 30px;
  height: 4px;
  background: #D69D44;
  position: absolute;
  left: 0;
  bottom: -44px;
}

.wel-content .ct-introduce-box .ct-title .yellow-block::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.wel-content .ct-introduce-box .introduce-text {
  width: 720px;
  height: 480px;
  background: url("/assets/img//ct_introduce.png") no-repeat;
  background-size: 720px 480px;
  padding: 40px 36px 5px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wel-content .ct-introduce-box .introduce-text .title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #F6CC89;
}

.wel-content .ct-introduce-box .introduce-text .content-first {
  font-size: 14px;
  font-weight: bold;
  color: #D69D44;
  margin-bottom: 26px;
}

.wel-content .ct-introduce-box .introduce-text .content-second {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #ffffff;
}

.wel-content .ct-introduce-box .introduce-text .more-btn {
  width: 176px;
  height: 44px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  border: unset;
  background: url("/assets/img//more_btn.png") no-repeat;
  cursor: pointer;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wel-content .ct-introduce-box .introduce-text .more-btn:active {
  opacity: 0.8;
}

.wel-content .ct-introduce-box .introduce-text video {
  position: absolute;
  left: 0;
  top: 98px;
}

.wel-content .ct-introduce-box .introduce-text .video-control {
  position: absolute;
  left: 0;
  top: 98px;
  width: 516px;
  height: 300px;
}

.wel-content .ct-introduce-box .introduce-text .video-control #video-playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.wel-content .ct-introduce-box .introduce-text .video-control #video-fullBtn:hover,
.wel-content .ct-introduce-box .introduce-text .video-control #video-playBtn:hover {
  opacity: 0.8;
}

.wel-content .ct-introduce-box .introduce-text .video-control #video-fullBtn:active,
.wel-content .ct-introduce-box .introduce-text .video-control #video-playBtn:active {
  opacity: 0.7;
}

.wel-content .ct-introduce-box .introduce-text .video-control #video-fullBtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.wel-content .results-data-show {
  width: calc(100% - 10px);
  margin-top: 88px;
}

.wel-content .results-data-show .data-item {
  width: 379px;
  height: 138px;
  background: #ffffff;
  border: 2px solid #D69D44;
  -webkit-box-shadow: 10px 10px 0 0px rgba(214, 157, 68, 0.3);
          box-shadow: 10px 10px 0 0px rgba(214, 157, 68, 0.3);
}

.wel-content .results-data-show .data-item .item-content {
  position: relative;
  width: 95px;
  height: 105px;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wel-content .results-data-show .data-item .item-content .number {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: #D69D44;
}

.wel-content .results-data-show .data-item .item-content .number::after {
  content: '';
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 25px;
  height: 5px;
  background: #D69D44;
  opacity: 0.5;
}

.wel-content .results-data-show .data-item .item-content .symbol {
  font-size: 41px;
  font-weight: 400;
  color: #D69D44;
}

.wel-content .results-data-show .data-item .item-content .unit {
  position: relative;
  left: 0;
  top: -15px;
  font-size: 16px;
  color: #D69D44;
  opacity: 0.7;
}

.wel-content .results-data-show .data-item .item-content .text {
  position: relative;
  left: 2px;
  top: 0px;
  font-size: 14px;
  color: #D69D44;
}

.wel-content .new-center {
  margin-top: 62px;
  margin-bottom: 80px;
}

.wel-content .new-center .new-center-content .toggle-bar {
  position: relative;
  margin-bottom: 36px;
}

.wel-content .new-center .new-center-content .toggle-bar .bar-item {
  font-size: 18px;
  color: #164056;
  letter-spacing: 2px;
  padding: 10px 16px;
  opacity: 0.75;
  cursor: pointer;
  margin-right: 20px;
}

.wel-content .new-center .new-center-content .toggle-bar .bar-item-clicked {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #D69D44;
  border-radius: 4px 4px 0px 0px;
  padding: 10px 16px;
  opacity: 1;
}

.wel-content .new-center .new-center-content .toggle-bar .bar-item-clicked::after {
  content: '';
  position: absolute;
  left: 10px;
  top: -10px;
  width: 112px;
  height: 52px;
  border: 1px solid #D69D44;
  border-radius: 4px 4px 0px 0px;
}

.wel-content .new-center .new-center-content .toggle-bar::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #D69D44;
}

.wel-content .new-center .new-center-content .article-list .article-item {
  height: 130px;
  padding: 24px 40px 30px 20px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wel-content .new-center .new-center-content .article-list .article-item .date .day {
  width: 76px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #D69D44;
  background: #fffaf3;
  border: 1px solid #D69D44;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 4px;
}

.wel-content .new-center .new-center-content .article-list .article-item .date .year-month {
  width: 78px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #D69D44;
  border-radius: 0px 0px 4px 4px;
}

.wel-content .new-center .new-center-content .article-list .article-item .content {
  cursor: pointer;
}

.wel-content .new-center .new-center-content .article-list .article-item .content .title {
  max-width: 1000px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wel-content .new-center .new-center-content .article-list .article-item .content .title .set-top {
  display: inline-block;
  width: 46px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #ff6a6a;
  border-radius: 2px;
  margin-right: 10px;
}

.wel-content .new-center .new-center-content .article-list .article-item .content .text {
  width: 1030px;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wel-content .new-center .new-center-content .article-list .article-item:hover {
  opacity: 0.8;
}

.wel-content .new-center .new-center-content .footer {
  text-align: center;
  margin-top: 12px;
}

.wel-content .problem-solving-expert {
  margin-bottom: 80px;
}

.wel-content .problem-solving-expert .problem-solving-expert-content .content-item {
  width: 170px;
  height: 300px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wel-content .problem-solving-expert .problem-solving-expert-content .content-item div {
  position: relative;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wel-content .problem-solving-expert .problem-solving-expert-content .content-item div img {
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
}

.wel-content .problem-solving-expert .problem-solving-expert-content .content-item:nth-child(1):hover,
.wel-content .problem-solving-expert .problem-solving-expert-content .content-item:nth-child(2):hover {
  width: 300px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wel-content .problem-solving-expert .problem-solving-expert-content .content-item:hover {
  width: 400px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*# sourceMappingURL=index.css.map */