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

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

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

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

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

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

  .h24 {
    font-size: 22px;
  }

  .h30 {
    font-size: 28px;
  }

  .h32 {
    font-size: 32px;
  }

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

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

  .h24 {
    font-size: 20px;
  }

  .h30 {
    font-size: 26px;
  }

  .h32 {
    font-size: 28px;
  }

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

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

  .h20 {
    font-size: 18px;
  }

  .h22 {
    font-size: 20px;
  }

  .h30 {
    font-size: 22px;
  }

  .h32 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #2A74D9;
  display: block;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comp-personnel-list-06 .box-s:hover {
  color: #2A74D9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bread-crumbs .bread-item a.cur {
  color: #2A74D9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comp-banner .owl-dots .owl-dot.active {
  background-color: #2A74D9;
}

.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: #2A74D9;
  animation: sliderProgressBar ease;
  display: block;
}

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

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

  100% {
    width: 100%;
  }
}

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

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

/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}

.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}

a:hover,
a:focus {
  color: #3D55A7;
}

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

.container {
  *zoom: 1;
}

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

/* 根字号 19.2     1.04 *19.2 = 20*/
.container {
  width: auto !important;
  padding-left: 8.3333rem;
  padding-right: 8.3333rem;
}

.row {
  margin-left: -0.7813rem;
  margin-right: -0.7813rem;
}

.sgs60-col {
  padding-left: 0.7813rem;
  padding-right: 0.7813rem;
}

.nav-wrap {
  padding: 1.0417rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-logo {
  display: block;
  width: 26.1979rem;
}

.header-logo img {
  width: 100%;
}

/*nav*/
nav.navbar.bootsnav {
  min-height: 1.5625rem;
  background: none;
  border: none;
  box-shadow: none;
  z-index: 99;
  position: relative;
}

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

nav.navbar.bootsnav ul.nav {
  margin-left: -0.7813rem;
  margin-right: -0.7813rem;
  float: right;
  margin-top: 1.875rem;
}

nav.navbar.bootsnav ul.nav>li {
  margin-left: 2.6042rem;
  padding: 0;
}

nav.navbar.bootsnav ul.nav>li:first-child {
  margin-left: 0;
}

/* nav.navbar.bootsnav ul.nav>li:nth-child(3) ul.dropdown-menu {
  min-width: 230% !important;
  left: -2.6042rem;
} */

nav.navbar.bootsnav ul.nav>li>a {
  display: block;
  font-size: 1.0417rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5625rem;
  text-align: center;
  padding: 0 !important;
  margin: 0;
}

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

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

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

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  min-width: 150%;
  left: -1.0417rem;
  width: auto;
  background: none;
  border-radius: 0;
  padding: 0.4167rem 0rem;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
  background: #FFFFFF !important;
  border-bottom: none;
  color: #333333;
  margin: 0;
  padding: 0.3646rem 0;
  line-height: 1.25rem;
  background: none;
  font-weight: 400;
  text-align: center;
  font-size: 0.8333rem;
}

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

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li ul {
  top: 0;
  border-top: none;
  min-width: 130%;
  padding: 0.3646rem;
  margin-top: 0;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li ul>li>a {
  font-weight: 400;
  text-align: center;
  font-size: 0.7292rem;
}

nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #A12227;
  padding: 1.0417rem 0;
}

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

.box1 {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.box1 .banner-img,
.box1 .banner-video {
  display: block;
  height: 100%;
}

.box1 .banner-img img,
.box1 .banner-video img,
.box1 .banner-img video,
.box1 .banner-video video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box1 .banner-operate {
  position: absolute;
  z-index: 9;
  right: 8.3333rem;
  bottom: 0;
  width: 15.3125rem;
  height: 3.8542rem;
  padding: 0 1.25rem 0 1.7188rem;
  background: url(sgs60-bg2.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box1 .swiper-num {
  width: 6.25rem;
  font-family: Arial;
  display: flex;
  justify-content: left;
  align-items: center;
}

.box1 .swiper-num span {
  font-size: 1.25rem;
  color: #000000;
  line-height: 2.6042rem;
}

.box1 .swiper-num .index {
  font-size: 2.0833rem;
  font-weight: bold;
  color: #9F1E23;
  margin-right: 4.375rem;
  position: relative;
}

.box1 .swiper-num .index::before {
  position: absolute;
  content: '';
  top: 1.3021rem;
  left: 1.8229rem;
  width: 2.6042rem;
  height: 0.0521rem;
  background: #000000;
}

.box1 .prev-box {
  position: relative;
  width: 2.2396rem;
  height: 1.1458rem;
}

.box1 .banner-next,
.box1 .banner-prev {
  width: 0.5729rem;
  height: 1.1458rem;
  top: 0;
  margin-top: 0;
}

.box1 .banner-next::after,
.box1 .banner-prev::after {
  color: #9F1E23;
  font-size: 1.1458rem;
  font-weight: bold;
}

.box1 .banner-next {
  right: 0;
}

.box1 .banner-prev {
  left: 0;
}

.box1 .line {
  width: 0.0521rem;
  height: 0.5208rem;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  left: 1.0938rem;
  top: 0.3125rem;
}

/*首页标题*/
.index-title {
  margin-bottom: 3.4896rem;
}

.index-title .title {
  position: relative;
  padding-top: 1.7708rem;
}

.index-title .en {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4.6875rem;
  line-height: 1;
  font-weight: bold;
  color: rgba(159, 30, 35, 0.08);
  text-transform: uppercase;
}

.index-title .ch {
  font-size: 2.5rem;
  color: #000000;
  line-height: 2.7083rem;
  position: relative;
  z-index: 9;
  margin-left: 0.2604rem;
}

.index-title .ch span {
  font-size: 2.5rem;
  line-height: 2.7083rem;
  color: #9F1E23;
  position: relative;
  padding-bottom: 1.0417rem;
  display: inline-block;
}

.index-title .ch span::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.2083rem;
  background: #9F1E23;
}

.index-title a {
  font-size: 0.8333rem;
  color: #9F1E23;
  margin-top: 2.3958rem;
  line-height: 1.5625rem;
}

.index-title a:hover {
  color: #333;
}

.box2 {
  padding: 4.5833rem 0 5.2083rem 0;
  background: url(sgs60-bg3.png) no-repeat center center;
  background-size: cover;
}

.m62 {
  margin: 0 -3.2292rem;
}

.p62 {
  padding: 0 3.2292rem;
}

.notice-list-a {
  display: block;
  position: relative;
  margin-left: 1.9792rem;
  margin-bottom: 4.8958rem;
}

.notice-list-a .date-box {
  position: absolute;
  left: -1.9792rem;
  top: 1.1979rem;
  width: 4.0625rem;
  height: 4.0625rem;
  background: #FFFFFF;
  border: 0.0521rem solid #9F1E23;
  padding-top: 0.3125rem;
}

.notice-list-a .date-box div {
  text-align: center;
  font-size: 0.8333rem;
  font-family: Arial;
  color: #9F1E23;
  line-height: 1;
}

.notice-list-a .date-box div:nth-child(1) {
  font-size: 2.0833rem;
  font-weight: bold;
  margin-bottom: 0.1563rem;
}

.notice-list-a .info {
  height: 6.4583rem;
  padding: 0 1.875rem 0 3.9583rem;
  border: 0.0521rem solid #9F1E23;
  border-radius: 1.5625rem 0rem 1.5625rem 0rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

.notice-list-a .title {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.4583rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.9167rem;
}

.notice-list-a:hover .title {
  color: #9F1E23;
}

.m20 {
  margin: 0 -1.0417rem;
}

.p20 {
  padding: 0 1.0417rem;
}

.activity-list-a {
  display: block;
  position: relative;
  padding-right: 4.0625rem;
  background: url(sgs60-bg4.png) no-repeat left bottom;
  background-size: 100% 100% !important;
  border-bottom: 0.1042rem solid #9F1E23;
  transition: all 0.5s;
  margin-bottom: 1.8229rem;
}

.activity-list-a .date-box {
  position: absolute;
  right: 0;
  top: 1.6667rem;
  width: 4.0625rem;
  height: 4.0625rem;
  background: #9F1E23;
  border-radius: 50%;
  padding-top: 0.7292rem;
}

.activity-list-a .date-box div {
  text-align: center;
  font-size: 0.7292rem;
  font-family: Arial;
  color: #FFFFFF;
  line-height: 1;
}

.activity-list-a .date-box div:nth-child(1) {
  font-size: 1.5625rem;
  font-weight: bold;
}

.activity-list-a .info {
  height: 7.8646rem;
  padding: 0 2.0833rem 0 1.5625rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

.activity-list-a .title {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.4583rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.375rem;
}

.activity-list-a:hover {
  background: url(sgs60-bg5.png) no-repeat left bottom;
  transition: all 0.5s;
}

.activity-list-a:hover .date-box {
  background: linear-gradient(0deg, #FCE4C5 0%, #F3D3AA 100%);
}

.activity-list-a:hover .date-box div {
  color: #9F1E23;
}

.activity-list-a:hover .title {
  color: #FFFFFF;
}

.box3 {
  padding: 5.7292rem 0 10.1042rem 0;
  position: relative;
}

.box3::before,
.box3::after {
  position: absolute;
  content: '';
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover !important;
  z-index: -1;
}

.box3::before {
  left: 0;
  background: url(sgs60-bg6.png) no-repeat center center;
}

.box3::after {
  right: 0;
  background: url(sgs60-bg7.png) no-repeat center center;
}

.box3>.container {
  position: relative;
  z-index: 9;
}

.box3 .index-title {
  margin-bottom: 0rem;
}

.box3 .index-title .en {
  color: rgba(255, 255, 255, 0.08);
}

.box3 .index-title .ch {
  color: #FFFFFF;
}

.box3 .index-title .ch span {
  color: #FFFFFF;
}

.box3 .index-title .ch span::before {
  background: #FFFFFF;
}

.logo-lm {
  display: block;
  width: 19.7917rem;
  margin: 5.4167rem auto 1.8229rem;
}

.logo-title,
.logo-subtitle {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  text-align: center;
}

.logo-title {
  margin-bottom: 2.6042rem;
  position: relative;
}

.logo-title::before {
  position: absolute;
  content: '';
  width: 1.875rem;
  height: 0.1042rem;
  background: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5625rem;
  display: none;
}

.logo-js {
  padding-left: 6.25rem;
}

.logo-js img {
  width: 14.8958rem;
  margin-bottom: 7.8125rem;
  margin-top: -0.5729rem;
}

.logo-desc {
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.6667rem;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  max-height: 18.2292rem;
}

.m40 {
  margin: 0 -2.0833rem;
}

.p40 {
  padding: 0 2.0833rem;
}

.box4 {
  padding: 6.25rem 0 5.2083rem 0;
  background: url(sgs60-bg8.png) no-repeat center bottom;
  background-size: 100% 75%;
}

.box4 .index-title {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 40%;
  margin-bottom: 0rem;
}

.box4>.container {
  position: relative;
}

.news-swiper {
  margin-bottom: 4.8958rem;
  margin-top: 1.3542rem;
  padding-top: 5.2083rem;
  padding-right: 11.4583rem;
  overflow: hidden;
  position: relative;
}

.news-swiper .newstop-img {
  position: absolute;
  right: 0;
  top: 0rem;
  width: 38.5417rem;
  height: 24.4792rem;
  background: #9F1E23;
  border-radius: 0.5208rem;
  overflow: hidden;
  z-index: 9;
}

.news-swiper .newstop-img .news-img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news-swiper .newstop-img .news-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.news-swiper .newstop-txt {
  border-radius: 1.5625rem 0rem 1.5625rem 0rem;
  background: #DEA362 url(sgs60-bg10.png) no-repeat center center;
}

.news-swiper .newstop-txt .info {
  min-height: 22.9167rem;
  padding: 4.1667rem 30.2083rem 3.8542rem 2.6042rem;
}

.news-swiper .newstop-txt .date {
  font-size: 0.8333rem;
  color: #FFFFFF;
  line-height: 1.4583rem;
  margin-bottom: 2.0833rem;
}

.news-swiper .newstop-txt .date span {
  font-size: 2.0833rem;
}

.news-swiper .newstop-txt h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1.1458rem;
}

.news-swiper .newstop-txt .desc {
  font-size: 0.8333rem;
  color: #FFFFFF;
  line-height: 1.3542rem;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.0625rem;
  margin-bottom: 3.2292rem;
}

.news-swiper .newstop-txt a {
  font-size: 0.8333rem;
  color: #FFFFFF;
  line-height: 1;
}

.news-swiper .news-pagination {
  bottom: 3.9063rem;
  width: 5.2083rem;
  left: 50%;
  transform: translateX(-50%);
}

.news-swiper .news-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.2604rem;
  border: 0.0521rem solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  background: none;
}

.news-swiper .news-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}

.news-swiper:hover .newstop-img .news-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.news-swiper:hover .newstop-txt h3,
.news-swiper:hover .newstop-txt a {
  color: #9F1E23;
}

.news-liat-a {
  display: block;
  padding: 1.1458rem 1.5625rem 1.5625rem 1.5625rem;
  background: #FFF3E6;
  border-radius: 0.5208rem;
}

.news-liat-a .date {
  font-size: 0.8333rem;
  color: #9F1E23;
  line-height: 1.4583rem;
  margin-bottom: 0.7292rem;
}

.news-liat-a .date span {
  display: inline-block;
  font-size: 1.0417rem;
}

.news-liat-a .img-box {
  height: 14.2188rem;
  overflow: hidden;
  background: #9AAFDC;
  border-radius: 0.5208rem;
  position: relative;
}

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

.news-liat-a .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 6.25rem;
  background: linear-gradient(0deg, rgba(159, 30, 35, 0.9) 0%, rgba(159, 30, 35, 0) 100%);
  border-radius: 0rem 0rem 0.5208rem 0.5208rem;
  z-index: 1;
}

.news-liat-a .img-box p {
  position: absolute;
  left: 1.5625rem;
  right: 1.5625rem;
  bottom: 1.25rem;
  z-index: 2;
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.125rem;
}

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

.box5 {
  padding: 4.5833rem 0 6.9792rem 0;
  background: url(sgs60-bg9.png) no-repeat center center;
  background-size: cover;
}

.course-box {
  margin-top: 12.2396rem;
  background: url(sgs60-bg11.png) no-repeat center center;
  padding: 3.8021rem 47.9167rem 3.4896rem 2.6042rem;
  position: relative;
  background-size: cover;
}

.course-box::before {
  position: absolute;
  content: '';
  width: 1.3021rem;
  left: -0.1563rem;
  top: -5.6771rem;
  bottom: -1.5625rem;
  background: url(sgs60-bg13.png) no-repeat center center;
  background-size: 100% 100%;
}

.course-box::after {
  position: absolute;
  content: '';
  width: 1.3021rem;
  right: -0.1563rem;
  top: -1.5625rem;
  bottom: -1.5625rem;
  background: url(sgs60-bg12.png) no-repeat center center;
  background-size: 100% 100%;
}
.course-box.course-text-box {
  padding: 3.8021rem 2.6042rem 3.4896rem 2.6042rem;
}
.course-keyword {
  position: absolute;
  left: 0rem;
  top: -4.2708rem;
  z-index: 9;
  width: 25.4167rem;
  height: 5.7292rem;
  background: url(sgs60-bg14.png) no-repeat right center;
  background-size: cover;
  font-size: 1.875rem;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 5.7292rem;
  padding-left: 2.6042rem;
}

.course-desc li {
  position: relative;
  padding-left: 1.5625rem;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #573A04;
  line-height: 1.5625rem;
  margin-bottom: 0.3646rem;
  text-align: justify;
}

.course-desc li:last-child {
  margin-bottom: 0;
}

.course-desc li::before {
  position: absolute;
  content: '';
  width: 0.5208rem;
  height: 0.5208rem;
  background: #9F1E23;
  border-radius: 50%;
  left: 0;
  top: 0.5208rem;
}

.course-swiper {
  position: absolute;
  width: 38.0208rem;
  bottom: 3.8542rem;
  right: 4.1667rem;
}

.course-swiper .gallery-top .img-box {
  width: 100%;
  height: 21.875rem;
}

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

.course-swiper .gallery-thumbs {
  margin-top: -1.7708rem;
}

.course-swiper .gallery-thumbs .img-box {
  width: 100%;
  height: 4.1667rem;
  cursor: pointer;
  border: 0.1563rem solid #FFF;
  overflow: hidden;
}

.course-swiper .gallery-thumbs .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-swiper .gallery-thumbs .swiper-slide-thumb-active .img-box {
  border: 0.2604rem solid #F0C141;
}

.box6 {
  padding: 3.4896rem 0 6.25rem 0;
  background: #FFFEFC url(sgs60-bg15.png) no-repeat center bottom;
  background-size: 100% 22.3958rem;
  position: relative;
}

.box6::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 12.5rem;
  background: url(sgs60-bg16.png) no-repeat center center;
  background-size: cover;
}

.box6 .index-title.vid-title {
  margin-bottom: 1.6667rem;
}

.box6 .index-title.vid-title .en {
  color: rgba(255, 255, 255, 0.08);
}

.box6 .index-title.vid-title .ch {
  color: #FFFFFF;
}

.box6 .index-title.vid-title .ch span {
  color: #FFFFFF;
}

.box6 .index-title.vid-title .ch span::before {
  background: #F3D7AD;
}

.box6 .index-title.ygtx-title {
  margin-bottom: 5.7292rem;
}

.box6 .index-title.ygtx-title .fr {
  width: 43.2292rem;
}

.box6 .index-title.ygtx-title .fr span {
  display: block;
  font-size: 5.2083rem;
  font-family: Arial;
  font-weight: bold;
  color: rgba(204, 161, 87, 0.18);
  line-height: 1;
  text-align: left;
}

.box6 .index-title.ygtx-title .fr span:nth-child(2) {
  font-size: 3.125rem;
  font-weight: bold;
  color: #A63B3E;
  line-height: 1;
  text-align: right;
  margin-top: -2.8125rem;
  font-family: Microsoft YaHei;
}

.vid-top-box {
  position: relative;
  padding-left: 8.3333rem;
  margin-bottom: 3.5417rem;
}

.vid-top-box .left-cont {
  float: left;
  width: 8.3333rem;
  margin-right: 3.6458rem;
  padding-top: 6.0938rem;
}

.vid-top-box .right-cont {
  overflow: hidden;
}

.vid-top-box .right-cont>div {
  overflow: hidden;
  height: 0;
}

.vid-top-box .right-cont>div:first-child {
  overflow: visible;
  height: auto;
}

.vidprev>div {
  height: 0;
  overflow: hidden;
}

.vidprev>div:first-child {
  height: auto;
  overflow: visible;
}

.vidprev-box {
  position: relative;
  width: 4.6875rem;
  height: 2.0833rem;
}

.vidprev-box .swiper-button-next,
.vidprev-box .swiper-button-prev {
  width: 2.0833rem;
  height: 2.0833rem;
  background: #CCA157;
  border-radius: 50%;
  top: 0;
  margin-top: 0;
}

.vidprev-box .swiper-button-next::after,
.vidprev-box .swiper-button-prev::after {
  color: #fff;
  font-size: 0.7813rem;
  font-weight: 400;
}

.vidprev-box .swiper-button-next:hover,
.vidprev-box .swiper-button-prev:hover {
  background: #9F1E23;
}

.vidprev-box .swiper-button-next {
  right: 0;
}

.vidprev-box .swiper-button-prev {
  left: 0;
}

.tab-title {
  margin-bottom: 2.6042rem;
}

.tab-title li {
  width: 100%;
  height: 2.7083rem;
  border: 0.0521rem solid rgba(173, 131, 68, 0.46);
  font-size: 0.9375rem;
  color: #20191B;
  line-height: 2.7083rem;
  margin-bottom: 1.0417rem;
  padding: 0 1.0417rem;
  position: relative;
  cursor: pointer;
}

.tab-title li::before {
  position: absolute;
  content: '';
  width: 0.8333rem;
  height: 0.8333rem;
  border: 0.0521rem solid #AD8344;
  border-radius: 50%;
  right: 1.0417rem;
  top: 1.0417rem;
}

.tab-title li::after {
  position: absolute;
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  background: #FFFFFF;
  border-radius: 50%;
  right: 1.3021rem;
  top: 1.3021rem;
  opacity: 0;
}

.tab-title li:last-child {
  margin-bottom: 0;
}

.tab-title li:hover,
.tab-title li.active {
  border: 0.0521rem solid #9F1E23;
  background: #9F1E23;
  color: #FFFFFF;
}

.tab-title li:hover::before,
.tab-title li.active::before {
  border: 0.0521rem solid #FFFFFF;
}

.tab-title li:hover::after,
.tab-title li.active::after {
  opacity: 1;
}

.vid-swiper {
  overflow: hidden;
}

.vid-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: bgpulse 18s infinite linear;
}

.vid-swiper .swiper-slide {
  width: auto !important;
}

.vid-swiper .img-box1-top {
  display: block;
  height: 16.3021rem;
  overflow: hidden;
  margin-bottom: 1.0417rem;
}

.vid-swiper .img-box1-top2 {
  display: block;
  height: 7.8125rem;
  overflow: hidden;
  margin-bottom: 1.0417rem;
}

.vid-swiper .img-box1-top3 {
  display: block;
  height: 4.4271rem;
  overflow: hidden;
}

.vid-swiper .img-box2 {
  display: block;
  height: 30.625rem;
  overflow: hidden;
}

.vid-swiper .img-box3 {
  display: block;
  height: 14.7917rem;
  overflow: hidden;
  margin-bottom: 1.0417rem;
}

.vid-swiper .img-box3:last-child {
  margin-bottom: 0;
}

.tssg-img-list {
  display: block;
  width: 26.9792rem;
  height: 15.625rem;
  margin-bottom: 1.0417rem;
  overflow: hidden;
  position: relative;
}

.tssg-img-list:last-child {
  margin-bottom: 0;
}

.tssg-img-list::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 6.25rem;
  background: linear-gradient(0deg, rgba(159, 30, 35, 0.9) 0%, rgba(159, 30, 35, 0) 100%);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

.tssg-img-list p {
  position: absolute;
  left: 1.0417rem;
  right: 1.0417rem;
  bottom: 1.0417rem;
  z-index: 2;
  font-size: .9375rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  transition: all 0.5s;
}
.tssg-img-list:hover::before{
  opacity: 1;
  transition: all 0.5s;
}
.tssg-img-list:hover p {
  opacity: 1;
  transition: all 0.5s;
}


.vedio-swiper {
  overflow: hidden;
}

.vedio-swiper .swiper-slide {
  width: auto !important;
}

.index-vedio-list {
  display: block;
  margin-bottom: 2.0833rem;
  width: 39.8438rem;
}

.index-vedio-list .img-box {
  height: 22.3958rem;
  overflow: hidden;
  position: relative;
}

.index-vedio-list .img-box::before {
  position: absolute;
  content: '';
  right: 1.5625rem;
  bottom: 1.0417rem;
  width: 2.6042rem;
  height: 2.6042rem;
  background: url(sgs60-bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}

.index-vedio-list .img-box img {
  width: 100%;
  height: 100%;
  animation: bgpulse 18s infinite linear;
}

.index-vedio-list .info {
  padding: 1.5625rem 1.5625rem;
  min-height: 7.2917rem;
  background: #F9F9F7;
}

.index-vedio-list .title {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2.1875rem;
}

.index-vedio-list .date {
  font-size: 0.8333rem;
  color: #999999;
  line-height: 1;
}

.index-vedio-list:hover .title {
  color: #A12227;
}

.m10 {
  margin: 0 -0.5208rem;
}

.p10 {
  padding: 0 0.5208rem;
}

.ygtx-list li {
  float: left;
  width: 25%;
  min-height: 18.75rem;
  background: #DEA362 url(sgs60-bg17.png) no-repeat right bottom;
  background-size: 9.5833rem 8.125rem !important;
}

.ygtx-list li:nth-child(2n) {
  background: #9F1E23 url(sgs60-bg17.png) no-repeat right bottom;
}

.ygtx-list a {
  display: block;
  padding: 2.3438rem 4.3229rem 3.125rem 2.6042rem;
}

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

.ygtx-list .title {
  font-size: 1.0417rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5625rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.125rem;
  margin-bottom: 1.3021rem;
}

.ygtx-list .img-box {
  height: 8.9583rem;
  overflow: hidden;
}

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

.box7 {
  padding: 3.4375rem 0 4.6875rem 0;
  background: #FFFEFC url(sgs60-bg18.png) no-repeat center bottom;
  background-size: cover;
}

.box7 .index-title {
  margin-bottom: 2.0833rem;
}

.box7 .index-title .en {
  color: rgba(255, 255, 255, 0.08);
}

.box7 .index-title .ch {
  color: #FFFFFF;
}

.box7 .index-title .ch span {
  color: #FFFFFF;
}

.box7 .index-title .ch span::before {
  background: #FFFFFF;
}

.box7 .index-title a {
  color: #FFFFFF;
}

.box7 .index-title a:hover {
  color: #333333;
}

.xy-swiper {
  padding-top: 7.2917rem;
}

.xy-swiper .xy-prevbox {
  position: absolute;
  width: 4.2708rem;
  height: 1.0417rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.xy-swiper .xy-prevbox .xy-next,
.xy-swiper .xy-prevbox .xy-prev {
  width: 0.625rem;
  height: 1.0417rem;
  top: 0;
  margin-top: 0;
}

.xy-swiper .xy-prevbox .xy-next::after,
.xy-swiper .xy-prevbox .xy-prev::after {
  color: #fff;
  font-size: 0.7813rem;
  font-weight: 400;
}

.xy-swiper .xy-prevbox .vid-next {
  right: 0;
}

.xy-swiper .xy-prevbox .vid-prev {
  left: 0;
}

.xy-swiper .xy-prevbox .line {
  position: absolute;
  left: 2.0833rem;
  width: 0.0521rem;
  height: 1.0417rem;
  background: #FFFFFF;
}

.xy-swiper .swiper-slide-active {
  margin-top: -6.2083rem;
}

.xy-swiper .swiper-slide-active .xy-list-a {
  margin: 0px -4.4271rem;
}

.xy-swiper .swiper-slide-active .xy-list-a .img-bg-box {
  padding: 3.9167rem 0;
  background: url(sgs60-bg47.png) no-repeat center center;
  background-size: 100% 100%;
}

.xy-swiper .swiper-slide-active .xy-list-a .img-box {
  position: relative;
  width: 11.7708rem;
  height: 11.7708rem;
  border: 0.5208rem solid rgba(255, 255, 255, 0.5);
}

.xy-swiper .swiper-slide-active .xy-list-a .img-box p {
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  background: #FFE7C8;
  font-size: 0.9375rem;
  color: #000000;
  line-height: 2.2396rem;
  text-align: center;
  padding: 0 2.0833rem;
}

.xy-swiper .swiper-slide-active .xy-list-a .name {
  display: none;
}

.xy-swiper .swiper-slide-active .xy-list-a .desc {
  display: block;
}

.xy-list-a {
  display: block;
}

.xy-list-a .img-box {
  overflow: hidden;
  width: 7.8125rem;
  height: 7.8125rem;
  border: 0.3125rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 auto 0.5208rem;
}

.xy-list-a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.xy-list-a .name {
  font-size: 0.9375rem;
  color: #FFE7C8;
  line-height: 1.25rem;
  text-align: center;
}

.xy-list-a .desc {
  font-size: 0.8333rem;
  color: #FFFFFF;
  line-height: 1.6667rem;
  text-align: center;
  display: none;
}

.box8 {
  padding: 3.5417rem 0 3.125rem 0;
  background: url(sgs60-bg19.png) no-repeat center center;
  background-size: cover;
}

.box8 .p25:nth-child(2) .jy-list-a {
  background: url(sgs60-bg21.png) no-repeat center center;
  border-radius: 0;
}

.box8 .p25:nth-child(2) .jy-list-a::before {
  background: url(sgs60-bg28.png) no-repeat center center;
}

.box8 .p25:nth-child(3) .jy-list-a {
  background: url(sgs60-bg22.png) no-repeat center center;
  border-radius: 0rem 3.125rem 0rem 0rem;
}

.box8 .p25:nth-child(3) .jy-list-a::before {
  background: url(sgs60-bg28.png) no-repeat center center;
}

.m25 {
  margin: 0 -1.3021rem;
}

.p25 {
  padding: 0 1.3021rem;
}

.jy-list-a {
  display: block;
  min-height: 24.3229rem;
  background: url(sgs60-bg20.png) no-repeat center center;
  background-size: cover !important;
  border-radius: 0rem 0rem 0rem 3.125rem;
  position: relative;
  padding: 4.9479rem 1.0417rem 2.3438rem 1.0417rem;
  margin-bottom: 4.2708rem;
}

.jy-list-a::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 5.8854rem;
  height: 4.4271rem;
  background: url(sgs60-bg23.png) no-repeat center center;
  background-size: 100% 100% !important;
}

.jy-list-a .info {
  width: 17.3958rem;
  margin: 0 auto 3.6458rem;
  padding: 0 2.7083rem;
  font-size: 1.4583rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.9167rem;
  text-align: center;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 11.6667rem;
  position: relative;
}

.jy-list-a .info::before,
.jy-list-a .info::after {
  position: absolute;
  content: '';
  width: 0.9896rem;
  height: 0.8333rem;
  background-size: 100% 100% !important;
}

.jy-list-a .info::before {
  left: 0;
  top: 0rem;
  background: url(sgs60-bg26.png) no-repeat center center;
}

.jy-list-a .info::after {
  right: 0;
  bottom: 0rem;
  background: url(sgs60-bg27.png) no-repeat center center;
}

.jy-list-a .title {
  text-align: center;
  position: relative;
  margin: 0 4.7917rem;
}

.jy-list-a .title::before,
.jy-list-a .title::after {
  position: absolute;
  content: '';
  top: 0rem;
  width: 0.9375rem;
  height: 1.6667rem;
  background-size: 100% 100% !important;
}

.jy-list-a .title::before {
  left: 0;
  background: url(sgs60-bg24.png) no-repeat center center;
}

.jy-list-a .title::after {
  right: 0;
  background: url(sgs60-bg25.png) no-repeat center center;
}

.jy-list-a .title span {
  display: block;
  font-size: 1.0417rem;
  color: #FFFFFF;
  line-height: 1.6667rem;
  padding: 0 3.6458rem;
  margin: 0 1.6667rem;
  position: relative;
}

.jy-list-a .title span::before,
.jy-list-a .title span::after {
  position: absolute;
  content: '';
  top: 0.6771rem;
  width: 2.6042rem;
  height: 0.0521rem;
  background: #FFFFFF;
}

.jy-list-a .title span::before {
  left: 0;
}

.jy-list-a .title span::after {
  right: 0;
}

.jy-swiper .jy-pagination {
  bottom: 0rem;
}

.jy-swiper .jy-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.5208rem;
  border: 0.0521rem solid #9F1E23;
  border-radius: 50%;
  opacity: 1;
  background: none;
}

.jy-swiper .jy-pagination .swiper-pagination-bullet-active {
  background: #9F1E23;
}

.box9 {
  padding: 6.25rem 0 7.8125rem 0;
  background: url(sgs60-bg29.png) no-repeat center center;
  background-size: cover;
  padding-left: 8.3333rem;
}

.box9 .index-title {
  margin-bottom: 0rem;
}

.box9 .index-title .en {
  color: rgba(255, 255, 255, 0.08);
}

.box9 .index-title .ch {
  color: #FFFFFF;
}

.box9 .index-title .ch span {
  color: #FFFFFF;
}

.box9 .index-title .ch span::before {
  background: #FFFFFF;
}

.box9 .index-title a {
  color: #FFFFFF;
}

.box9 .index-title a:hover {
  color: #333333;
}

.zfsg-cont .left-zfsg {
  float: left;
  width: 29.4792rem;
  margin-right: 6.0417rem;
}

.zfsg-cont .zfsg-img-box {
  padding: 2.7604rem 4.0625rem 2.0833rem 3.4375rem;
  position: relative;
  margin-top: 3.3854rem;
  margin-bottom: 2.6042rem;
}

.zfsg-cont .zfsg-img-box::before,
.zfsg-cont .zfsg-img-box::after {
  position: absolute;
  content: '';
  width: 1.5625rem;
  height: 3.5417rem;
  background-size: 100% 100% !important;
}

.zfsg-cont .zfsg-img-box::before {
  left: 0;
  top: 0rem;
  background: url(sgs60-bg30.png) no-repeat center center;
}

.zfsg-cont .zfsg-img-box::after {
  right: 0;
  bottom: 0rem;
  background: url(sgs60-bg31.png) no-repeat center center;
}

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

.zfsg-cont .desc {
  font-size: 0.8333rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.875rem;
  text-align: justify;
  margin-bottom: 2.8646rem;
}

.zfsg-cont .zf-btn {
  display: block;
  width: 16.25rem;
  height: 3.9583rem;
  background: #FFE7C8;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #9F1E23;
  line-height: 3.9583rem;
  text-align: center;
}

.zfsg-cont .right-zfsg {
  overflow: hidden;
  height: 30.9375rem;
  border: 0.3125rem solid #FFFFFF;
  border-radius: 1.0417rem 0 0 1.0417rem;
  border-right: 0;
  padding: 3.3854rem 0 3.3854rem 3.6458rem;
}

.zfsg-cont .right-zfsg .marquee {
  overflow: hidden;
}

.zfsg-cont .right-zfsg ul {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
}

.zfsg-cont .right-zfsg li {
  max-width: 22.0833rem;
  margin-right: 2.0833rem;
}

.zf-groyp {
  margin-bottom: 2.6042rem;
  position: relative;
}

.zf-groyp .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.9583rem;
  height: 3.9583rem;
  border: 0.0521rem solid #FFF;
  border-radius: 50%;
  overflow: hidden;
}

.zf-groyp .icon-box img {
  width: 100%;
  height: 100%;
}

.zf-groyp .info {
  padding-left: 2.0833rem;
}

.zf-groyp .name {
  width: 10.9375rem;
  height: 1.3542rem;
  background: #FFE7C8;
  border-radius: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.8333rem;
  color: #000000;
  line-height: 1.3542rem;
  padding: 0 0.5208rem 0 2.3438rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zf-groyp .title {
  width: 17.9167rem;
  height: 2.6042rem;
  border: 0.1042rem solid #FFE7C8;
  border-radius: 0 1.1979rem 1.1979rem 0;
  font-size: 0.8333rem;
  color: #FFFFFF;
  line-height: 2.6042rem;
  padding: 0 0.5208rem 0 2.3438rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zf-groyp:nth-child(2n) {
  margin-left: 2.0833rem;
}

.zf-groyp:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 0.625rem 0 0.7813rem 0;
  background: url(sgs60-bg1.png) no-repeat center center;
  background-size: cover !important;
}

.footer .footer-logo {
  display: block;
  width: 31.9792rem;
  margin: 0 auto;
}

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

.footer .footer-logo img:nth-child(2) {
  display: none;
}

.footer .info {
  margin-top: 0.7292rem;
  border-top: 0.0521rem solid rgba(159, 30, 35, 0.2);
  padding-top: 1.0417rem;
  font-size: 0;
  text-align: center;
}

.footer .info span,
.footer .info a {
  font-size: 0.7292rem;
  color: #333333;
  line-height: 1.3542rem;
  display: inline-block;
}

.footer .info span img,
.footer .info a img {
  width: 0.9375rem;
  height: 1.0417rem;
  margin: -0.2083rem 0.2604rem 0;
}

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

/*内页*/
.ny-header .nav-wrap {
  position: relative;
  background: #A12227;
}

.sgs60-ny-box {
  padding-bottom: 3.125rem;
}

.sgs60-ny-top {
  height: 16.6667rem;
}

.ny-footer .footer {
  padding: 1.5625rem 0 0.7813rem 0;
  background: url(sgs60-bg33.png) no-repeat center center;
}

.ny-footer .footer .footer-logo img:nth-child(1) {
  display: none;
}

.ny-footer .footer .footer-logo img:nth-child(2) {
  display: block;
}

.ny-footer .footer .info {
  border-top: 0.0521rem solid rgba(255, 255, 255, 0.2);
}

.ny-footer .footer .info span,
.ny-footer .footer .info a {
  color: #fff;
}

.ny-cont {
  min-height: calc(100vh - 36.4583rem);
}

.ny-top {
  border-bottom: 0.1042rem solid #A12227;
  margin-bottom: 2.0833rem;
  margin-top: -5.7292rem;
}

.ny-top .other-menu {
  float: left;
  padding-bottom: 0rem;
  display: flex;
  justify-content: left;
  align-items: flex-end;
}

.ny-top .other-menu .menu-title {
  float: left;
  background: url(sgs60-bg32.png) no-repeat center;
  background-size: cover;
  width: 15.4167rem;
  height: 9.375rem;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  border-bottom: none;
  padding: 2.8646rem 1.0417rem;
}

.ny-top .other-menu .menu-title div {
  width: 100%;
  font-size: 0.9375rem;
  font-family: Arial;
  line-height: 1.9792rem;
}

.ny-top .other-menu .menu-title div:nth-child(1) {
  font-size: 1.875rem;
  font-family: Microsoft YaHei;
  line-height: 1.9792rem;
}

.ny-top .other-menu .menu-cont {
  overflow: hidden;
  background: #fff;
}

.ny-top .other-menu .menu-cont .box-a {
  float: left;
  background: transparent;
  border-bottom: none;
  padding: 1.0417rem 2.6042rem;
  position: relative;
}

.ny-top .other-menu .menu-cont .box-a::before {
  position: absolute;
  content: '';
  width: 0.2083rem;
  height: 1.0417rem;
  background: #D7CCCC;
  right: 0;
  top: 1.3021rem;
}

.ny-top .other-menu .menu-cont .box-a:last-child::before {
  display: none;
}

.ny-top .other-menu .menu-cont .box-a:hover .a-title,
.ny-top .other-menu .menu-cont .box-a.active .a-title {
  color: #A12227;
}

.ny-top .other-menu .menu-cont .a-title {
  font-size: 1.0417rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.5625rem;
  padding: 0;
  background: none;
}

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

.ny-top .other-menu .menu-cont .a-title:after {
  display: none;
}

.ny-top .bread-crumbs {
  float: right;
  margin-top: 6.7708rem;
}

.ny-top .bread-crumbs .bread-location {
  color: #666666;
  font-size: 0.8333rem;
  line-height: 1.5625rem;
}

.ny-top .bread-crumbs .bread-item a {
  color: #666666;
  font-size: 0.8333rem;
  line-height: 1.5625rem;
}

.ny-top .bread-crumbs .bread-item span {
  font-size: 0.8333rem;
  line-height: 1.5625rem;
}

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

.ny-top .bread-crumbs .bread-item a:last-child {
  color: #A12227;
}

.ny-top .bread-crumbs .bread-item a:hover {
  color: #A12227;
}

.fy-box {
  margin-top: 1.0417rem;
}

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

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

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  height: 2.0833rem;
  min-width: 2.0833rem;
  line-height: 2.0833rem;
  margin-left: 0.1042rem;
  margin-right: 0.1042rem;
  color: #666666;
  font-size: 0.8333rem;
  padding-left: 0.4167rem;
  padding-right: 0.4167rem;
  background: #FFFFFF;
  border: 0.0521rem solid #EEEEEE;
}

.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: #A12227;
  border: 0.0521rem solid #A12227;
  color: #fff;
}

.comp-pages .page-pc span {
  background: #A12227;
  border: 0.0521rem solid none;
  color: #fff;
}

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

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

/*文字列表*/
.wz-list li {
  border-bottom: 0.0521rem solid #E5E5E5;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.wz-list li:last-child {
  margin-bottom: 2.6042rem;
}

.wz-list a {
  display: block;
  padding-left: 1.5625rem;
}

.wz-list a:hover .title {
  color: #A12227;
}

.wz-list .date-box {
  float: left;
  padding-right: 1.5625rem;
  margin-right: 1.5625rem;
  position: relative;
}

.wz-list .date-box::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0.0521rem;
  height: 2.2917rem;
  background: #E5E5E5;
}

.wz-list .date-box div {
  font-size: 0.8333rem;
  color: #999999;
  line-height: 1;
}

.wz-list .date-box div:nth-child(1) {
  font-size: 1.25rem;
  font-weight: bold;
  color: #A12227;
  margin-bottom: 0.3125rem;
}

.wz-list .title {
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.3125rem 0;
}

/*历史沿革*/
.lsyg-ny-box {
  background: url(sgs60-bg34.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 7.2917rem !important;
}

.lsyg-ny-box .course-box {
  margin-top: 15.3646rem;
}

/*所庆视频*/
.vedio-list {
  display: block;
  margin-bottom: 2.0833rem;
}

.vedio-list .img-box {
  height: 22.8125rem;
  overflow: hidden;
  position: relative;
}

.vedio-list .img-box::before {
  position: absolute;
  content: '';
  right: 1.5625rem;
  bottom: 1.0417rem;
  width: 2.6042rem;
  height: 2.6042rem;
  background: url(sgs60-bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}

.vedio-list .img-box img {
  width: 100%;
  height: 100%;
  animation: bgpulse 18s infinite linear;
}

.vedio-list .info {
  padding: 1.5625rem 1.5625rem;
  min-height: 7.2917rem;
  background: #F9F9F7;
}

.vedio-list .title {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2.1875rem;
}

.vedio-list .date {
  font-size: 0.8333rem;
  color: #999999;
  line-height: 1;
}

.vedio-list:hover .title {
  color: #A12227;
}

@keyframes bgpulse {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.28, 1.28, 1.28);
    transform: scale3d(1.28, 1.28, 1.28);
  }
}

/*图片列表*/
.pic-list-ul .col-sm-4:nth-child(3n+1){
  clear: left;  
}
.pic-list {
  display: block;
  margin-bottom: 2.0833rem;
}

.pic-list .img-box {
  height: 17.3958rem;
  overflow: hidden;
}

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

.pic-list .title {
  /* height: 3.125rem; */
  background: #EBEBEB;
  padding:.7813rem 0.5208rem;
  text-align: center;
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.5625rem;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

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

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

/*文章细览*/
.details-page .detail-top {
  margin-bottom: 1.8229rem;
  border-bottom: 0.0521rem dashed #CCCCCC;
  padding-bottom: 1.0417rem;
  padding-top: 2.0833rem;
}

.details-page .detail-top .title-s {
  font-size: 1.3542rem;
  max-width: none;
  color: #333333;
  line-height: 1.6667rem;
}

.details-page .detail-top .top-other {
  color: #666666;
  margin-top: 0.8854rem;
}

.details-page .detail-top .top-other .other-info {
  float: none;
  text-align: center;
  line-height: 1.5625rem;
  font-size: 0.8333rem;
}

.details-page .detail-top .top-other span {
  margin-right: 1.5625rem;
}

.details-page .detail-top .top-other a:hover {
  color: #A12227;
}

.details-page .main-cont {
  text-align: left;
  font-size: 0.8333rem;
  color: #333333;
  line-height: 1.6667rem;
}

.details-page .main-cont p,
.details-page .main-cont div {
  font-size: 0.8333rem;
  color: #333333;
  line-height: 1.6667rem;
  margin-bottom: 0.5208rem;
}

.details-page .main-cont.cont-xilan img {
  width: auto;
  max-width: 31.25rem;
}

.details-page .cont-page {
  margin-top: 2.0833rem;
  border-top: 0.0521rem solid #EEEEEE;
  padding-top: 1.5625rem;
  color: #666666;
  font-size: 0.7292rem;
  line-height: 1.5625rem;
  position: relative;
  padding-right: 10.4167rem;
}

.details-page .cont-page .a-page {
  margin-bottom: 0rem;
}

.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
  font-size: 0.7292rem;
}

.details-page .cont-page .a-page span {
  color: #A12227;
}

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

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

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

.details-page .cont-page .share.share-xl {
  position: absolute;
  right: 0;
  font-size: 0.7292rem;
  color: #333333;
}

/*单篇*/
.dp-box .title {
  font-size: 1.6667rem;
  color: #333333;
  line-height: 1.9792rem;
  text-align: center;
  padding-bottom: 2.0833rem;
  margin-bottom: 2.6042rem;
  border-bottom: 0.0521rem solid #EEEEEE;
}

.dp-box .info {
  text-align: left;
  font-size: 0.8333rem;
  color: #333333;
  line-height: 1.6667rem;
}

.dp-box .info img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 31.25rem;
}

.dp-box .info p,
.dp-box .info div {
  font-size: 0.8333rem;
  color: #333333;
  line-height: 1.6667rem;
  margin-bottom: 0.5208rem;
}

.dp-box .info p b,
.dp-box .info div b {
  font-size: 0.9375rem;
  padding-left: 1.0417rem;
  position: relative;
}

.dp-box .info p b::before,
.dp-box .info div b::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.2083rem;
  width: 0.1563rem;
  height: 0.8854rem;
  background: #A12227;
}

.dp-box .info p b,
.dp-box .info div strong {
  font-size: 0.9375rem;
  padding-left: 1.0417rem;
  position: relative;
}

.dp-box .info p strong::before,
.dp-box .info div strong::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.2083rem;
  width: 0.1563rem;
  height: 0.8854rem;
  background: #A12227;
}

/*上图下文*/
.tw-list {
  display: block;
  margin-bottom: 1.5625rem;
}

.tw-list .img-box {
  height: 14.6875rem;
  overflow: hidden;
}

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

.tw-list .info {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.5208rem 0rem rgba(0, 0, 0, 0.06);
  padding: 1.5625rem 1.5625rem;
}

.tw-list .title {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.6667rem;
  margin-bottom: 1.3021rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.3333rem;
}

.tw-list .date {
  font-size: 0.8333rem;
  color: #999999;
  line-height: 1;
}

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

.tw-list:hover .title {
  color: #A12227;
}

/*右图左文*/
.tw2-list {
  padding-top: 3.125rem;
}

.tw2-list li {
  margin-bottom: 4.5833rem;
}

.tw2-list li:last-child {
  margin-bottom: 2.6042rem;
}

.tw2-list a {
  display: block;
  background: #F5F7FA;
  padding: 2.0833rem 3.4375rem;
}

.tw2-list a:hover {
  background: url(sgs60-bg36.png) no-repeat center center;
  background-size: cover;
}

.tw2-list a:hover .info::before {
  background: url(sgs60-bg37.png) no-repeat center center;
}

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

.tw2-list a:hover .date div {
  color: #fff;
}

.tw2-list a:hover .date div:nth-child(1) {
  color: #fff;
}

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

.tw2-list a:hover .desc {
  color: #fff;
}

.tw2-list .img-box {
  float: right;
  margin-top: -4.5833rem;
  width: 18.9583rem;
  height: 12.2917rem;
  overflow: hidden;
}

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

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

.tw2-list .info::before {
  position: absolute;
  content: '';
  left: 0;
  top: 6.25rem;
  width: 1.6146rem;
  height: 1.6146rem;
  background: url(sgs60-bg35.png) no-repeat center center;
  background-size: 100% 100% !important;
}

.tw2-list .date {
  float: left;
  margin-right: 2.0833rem;
}

.tw2-list .date div {
  font-size: 1.4583rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.tw2-list .date div:nth-child(1) {
  font-size: 0.9375rem;
  color: #808080;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.tw2-list .left-info {
  overflow: hidden;
  padding-top: 1.3021rem;
  padding-right: 3.125rem;
}

.tw2-list .title {
  font-size: 1.1458rem;
  color: #333333;
  line-height: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1.0417rem;
}

.tw2-list .desc {
  font-size: 0.8333rem;
  color: #999999;
  line-height: 1.3542rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.0625rem;
}

/*所友联络*/
.con-cont .img-box {
  float: left;
  width: 55.2083rem;
  height: 29.1667rem;
  overflow: hidden;
  margin-right: 1.5625rem;
}

.con-cont .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con-cont .right-cont {
  overflow: hidden;
}

.con-cont .jz-link {
  display: block;
  height: 9.8958rem;
  overflow: hidden;
  margin-bottom: 1.5625rem;
}

.con-cont .jz-link img {
  width: 100%;
  height: 100%;
}

.con-cont .lxfs-box {
  background: #FFFFFF url(sgs60-bg38.png) no-repeat center;
  background-size: cover;
  border: 0.0521rem dashed #A12227;
  padding: 1.25rem 1.5625rem 1.5625rem 1.5625rem;
}

.con-cont h4 {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.5625rem;
  position: relative;
  margin-bottom: 1.5625rem;
}

.con-cont h4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.2604rem;
  width: 1.0417rem;
  height: 0.1042rem;
  background: #A12227;
}

.con-cont p {
  font-size: 0.8333rem;
  color: #333333;
  line-height: 1.25rem;
  margin-bottom: 0.8333rem;
}

.con-cont p:last-of-type {
  margin-bottom: 0;
}

.con-cont p span {
  color: #666666;
}

/*诗文书画*/
.swsh-box .left-cont {
  float: left;
  width: 61.4583rem;
  margin-right: 1.4583rem;
  overflow: hidden;
}

.swsh-box .right-cont {
  overflow: hidden;
}

.swsh-box .right-cont li {
  margin-bottom: 1.4583rem;
}

.swsh-box .right-cont li:last-child {
  margin-bottom: 0;
}

.swsh-box .right-cont a {
  display: block;
  height: 12.9167rem;
  overflow: hidden;
}

.swsh-box .right-cont a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.swsh-box .right-cont a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.swsh-img {
  display: block;
  height: 41.6667rem;
  position: relative;
  overflow: hidden;
}

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

.swsh-img::before {
  position: absolute;
  content: '';
  height: 4.1667rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  opacity: 0.5;
  z-index: 1;
}

.swsh-img p {
  position: absolute;
  left: 2.3438rem;
  bottom: 1.25rem;
  right: 5.2083rem;
  z-index: 2;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.swsh-swiper .swsh-next,
.swsh-swiper .swsh-prev {
  width: 3.8542rem;
  height: 3.8542rem;
  background: #A12227;
  border-radius: 0.3125rem;
}

.swsh-swiper .swsh-next::after,
.swsh-swiper .swsh-prev::after {
  color: #fff;
  font-size: 1.3542rem;
  font-weight: bold;
}

.swsh-swiper .swsh-next {
  right: 1.5625rem;
}

.swsh-swiper .swsh-prev {
  left: 1.5625rem;
}

.swsh-swiper .swsh-pagination {
  bottom: 1.25rem;
  right: 1.5625rem;
  left: auto;
  width: auto;
}

.swsh-swiper .swsh-pagination .swiper-pagination-bullet {
  width: 0.5208rem;
  height: 0.5208rem;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 0.3125rem;
  opacity: 1;
}

.swsh-swiper .swsh-pagination .swiper-pagination-bullet-active {
  background: #A12227;
}

/*人员图片*/
.ry-list-a {
  display: block;
  background: url(sgs60-bg40.png) no-repeat center bottom;
  border-bottom: 0.0521rem solid #BA272C;
  background-size: 100% 75% !important;
  margin-bottom: 2.0833rem;
  padding-bottom: 0.7813rem;
}

.ry-list-a .img-box {
  width: 10.6771rem;
  height: 14.7917rem;
  margin: 0 auto 0.7813rem;
  overflow: hidden;
}

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

.ry-list-a p {
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.3542rem;
  text-align: center;
}

.ry-list-a:hover {
  background: url(sgs60-bg39.png) no-repeat center bottom;
}

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

.ry-list-a:hover p {
  color: #fff;
}

/*祝福上光*/
.Bless-box .left-cont {
  float: left;
  width: 31.25rem;
  margin-right: 3.4375rem;
}

.Bless-box .left-cont .comp-pages .page-pc {
  text-align: center;
}

.Bless-box .right-cont {
  overflow: hidden;
}

.Bless-box .right-cont h2 {
  text-align: center;
  font-size: 1.6667rem;
  color: #A12227;
  line-height: 2.0833rem;
  margin-bottom: 2.0833rem;
}

.Bless-box .right-cont form {
  width: 100%;
  height: 32.7083rem;
  padding: 2.3438rem 4.0104rem;
  background: #FEF9F0 url(sgs60-bg41.jpg) no-repeat left bottom;
  background-size: 34.5833rem 22.3958rem;
  border: 0.2604rem solid #E5D1B9;
  margin-bottom: 8.6979rem;
  position: relative;
}

.Bless-box .right-cont form::before {
  position: absolute;
  content: '';
  right: 160PX;
  bottom: 0;
  width: 13.0729rem;
  height: 16.5625rem;
  background: url(sgs60-bg42.png) no-repeat center;
  background-size: 100% 100%;
}

.Bless-box .right-cont .box-inp {
  margin-bottom: 2.0833rem;
  display: block;
}

.Bless-box .right-cont .box-inp span {
  float: left;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #88643E;
  line-height: 2.6042rem;
  width: 6.25rem;
}

.Bless-box .right-cont .box-inp .inp {
  display: block;
  float: left;
  width: calc(100% - 6.25rem);
  height: 2.6042rem;
  line-height: 2.6042rem;
  background: #FCF2E7;
  border: 0.0521rem solid #C7B198;
  font-size: 0.7292rem;
  color: #BBA68C;
  padding: 0 1.0417rem;
}

.Bless-box .right-cont .box-inp .inp.text {
  height: 6.25rem;
  line-height: 1.5625rem;
  padding: 0.5208rem 1.0417rem;
}

.Bless-box .right-cont .box-inp input::-webkit-input-placeholder,
.Bless-box .right-cont .box-inp textarea::-webkit-input-placeholder {
  font-size: 0.7292rem;
  color: #BBA68C;
}

.Bless-box .right-cont .box-inp input:-moz-placeholder,
.Bless-box .right-cont .box-inp textarea:-moz-placeholder {
  font-size: 0.7292rem;
  color: #BBA68C;
}

.Bless-box .right-cont .box-inp input::-moz-placeholder,
.Bless-box .right-cont .box-inp textarea::-moz-placeholder {
  font-size: 0.7292rem;
  color: #BBA68C;
}

.Bless-box .right-cont .box-inp input:-ms-input-placeholder,
.Bless-box .right-cont .box-inp textarea:-ms-input-placeholder {
  font-size: 0.7292rem;
  color: #BBA68C;
}

.Bless-box .right-cont .sub-btn {
  display: block;
  margin: 0 auto;
  width: 9.5833rem;
  height: 3.125rem;
  background: #A12227;
  border-radius: 0.4167rem;
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 3.125rem;
}

.Bless-box .ui-select-wrap {
  display: block;
  float: left;
  width: calc(100% - 6.25rem) !important;
  height: 2.6042rem;
  line-height: 2.6042rem;
  background: #FCF2E7;
  border: 0.0521rem solid #C7B198;
  font-size: 0.7292rem;
  color: #BBA68C;
  padding: 0 1.5625rem 0 1.0417rem;
}

.Bless-box .ui-select-input {
  right: 1.5625rem;
  padding-left: 1.0417rem;
}

.Bless-box .ui-select-arrow {
  right: 1.5625rem;
  border: 0.3646rem solid transparent;
  border-width: 0.3646rem 0.3646rem 0 0.3646rem;
  border-top-color: #88643E;
}

.Bless-box .ui-select-list {
  left: 0rem;
  top: 2.6042rem;
  border: 0.0521rem solid #C7B198;
  max-height: 10.4167rem;
  border-radius: 0.2083rem;
}

.Bless-box .ui-select-list>li {
  line-height: 1.3542rem;
  padding: 0.3125rem 1.0417rem;
  font-size: 0.7292rem;
}

.Bless-box .ui-select-list>li.selected {
  background-color: #FCF2E7;
  color: #C7B198;
}

.Bless-box .ui-select-list>li:hover {
  background-color: #FCF2E7;
  color: #C7B198;
}

.Bless-box .ui-select-wrap.up .ui-select-list {
  bottom: 2.6042rem;
}

.zf-list li {
  margin-bottom: 1.6667rem;
}

.zf-list li:last-child {
  margin-bottom: 3.9063rem;
}

.zf-list .zf-groyp .title {
  width: 100%;
  font-size: 0.8333rem;
  color: #333333;
  text-align: center;
}

/*文字列表*/
.wz2-list li {
  border-bottom: 0.0521rem solid #E5E5E5;
  padding: 1.4583rem 0;
}

.wz2-list li:last-child {
  margin-bottom: 2.6042rem;
}

.wz2-list li:hover {
  padding: 1.4583rem 1.5625rem;
  background: url(sgs60-bg44.png) no-repeat center center;
  background-size: cover;
}

.wz2-list li:hover .title {
  color: #fff;
}

.wz2-list li:hover .date {
  color: #fff;
  background: url(sgs60-bg45.png) no-repeat left center;
}

.wz2-list li:hover a::before {
  opacity: 1;
}

.wz2-list a {
  display: block;
  padding-right: 5.2083rem;
  position: relative;
}

.wz2-list a::before {
  position: absolute;
  content: '';
  right: 0rem;
  top: 0.5208rem;
  opacity: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: url(sgs60-bg46.png) no-repeat center;
  background-size: 100% 100%;
}

.wz2-list .title {
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.625rem;
}

.wz2-list .date {
  padding-left: 1.4583rem;
  font-size: 0.8333rem;
  color: #999999;
  line-height: 1;
  background: url(sgs60-bg43.png) no-repeat left center;
  background-size: 0.8333rem 0.8333rem !important;
}

/* 20240701题词寄语修改 */
.jy-list-a {
  padding: 2.6042rem 1.0417rem 1.5625rem;
  min-height: 21.7188rem;
}
.jy-list-a::before {
  display: none;
}
.jy-list-a .img-box{
  width: 10.4167rem;
  height: 15.1042rem;
  margin: 0 auto;
}
.jy-list-a .img-box img{
  width: 100%;
  height: 100%;
}
.jy-list-a .title {
  margin: .7813rem 0 0 0;
}
.jy-list-a .title span {
  padding: 0;
}
.jy-list-a .title span::before {
  display: none;
}
.jy-list-a .title span::after{
  display: none;
}

.vid-top-box {
  margin-bottom: 0;
}

/*祝福理化 相册*/
.zfsg-list-ul li:nth-child(5n+1) {
  clear: left;
}
.zfsg-list {
  display: block;
  margin-bottom: 3.125rem;
}
.zfsg-list .img-box {
  height: 20rem;
  background: #FFF8D6;
  border: 0.0521rem solid #F0F0F0;
  overflow: hidden;
}
.zfsg-list .img-box img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 200%;
  margin: 0 auto;
  transition: all 0.5s;
}
.zfsg-list .title {
  background: #EBEBEB;
  padding: 1.0417rem;
}
.zfsg-list .title p {
  font-size: 1.0417rem;
  color: #333333;
  line-height: 1.5625rem;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.125rem;
}
.zfsg-list:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.zfsg-list:hover .title p {
  color: #C7171E;
}
