.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.img-box .img-h {
  transform: scale(1.1);
}

/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h28 {
  font-size: 28px;
}

.h40 {
  font-size: 40px;
}

@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }

  .h50 {
    font-size: 42px;
  }
}

@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }

  .h50 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }

  .h50 {
    font-size: 32px;
  }
}

/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }

  .h24 {
    font-size: 20px;
  }

  .h26 {
    font-size: 24px;
  }

  .h28 {
    font-size: 26px;
  }

  .h30 {
    font-size: 28px;
  }

  .h32 {
    font-size: 32px;
  }

  .h48 {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }

  .h24 {
    font-size: 18px;
  }

  .h26 {
    font-size: 22px;
  }

  .h28 {
    font-size: 24px;
  }

  .h30 {
    font-size: 26px;
  }

  .h32 {
    font-size: 28px;
  }

  .h48 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }

  .h20 {
    font-size: 18px;
  }

  .h22 {
    font-size: 20px;
  }

  .h26 {
    font-size: 22px;
  }

  .h28 {
    font-size: 22px;
  }

  .h30 {
    font-size: 22px;
  }

  .h32 {
    font-size: 26px;
  }

  .h48 {
    font-size: 34px;
  }
}

/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @iconBgCol - 图标颜色
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #F5F8FC;
}

.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}

.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #004EC0;
}

.comp-text-list-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}

/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}

.comp-text-list-02 .box-s {
  background: #F5F8FC;
  padding: 20px 30px;
  color: #666666;
}

.comp-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
  font-weight: bold;
}

.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}

.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}

/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}

.comp-text-list-03 .box-s {
  color: #666666;
}

.comp-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333333;
  background: #F5F8FC;
}

.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}

.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}

.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}

.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #F5F8FC;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}

.comp-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}

.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
}

/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}

.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}

.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-text-list-05 .box-s:hover .box-more {
  background-color: #004EC0;
  background-image: url("comm-img-04.png");
}

.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}

.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}

.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}

/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}

.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-text-list-06 .box-s:before {
  background-color: #004EC0;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}

.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}

.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}

/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666666;
}

.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-text-list-07 .box-s .box-date {
  color: #333333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}

.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}

.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}

.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}

.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}

.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}

.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}

.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}

/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}

.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}

.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}

/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}

.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}

.comp-image-text-list-03 .box-s .box-title {
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}

/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}

.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}

.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}

.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.comp-image-text-list-04 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}

.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}

/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}

.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}

.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}

.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}

.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}

.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}

.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}

.comp-image-text-list-05 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}

.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}

.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333333;
}

/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}

.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}

.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}

.comp-image-text-list-06 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}

.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}

.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}

/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666666;
}

.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-image-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}

.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.comp-image-text-list-07 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}

.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}

.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}

.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}

/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}

.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}

.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}

.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}

.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}

.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}

.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #F5F8FC;
}

.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #004EC0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}

.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}

/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}

.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.comp-personnel-list-02 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.comp-personnel-list-02 .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}

/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}

.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}

.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}

.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}

.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}

.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #004EC0;
  display: block;
  margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}

.comp-personnel-list-03 .box-s .box-other {
  color: #666666;
  margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}

.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}

@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}

/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}

.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}

.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.comp-personnel-list-04 .box-s .box-title {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}

.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}

.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #3D55A7;
}

.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}

.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}

.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}

.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}

.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #004EC0;
}

.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-txt>div {
  float: left;
  margin-right: 20px;
}

.comp-personnel-list-05 .box-s .box-txt>div:last-child {
  margin-right: 0;
}

.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}

/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}

.comp-personnel-list-06 .box-s:hover {
  color: #3D55A7;
}

/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}

.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}

.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}

.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}

.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}

.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}

.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row>div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}

.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}

.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}

.comp-personnel-details-01 .info-groups .info-txt {
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-01 .details-info {
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}

/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}

.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}

.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}

.comp-personnel-details-02 .info-top .top-title>div {
  float: left;
  margin-right: 20px;
}

.comp-personnel-details-02 .info-top .top-title>div:last-child {
  margin-right: 0;
}

.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}

.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #F5F8FC;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}

.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}

.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}

.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}

.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}

.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}

.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}

.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row>div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}

.comp-personnel-details-02 .info-other {
  background: #F5F8FC;
  padding: 30px;
  font-size: 15px;
}

.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}

.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}

/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}

.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}

.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}

.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}

.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}

.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}

.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}

.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}

.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}

.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}

.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}

/*分页*/
.comp-pages {
  padding-top: 25px;
}

.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}

.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none !important;
}

.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}

.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none !important;
  border-radius: 20px;
}

.comp-pages .page-pc {
  text-align: center;
}

.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}

.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #004EC0;
  border: 1px solid #004EC0;
  color: #fff;
}

.comp-pages .page-pc span {
  background: #004EC0;
  border: 1px solid #004EC0;
  color: #fff;
}

.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #004EC0;
  display: none;
}

.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}

/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}

.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}

.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DFE7;
  padding-bottom: 8px;
}

.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.details-page .detail-top .top-other {
  color: #898B92;
  margin-top: 20px;
  padding: 0;
}

.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}

.details-page .detail-top .top-other .other-info {
  float: left;
}

.details-page .detail-top .top-other .other-share {
  float: right;
}

.details-page .detail-top .top-other .other-share>div {
  display: inline-block;
}

.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}

.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}

.details-page .main-cont {
  color: #333;
  text-align: justify;
}

.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}

.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #D9DFE7;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}

.details-page .cont-page .a-page {
  margin-bottom: 10px;
}

.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}

.details-page .cont-page .a-page a {
  color: #4D4D4D;
}

.details-page .cont-page .a-page:hover {
  color: #195AB4;
}

.details-page .cont-page .a-page:hover a {
  color: #195AB4;
}

.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}

.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}

.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}

.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}

/*分享*/
.social-share {
  /*二维码样式*/
}

.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}

.share-xl .social-share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: none;
}

.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}

.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}

.share-xl .social-share a.icon-google {
  background: url(comm-linkedin.png);
  background-size: contain;
}

.share-xl .social-share a.icon-twitter {
  background: url(comm-google.png);
  background-size: contain;
}

.share-xl .social-share a.icon-facebook {
  background: url(comm-twitter.png);
  background-size: contain;
}

.share-xl .social-share a.icon-linkedin {
  background: url(comm-facebook.png);
  background-size: contain;
}

/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}

.bread-crumbs.bread-crumbs-02 .bread-item>span:before {
  content: '\f101';
}

.bread-crumbs.bread-crumbs-03 .bread-item>span:before {
  content: '|';
}

.bread-crumbs.bread-crumbs-04 .bread-item>span:before {
  content: '/';
}

.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}

.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}

.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}

.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}

.bread-crumbs .bread-item-groups {
  line-height: 30px;
}

.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}

.bread-crumbs .bread-item a {
  color: #fff;
}

.bread-crumbs .bread-item a.cur {
  color: #004EC0;
}

.bread-crumbs .bread-item>span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}

.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #FFA200;
}

/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}

.side-menu .menu-title {
  background: #004EC0;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}

.side-menu .menu-cont {
  background-color: #F5F8FC;
}

.side-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}

.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}

.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}

.side-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}

.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}

.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #004EC0;
}

.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}

.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}

.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}

.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3D55A7;
}

.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}

/*banner*/
.comp-banner {
  overflow: hidden;
}

.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}

.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}

.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.comp-banner .banner-box {
  position: relative;
}

.comp-banner .banner-box img {
  display: block;
  width: 100%;
}

.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}

.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}

.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}

.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}

.comp-banner .owl-nav button span {
  display: none;
}

.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}

.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}

.comp-banner .owl-nav button.owl-next {
  right: -40px;
}

.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}

.slider-progress-bar .progress {
  height: 4px;
  background: #004EC0;
  animation: sliderProgressBar ease;
  display: block;
}

.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}

@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}

.container {
  *zoom: 1;
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

@media (min-width: 1280px) {
  .container {
    width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1240px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

/* font */
@font-face {
  font-family: "syBold";
  src: url("sourcehansanscn-bold.ttf") format("truetype");
}

@font-face {
  font-family: "syReg";
  src: url("sourcehansanscn-regular.ttf") format("truetype");
}

body {
  font-family: "syReg", "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
  font-weight: 600;
}

/*page-main*/
.page-main {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}

.index-page .page-main {
  background-color: #f2f6fc;
}

/*nav*/
nav.navbar.bootsnav {
  min-height: 120px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all .5s;
}

nav.navbar.bootsnav::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 200px;
  background: url(dlhws-nav-bg.png) repeat-x bottom center;
}

nav.navbar.bootsnav .container-fluid {
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}

nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}

nav.navbar.bootsnav .navbar-brand {
  padding: 30px 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

nav.navbar.bootsnav .navbar-brand img {
  display: block;
  /* width: 551px; */
  width: 637px;
  transition: all .2s;
}

nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 60px;
  transition: all .3s;
}

nav.navbar.bootsnav ul.nav>li {
  margin: 0 46px 0 0;
  padding: 0;
}

nav.navbar.bootsnav ul.nav>li:last-child {
  margin-right: 0;
}

nav.navbar.bootsnav ul.nav>li>a {
  line-height: 54px;
  color: #fff;
  position: relative;
  padding: 0;
  /* font-size: 20px; */
  font-size:22px;
  text-align: center;
  font-weight: normal;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus,
nav.navbar.bootsnav ul.nav>li.active>a:hover,
nav.navbar.bootsnav ul.nav>li.active>a:focus,
nav.navbar.bootsnav ul.nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
  background-color: transparent !important;
  color: #ffa200 !important;
}

nav.navbar.bootsnav ul.nav>li.active>a {
  font-weight: bold;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 4px solid #ffa200;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: rgba(255, 255, 255, .8);
  min-width: 185px;
  width: 185px;
  left: 85%;
  margin-left: -110px;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
  border-bottom: none;
  color: #333333;
  margin: 0;
  padding: 10px 30px;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover {
  color: #004ec0;
}

nav.navbar.bootsnav.nav-other {
  position: fixed;
  background: #004AB0;
}

nav.navbar.bootsnav.nav-other::before {
  display: none;
}

nav.navbar.bootsnav.nav-other .navbar-brand {
  padding-top: 23px;
  padding-bottom: 23px;
}

nav.navbar.bootsnav.nav-other .toggle {
  margin-top: 33px;
}

nav.navbar.bootsnav.scroll {
  position: fixed;
  background: rgba(0, 74, 176, 0.8);
}

nav.navbar.bootsnav.scroll::before {
  display: none;
}

.header-other {
  padding-top: 27px;
  margin-left: 40px;
  position: absolute;
  right: 6%;
}

.header-other>div {
  float: left;
}

.header-other .other-link {
  margin-right: 20px;
}

.header-other .other-link a {
  float: left;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
}

.header-other .other-link a:last-child {
  margin-right: 0;
}

.header-other.header-other-02 {
  display: none;
  top: auto;
  width: 280px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 20px;
  margin: 0;
}

.header-other.header-other-02 .search-box {
  width: 100%;
}

/*search*/
.tools {
  position: relative;
  z-index: 999;
  height: 26px;
}

.tools .other-link {
  margin-right: 20px;
}

.tools .other-link a {
  float: left;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}

.tools .other-link a:last-child {
  margin-right: 0;
}

.tools .search-trigger {
  background: url(dlhws-search-a.png) no-repeat center center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}

.tools .x-show {
  display: block !important;
  position: absolute !important;
  top: 38px;
  right: 0;
}

.search-box {
  width: 160px;
  position: relative;
}

.search-box .s-inp {
  width: 100%;
  height: 30px;
  line-height: 28px;
  background: transparent;
  border-radius: 19px;
  padding-left: 15px;
  padding-right: 35px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.search-box .s-btn {
  background: url(dlhws-search-a.png) no-repeat center center;
  width: 16px;
  height: 16px;
  top: 7px;
  right: 20px;
  position: absolute;
  z-index: 9;
}

.search-box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
}

.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}

.phone-menu-toggle {
  display: none;
}

@media (max-width: 1400px) {

  /*nav*/
  nav.navbar.bootsnav .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
  }

  nav.navbar.bootsnav .navbar-brand img {
    width: 480px;
  }

  .header-other {
    right: 4%;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    min-height: 95px;
  }

  nav.navbar.bootsnav::before {
    height: 95px;
  }

  nav.navbar.bootsnav .navbar-collapse {
    display: none !important;
  }

  nav.navbar.bootsnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  nav.navbar.bootsnav .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  nav.navbar.bootsnav .navbar-brand img {
    width: 480px;
  }

  .phone-menu-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none !important;
    padding-left: 30px;
  }

  .header-other {
    position: absolute;
    right: 85px;
    top: 30px;
    padding-top: 0;
    margin-right: 0 !important;
  }

  .navbar .toggle {
    margin-top: 34px;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }

  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }

  nav.navbar.bootsnav .navbar-brand img {
    width: 360px;
  }

  .header-other {
    top: 27px;
  }

  .navbar .toggle {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav {
    min-height: 80px;
  }

  nav.navbar.bootsnav .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }

  nav.navbar.bootsnav .navbar-brand img {
    width: 240px;
  }

  .navbar .toggle {
    margin-top: 18px;
  }

  .header-other {
    right: 50px;
    top: 15px;
  }

  .header-other.header-other-01 .other-link {
    margin-right: 0;
    margin-top: 4px;
  }

  .header-other.header-other-01 .tools {
    display: none;
  }

  .navbar .toggle {
    margin-top: 20px !important;
  }

  .navbar .toggle span {
    width: 22px;
  }

  .header-other.header-other-02 {
    display: block !important;
    background: #004EC0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s ease;
    height: 66px;
  }

  .nav-open .header-other.header-other-02 {
    transform: translate3d(0, 0, 0);
  }

  .hc-mobile-nav {
    background: #004EC0;
  }

  .hc-mobile-nav.nav-open .nav-container {
    padding-bottom: 66px;
  }
}

.footer {
  background: url(dlhws-footer-bg.png) no-repeat top center;
  background-size: cover;
  color: #fff;
}

.footer .footer-title {
  line-height: 30px;
  margin-bottom: 10px;
}

.footer .footer-main {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer .footer-main>div {
  float: left;
  position: relative;
  min-height: 120px;
  padding-top: 10px;
}

.footer .footer-main>div::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 120px;
  background: #1A6EE1;
}

.footer .footer-main>div:last-child::after {
  display: none;
}

.footer .footer-main .footer-logo {
  width: 32%;
  padding-right: 50px;
}

.footer .footer-main .footer-logo img {
  display: block;
}

.footer .footer-main .footer-info {
  width: 36%;
  padding-left: 50px;
  padding-right: 50px;
}

.footer .footer-main .footer-info .info-txt {
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}

.footer .footer-main .footer-share {
  width: 32%;
  padding-left: 70px;
  padding-right: 70px;
}

.footer .footer-main .footer-share .share-groups>div {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0188EE;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
  transition: all 0.5s;
}

.footer .footer-main .footer-share .share-groups>div:last-child {
  margin-right: 0;
}

.footer .footer-main .footer-share .share-groups>div .box-icon {
  display: block;
}

.footer .footer-main .footer-share .share-groups>div .box-icon b img {
  vertical-align: middle;
}

.footer .footer-main .footer-share .share-groups>div .box-erwm {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 50px;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  padding: 3px;
  background: #fff;
  display: none;
}

.footer .footer-main .footer-share .share-groups>div .box-erwm img {
  display: block;
  width: 94px;
}

.footer .footer-main .footer-share .share-groups>div:hover {
  transform: translateY(-8px);
}

.footer .footer-main .footer-share .share-groups>div:hover .box-erwm {
  display: block;
}

.footer .footer-main .footer-share .social-share-icon {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.footer .footer-main .footer-share .social-share-icon.icon-facebook {
  background: url(dlhws-icon-05.png) no-repeat center center;
}

.footer .footer-main .footer-share .social-share-icon.icon-linkedin {
  background: url(dlhws-icon-06.png) no-repeat center center;
}

.footer .footer-copy {
  text-align: center;
  border-top: 1px solid #1A6EE1;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
}

/*-----------------------------------------  index  -----------------------------------------*/
.index-banner {
  height: 100vh;
  position: relative;
}

.index-banner .banner-arrow {
  background: url(dlhws-banner-arrow.png) no-repeat top center;
  width: 16px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 20px;
  -webkit-animation: bounce-down 1.6s linear infinite;
  animation: bounce-down 1.6s linear infinite;
  z-index: 99;
  cursor: pointer;
}

.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}

.index-banner .banner-box {
  position: relative;
  height: 100%;
}

.index-banner .banner-box .banner-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 10s linear;
}

.index-banner .banner-box .banner-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-banner .swiper-slide-active .banner-box .banner-img img {
  transform: scale(1.1);
}

.index-banner .swiper-slide-active .banner-box .banner-title {
  bottom: 0;
}

/* .index-banner .banner-box .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(dlhws-banner-title-bg.png) no-repeat left bottom;
  height: 74px;
  padding: 17px 0 17px 6.5%;
}
.index-banner .banner-box .banner-title .title-wrap {
  width: 40%;
  background: rgba(0, 78, 192, .6);
  padding: 20px;
}
.index-banner .banner-box .banner-title .title-txt {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
}
.index-banner .banner-box .banner-txt {
  color: rgba(255,255,255,.8);
  overflow: hidden;
  text-overflow:ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  max-height: 52px;
  margin-top: 8px;
  color: #fff;
}

@media (max-width:767px) {
  .index-banner .banner-box .banner-title .title-wrap {
    padding: 15px;
    width: 100%;
  }
  .index-banner .banner-box .banner-txt {
    display: none;
  }
} */

.index-banner .banner-box .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background: url(dlhws-banner-title-bg.png) no-repeat left bottom;
  height: 74px;
  padding: 17px 0 17px 6.5%;
  transition: all 2s;
}

.index-banner .banner-box .banner-title .title-txt {
  color: #fff;
  width: 40%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
}

.index-banner .banner-page {
  position: absolute;
  left: auto !important;
  right: 6% !important;
  bottom: 30px !important;
  width: auto !important;
  z-index: 101;
}

.index-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 8px !important;
  text-align: center;
  color: #FEFEFE;
  margin-left: 8px !important;
  margin-right: 8px !important;
  background: transparent;
  opacity: 1;
  vertical-align: bottom;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #fff;
}

.index-banner .banner-next,
.index-banner .banner-prev {
  width: 230px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin-top: 0;
  background-repeat: repeat-y;
  background-size: contain;
  transition: all 0.7s;
}

.index-banner .banner-next::after,
.index-banner .banner-prev::after {
  color: #fff;
  font-size: 30px;
}

.index-banner .banner-next {
  right: -100%;
  background-position: top right;
  background-image: url(dlhws-bg-right.png);
}

.index-banner .banner-prev {
  left: -100%;
  background-position: top left;
  background-image: url(dlhws-bg-left.png);
}

.index-banner:hover .banner-next {
  right: 0;
}

.index-banner:hover .banner-prev {
  left: 0;
}

@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-4px);
  }

  50%,
  100% {
    -webkit-transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(4px);
  }
}

@keyframes bounce-down {
  25% {
    transform: translateY(-4px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(4px);
  }
}

.index-box {
  padding-top: 80px;
  padding-bottom: 90px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.index-box-02 {
  background-color: #004ab0;
  background-size: contain;
  background-position: center center;
}

.index-title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.index-title .title-txt {
  line-height: 1;
  color: #004EC0;
  font-family: "syBold";
  /* text-transform: uppercase; */
}

.index-title::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: #FFA200;
  border-radius: 2px;
}

.index-more {
  width: 420px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 33px;
  z-index: 1;
  margin: 50px auto 0;
  color: #004EC0;
  display: block;
  font-family: 'syBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.index-more span {
  position: relative;
  z-index: 2;
}

.index-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 33px;
  border: 2px solid #004ec0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.index-more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #004ec0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.index-more:hover {
  color: #fff;
}

.index-more:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.index-more:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 33px;
}

.index-box-01 {
  background-position: center center;
  background-size: auto 90%;
}
.research-news-scroll {
  margin:-15px -9px;
}
.research-news-scroll .swiper-slide {
  padding: 15px 9px;
}

.index-box-01 .box-s {
  /* border: 1px solid #ECECEC; */
  /* background: #fff; */
  box-shadow: 0px 5px 8px 0px rgba(40, 52, 68, 0.25);
}

.index-box-01 .box-s .box-img {
  overflow: hidden;
}

.index-box-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 217px;
  transition: all 0.5s;
}

.index-box-01 .box-s .box-info {
  padding: 25px 30px;
}

.index-box-01 .box-s .box-info .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 28px;
  height: 112px;
  margin-bottom: 10px;
}

.index-box-01 .box-s .box-info .box-date {
  color: #004EC0;
  line-height: 30px;
}

.index-box-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.index-box-01 .box-s:hover .box-info .box-title {
  color: #004EC0;
}

.index-box-01 .news-next,
.index-box-01 .news-prev {
  width: 40px;
  height: 60px;
  background: #E3F0FC;
}

.index-box-01 .news-next::after,
.index-box-01 .news-prev::after {
  color: #0552c1;
  font-size: 20px;
  font-weight: bold;
}

.index-box-01 .news-next:hover,
.index-box-01 .news-prev:hover {
  background: #0552c1;
}

.index-box-01 .news-next:hover::after,
.index-box-01 .news-prev:hover::after {
  color: #fff;
}

.index-box-01 .news-next {
  right: -80px;
}

.index-box-01 .news-prev {
  left: -80px;
}

.index-box-02 .index-title {
  padding-bottom: 0;
}

.index-box-02 .index-title .title-txt {
  color: #fff;
  text-align: left;
}

.index-box-02 .index-title::after {
  right: 0;
  top: 35%;
  margin-top: -5px;
  bottom: auto;
  left: auto;
  width: 50%;
  height: 10px;
  background: #FFA200;
}

.index-box-02 .index-more {
  color: #fff;
}

.index-box-02 .index-more::before {
  border: 2px solid #ffffff;
}

.index-box-02 .index-more::after {
  background-color: rgba(255, 255, 255, 0.81);
}

.index-box-02 .index-more:hover {
  color: #004EC0;
}

.index-box-02 .main-cont {
  overflow: hidden;
}

.index-box-02 .main-cont ul {
  margin-left: -1px;
  margin-right: -1px;
}

.index-box-02 .main-cont ul li {
  float: left;
  width: 25%;
  padding-left: 1px;
  padding-right: 1px;
}

.index-box-02 .main-cont .box-s {
  height: 280px;
  background: rgba(34, 160, 255, 0.5);
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}

.index-box-02 .main-cont .box-s .box-icon {
  height: 85px;
  margin-bottom: 25px;
  overflow: hidden;
}

.index-box-02 .main-cont .box-s .box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.index-box-02 .main-cont .box-s .box-title {
  line-height: 28px;
  min-height: 56px;
}

.index-box-02 .main-cont .box-s:hover {
  background: rgba(34, 160, 255, 0.14);
}

.index-box-02 .main-cont .box-s:hover .box-icon img {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}

.index-box-03 {
  background-position: bottom center;
}

.index-box-03 .main-calendar {
  width: 530px;
  height: 466px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  margin-right: 80px;
  float: left;
}

.index-box-03 .main-list {
  overflow: hidden;
}

.index-box-03 .main-list .box-s {
  border-bottom: 1px dashed #BCCCEF;
  padding-bottom: 42px;
  margin-bottom: 42px;
}

.index-box-03 .main-list .box-s:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.index-box-03 .main-list .box-s .box-date {
  width: 60px;
  height: 60px;
  background: #1546B0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding-top: 10px;
  float: left;
  margin-right: 25px;
  margin-top: 1px;
}

.index-box-03 .main-list .box-s .box-date .date-01 {
  font-family: "syBlod";
}

.index-box-03 .main-list .box-s .box-info {
  overflow: hidden;
  border-left: 1px solid #004EC0;
  padding-left: 30px;
}

.index-box-03 .main-list .box-s .box-info .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
  margin-bottom: 15px;
  position: relative;
  top: -7px;
}

.index-box-03 .main-list .box-s .box-info .box-other>div {
  float: left;
  line-height: 24px;
  padding-left: 35px;
  position: relative;
  min-height: 24px;
  color: #666666;
}

.index-box-03 .main-list .box-s .box-info .box-other>div:first-child {
  width: 35%;
}

.index-box-03 .main-list .box-s .box-info .box-other>div:nth-child(2) {
  float: right;
  width: 62%;
}

.index-box-03 .main-list .box-s .box-info .box-other>div .icon-s {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 3px;
}

.index-box-03 .main-list .box-s .box-info .box-other>div .icon-s img {
  display: block;
}

.index-box-03 .main-list .box-s .box-info .box-other>div .txt-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}

.index-box-03 .main-list .box-s:hover .box-info {
  border-color: #FFA200;
}

.index-box-03 .main-list .box-s:hover .box-info .box-title {
  color: #004EC0;
}

.index-box-03 .main-list .box-s:hover .box-info .box-other>div {
  color: #004EC0;
}

#calendar .fc-widget-header tr {
  height: 42px;
  background: #F0F3FA;
}

#calendar .fc-widget-header tr th.fc-day-header {
  line-height: 42px;
  color: #004EC0;
  font-size: 16px;
}

#calendar .fc-header-toolbar {
  width: 260px;
  border-bottom: none;
  margin: 0 auto 20px;
}

#calendar .fc-header-toolbar .fc-left .fc-button,
#calendar .fc-header-toolbar .fc-right .fc-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #DEE0E2;
  background-position: center center;
  background-repeat: no-repeat;
}

#calendar .fc-header-toolbar .fc-left .fc-button span,
#calendar .fc-header-toolbar .fc-right .fc-button span {
  display: none;
}

#calendar .fc-header-toolbar .fc-left:hover .fc-button,
#calendar .fc-header-toolbar .fc-right:hover .fc-button {
  border-color: #F6BF60;
}

#calendar .fc-header-toolbar .fc-left .fc-button {
  background-image: url(dlhws-calendar-arrow-left.png);
}

#calendar .fc-header-toolbar .fc-right .fc-button {
  background-image: url(dlhws-calendar-arrow-right.png);
}

#calendar .fc-header-toolbar .fc-center h2 {
  font-size: 20px;
  color: #101010;
  line-height: 24px;
}

#calendar .fc-view-container .fc-basic-view .fc-body .fc-row {
  min-height: 46px;
}

#calendar .fc-view-container .fc-content-skeleton .fc-day-top .fc-day-number {
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  width: 46px;
  border-radius: 50%;
  text-align: center;
  color: #101010;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

#calendar .fc-view-container .fc-content-skeleton .fc-day-top.active .fc-day-number {
  position: relative;
  color: #cb1414;
}

#calendar .fc-view-container .fc-content-skeleton .fc-day-top.active {
  position: relative;
}

#calendar .fc-view-container .fc-content-skeleton .fc-day-top.active .fc-day-number::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background: #CB1414;
  border-radius: 50%;
  bottom: 3px;
}

#calendar .fc-view-container .fc-content-skeleton .fc-day-top.fc-today .fc-day-number,
#calendar .fc-view-container .fc-content-skeleton .fc-day-top .fc-day-number:hover {
  background: #CB1414;
  color: #fff;
}

#calendar .fc-view-container .fc-content-skeleton .fc-day-top.fc-today.active .fc-day-number::after {
  background: #fff;
}

.index-box-04 {
  padding-bottom: 270px;
}

.index-box-04 .about-info {
  width: 31%;
  float: left;
}

.index-box-04 .about-info .index-title {
  margin-bottom: 40px;
}

.index-box-04 .about-info .index-title .title-txt {
  text-align: left;
  color: #fff;
}

.index-box-04 .about-info .index-title::after {
  left: 0;
  margin-left: 0;
  height: 10px;
  width: 120px;
  border-radius: 0;
}

.index-box-04 .about-info .info-txt {
  color: #FFFFFF;
  line-height: 30px;
  font-weight: 400;
}

.index-box-04 .about-info .index-more {
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  margin-left: 0;
  color: #fff;
}

.index-box-04 .about-info .index-more::before {
  border: 2px solid #ffffff;
}

.index-box-04 .about-info .index-more::after {
  background-color: rgba(255, 255, 255, 0.81);
}

.index-box-04 .about-info .index-more:hover {
  color: #004EC0;
}

.index-box-04 .about-num-groups {
  width: 63%;
  float: right;
}

.index-box-04 .about-num-groups ul {
  margin-top: -80px;
  width: 100%;
  min-height: 610px;
}

.index-box-04 .about-num-groups ul li {
  float: left;
  width: 1px;
  margin-left: 9.5%;
  margin-right: 10%;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}

.index-box-04 .about-num-groups ul li .box-s {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -168px;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.2;
}

.index-box-04 .about-num-groups ul li .box-s:hover .box-icon img {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}

.index-box-04 .about-num-groups ul li .box-s::before {
  content: '';
  background: url(dlhws-box-02.png) no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -12px;
  left: -15px;
}

.index-box-04 .about-num-groups ul li .box-s .box-icon {
  margin-bottom: 7px;
  overflow: hidden;
}

.index-box-04 .about-num-groups ul li .box-s .box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.index-box-04 .about-num-groups ul li .box-s .box-num {
  font-family: 'syBold';
  margin-bottom: 5px;
  color: #0F569F;
}

.index-box-04 .about-num-groups ul li .box-s .box-title {
  color: #333333;
}

.index-box-04 .about-num-groups ul li:nth-child(1) {
  height: 130px;
}

.index-box-04 .about-num-groups ul li:nth-child(1) .box-s {
  width: 194px;
  height: 194px;
}

.index-box-04 .about-num-groups ul li:nth-child(1) .box-s::before {
  content: '';
  background: url(dlhws-box-01.png) no-repeat;
  width: 232px;
  height: 229px;
  top: -14px;
  left: -18px;
}

.index-box-04 .about-num-groups ul li:nth-child(2) {
  height: 425px;
}

.index-box-04 .about-num-groups ul li:nth-child(3) {
  height: 190px;
}

.index-box-04 .about-num-groups ul li:nth-child(4) {
  height: 380px;
}

.index-box-04 .about-num-groups ul li:nth-child(4) .box-s {
  width: 156px;
  height: 156px;
}

.index-box-04 .about-num-groups ul li:nth-child(4) .box-s::before {
  content: '';
  background: url(dlhws-box-03.png) no-repeat;
  width: 186px;
  height: 184px;
  top: -11px;
  left: -14px;
}

.index-box-04 .about-num-groups ul li:nth-child(5) {
  height: 150px;
}

.box-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  position: absolute;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.box-wrap::before,
.box-wrap::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.box-wrap::before {
  border: 2px solid #fff;
}

.box-wrap.button--inverted::before {
  border-color: #fff;
}

.box-wrap::after {
  background: #fff;
}

.box-wrap.button--inverted::after {
  background: #fff;
}

.box-s:hover .box-wrap::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.box-wrap::before,
.box-s:hover .box-wrap::after {
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}

.box-s:hover .box-wrap::after {
  background-color: #fff;
}

.box-wrap.button--inverted:hover::after {
  background-color: #fff;
}

.index-box-05 {
  padding-bottom: 70px;
  background-size: contain;
  background-position: bottom center;
  position: relative;
  margin-top: -260px;
}

.index-box-05 .row-w {
  margin-left: -10px;
  margin-right: -10px;
}

.index-box-05 .row-w .col-w {
  padding-left: 10px;
  padding-right: 10px;
}

.index-box-05 .box-s {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.index-box-05 .box-s.box-video .box-title {
  display: block;
  top: 0 !important;
  bottom: 0 !important;
}

.index-box-05 .box-s .box-img {
  overflow: hidden;
}

.index-box-05 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  height: 335px;
}

.index-box-05 .box-s .box-mc {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  text-align: center;
  transition: all 0.5s;
}

.index-box-05 .box-s .box-mc::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.index-box-05 .box-s .box-mc .middle-cont {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #fff;
}

.index-box-05 .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 100%;
  background: url(dlhws-icon-15.png) repeat-x left bottom;
  transition: all 0.5s;
}

.index-box-05 .box-s .box-title .title-s {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.index-box-05 .box-s .video-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(dlhws-icon-14.png) no-repeat center center;
}

.index-box-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.index-box-05 .box-s:hover .box-mc {
  top: -100%;
}

.index-box-05 .box-s:hover .box-title {
  bottom: 0;
}

.toTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff !important;
  font-size: 16px;
  background: #004EC0;
  box-shadow: 0px 0px 10px 0px rgba(0, 78, 192, 0.2);
  z-index: 9999;
  display: none;
}

.toTop:hover {
  background: #FFA200;
}

/*-------------------------------------------- page common ---------------------------------------------*/
.banner-channel {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.banner-channel .container {
  text-align: left;
}

.banner-channel .channel-title {
  font-size: 78px;
  position: relative;
  padding-bottom: 30px;
  line-height: 1;
  color: #fff;
}

.banner-channel .channel-title a {
  color: #fff;
}

.banner-channel .channel-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 112px;
  height: 12px;
}

.banner-channel.banner-01 .container {
  height: 590px;
  position: relative;
}

.banner-channel.banner-01 .banner-cont {
  position: absolute;
  left: 0;
  bottom: 80px;
}

.banner-channel.banner-01 .channel-title {
  margin-bottom: 40px;
}

.banner-channel.banner-01 .channel-title::after {
  background: url(dlhws-icon-34.png) no-repeat;
  background-size: contain;
}

.banner-channel.banner-01 .bread-crumbs .bread-item {
  background-image: url(dlhws-location-02.png);
}

.banner-channel.banner-02 {
  height: 400px;
  padding-top: 120px;
  padding-bottom: 50px;
}

.banner-channel.banner-02 .channel-title::after {
  background: #FFA200;
}

.banner-channel.banner-02 .bread-crumbs {
  padding-top: 80px;
  float: right;
}

.banner-channel.banner-02 .bread-crumbs .bread-item {
  background-image: url(dlhws-location.png);
}

.bread-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  color: #fff;
  font-size: 0;
}

.bread-crumbs .bread-item {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 7px;
}

.bread-crumbs a {
  color: #fff;
  font-size: 16px;
}

.bread-crumbs a:last-child {
  color: #fff !important;
}

.bread-crumbs span {
  color: #FFA200;
  font-size: 16px;
}

.page-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 80px;
}

.page-wrap.wrap-btm-none {
  padding-bottom: 0;
}

.page-wrap::before,
.page-wrap::after {
  content: '';
  top: -50px;
  height: 50px;
  position: absolute;
}

.page-wrap::after {
  width: 84%;
  background-color: #fff;
  left: 0;
}

.page-wrap::before {
  left: 84%;
  width: 50px;
  height: 50px;
  background: url(dlhws-wrap-arrow.png);
}

.public-menu {
  margin-top: -20px;
  margin-bottom: 50px;
}

.public-menu ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.public-menu ul li:last-child {
  margin-bottom: 0;
}

.public-menu a {
  display: block;
  min-width: 170px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background: #E8EEFC;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #004EC0;
}

.public-menu a::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 50px;
  height: 30px;
  border-radius: 50%;
  background: #004EC0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.public-menu a span {
  position: relative;
  z-index: 2;
}

.public-menu a:hover {
  color: #fff;
}

.public-menu a:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}

.public-menu a.active {
  color: #fff;
  background: #004EC0;
}

.public-title {
  border-bottom: 1px solid #E1E9FB;
  margin-bottom: 50px;
  padding-bottom: 25px;
}

.public-title .title-txt {
  font-family: 'syBold';
  color: #004EC0;
  /* text-transform: uppercase; */
  line-height: 1;
  float: left;
}

.public-title .title-more {
  float: right;
  font-size: 16px;
  margin-top: 25px;
  color: #004EC0;
}

.public-title .title-more:hover {
  color: #FFA200;
}

.channel-wrap {
  padding-top: 70px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.about-box-01 {
  background-position: bottom center;
  background-size: contain;
  padding-top: 10px;
}

.about-box-01 .main-cont {
  position: relative;
}

.about-box-01 .main-cont .groups-scroll {
  margin-right: 322px;
}

.about-box-01 .main-cont .groups-scroll .box-s {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 170px 30px 80px;
  color: #fff;
}

.about-box-01 .main-cont .groups-scroll .scroll-title {
  position: relative;
  line-height: 40px;
  font-family: "syBold";
  padding-left: 20px;
  margin-bottom: 25px;
  z-index: 2;
}

.about-box-01 .main-cont .groups-scroll .scroll-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  background: #FFA200;
}

.about-box-01 .main-cont .groups-scroll .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.about-box-01 .main-cont .groups-scroll .box-01 {
  position: relative;
}

.about-box-01 .main-cont .groups-scroll .box-01 .box-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
}

.about-box-01 .main-cont .groups-scroll .box-01 .box-info .info-cont {
  position: absolute;
  bottom: 70px;
  padding-left: 80px;
  padding-right: 170px;
}

.about-box-01 .main-cont .groups-scroll .box-01 .box-info .info-cont .info-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-break: break-word;
  -webkit-box-orient: vertical;
}

.about-box-01 .main-cont .groups-scroll .box-01 .box-info .box-txt {
  color: #FFFFFF;
  line-height: 30px;
}

.about-box-01 .main-cont .groups-scroll .box-02 {
  position: relative;
}

.about-box-01 .main-cont .groups-scroll .box-02 .box-info {
  height: 348px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 20px 11%;
  position: relative;
  z-index: 2;
}

.about-box-01 .main-cont .groups-scroll .box-02 .middle-cont {
  width: 100%;
}

.about-box-01 .main-cont .groups-scroll .box-02 .info-box {
  font-style: italic;
  font-size: 40px;
  color: #fff;
  float: left;
  width: 60%;
}

.about-box-01 .main-cont .groups-scroll .box-02 .info-box:nth-child(2n) {
  width: 40%;
}

.about-box-01 .main-cont .groups-scroll .box-02 .info-box:first-letter {
  font-size: 70px;
  color: #FFA200;
}

.about-box-01 .main-cont .groups-scroll .box-video .video-scroll-wrap {
  margin-top: 80px;
  position: relative;
}

.about-box-01 .main-cont .groups-scroll .box-video .video-next:after,
.about-box-01 .main-cont .groups-scroll .box-video .video-prev:after {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.about-box-01 .main-cont .groups-scroll .box-video .video-next {
  right: -10px;
}

.about-box-01 .main-cont .groups-scroll .box-video .video-prev {
  left: -10px;
}

.about-box-01 .main-cont .groups-scroll .box-video .swiper-slide {
  width: 510px;
  height: 286px;
}

.about-box-01 .main-cont .groups-scroll .box-video .video-s {
  position: relative;
  cursor: pointer;
}

.about-box-01 .main-cont .groups-scroll .box-video .video-s img {
  display: block;
  width: 100%;
}

.about-box-01 .main-cont .groups-scroll .box-video .video-s .box-mc,
.about-box-01 .main-cont .groups-scroll .box-video .video-s .box-mc-v {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.about-box-01 .main-cont .groups-scroll .box-video .video-s .box-mc {
  background: rgba(0, 0, 0, 0.6);
}

.about-box-01 .main-cont .groups-scroll .box-video .video-s .box-mc-v {
  background: url(dlhws-icon-14.png) no-repeat center center;
  background-size: 60px 60px;
  display: none;
}

.about-box-01 .main-cont .groups-scroll .box-video .swiper-slide-active .video-s .box-mc {
  display: none;
}

.about-box-01 .main-cont .groups-scroll .box-video .swiper-slide-active .video-s .box-mc-v {
  display: block;
}

.about-box-01 .main-cont .groups-scroll .box-04 .box-info {
  position: relative;
  padding-top: 45px;
  z-index: 2;
}

.about-box-01 .main-cont .groups-scroll .box-04 .box-num {
  float: left;
  width: 20%;
  height: 140px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 20px;
  margin-bottom: 65px;
}

.about-box-01 .main-cont .groups-scroll .box-04 .box-num:nth-last-child(-n + 5) {
  margin-bottom: 0;
}

.about-box-01 .main-cont .groups-scroll .box-04 .box-num .num-icon {
  height: 44px;
  line-height: 44px;
  margin-bottom: 15px;
}

.about-box-01 .main-cont .groups-scroll .box-04 .box-num .num-icon img {
  vertical-align: middle;
  margin-top: -3px;
}

.about-box-01 .main-cont .groups-scroll .box-04 .box-num .num-s {
  font-family: "syBold";
  line-height: 40px;
}

.about-box-01 .main-cont .groups-scroll .box-04 .box-num .num-title {
  color: rgba(255, 255, 255, 0.6);
}

.about-box-01 .main-cont .profile-scroll {
  overflow: hidden;
}

.about-box-01 .main-cont .groups-list {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 540px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 0;
  z-index: 99;
}

.about-box-01 .main-cont .groups-list .box-s {
  display: block;
  border-left: 2px solid #FFA200;
  background: #F9FAFD;
  position: relative;
  padding-left: 37px;
  padding-right: 70px;
  color: #333333;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  z-index: 1;
  transition: padding-left .3s;
}

.about-box-01 .main-cont .groups-list .box-s:hover,
.about-box-01 .main-cont .groups-list .box-s.active {
  color: #fff;
  padding-left: 52px;
  transition: padding-left .3s;
}

.about-box-01 .main-cont .groups-list .box-s:hover::before,
.about-box-01 .main-cont .groups-list .box-s.active::before {
  width: 100%;
}

.about-box-01 .main-cont .groups-list .box-s:hover::after,
.about-box-01 .main-cont .groups-list .box-s.active::after {
  display: block;
}

.about-box-01 .main-cont .groups-list .box-s:last-child {
  margin-bottom: 0;
}

.about-box-01 .main-cont .groups-list .box-s span {
  position: relative;
  z-index: 2;
}

.about-box-01 .main-cont .groups-list .box-s::after,
.about-box-01 .main-cont .groups-list .box-s::before {
  content: '';
  position: absolute;
}

.about-box-01 .main-cont .groups-list .box-s::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
  background: #004AB0;
}

.about-box-01 .main-cont .groups-list .box-s::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: url(dlhws-arrow-w.png) no-repeat center center;
  display: none;
}

.about-box-02 {
  background: #F0F3FA;
}

.about-box-02 .cont-img {
  width: 42%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 5.2% 0 5.2% 3.5%;
}

.about-box-02 .cont-img img {
  display: block;
  width: 100%;
}

.about-box-02 .cont-img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 8.5%;
  border: 10px solid #004AB0;
}

.about-box-02 .cont-info {
  width: 54%;
  float: right;
  overflow: hidden;
  padding-top: 30px;
}

.about-box-02 .cont-info .info-title {
  line-height: 1.5;
  margin-bottom: 25px;
}

.about-box-02 .cont-info .info-txt {
  color: #999999;
  line-height: 30px;
  font-weight: 400;
  font-weight: 400;
  font-weight: 40;
  margin-bottom: 40px;
}

.about-box-02 .cont-info .info-more {
  text-align: right;
  line-height: 24px;
}

.about-box-02 .cont-info .info-more .a-more {
  display: inline-block;
  line-height: 24px;
  padding-right: 30px;
  color: #004AB0;
  position: relative;
}

.about-box-02 .cont-info .info-more .a-more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #004AB0;
  border-radius: 10px;
  background: url(dlhws-arrow-b.png) no-repeat center center;
}

.about-box-02 .cont-info .info-more .a-more:hover {
  color: #FFA200;
}

.about-box-02 .cont-info .info-more .a-more:hover::after {
  border-color: #FFA200;
  background: url(dlhws-arrow-o.png) no-repeat center center;
}

.about-box-03 {
  padding-bottom: 50px;
}

.about-box-03 .col-w:nth-child(2n) .box-s .box-info {
  background: #F0F3FA;
}

.about-box-03 .box-s {
  transition: all 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.about-box-03 .box-s .box-img {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
}

.about-box-03 .box-s .box-img img {
  display: block;
  width: 180px;
  height: 180px;
}

.about-box-03 .box-s .box-info {
  margin-top: -90px;
  height: 200px;
  background: #D6DEF2;
  padding: 115px 20px 20px;
  text-align: center;
}

.about-box-03 .box-s .box-info .box-title {
  display: block;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
}

.about-box-03 .box-s .box-info .box-txt {
  color: #999999;
  line-height: 24px;
}

.about-box-03 .box-s:hover {
  transform: translateY(-10px);
}

.about-box-04 {
  padding-bottom: 0;
}

.about-box-04 .box-s {
  position: relative;
}

.about-box-04 .box-s .box-img {
  overflow: hidden;
}

.about-box-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.about-box-04 .box-s .box-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

.about-box-04 .box-s .box-info .box-title {
  line-height: 1.2;
  margin-bottom: 23px;
}

.about-box-04 .box-s .box-info .box-more {
  width: 170px;
  line-height: 48px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-box-04 .box-s .box-info .box-more::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.about-box-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.about-box-04 .box-s:hover .box-info {
  background: rgba(0, 74, 176, 0.8);
}

.about-box-04 .box-s:hover .box-info .box-more {
  color: #004EC0;
}

.about-box-04 .box-s:hover .box-info .box-more::after {
  width: 100%;
  left: 0;
}

.about-box-05 {
  padding-bottom: 60px;
}

.about-box-05 .row-w {
  margin-left: -2%;
  margin-right: -2%;
}

.about-box-05 .row-w .col-w {
  padding-left: 2%;
  padding-right: 2%;
}

.about-box-05 .box-s {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.about-box-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.about-box-05 .box-s:hover .box-title {
  color: #004EC0;
}

.about-box-05 .box-s:hover::after {
  background: #004EC0;
}

.about-box-05 .box-s .box-img {
  margin-bottom: 23px;
  overflow: hidden;
  border-radius: 50%;
}

.about-box-05 .box-s .box-img img {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 185px;
  transition: all 0.5s;
}

.about-box-05 .box-s .box-title {
  display: block;
  text-align: center;
  color: #333333;
  line-height: 26px;
  margin-bottom: 8px;
}

.about-box-05 .box-s .box-txt {
  color: #999999;
  line-height: 20px;
  min-height: 40px;
  text-align: center;
}

.about-box-05 .box-s::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 3px;
  background: #FFA200;
}

.tabs-title {
  margin-bottom: 50px;
  display: table;
  width: 100%;
  word-spacing: -1em;
  text-align: center;
}

.tabs-title a {
  min-width: 360px;
  line-height: 58px;
  color: #004AB0;
  background: #FFFFFF;
  border: 1px solid #004AB0;
  border-radius: 2px;
  vertical-align: bottom;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 15px;
  display: inline-block;
  word-spacing: 0;
}

.tabs-title a.active {
  background: #004AB0;
  color: #fff;
}

.tabs-cont>div {
  display: none;
}

.tabs-cont>div.active {
  display: block;
}

.about-box-06 {
  background: #F0F3FA;
}

.about-box-06 .main-cont {
  overflow: hidden;
}

.about-box-06 .list-groups {
  margin-left: -15px;
  margin-right: -15px;
}

.about-box-06 .list-groups .box-w {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 20%;
}

.about-box-06 .box-s .box-img {
  overflow: hidden;
}

.about-box-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 170px;
  transition: all 0.5s;
}

.about-box-06 .box-s .box-title {
  border-bottom: 3px solid #004EC0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 36px;
  color: #333333;
  position: relative;
  font-size: 18px;
}

.about-box-06 .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  overflow: hidden;
  background: #FFA200;
  transition: all 0.5s;
  z-index: 2;
}

.about-box-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.about-box-06 .box-s:hover .box-title {
  color: #004EC0;
}

.about-box-06 .box-s:hover .box-title::after {
  width: 100%;
}

.about-box-07 .main-cont {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-box-07 .cont-info {
  background: #004AB0;
  height: 296px;
  width: 100%;
  padding: 30px 620px 30px 6%;
}

.about-box-07 .cont-info .box-s {
  position: relative;
  padding-left: 40px;
  min-height: 32px;
  color: #fff;
  margin-bottom: 25px;
}

.about-box-07 .cont-info .box-s:last-child {
  margin-bottom: 0;
}

.about-box-07 .cont-info .box-s .icon-s {
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #FFA200;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.about-box-07 .cont-info .box-s .icon-s img {
  vertical-align: middle;
  margin-top: -3px;
}

.about-box-07 .cont-map {
  height: 376px;
  width: 570px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 9;
}

.about-box-07 .cont-map img {
  display: none;
}

.research-box-01,
.activities-box-01 {
  background-position: bottom center;
  background-size: auto;
  padding-top: 10px;
}

.research-box-01 .cont-img,
.activities-box-01 .cont-img,
.research-box-01 .cont-info,
.activities-box-01 .cont-info {
  width: 57%;
  float: left;
}

.research-box-01 .cont-img img,
.activities-box-01 .cont-img img {
  display: block;
  width: 100%;
}

.research-box-01 .cont-info,
.activities-box-01 .cont-info {
  box-shadow: 0px 3px 40px 0px rgba(0, 74, 176, 0.13);
  margin-left: -14%;
  background: #fff;
  margin-top: 60px;
  position: relative;
  padding: 3.3%;
}

.research-box-01 .cont-info .info-txt,
.activities-box-01 .cont-info .info-txt {
  color: #666666;
  line-height: 31px;
  margin-bottom: 18px;
  position: relative;
  font-weight: 400;
  top: -3px;
}

.research-box-01 .cont-info .info-more,
.activities-box-01 .cont-info .info-more {
  text-align: right;
  line-height: 24px;
}

.research-box-01 .cont-info .info-more .a-more,
.activities-box-01 .cont-info .info-more .a-more {
  display: inline-block;
  line-height: 24px;
  padding-right: 30px;
  color: #004AB0;
  position: relative;
}

.research-box-01 .cont-info .info-more .a-more::after,
.activities-box-01 .cont-info .info-more .a-more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #004AB0;
  border-radius: 10px;
  background: url(dlhws-arrow-b.png) no-repeat center center;
}

.research-box-01 .cont-info .info-more .a-more:hover,
.activities-box-01 .cont-info .info-more .a-more:hover {
  color: #FFA200;
}

.research-box-01 .cont-info .info-more .a-more:hover::after,
.activities-box-01 .cont-info .info-more .a-more:hover::after {
  border-color: #FFA200;
  background: url(dlhws-arrow-o.png) no-repeat center center;
}

.research-box-02 .row-w {
  margin-left: -10px;
  margin-right: -10px;
}

.research-box-02 .row-w .col-w {
  padding-left: 10px;
  padding-right: 10px;
}

.research-box-02 .box-s {
  position: relative;
  border-left: 4px solid #004AB0;
  height: 154px;
  padding: 10px 30px;
  margin-bottom: 20px;
  background: #F0F3FA;
}

.research-box-02 .box-s::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #004AB0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 7;
}

.research-box-02 .box-s .box-logo {
  position: absolute;
  right: 0;
  background: url(dlhws-boxbg-06.png) no-repeat;
  width: 44px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  z-index: 8;
}

.research-box-02 .box-s .middle-cont {
  position: relative;
  z-index: 9;
}

.research-box-02 .box-s .box-title {
  color: #333333;
  line-height: 30px;
  min-height: 90px;
}

.research-box-02 .box-s:hover::before {
  width: 100%;
}

.research-box-02 .box-s:hover .box-logo {
  background: url(dlhws-boxbg-07.png) no-repeat;
}

.research-box-02 .box-s:hover .box-title {
  color: #fff;
}

.research-box-wrap {
  background: url(dlhws-bg-07.png) no-repeat top center;
}

.research-box-03 {
  padding-bottom: 30px;
}

.research-box-03 .list-w {
  margin-left: -10px;
  margin-right: -10px;
}

.research-box-03 .list-w .box-w {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 20%;
}

.research-box-03 .box-s {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 306px;
  width: 100%;
  padding: 50px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.5s;
}

.research-box-03 .box-s:hover {
  transform: translateY(-15px);
}

.research-box-03 .box-s .box-logo {
  position: absolute;
  z-index: 99;
  left: 25px;
  right: 25px;
  top: 50px;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
}

.research-box-03 .box-s .middle-cont {
  position: relative;
  z-index: 9;
}

.research-box-03 .box-s .box-title {
  position: relative;
  line-height: 30px;
  min-height: 130px;
}

.research-box-03 .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: 0;
  width: 34px;
  height: 3px;
  background: #FFFFFF;
}

.research-box-04 .row-w {
  margin-left: -2%;
  margin-right: -2%;
}

.research-box-04 .row-w .col-w {
  padding-left: 2%;
  padding-right: 2%;
}

.research-box-04 .box-s {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 40px 0 rgba(0, 74, 176, 0.1);
}

.research-box-04 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.research-box-04 .box-s .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  opacity: 0;
  text-align: center;
  padding: 20px;
}

.research-box-04 .box-s .box-mc .box-title {
  color: #FFFFFF;
  line-height: 36px;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.5s;
  margin-bottom: 42px;
  text-align: center;
}

.research-box-04 .box-s .box-mc .a-more {
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #004AB0;
  border-radius: 4px;
  opacity: 0;
  transform: scale(1.6);
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
}

.research-box-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.research-box-04 .box-s:hover .box-mc {
  opacity: 1;
}

.research-box-04 .box-s:hover .box-mc .box-title,
.research-box-04 .box-s:hover .box-mc .a-more {
  opacity: 1;
  transform: scale(1);
}

.activities-box-01 .cont-info {
  background: url(dlhws-boxbg-08.png) no-repeat center center #fff;
  background-size: contain;
}

.activities-box-01 .cont-info .info-txt {
  color: #333;
}

.activities-box-02 {
  padding-bottom: 55px;
}

.activities-box-02 .box-s {
  margin-bottom: 25px;
}

.activities-box-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.activities-box-02 .box-s:hover .box-info .box-title {
  color: #004EC0;
}

.activities-box-02 .box-s:hover .box-info::after {
  width: 100%;
  left: 0;
}

.activities-box-02 .box-s .box-img {
  overflow: hidden;
}

.activities-box-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 294px;
  transition: all 0.5s;
}

.activities-box-02 .box-s .box-info {
  position: relative;
  padding: 25px 30px 60px;
  border-bottom: 4px solid #FFA200;
}

.activities-box-02 .box-s .box-info::after {
  content: '';
  position: absolute;
  left: 50%;
  overflow: hidden;
  bottom: -4px;
  width: 0;
  height: 4px;
  background: #004AB0;
  transition: all 0.5s;
}

.activities-box-02 .box-s .box-info .box-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  color: #333333;
  margin-bottom: 30px;
}

.activities-box-02 .box-s .box-info .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 24px;
  height: 96px;
  color: #999999;
}

.activities-box-03 {
  padding-bottom: 30px;
}

.activities-box-03 .box-s {
  margin-bottom: 50px;
}

.activities-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.activities-box-03 .box-s:hover .box-title {
  background: rgba(0, 78, 192, 0.9);
}

.activities-box-03 .box-s:hover .box-title .title-s {
  color: #fff;
}

.activities-box-03 .box-s .box-img {
  overflow: hidden;
}

.activities-box-03 .box-s .box-img img {
  width: 100%;
  height: 294px;
  transition: all 0.5s;
}

.activities-box-03 .box-s .box-title {
  display: block;
  margin-right: 40px;
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 30px 22px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
}

.activities-box-03 .box-s .box-title .title-s {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  height: 56px;
  color: #333333;
}

/* 20251117 首页新增修改  */
.index-box-03 .swiper-container {
  /* overflow: visible;
  margin-left: 234px;
  margin-right: 234px; */
  margin:-20px 0;
}

.index-box-03 .swiper-slide {
  width: 930px;
  padding:20px 0;
}

.index-box-03 .Stories-img {
  display: block;
  position: relative;
}

.index-box-03 .Stories-img::before {
  position: absolute;
  content: '';
  height: 249px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
  z-index: 1;
}

.index-box-03 .Stories-img .img-box {
  position: relative;
  overflow: hidden;
  height: 525px;
  background: linear-gradient(0deg, #0960BD 0%, #02468F 100%);
  box-shadow: 1px 7px 10px 0px rgba(40, 52, 68, 0.75);
}

.index-box-03 .Stories-img .img-box::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  z-index: 2;
  background: url(stories-icon1.png) no-repeat center center / 100% 100%;
  transition: all 0.5s;
}

.index-box-03 .Stories-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index-box-03 .Stories-img .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  z-index: 1;
  padding: 0 10px 24px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-box-03 .Stories-img:hover .img-box img {
  transform: scale(1.1);
}