.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*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }

  .h24 {
    font-size: 22px;
  }

  .h30 {
    font-size: 28px;
  }

  .h32 {
    font-size: 32px;
  }

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

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

  .h24 {
    font-size: 20px;
  }

  .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;
  }

  .h30 {
    font-size: 22px;
  }

  .h32 {
    font-size: 26px;
  }

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

/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @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: #1F5CC8;
}

.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: #1F5CC8;
}

.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: #1F5CC8;
  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: -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: #1F5CC8;
}

.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: -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: #1F5CC8;
}

.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: #1F5CC8;
}

.comp-text-list-05 .box-s:hover .box-more {
  background-color: #1F5CC8;
  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: #1F5CC8;
}

.comp-text-list-06 .box-s:before {
  background-color: #1F5CC8;
  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 盒子背景颜色
 @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: #1F5CC8;
}

.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: -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: #1F5CC8;
}

.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: #1F5CC8;
}

.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: -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: #1F5CC8;
}

.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: -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: #1F5CC8;
}

.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: -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: -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: #1F5CC8;
}

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

.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: -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: #1F5CC8;
}

.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: -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: -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: #1F5CC8;
}

.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: -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: #1F5CC8;
}

.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: #1F5CC8;
  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: #1F5CC8;
}

.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: -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: #1F5CC8;
}

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

.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: #1F5CC8;
  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: #1F5CC8;
}

.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: #1F5CC8;
}

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

.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: #1F5CC8;
}

.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: #1F5CC8;
}

/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 {
  padding: 0 30px;
}

.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-01 .info-top {
  position: relative;
  padding: 15px 20px 17px 30px;
  margin-bottom: 40px;
  background: #FFF url(LHD2025-ry-detail-bg.png) no-repeat center center;
  background-size: cover !important;
  min-height: 270px;
}

.comp-personnel-details-01 .info-top .box-img {
  float: right;
  position: static;
  width: 180px;
  height: 238px;
  background: #0058ab;
  background: linear-gradient(#00a1e9, #0058ab);
  /* padding: 3px; */
  margin-left: 20px;
}

.comp-personnel-details-01 .info-top .box-info {
  overflow: hidden;
  color: #444444;
}

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

.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 20px;
  margin-bottom: 25px;
  float: left;
  width: 50%;
  padding-right: 10px;
}

.comp-personnel-details-01 .info-top .box-info .box-s div {
  display: inline;
}

.comp-personnel-details-01 .info-groups .info-title {
  background: #F3F8FD;
  border-left: 4px solid #0058AB;
  padding: 10px 20px;
  color: #444444;
}

.comp-personnel-details-01 .info-groups .info-txt {
  color: #444444;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

/*人员细览  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: 35px;
}

.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: #1F5CC8;
  border: 1px solid #1F5CC8;
  color: #fff;
}

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

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

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

/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  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: 2px solid #e9e9e9;
  padding-bottom: 12px;
}

.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: #797575;
  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: #3F424D;
  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 #c1d1e5;
  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: #D31616;
}

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

.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: 24px;
  height: 24px;
  border: none;
}

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

.share-xl .social-share a.icon-weibo {
  background: url("LHD2025-comm-wb.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: #677588;
}

.bread-crumbs .bread-item a.cur {
  color: #1F5CC8;
}

.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: #677588;
}

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

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

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

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

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

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

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

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

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

.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #1F5CC8;
}

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

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

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

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

.other-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: #1F5CC8;
}

.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: #1F5CC8;
  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 {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}

.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: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

.header {
  background: url(LHD2025-header-bg.png) no-repeat center center;
  background-size: cover !important;
}

.header img {
  display: block;
}

.header .header-logo {
  float: left;
  padding-top: 58px;
  padding-bottom: 58px;
  max-width: 975px;
}

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

.header-other li {
  float: left;
  margin-left: 20px;
}

.header-other li:first-child {
  margin-left: 0;
  margin-right: 20px;
  position: relative;
}

.header-other li:first-child::before {
  position: absolute;
  content: '';
  right: -20px;
  top: 10px;
  width: 1px;
  height: 10px;
  background: #fff;
}

.header-other .header-a {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}

.header-a-ph {
  display: none;
}

/*nav*/
nav.navbar.bootsnav {
  min-height: 50px;
  background: #0058AB;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
}

nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}

nav.navbar.bootsnav ul.nav>li {
  margin: 0;
  padding: 0;
  width: 11.1111%;
}

nav.navbar.bootsnav ul.nav>li>a {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 15px 0px !important;
  margin: 0;
}

nav.navbar.bootsnav ul.nav>li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

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: #0676DF !important;
  color: #FFFFFF !important;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 1px solid #FFF;
  min-width: 100%;
  width: auto;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 8px 15px;
  line-height: 24px;
  background: #0058AB;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover {
  background-color: #0676DF;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li ul {
  top: 0;
  border-top: none;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li ul>li>a {
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  background: #0676df;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li ul>li>a:hover {
  background: #4686e7;
}

nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

nav.navbar.bootsnav ul.nav>li:nth-child(5) ul li ul li {
  min-width: 163%;
}

nav.navbar.bootsnav ul.nav>li:nth-child(5) ul li ul li a {
  text-align: left !important;
}

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

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

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

.search-box .s-inp {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #FFFFFF;
  /* border: 1px solid #0058AB; */
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 30px;
  color: #A7A7A7;
}

.search-box .s-btn {
  background: url("LHD2025-search.png") no-repeat center center;
  top: 8px;
  right: 15px;
  position: absolute;
  z-index: 9;
  width: 15px;
  height: 15px;
}

.search-box input::-webkit-input-placeholder {
  color: #A7A7A7;
}

.search-box input::-moz-placeholder {
  color: #A7A7A7;
}

.search-box input:-moz-placeholder {
  color: #A7A7A7;
}

.search-box input:-ms-input-placeholder {
  color: #A7A7A7;
}

.qzgy-bg {
  background-size: cover !important;
  background: #FFF url(LHD2025-bg.png) no-repeat center bottom;
}

.qzgy-md-7-tlb {
  width: 60.5%;
}

.qzgy-md-5-tlb {
  width: 39.5%;
}

.qzgy-md-7 {
  width: 61.55%;
}

.qzgy-md-5 {
  width: 38.45%;
}

.title-box {
  position: relative;
  margin-bottom: 25px;
}

.title-box .i-title {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 26px;
  cursor: pointer;
}

.title-box span,
.title-box img {
  float: left;
}

.title-box img {
  max-width: 27px;
  max-height: 24px;
  margin-right: 10px;
}

.title-box span a:hover {
  color: #444;
}

.title-box .i-more {
  position: absolute;
  font-size: 14px;
  color: #444444;
  line-height: 26px;
  right: 0;
  top: 0px;
  display: none;
}

.title-box .i-more:hover {
  color: #0049a3;
}

.title-box .i-more:first-child {
  display: block;
}

.title-box .tabber-titlebox .img-h {
  display: none;
}

.title-box .tabber-titlebox .i-title {
  float: left;
  margin-right: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 26px;
}

.title-box .tabber-titlebox .i-title:nth-child(2) {
  margin-right: 0;
}

.title-box .tabber-titlebox .active {
  color: #0049a3;
}

.title-box .tabber-titlebox .active span a {
  color: #0049a3;
}

.title-box .tabber-titlebox .active .img-d {
  display: none;
}

.title-box .tabber-titlebox .active .img-h {
  display: inline-block;
}

.title-box .tabber-titlebox .active:hover span a {
  color: #0049a3;
}

.t-banner {
  margin-top: 40px;
}

.t-banner .owl-dots {
  position: absolute;
  right: 54px;
  bottom: 15px;
  display: block;
  overflow: hidden;
}

.t-banner .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  float: left;
  background: #FFFFFF;
  margin-left: 8px;
}

.t-banner .owl-dots .active {
  background: #0058AB;
}

.lunb-box {
  display: block;
}

.lunb-box .img-box {
  height: 540px;
  overflow: hidden;
}

.lunb-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.lunb-box .lunb-title {
  position: absolute;
  max-width: 633px;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  padding: 7px 27px 7px 27px;
  background: url(LHD2025-lunb-tbg.png) no-repeat center left;
  background-size: 100% 100% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lunb-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.top-left-box {
  background: #FFFFFF url(LHD2025-top-leftbg.png) no-repeat center center;
  background-size: cover !important;
  box-shadow: 0px 0px 13px 0px rgba(0, 73, 163, 0.1);
  min-height: 540px;
  padding: 30px 32px 27px 32px;
}

.top-t-box {
  display: block;
  border-top: 1px dashed rgba(0, 88, 171, 0.23);
  border-bottom: 1px dashed rgba(0, 88, 171, 0.23);
  padding: 15px 0 14px 0;
}

.top-t-box .top-t-title {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 26px;
}

.top-t-box .top-t-desc {
  font-size: 16px;
  color: #8C8C8C;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0 7px 0;
  height: 52px;
}

.top-t-box .top-t-date {
  font-size: 15px;
  color: #A7A7A7;
  line-height: 20px;
}

.top-t-box:hover .top-t-title {
  color: #0049a3;
}

.top-t-box:hover .top-t-date {
  color: #0049a3;
}

.top-t-ul {
  padding-top: 30px;
}

.top-t-ul li {
  padding: 11px 0 11px 0;
}

.top-t-ul li:first-child {
  padding: 0 0 11px 0;
}

.top-t-ul li:last-child {
  padding: 11px 0 0 0;
}

.top-t-ul .top-list {
  display: block;
  position: relative;
  background: url(LHD2025-top-list-icon.png) no-repeat center left;
}

.top-t-ul .top-list:hover .t-list-title {
  color: #0049a3;
}

.top-t-ul .t-list-title {
  font-size: 17px;
  color: #444444;
  line-height: 24px;
  padding: 0 85px 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-t-ul .t-list-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: rgba(140, 140, 140, 0.65);
  line-height: 24px;
}

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

.tab-cont>div:first-child {
  display: block;
}

.m10 {
  margin: 0 -10px;
}

.p10 {
  padding: 0 10px;
}

.box2 {
  margin-top: 40px;
}

.tab-cont {
  padding: 30px 20px 10px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(0, 73, 163, 0.1);
}

.qymt-top {
  display: block;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.27);
  padding-bottom: 10px;
}

.qymt-top .img-box {
  height: 261px;
  overflow: hidden;
  margin-bottom: 17px;
}

.qymt-top .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.qymt-top .qymt-title {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qymt-top .qymt-desc {
  font-size: 14px;
  color: #A7A7A7;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 11px 0 8px 0;
  height: 44px;
}

.qymt-top .qymt-date {
  font-size: 14px;
  color: rgba(167, 167, 167, 0.65);
  line-height: 26px;
}

.qymt-top:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.qymt-top:hover .qymt-title {
  color: #0049a3;
}

.qymt-top:hover .qymt-date {
  color: #0049a3;
}

.qymt-ul {
  padding-top: 16px;
}

.qymt-ul li {
  margin-bottom: 15px;
}

.qymt-ul .qymt-list-a {
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 24px;
  padding: 0 16px 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(LHD2025-top-list-icon.png) no-repeat center left;
}

.qymt-ul .qymt-list-a:hover {
  color: #0049a3;
}

.xs-ul {
  background: #FFFFFF url(LHD2025-xs-ulbg.png) no-repeat center bottom;
  background-size: 100% auto !important;
  box-shadow: 0px 0px 13px 0px rgba(0, 73, 163, 0.1);
  padding: 30px 28px 30px 26px;
  min-height: 539px;
}

.xs-ul li {
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dashed rgba(0, 88, 171, 0.2);
}

.xs-ul li:first-child {
  padding-top: 0;
  border-top: none;
}

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

.xs-ul .xs-list-a {
  display: block;
}

.xs-ul .xs-list-a:hover .xs-list-title {
  color: #0049a3;
}

.xs-ul .xs-date-box {
  float: left;
  width: 48px;
  height: 38px;
  margin-right: 20px;
  padding-top: 5px;
}

.xs-ul .xs-date1 {
  font-size: 18px;
  font-weight: bold;
  color: #0058AB;
  line-height: 19px;
}

.xs-ul .xs-date2 {
  font-size: 12px;
  color: #0058AB;
  opacity: 0.51;
  line-height: 19px;
}

.xs-ul .xs-list-title {
  font-size: 15px;
  color: #444444;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.box3 {
  margin-top: 36px;
}

.yj-list-a {
  display: block;
  transition: all 0.5s;
}

.yj-list-a .img-box {
  height: 196px;
  overflow: hidden;
}

.yj-list-a .img-box img {
  width: 100%;
  height: 100%;
}

.yj-list-a .yj-title {
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(0, 73, 163, 0.1);
  padding: 15px 10px;
}

.yj-list-a .yj-title>div {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 24px;
  text-align: center;
}

.yj-list-a:hover {
  transition: all 0.5s;
  transform: translateY(-7px);
}

.yj-list-a:hover .yj-title>div {
  color: #0058AB;
}

.box4 {
  margin-top: 40px;
}

.box4 .swiper-container {
  overflow: initial;
}

.box4 .gallery-top {
  float: left;
  height: 346px;
  width: calc(100% - 292px);
  border: 4px solid #0058ab;
}

.box4 .gallery-top img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.box4 .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.box4 .gallery-top .swiper-slide::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 75px;
  z-index: 1;
  background: url(LHD2025-ptimg-dashow.png) repeat-x center center;
}

.box4 .gallery-top .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.box4 .gallery-thumbs {
  float: right;
  width: 292px;
  height: 346px;
  background: #034f97;
}

.box4 .gallery-thumbs .swiper-wrapper {
  flex-direction: column;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: calc(100% - 49.5% - 20px) !important;
  position: relative;
  padding-right: 10px;
  padding-left: 6px;
  margin: 5px 0;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide>a {
  background: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  text-align: center;
  line-height: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: 6px;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide .img-box {
  margin-bottom: 12px;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide img {
  margin-right: 0;
  max-width: 22px;
  max-height: 22px;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide img:last-of-type {
  display: none;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide span,
.box4 .gallery-thumbs .swiper-wrapper .swiper-slide img {
  float: left;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide:first-child>a {
  top: 5px;
  bottom: 0px;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(2)>a {
  top: 0;
  bottom: 0px;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide:last-child>a {
  top: 0px;
  bottom: 5px;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
  height: 49.5% !important;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active>a {
  width: calc(100% + 58px);
  right: 0;
  left: -58px;
  top: -5px;
  bottom: -5px;
  color: #FEFEFE;
  text-align: left;
  /* padding: 52px 0 52px 30px; */
  background: url(LHD2025-pt-btn2.png) no-repeat center center;
  background-size: cover !important;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active img {
  margin-right: 20px;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active img:first-of-type {
  display: none;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active img:last-of-type {
  display: inline-block;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active:first-child>a {
  top: -5px;
  background: url(LHD2025-pt-btn1.png) no-repeat center center;
}

.box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active:last-child>a {
  bottom: -5px;
  background: url(LHD2025-pt-btn3.png) no-repeat center center;
}

.box4 .tab-cont {
  background: #FFFFFF url(LHD2025-xs-ulbg.png) no-repeat center bottom;
}

.box5-right .tab-cont {
  min-height: 346px;
}

.qzgy-md-7 .tab-cont {
  min-height: 540px;
}

.box4-left {
  border-radius: 4px 4px 4px 0px;
  overflow: hidden;
}

.zptz-ul {
  padding: 0 10px 0 10px;
}

.zptz-ul li {
  margin-bottom: 18px;
}

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

.zptz-ul .zptz-list-a {
  display: block;
}

.zptz-ul .zptz-list-a:hover .zptz-list-title {
  color: #0049a3;
}

.zptz-ul .zptz-date-box {
  float: left;
  width: 58px;
  height: 58px;
  background: #0058AB;
  border-radius: 4px;
  margin-right: 20px;
  text-align: center;
  padding-top: 11px;
}

.zptz-ul .zptz-date1 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  line-height: 18px;
}

.zptz-ul .zptz-date2 {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 32px;
  line-height: 19px;
}

.zptz-ul .zptz-list-title {
  font-size: 15px;
  color: #444444;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 8px;
  height: 50px;
}

.box5 {
  margin-top: 44px;
}

.box5 .ui-select-wrap {
  background: #FFF;
  border-radius: 6px;
  height: 44px;
  border: 1px solid #B7D6F4;
  margin-bottom: 50px;
}

.box5 .ui-select-input {
  font-size: 16px;
  color: #333333;
  line-height: 44px;
  padding-left: 30px;
  padding-right: 50px;
  right: 0;
}

.box5 .ui-select-arrow {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-top-color: #333333;
}

.box5 .ui-select-list {
  top: 44px;
}

.box5 .ui-select-wrap.up .ui-select-list {
  bottom: 44px;
}

.footer {
  background: #0058AB url(LHD2025-foot-bg.png) no-repeat center center;
  background-size: cover;
  padding: 35px 0 30px 0;
  /* text-align: center; */
}

.footer .foot-logo {
  float: left;
  width: 270px;
  margin-right: 40px;
  margin-top: 13px;
}

.footer .foot-logo img {
  width: 100%;
  height: 100%;
}

.footer .info {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.footer .info::before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 1px;
  background: #80ACD5;
  height: 84px;
}

.footer .info a:hover {
  text-decoration: underline;
}

.footer .info span,
.footer .info a {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}

.foot-hybsf {
  display: inline-block;
  width: 25px;
}

.foot-hybsf a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.sydw-logo {
  float: right;
  width: 52px;
  height: 63px;
  margin-top: 20px;
}

.sydw-logo img {
  width: 100%;
  height: 100%;
}


.qzgy-ny-box {
  background-position: top 150px center !important;
  min-height: calc(100vh - 430px);
  padding: 40px 0 50px 0;
}

.qzgy-ny-box .ny-cont-3 {
  width: 22.38%;
}

.qzgy-ny-box .ny-cont-9 {
  width: 77.62%;
}

.other-menu {
  margin-right: 0;
}

.other-menu .menu-title {
  background: url(LHD2025-menu-t-bg.png) no-repeat center;
  background-size: cover;
  min-height: 90px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 27px 30px;
  border-bottom: none;
}

.other-menu .menu-cont {
  background: #EAF3FC;
  padding: 8px 0 8px 10px;
}

.other-menu .menu-cont .box-a {
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  margin-right: 10px;
}

.other-menu .menu-cont .box-a:last-child {
  border-bottom: none;
}

.other-menu .menu-cont .box-a:hover,
.other-menu .menu-cont .box-a.active,
.other-menu .menu-cont .box-a.other-active {
  margin-right: 0;
  background: #FFF;
  border-left: 3px solid #0058AB;
}

.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title,
.other-menu .menu-cont .box-a.other-active .a-title {
  padding: 14px 30px 12px 30px;
  background: transparent;
  color: #0058AB;
  font-weight: bold;
}

.other-menu .menu-cont .box-a:hover .a-title:after,
.other-menu .menu-cont .box-a.active .a-title:after,
.other-menu .menu-cont .box-a.other-active .a-title:after {
  right: 40px;
  background: url(LHD2025-a-title2.png) no-repeat center right;
}

.other-menu .menu-cont .box-a.active-xl .a-title:after {
  transform: rotate(90deg);
}

.other-menu .menu-cont .a-title {
  padding: 14px 30px 12px 33px;
  font-weight: 400;
  color: #444444;
}

.other-menu .menu-cont .a-title::before {
  display: none;
}

.other-menu .menu-cont .a-title:after {
  content: '';
  width: 16px;
  height: 16px;
  right: 30px;
  top: 20px;
  background: url(LHD2025-a-title.png) no-repeat center right;
}

.other-menu .menu-cont .down-menu {
  padding-bottom: 0px;
  padding-left: 42px;
  padding-right: 46px;
}

.other-menu .menu-cont .down-menu>li {
  border-bottom: 1px solid #EAF3FC;
}

.other-menu .menu-cont .down-menu>li:last-child {
  border-bottom: none;
}

.other-menu .menu-cont .down-menu a {
  padding: 16px 0px 16px 0px;
  line-height: 18px;
  font-size: 14px;
  color: #444444;
}

.other-menu .menu-cont .down-menu a:after {
  display: none;
}

.other-menu .menu-cont .down-menu a:hover,
.other-menu .menu-cont .down-menu a.active {
  color: #0676DF;
}

.leftNavigation li ul {
  display: none;
}

.leftNavigation li.active ul {
  display: block;
}

.ny-right {
  background: #FFFFFF;
  padding: 0 0px 20px 0px;
}

.right-top {
  border-bottom: 1px solid rgba(0, 88, 171, 0.2);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.right-top .ny-r-title {
  float: left;
  font-weight: bold;
  color: #0058AB;
  line-height: 26px;
  padding-left: 24px;
  background: url(LHD2025-ny-r-title-icon.png) no-repeat center left;
  position: relative;
  max-width: 320px;
}

.right-top .ny-r-title::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -21px;
  height: 3px;
  background: #0058AB;
}

.right-top .bread-crumbs {
  float: right;
  color: #555555;
}

.right-top .bread-crumbs .bread-item-groups {
  line-height: 26px;
  padding-left: 30px;
  background: url(LHD2025-bread-icon.png) no-repeat center left;
}

.right-top .bread-crumbs .bread-item a {
  color: #555555;
  font-size: 14px;
}

.right-top .bread-crumbs .bread-item a:last-child {
  color: #0058AB;
}

.right-top .bread-crumbs .bread-item>span:before {
  color: #555555;
  display: none;
}

.fy-box {
  margin-top: 30px;
}

.comp-pages {
  padding-top: 0px;
  padding-bottom: 20px;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  padding-left: 8px;
  padding-right: 8px;
}

.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: #0F5CC4;
  border: 1px solid #0F5CC4;
  color: #fff;
}

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

.comp-pages .page-phone {
  background: #0F5CC4;
}

.details-page {
  color: #444444;
}

.details-page .detail-top {
  margin-bottom: 35px;
  border-bottom: none;
  padding-bottom: 0px;
}

.details-page .detail-top .title-s {
  max-width: 90%;
  color: #444444;
  font-size: 22px;
  line-height: 30px;
}

.details-page .detail-top .top-other {
  color: #444444;
  margin-top: 35px;
  background: rgba(185, 221, 255, 0.45);
  padding: 0 30px;
}

.details-page .detail-top .top-other .other-info {
  font-size: 14px;
  line-height: 40px;
}

.details-page .detail-top .top-other span {
  margin-right: 30px;
}

.details-page .detail-top .top-other .other-share {
  line-height: 40px;
}

.details-page .detail-top .top-other .other-share a:first-child {
  margin-right: 15px;
}

.details-page .main-cont {
  color: #444444;
  padding: 0 30px;
}

.details-page .main-cont p {
  line-height: 32px;
}

.leader-box {
  padding: 0 30px;
}

.leader-box .row .col-sm-5ths:nth-child(5n+1) {
  clear: left;
}

.leader-box .top-leader {
  display: block;
  width: 160px;
  margin: 0 auto 35px auto;
}

.leader-box .m-leader {
  display: block;
  margin-bottom: 15px;
}

.leader-box .top-leader:hover .img-box img,
.leader-box .m-leader:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.leader-box .top-leader:hover .leader-name,
.leader-box .m-leader:hover .leader-name {
  color: #0058AB;
}

.leader-box .img-box {
  background: #0058AB;
  /* padding: 3px; */
  height: 212px;
  overflow: hidden;
  margin-bottom: 18px;

}


.footer .f-top {
  position: relative;
  padding-bottom: 0;
}

.footer .f-m {
  text-align: left;
}

.footer .f-right {
  position: absolute;
  bottom: 24px;
  right: 0;
}




.leader-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.leader-box .leader-info {
  text-align: center;
  color: #444444;
  line-height: 20px;
}

.leader-box .leader-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.leader-box .leader-zw {
  font-size: 16px;
  font-weight: 400;
}

.m28 {
  margin: 0 -28px;
}

.p28 {
  padding: 0 28px;
}

.leader-xilan {
  padding: 0 30px;
}

.leader-xilan .img-box {
  float: left;
  width: 198px;
  height: 262px;
  overflow: hidden;
  margin-right: 20px;
}

.leader-xilan .img-box img {
  width: 100%;
  height: 100%;
}

.leader-xilan .l-xilan-info {
  overflow: hidden;
}

.leader-xilan .l-xilan-info p {
  font-size: 16px;
  color: #444444;
  line-height: 32px;
  text-align: justify;
}

.leader-xilan .l-xilan-top {
  background: #EAF3FC;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.leader-xilan .l-xilan-top span {
  font-size: 16px;
  color: #444444;
  line-height: 16px;
  display: inline-block;
}

.leader-xilan .l-xilan-top span:last-child {
  transform: translateY(-2px);
}

.leader-xilan .l-xilan-top .l-xilan-name {
  color: #0058AB;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-right: 20px;
}

.ry-list {
  padding: 0 30px;
}

.ry-list .row .peplist:nth-child(6n+1) {
  clear: left;
}

.ry-box {
  display: block;
  margin-bottom: 40px;
}

.ry-box .img-box {
  background: #0058ab;
  background: linear-gradient(#00a1e9, #0058ab);
  padding: 0;
  height: 192px;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.ry-box .img-box img {
  width: 100%;
  height: 100%;
}

.ry-box .ry-name {
  font-size: 16px;
  color: #444444;
  line-height: 18px;
  text-align: center;
}

.ry-box .ry-name span {
  display: block;
  width: 100%;
  text-align: center;
}

.ry-box .ry-name span:first-child {
  margin-bottom: 5px;
}

.ry-box:hover .img-box {
  transform: translateY(-7px);
  transition: all 0.5s;
}

.ry-box:hover .ry-name {
  color: #0058ab;
}

.comp-personnel-details-01 {
  padding: 0 30px;
}

.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 15px 20px 17px 30px;
  margin-bottom: 40px;
  background: #FFF url(LHD2025-ry-detail-bg.png) no-repeat center center;
  background-size: cover !important;
  min-height: 270px;
}

.comp-personnel-details-01 .info-top .box-img {
  float: right;
  position: static;
  width: 180px;
  height: 238px;
  background: #0058ab;
  background: linear-gradient(#00a1e9, #0058ab);
  /* padding: 3px; */
  margin-left: 20px;
}

.comp-personnel-details-01 .info-top .box-info {
  overflow: hidden;
  color: #444444;
}

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

.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 20px;
  margin-bottom: 25px;
  float: left;
  width: 50%;
  padding-right: 10px;
}

.comp-personnel-details-01 .info-top .box-info .box-s div {
  display: inline;
}

.comp-personnel-details-01 .info-groups .info-title {
  background: #F3F8FD;
  border-left: 4px solid #0058AB;
  padding: 10px 20px;
  color: #444444;
}

.comp-personnel-details-01 .info-groups .info-txt {
  color: #444444;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.tw1-list {
  padding-left: 30px;
}

.tw1-ul li {
  margin-bottom: 40px;
}

.tw1-ul li:last-child {
  margin-bottom: 20px;
}

.tw1-box {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(0, 73, 163, 0.1);
}

.tw1-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.tw1-box .img-box {
  float: left;
  width: 340px;
  height: 225px;
  overflow: hidden;
}

.tw1-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.tw1-box .tw-info {
  overflow: hidden;
  padding: 28px 30px 28px 30px;
}

.tw1-box .tw1-title {
  font-size: 18px;
  font-weight: bold;
  color: #0058AB;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tw1-box .tw1-desc {
  font-size: 14px;
  color: #909090;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 96px;
  margin: 12px 0 18px 0;
}

.tw1-box .more-btn {
  font-size: 14px;
  color: #A7A7A7;
  text-align: right;
}

.tw2-list {
  padding: 0 30px;
}

.tw2-box {
  display: block;
  margin-bottom: 30px;
}

.tw2-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.tw2-box .img-box {
  height: 212px;
  overflow: hidden;
  position: relative;
}

.tw2-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.tw2-box .tw2-date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(6, 118, 223, 0.78);
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px 20px 9px 20px;
}

.tw2-box .tw-info {
  background: #FFFFFF;
  padding: 17px 20px 15px 20px;
  box-shadow: 0px 3px 8px 0px rgba(23, 36, 161, 0.07);
}

.tw2-box .tw2-title {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 61px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #eaf3fc;
  margin-bottom: 11px;
}

.tw2-box .tw2-desc {
  font-size: 14px;
  color: #909090;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 60px;
}

.tw3-list {
  padding: 0 30px;
}

.tw3-ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7F4FF;
}

.tw3-box {
  display: block;
}

.tw3-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.tw3-box:hover .tw3-title {
  color: #0058AB;
}

.tw3-box .img-box {
  float: left;
  width: 220px;
  height: 146px;
  margin-right: 20px;
  overflow: hidden;
}

.tw3-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.tw3-box .tw-info {
  overflow: hidden;
}

.tw3-box .tw3-title {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tw3-box .tw3-desc {
  font-size: 14px;
  color: #A7A7A7;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  margin: 16px 0;
}

.tw3-box .tw3-date {
  font-size: 14px;
  color: #ADADAD;
  line-height: 18px;
}

.tw4-list {
  padding: 0 30px;
}

.tw4-ul>li {
  margin-bottom: 50px;
}

.tw4-ul>li:last-child {
  margin-bottom: 0;
}

.gjhz-more-btn {
  display: block;
  font-size: 14px;
  color: #444444;
  line-height: 22px;
  border-bottom: 1px dashed #BEDFFF;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.gjhz-more-btn span {
  font-size: 16px;
  font-weight: bold;
}

.gjhz-more-btn:hover {
  color: #0058AB;
}

.tw4-box {
  display: block;
}

.tw4-box .img-box {
  float: left;
  margin-right: 30px;
  width: 340px;
}

.tw4-box .tw4-title {
  overflow: hidden;
  font-size: 16px;
  color: #444444;
  line-height: 28px;
  text-align: justify;
}

.tw4-box .left-cont {
  float: left;
  width: 340px;
  margin-right: 30px;
}

.tw4-box .left-cont .tw4-title-last {
  font-size: 16px;
  color: #444444;
  line-height: 24px;
  margin-top: 14px;
}

.tw4-box .right-gjhz-ul {
  overflow: hidden;
}

.tw4-box .right-gjhz-ul li {
  padding: 10px 0 10px 0;
}

.tw4-box .right-gjhz-ul li:first-child {
  padding: 0 0 10px 0;
}

.tw4-box .right-gjhz-ul li:last-child {
  padding: 10px 0 0 0;
}

.tw4-box .right-gjhz-ul .gjhz-list {
  display: block;
  position: relative;
  background: url(LHD2025-top-list-icon.png) no-repeat center left;
}

.tw4-box .right-gjhz-ul .gjhz-list:hover .gjhz-list-title {
  color: #0049a3;
}

.tw4-box .right-gjhz-ul .gjhz-list-title {
  font-size: 15px;
  color: #444444;
  line-height: 24px;
  padding: 0 85px 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tw4-box .right-gjhz-ul .gjhz-list-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: rgba(167, 167, 167, 0.65);
  line-height: 24px;
}

.wz1-list {
  padding: 0 30px;
}

.wz1-ul li {
  border-bottom: 1px dashed #e1edf9;
  padding: 10px 0 10px 0;
}

.wz1-ul li:first-child {
  padding: 0 0 10px 0;
}

.zw1-box {
  display: block;
  position: relative;
  background: url(LHD2025-top-list-icon.png) no-repeat center left;
}

.zw1-box:hover .zw1-title {
  color: #0049a3;
}

.zw1-box .zw1-title {
  font-size: 15px;
  color: #444444;
  line-height: 24px;
  padding: 0 85px 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zw1-box .zw1-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: rgba(167, 167, 167, 0.65);
  line-height: 24px;
}

.wz2-list {
  padding: 0 30px;
}

.wz2-top-tbox {
  background: #EAF3FC;
  border-left: 3px solid #0058AB;
  padding: 0 10px;
  margin-bottom: 30px;
}

.wz2-top-tbox .top-t {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 40px;
}

.wz2-top-tbox .top-t-more {
  float: right;
  font-size: 14px;
  color: #444444;
  line-height: 40px;
}

.wz2-ul {
  margin-bottom: 40px;
}

.xswyh {
  padding: 0 30px;
  font-size: 16px;
  color: #444444;
  line-height: 24px;
}

.lw-list {
  padding: 0 30px;
}

.lw-box {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px rgba(23, 36, 161, 0.07);
  padding: 20px 20px;
  margin-bottom: 30px;
  transition: all 0.5s;
  overflow: hidden;
}

.lw-box:hover {
  transition: all 0.5s;
  transform: translateY(-7px);
}

.lw-box:hover .lw-t {
  color: #0058AB;
}

.lw-box .lw-t {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dashed rgba(0, 88, 171, 0.2);
  padding-bottom: 15px;
  margin-bottom: 19px;
}

.lw-box .lw-zb {
  font-size: 14px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 12px;
}

.lw-box .lw-b {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  line-height: 20px;
}

.lw-box .lw-b span:first-child {
  color: #0058AB;
}

.lw-box .lw-cbs {
  margin-right: 40px;
}

.call-cont {
  overflow: hidden;
  background: #F7FAFE;
  float: left;
  width: 30%;
  min-height: 450px;
  position: relative;
}

.call-cont>div {
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  position: absolute;
  min-width: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map {
  float: left;
}

.zz-table td {
  border: 1px solid #CCDEEE;
  font-size: 16px;
  color: #444444;
  line-height: 25px;
  padding: 17px 10px 17px 80px;
}

.zz-table td:first-child {
  max-width: 200px;
  width: 200px;
  background: #EAF3FC;
}

.form-table-01 {
  overflow: hidden;
  overflow-x: auto;
}

.form-table-01 .table-s {
  min-width: 600px;
}

.form-table-01 .table-s table {
  margin: 0;
}

.form-table-01 .table-s thead {
  background: #f5f7fb;
}

.form-table-01 .table-s thead tr th {
  font-size: 15px;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.form-table-01 .table-s tbody tr td {
  font-size: 15px;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.form-table-01 .table-s tbody tr td a {
  color: #333;
}

.form-table-01 .table-s tbody tr td a:hover {
  color: #0058AB;
}

.form-table-01 .table-s thead tr th:nth-child(1) {
  width: 8%;
}

.form-table-01 .table-s thead tr th:nth-child(2) {
  width: 50%;
}

.form-table-01 .table-s thead tr th:nth-child(3) {
  width: 20%;
}

.form-table-01 .table-s thead tr th:nth-child(4) {
  width: 11%;
}

.form-table-01 .table-s thead tr th:nth-child(5) {
  width: 11%;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom: 0 !important;
}