/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*多行溢出*/
.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*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h44 {
  font-size: 44px;
}
.h46 {
  font-size: 46px;
}
.h48 {
  font-size: 48px;
}
.h50 {
  font-size: 50px;
}
.h54 {
  font-size: 54px;
}
.h60 {
  font-size: 60px;
}
@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: 16px;
  }
  .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: #3529D5;
}
.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: #3529D5;
}
.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: #3529D5;
  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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #3529D5;
}
.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: #3529D5;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #3529D5;
  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: #3529D5;
}
.comp-text-list-06 .box-s:before {
  background-color: #3529D5;
  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: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3529D5;
}
.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: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #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: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #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: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #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: #3529D5;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #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: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #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: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3529D5;
}
.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: #3529D5;
  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: #3529D5;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3529D5;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3529D5;
}
.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: #3529D5;
  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: #3529D5;
}
.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: #3529D5;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3529D5;
}
.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: #3529D5;
}
.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: #3529D5;
}
/*人员细览*/
/*人员细览  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: #3529D5;
  border: 1px solid #3529D5;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3529D5;
  border: 1px solid #3529D5;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3529D5;
  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 {
  max-width: 800px;
  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: #195AB4;
}
.details-page .cont-page .a-page:hover a {
  color: #195AB4;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 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: #3529D5;
}
.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: #3529D5;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3529D5;
  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: #3529D5;
}
.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: #3529D5;
}
.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: #3529D5;
  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", '微软雅黑', PingFangSC-Regular, Arial, sans-serif;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
.h60 {
  font-size: 60px;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 164px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 80px;
  padding-bottom: 30px;
  transition: all 0.5s;
}
nav.navbar.bootsnav .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 550px;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-right: 55px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 70px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 52px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  border-radius: 2px;
  transition: all 0.5s;
}
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: #fff !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  left: 0;
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: linear-gradient(#B442DA, #2E4DE7);
  min-width: 140px;
  width: 140px;
  left: 50%;
  margin-left: -70px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #2E4DE7;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 30px;
  background: linear-gradient(-90deg, #2E4DE7, #B442DA);
  min-height: 114px;
}
@media (min-width: 1600px) {
  nav.navbar.bootsnav .container {
    width: 1540px;
  }
}
@media (max-width: 1599px) {
  /*nav*/
  nav.navbar.bootsnav {
    min-height: 110px;
    padding-top: 50px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 10px;
    padding-bottom: 0;
    max-width: 450px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-right: 40px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 50px 0 0;
  }
}
@media (max-width: 1439px) {
  /*nav*/
  nav.navbar.bootsnav {
    min-height: 134px;
    padding-top: 50px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-right: 40px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 40px 0 0;
  }
  nav.navbar.bootsnav ul.nav > li a {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  /*nav*/
  nav.navbar.bootsnav {
    min-height: 134px;
    padding-top: 40px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-right: 38px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 35px 0 0;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    min-height: 42px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  nav.navbar.bootsnav .navbar-collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 0;
    height: auto;
  }
  nav.navbar.bootsnav .phone-menu-toggle {
    display: block;
    margin-top: 10px;
    top: 0;
  }
  nav.navbar.bootsnav .search-a {
    right: 75px;
    top: 6px;
  }
  nav.navbar.bootsnav.scroll {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 82px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    float: left;
    padding: 0;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 5px;
    padding-bottom: 0;
    max-width: 270px;
  }
  nav.navbar.bootsnav .phone-menu-toggle {
    margin-top: 5px;
  }
  nav.navbar.bootsnav .search-a {
    right: 50px;
    top: 2px;
  }
}
.search-a {
  width: 30px;
  height: 30px;
  background: url('jnds2023-search.png') no-repeat center center rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  right: 0;
  top: 12px;
  position: absolute;
}
.search-a:hover {
  background-color: #9E44DC;
}
.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('comm-close.png') no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  background: #fff;
  border-bottom: 4px solid #374CE6;
  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: #374CE6;
}
.footer {
  background: url('jnds2023-footer-bg.png') no-repeat bottom center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFFFFF;
  line-height: 36px;
  min-height: 200px;
}
.footer a,
.footer span {
  display: inline-block;
  margin-right: 10px;
}
.footer a:last-child,
.footer span:last-child {
  margin-right: 0;
}
.footer img {
  display: block;
}
.footer .content-main {
  position: relative;
  padding-right: 80px;
}
.footer .footer-logo {
  float: left;
  margin-right: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .footer-txt {
  overflow: hidden;
}
.footer .footer-other {
  position: absolute;
  right: 0;
  top: 20px;
}
.index-box {
  padding-top: 70px;
  padding-bottom: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.index-title {
  margin-bottom: 50px;
}
.index-title.channel-title {
  margin-bottom: 20px;
  line-height: 40px;
}
.index-title .title-groups {
  position: relative;
  float: left;
  font-weight: bold;
}
.index-title .title-en,
.index-title .title-cn {
  line-height: 1;
}
.index-title .title-en {
  background: -webkit-linear-gradient(rgba(25, 39, 192, 0.1), transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.index-title .title-cn {
  color: #333333;
  margin-top: -30px;
}
.index-title .title-more {
  float: right;
  display: block;
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: #374CE6;
  border: 1px solid #374CE6;
  margin-top: 25px;
}
.index-title .title-more:hover {
  background-color: #374CE6;
  color: #fff;
}
.index-title .title-more2 {
  float: right;
  color: #838DAA;
  line-height: 40px;
}
.index-title .title-more2:hover {
  color: #3D55A7;
}
.index-title .title-txt {
  float: left;
  color: #26272A;
}
.index-title.title-tab {
  line-height: 40px;
}
.index-title.title-tab .title-txt {
  cursor: pointer;
  margin-right: 30px;
}
.index-title.title-tab .title-txt.active {
  color: #005ed5;
}
.index-title.title-tab .title-txt:last-child {
  margin-right: 0;
}
.index-title.title-tab .tabs-more {
  float: right;
}
.index-title.title-tab .tabs-more a {
  display: none;
}
.index-title.title-tab .tabs-more a:first-child {
  display: block;
}
.index-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
}
.index-banner .banner-next,
.index-banner .banner-prev {
  transition: all 0.7s;
  width: 16px;
  height: 18px;
  top: 6px;
  margin-top: 0;
}
.index-banner .banner-next::after,
.index-banner .banner-prev::after {
  display: none;
}
.index-banner .banner-next {
  right: 0px;
  background: url('jnds2023-bnext.png');
}
.index-banner .banner-prev {
  left: 0px;
  background: url('jnds2023-bprev.png');
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .banner-box {
  position: relative;
  background-position: bottom center;
  background-size: cover;
  height: 100%;
  display: block;
  text-align: center;
}
.index-banner .banner-box .banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 100px;
}
.index-banner .cont-main {
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}
.index-banner .cont-main img {
  display: block;
}
.index-banner .swiper-slide-active .cont-main {
  -webkit-animation: fadeInUp 0.5s both 0.7s;
  animation: fadeInUp 0.5s both 0.7s;
}
.index-banner .banner-other {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}
.index-banner .banner-other .other-wrap {
  position: relative;
  width: 120px;
  height: 30px;
  line-height: 30px;
}
.index-banner .banner-other .banner-page {
  bottom: 0;
  color: #FFFFFF;
  font-size: 18px;
}
.index-banner .banner-other .banner-page .swiper-pagination-current {
  font-size: 24px;
}
.index-box-01 {
  background-image: url('jnds2023-bg-01.png');
}
.index-box-01 .index-title {
  text-align: center;
}
.index-box-01 .index-title .title-groups {
  float: none;
  text-align: center;
  display: inline-block;
}
.index-box-01 .cont-txt {
  padding: 15px 110px;
  background: url('jnds2023-icon-02.png') no-repeat top left;
  color: #333333;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
}
.index-box-01 .cont-more {
  text-align: center;
}
.index-box-01 .cont-more a {
  display: inline-block;
  background: url('jnds2023-icon-03.png') no-repeat left center;
  height: 40px;
  line-height: 40px;
  padding-left: 65px;
  transition: all 0.3s;
}
.index-box-01 .cont-more a span {
  display: inline-block;
  line-height: 36px;
  border-bottom: 1px solid #20249C;
  color: #20249C;
}
.index-box-01 .cont-more a:hover {
  background: url('jnds2023-icon-03.png') no-repeat left 5px center;
}
.index-box-01 .cont-more a:hover span {
  color: #9E44DC;
  border-bottom: 1px solid #9E44DC;
}
.index-box-01 .cont-other {
  height: 150px;
  position: relative;
  margin-top: 150px;
}
.index-box-01 .cont-other .other-bg {
  background: url('jnds2023-bg-06.png') no-repeat;
  height: 116px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -58px;
}
.index-box-01 .cont-other ul {
  position: relative;
  z-index: 2;
}
.index-box-01 .cont-other ul li {
  float: left;
  width: 14.2857%;
  animation: upAndDown 3s infinite;
}
.index-box-01 .cont-other ul li.animated-div:nth-child(odd) {
  animation-direction: reverse;
}
.index-box-01 .cont-other ul li:nth-child(2n + 1) {
  padding-top: 32px;
}
.index-box-01 .cont-other ul li:nth-child(1) a {
  background: rgba(83, 97, 230, 0.9);
}
.index-box-01 .cont-other ul li:nth-child(2) a {
  background: rgba(237, 122, 91, 0.9);
}
.index-box-01 .cont-other ul li:nth-child(3) a {
  background: rgba(153, 89, 243, 0.9);
}
.index-box-01 .cont-other ul li:nth-child(4) a {
  background: rgba(94, 108, 231, 0.9);
}
.index-box-01 .cont-other ul li:nth-child(5) a {
  background: rgba(46, 183, 108, 0.9);
}
.index-box-01 .cont-other ul li:nth-child(6) a {
  background: rgba(255, 185, 103, 0.9);
}
.index-box-01 .cont-other ul li:nth-child(7) a {
  background: rgba(241, 93, 90, 0.9);
}
.index-box-01 .cont-other ul li a {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@keyframes upAndDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
.index-box-02 {
  background-image: url('jnds2023-bg-02.png');
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.index-box-02 .groups-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.index-box-02 .groups-wrap .wrap-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000px;
  z-index: -1;
  display: none;
}
.index-box-02 .groups-wrap.active .wrap-bg {
  display: block;
}
.index-box-02 .groups-wrap.active .groups-title .title-txt {
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: #fff !important;
}
.index-box-02 .groups-wrap.active .groups-title .title-txt::after {
  background: #fff !important;
}
.index-box-02 .groups-wrap.active .groups-title .title-img img.img-d {
  display: none !important;
}
.index-box-02 .groups-wrap.active .groups-title .title-img img.img-h {
  display: block !important;
}
.index-box-02 .groups-wrap.active .groups-other .other-txt {
  color: #fff;
}
.index-box-02 .groups-wrap.active .groups-other .box-more {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.index-box-02 .groups-wrap.groups-gwly .wrap-bg {
  right: -60px;
  background: url(jnds2023-channelbg-08.png) no-repeat right top;
  background-size: auto 100%;
}
.index-box-02 .groups-wrap.groups-gwly .groups-title .title-txt {
  background: linear-gradient(-90deg, #2E4DE7 0%, #B442DA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-02 .groups-wrap.groups-gwly .groups-title .title-txt::after {
  background: linear-gradient(-90deg, #2E4DE7, #B442DA);
}
.index-box-02 .groups-wrap.groups-gwly .groups-box .box-s .box-title::after {
  background: linear-gradient(-90deg, #2E4DE7, #B442DA);
}
.index-box-02 .groups-wrap.groups-gwly .groups-box .box-s .box-title:hover {
  background: linear-gradient(-90deg, #2E4DE7 0%, #B442DA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-02 .groups-wrap.groups-gwly .groups-txt .txt-title::after {
  background: linear-gradient(-90deg, #2E4DE7, #B442DA);
}
.index-box-02 .groups-wrap.groups-wlywly .wrap-bg {
  left: -60px;
  background: url(jnds2023-channelbg-07.png) no-repeat left top;
  background-size: auto 100%;
}
.index-box-02 .groups-wrap.groups-wlywly .groups-title .title-txt {
  background: linear-gradient(-90deg, #2BC261, #4351DA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-02 .groups-wrap.groups-wlywly .groups-title .title-txt::after {
  background: linear-gradient(-90deg, #2BC261, #4351DA);
}
.index-box-02 .groups-wrap.groups-wlywly .groups-box .box-s .box-title::after {
  background: linear-gradient(-90deg, #2BC261, #4351DA);
}
.index-box-02 .groups-wrap.groups-wlywly .groups-box .box-s .box-title:hover {
  background: linear-gradient(-90deg, #2BC261, #4351DA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-02 .groups-wrap.groups-wlywly .groups-txt .txt-title::after {
  background: linear-gradient(-90deg, #2BC261, #4351DA);
}
.index-box-02 .box-more {
  width: 130px;
  height: 40px;
  border: 1px solid #4252D9;
  display: block;
  line-height: 38px;
  text-align: center;
  color: #4252D9;
}
.index-box-02 .groups-title {
  margin-bottom: 38px;
}
.index-box-02 .groups-title .title-txt {
  float: left;
  position: relative;
  line-height: 54px;
  padding-bottom: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
.index-box-02 .groups-title .title-txt::after {
  content: '';
  width: 65px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-box-02 .groups-title .title-img {
  float: right;
  height: 54px;
  padding-top: 8px;
}
.index-box-02 .groups-title .title-img img {
  display: block;
  vertical-align: top;
}
.index-box-02 .groups-title .title-img img.img-h {
  display: none;
}
.index-box-02 .groups-box {
  margin-bottom: 30px;
}
.index-box-02 .groups-box .row-w {
  margin-left: -13px;
  margin-right: -13px;
}
.index-box-02 .groups-box .row-w .col-w {
  padding-left: 13px;
  padding-right: 13px;
}
.index-box-02 .groups-box .box-s {
  height: 168px;
  background: url('jnds2023-icon-25.png') no-repeat;
  background-size: 100% 100%;
  padding: 35px 10px 10px;
  display: block;
}
.index-box-02 .groups-box .box-s:hover .box-title {
  font-weight: bold;
}
.index-box-02 .groups-box .box-s .box-icon {
  height: 38px;
  margin-bottom: 15px;
}
.index-box-02 .groups-box .box-s .box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-box-02 .groups-box .box-s .box-title {
  position: relative;
  color: #333333;
  line-height: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.index-box-02 .groups-box .box-s .box-title::after {
  content: '';
  width: 30px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
}
.index-box-02 .groups-txt {
  background: url(jnds2023-icon-27.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 30px 10px;
  min-height: 180px;
  margin-bottom: 25px;
}
.index-box-02 .groups-txt .txt-title {
  border-bottom: 1px solid rgba(65, 88, 210, 0.12);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.index-box-02 .groups-txt .txt-title::after {
  content: '';
  width: 32px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-box-02 .groups-txt .txt-title span {
  display: inline-block;
  line-height: 30px;
  vertical-align: bottom;
}
.index-box-02 .groups-txt .txt-title img {
  display: block;
}
.index-box-02 .groups-txt .txt-title .txt-s {
  font-weight: bold;
  color: #333333;
  margin-left: 15px;
}
.index-box-02 .groups-txt .txt-list li {
  float: left;
  width: 33.333333%;
  padding-right: 10px;
  background: url('jnds2023-icon-26.png') no-repeat 0 11px;
  color: #6E718A;
  line-height: 32px;
  padding-left: 15px;
}
.index-box-02 .groups-txt .txt-list li a {
  display: block;
  color: #6E718A;
  font-size: 15px display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 32px; line-height: 32px;;
}
.index-box-02 .groups-txt .txt-list li a:hover {
  color: #2E4DE7;
}
.index-box-02 .groups-other .other-txt {
  color: #333333;
  line-height: 28px;
  float: left;
}
.index-box-02 .groups-other .box-more {
  margin-top: 8px;
  float: right;
}
@media (min-width: 1200px) {
  .index-box-02 .row-wrap {
    margin-left: -60px;
    margin-right: -60px;
  }
  .index-box-02 .row-wrap .col-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.index-box-03 {
  background-image: url('jnds2023-bg-03.png');
}
.index-box-03 .box-hot:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .box-hot:hover .box-info .info-title {
  color: #374CE6;
}
.index-box-03 .box-hot .box-img {
  overflow: hidden;
  border-radius: 10px 10px 0 10px;
}
.index-box-03 .box-hot .box-img img {
  display: block;
  width: 100%;
  height: 436px;
  transition: all 0.5s;
}
.index-box-03 .box-hot .box-info {
  margin-left: 40px;
  position: relative;
  height: 206px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
}
.index-box-03 .box-hot .box-info::after {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('jnds2023-icon-01.png') no-repeat;
}
.index-box-03 .box-hot .box-info .info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.index-box-03 .box-hot .box-info .info-txt {
  color: #A4A7C5;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.index-box-03 .box-hot .box-info .info-date {
  color: #A4A7C5;
  line-height: 24px;
}
.index-box-03 .box-s {
  margin-bottom: 50px;
  overflow: hidden;
}
.index-box-03 .box-s:last-child {
  margin-bottom: 0;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .box-s:hover .box-info .info-title {
  color: #374CE6;
}
.index-box-03 .box-s .box-img {
  float: left;
  width: 273px;
  overflow: hidden;
  border-radius: 10px 10px 0 10px;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 180px;
  transition: all 0.5s;
}
.index-box-03 .box-s .box-info {
  overflow: hidden;
  margin-top: 20px;
  height: 160px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding: 20px 20px 20px 25px;
}
.index-box-03 .box-s .box-info .info-title {
  color: #333333;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.index-box-03 .box-s .box-info .info-date {
  color: #A4A7C5;
}
.index-box-03 .news-page {
  position: relative;
  margin-top: 45px;
}
.index-box-03 .news-page .swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  background: #CACEF1;
  border-radius: 5px;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
}
.index-box-03 .news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(-90deg, #2BC261, #4351DA);
  width: 80px;
}
@media (min-width: 992px) {
  .index-box-03 .hot-wrap {
    width: 49%;
  }
  .index-box-03 .groups-wrap {
    width: 51%;
  }
}
@media (min-width: 1440px) {
  .index-box-03 .row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .index-box-03 .row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.index-box-04 {
  background-image: url('jnds2023-bg-04.png');
  padding-bottom: 40px;
}
.index-box-04 .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box-04 .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-box-04 .box-s {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.index-box-04 .box-s:hover img {
  transform: scale(1.1);
}
.index-box-04 .box-s img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-box-04 .box-s.img-s img {
  height: 212px;
}
.index-box-04 .box-s.img-b img {
  height: 450px;
}
.index-box-04 .box-more {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.index-box-04 .box-more:hover img {
  transform: scale(1.1);
}
.index-box-04 .box-more:hover .a-more::before {
  border: 1px solid #ffffff;
}
.index-box-04 .box-more img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-box-04 .box-more .a-more {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(55, 76, 230, 0.83);
  color: #fff;
  text-align: center;
}
.index-box-04 .box-more .a-more::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.index-box-04 .box-more .a-more span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
.index-box-05 {
  background-image: url('jnds2023-bg-05.png');
  background-color: #F2F7FF;
}
.index-box-05 .row-w {
  margin-left: -10px;
  margin-right: -10px;
}
.index-box-05 .row-w .col-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-box-05 .box-logo {
  display: block;
  text-align: center;
  padding: 15px 20px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 10px;
}
.index-box-05 .box-logo:hover img {
  transform: scale(1.08);
}
.index-box-05 .box-logo img {
  display: block;
  transition: all 0.5s;
}
.other-banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.other-banner .banner-cont {
  height: 600px;
  text-align: center;
  padding-top: 135px;
}
.other-banner .cont-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.other-banner .cont-txt {
  color: #fff;
  padding-top: 20px;
}
.other-banner .cont-txt > div {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 30px;
}
.other-banner .cont-txt span {
  color: #FFF;
}
.page-cont {
  padding-top: 50px;
  padding-bottom: 60px;
}
.page-cont .public-title {
  margin-bottom: 45px;
}
.sub-menu {
  margin-bottom: 35px;
}
.sub-menu.center-menu .menu-row {
  margin-left: -11px;
  margin-right: -11px;
}
.sub-menu.center-menu .menu-row .menu-col {
  padding-left: 11px;
  padding-right: 11px;
  width: 14.2857%;
}
.sub-menu.other-menu .menu-row .menu-col {
  width: 20%;
}
.sub-menu .menu-row {
  margin-left: -6px;
  margin-right: -6px;
  display: table;
  word-spacing: -1em;
  width: 100%;
  text-align: center;
}
.sub-menu .menu-row .menu-col {
  padding-left: 6px;
  padding-right: 6px;
  width: 14.2857%;
  display: inline-block;
}
.sub-menu .menu-a {
  display: block;
  position: relative;
  background: url(jnds-menu-02.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.sub-menu .menu-a:hover,
.sub-menu .menu-a.active {
  background: url(jnds-menu-02-h.png) no-repeat;
  background-size: 100% 100%;
}
.sub-menu .menu-a::after {
  content: '';
  position: absolute;
  background: url(jnds-menu-line.png) no-repeat;
  width: 53px;
  height: 4px;
  top: -6px;
  left: -1px;
}
.public-title {
  text-align: center;
  color: #3529D5;
  font-weight: bold;
  background: url(jnds2023-titlebg.png) no-repeat bottom center;
  min-height: 67px;
  margin-bottom: 30px;
  line-height: 1;
  padding-top: 10px;
}
.public-title > div {
  display: inline-block;
  vertical-align: bottom;
  line-height: 54px;
  padding-right: 15px;
}
.megagame-groups {
  margin-bottom: 50px;
}
.megagame-groups:last-child {
  margin-bottom: 0;
}
.megagame-groups .groups-cont {
  color: #2C2F37;
  line-height: 40px;
  text-align: center;
}
.megagame-groups .cont-txt {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5;
}
.megagame-groups .cont-txt span {
  display: inline-block;
}
.megagame-groups .cont-box {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.megagame-groups .cont-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.megagame-groups .cont-box:last-child::after {
  display: none;
}
.megagame-groups .cont-box::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #4156D6;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.megagame-groups .box-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.megagame-groups .box-txt {
  line-height: 26px;
}
.box-down {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #3934D8;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.box-down span {
  display: inline-block;
  background: url('jnds2023-icon-10.png') no-repeat top center;
  width: 30px;
  height: 27px;
  margin-left: 8px;
  vertical-align: middle;
}
.box-down:hover,
.box-down:active,
.box-down:focus {
  background: #7364F1;
  color: #fff;
}
.channel-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.channel-wrap.channel-bg {
  background: url(jnds2023-channel-bg.png) no-repeat;
  background-size: cover;
}
.channel-wrap .channel-box-bg {
  min-height: 375px;
  padding: 26px 35px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}
@media (min-width: 1600px) {
  .channel-wrap .row-w {
    margin-left: -35px;
    margin-right: -35px;
  }
  .channel-wrap .row-w .col-w {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.channel-group-top {
  position: relative;
  padding-bottom: 120px;
}
.channel-group-top .container {
  position: relative;
  z-index: 2;
}
.channel-group-top .groups-dian {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.channel-group-top .canvas-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
}
.channel-group-top .canvas-bg canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30%;
}
.channel-tab .tabs-title {
  margin-bottom: 30px;
}
.channel-tab .tabs-title a {
  float: left;
  position: relative;
  margin-right: 55px;
  line-height: 30px;
  height: 30px;
}
.channel-tab .tabs-title a:after {
  content: '';
  position: absolute;
  right: -26px;
  top: 2px;
  height: 26px;
  width: 1px;
  background: #000;
}
.channel-tab .tabs-title a:last-child {
  margin-right: 0;
}
.channel-tab .tabs-title a:last-child::after {
  display: none;
}
.channel-tab .tabs-title a.active {
  font-weight: bold;
}
.channel-tab .tabs-cont > div {
  overflow: hidden;
  height: 0;
}
.channel-tab .tabs-cont > div.active {
  overflow: visible;
  height: auto;
}
.channel-box-01 {
  background-position: top center;
  background-repeat: no-repeat;
  padding: 40px 40px 20px;
  margin-bottom: 60px;
  border-radius: 5px;
  position: relative;
  min-height: 230px;
}
.channel-box-01.channel-wlywly {
  background-image: url(jnds2023-channelbg-01.png);
}
.channel-box-01.channel-wlywly .text-list .box-s {
  color: #fff;
}
.channel-box-01.channel-wlywly .text-list .box-s div {
  background: linear-gradient(-90deg, #2CBF64, #4352DA);
}
.channel-box-01.channel-wlywly .text-list .box-s:hover {
  color: #4354D8;
}
.channel-box-01.channel-wlywly .text-list .box-s:hover div {
  background: #fff;
}
.channel-box-01.channel-gwlyxm {
  background-image: url(jnds2023-channelbg-04.png);
}
.channel-box-01.channel-gwlyxm .text-list .box-s {
  color: #fff;
}
.channel-box-01.channel-gwlyxm .text-list .box-s div {
  background: linear-gradient(-90deg, #2E4DE7, #B442DA);
}
.channel-box-01.channel-gwlyxm .text-list .box-s:hover {
  color: #324CE7;
}
.channel-box-01.channel-gwlyxm .text-list .box-s:hover div {
  background: #fff;
}
.channel-box-01 .text-list .row {
  margin-left: -16px;
  margin-right: -16px;
}
.channel-box-01 .text-list .row .box-w {
  padding-left: 16px;
  padding-right: 16px;
}
.channel-box-01 .text-list .box-s {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 40px;
}
.channel-box-01 .text-list .box-s div {
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.channel-box-01 .text-list .box-s span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
}
.channel-box-01 .text-list .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  background: url(jnds2023-box-bg-12.png) no-repeat top center;
  width: 51px;
  height: 4px;
}
.channel-box-01 .text-list .box-s::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: url(jnds2023-box-bg-11.png) repeat;
}
.channel-box-01 .channel-tab .tabs-title {
  margin-bottom: 55px;
}
.channel-box-01 .channel-tab .tabs-title a {
  color: #fff;
}
.channel-box-01 .channel-tab .tabs-title a:after {
  background: rgba(255, 255, 255, 0.25);
}
.channel-box-01 .channel-tab .tabs-title a.active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}
.channel-box-02.channel-wlywly .scroll-wrap::after {
  background: #31A77D;
}
.channel-box-02.channel-wlywly .scroll-arrow {
  width: 78px;
  position: absolute;
  top: -34px;
  right: 0;
}
.channel-box-02.channel-wlywly .scroll-arrow > div:hover {
  background: #31A77D;
  border-color: #31A77D;
}
.channel-box-02.channel-wlywly .box-s::after {
  background: url("jnds2023-icon-07.png") no-repeat;
}
.channel-box-02.channel-wlywly .box-s .box-title {
  color: #31A77D;
}
.channel-box-02.channel-wlywly .box-s .box-title:hover {
  color: #31A77D;
}
.channel-box-02.channel-gwlyxm .scroll-wrap::after {
  background: #9844DD;
}
.channel-box-02.channel-gwlyxm .scroll-arrow {
  width: 78px;
  position: absolute;
  top: -34px;
  right: 0;
}
.channel-box-02.channel-gwlyxm .scroll-arrow > div:hover {
  background: #9844DD;
  border-color: #9844DD;
}
.channel-box-02.channel-gwlyxm .box-s::after {
  background: url("jnds2023-icon-08.png") no-repeat;
}
.channel-box-02.channel-gwlyxm .box-s .box-title {
  color: #9844DD;
}
.channel-box-02.channel-gwlyxm .box-s .box-title:hover {
  color: #9844DD;
}
.channel-box-02 .channel-tab .tabs-title a {
  color: #26272A;
}
.channel-box-02 .channel-tab .tabs-title a:after {
  background: #dadada;
}
.channel-box-02 .scroll-wrap {
  position: relative;
  z-index: 1;
}
.channel-box-02 .scroll-wrap::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 10px;
  z-index: -1;
}
.channel-box-02 .scroll-arrow {
  width: 78px;
  position: absolute;
  top: -34px;
  right: 0;
}
.channel-box-02 .scroll-arrow > div {
  display: block;
  cursor: pointer;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  background: #FFFFFF;
  border: 1px solid #C1CADC;
  border-radius: 3px;
  position: relative;
  top: 0;
  margin-top: 0;
}
.channel-box-02 .scroll-arrow > div::after {
  font-family: 'FontAwesome';
  color: #31406E;
  font-size: 16px;
}
.channel-box-02 .scroll-arrow > div:hover::after {
  color: #fff;
}
.channel-box-02 .scroll-arrow > div.swiper-button-next {
  float: right;
  right: 0;
}
.channel-box-02 .scroll-arrow > div.swiper-button-next::after {
  content: "\f105";
}
.channel-box-02 .scroll-arrow > div.swiper-button-prev {
  float: left;
  left: 0;
}
.channel-box-02 .scroll-arrow > div.swiper-button-prev::after {
  content: "\f104";
}
.channel-box-02 .box-s {
  position: relative;
  padding-top: 52px;
  overflow: hidden;
}
.channel-box-02 .box-s::after {
  content: '';
  position: absolute;
  background: url(jnds-box-bg-10.png) no-repeat;
  width: 91px;
  height: 52px;
  top: 0;
  left: 0;
}
.channel-box-02 .box-s::before {
  content: '';
  position: absolute;
  border: 1px solid #cdd1de;
  top: 62px;
  bottom: 0;
  left: 10px;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
}
.channel-box-02 .box-s .box-cont {
  border: 1px solid #BDC2D0;
  background: url('jnds2023-box-bg-01.png') no-repeat right bottom #fff;
  position: relative;
  z-index: 99;
  padding: 20px 25px;
  min-height: 224px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.channel-box-02 .box-s .box-date {
  color: #26272A;
  line-height: 24px;
  margin-bottom: 3px;
}
.channel-box-02 .box-s .box-title {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.channel-box-02 .box-s .box-txt .title-s {
  color: #262626;
  font-weight: bold;
  margin-bottom: 3px;
}
.channel-box-02 .box-s .box-txt .txt-s {
  color: #737373;
  line-height: 24px;
}
.pd-tab-cont > div {
  display: none;
}
.pd-tab-cont > div:first-child {
  display: block;
}
.channel-wlywly .channel-bmfs .channel-box-bg {
  background-image: url(jnds2023-channelbg-02.png);
}
.channel-wlywly .channel-bmfs .box-down {
  color: #156dd9;
}
.channel-wlywly .channel-bmfs .box-down:hover {
  background: #156dd9;
  color: #fff;
}
.channel-wlywly .channel-tzgg .channel-box-bg {
  background-image: url(jnds2023-channelbg-03.png);
}
.channel-gwlyxm .channel-bmfs .channel-box-bg {
  background-image: url(jnds2023-channelbg-05.png);
}
.channel-gwlyxm .channel-bmfs .box-down {
  color: #156dd9;
}
.channel-gwlyxm .channel-bmfs .box-down:hover {
  background: #156dd9;
  color: #fff;
}
.channel-gwlyxm .channel-tzgg .channel-box-bg {
  background-image: url(jnds2023-channelbg-06.png);
}
@media (max-width: 1199px) {
  .channel-bmfs {
    margin-bottom: 30px;
  }
}
.channel-box-03.channel-wlywly .index-title.title-tab .title-txt.active {
  color: #31A77D;
}
.channel-box-03.channel-wlywly .index-title .title-more2:hover {
  color: #31A77D !important;
}
.channel-box-03.channel-gwlyxm .index-title.title-tab .title-txt.active {
  color: #9844DD;
}
.channel-box-03.channel-gwlyxm .index-title .title-more2:hover {
  color: #9844DD !important;
}
.channel-box-03 .channle-box-bmfs {
  position: relative;
}
.channel-box-03 .channle-box-bmfs .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 32px;
  height: 256px;
}
.channel-box-03 .channle-box-bmfs .box-down-a {
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  width: 150px;
  background: url('jnds2023-icon-09.png') no-repeat right 22px top 14px #fff;
  display: block;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 20px;
  color: #156DD9;
}
.channel-box-03 .channle-box-bmfs .box-down-a:hover {
  color: #2F4DE7;
}
.channel-box-03 .channel-box-tzgg .box-s {
  margin-bottom: 45px;
}
.channel-box-03 .channel-box-tzgg .box-s:hover .box-info .box-title {
  color: rgba(255, 255, 255, 0.8);
}
.channel-box-03 .channel-box-tzgg .box-s:last-child {
  margin-bottom: 0;
}
.channel-box-03 .channel-box-tzgg .box-s .box-date {
  text-align: right;
  float: left;
  width: 60px;
  line-height: 1;
  margin-right: 35px;
  height: 44px;
  position: relative;
}
.channel-box-03 .channel-box-tzgg .box-s .box-date .date-01 {
  font-weight: bold;
  margin-bottom: 10px;
}
.channel-box-03 .channel-box-tzgg .box-s .box-date::after {
  content: '';
  right: -17px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.34);
}
.channel-box-03 .channel-box-tzgg .box-s .box-info {
  overflow: hidden;
}
.channel-box-03 .channel-box-tzgg .box-s .box-info .box-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
  color: #fff;
}
.channel-box-04 .row {
  margin-left: -7px;
  margin-right: -7px;
}
.channel-box-04 .row .box-w {
  padding-left: 7px;
  padding-right: 7px;
}
.channel-box-04 .box-s {
  position: relative;
  margin-bottom: 14px;
}
.channel-box-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.channel-box-04 .box-s .box-img {
  overflow: hidden;
}
.channel-box-04 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.channel-box-04 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-position: bottom left;
}
.channel-box-04 .box-s .box-mc .title-s {
  position: absolute;
  left: 20px;
  right: 15px;
  bottom: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  display: none;
}
.channel-box-04 .box-s.box-b .box-img img {
  height: 470px;
}
.channel-box-04 .box-s.box-b .box-mc {
  height: 126px;
  background-image: url(jnds2023-box-bg-04.png);
}
.channel-box-04 .box-s.box-sm .box-img img {
  height: 230px;
}
.channel-box-04 .box-s.box-sm .box-mc {
  height: 83px;
  background-image: url(jnds2023-box-bg-03.png);
}
.channel-box-05 .awards-list .box-s {
  margin-bottom: 0;
}
.channel-box-05 .awards-scrollpage {
  padding-top: 15px;
  position: static;
}
@media (min-width: 1280px) {
  .channel-box-05 .awards-scrollpage {
    display: none;
  }
}
.bread-crumbs {
  border-bottom: 1px solid #D6D9E6;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  color: #484D60;
}
.bread-crumbs a {
  color: #484D60;
}
.bread-crumbs a.cur {
  color: #163ECB !important;
}
.bread-crumbs span {
  color: #163ECB;
}
.dynamic-list ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(61, 85, 167, 0.15);
}
.dynamic-list ul li:last-child {
  margin-bottom: 0;
}
.dynamic-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.dynamic-list .box-s:hover .box-title {
  color: #3529D5;
}
.dynamic-list .box-s:hover .box-more span {
  background: url(jnds2023-arrow-h.png) no-repeat center center;
}
.dynamic-list .box-s:hover .box-more::after {
  width: 100%;
}
.dynamic-list .box-s .box-img {
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.dynamic-list .box-s .box-img img {
  display: block;
  width: 304px;
  transition: all 0.5s;
}
.dynamic-list .box-s .box-info {
  overflow: hidden;
}
.dynamic-list .box-s .box-title {
  color: #222222;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
.dynamic-list .box-s .box-date {
  color: #3529D5;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 8px;
}
.dynamic-list .box-s .box-txt {
  color: #727683;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
}
.dynamic-list .box-s .box-more {
  display: block;
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(67, 104, 154, 0.25);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  z-index: 1;
}
.dynamic-list .box-s .box-more span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(jnds2023-arrow-d.png) no-repeat center center;
  z-index: 2;
  border-radius: 3px;
}
.dynamic-list .box-s .box-more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 0;
  transition: all 0.3s;
  background-color: #3529D5;
  z-index: -1;
}
@media (max-width: 767px) {
  .details-page .social-share .icon-wechat .wechat-qrcode {
    left: auto;
    right: 0;
  }
  .details-page .social-share .icon-wechat .wechat-qrcode:after {
    display: none;
  }
}
.show-list .row {
  margin-left: -13px;
  margin-right: -13px;
}
.show-list .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.show-list .box-s {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.show-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.show-list .box-s .box-img {
  overflow: hidden;
}
.show-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 224px;
  transition: all 0.5s;
}
.show-list .box-s .box-mc {
  background: url(jnds2023-box-bg-02.png) repeat-x bottom left;
  height: 83px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.show-list .box-s .box-mc .title-s {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.notice-list .box-s {
  border-bottom: 1px solid rgba(61, 85, 167, 0.1);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.notice-list .box-s:hover .box-title {
  color: #3529D5;
}
.notice-list .box-s .box-date {
  width: 70px;
  height: 70px;
  background: linear-gradient(-90deg, #2BC261, #4351DA);
  border-radius: 3px;
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #fff;
  padding-top: 7px;
}
.notice-list .box-s .box-date .date-01 {
  line-height: 32px;
  margin-bottom: 3px;
  font-weight: bold;
}
.notice-list .box-s .box-date .date-02 {
  line-height: 20px;
}
.notice-list .box-s .box-info {
  overflow: hidden;
}
.notice-list .box-s .box-title {
  font-weight: bold;
  color: #2C2F37;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.notice-list .box-s .box-txt {
  color: #575B66;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.float-nav {
  position: fixed;
  z-index: 99999;
  right: 50px;
  width: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.float-nav a {
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  margin-top: 18px;
  margin-bottom: 18px;
  background: url('jnds2023-icon-11.png') no-repeat center center;
}
.float-nav a::before,
.float-nav a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  background: #4C3CC6;
  opacity: 0.17;
  left: 50%;
}
.float-nav a::before {
  top: -18px;
}
.float-nav a::after {
  bottom: -18px;
}
.float-nav a.active {
  background: url('jnds2023-icon-12.png') no-repeat center center;
}
.schedule-groups {
  overflow-x: auto;
}
.schedule-groups .table-s {
  min-width: 600px;
}
.schedule-groups .table-s table td,
.schedule-groups .table-s table th {
  border-bottom: 1px solid #D3D7E8;
  padding: 25px 30px;
  line-height: 30px;
  font-weight: bold;
}
.schedule-groups .table-s table tr th {
  color: #4252D9;
}
.schedule-groups .table-s table tr td {
  color: #333333;
}
.schedule-groups .table-s table tbody tr:hover {
  background: #f4f7ff;
}
.three-menu {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.three-menu a {
  display: block;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  height: 54px;
  line-height: 54px;
  color: #333333;
  margin-right: 2px;
  font-weight: bold;
  font-size: 22px;
}
.three-menu a:last-child {
  margin-right: 0;
}
.three-menu a:hover,
.three-menu a.active {
  background-color: #3D55A7;
  color: #fff;
}
.three-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(jnds-menu-line-02.png) repeat-x left 0 bottom;
  height: 10px;
}
