.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #3D55A7;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #3D55A7;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #3D55A7;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #3D55A7;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #3D55A7;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #3D55A7;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3D55A7;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 100% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  /* text-align: justify; */
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #3D55A7;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #3D55A7;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3D55A7;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #3D55A7;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #3D55A7;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}
@media (min-width: 1280px) {
  .container.index-con {
    width: 1254px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .container.index-con {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container.index-con {
    width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1800px) {
  .container.index-con {
    width: 1720px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*搜索*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 26px;
}
.header > .container > .fix {
  padding-bottom: 22px;
}
.header-logo {
  float: left;
  width: 632px;
  overflow: hidden;
}
.header-logo img {
  width: 100%;
  height: 100%;
}
.header-logo img:nth-child(2) {
  display: none;
}
.head-right-top {
  float: right;
  margin-top: 10px;
}
.head-right-top li {
  float: left;
  margin-left: 40px;
  position: relative;
}
.head-right-top li::before {
  position: absolute;
  content: '';
  left: -20px;
  width: 1px;
  top: 11px;
  height: 11px;
  background: #FFFFFF;
  opacity: 0.4;
}
.head-right-top li:first-child::before,
.head-right-top li:last-child::before {
  display: none;
}
.head-right-top li:first-child {
  margin-left: 0;
}
.head-right-top li:last-child {
  margin-left: 20px;
}
.head-right-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #FFF;
  line-height: 34px;
}
.head-right-top a img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.head-right-top a img:nth-child(2) {
  display: none;
}
.head-right-top a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.search-box {
  width: 230px;
  height: 34px;
  border-radius: 17px;
  background: transparent;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
}
.search-box .s-btn {
  position: absolute;
  right: 17px;
  top: 7px;
  width: 15px;
  height: 17px;
  background: url(sthjEn-icon2.png) no-repeat center center;
  background-size: 100% 100% !important;
}
nav.navbar.bootsnav {
  min-height: 50px;
  /* background: rgba(30, 164, 152, 0.3); */
  background: rgba(41, 67, 160, .5);
  border: none;
  background-size: cover;
  box-shadow: none;
  z-index: 999;
  position: relative;
}
nav.navbar.bootsnav .collapse.navbar-collapse {
  padding: 0;
  margin: 0;
}
nav.navbar.bootsnav ul.nav {
  float: none;
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li > a {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  /* padding: 10px 59px; */
  padding: 10px 57px;
  margin: 0;
  text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  /* background-color: rgba(35, 157, 157, 0.57) !important; */
  background-color: rgba(41, 67, 160, .57) !important;
  color: #FFFFFF !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none !important;
  /* background: rgba(35, 157, 157, 0.57); */
  background: rgba(41, 67, 160, .57);
  min-width: 100%;
  width: 100%;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border: none;
  padding: 10px 27px;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  /* background-color: rgba(35, 157, 157, 0.57); */
  background: rgba(41, 67, 160, .57);
  color: #FFFFFF;
}

@media (max-width:1365px) {
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 12px;
  }
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(41, 67, 160, .5);
  box-shadow: 0px 0px 46px 0px rgba(67, 86, 116, 0.19);
}
.index-box1 {
  position: relative;
  overflow: hidden;
}

.box-mouse {
  position: absolute;
  background: url('rceesen-icon-05.png') no-repeat top center;
  width: 30px;
  height: 43px;
  background-size: contain;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.index-box1 .swiper-pagination {
  bottom: 50px;
  right: 100px;
  z-index: 1;
}
.index-box1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: transparent;
  opacity: 1;
  margin-left: 16px;
  vertical-align: bottom;
}
.index-box1 .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.index-box1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 8px;
  background: #FFFFFF;
}
.index-box1 .banner-next,
.index-box1 .banner-prev {
  z-index: 1;
  width: 64px;
  height: 86px;
  background-size: 100% 100% !important;
  transition: all 1s;
}
.index-box1 .banner-next::after,
.index-box1 .banner-prev::after {
  display: none;
}
.index-box1 .banner-next {
  right: -100px;
  background: url(sthjEn-icon11.png) no-repeat center center;
}
.index-box1 .banner-prev {
  left: -100px;
  background: url(sthjEn-icon12.png) no-repeat center center;
}
.index-box1:hover .banner-next {
  right: 100px;
}
.index-box1:hover .banner-prev {
  left: 100px;
}
.banner-box {
  display: block;
  height: 800px;
}
.banner-box > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.banner-box > div::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  /* background: url(sthjEn-bg1.png) no-repeat center center; */
  background-size: cover;
}
.banner-box > div::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  height: 251px;
  background: url(sthjEn-navbg.png) no-repeat center center;
  background-size: cover;
}
.banner-box .title-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(sthjEn-bg2.png) no-repeat left bottom;
  background-size: 1119px 181px;
  padding: 50px 0 45px 0;
}
.banner-box .title {
  width: 610px;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 32px;
  height: 96px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-box {
  padding: 70px 0 80px 0;
}
.index-title {
  margin-bottom: 44px;
  position: relative;
}
.index-title .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-title .title img {
  width: 56px;
  margin-right: 10px;
}
.index-title .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  line-height: 46px;
  text-transform: capitalize;
}
.index-title a {
  position: absolute;
  right: 0;
  top: 8px;
  width: 140px;
  height: 40px;
  background: #21987A;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s;
}
.index-title a:hover {
  background: #0889D8;
  color: #FFF;
}
.m23 {
  margin: 0 -23px;
}
.p23 {
  padding: 0 23px;
}
.index-box2 {
  background: #EBFBF0;
}
.research-list-link {
  display: block;
}
.research-list-link .img-box {
  margin-right: 34px;
  height: 545px;
  overflow: hidden;
}
.research-list-link .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.research-list-link .info {
  position: relative;
  margin-top: -120px;
  margin-left: 30px;
  min-height: 196px;
  padding: 29px 60px 29px 34px;
  background: url(sthjEn-bg3.png) no-repeat center center;
  background-size: 100% 100%;
}
.research-list-link .title {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  height: 60px;
  margin-bottom: 16px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.research-list-link .desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  margin-bottom: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
}
.research-list-link .date {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
}
.research-list-link:hover .img-box img {
  transform: scale(1.1);
}
.research-list-link:hover .title {
  text-decoration: underline;
}
.index-box3 {
  background: #ffffff;
  position: relative;
}
.index-box3 .swiper-container {
  margin: -20px;
}
.index-box3 .swiper-slide {
  padding: 20px;
}
.index-box3 .events-page {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.index-box3 .events-page .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #21987A;
  background: transparent;
  opacity: 1;
  margin-left: 16px;
  vertical-align: bottom;
}
.index-box3 .events-page .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.index-box3 .events-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 8px;
  background: #21987A;
}
.m30 {
  margin: 0 -30px;
}
.p30 {
  padding: 0 30px;
}
.col-sthjEn-5 {
  width: 39.776%;
}
.col-sthjEn-7 {
  width: 60.224%;
}
.events-list-left {
  display: block;
  margin-bottom: 16px;
}
.events-list-left .img-box {
  height: 428px;
  overflow: hidden;
}
.events-list-left .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.events-list-left .info {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.events-list-left .date {
  float: left;
  width: 100px;
  height: 100px;
  background: #21987A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.events-list-left .date div {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
}
.events-list-left .date div:nth-child(1) {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 6px;
}
.events-list-left .title {
  overflow: hidden;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
}
.events-list-left .title div {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  max-height: 60px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.events-list-left:hover .img-box img {
  transform: scale(1.1);
}
.events-list-left:hover .title div {
  color: #21987A;
}
.events-list-right {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}
.events-list-right .img-box {
  height: 314px;
  overflow: hidden;
}
.events-list-right .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.events-list-right .info {
  padding: 36px 30px 44px 30px;
}
.events-list-right .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  height: 90px;
  margin-bottom: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.events-list-right .date {
  font-size: 16px;
  color: #21987A;
  line-height: 1;
}
.events-list-right:hover .img-box img {
  transform: scale(1.1);
}
.events-list-right:hover .title {
  color: #21987A;
}
.index-box4 {
  background: url(sthjEn-bg4.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 30px;
}
.index-box4 .index-title .title span {
  color: #fffffF;
}
.index-box4 .index-title a {
  background: #FFFFFF;
  color: #21987A;
}
.index-box4 .index-title a:hover {
  background: #21987A;
  color: #FFF;
}
.index-box4 .row .col-lg-3:nth-child(4n+1) {
  clear: left;
}
.m16 {
  margin: 0 -16px;
}
.p16 {
  padding: 0 16px;
}
.divisions-list {
  display: block;
  margin-bottom: 50px;
  background: #FFFFFF;
  border-radius: 50px 0px 50px 0px;
  position: relative;
  overflow: hidden;
}
.divisions-list img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 137px;
  transition: all 0.5s;
}
.divisions-list .info {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  min-height: 217px;
}
.divisions-list .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  max-height: 78px;
  margin-bottom: 7px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.divisions-list .desc {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  height: 52px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.divisions-list:hover .title {
  color: #21987A;
}
.divisions-list:hover img {
  height: 150px;
  opacity: 0.4;
}
.index-box5 {
  background: url(sthjEn-bg5.png) no-repeat center center;
  background-size: cover;
}
.index-box5 .title-box {
  margin-bottom: 34px;
}
.index-box5 .title-box .fl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-box5 .title-box .fl img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.index-box5 .title-box .fl span {
  font-weight: bold;
  font-size: 34px;
  color: #21987A;
  line-height: 40px;
}
.index-box5 .title-box .fr {
  width: 140px;
  height: 40px;
  background: #21987A;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s;
}
.index-box5 .title-box .fr:hover {
  background: #0889D8;
  color: #FFF;
}
.m25 {
  margin: 0 -25px;
}
.p25 {
  padding: 0 25px;
}
.col-sthjEn-4 {
  width: 34.012%;
}
.col-sthjEn-8 {
  width: 65.988%;
}
.left-platform {
  padding: 46px 60px 60px 60px;
  background: rgba(177, 231, 244, 0.5);
}
.left-platform ul li {
  margin-bottom: 20px;
}
.left-platform ul li:last-child {
  margin-bottom: 0;
}
.left-platform ul .img-box {
  display: block;
  height: 175px;
  overflow: hidden;
  position: relative;
}
.left-platform ul .img-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: url(sthjEn-bg6.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.left-platform ul .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.left-platform ul .img-box:hover img {
  transform: scale(1.1);
}
.left-platform ul .img-box:hover .title {
  color: #21987A;
}
.left-platform ul .title {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  max-height: 60px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.right-video {
  padding: 46px 50px 60px 50px;
  background: rgba(177, 231, 244, 0.5);
}
.right-video .left-video {
  float: left;
  position: relative;
  width: 656px;
  margin-right: 30px;
}
.right-video .left-video::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  z-index: 1;
  background: url(sthjEn-bg7.png) no-repeat center bottom;
  background-size: cover;
}
.right-video .left-video .img-box {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.right-video .left-video .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.right-video .left-video .img-box::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  background: rgba(0, 0, 0, 0.4) url(sthjEn-icon9.png) no-repeat center center;
  background-size: 25px 29px;
  border-radius: 50%;
  z-index: 1;
}
.right-video .left-video .title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  z-index: 1;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right-video .left-video:hover .img-box img {
  transform: scale(1.1);
}
.right-video .left-video:hover .title {
  color: #21987A;
}
.right-video .right-video-list {
  overflow: hidden;
}
.right-video .right-video-list li {
  margin-bottom: 30px;
}
.right-video .right-video-list li:last-child {
  margin-bottom: 0;
}
.right-video .right-video-list a {
  display: block;
}
.right-video .right-video-list a:hover .img-box img {
  transform: scale(1.1);
}
.right-video .right-video-list a:hover .title div {
  color: #21987A;
}
.right-video .right-video-list .img-box {
  float: left;
  width: 184px;
  height: 104px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
.right-video .right-video-list .img-box::before {
  position: absolute;
  content: '';
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4) url(sthjEn-icon10.png) no-repeat center center;
  background-size: 14px 16px;
  border-radius: 50%;
}
.right-video .right-video-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.right-video .right-video-list .title {
  overflow: hidden;
  height: 104px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.right-video .right-video-list .title div {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  max-height: 96px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-box6 {
  position: relative;
  overflow: hidden;
}
.index-box6 .swiper-container {
  margin: -25px -25px -40px -25px;
}
.index-box6 .swiper-container .swiper-slide {
  padding: 25px 25px 40px 25px;
}
.index-box6 .link-next,
.index-box6 .link-prev {
  z-index: 1;
  width: 33px;
  height: 56px;
  top: 55%;
  background-size: 100% 100% !important;
  transition: all 1s;
}
.index-box6 .link-next::after,
.index-box6 .link-prev::after {
  display: none;
}
.index-box6 .link-next {
  right: 33px;
  background: url(sthjEn-icon13.png) no-repeat center center;
}
.index-box6 .link-prev {
  left: 33px;
  background: url(sthjEn-icon14.png) no-repeat center center;
}
.link-list {
  display: block;
  height: 348px;
  overflow: hidden;
  transition: all 0.5s;
}
.link-list img {
  width: 100%;
  height: 100%;
}
.link-list:hover {
  margin-top: -8px;
  box-shadow: 0px 22px 16px 0px rgba(0, 0, 0, 0.16);
}
.footer .foot-top {
  background: #2943A0;
  padding: 75px 0 73px 0;
}
.footer .foot-bottom {
  background: #1D3897;
  padding: 42px 0 40px 0;
  text-align: center;
}

.footer .foot-bottom .footer-logo {
  float: left;
  width: 224px;
  margin-right: 30px;
  position: relative;
  top: 15px;
}
.footer .foot-bottom .footer-info {
  overflow: hidden;
  display: inline-block;
}

@media (max-width:767px) {
  .footer .foot-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer .foot-bottom .footer-logo {
    float: none;
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    top: 0;
    margin-right: auto !important;
  }

  .footer .foot-bottom span, .footer .foot-bottom a {
    font-size: 14px !important;
    line-height: 24px;
  }
}

.footer .foot-bottom span,
.footer .foot-bottom a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  display: inline-block;
}
.footer .foot-bottom a:hover {
  text-decoration: underline;
}
.footer .col {
  float: left;
  width: 220px;
  margin-right: 57px;
}
.footer .col:last-child {
  margin-right: 0;
  width: auto;
}
.footer .col .title {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 18px;
}
.footer .col .title a {
  color: #FFFFFF;
}
.footer .col .title a:hover {
  text-decoration: underline;
}
.footer .col .list li {
  margin-bottom: 4px;
}
.footer .col .list li:last-child {
  margin-bottom: 0;
}
.footer .col .list li a {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.6;
}
.footer .col .list li a:hover {
  opacity: 1;
}
.backTop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 10;
  width: 56px;
  height: 56px;
  background: #1D3897;
  box-shadow: 0px 0px 11px 2px rgba(0,27,129,0.2);
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: center;
  display: none;
  cursor: pointer;
}
/**          内页          **/
.ny-header header {
  position: static;
}
.ny-header .header-logo img:nth-child(1) {
  display: none;
}
.ny-header .header-logo img:nth-child(2) {
  display: block;
}
.ny-header .head-right-top li::before {
  background: #999999;
}
.ny-header .head-right-top a {
  color: #999999;
}
.ny-header .head-right-top a img:nth-child(1) {
  display: none;
}
.ny-header .head-right-top a img:nth-child(2) {
  display: block;
}
.ny-header .head-right-top a:hover {
  color: #999999;
  text-decoration: underline;
}
.ny-header .search-box {
  border: 1px solid #999999;
}
.ny-header .search-box .s-btn {
  background: url(sthjEn-icon2-ny.png) no-repeat center center;
}
.ny-header .search-box .s-inp {
  color: #999999;
}
.ny-header nav.navbar.bootsnav {
  /* background: linear-gradient(90deg, #35A78E, #0889D8); */
  background: #2943A0;
}
.ny-box {
  background: #FFFFFF;
  padding: 40px 0 50px;
}
.other-menu {
  margin-right: 0;
  box-shadow: 0px 0px 10px 0px rgba(164, 162, 199, 0.16);
  padding-bottom: 0;
}
.other-menu .menu-title {
  background: url(sthjEn-menu-title.jpg) no-repeat center center;
  background-size: cover !important;
  min-height: 80px;
  font-size: 32px;
  line-height: 40px;
  padding: 20px 30px;
  border-bottom: none;
  border-radius: 4px;
}
.other-menu .menu-cont {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 20px;
}
.other-menu .menu-cont .box-a {
  border-bottom: 1px solid rgba(2, 51, 111, 0.08);
  cursor: pointer;
}
.other-menu .menu-cont .box-a:last-child {
  border-bottom: 0;
}
.other-menu .menu-cont .down-menu {
  display: none;
}
.other-menu .menu-cont .a-title {
  padding: 15px 26px;
  line-height: 28px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
}
.other-menu .menu-cont .a-title::before {
  height: 16px;
  left: 0;
  top: 23px;
  background: #0889D8;
}
.other-menu .menu-cont .a-title:after {
  display: block;
  content: "\f105";
  top: 0;
  line-height: 60px;
  right: 0;
  /* color: #35A78E; */
  color: #2943A0;
  display: none;
}
.other-menu .menu-cont .a-title:hover {
  /* color: #35A78E; */
  color: #2943A0;
  background: none;
}
.other-menu .menu-cont .a-title:hover::before {
  /* background: #35A78E; */
  background: #2943A0;
}
.other-menu .menu-cont .box-a.active .down-menu {
  display: block;
}
.other-menu .menu-cont .box-a.active .a-title {
  /* color: #35A78E; */
  color: #2943A0;
}
.other-menu .menu-cont .box-a.active .a-title::before {
  /* background: #35A78E; */
  background: #2943A0;
}
.other-menu .menu-cont .box-a.active .a-title:after {
  display: block;
}
.other-menu .down-menu {
  overflow: hidden;
  padding: 0;
}
.other-menu .down-menu a {
  margin-bottom: 15px;
  padding: 0 10px 0 43px;
  font-size: 16px;
  line-height: 22px;
  color: #A4A2C7;
}
.other-menu .down-menu a:after {
  width: 8px;
  height: 2px;
  background: #35A78E;
  top: 10px;
  border-radius: 0;
  transition: all 0.3s;
}
.other-menu .down-menu a:hover {
  color: #1546B0;
}
.other-menu .down-menu a:hover:after {
  width: 16px;
}
.other-menu .down-menu a.active {
  color: #1546B0;
}
.other-menu .down-menu .down-menu-down {
  padding-left: 20px;
}
.ny-cont {
  margin-left: 10px;
  min-height: calc(100vh - 560px);
  box-shadow: 0px 0px 10px 0px rgba(164, 162, 199, 0.16);
  padding: 30px;
  padding-bottom: 40px;
}
.right-top {
  border-bottom: 2px solid #9e9e9e6b;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.right-top .ny-r-title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  /* color: #35A78E; */
  color: #2943A0;
  line-height: 26px;
  position: relative;
  display: inline-block;
  max-width: 45%;
}
.right-top .ny-r-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 2px;
  /* background: #35A78E; */
  background: #2943A0;
}
.right-top .bread-crumbs {
  float: right;
  color: #999999;
  max-width: 80%;
}
.right-top .bread-crumbs .bread-item-groups {
  line-height: 26px;
}
.right-top .bread-crumbs .bread-item-groups .bread-location {
  background: url(house-icon-ny.png) no-repeat center;
  width: 18px;
  height: 26px;
  vertical-align: top;
}
.right-top .bread-crumbs .bread-item {
  vertical-align: top;
  display: inline;
}
.right-top .bread-crumbs .bread-item a {
  color: #999999;
}
.right-top .bread-crumbs .bread-item > span:before {
  color: #999999;
}
.right-top .bread-crumbs .bread-item a:last-child {
  /* color: #35A78E; */
  color:#2943A0;
}
.details-page .detail-top .top-other {
  color: #999999;
}
.details-page .main-cont.cont-xilan img {
  /* width: 600px; */
  max-width: 100%;
}
.details-page .main-cont.cont-xilan.dp p {
  line-height: 36px;
}
.tableBox {
  overflow: auto;
}
.details-page .main-cont.cont-xilan table {
  width: 100% !important;
}
.details-page .main-cont.cont-xilan table tr:nth-child(1) {
  background: #B7C3EE !important;
}
.details-page .main-cont.cont-xilan table tr td {
  padding: 15px !important;
  color: #333 !important;
  background: none !important;
  border: 1px solid #FFF !important;
}
.details-page .main-cont.cont-xilan table tr td p {
  margin-bottom: 0;
  color: #333 !important;
  text-align: center;
}
.details-page .main-cont.cont-xilan table tbody tr {
  background: #FBFCFF;
}
.details-page .main-cont.cont-xilan table tbody tr:nth-child(2n) {
  background: #D8DFF6;
}
.details-page .main-cont.cont-xilan table tbody td {
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  text-align: center;
  padding: 10px 8px;
  border: 1px solid #FFF;
}
.details-page .main-cont.cont-xilan table thead {
  background: #B7C3EE;
}
.details-page .main-cont.cont-xilan table thead th {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 29px;
  text-align: center;
  padding: 10px 8px;
  border: 1px solid #FFF !important;
}
.wy-tit {
  text-align: center;
}
.wy-tit h1 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 10px;
}
.wy-tit h1::after {
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #DEE2F0;
  z-index: -1;
}
.wy-list {
  padding-bottom: 130px;
  background: url(stzx-wybg.png) no-repeat right 0 bottom 50px;
}
.wy-list li {
  width: 100%;
  padding: 5px 40px;
  position: relative;
  background: rgba(61, 85, 167, 0.05);
  margin-bottom: 30px;
}
.wy-list li:last-child {
  margin-bottom: 0;
}
.wy-list li::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #35A78E;
  border-radius: 2px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.wy-list li span {
  font-size: 16px;
  display: inline-block;
}
.wy-list li .wy-list-tit {
  font-size: 18px;
  font-weight: bold;
}
.wy-pep-name {
  padding-left: 72px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}
.wy-pep-name span {
  display: block;
  float: left;
  margin-bottom: 10px;
  min-width: 105px;
}
.lx-tit {
  padding-left: 18px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #35A78E;
  margin-bottom: 30px;
}
.lx-tit::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 9px;
  background: #B7C3EE;
  left: 0;
  top: 10px;
}
.lx-box {
  padding: 0 30px;
}
.lx-box img {
  width: 100%;
}
.dp-szpic {
  width: 220px;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 30px;
}
.dp-sztxt {
  width: calc(100% - 250px);
  float: left;
}
.pep-list li {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.pep-list li:last-child {
  margin-bottom: 0;
}
.pep-list .img-box {
  width: 220px;
  height: auto;
  margin-right: 44px;
  float: left;
}
.pep-list .img-box img {
  width: 100%;
}
.pep-list .pep-txt h1 {
  font-size: 18px;
  font-weight: bold;
  /* color: #35A78E; */
  color: #2943A0;
  margin-bottom: 10px;
}
.pep-list .pep-txt span {
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}
.pep-list .pep-txt p {
  line-height: 28px;
}
.pep-list2 {
  margin-left: -24px;
  margin-right: -24px;
  display: block;
  overflow: hidden;
}
.pep-list2 li {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 40px;
  position: relative;
}
/* .pep-list2 li:nth-child(5n + 1) {
  clear: left;
} */
.pep-hx {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  border-top: 1px dashed #ADC0D3;
  border-bottom: 1px dashed #ADC0D3;
  margin-bottom: 40px;
}
.pep-hx::before {
  content: "";
  width: 30px;
  height: 5px;
  background: #35A78E;
  left: 0;
  bottom: -1px;
  position: absolute;
  z-index: 1;
}
/* .pep-list2 li:nth-child(5n + 1)::after {
  content: "";
  width: 1000%;
  height: 5px;
  border-top: 1px dashed #ADC0D3;
  border-bottom: 1px dashed #ADC0D3;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.pep-list2 li:nth-child(5n + 1)::before {
  content: "";
  width: 30px;
  height: 5px;
  background: #35A78E;
  left: 24px;
  bottom: -35px;
  position: absolute;
  z-index: 1;
} */
.pep-list2 a {
  display: block;
  overflow: hidden;
}
.pep-list2 .img-box {
  width: 100%;
  /* height: auto !important; */
  height: 180px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #EFEFEF;
}
.pep-list2 .img-box img {
  width: 100%;
  height: 100%;
}
.pep-list2 h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.pep-list2 li:hover h1 {
  /* color: #35A78E; */
  color: #2943A0;
}
.pep-list2-no li {
  margin-bottom: 30px;
}
.pep-list2-no li::after,
.pep-list2-no li::before {
  display: none !important;
}
.pep-list2-tit {
  color: #35A78E;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.pep-list3 {
  display: block;
  overflow: hidden;
}
.pep-list3 li {
  margin-bottom: 40px;
  position: relative;
}
.pep-list3 a {
  display: block;
  overflow: hidden;
}
.pep-list3 .img-box {
  width: 100%;
  height: 154px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #EFEFEF;
}
.pep-list3 .img-box img {
  width: 100%;
  height: 100%;
}
.pep-list3 h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;
}
.pep-list3 li:hover h1 {
  color: #35A78E;
}
.pep-list3-no li {
  margin-bottom: 30px;
}
.pep-list3-no li::after,
.pep-list3-no li::before {
  display: none !important;
}
.pep-list3-tit {
  color: #35A78E;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.pep-form {
  margin-bottom: 50px;
}
.pep-form span {
  font-size: 16px;
  line-height: 40px;
}
.pep-form input {
  height: 40px;
  border: 1px solid #E4E3E3;
  border-radius: 4px;
  display: inline-block;
}
.pep-form input:focus {
  border-color: #35A78E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 85, 167, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 85, 167, 0.6);
}
.pep-form .pep-form-xm {
  width: 33%;
  margin-right: 50px;
}
.pep-form .pep-form-fx {
  width: 29%;
  margin-right: 50px;
}
.pep-form .pep-form-search {
  float: right;
  width: 120px;
  height: 40px;
  background: #35A78E;
  border-radius: 4px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes itg_pulse_blue {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
    box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
  }
  25% {
    -webkit-box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
    box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
    box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
    box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
  }
}
@-o-keyframes itg_pulse_blue {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
    box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
  }
  25% {
    -webkit-box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
    box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
    box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
    box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
  }
}
@keyframes itg_pulse_blue {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
    box-shadow: 0 0 0 1px rgba(61, 85, 167, 0.5);
  }
  25% {
    -webkit-box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
    box-shadow: 0 0 0 3px rgba(61, 85, 167, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
    box-shadow: 0 0 0 5px rgba(61, 85, 167, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
    box-shadow: 0 0 0 7px rgba(61, 85, 167, 0.05);
  }
}
.lsyg-list {
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
  display: block;
  overflow: hidden;
}
.lsyg-list::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  border-right: 2px dashed #35A78E;
}
.lsyg-list .lsyg-a {
  width: 280px;
  height: 185px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  padding-top: 40px;
}
.lsyg-list .lsyg-a .img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.lsyg-list .lsyg-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.lsyg-list .lsyg-a h1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 50px;
  text-shadow: 6px 10px 18px rgba(27, 68, 138, 0.57);
  margin-bottom: 20px;
  color: #fff;
}
.lsyg-list .lsyg-a span {
  width: 145px;
  height: 30px;
  background: rgba(237, 152, 61, 0.9);
  border-radius: 15px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 30px;
  display: block;
}
.lsyg-list .lsyg-a:hover .img-box img {
  transform: scale(1.1);
}
.lsyg-list .lsyg-a:hover span {
  background: #ed983d;
}
.lsyg-list li {
  height: 185px;
  width: 50%;
  position: relative;
}
.lsyg-list li::before,
.lsyg-list li::after {
  position: absolute;
  content: '';
}
.lsyg-list li::before {
  top: 50%;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 1px;
  background: #4e69c8;
}
.lsyg-list li::after {
  width: 18px;
  height: 18px;
  background: #edaf39;
  border: 4px solid #fff;
  border-radius: 50%;
  right: -9px;
  top: 50%;
  margin-top: -9px;
}
.lsyg-list li .yuan {
  position: absolute;
  width: 22px;
  height: 22px;
  background: none;
  border: 2px solid #35A78E;
  border-radius: 50%;
  right: -11px;
  top: 50%;
  margin-top: -11px;
  -webkit-animation: itg_pulse_blue 1s infinite;
  -o-animation: itg_pulse_blue 1s infinite;
  animation: itg_pulse_blue 1s infinite;
}
.lsyg-list li:nth-child(2n) {
  margin-left: 50%;
}
.lsyg-list li:nth-child(2n) .lsyg-a {
  right: 0;
}
.lsyg-list li:nth-child(2n)::after {
  left: -9px;
  right: auto;
}
.lsyg-list li:nth-child(2n) .yuan {
  left: -11px;
  right: auto;
}
.ls-more {
  text-align: center;
  margin-top: 10px;
  color: #35A78E;
}
.ls-more a {
  display: inline;
  position: relative;
  padding-right: 26px;
}
.ls-more a::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #35A78E;
  border-radius: 50%;
  right: 0;
  top: 3px;
  position: absolute;
  background: url(stzx-lsmore.png) no-repeat center;
  transition: all 0.3s;
}
.ls-more a:hover {
  color: #edaf39;
}
.ls-more a:hover::after {
  right: -5px;
}
.ny-tp-list .box-s {
  overflow: hidden;
}
.ny-tp-list .box-s .box-img {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  transition: all 0.3s;
  background: #6B81CD;
}
.ny-tp-list .box-s .box-img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny-tp-list .box-s .box-img a img {
  transition: all 0.3s !important;
}
.ny-tp-list .box-s .box-title {
  font-size: 18px;
  color: #333;
  line-height: 39px;
  text-align: center;
  font-weight: normal;
}
.ny-tp-list .box-s:hover .box-img {
  padding: 4px;
}
.ny-tp-list .box-s:hover .box-title {
  color: #35A78E;
}
.lg-object {
  border: 20px solid #fff;
  border-radius: 8px;
  min-width: 1000px;
  max-width: 1600px;
}
.comp-pages {
  padding-top: 0;
}
.comp-pages .page-pc span {
  background: #2943A0;
  border: 1px solid #2943A0;
}
.comp-pages .page-pc a:hover {
  background: #2943A0;
  border: 1px solid #2943A0;
}
.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: #2943A0;
  border: 1px solid #2943A0;
  color: #fff;
}
.bm-list {
  margin-left: -24px;
  margin-right: -24px;
}
.bm-list li {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 50px;
}
.bm-list li a {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.bm-list li:nth-child(2n + 1) {
  clear: left;
}
.bm-list .img-box {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.bm-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.bm-list .bm-txt {
  min-height: 156px;
  background: #D3DBF5;
  padding: 20px 30px;
}
.bm-list .bm-txt h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bm-list .bm-txt p {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  text-align: justify;
  max-height: 120px;
  overflow: auto;
  padding-right: 10px;
  margin-right: -10px;
}
.bm-list .bm-txt p::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 5px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 0px;
}
.bm-list .bm-txt p::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 10px;
  background: #fff;
}
.bm-list .bm-txt p::-webkit-scrollbar-thumb:hover {
  background: #C13E37;
}
.bm-list .bm-txt p::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  border-radius: 10px;
  background: #f7f7f7;
}
.bm-list a:hover .img-box img {
  transform: scale(1.1);
}
.bm-list a:hover .bm-txt {
  /* background: #35A78E; */
  background: #2943A0;
}
.bm-list a:hover .bm-txt h1,
.bm-list a:hover .bm-txt p {
  color: #fff;
}
.ny-other-titbox {
  position: relative;
}
.ny-other-titbox a {
  position: absolute;
  right: 10px;
  line-height: 48px;
  color: #35A78E;
  top: 0;
}
.ny-other-tit {
  padding: 10px 30px 10px 38px;
  background: #F3F4FA;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #35A78E;
  position: relative;
  margin-bottom: 30px;
}
.ny-other-tit::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 9px;
  background: #35A78E;
  left: 15px;
  top: 20px;
}
.pep-wz-list li a {
  display: block;
  padding-left: 23px;
  position: relative;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 16px;
}
.pep-wz-list li a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #B7C3EE;
  border-radius: 2px;
  left: 0;
  top: 1px;
}
.pep-wz-list li a:hover::before {
  background: #35A78E;
}
.ny-wzlist .box-s {
  border-bottom: 0;
  background: url(stzx-wzbg.png) left top #FCFEFE;
  padding-left: 40px;
}
.ny-wzlist .box-s .box-date {
  opacity: 1;
  color: #888888;
  right: 20px;
}
.ny-wzlist .box-s::before {
  width: 4px;
  height: 16px;
  background: #35A78E;
  border-radius: 2px;
  left: 20px;
  top: 22px;
  margin-top: 0;
}
.ny-wzlist li {
  margin-bottom: 20px;
}
.ny-wzlist2 {
  margin-bottom: 30px;
  margin-top: -10px;
}
.ny-wzlist2 .box-s {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-style: dashed;
}
.ny-wzlist2 .box-s::before {
  display: none;
}
.ny-wzlist2 .box-s .box-title i {
  font-style: normal;
  color: #35A78E;
  margin-right: 5px;
}
.ny-wzlist2 .box-s .box-date {
  margin-top: 0;
  top: 0;
  color: #C6C6C6;
  opacity: 1;
}
.ny-wzlist2.no-date .box-s {
  padding-right: 0;
}
.pep-xilan .info-top {
  /* background: #e0f2ee; */
  background: #F3F4FA;
  padding: 30px 30px 30px 278px;
}
.pep-xilan .info-top .box-img {
  left: 0;
  top: 0;
  right: auto;
  padding: 20px 40px;
  width: 248px;
  /* background: #77c7b5; */
  background: #B1BADD;
  height: 100%;
}
.pep-xilan .info-top .box-info .info-title {
  padding-bottom: 0;
  border: 0;
  padding-left: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.pep-xilan .info-top .box-info .info-title::after {
  width: 4px;
  height: 24px;
  /* background: #35A78E; */
  background: #2943A0;
  bottom: 3px;
}
.pep-xilan .info-top .box-info .box-s {
  min-width: 50%;
  float: left;
  font-size: 16px;
  margin-bottom: 15px;
}
.pep-xilan .info-top .box-info .box-s .title-s {
  display: inline-block;
  /* min-width: 80px; */
}
.pep-xilan .info-groups .info-title {
  padding: 0;
  background: none;
  line-height: normal;
  color: #333;
  border: 0;
  margin-bottom: 10px;
}
.pep-xilan .info-groups .info-txt {
  color: #333;
  font-size: 16px;
}
.hjinfo .box-s {
  margin-bottom: 15px;
  position: relative;
  padding-left: 70px;
}
.hjinfo .box-s .box-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  line-height: 40px;
  color: #333333;
  width: 70px;
  padding-right: 10px;
}
.hjinfo .box-s .lw-title {
  line-height: 20px !important;
}
.hjinfo .box-s .box-form {
  width: 100%;
  font-size: 14px;
  color: #333;
}
.hjinfo .box-s .box-form .form-s {
  display: block;
  border: 1px solid #E4E3E3;
  border-radius: 4px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.hjinfo .box-s .box-form .form-s:focus {
  border-color: #35A78E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 85, 167, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 85, 167, 0.6);
}
.hjinfo .box-s .box-form .form-s::-webkit-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s::-moz-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s:-ms-input-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s:-moz-placeholder {
  font-size: 14px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .ui-select-wrap {
  background: none;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.hjinfo .box-s .box-form .ui-select-wrap .ui-select-arrow {
  right: 15px;
  border-top-color: #BFBFBF;
}
.hjinfo .box-s .box-form .ui-select-input {
  font-size: 14px;
  color: #BFBFBF;
  right: 0px;
  padding-left: 12px;
  padding-right: 30px;
}
.hjinfo .box-s .ui-select-wrap.up .ui-select-list {
  bottom: 40px;
}
.hjinfo .box-btn {
  text-align: center;
}
.hjinfo .box-btn .btn-s {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background: #35A78E;
  font-size: 14px;
  font-weight: bold;
}
.form-table-01 {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 50px;
}
.form-table-01 .table-s {
  min-width: 600px;
}
.form-table-01 .table-s table {
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.form-table-01 .table-s .temp02-table-info tbody tr {
  background: rgba(217, 233, 255, 0.3);
}
.form-table-01 .table-s .temp02-table-info tbody tr:nth-child(2n) {
  background: rgba(183, 195, 238, 0.59);
}
.form-table-01 .table-s .temp02-table-info tbody td {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding: 20px 40px;
  border: 1px solid #FFF;
  vertical-align: middle;
}
.form-table-01 .table-s .temp02-table-info thead {
  background: #35A78E;
}
.form-table-01 .table-s .temp02-table-info thead th {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  text-align: center;
  padding: 14px 8px;
  border: 1px solid #FFF;
  vertical-align: middle;
}
.form-table-01 .table-s .table-bordered {
  border-top: none;
  margin-bottom: 0;
}
.tw-sxlist {
  display: block;
}
.tw-sxlist .img-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.tw-sxlist .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.tw-sxlist p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
.tw-sxlist span {
  color: #C6C6C6;
}
.tw-sxlist:hover .img-box img {
  transform: scale(1.1);
}
.tw-sxlist:hover p {
  /* color: #35A78E; */
  color: #2943A0;
}
.tw-sxlist.sp {
  margin-bottom: 40px;
}
.tw-sxlist.sp .img-box {
  height: 170px;
}
.tw-sxlist.sp .img-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 61px;
  height: 61px;
  margin-top: -30px;
  margin-left: -30px;
  background: url(stzx-video.png) no-repeat center;
  background-size: 100%;
}
.ny-top-gzdt li {
  margin-bottom: 24px;
}
.ny-top-gzdt li .box-s .box-title {
  font-size: 16px;
  color: #333;
}
.ny-top-gzdt li .box-s .box-date {
  color: #C6C6C6;
}
.ny-top-gzdt li .box-s::before {
  width: 5px;
  height: 5px;
  background: #D3E8F9;
  top: 10px;
}
.open-link {
  display: block;
  width: 100%;
  height: 80px;
  background-position: center !important;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  margin-bottom: 50px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.open-link:hover {
  color: #fff;
}
.xxgk-list {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xxgk-list h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
  margin-bottom: 30px;
}
.xxgk-list ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 15px;
}
.xxgk-list ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #35A78E;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.clear-4 > div:nth-child(4n + 1) {
  clear: left;
}
.ny-twlist .box-s {
  margin-bottom: 40px;
}
.ny-twlist .box-s .box-img {
  width: 300px;
  height: 198px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}
.ny-twlist .box-s .box-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
.ny-twlist .box-s .box-txt {
  color: #999999;
}
.top-xsqk {
  margin-left: -10px;
  margin-right: -10px;
}
.top-xsqk li {
  padding-left: 10px;
  padding-right: 10px;
}
.top-xsqk li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 90px;
  position: relative;
  margin-bottom: 20px;
}
.top-xsqk li img {
  width: 100%;
  height: 100%;
}
.top-xsqk li .xsqk-txt {
  position: absolute;
  background: rgba(61, 85, 167, 0.9);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px 10px;
  display: none;
  transition: all 0.3s;
}
.top-xsqk li .xsqk-txt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background: #FFFFFF;
}
.top-xsqk li .xsqk-txt p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-xsqk li a:hover .xsqk-txt {
  display: block;
}
.index-link2 li {
  margin-bottom: 20px;
}
.tab-box {
  display: block;
  overflow: hidden;
}
.tab-box .title-box3 {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.tab-box .title-box3.active h1 {
  font-weight: bold;
  color: #35A78E;
}
.tab-more {
  float: right;
}
.tab-more a {
  display: none;
}
.tab-more a:first-child {
  display: block;
}
.tab-cont-box .tab-cont {
  display: none;
}
.tab-cont-box .tab-cont:first-child {
  display: block;
}
.xsqk-list {
  margin-left: -10px;
  margin-right: -10px;
}
.xsqk-list li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 7px;
  display: block;
  overflow: hidden;
}
.xsqk-list li:nth-last-child(2) {
  float: none;
}
.xsqk-list li a {
  display: block;
  overflow: hidden;
  position: relative;
  /* background: linear-gradient(90deg, #415BB5, rgba(112,136,220,0.78)); */
  background: url(qikanbg.png) no-repeat center right;
  background-size: cover;
  height: 38px;
}
.xsqk-list li a p {
  position: absolute;
  width: 100%;
  line-height: 19px;
  max-height: 38px;
  padding: 0 40px 0 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
/*-----20230907------*/
.sloganBox {
  opacity: 0;
  transition: opacity 3s ease-in-out;
  animation: fadeInOut 20s infinite;
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
}
.sloganBox {
  animation-delay: 0s;
  animation-duration: 8s;
}
.biaoyu span {
  color: #35A78E;
  overflow: hidden;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
  width: 262px;
}
.biaoyu span:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .biaoyu span {
    width: auto;
    line-height: 1.4;
  }
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #888888;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #2943A0;
}
a:hover,
a:focus {
  color: #2943A0;
}
.sitemap-box .group-box {
  margin-bottom: 30px;
}
.sitemap-box .group-box:last-child {
  margin-bottom: 0;
}
.sitemap-box .group-box ul {
  overflow: hidden;
  margin: 0 -15px;
}
.sitemap-box .group-box ul li {
  float: left;
  padding: 0 15px;
  width: 20%;
}
.sitemap-box .group-box ul li:nth-child(5n+1) {
  clear: left;
}
.sitemap-box .group-box ul li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.sitemap-box .group-box ul li a:hover {
  color: #35A78E;
}
.sitemap-box .group-box ul li a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #35A78E;
  border-radius: 50%;
}
.sitemap-box .title {
  background: #f0f0f0;
  padding: 10px 30px;
  margin-bottom: 20px;
}
.sitemap-box .title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #35A78E;
  transition: all 0.5s;
}
.sitemap-box .title a:hover {
  padding-left: 10px;
}
.social-share .icon-wechat .wechat-qrcode {
  width: 175px;
}
.details-page .detail-top .title-s {
  max-width: 100%;
}
.pep-list2 .col-lg-5ths:nth-child(5n+1) {
  clear: left;
}
.ryxm-list h1 {
  text-align: left !important;
  font-weight: normal !important;
}
.ryxm-list .col-lg-3:nth-child(4n+1) {
  clear: left;
}


/* new index */
.index-rcees-01 {}
.index-rcees-01 .row-w {
  margin-left: -18px;
  margin-right: -18px;
}
.index-rcees-01 .col-w {
  padding-left: 18px;
  padding-right: 18px;
}

.tabs-groups-cont > div {
  height: 0;
  overflow: hidden;
}
.tabs-groups-cont > div.active {
  height: auto;
}

.groups-cont .row-g {
  margin-left: -18px;
  margin-right: -18px;
}
.groups-cont .col-g {
  padding-left: 18px;
  padding-right: 18px;
}
.news-box:hover .box-img img {
  transform: scale(1.1);
}
.news-box:hover .info-title {
  color: #2943A0;
}
.news-box .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.news-box .box-img img {
  display: block;
  width: 100%;
  height: 268px;
  transition: all .5s;
}
.news-box .info-title {
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: block;  
  display: -webkit-box;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;  
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.news-box .info-date {
  color: #746D69;
  height: 30px;
  line-height: 30px;
}

.event-list-box {
  height: 420px;
  overflow: hidden;
}

.events-mod .box-s {
  margin-bottom: 50px;
}
.events-mod .box-s:hover .box-info .info-title {
  color: #2943A0;
}
.events-mod .box-s:last-child {
  margin-bottom: 0;
}
.events-mod .box-s .box-date {
  float: left;
  width: 54px;
  height: 54px;
  background: #162C78;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  padding-top: 4px;
  line-height: 24px;
}
.events-mod .box-s .box-date .date-01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.events-mod .box-s .box-date .date-02 {
    line-height: 1;
    font-size: 12px;
}

.events-mod .box-s .box-info {
  overflow: hidden;
}
.events-mod .box-s .box-info .info-title {
    color: #333333;
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: block;  
    display: -webkit-box;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 3;  
    line-height: 26px;
    max-height: 78px;
    font-size: 18px;
}

.index-rcees-02 {
  background: #F0F2FC;
}
.occeft-mod {
  position: relative;
}
.occeft-mod .box-s {
  position: relative;
}
.occeft-mod .box-s:hover .box-img img {
  transform: scale(1.1);
}
.occeft-mod .box-s .box-img {
  overflow: hidden;
}
.occeft-mod .box-s .box-img img {
  transition: all .5s;
  width: 100%;
  height: 516px;
  transition: all .5s;
}
.occeft-mod .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url('rceesen-boxbg.png') repeat-x bottom left;
}
.occeft-mod .box-s .mc-cont {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: #fff;
}
.occeft-mod .box-s .mc-cont .cont-date {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
.occeft-mod .box-s .mc-cont .cont-title {
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: block;  
  display: -webkit-box;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;  
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  height: 90px;
}

.occeft-page {
  display: none;
}
.occeft-page .swiper-pagination-bullet  {
  width: 10px;
  height: 10px;
}

.occeft-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2943A0;
}

.study-rcees-mod {
  height: 516px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.study-rcees-mod .mod-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 105px 45px 0 45px;
  text-align: center;
}
.study-rcees-mod .mod-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
}
.study-rcees-mod .mod-logo:hover img {
  margin-top: -20px;
} 


.index-rcees-title {
  line-height: 50px;
  margin-bottom: 25px;
  min-height: 60px;
}
.index-rcees-title .title-left {
  font-size: 40px;
  color: #2943A0;
  text-transform: uppercase;
  float: left;
  font-weight: bold;
}
.index-rcees-title .title-left .icon-s {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -5px;
}
.index-rcees-title .title-left .icon-s img {
  display: block;
}
.index-rcees-title .title-more {
  float: right;
  color: #2F72A8;
  line-height: 30px;
  margin-top: 20px;
}
.index-rcees-title .title-more:hover {
  color: #2943A0;
}
.index-rcees-title.occeft-title .icon-s {
  float: left;
  margin-top: 0;
  padding-top: 12px;
}
.index-rcees-title.occeft-title .title-left .txt-s {
  font-size: 26px;
  line-height: 30px;
  overflow: hidden;
  display: inline-block;
  max-width:880px;
  vertical-align: top;
}

.index-rcees-title.rcees-title-tabs .tab-title-w > div {
  float: left;
}

.index-rcees-title.rcees-title-tabs .title-line {
  margin-left: 30px;
  margin-right: 30px;
  width: 1px;
  height: 28px;
  background: #5985E1;
  margin-top: 11px;
}
.index-rcees-title.rcees-title-tabs .tab-title-w {
  float: left;
}
.index-rcees-title.rcees-title-tabs .tabs-more {
  float: right;
}
.index-rcees-title.rcees-title-tabs .tabs-more a {
  display: none;
}
.index-rcees-title.rcees-title-tabs .tabs-more a.active {
  display: block;
}

.index-rcees-title.rcees-title-tabs .title-left {
  color: #7380BB;
  cursor: pointer;
}
.index-rcees-title.rcees-title-tabs .title-left .icon-s {
  display: none;
}
.index-rcees-title.rcees-title-tabs .title-left.active {
  color: #2943A0;
}
.index-rcees-title.rcees-title-tabs .title-left.active .icon-s {
  display: inline-block;
}



@media (min-width: 992px) {
  .rcees-media-mod .hot-w {
    width: 57.5%;
  }
  .rcees-media-mod .list-w {
    width: 42.5%;
  }
}


.media-video-hot {
  overflow: hidden;
  position: relative;
}
.media-video-hot:hover img {
  transform: scale(1.1);
}
.media-video-hot img {
  display: block;
  width: 100%;
  height: 408px;
  transition: all .5s;
}
.media-video-hot .video-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('rceesen-icon-video.png') no-repeat center center;
  background-size: 88px;
}
.media-video-hot .video-title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.media-video-list .box-s {
  margin-bottom: 30px;
}
.media-video-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.media-video-list .box-s:hover .info-title {
  color: #2943A0;
}
.media-video-list .box-s:last-child {
  margin-bottom: 0;
}
.media-video-list .box-s .box-img {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 205px;
}
.media-video-list .box-s .box-img img {
  transition: all .5s;
  width: 100%;
  height: 116px;
}
.media-video-list .box-s .box-img .img-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('rceesen-icon-video.png') no-repeat center center;
  background-size: 50px;
}
.media-video-list .box-s .box-info {
  overflow: hidden;
  padding-top: 5px;
}
.media-video-list .box-s .info-title {
  color: #333333;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: block;  
  display: -webkit-box;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;  
  line-height: 24px;
  max-height: 96px;
}

.join-us-mod .box-s {
  margin-bottom: 40px;
}
.join-us-mod .box-s:last-child {
  margin-bottom: 0;
}
.join-us-mod .box-s:hover .box-info .info-title {
  color: #162C78;
}
.join-us-mod .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #5985E1;
  margin-right: 20px;
  color: #162C78;
  min-height: 64px;
  line-height: 1;
}
.join-us-mod .box-s .box-date .date-01 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.join-us-mod .box-s .box-date .date-02 {
  font-size: 12px;
}
.join-us-mod .box-s .box-info {
  overflow: hidden;
}
.join-us-mod .box-s .box-info .info-title {
    color: #333333;
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: block;  
    display: -webkit-box;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 3;  
    line-height: 26px;
    height: 78px;
    font-size: 18px;
    /* margin-top: -6px; */
}

.sydw-logo {
  float: right;
  width: 56px;
  margin-top: 10px;
}
.sydw-logo img{
  width: 100%;
}

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