.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #3D55A7;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #3D55A7;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #3D55A7;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #3D55A7;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #3D55A7;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #3D55A7;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3D55A7;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  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;
}
/*此文件写网站剩余样式*/
@font-face {
  font-family: Roboto-SemiBold;
  src: url("Roboto-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url("Montserrat-Bold.ttf") format("truetype");
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
}
a:hover,
a:focus {
  color: #367980;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
a[href]:after {
  content: normal;
}
a:hover,
a:focus {
  text-decoration: none;
}
*:focus {
  outline: none;
}
@media (min-width: 1280px) {
  .container {
    width: 1250px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1700px) {
  .index-box .container {
    width: 1600px;
  }
}
@media (min-width: 1750px) {
  nav.bootsnav .container {
    width: 1720px;
  }
}
.head-logo {
  display: block;
  width: 137px;
}
.head-logo img {
  width: 100%;
  height: 100%;
}
.ch-btn {
  float: right;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding-left: 28px;
  background-image: url(gaoEn-icon1.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 35px;
  transition: all 0.5s;
}
.ch-btn:hover {
  background-image: url(gaoEn-icon2.png);
  color: #548F6D;
}
.nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav {
  min-height: 100px;
  padding: 4px 0;
  background: linear-gradient(180deg, #00000a 0%, rgba(0, 78, 169, 0.02) 98%);
  border: none;
  background-size: cover;
  box-shadow: none;
  z-index: 999;
}
nav.navbar.bootsnav .collapse.navbar-collapse {
  padding: 0;
  margin: 0;
  float: left;
  margin-left: 260px;
  margin-top: 33px;
}
nav.navbar.bootsnav ul.nav > li {
  margin-left: 50px;
}
nav.navbar.bootsnav ul.nav > li:first-child {
  margin-left: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  padding: 0 0;
  margin: 0;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent !important;
  color: #548F6D !important;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
  border: none;
  border-top: none;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  min-width: 180px;
  width: 180px;
  margin-left: 0;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  text-align: left;
  display: block;
  line-height: 30px;
  padding: 10px 20px;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a:hover,
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a:focus {
  background: #548f6d;
  color: #FFF;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.index-box1 {
  height: 100vh;
}
.index-box1 .banner-swiper {
  height: 100%;
}
.index-box1 .img-box {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-box1 .container {
  height: 100%;
  position: relative;
}
.index-box1 .banner-cont {
  position: absolute;
  left: 0;
  bottom: 256px;
  display: block;
  width: 840px;
}
.index-box1 h1 {
  font-family: Roboto-SemiBold;
  font-weight: 600;
  font-size: 93px;
  color: #FFFFFF;
  line-height: 106px;
  margin-bottom: 55px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 212px;
}
.index-box1 h4 {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 40px;
  word-break: break-word;
  font-family: Montserrat-Regular;
}
.index-box1 .banner-page {
  bottom: 60px;
}
.index-box1 .swiper-pagination-bullet {
  vertical-align: bottom;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.6;
  margin: 0 3px;
}
.index-box1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-box2 {
  padding: 95px 0 130px 0;
  background: #FFF;
}
.index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 53px;
}
.index-title > div {
  font-size: 36px;
  color: #333333;
  line-height: 53px;
}
.index-title > a {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  background-image: url(gaoEN-icon3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.index-title > a:hover {
  background-image: url(gaoEN-icon4.png);
}
.m48 {
  margin: 0 -48px;
}
.p48 {
  padding: 0 48px;
}
.index-md-5 {
  width: 47.406%;
}
.index-md-7 {
  width: 52.594%;
}
.news-left-cont {
  display: block;
}
.news-left-cont .img-box {
  height: 428px;
  overflow: hidden;
  margin-bottom: 60px;
}
.news-left-cont .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-left-cont .date {
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-bottom: 15px;
}
.news-left-cont .title {
  font-weight: bold;
  font-size: 22px;
  color: #548F6D;
  line-height: 32px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 64px;
  margin-bottom: 20px;
}
.news-left-cont .desc {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}
.news-left-cont:hover .img-box img {
  transform: scale(1.1);
}
.news-right-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news-right-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-right-list a {
  display: block;
}
.news-right-list a:hover .img-box img {
  transform: scale(1.1);
}
.news-right-list a:hover .title {
  color: #548F6D;
}
.news-right-list .img-box {
  float: right;
  width: 265px;
  height: 160px;
  overflow: hidden;
  margin-left: 30px;
}
.news-right-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-right-list .info {
  overflow: hidden;
  padding-top: 10px;
}
.news-right-list .date {
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-bottom: 16px;
}
.news-right-list .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 84px;
}
.index-box3 {
  padding: 75px 0 93px;
  background: linear-gradient(90deg, #8AB449, #367980);
}
.index-box3 .index-title > div {
  color: #FFF;
}
.index-box3 .col-md-3:nth-child(4n+1) {
  clear: left;
}
.m17 {
  margin: 0 -17px;
}
.p17 {
  padding: 0 17px;
}
.glance-list {
  display: block;
  height: 470px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.glance-list:hover .glance-bottom,
.glance-list.active .glance-bottom {
  height: 100%;
  overflow: visible;
}
.glance-list:hover .glance-top,
.glance-list.active .glance-top {
  background: transparent;
}
.glance-list:hover .num,
.glance-list.active .num,
.glance-list:hover .lm-title,
.glance-list.active .lm-title,
.glance-list:hover .desc,
.glance-list.active .desc {
  font-size: 0;
}
.glance-list:hover .num span,
.glance-list.active .num span {
  display: none;
}
.glance-list:hover .lm-title,
.glance-list.active .lm-title {
  border-bottom: 1px solid transparent;
}
.glance-list .glance-top {
  height: 100%;
  padding: 56px 20px 40px 20px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.glance-list .num {
  display: inline-block;
  font-weight: 600;
  font-size: 100px;
  color: #FFFFFF;
  line-height: 1;
  position: relative;
  padding-right: 27px;
  margin-bottom: 25px;
}
.glance-list .num span {
  font-weight: 500;
  font-size: 35px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}
.glance-list .lm-title {
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
  padding-bottom: 20px;
  height: 108px;
}
.glance-list .lm-title > div {
  max-height: 87px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.glance-list .desc {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  max-height: 120px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.glance-list .glance-bottom {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 20px;
  height: 0;
  overflow: hidden;
  background: rgba(54, 121, 128, 0.6);
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  transition: all 0.6s;
}
.glance-list .glance-bottom .title {
  margin-bottom: 29px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
}
.glance-list .glance-bottom .more-desc {
  margin-bottom: 32px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  height: 270px;
}
.glance-list .glance-bottom .more {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  padding-right: 34px;
  background: url(gaoEN-icon6.png) no-repeat right center;
}
.glance-list .bottom-cont {
  padding: 44px 20px 35px 20px;
}
.index-box4 {
  padding: 95px 0 160px 0;
}
.index-box4 .index-title {
  float: left;
  margin-right: 193px;
  margin-top: 22px;
}
.index-box4 .fund-img-box {
  overflow: hidden;
}
.index-box4 .fund-img-box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 -5px;
  padding-bottom: 50px;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #8ab449 rgba(216, 216, 216, 0.3);
  /* Firefox */
}
.index-box4 .fund-img-box ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background: rgba(216, 216, 216, 0.3);
}
.index-box4 .fund-img-box ul::-webkit-scrollbar-thumb {
  background: #8ab449;
}
.index-box4 .fund-img-box ul::-webkit-scrollbar-button {
  display: none;
}
.index-box4 .fund-img-box li {
  padding: 0 5px;
  min-width: 200px;
}
.index-box4 .fund-img-box a {
  display: block;
  background: #fafafa;
  border-radius: 10px;
  height: 100px;
  overflow: hidden;
}
.index-box4 .fund-img-box a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-box4 .fund-img-box a:hover img {
  transform: scale(1.1);
}
.footer {
  background: url(gaoEN-bg1.png) no-repeat center center;
  background-size: cover;
  padding: 35px 0 10px;
}
.footer > .container {
  position: relative;
}
.footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 42px;
}
.footer .foot-bottom span,
.footer .foot-bottom a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
}
.footer .foot-bottom a:hover {
  color: #FFF;
}
.footer .foot-bottom .gaoEN-ga {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  margin-top: -2px;
}
.footer h3 {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 37px;
  padding-top: 19px;
}
.footer .foot-info {
  margin-bottom: 105px;
}
.footer .foot-info li {
  float: left;
  margin-right: 30px;
  margin-bottom: 22px;
}
.footer .foot-info span {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 2px;
}
.footer .foot-info p {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  opacity: 0.6;
}
.footer .info-title {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 30px;
  padding-top: 27px;
}
.footer .foot-lm-link a {
  float: left;
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 36px;
  width: 50%;
}
.footer .foot-lm-link a:hover {
  color: #FFF;
}
.footer .foot-logo {
  display: block;
  width: 210px;
  margin-left: auto;
}
.footer .foot-logo img {
  width: 100%;
}
.foot-hybsf {
  display: inline-block;
  width: 25px;
}
.foot-hybsf a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.toTop {
  position: absolute;
  right: 0;
  bottom: 28px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 36px;
  padding-right: 30px;
  background: url(gaoEN-icon7.png) no-repeat right center;
  cursor: pointer;
}
.toTop:hover {
  color: #FFF;
  background: url(gaoEN-icon8.png) no-repeat right center;
}
.col-foot-5 {
  padding-right: 120px;
}
.col-foot-4 {
  padding-left: 80px;
}
.ny-nav-box .nav-wrap {
  position: static;
}
.ny-nav-box nav.navbar.bootsnav {
  background: url(gaoEN-bg2.png) no-repeat center;
  background-size: cover;
}
.ny-box {
  background: #FAFAFA;
  min-height: calc(100vh - 603px);
  padding: 90px 0 160px 0;
  overflow: hidden;
}
.ny-lm-title {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 120px;
}
.ktz-leader {
  background: #FFFFFF;
  padding: 90px 0;
}
.ktz-leader .leader-top {
  background: #FAFAFA;
  border-radius: 250px 0 0 250px;
  padding: 5px 0 14px 0;
  margin-bottom: 87px;
  position: relative;
}
.ktz-leader .leader-top::before {
  position: absolute;
  content: '';
  background: #FAFAFA;
  top: 0;
  bottom: 0;
  width: 100%;
  right: -100%;
}
.ktz-leader .leader-top .img-box {
  float: left;
  width: 387px;
  height: 412px;
  margin-right: 120px;
  overflow: hidden;
}
.ktz-leader .leader-top .img-box img {
  width: 100%;
}
.ktz-leader .leader-top .info {
  overflow: hidden;
  padding-top: 44px;
}
.ktz-leader .leader-top .name {
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 33px;
  background: linear-gradient(90deg, #8AB449 0%, #367980 30%, #367980 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}
.ktz-leader .leader-top .info-list {
  margin-bottom: 20px;
}
.ktz-leader .leader-top .info-list li {
  float: left;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
  margin-right: 55px;
  margin-bottom: 10px;
}
.ktz-leader .leader-top .ry-js {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.ktz-leader .info-group {
  margin-bottom: 89px;
}
.ktz-leader .info-group:last-child {
  margin-bottom: 0;
}
.ktz-leader .info-group .title {
  font-size: 32px;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
}
.ktz-leader .info-group .txt ul {
  overflow: hidden;
}
.ktz-leader .info-group .txt ul li {
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.ktz-leader .info-group .txt ul li:nth-child(2n+1) {
  clear: left;
}
.ktz-leader .info-group .txt-list1 ul li {
  padding-left: 27px;
  line-height: 33px;
  position: relative;
}
.ktz-leader .info-group .txt-list1 ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  background: url(gaoEN-icon9.png) no-repeat center;
}
.ktz-leader .info-group .txt-list1 ul li:nth-child(2n+1) {
  padding-right: 60px;
}
.ktz-leader .info-group .txt-list2 ul li {
  width: calc(50% - 40px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 40px;
  line-height: 42px;
}
.ktz-leader .info-group .txt-list2 ul li:nth-child(2n+1) {
  margin-left: 0;
  margin-right: 40px;
}
.ktz-other-rylist {
  padding-top: 90px;
}
.ktz-ry-list {
  margin-bottom: 50px;
}
.ktz-ry-list:last-child {
  margin-bottom: 0;
}
.ktz-ry-list .col-md-5ths:nth-child(5n+1) {
  clear: left;
}
.ktz-ry-list .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 44px;
  padding-bottom: 28px;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 1;
}
.ktz-ry-list .ry-list-box {
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.ktz-ry-list .img-box {
  height: 300px;
  overflow: hidden;
  margin-bottom: 14px;
}
.ktz-ry-list .img-box img {
  width: 100%;
  height: 100%;
}
.ktz-ry-list .name {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
}
.ktz-ry-list .info-list {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
}
.ktz-ry-list .info-list li:nth-child(2) {
  word-break: break-all;
}
.swxzy-list li {
  margin-bottom: 93px;
}
.swxzy-list li:last-child {
  margin-bottom: 0;
}
.swxzy-list li:nth-child(2n) .img-box {
  float: right;
}
.swxzy-list a {
  display: block;
  background: #FFF;
}
.swxzy-list a:hover .img-box img {
  transform: scale(1.1);
}
.swxzy-list a:hover .title {
  color: #548F6D;
}
.swxzy-list .img-box {
  float: left;
  width: 520px;
  height: 340px;
  overflow: hidden;
}
.swxzy-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.swxzy-list .info {
  overflow: hidden;
  min-height: 340px;
  padding: 30px 40px 20px 30px;
}
.swxzy-list .title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 44px;
  margin-bottom: 27px;
  word-break: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swxzy-list .desc {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 40px;
}
.swxzy-list .icon-img {
  max-width: 218px;
  max-height: 53px;
  margin-bottom: 32px;
}
.swxzy-list .icon-img img {
  max-width: 100%;
  max-height: 100%;
}
.swxzy-list .wcr {
  font-weight: 600;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
}
.news-top-list {
  margin-bottom: 50px;
}
.news-top-list .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.news-top-link {
  display: block;
  margin-bottom: 30px;
}
.news-top-link:hover .img-box img {
  transform: scale(1.1);
}
.news-top-link:hover .info::before {
  width: 100%;
}
.news-top-link:hover .date,
.news-top-link:hover .title {
  color: #FFF;
}
.news-top-link:hover .more {
  background: url(gaoEN-icon11.png) no-repeat center;
}
.news-top-link .img-box {
  height: 270px;
  overflow: hidden;
}
.news-top-link .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-top-link .info {
  background: #FFFFFF;
  min-height: 238px;
  padding: 30px 24px;
  position: relative;
}
.news-top-link .info::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, #8AB449, #367980);
  transition: all 0.5s;
}
.news-top-link .date {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-bottom: 24px;
}
.news-top-link .title {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  height: 78px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
}
.news-top-link .more {
  position: relative;
  width: 11px;
  height: 17px;
  margin-left: auto;
  background: url(gaoEN-icon10.png) no-repeat center;
}
.news-bottom-list {
  margin-bottom: 80px;
}
.news-bottom-list li {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-bottom-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-bottom-list a {
  display: block;
}
.news-bottom-list a:hover .img-box img {
  transform: scale(1.1);
}
.news-bottom-list a:hover .title {
  color: #548F6D;
}
.news-bottom-list .img-box {
  float: right;
  width: 265px;
  height: 160px;
  margin-left: 70px;
  overflow: hidden;
}
.news-bottom-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-bottom-list .info {
  overflow: hidden;
  padding-top: 10px;
}
.news-bottom-list .date {
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-bottom: 18px;
}
.news-bottom-list .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 84px;
}
.comp-pages {
  padding-top: 0px;
}
.comp-pages .page-pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  height: 40px;
  min-width: 40px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  background: none;
  color: #999999;
  border: 1px solid transparent;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.comp-pages .page-pc span {
  background: none !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #548F6D !important;
  color: #548F6D !important;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #548F6D;
  color: #548F6D;
}
.comp-pages .page-phone {
  background: #548F6D;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  font-size: 16px;
}
.m67 {
  margin: 0 -67px;
}
.p67 {
  padding: 0 67px;
}
.col-xl-4 {
  width: 39.17%;
}
.col-xl-8 {
  width: 60.83%;
}
.zx-news-list li {
  margin-bottom: 30px;
}
.zx-news-list li:last-child {
  margin-bottom: 0;
}
.zx-news-list a {
  display: block;
  background: #FFFFFF;
  padding: 30px 24px;
}
.zx-news-list a:hover .title {
  color: #548F6D;
}
.zx-news-list a:hover .more {
  background: url(gaoEN-icon12.png) no-repeat center;
}
.zx-news-list .date {
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-bottom: 24px;
}
.zx-news-list .title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 50px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
}
.zx-news-list .more {
  width: 11px;
  height: 17px;
  margin-left: auto;
  background: url(gaoEN-icon10.png) no-repeat center;
}
.details-page {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  line-height: 24px;
}
.details-page .detail-top {
  margin-bottom: 52px;
  padding-bottom: 43px;
  border-bottom: 1px solid #C3C3C3;
}
.details-page .detail-top .title-s {
  max-width: 100%;
  font-size: 20px;
  color: #548F6D;
  line-height: 28px;
}
.details-page .detail-top .top-other {
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  margin-top: 0;
  margin-bottom: 10px;
}
.details-page .detail-top .top-other .other-info {
  font-weight: 600;
  font-size: 16px;
  color: #999999;
}
.details-page .main-cont {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  word-break: break-word;
  font-weight: normal;
}
.details-page .main-cont p,
.details-page .main-cont div {
  margin-bottom: 20px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 4px;
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
}
.details-page .cont-page {
  margin-top: 40px;
  border-top: 1px solid #C3C3C3;
  padding-top: 40px;
  line-height: 24px;
  color: #999999;
  font-size: 16px;
}
.details-page .cont-page .a-page a {
  color: #999999;
}
.details-page .cont-page .a-page p span {
  margin-right: 14px;
}
.details-page .cont-page .a-page:hover {
  color: #548F6D;
}
.details-page .cont-page .a-page:hover a {
  color: #548F6D;
}
.photos-year-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.photos-year-list li {
  min-width: 100px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 20px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.photos-year-list li a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #999999;
  line-height: 32px;
  padding: 3px;
  margin-bottom: 10px;
}
.photos-year-list li:hover,
.photos-year-list li.active {
  background: #548F6D;
  border: 1px solid #548F6D;
}
.photos-year-list li:hover a,
.photos-year-list li.active a {
  color: #FFF;
}
.photos-active-list {
  position: relative;
}
.photos-active-list::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  top: 123px;
  bottom: 0;
  background: #548F6D;
  opacity: 0.3;
}
.photos-active-list li {
  margin-bottom: 140px;
}
.photos-active-list li:last-child {
  margin-bottom: 0;
}
.photos-active-list li:nth-child(2n) .date {
  float: left;
  padding-left: 0;
  padding-right: 70px;
  text-align: right;
}
.photos-active-list li:nth-child(2n) .date::before {
  left: auto;
  right: -20px;
}
.photos-active-list li:nth-child(2n) .date::after {
  left: auto;
  right: -10px;
}
.photos-active-list li:nth-child(2n) .info {
  padding-right: 0;
  padding-left: 100px;
}
.photos-active-list li:hover .date::before,
.photos-active-list li.active .date::before {
  opacity: 1;
}
.photos-active-list li:hover .date::after,
.photos-active-list li.active .date::after {
  background: #548F6D;
}
.photos-active-list li:hover .date div:nth-child(1),
.photos-active-list li.active .date div:nth-child(1) {
  color: #548F6D;
}
.photos-active-list .date {
  float: right;
  width: 50%;
  padding-left: 70px;
  text-align: left;
  padding-top: 68px;
  position: relative;
}
.photos-active-list .date::before {
  position: absolute;
  content: '';
  left: -20px;
  top: 113px;
  width: 40px;
  height: 40px;
  background: rgba(84, 143, 109, 0.3);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
}
.photos-active-list .date::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: -10px;
  top: 123px;
  background: #E6E6E6;
  border-radius: 50%;
  z-index: 2;
}
.photos-active-list .date div:nth-child(1) {
  font-family: Montserrat-Bold;
  font-size: 120px;
  color: #E6E6E6;
  line-height: 1;
  margin-bottom: 37px;
  word-break: break-all;
}
.photos-active-list .date div:nth-child(2) {
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  line-height: 36px;
  word-break: break-word;
}
.photos-active-list .info {
  overflow: hidden;
  width: 50%;
  padding-right: 100px;
}
.photos-active-list .img-box {
  height: 350px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 36px;
}
.photos-active-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.photos-active-list .title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  word-break: break-word;
}
.photos-active-list .swiper-button-next,
.photos-active-list .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.5s;
  top: 32%;
  margin: 0;
}
.photos-active-list .swiper-button-next::after,
.photos-active-list .swiper-button-prev::after {
  display: none;
}
.photos-active-list .swiper-button-next {
  right: 25px;
  background-image: url(gaoEN-icon11.png);
}
.photos-active-list .swiper-button-next:hover {
  background-color: #ffffff;
  background-image: url(gaoEN-icon12.png);
}
.photos-active-list .swiper-button-prev {
  left: 25px;
  background-image: url(gaoEN-icon13.png);
}
.photos-active-list .swiper-button-prev:hover {
  background-color: #ffffff;
  background-image: url(gaoEN-icon14.png);
}
.cbw-left-bg {
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 216px;
}
.cbw-left-bg .fl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.cbw-left-bg .date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.cbw-left-bg img {
  margin-right: 7px;
}
.cbw-left-bg .line {
  width: 12px;
  height: 2px;
  background: #C7C7C7;
}
.cbw-left-bg ul {
  max-height: 130px;
  overflow: hidden;
  transition: all 0.3s;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #8ab449 rgba(216, 216, 216, 0.3);
  /* Firefox */
}
.cbw-left-bg ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background: rgba(216, 216, 216, 0.3);
}
.cbw-left-bg ul::-webkit-scrollbar-thumb {
  background: #8ab449;
}
.cbw-left-bg ul::-webkit-scrollbar-button {
  display: none;
}
.cbw-left-bg ul#lmname-cont {
  overflow: hidden;
  max-height: none;
}
.cbw-left-bg ul#lmname-cont li {
  width: 50%;
  float: left;
  padding-right: 35px;
}
.cbw-left-bg ul#lmname-cont li:nth-child(2n) {
  padding-right: 0;
}
.cbw-left-bg ul#lmname-cont li:nth-child(2n+1) {
  clear: left;
}
.cbw-left-bg ul#lmname-cont li:nth-child(5) {
  margin-bottom: 0;
}
.cbw-left-bg ul#year-cont:hover {
  overflow-y: auto;
  padding-right: 15px;
}
.cbw-left-bg li {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cbw-left-bg li.active {
  color: #548F6D;
}
.cbw-left-bg li:last-child {
  margin-bottom: 0;
}
.cbw-left-bg input[type="checkbox"] {
  margin: 0;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
  border: 1px solid #999999;
  -webkit-appearance: none;
  cursor: pointer;
}
.cbw-left-bg input[type="checkbox"]:checked {
  border: 1px solid #548F6D;
  background: url(gaoEN-icon17.png) no-repeat center center;
}
.pub-lm-title {
  font-weight: 600;
  font-size: 26px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 36px;
}
.pub-lm-title.pub-lm-title-author {
  margin-top: 30px;
  font-size: 22px;
}
.lw-gorup {
  margin-bottom: 30px;
}
.lw-gorup:last-child {
  margin-bottom: 0;
}
.lw-gorup .year {
  background: rgba(84, 143, 109, 0.1);
  font-weight: 600;
  font-size: 18px;
  color: #548F6D;
  line-height: 26px;
  padding: 11px 26px;
  margin-bottom: 20px;
}
.lw-gorup .lw-list li {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #FFFFFF;
}
.lw-gorup .lw-list li:last-child {
  margin-bottom: 0;
}
.lw-gorup .lw-list li:hover .title {
  color: #548f6d;
}
.lw-gorup .lw-list .title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lw-gorup .lw-list .zw-cont {
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  font-weight: 600;
}
.lw-gorup .lw-list .zw-cont a {
  display: inline-block;
  color: #548f6d !important;
}
.lg-sub-html {
  font-weight: 600;
}
.research-box .topjj {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  padding: 0 100px;
  margin-bottom: 110px;
}
.research-box .topjj p {
  margin-bottom: 10px;
}
.research-box .res-list li {
  margin-bottom: 90px;
}
.research-box .res-list li:last-child {
  margin-bottom: 0;
}
.research-box .res-list li:nth-child(2n) .img-box {
  float: right;
  margin-right: 0;
  margin-left: 65px;
}
.research-box .res-list a {
  display: block;
}
.research-box .res-list a:hover .title {
  color: #548f6d;
}
.research-box .res-list a:hover .img-box img {
  transform: scale(1.1);
}
.research-box .res-list a:hover .more {
  color: #548f6d;
  background: url(gaoEN-icon12.png) no-repeat right center;
}
.research-box .res-list .img-box {
  float: left;
  width: 360px;
  height: 240px;
  overflow: hidden;
  margin-top: 70px;
  margin-right: 65px;
  border: 1px solid #fcf5f5;
}
.research-box .res-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.research-box .res-list .info {
  overflow: hidden;
}
.research-box .res-list .title {
  font-size: 30px;
  color: #000;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 22px;
}
.research-box .res-list .desc {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  word-break: break-word;
  max-height: 252px;
  overflow: hidden;
  padding-right: 10px;
  margin-bottom: 45px;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #8ab449 rgba(216, 216, 216, 0.3);
  /* Firefox */
}
.research-box .res-list .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background: rgba(216, 216, 216, 0.3);
}
.research-box .res-list .desc::-webkit-scrollbar-thumb {
  background: #8ab449;
}
.research-box .res-list .desc::-webkit-scrollbar-button {
  display: none;
}
.research-box .res-list .more {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #c7c7c7;
  display: inline-block;
  padding-right: 25px;
  background: url(gaoEN-icon10.png) no-repeat right center;
}
.member-nav nav.navbar.bootsnav {
  background: transparent;
}
.member-nav nav.navbar.bootsnav::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 270px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.member-top-banner {
  height: 765px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.member-top-banner .container {
  height: 100%;
  position: relative;
}
.member-top-banner .info {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}
.member-top-banner .info h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 87px;
}
.member-top-banner .info h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
.ktz-leader-ny-box {
  padding-top: 0 !important;
}
.m20 {
  margin: 0 -20px;
}
.p20 {
  padding: 0 20px;
}
.hj-box {
  padding: 70px 0 30px 0;
  background: #FFF;
}
.hj-box .col-lg-4:nth-child(3n+1) {
  clear: left;
}
.hj-info {
  height: 300px;
  background: #FAFAFA url(gaoEN-bg3.png) no-repeat center bottom;
  border-radius: 20px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.hj-info .num {
  font-family: Montserrat-SemiBold;
  font-size: 100px;
  line-height: 1;
  color: #548f6d;
  margin-bottom: 20px;
}
.hj-info .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  color: #548f6d;
  text-align: center;
}
.hj-fl-title {
  padding: 70px 0 40px 0;
}
.hj-fl-title li {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.hj-fl-title li:last-child {
  margin-right: 0;
}
.hj-fl-title li:hover a,
.hj-fl-title li.active a {
  border: 1px solid #548f6d;
  background: #548f6d;
  color: #FFF;
}
.hj-fl-title a {
  display: block;
  font-family: 'Montserrat-Mediumf';
  font-size: 24px;
  line-height: 30px;
  color: #999999;
  text-align: center;
  padding: 10px 38px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.hj-fl-cont > div {
  display: none;
}
.hj-fl-cont > div:first-child {
  display: block;
}
.hj-fl-list li {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.hj-fl-list li:last-child {
  margin-bottom: 0;
}
.hj-fl-list .title {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 9px;
}
.hj-fl-list .txt {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}
.lxwm-ny-bg {
  background: #FAFAFA;
  padding: 100px 0 70px 0;
}
.lxwm-ny-bg .ny-lm-title {
  margin-bottom: 56px;
}
.lxwm-ny-bg2 {
  background: #FFF;
  padding: 70px 0 160px;
}
.lxwm-title {
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 113px;
}
.map-cont .map {
  float: right;
  border: 10px solid #FFF;
  width: 890px;
  margin-left: 30px;
}
.map-cont .map img {
  width: 100%;
}
.map-cont .info {
  overflow: hidden;
}
.map-cont .info .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #000000;
  margin-bottom: 10px;
}
.map-cont .info .subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
  margin-bottom: 40px;
}
.map-cont .info .info-list li {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: Montserrat-Mediumf;
}
.map-cont .info .info-list li span {
  font-weight: 600;
}
.map-cont .info .info-list li:last-child {
  margin-bottom: 0;
}
.lxwm-lm-title {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lxwm-lm-title .title {
  font-size: 32px;
  line-height: 42px;
  color: #000000;
}
.lxwm-lm-title a {
  font-size: 18px;
  font-weight: 600;
  padding-right: 24px;
  line-height: 30px;
  color: #548f6d;
  background: url(gaoEN-icon12.png) no-repeat right center;
}
.Admission-txt {
  font-size: 16px;
  font-family: Montserrat-Mediumf;
  line-height: 26px;
  color: #000000;
  text-align: justify;
  margin-bottom: 90px;
}
.Admission-txt p {
  margin-bottom: 10px;
}
.zs-list li {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zs-list li:last-child {
  margin-bottom: 0;
}
.zs-list a {
  display: block;
}
.zs-list a:hover .title {
  color: #548f6d;
}
.zs-list .date {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #999999;
  margin-bottom: 26px;
}
.zs-list .title {
  font-size: 18px;
  font-family: Montserrat-Mediumf;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
}
.zs-ny-list {
  margin-bottom: 60px;
}
