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

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

  .h20 {
    font-size: 18px;
  }
}

/*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: #f5f7fb;
}

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

.comp-text-list-01 .box-s .box-title {
  color: #333;
  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: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}

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

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

.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: #333;
  background: #f5f7fb;
}

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

.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: #f5f7fb;
  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: #333;
  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: #3D55A7;
  background-image: url("comm-img-04.png");
}

.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  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: #333;
}

.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: #3D55A7;
  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: #333;
}

.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  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: #666;
}

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

.comp-text-list-07 .box-s .box-date {
  color: #333;
  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: #333;
  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: #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: #666;
}

.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: #f5f7fb;
  padding: 20px;
}

.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  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: #666;
}

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

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

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

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

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

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

.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #3D55A7;
  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: #333;
}

.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  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: #333;
  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: #666;
  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: #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: #3D55A7;
  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: #666;
  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: #333;
  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: #666;
  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: #3D55A7;
}

.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: #666;
  margin-bottom: 10px;
}

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

/*人员列表  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: #666;
  line-height: 2;
  text-align: justify;
}

.comp-personnel-details-01 .details-info {
  color: #666;
  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: #f5f7fb;
  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: #f5f7fb;
  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: #666;
  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: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}

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

.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3D55A7;
  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("comm-wx.png");
  background-size: contain;
}

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

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

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

.other-menu .menu-title {
  background: #3D55A7;
  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: #f5f7fb;
}

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

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

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

/*此文件写网站剩余样式*/
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
}

.container {
  *zoom: 1;
}

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

a[href]:after {
  content: normal;
}

*:focus {
  outline: none;
}

@media (min-width: 1280px) {
  .container {
    width: 1254px;
  }
}

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

.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}

.up-search-box .middle-cont {
  width: 100%;
}

.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url(swdc-icon2.png) no-repeat center center;
  background-size: contain;
}

.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}

.search-box {
  background: #eaedfa;
  border-bottom: 4px solid #004098;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.search-box .s-inp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  padding-left: 15px;
}

.search-box .s-btn {
  height: 62px;
  line-height: 62px;
  width: 62px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}

.search-box .s-btn::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #004098;
}

.top-logo {
  display: block;
  width: 274px;
  overflow: hidden;
}

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

.header-right {
  margin-top: 22px;
}

.head-right-top {
  float: right;
  width: 18px;
  height: 18px;
  background: url(swdc-icon1.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 60px;
  margin-top: 7px;
  top: 1px;
  position: relative;
  cursor: pointer;
}

.head-right-top::before {
  position: absolute;
  content: '';
  left: -30px;
  width: 1px;
  height: 15px;
  background: #E5E5E5;
}

nav.navbar.bootsnav {
  min-height: 120px;
  padding: 18px 100px 17px;
  background: #FFFFFF;
  border: none;
  border-top: 10px solid #004098;
  background-size: cover;
  box-shadow: none;
  z-index: 999;
  position: relative;
}

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

nav.navbar.bootsnav ul.nav {
  float: none;
}

nav.navbar.bootsnav ul.nav>li {
  margin-right: 27px;
  padding: 0;
}

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

nav.navbar.bootsnav ul.nav>li>a {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
}

nav.navbar.bootsnav ul.nav>li>a::after {
  display: none;
}

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: transparent !important;
  color: #004098 !important;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: none;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #FFF;
  min-width: 160px;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
  border-bottom: none;
  color: #333;
  margin: 0;
  padding: 10px 6px;
  line-height: 20px;
  background: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover {
  background-color: rgba(93, 137, 202, 0.17);
  color: #215095;
}

nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 46px 0px rgba(67, 86, 116, 0.19);
}

.index-box1 {
  position: relative;
}

.index-box1 .swiper-pagination {
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.index-box1 .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  border: 3px solid transparent;
  background: transparent;
  border-radius: 50%;
  opacity: 0.8;
  margin-left: 0;
  position: relative;
}

.index-box1 .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #F2F3F5;
  border-radius: 50%;
}

.index-box1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #FFFFFF;
  opacity: 1;
}

.index-box1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #FFF;
}

.index-box1 .swiper-slide-active .banner-box .info-cont {
  -webkit-animation: fadeInUp 0.5s both 1s;
  animation: fadeInUp 0.5s both 1s;
}

.banner-box {
  display: block;
  height: calc(100vh - 120px);
}

.banner-box>div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner-box>div::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  z-index: 1;
}

.banner-box>div::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(swdc-bg1.png) no-repeat left bottom;
  background-size: cover;
}

.banner-box>div .container {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.banner-box>div .info-cont {
  width: 600px;
  margin-bottom: 250px;
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}

.banner-box>div .info-cont:hover .more {
  margin-left: 20px;
}

.banner-box>div .title {
  font-size: 54px;
  color: #FFFFFF;
  line-height: 78px;
  margin-bottom: 25px;
}

.banner-box>div .desc {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 43px;
  max-height: 128px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.banner-box>div .more {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 8px;
  line-height: 23px;
  position: relative;
  transition: all 0.5s;
}

.banner-box>div .more::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -8px;
  width: 95px;
  height: 11px;
  background: url(swdc-bg2.png) no-repeat center bottom;
  background-size: 100% 100%;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-box2 {
  padding-top: 40px;
  padding-bottom: 26px;
}

.index-box2 .col-md-3:nth-child(4n+1) {
  clear: left;
}

.index-box2-link {
  display: block;
  margin-bottom: 30px;
}

.index-box2-link .img-box {
  height: 185px;
  overflow: hidden;
  margin-bottom: 24px;
}

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

.index-box2-link .title {
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  margin-bottom: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-box2-link .desc {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  height: 84px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-box2-link:hover .img-box img {
  transform: scale(1.1);
}

.index-box2-link:hover .title {
  color: #004098;
}

.index-box3 {
  padding-bottom: 74px;
}

.m25 {
  margin: 0 -25px;
}

.p25 {
  padding: 0 25px;
}

.col-swdc-8 {
  width: 66.207%;
}

.col-swdc-4 {
  width: 33.793%;
}

.index-title {
  margin-bottom: 36px;
  padding-bottom: 17px;
  border-bottom: 3px solid #000000;
}

.index-title div:nth-child(1) {
  font-size: 40px;
  color: #000000;
  line-height: 50px;
}

.index-title div:nth-child(2) {
  font-size: 16px;
  color: #666666;
  line-height: 23px;
}

.xsdt-list li {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 24px;
  margin-bottom: 36px;
}

.xsdt-list li a {
  display: block;
  width: 100%;
}

.xsdt-list li a:hover .title {
  color: #004098;
}

.xsdt-list li .img-box {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.xsdt-list li .img-box img {
  display: block;
  width: 100%;
}

.xsdt-list li .title {
  font-weight: bold;
  font-size: 24px;
  color: #004098;
  line-height: 30px;
  max-height: 60px;
  margin-bottom: 10px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xsdt-list li .date {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-bottom: 23px;
}

.xsdt-list li .desc {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  max-height: 84px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.xsdt-list-more {
  display: block;
  margin: 0 auto;
  width: 144px;
  height: 40px;
  background: #E8E8E8;
  font-size: 16px;
  color: #808080;
  line-height: 40px;
  text-align: center;
}

.xsdt-list-more:hover {
  color: #004098;
}

.mb50 {
  margin-bottom: 50px;
}

.wenz-list ul li {
  margin-bottom: 26px;
}

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

.wenz-list ul li a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.wenz-list ul li a span {
  color: #004098;
}

.wenz-list ul li a:hover {
  text-decoration: underline;
}

.lift-list li {
  margin-bottom: 30px;
}

.lift-list li:last-child {
  margin-bottom: 0;
}

.lift-list li a {
  display: block;
  height: 248px;
  position: relative;
  overflow: hidden;
}

.lift-list li a::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 111px;
  background: url(swdc-bg3.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 1;
}

.lift-list li a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.lift-list li a .title {
  position: absolute;
  left: 37px;
  right: 37px;
  bottom: 24px;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  z-index: 1;
}

.lift-list li a:hover img {
  transform: scale(1.1);
}

.link-list li {
  margin-bottom: 19px;
}

.link-list li:last-child {
  margin-bottom: 0;
}

.link-list li a {
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.link-list li a:hover {
  color: #004098;
}

.footer {
  padding: 46px 0 10px;
  background: #0E0E0E;
}

.footer .foot-link-group {
  float: left;
  margin-right: 95px;
}

.footer .foot-link-group .title {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 23px;
}

.footer .foot-link-group ul li {
  margin-bottom: 16px;
}

.footer .foot-link-group ul li:last-child {
  margin-bottom: 0;
}

.footer .foot-link-group ul li a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.footer .foot-link-group ul li a:hover {
  text-decoration: underline;
}

.footer .foot-link-right {
  float: left;
}

.footer .foot-link-right li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.footer .foot-link-right li:last-child {
  margin-bottom: 0;
}

.footer .foot-link-right .icon-box {
  width: 33px;
  height: 33px;
  border: 1px solid #B8B8B8;
  border-radius: 50%;
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .foot-link-right p {
  font-size: 16px;
  color: #B8B8B8;
  line-height: 33px;
}

.footer .foot-bottom {
  margin-top: 38px;
  padding: 20px 0 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.footer .foot-bottom span,
.footer .foot-bottom a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  display: inline-block;
  margin-right: 10px;
}

.footer .foot-bottom span:last-child,
.footer .foot-bottom a:last-child {
  margin-right: 0;
}

.footer .foot-bottom span img,
.footer .foot-bottom a img {
  width: 18px;
  height: 20px;
  margin-right: 10px;
  margin-top: -3px;
}

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

/*内页*/
.ny-box {
  padding: 20px 0 50px;
  background: #F8F8F8;
  min-height: calc(100vh - 476px);
}

.bread-crumbs {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  margin-bottom: 30px;
}

.bread-crumbs .bread-item a {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}

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

.bread-crumbs .bread-item a:last-child {
  color: #004098;
}

.bread-crumbs .bread-item>span {
  padding: 0 5px;
}

.bread-crumbs .bread-item>span::before {
  display: none;
}

.yjly-top-title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 58px;
  text-align: center;
  margin-bottom: 22px;
}

.yjly-top-subtitle {
  font-size: 24px;
  color: #383838;
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.yjly-cont {
  background: #FFFFFF;
  padding: 80px 100px;
}

.yjly-cont .yjly-top-txt img {
  width: 100%;
  display: block;
  margin: 0 auto 55px;
}

.yjly-cont .yjly-top-txt .ktzcy {
  margin-bottom: 40px;
  background: #F8F8F8;
  padding: 20px 40px;
}

.yjly-cont .yjly-top-txt .ktzcy span {
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #383838;
  line-height: 40px;
  margin-right: 30px;
}

.yjly-cont .yjly-top-txt .ktzcy ul {
  overflow: hidden;
}

.yjly-cont .yjly-top-txt .ktzcy ul li {
  float: left;
  width: 11.1111%;
  font-size: 18px;
  color: #383838;
  line-height: 40px;
}

.yjly-cont .yjly-top-txt .txt {
  font-size: 18px;
  color: #383838;
  line-height: 40px;
  text-align: justify;
}

.yjly-cont .yjly-tab-title {
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 3px solid #000000;
}

.yjly-cont .yjly-tab-title div {
  float: left;
  font-weight: bold;
  font-size: 24px;
  color: #383838;
  line-height: 35px;
  padding: 18px 50px;
  cursor: pointer;
}

.yjly-cont .yjly-tab-title div.active {
  background: #004098;
  color: #fff;
}

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

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

.yjly-cont .tab-main-title {
  font-size: 24px;
  color: #004098;
  line-height: 35px;
  margin-bottom: 37px;
  text-align: center;
}

.yjly-cont .tab-main-txt {
  font-size: 20px;
  color: #383838;
  line-height: 29px;
}

.yjly-cont .tab-main-txt p,
.yjly-cont .tab-main-txt div {
  margin-bottom: 10px;
}

.yjly-cont .tab-main-txt img {
  max-width: 100%;
  width: auto;
  background: #FFFFFF;
  border: 1px solid #E5E5E5 !important;
  padding: 40px;
  margin: 0 auto;
}

.m25 {
  margin: 0 -25px;
}

.p25 {
  padding: 0 25px;
}

.col-ny-3 {
  width: 19.311%;
}

.col-ny-9 {
  width: 80.689%;
}

.left-nav {
  background: #FFFFFF;
}

.left-nav .menu-title {
  padding: 22px 30px;
}

.left-nav .menu-title div {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.left-nav .menu-title div:nth-child(1) {
  font-size: 34px;
  color: #000000;
  line-height: 40px;
}

.left-nav .menu-cont {
  padding: 6px 0 80px;
}

.left-nav .menu-cont .box-a {
  margin-bottom: 19px;
}

.left-nav .menu-cont .box-a:last-child {
  margin-bottom: 0;
}

.left-nav .menu-cont .box-a:hover .a-title,
.left-nav .menu-cont .box-a.active .a-title {
  color: #215095;
}

.left-nav .menu-cont .box-a:hover .a-title::before,
.left-nav .menu-cont .box-a.active .a-title::before {
  opacity: 1;
}

.left-nav .menu-cont .box-a .a-title {
  display: block;
  font-size: 16px;
  color: #000000;
  padding: 0 30px;
  line-height: 26px;
  position: relative;
}

.left-nav .menu-cont .box-a .a-title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  opacity: 0;
  width: 8px;
  height: 18px;
  background: #004098;
}

.ny-right-box .right-title-top {
  font-size: 28px;
  color: #000000;
  line-height: 34px;
  margin-bottom: 35px;
  padding-bottom: 23px;
  border-bottom: 3px solid #000000;
}

.comp-pages {
  padding-top: 0;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  font-size: 16px;
  color: #000000;
  border: none;
  background: none;
}

.comp-pages .page-pc span {
  background: none;
  border: none;
  color: #004098;
}

.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: none;
  border: none;
  color: #004098;
}

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

.ry-list-top {
  margin-bottom: 36px;
}

.ry-list-top a {
  display: block;
}

.ry-list-top a:hover .img-box img {
  transform: scale(1.1);
}

.ry-list-top a:hover .title {
  color: #004098;
}

.ry-list-top .img-box {
  float: left;
  width: 150px;
  height: 192px;
  margin-right: 30px;
  overflow: hidden;
}

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

.ry-list-top .info {
  overflow: hidden;
}

.ry-list-top .title {
  font-size: 24px;
  color: #383838;
  line-height: 35px;
  margin-bottom: 24px;
}

.ry-list-top .zw {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: justify;
}

.ry-list-top .desc {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  height: 84px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ry-list-list {
  overflow: hidden;
}

.ry-list-list .col-sm-6:nth-child(2n+1) {
  clear: left;
}

.ry-list-a {
  display: block;
  margin-bottom: 36px;
}

.ry-list-a .img-box {
  float: left;
  width: 150px;
  height: 192px;
  margin-right: 30px;
  overflow: hidden;
}

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

.ry-list-a .info {
  overflow: hidden;
}

.ry-list-a .title {
  font-size: 24px;
  color: #383838;
  line-height: 35px;
  margin-bottom: 24px;
}

.ry-list-a .zw {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: justify;
}

.ry-list-a .desc {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  height: 84px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ry-list-a:hover .img-box img {
  transform: scale(1.1);
}

.ry-list-a:hover .title {
  color: #004098;
}

.ry-detail .left-cont {
  float: left;
  width: 230px;
  margin-right: 50px;
}

.ry-detail .left-cont .img-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

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

.ry-detail .left-cont .title {
  font-size: 24px;
  color: #383838;
  line-height: 30px;
  margin-bottom: 15px;
}

.ry-detail .left-cont ul li span {
  float: left;
  font-size: 16px;
  color: #383838;
  line-height: 34px;
}

.ry-detail .right-cont {
  overflow: hidden;
}

.ry-detail .right-cont p,
.ry-detail .right-cont div {
  font-size: 16px;
  color: #383838;
  line-height: 28px;
}

.yjcg-box {
  position: relative;
}

.yjcg-box .tab-title {
  position: absolute;
  right: 0;
  top: -49px;
  z-index: 1;
}

.yjcg-box .tab-title li {
  float: left;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  border-bottom: 6px solid transparent;
  padding-bottom: 10px;
  cursor: pointer;
  margin-right: 50px;
}

.yjcg-box .tab-title li:last-child {
  margin-right: 0;
}

.yjcg-box .tab-title li.active,
.yjcg-box .tab-title li:hover {
  color: #004098;
  border-bottom: 6px solid #004098;
}

.yjcg-box .yjcg-form {
  background: #FFFFFF;
  padding: 50px 210px 20px 90px;
  position: relative;
  margin-top: -35px;
  margin-bottom: 40px;
}

.yjcg-box .yjcg-form .form-group {
  float: left;
  width: 50%;
  padding-right: 50px;
  margin-bottom: 30px;
}

.yjcg-box .yjcg-form .form-group span {
  float: left;
  font-size: 16px;
  color: #383838;
  line-height: 38px;
  width: 80px;
  text-align-last: justify;
  margin-right: 10px;
}

.yjcg-box .yjcg-form .form-group input {
  overflow: hidden;
  width: calc(100% - 90px);
  height: 40px;
  line-height: 38px;
  color: #333;
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
  padding: 0 20px;
}

.yjcg-box .yjcg-form .form-group input:hover {
  border: 1px solid #004098;
}

.yjcg-box .yjcg-form .yjcg-search-btn {
  position: absolute;
  right: 90px;
  top: 75px;
  width: 110px;
  height: 60px;
  background: #004098;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}

.yjcg-box .yjcg-form .yjcg-search-btn img {
  margin-right: 10px;
}

.yjcg-box .cg-list {
  margin-bottom: 26px;
}

.yjcg-box .cg-list li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D7D7D7;
}

.yjcg-box .cg-list a {
  display: block;
}

.yjcg-box .cg-list a span {
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  padding-right: 10px;
}

.yjcg-box .cg-list a:hover .title {
  color: #004098;
}

.yjcg-box .cg-list .title {
  font-size: 18px;
  color: #383838;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 14px;
}

.tw-list li {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #D7D7D7;
}

.tw-list a {
  display: block;
}

.tw-list a:hover .img-box img {
  transform: scale(1.1);
}

.tw-list .img-box {
  float: left;
  width: 300px;
  height: 167px;
  overflow: hidden;
  margin-right: 30px;
}

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

.tw-list .info {
  overflow: hidden;
}

.tw-list .title {
  font-size: 24px;
  color: #004098;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 9px;
}

.tw-list .date {
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  margin-bottom: 20px;
}

.tw-list .desc {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  height: 56px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tw2-list li {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #D7D7D7;
}

.tw2-list a {
  display: block;
}

.tw2-list a:hover .img-box img {
  transform: scale(1.1);
}

.tw2-list a:hover .title {
  color: #004098;
}

.tw2-list .img-box {
  float: left;
  width: 226px;
  height: 127px;
  overflow: hidden;
  margin-right: 30px;
}

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

.tw2-list .info {
  overflow: hidden;
}

.tw2-list .title {
  font-size: 20px;
  color: #383838;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 5px;
}

.tw2-list .date {
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  margin-bottom: 13px;
}

.tw2-list .desc {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  max-height: 56px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pic-list .col-lg-3:nth-child(4n+1) {
  clear: left;
}

.pic-list-box {
  display: block;
  margin-bottom: 50px;
}

.pic-list-box .img-box {
  height: 176px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.pic-list-box .title {
  font-size: 16px;
  color: #000000;
  line-height: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pic-list-box:hover .img-box img {
  transform: scale(1.1);
}

.pic-list-box:hover .title {
  color: #004098;
}

.details-page .detail-top .title-s {
  max-width: 100%;
  font-size: 40px;
  color: #000000;
  font-weight: 400;
}

.details-page .detail-top .top-other {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
}

.details-page .detail-top .other-share span a:hover {
  color: #004098;
}

a:hover,
a:focus {
  color: #215095;
}

.details-page .detail-top {
  border-bottom: 3px solid #000000;
  margin-bottom: 40px;
}

.details-page .main-cont {
  font-size: 18px;
  color: #383838;
  line-height: 40px;
}

.details-page .main-cont p,
.details-page .main-cont div {
  font-size: 18px;
  color: #383838;
  line-height: 40px;
  margin-bottom: 15px;
}

.details-page .main-cont.cont-xilan img {
  width: auto !important;
  max-width: 1000px;
}

.lxwm-box h1 {
  font-size: 40px;
  color: #000000;
  line-height: 58px;
  text-align: center;
  margin-bottom: 60px;
}

.lxwm-box .right-map {
  float: right;
  width: 700px;
  /* height: 412px; */
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 64, 152, 0.1);
  padding: 20px;
}
.lxwm-box .right-map #map img{
  width: 100%;
}

.lxwm-box .left-cont {
  overflow: hidden;
  padding-top: 30px;
}

.lxwm-box .left-cont ul {
  margin-bottom: 30px;
}

.lxwm-box .left-cont ul:last-child {
  margin-bottom: 0;
}

.lxwm-box .left-cont ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #383838;
  line-height: 40px;
}

.lxwm-box .left-cont ul li img {
  margin-right: 16px;
}

.yjcg-box .fblw-form {
  background: none;
  padding: 40px 210px 10px 90px;
  margin-bottom: 0;
}

.yjcg-box .fblw-form .form-group {
  float: none;
  width: 100%;
}

.yjcg-box .fblw-form .form-group input {
  background: #FFF;

}

.yjcg-box .fblw-form .yjcg-search-btn {
  top: 40px;
  height: 40px;
}

.fblw-year-list {
  float: right;
  width: 230px;
  background: rgba(255, 255, 255, 1);
  padding: 20px 0;
  margin-left: 50px;
}

.fblw-year-list .title {
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: rgba(56, 56, 56, 1);
  margin-bottom: 30px;
}

.fblw-year-list ul li {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
  padding: 0 30px;
  position: relative;
  margin-bottom: 23px;
  cursor: pointer;
}

.fblw-year-list ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 8px;
  opacity: 0;
  background: rgba(0, 64, 152, 1);
}

.fblw-year-list ul li:hover {
  color: rgba(0, 64, 152, 1);

}

.fblw-year-list ul li:hover::before {
  opacity: 1;
}


.fblw-year-list ul li.active {
  color: rgba(0, 64, 152, 1);

}

.fblw-year-list ul li.active::before {
  opacity: 1;
}

.fblw-left-list-box {
  overflow: hidden;
}

.fblw-left-list {
  border-top: 1px solid rgba(215, 215, 215, 1);
  margin-bottom: 40px;
}

.fblw-left-list li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(215, 215, 215, 1);
}

.fblw-left-list .lw-title {
  font-size: 18px;
  line-height: 32px;
  color: rgba(56, 56, 56, 1);
  margin-bottom: 20px;
}

.fblw-left-list .lw-title a {
  display: inline-block;
  color: rgba(0, 64, 152, 1);
  padding-left: 5px;
}

.fblw-left-list .lw-title a img {
  width: 16px;
  height: 20px;
  margin-top: -5px;
  margin-right: 6px;
}

.fblw-left-list .img-box {
  margin: 0 auto;
  max-width: 700px;
}

.fblw-left-list .img-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.fblw-year-ul {
  overflow: hidden;
}

.year-more {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 64, 152, 1);
  padding: 0 30px;
  cursor: pointer;
}

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

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

.foot-hybsf a img {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.details-page .main-cont .TRS_Editor table {
  width: 100% !important;
}
.details-page .main-cont .TRS_Editor table span {
  font-size: 16px !important;
  line-height: 28px !important;
}
