.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h32 {
  font-size: 32px;
}
.h36 {
  font-size: 36px;
}
.h40 {
  font-size: 40px;
}
@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }
  .h50 {
    font-size: 42px;
  }
  .h38 {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .h38 {
    font-size: 28px;
  }
}
@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }
  .h50 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .h38 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }
  .h50 {
    font-size: 32px;
  }
  .h38 {
    font-size: 24px;
  }
}
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 24px;
  }
  .h28 {
    font-size: 26px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @iconBgCol - 图标颜色
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #F5F8FC;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #103A84;
}
.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: #103A84;
}
.comp-text-list-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #F5F8FC;
  padding: 20px 30px;
  color: #666666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #103A84;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #103A84;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333333;
  background: #F5F8FC;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #F5F8FC;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #103A84;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0px 6px 8px 0px rgba(99, 44, 172, 0.18);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #103A84;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #103A84;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #103A84;
}
.comp-text-list-06 .box-s:before {
  background-color: #103A84;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #103A84;
}
.comp-text-list-07 .box-s .box-date {
  color: #333333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #103A84;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #103A84;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #103A84;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #103A84;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #103A84;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #103A84;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #103A84;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #103A84;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #103A84;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #F5F8FC;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #103A84;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #103A84;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #103A84;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #103A84;
}
.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: #103A84;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #103A84;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #103A84;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #103A84;
}
.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: #103A84;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #103A84;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #F5F8FC;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #F5F8FC;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 50px;
}
.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 #EBEBEB;
  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: linear-gradient(-90deg, #2C3EB8, #7028A9);
  border: 1px solid #7028A9;
  color: #fff;
}
.comp-pages .page-pc span {
  background: linear-gradient(-90deg, #2C3EB8, #7028A9);
  border: 1px solid #7028A9;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(-90deg, #2C3EB8, #7028A9);
  border: 1px solid #7028A9;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DFE7;
  padding-bottom: 8px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #898B92;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #333;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #D9DFE7;
  padding-top: 30px;
  line-height: 24px;
  color: #999999;
}
.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: #999999;
}
.details-page .cont-page .a-page span {
  position: relative;
  padding-left: 35px;
}
.details-page .cont-page .a-page span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #999;
  border-radius: 11px;
  line-height: 20px;
  text-align: center;
  color: #999999;
  font-family: 'FontAwesome';
}
.details-page .cont-page .a-page span.a-prev::after {
  content: "\f104";
}
.details-page .cont-page .a-page span.a-next::after {
  content: "\f105";
}
.details-page .cont-page .a-page:hover {
  color: #6510AD;
}
.details-page .cont-page .a-page:hover span::after {
  border-color: #6510AD;
  color: #6510AD;
}
.details-page .cont-page .a-page:hover a {
  color: #6510AD;
}
.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: #fff;
}
.bread-crumbs .bread-item a.cur {
  color: #103A84;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #FFA200;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.side-menu .menu-title {
  background: #103A84;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.side-menu .menu-cont {
  background-color: #F5F8FC;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #103A84;
}
.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3D55A7;
}
.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #103A84;
}
.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: #103A84;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}
.container,
.container-new {
  *zoom: 1;
}
.container:after,
.container-new:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container-new {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .container-new {
    max-width: 1720px;
    width: 90.4%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1240px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
}
/*nav*/
.nav-wrap {
  position: relative;
}
.nav-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(-90deg, #2C3EB8, #7028A9);
  z-index: 999;
}
nav.navbar.bootsnav {
  min-height: 120px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 237px;
  background: url(bsd-nav-bg.png) repeat-x bottom center;
}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 32px 0 10px 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
  max-width: 360px;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 65px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 35px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 50px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 18px;
  text-align: center;
}
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: #D80404 !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  display: none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 10px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F4F3FD;
  min-width: 120px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  padding-top: 10px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu::after {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border: 7px solid #000;
  border-bottom-color: #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li:last-child a {
  border-bottom: none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: 1px solid rgba(112, 40, 169, 0.17);
  color: #333333;
  margin: 0;
  padding: 10px 15px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  z-index: 1;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #5A40BD;
  z-index: -1;
  transition: all 0.5s;
  overflow: hidden;
  width: 0;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover::after {
  left: 0;
  width: 100%;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  background: linear-gradient(-90deg, rgba(3, 36, 253, 0.7), rgba(121, 28, 181, 0.7));
}
nav.navbar.bootsnav.scroll::before {
  display: none;
}
.header-other {
  padding-top: 30px;
  position: absolute;
  right: 0;
}
.header-other > div {
  float: left;
}
.header-other .other-link {
  margin-right: 30px;
}
.header-other .other-link a,
.header-other .other-link span {
  float: left;
  color: #fff;
}
.header-other .other-link span {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 28px;
}
.header-other .other-link a {
  line-height: 30px;
}
.header-other .other-link a:hover {
  color: #D80404;
}
.header-other .btn-group {
  margin-right: 15px;
  display: none;
}
.header-other .btn-group .group-a {
  display: block;
  border: 1px solid #fff;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  border-radius: 15px;
}
.header-other .btn-group .dropdown-menu {
  min-width: 135px;
}
.header-other .btn-group ul li a {
  line-height: 24px;
}
.header-other .search-a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: url(bsd-search-btn.png) no-repeat center center;
  right: 0;
  display: none;
}
.header-other .tools {
  position: relative;
  z-index: 999;
  min-height: 30px;
  float: left;
  min-width: 30px;
}
.search-box {
  width: 200px;
  position: relative;
}
.search-box.search-mobile {
  width: 100%;
}
.search-box.search-mobile.s-inp {
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
}
.search-box .s-inp {
  width: 100%;
  height: 30px;
  line-height: 28px;
  background: transparent;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #fff;
  border: 1px solid #fff;
}
.search-box .s-btn {
  background: url("bsd-search-btn.png") no-repeat center center;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 15px;
  position: absolute;
  z-index: 9;
}
.search-box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.7);
}
.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}
.phoe-menu-toggle {
  display: none;
}
@media (max-width: 1699px) {
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 1599px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 20px 0 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav {
    margin-top: 55px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 15px 0 0;
  }
  .header-other {
    padding-top: 22px;
  }
}
@media (max-width: 1365px) {
  /*nav*/
  nav.navbar.bootsnav .navbar-brand {
    padding: 32px 0 10px 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand img {
    display: block;
    max-width: 280px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 12px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    min-height: 95px;
  }
  nav.navbar.bootsnav::before {
    height: 95px;
  }
  nav.navbar.bootsnav .navbar-collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 480px;
  }
  .phone-menu-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none !important;
  }
  .header-other {
    position: absolute;
    right: 85px;
    top: 30px;
    padding-top: 0;
    margin-right: 0 !important;
  }
  .header-other .other-link {
    display: none;
  }
  .header-other .btn-group {
    display: block;
  }
  .navbar .toggle {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }
  .header-other {
    top: 27px;
  }
  .header-other .tools .search-box {
    display: none;
  }
  .header-other .tools .search-a {
    display: block;
  }
  .navbar .toggle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    min-height: 80px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 56px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 90%;
  }
  .navbar .toggle {
    margin-top: 40px;
  }
  .header-other {
    right: 15px;
    top: 15px;
  }
  .navbar .toggle {
    margin-top: 0;
    top: 60px;
  }
  .hc-mobile-nav {
    background: #004EC0;
  }
}
.footer {
  background: url('bsd-footer-bg.png') no-repeat bottom center;
  background-size: cover;
}
.footer .footer-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer .footer-menu ul {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.footer .footer-menu ul li {
  float: left;
  width: 10%;
  padding-left: 10px;
  padding-right: 10px;
}
.footer .footer-menu .menu-title {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.footer .footer-menu .menu-title::after {
  content: '';
  width: 2px;
  height: 12px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.footer .footer-menu .menu-cont {
  padding-left: 15px;
}
.footer .footer-menu .menu-cont a {
  display: block;
  color: #FFFFFF;
  line-height: 24px;
  position: relative;
}
.footer .footer-menu .menu-cont a:hover::after {
  width: 5px;
}
.footer .footer-menu .menu-cont a::after {
  content: '';
  position: absolute;
  left: -10px;
  top: 11px;
  width: 0;
  height: 2px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s;
}
.footer .footer-copy {
  padding-bottom: 40px;
  padding-top: 35px;
}
.footer .footer-copy a,
.footer .footer-copy span {
  display: inline-block;
}
.footer .footer-copy .copy-info {
  float: left;
  color: #FFFFFF;
  line-height: 24px;
}
.footer .footer-copy .copy-img {
  float: right;
}
.footer .footer-copy .copy-img img {
  display: block;
  width: 100%;
}
.footer .footer-copy .copy-img > div {
  float: left;
  margin-right: 60px;
}
.footer .footer-copy .copy-img > div:last-child {
  margin-right: 0;
}
.footer .footer-copy .copy-img > div > div {
  float: left;
}
.footer .footer-copy .copy-img .copy-erwm {
  margin-right: 30px;
  text-align: center;
  color: #FFFFFF;
  line-height: 28px;
  width: 68px;
}
.footer .footer-copy .copy-img .copy-erwm .img-s {
  margin-bottom: 5px;
}
.footer .footer-copy .copy-img .copy-erwm .img-s img {
  width: 68px;
  height: 68px;
}
.footer .footer-copy .copy-img .copy-erwm:last-child {
  margin-right: 0;
}
.footer .footer-copy .copy-img .copy-other {
  margin-right: 20px;
  padding-top: 15px;
}
.footer .footer-copy .copy-img .copy-other:last-child {
  margin-right: 0;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(3, 36, 253, 0.9), rgba(121, 28, 181, 0.9));
  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;
  background: url('light-h-close.png') no-repeat;
  width: 32px;
  height: 32px;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
/*-----------------------------------------  index  -----------------------------------------*/
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner:hover .banner-next {
  right: 30px;
}
.index-banner:hover .banner-prev {
  left: 30px;
}
.index-banner .banner-next,
.index-banner .banner-prev {
  transition: all 0.7s;
}
.index-banner .banner-next::after,
.index-banner .banner-prev::after {
  color: #fff;
  font-size: 40px;
  background: linear-gradient(-90deg, #2C3EB8 0%, #7028A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-banner .banner-next {
  right: -100px;
}
.index-banner .banner-prev {
  left: -100px;
}
.index-banner .banner-page-w {
  position: absolute;
  right: 4.8%;
  bottom: 40px;
  z-index: 9;
  padding-left: 50px;
  padding-right: 50px;
}
.index-banner .banner-page-w::before,
.index-banner .banner-page-w::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.48;
  top: 50%;
}
.index-banner .banner-page-w::before {
  left: 0;
}
.index-banner .banner-page-w::after {
  right: 0;
}
.index-banner .banner-page-w .banner-page {
  position: static;
}
.index-banner .banner-page-w .banner-page div {
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  text-align: center;
}
.index-banner .banner-page-w .banner-page div:last-child {
  margin-right: 0;
}
.index-banner .banner-page-w .banner-page div::before {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 50%;
  border: 1px dashed #fff;
  display: none;
}
.index-banner .banner-page-w .banner-page span,
.index-banner .banner-page-w .banner-page svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.index-banner .banner-page-w .banner-page span {
  width: 34px;
  height: 34px;
}
.index-banner .banner-page-w .banner-page svg {
  vertical-align: top;
}
.index-banner .banner-page-w .banner-page svg circle {
  opacity: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 180;
  stroke-dashoffset: 179;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.index-banner .banner-page-w .swiper-pagination-bullet {
  border: none;
  font-size: 16px;
  color: #ffffff;
  opacity: 1 !important;
  background: transparent !important;
}
.index-banner .banner-page-w .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: block;
}
.index-banner .banner-page-w .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
  transition: stroke-dashoffset 5s linear, opacity 0s linear;
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .banner-box {
  position: relative;
  height: 100%;
}
.index-banner .banner-box .banner-img {
  height: 700px;
}
.index-banner .banner-box .banner-img img {
  display: block;
  height: 100%;
  width: 100%;
}
.index-banner .banner-box .banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('bsd-banner-mc.png') repeat-x bottom left;
}
.index-banner .banner-box .banner-cont .cont-main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 45px;
}
.index-banner .banner-box .banner-cont .box-title {
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 25px;
  padding-right: 365px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.index-banner .banner-box .banner-cont .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 24px;
  background: #FFFFFF;
}
.index-banner .box-title {
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}
.index-banner .swiper-slide-active .box-title {
  -webkit-animation: fadeInUp 0.5s both 1s;
  animation: fadeInUp 0.5s both 1s;
}
.index-box {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .index-box .row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .index-box .row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.public-title {
  margin-bottom: 50px;
  *zoom: 1;
}
.public-title:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.public-title .title-txt {
  float: left;
}
.public-title .title-txt > div {
  float: left;
}
.public-title .title-txt .txt-cn {
  font-weight: bold;
  line-height: 44px;
  color: #6510AD;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .public-title .title-txt .txt-cn {
    background: linear-gradient(-90deg, #2C3EB8 0%, #7028A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.public-title .title-txt .txt-en {
  font-family: Arial;
  color: #7E7D82;
  line-height: 28px;
  margin-left: 15px;
  padding-top: 16px;
}
.public-title .title-more {
  float: right;
  color: #7E7D82;
  line-height: 28px;
  padding-top: 16px;
  font-size: 16px;
}
.public-title .title-more:hover {
  color: #6513B5;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .public-title .title-more:hover {
    background: linear-gradient(-90deg, #2C3EB8 0%, #7028A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.index-box-01 {
  background-image: url('bsd-bg-01.png');
  position: relative;
  min-height: auto;
}
.index-box-01 .public-title .title-txt {
  float: right;
}
.index-box-01 .mod-bg-01 {
  position: absolute;
  top: 80px;
  bottom: 120px;
  width: 44%;
  background: linear-gradient(-90deg, #2C3EB8, #7028A9);
  z-index: 2;
}
.index-box-01 .main-cont.row-s {
  margin-left: 0;
  margin-right: 0;
}
.index-box-01 .main-cont.row-s .col-s {
  padding-left: 0;
  padding-right: 0;
}
.index-box-01 .main-cont.row-s .col-s:first-child {
  width: 52%;
}
.index-box-01 .main-cont.row-s .col-s:first-child .public-title {
  display: none;
}
.index-box-01 .main-cont.row-s .col-s:last-child {
  width: 48%;
}
.index-box-01 .research-scroll-w {
  position: relative;
}
.index-box-01 .research-scroll-w .research-page {
  text-align: center;
  position: relative;
  padding-top: 15px;
  z-index: 99;
  display: none;
}
.index-box-01 .research-scroll-w .research-page .swiper-pagination-bullet {
  margin-left: 6px;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  background: #6510AD;
}
.index-box-01 .research-groups,
.index-box-01 .research-list {
  position: relative;
}
.index-box-01 .research-groups {
  padding-top: 40px;
  z-index: 8;
}
.index-box-01 .research-groups .box-s {
  position: relative;
}
.index-box-01 .research-groups .box-s .box-img {
  overflow: hidden;
}
.index-box-01 .research-groups .box-s .box-img:hover img {
  transform: scale(1.05);
}
.index-box-01 .research-groups .box-s .box-img img {
  display: block;
  width: 100%;
  height: 590px;
  transition: all 0.5s;
}
.index-box-01 .research-groups .box-s .box-title {
  background: linear-gradient(-90deg, rgba(3, 36, 253, 0.7), rgba(121, 28, 181, 0.7));
  display: block;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  display: none;
}
.index-box-01 .research-list {
  z-index: 9;
  padding-left: 50px;
}
.index-box-01 .research-list .box-s {
  position: relative;
  min-height: 105px;
  padding: 22px 30px 22px 0;
}
.index-box-01 .research-list .box-s.active::after,
.index-box-01 .research-list .box-s:hover::after {
  height: 45px;
}
.index-box-01 .research-list .box-s.active::before,
.index-box-01 .research-list .box-s:hover::before {
  display: none;
}
.index-box-01 .research-list .box-s.active .box-bg,
.index-box-01 .research-list .box-s:hover .box-bg {
  left: -100px;
  opacity: 1;
}
.index-box-01 .research-list .box-s.active .box-title,
.index-box-01 .research-list .box-s:hover .box-title {
  color: #6510AD;
  font-weight: bold;
}
.index-box-01 .research-list .box-s::after,
.index-box-01 .research-list .box-s::before {
  content: '';
  position: absolute;
}
.index-box-01 .research-list .box-s::before {
  width: 80%;
  height: 1px;
  background: #6510AD;
  opacity: 0.09;
  bottom: 0;
  right: 0;
}
.index-box-01 .research-list .box-s::after {
  width: 4px;
  height: 0;
  background: #6510AD;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;
  transition: all 0.5s;
}
.index-box-01 .research-list .box-s .box-bg {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.index-box-01 .research-list .box-s .box-bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 21px;
  background: url(bsd-icon-05.png) no-repeat;
  background-size: 100% 100%;
}
.index-box-01 .research-list .box-s .box-title {
  color: #333;
  position: relative;
  z-index: 8;
  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-01 .research-list .list-more {
  text-align: right;
  padding-top: 50px;
}
.index-box-01 .research-list .list-more a {
  color: #7E7D82;
  line-height: 28px;
}
.index-box-01 .research-list .list-more a:hover {
  color: #6513B5;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .index-box-01 .research-list .list-more a:hover {
    background: linear-gradient(-90deg, #2C3EB8 0%, #7028A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.index-box-02 {
  position: relative;
  overflow: hidden;
  min-height: 750px;
}
.index-box-02::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  background: #F4F3FD;
}
.index-box-02 .public-title {
  position: relative;
  z-index: 9;
  text-align: center;
}
.index-box-02 .public-title .title-txt {
  float: none;
  display: inline-block;
}
.index-box-02 .mod-bg-01 {
  position: absolute;
  width: 500px;
  top: 0;
  left: 0;
  bottom: 80px;
  background-color: rgba(101, 16, 173, 0.08);
  z-index: 2;
}
.index-box-02 .main-cont {
  position: relative;
  z-index: 3;
}
.index-box-02 .main-cont.row-s {
  margin-left: 0;
  margin-right: 0;
}
.index-box-02 .main-cont .col-s {
  padding-left: 0;
  padding-right: 0;
  min-height: 500px;
  position: relative;
}
.index-box-02 .main-cont .col-s:first-child {
  width: 49%;
}
.index-box-02 .main-cont .col-s:first-child .col-bg {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 74%;
}
.index-box-02 .main-cont .col-s:last-child {
  width: 51%;
}
.index-box-02 .main-cont .col-s:last-child .col-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1000px;
  background: url('bsd-bg-05.png') no-repeat left top;
  background-size: cover;
}
.index-box-02 .news-scroll-img {
  position: relative;
  padding-top: 70px;
  padding-right: 100px;
  z-index: 5;
}
.index-box-02 .news-scroll-img .news-arrows {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 40px;
  height: 16px;
}
.index-box-02 .news-scroll-img .news-arrows > div {
  width: 10px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0;
  padding: 0;
  margin-top: 0;
  top: 0;
}
.index-box-02 .news-scroll-img .news-arrows > div::after {
  display: none;
}
.index-box-02 .news-scroll-img .news-arrows > div.news-next {
  right: 0;
  background-image: url('bsd-arrow-right.png');
}
.index-box-02 .news-scroll-img .news-arrows > div.news-prev {
  left: 0;
  background-image: url('bsd-arrow-left.png');
}
.index-box-02 .news-scroll-img .news-page {
  text-align: center;
  position: relative;
  padding-top: 15px;
  z-index: 99;
  display: none;
}
.index-box-02 .news-scroll-img .news-page .swiper-pagination-bullet {
  margin-left: 6px;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  background: #6510AD;
}
.index-box-02 .news-scroll-img .box-s {
  position: relative;
}
.index-box-02 .news-scroll-img .box-s .box-img {
  overflow: hidden;
  border-radius: 5px;
}
.index-box-02 .news-scroll-img .box-s .box-img:hover img {
  transform: scale(1.1);
}
.index-box-02 .news-scroll-img .box-s .box-img img {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 5px;
  transition: all 0.5s;
}
.index-box-02 .news-scroll-img .box-s .box-title {
  background: linear-gradient(-90deg, rgba(3, 36, 253, 0.7), rgba(121, 28, 181, 0.7));
  display: block;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.index-box-02 .news-list {
  position: relative;
  padding-left: 50px;
  padding-top: 25px;
  z-index: 5;
}
.index-box-02 .news-list .box-s {
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  padding-bottom: 15px;
  padding-top: 15px;
  transition: all 0.5s;
}
.index-box-02 .news-list .box-s:hover .box-title,
.index-box-02 .news-list .box-s.active .box-title {
  font-weight: bold;
  color: #fff;
}
.index-box-02 .news-list .box-s:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.index-box-02 .news-list .box-s .box-date {
  color: rgba(207, 156, 251, 0.8);
  margin-bottom: 8px;
}
.index-box-02 .news-list .box-s .box-title {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.index-box-03 {
  background-image: url('bsd-bg-02.png');
}
.index-box-04 {
  background-image: url('bsd-bg-03.png');
  padding-bottom: 70px;
}
.index-box-05 {
  background-image: url('bsd-bg-04.png');
}
.index-box-05.index-box .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box-05.index-box .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-box-05.index-box .row-w .col-w:first-child {
  width: 60%;
}
.index-box-05.index-box .row-w .col-w:last-child {
  width: 40%;
}
.index-academics .box-s {
  height: 228px;
  background: url('bsd-bg-06.png') no-repeat right bottom #FFFFFF;
  padding: 30px 40px;
}
.index-academics .box-s:hover .box-title {
  color: #6510AD;
}
.index-academics .box-s .box-title {
  color: #333333;
  margin-bottom: 20px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.index-academics .box-s .box-groups > div {
  position: relative;
  color: #333333;
  padding-left: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
.index-academics .box-s .box-groups > div:last-child {
  margin-bottom: 0;
}
.index-academics .box-s .box-groups > div .icon-s {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 5px;
}
.index-academics .box-s .box-groups > div .icon-s img {
  display: block;
}
.index-academics .box-s .box-groups > div .txt-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
.index-academics .academics-page {
  position: static;
  padding-top: 13px;
}
.index-academics .academics-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #A271C1;
  opacity: 0.45;
  border-radius: 6px;
  transition: all 0.3s;
  margin-left: 5px;
  margin-right: 5px;
}
.index-academics .academics-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7028A9;
  width: 30px;
}
.index-join-us {
  position: relative;
}
.index-join-us::after {
  content: '';
  position: absolute;
  /* width: 1px; */
  top: 15px;
  bottom: 15px;
  left: 6px;
  border-left: 1px solid #6510AD;
  /* background: #6510AD; */
}
.index-join-us .box-s {
  position: relative;
  min-height: 30px;
  z-index: 2;
  padding-right: 110px;
  margin-bottom: 28px;
}
.index-join-us .box-s:hover .box-title {
  color: #6510AD;
}
.index-join-us .box-s:last-child {
  margin-bottom: 0;
}
.index-join-us .box-s::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  border: 1px solid #6510AD;
  border-radius: 50%;
}
.index-join-us .box-s .box-title {
  color: #333333;
  padding-left: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.index-join-us .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #6510AD;
  line-height: 30px;
}
.index-inform .box-s {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(101, 16, 173, 0.25);
}
.index-inform .box-s:hover .box-title {
  color: #6510AD;
}
.index-inform .box-s .box-title {
  color: #333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.index-inform .box-s .box-date {
  line-height: 30px;
  color: #6513B5;
}
.index-news-box .news-box {
  position: relative;
  margin-bottom: 20px;
}
.index-news-box .news-box:hover .box-img img {
  transform: scale(1.1);
}
.index-news-box .news-box .box-img {
  overflow: hidden;
  display: block;
}
.index-news-box .news-box .box-img img {
  display: block;
  width: 100%;
  height: 290px;
  transition: all 0.5s;
}
.index-news-box .news-box .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background: linear-gradient(-90deg, rgba(3, 36, 253, 0.7), rgba(121, 28, 181, 0.7));
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.index-news-box .news-list .a-box {
  background: url('bsd-icon-04.png') no-repeat 0 11px;
  padding-left: 20px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.index-news-box .news-list .a-box:hover {
  color: #6510AD;
}
@media (min-width: 1200px) {
  .index-news-box.news-box-full .news-list .a-box:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-news-box.news-box-full .news-list .a-box:nth-child(n + 3) {
    display: none;
  }
}
.index-logo-scroll .box-s {
  height: 120px;
  display: block;
  text-align: center;
}
.index-logo-scroll .box-s:hover img {
  transform: scale(1.05);
}
.index-logo-scroll .box-s .middle-cont {
  display: block;
  height: 100%;
}
.index-logo-scroll .box-s img {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.index-wrap {
  background: url('xgsyw-boxbg-03.png') no-repeat bottom center;
  background-size: contain;
}
.index-about-us .container {
  position: relative;
}
.index-about-us .container::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  right: -93px;
  background: url(xgsyw-img-12.png) no-repeat top left;
  width: 93px;
  background-size: contain;
}
.index-about-us .about-img {
  background: url(xgsyw-img-07.png) no-repeat bottom center;
  background-size: contain;
  padding: 0 30px 80px;
}
.index-about-us .about-img .box-img {
  display: block;
  border: 10px solid #fff;
  overflow: hidden;
  box-shadow: 2px 3px 16px 0px rgba(34, 63, 115, 0.1);
  border-radius: 55px 0 55px 0;
}
.index-about-us .about-img .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-about-us .about-img:hover .box-img img {
  transform: scale(1.1);
}
.index-about-us .about-info .info-txt {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 35px;
  height: 280px;
  margin-bottom: 30px;
}
.index-research-progress {
  padding-top: 0 !important;
}
.index-research-progress .more-wrap .public-more {
  margin-left: auto;
  margin-right: 0;
}
.index-research-progress .research-info {
  height: 615px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 40px 45px;
}
.index-research-progress .research-info .info-title {
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 38px;
  max-height: 114px;
  margin-bottom: 25px;
}
.index-research-progress .research-info .info-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 30px;
  max-height: 180px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.index-research-progress .research-list {
  margin-top: 165px;
}
.index-research-progress .research-list .box-s {
  box-shadow: 2px 3px 16px 0px rgba(34, 63, 115, 0.1);
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  border-radius: 0px 4px 4px 0px;
}
.index-research-progress .research-list .box-s:last-child {
  margin-bottom: 0;
}
.index-research-progress .research-list .box-s .box-img {
  float: left;
  width: 278px;
  overflow: hidden;
}
.index-research-progress .research-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 185px;
  transition: all 0.5s;
}
.index-research-progress .research-list .box-s .box-info {
  padding: 22px 30px;
  overflow: hidden;
}
.index-research-progress .research-list .box-s .box-title {
  color: rgba(51, 51, 51, 0.95);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 32px;
  height: 96px;
  margin-bottom: 18px;
}
.index-research-progress .research-list .box-s .box-other .box-date {
  color: rgba(136, 136, 136, 0.7);
}
.index-research-progress .research-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-research-progress .research-list .box-s:hover .box-title {
  color: #DE291A;
}
.index-news {
  background-image: url('xgsyw-boxbg-02.png');
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.index-news::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(xgsyw-img-13.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.index-news .container {
  position: relative;
  z-index: 2;
}
.index-news .news-info {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  border-radius: 4px;
  padding: 80px 60px;
}
.index-news .news-info .public-title {
  color: #fff;
  margin-bottom: 50px;
}
.index-news .news-info .public-title::after {
  background: url('xgsyw-title-bgw.png') no-repeat;
}
.index-news .news-list .box-s {
  border-top: 1px solid #333333;
  padding-top: 35px;
  position: relative;
  margin-bottom: 30px;
}
.index-news .news-list .box-s::after {
  content: '';
  position: absolute;
  top: -1px;
  height: 1px;
  background: #CC001D;
  width: 0;
  overflow: hidden;
  transition: all 0.7s;
  z-index: 1;
}
.index-news .news-list .box-s .box-title {
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  height: 56px;
  margin-bottom: 15px;
}
.index-news .news-list .box-s .box-txt {
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 26px;
  height: 104px;
}
.index-news .news-list .box-s .box-other {
  line-height: 32px;
}
.index-news .news-list .box-s .box-other .other-date {
  color: #CC001D;
}
.index-news .news-list .box-s .other-more {
  display: block;
  background: url('xgsyw-icon-arrow-01.png') no-repeat;
  width: 17px;
  height: 17px;
  margin-top: 7px;
}
.index-news .news-list .box-s:hover::after {
  width: 100%;
}
.index-news .news-list .box-s:hover .box-title {
  color: #CC001D;
}
.index-news .news-list .box-s:hover .other-more {
  background: url('xgsyw-icon-arrow-02.png') no-repeat;
}
.index-upcoming-events {
  background-image: url('xgsyw-boxbg-01.png');
  background-color: #F6F8FC;
  position: relative;
}
.index-upcoming-events .main-cont {
  position: relative;
}
.index-upcoming-events .upcoming-events-next,
.index-upcoming-events .upcoming-events-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.index-upcoming-events .upcoming-events-next::after,
.index-upcoming-events .upcoming-events-prev::after {
  display: none;
}
.index-upcoming-events .upcoming-events-prev {
  background-image: url('xgsyw-left.png');
  left: -80px;
}
.index-upcoming-events .upcoming-events-prev:hover {
  background-image: url('xgsyw-left-h.png');
}
.index-upcoming-events .upcoming-events-next {
  background-image: url('xgsyw-right.png');
  right: -80px;
}
.index-upcoming-events .upcoming-events-next:hover {
  background-image: url('xgsyw-right-h.png');
}
.index-upcoming-events .swiper-slide:nth-child(2n + 1) .box-s .box-info {
  top: 0;
  bottom: auto;
}
.index-upcoming-events .swiper-slide:nth-child(2n + 1) .box-s .box-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.index-upcoming-events .swiper-slide:nth-child(2n + 1) .box-s .box-img::after {
  background-image: url('xgsyw-icon-02.png');
  top: 0;
  bottom: auto;
}
.index-upcoming-events .box-s {
  position: relative;
  height: 400px;
}
.index-upcoming-events .box-s .box-cont .box-img {
  position: relative;
  overflow: hidden;
}
.index-upcoming-events .box-s .box-cont .box-img::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background-image: url('xgsyw-icon-01.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 32px;
  height: 16px;
  z-index: 2;
  margin-left: -16px;
}
.index-upcoming-events .box-s .box-cont .box-img img {
  display: block;
  width: 100%;
  height: 293px;
  transition: all 0.5s;
}
.index-upcoming-events .box-s .box-cont .box-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-upcoming-events .box-s .box-cont .box-info .box-date {
  float: left;
  text-align: right;
  width: 140px;
  height: 76px;
  border-right: 3px solid #DE291A;
  padding-right: 18px;
  color: #333333;
  margin-right: 20px;
}
.index-upcoming-events .box-s .box-cont .box-info .box-date .date-01 {
  line-height: 30px;
  margin-bottom: 8px;
}
.index-upcoming-events .box-s .box-cont .box-info .box-date .date-02 {
  line-height: 34px;
  font-weight: bold;
}
.index-upcoming-events .box-s .box-cont .box-info .box-title {
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
  height: 75px;
}
.index-upcoming-events .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('xgsyw-img-10.png') no-repeat bottom right #fefefe;
  background-size: contain;
  padding: 25px 30px;
  box-shadow: 0px 1px 35px 0px rgba(67, 104, 154, 0.11);
  opacity: 0;
  z-index: -1;
  transform: scale(1.2);
  transition: all 0.5s;
}
.index-upcoming-events .box-s .box-mc::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: #DE291A;
}
.index-upcoming-events .box-s .box-mc .box-title {
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
  height: 84px;
  margin-bottom: 20px;
}
.index-upcoming-events .box-s .box-mc .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 26px;
  height: 156px;
  color: #999999;
  margin-bottom: 15px;
}
.index-upcoming-events .box-s .box-mc .box-date {
  color: #CC001D;
  line-height: 32px;
}
.index-upcoming-events .box-s .box-mc .box-more {
  background: url('xgsyw-icon-arrow-02.png') no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
}
.index-upcoming-events .box-s .box-mc:hover .box-title {
  color: #DE291A;
}
.index-upcoming-events .box-s:hover .box-cont .box-img img {
  transform: scale(1.1);
}
.index-upcoming-events .box-s:hover .box-cont .box-info .box-title {
  color: #DE291A;
}
.index-upcoming-events .box-s:hover .box-mc {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}
/*-------------------------------------------- page common ---------------------------------------------*/
.bread-crumbs .bread-item-groups {
  background: url('bsd-icon-06.png') no-repeat 0 7px;
  padding-left: 30px;
}
.bread-crumbs .bread-item {
  color: #fff;
  line-height: 30px;
}
.bread-crumbs .bread-item a {
  color: #fff;
  position: relative;
}
.bread-crumbs .bread-item a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
  width: 0;
}
.bread-crumbs .bread-item a:last-child {
  color: #fff;
}
.bread-crumbs .bread-item a:hover::before {
  width: 100%;
}
.bread-crumbs .bread-item > span {
  color: #fff;
}
.bread-crumbs .bread-item > span::before {
  color: #fff;
}
.bread-crumbs span {
  color: #fff;
}
.other-banner {
  background-repeat: no-repeat;
  background-position: top center;
}
.other-banner .container-new {
  height: 500px;
}
.other-banner .bread-crumbs {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.page-other {
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (min-width: 1280px) {
  .page-other .row-page .col-page {
    width: auto;
  }
  .page-other .row-page .col-page.page-menu .left-menu {
    width: 280px;
  }
  .page-other .row-page .col-page.page-content {
    float: none;
    overflow: hidden;
  }
}
@media (min-width: 1440px) {
  .page-other .row-page {
    margin-left: -25px;
    margin-right: -25px;
  }
  .page-other .row-page .col-page {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.left-menu {
  position: relative;
  top: -135px;
}
.left-menu .menu-title {
  background: url('bsd-img-11.png') no-repeat center center;
  background-size: cover;
  min-height: 90px;
  padding: 25px 20px 25px 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}
.left-menu .menu-cont {
  padding-left: 25px;
  padding-right: 25px;
  background: #F4F3FD;
}
.left-menu .box-a {
  border-bottom: 1px dashed rgba(111, 40, 169, 0.5);
}
.left-menu .box-a:last-child {
  border-bottom: none;
}
.left-menu .box-a .a-title {
  display: block;
  position: relative;
  color: #666666;
  line-height: 36px;
  padding: 16px 30px 16px 0;
}
.left-menu .box-a .a-title::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  background: url('bsd-icon-07.png') no-repeat;
  right: 0;
  top: 28px;
  display: none;
}
.left-menu .box-a.active .a-title,
.left-menu .box-a:hover .a-title {
  color: #632CAC;
}
.left-menu .box-a.active .a-title::before,
.left-menu .box-a:hover .a-title::before {
  display: block;
}
.left-menu .box-a.active {
  font-weight: bold;
}
.channel-title {
  position: relative;
  margin-bottom: 50px;
}
.channel-title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(112, 40, 169, 0.15);
}
.channel-title .title-txt {
  float: left;
  border-bottom: 2px solid #7028A9;
  padding-bottom: 15px;
  line-height: 36px;
  font-weight: bold;
  color: #6510AD;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .channel-title .title-txt {
    background: linear-gradient(-90deg, #2C3EB8 0%, #7028A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.details-page {
  margin-top: -10px;
}
.details-page .detail-top {
  border-bottom: 1px solid rgba(2, 51, 111, 0.13);
  padding-bottom: 15px;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.4;
}
.details-page .detail-top .top-other {
  margin-top: 25px;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page .social-share .icon-wechat .wechat-qrcode.bottom {
  left: auto !important;
  right: 0 !important;
}
.details-page .main-cont {
  line-height: 2.2;
  text-align: left;
  color: #333333;
}
.list-people .box-s {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 0 25px 20px;
  background: #F7F7F7;
  position: relative;
  min-height: 310px;
  transition: all 0.5s;
}
.list-people .box-s:hover {
  background: url('bsd-img-16.png') no-repeat right bottom #7028A9;
}
.list-people .box-s:hover::before {
  background: #AC8135;
}
.list-people .box-s:hover .box-img img {
  transform: scale(1.05);
}
.list-people .box-s:hover .box-info .info-title::before {
  background: #fff;
}
.list-people .box-s:hover .box-info .info-title .title-txt {
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.list-people .box-s:hover .box-info .info-txt {
  color: #fff;
}
.list-people .box-s::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 100px;
  background: #6D26B0;
}
.list-people .box-s .box-img,
.list-people .box-s .box-info {
  position: relative;
  z-index: 8;
}
.list-people .box-s .box-img {
  float: left;
  width: 240px;
}
.list-people .box-s .box-img img {
  display: block;
  width: 100%;
  height: 333px;
  margin-top: -48px;
  transition: all 0.5s;
}
.list-people .box-s .box-info {
  overflow: hidden;
  padding: 30px 40px 0;
}
.list-people .box-s .box-info .info-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.list-people .box-s .box-info .info-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: linear-gradient(-90deg, #2C3EB8, #7028A9);
  border-radius: 2px;
}
.list-people .box-s .box-info .info-title .title-txt {
  float: left;
  font-weight: bold;
  color: #6510AD;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .list-people .box-s .box-info .info-title .title-txt {
    background: linear-gradient(-90deg, #2C3EB8 0%, #7028A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.list-people .box-s .box-info .info-txt {
  color: #333333;
  margin-bottom: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 36px;
  height: 108px;
}
.list-people .box-s .box-info .info-more {
  text-align: right;
}
.list-people .box-s .box-info .info-more a {
  display: inline-block;
  background: url('bsd-img-17.png') no-repeat;
  width: 40px;
  height: 8px;
}
@media (min-width: 1600px) {
  .list-people .row-w {
    margin-left: -35px;
    margin-right: -35px;
  }
  .list-people .row-w .col-w {
    padding-left: 35px;
    padding-right: 35px;
  }
  .list-people .box-s {
    margin-bottom: 70px;
  }
}
@media (min-width: 1800px) {
  .list-people .row-w {
    margin-left: -45px;
    margin-right: -45px;
  }
  .list-people .row-w .col-w {
    padding-left: 45px;
    padding-right: 45px;
  }
  .list-people .box-s {
    margin-bottom: 90px;
  }
}
.list-people-02 .groups-box .groups-title {
  padding: 10px 20px;
  line-height: 32px;
  background: #FAFAFF;
  font-weight: bold;
  color: #7028A9;
}
.list-people-02 .groups-box .groups-cont {
  padding: 40px 20px 30px;
  overflow: hidden;
}
.list-people-02 .groups-box .groups-cont .a-s {
  padding-left: 23px;
  margin-bottom: 20px;
  min-height: 36px;
  cursor: default;
  position: relative;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.list-people-02 .groups-box .groups-cont .a-s::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 18px;
  background: #6334B3;
}
.list-people-02 .groups-box .groups-cont .a-s span {
  font-weight: bold;
}
.list-people-02 .groups-box .groups-cont .a-s:hover {
  color: #7028A9;
}
.list-people-03 .box-s {
  overflow: hidden;
  background: #F4F3FD;
  margin-bottom: 50px;
}
.list-people-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-people-03 .box-s:hover .box-info .info-more {
  background: #6933B3;
  color: #fff;
}
.list-people-03 .box-s .box-img {
  overflow: hidden;
  float: left;
  margin-right: 20px;
  width: 180px;
}
.list-people-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 250px;
  transition: all 0.5s;
}
.list-people-03 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.list-people-03 .box-s .box-info .info-title {
  position: relative;
  font-weight: bold;
  color: #6933B3;
  margin-bottom: 15px;
  padding-left: 13px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.list-people-03 .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 16px;
  background: linear-gradient(0deg, #2C3EB8, #7028A9);
  border-radius: 2px;
}
.list-people-03 .box-s .box-info .info-txt {
  border-bottom: 1px solid rgba(105, 51, 179, 0.21);
  margin-bottom: 35px;
  padding-bottom: 5px;
}
.list-people-03 .box-s .box-info .info-txt .txt-s {
  color: #999999;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 24px;
  height: 96px;
}
.list-people-03 .box-s .box-info .info-more {
  width: 90px;
  height: 24px;
  display: block;
  border: 1px solid #6933B3;
  line-height: 22px;
  text-align: center;
  color: #6933B3;
}
@media (min-width: 1440px) {
  .list-people-03 .row-w {
    margin-left: -24px;
    margin-right: -24px;
  }
  .list-people-03 .row-w .col-w {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.personnel-details .details-top {
  background: url(bsd-img-23.png) no-repeat right bottom #5A40BD;
  padding: 40px;
  margin-bottom: 75px;
}
.personnel-details .details-top .top-img {
  float: left;
  background: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 4px;
  margin-right: 38px;
}
.personnel-details .details-top .top-img img {
  display: block;
  width: 200px;
  height: 282px;
}
.personnel-details .details-top .top-info {
  color: #fff;
  overflow: hidden;
}
.personnel-details .details-top .top-info .info-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
  line-height: 1;
  padding-bottom: 30px;
  padding-top: 10px;
  margin-bottom: 22px;
}
.personnel-details .details-top .top-info .info-txt > div {
  float: left;
  line-height: 28px;
  margin-bottom: 10px;
  padding-right: 15px;
}
.personnel-details .details-top .top-info .info-txt > div:nth-child(2n+1) {
  width: 40%;
  clear: left;
}
.personnel-details .details-top .top-info .info-txt > div:nth-child(2n) {
  width: 60%;
}
.personnel-details .details-info .info-title {
  background: #F4F3FD;
  border-left: 5px solid #5A40BD;
  padding: 10px 20px;
  line-height: 25px;
  font-weight: bold;
  color: #5A40BD;
}
.personnel-details .details-info .info-txt {
  padding: 25px 20px 35px;
  color: #333333;
  line-height: 36px;
}
.list-txt-01 .box-s {
  position: relative;
  min-height: 60px;
  padding: 15px 140px 15px 50px;
  line-height: 30px;
}
.list-txt-01 .box-s:hover {
  background: #632CAC !important;
}
.list-txt-01 .box-s:hover .box-title,
.list-txt-01 .box-s:hover .box-date {
  color: #fff;
}
.list-txt-01 .box-s:hover::before {
  background: #fff;
}
.list-txt-01 .box-s:nth-child(2n+1) {
  background: #F4F3FD;
}
.list-txt-01 .box-s::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 27px;
  width: 6px;
  height: 6px;
  background: #632CAC;
}
.list-txt-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.list-txt-01 .box-s .box-date {
  position: absolute;
  right: 30px;
  top: 15px;
  color: #888888;
}
.list-txt-02 .box-s {
  border-bottom: 1px solid #D4D4D4;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.list-txt-02 .box-s:hover {
  box-shadow: 0px 6px 8px 0px rgba(99, 44, 172, 0.18);
}
.list-txt-02 .box-s:hover .box-title {
  color: #6510AD;
}
.list-txt-02 .box-s:hover .box-more {
  background-color: #6510AD;
  background-image: url("comm-img-04.png");
}
.list-txt-02 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}
.list-txt-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}
.list-txt-02 .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");
}
.list-txt-03 li:last-child {
  margin-bottom: 0;
}
.list-txt-03 .box-s {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(104, 49, 177, 0.35);
}
.list-txt-03 .box-s:hover .box-title {
  color: #632CAC;
}
.list-txt-03 .box-s .box-title {
  color: #333333;
  line-height: 28px;
  margin-bottom: 5px;
  display: block;
}
.list-txt-03 .box-s .box-txt {
  color: #B2B2B2;
  line-height: 24px;
}
.list-txt-03 .box-s .box-txt span {
  display: inline-block;
  margin-right: 28px;
}
.list-txt-03 .box-s .box-txt span:last-child {
  margin-right: 0;
}
.list-img-01 .box-s {
  margin-bottom: 50px;
  border: 1px solid #F4F3FD;
}
.list-img-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-01 .box-s:hover .box-title {
  background: linear-gradient(-90deg, #2C3EB8, #7028A9);
  color: #fff;
}
.list-img-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.list-img-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 230px;
  transition: all 0.5s;
}
.list-img-01 .box-s .box-title {
  padding: 0 20px;
  text-align: center;
  background: #F4F3FD;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 75px;
  line-height: 75px;
}
.list-img-02 .box-s {
  margin-bottom: 40px;
}
.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-02 .box-s:hover .box-title {
  color: #632CAC;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}
.list-img-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 242px;
  transition: all 0.5s;
}
.list-img-02 .box-s .box-img .a-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(bsd-icon-08.png) no-repeat center center;
  z-index: 1;
}
.list-img-02 .box-s .box-img .a-video::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  opacity: 0.23;
  border-radius: 50%;
  z-index: -1;
}
.list-img-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  height: 56px;
}
@media (min-width: 1440px) {
  .list-img-01.row-w,
  .list-img-02.row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .list-img-01.row-w .col-w,
  .list-img-02.row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.list-img-03 li:last-child .box-s {
  margin-bottom: 0;
}
.list-img-03 .box-s {
  border-bottom: 1px dashed rgba(104, 49, 177, 0.35);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list-img-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-03 .box-s:hover .box-title {
  color: #632CAC;
}
.list-img-03 .box-s .box-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.list-img-03 .box-s .box-img img {
  display: block;
  width: 350px;
  height: 190px;
  transition: all 0.5s;
}
.list-img-03 .box-s .box-info {
  padding-top: 5px;
  overflow: hidden;
}
.list-img-03 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-img-03 .box-s .box-txt {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
  height: 84px;
  color: #666;
}
.list-img-03 .box-s .box-date {
  margin-top: 10px;
  color: #6513B5;
}
.list-logo .box-s {
  height: 120px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.list-logo .box-s img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


/* new add */
.banner-more {
  position: absolute;
  right: -42px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.banner-more:hover {
  color: #6510AD;
}

@media(max-width:767px) {
  .banner-more {
    color: #6510AD;
    line-height: 30px;
  }
}

.left-menu .box-a .sub-cont {
  padding-left: 15px;
  padding-bottom: 15px;
}
.left-menu .box-a .sub-cont a {
  display: block;
  font-size: 14px;
  color: #666666;
  position: relative;
  line-height: 34px;
  padding-left: 14px;
}
.left-menu .box-a .sub-cont a::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #666;
}
.left-menu .box-a .sub-cont a:hover,.left-menu .box-a .sub-cont a.active {
  color: #632CAC;
} 