.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
a:hover, a:focus {color: #333;}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h22 {
  font-size: 22px;
}
.h28 {
  font-size: 28px;
}
.h40 {
  font-size: 40px;
}
@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }
  .h50 {
    font-size: 42px;
  }
}
@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }
  .h50 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }
  .h50 {
    font-size: 32px;
  }
}
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 24px;
  }
  .h28 {
    font-size: 26px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @iconBgCol - 图标颜色
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #F5F8FC;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #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: #004EC0;
}
.comp-text-list-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #F5F8FC;
  padding: 20px 30px;
  color: #666666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #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: #333333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #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: #333333;
  background: #F5F8FC;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #F5F8FC;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #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: #333333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 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: #004EC0;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #004EC0;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #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: #666666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #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: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #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: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #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: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #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: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #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: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #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: #F5F8FC;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #004EC0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #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: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #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: #004EC0;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #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: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #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: #004EC0;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #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: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #F5F8FC;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #F5F8FC;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 25px;
}
.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: #004EC0;
  border: 1px solid #004EC0;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #004EC0;
  border: 1px solid #004EC0;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #004EC0;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DFE7;
  padding-bottom: 8px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #898B92;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #333;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #D9DFE7;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #195AB4;
}
.details-page .cont-page .a-page:hover a {
  color: #195AB4;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item a.cur {
  color: #004EC0;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #FFA200;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.side-menu .menu-title {
  background: #004EC0;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.side-menu .menu-cont {
  background-color: #F5F8FC;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #004EC0;
}
.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3D55A7;
}
.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #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: #004EC0;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1240px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1720px;
  }
}
body {
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}
.wrapper {
  overflow: hidden;
}
/*page-main*/
.page-main {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
.index-page .page-main {
  background-color: #f2f6fc;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 200px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 358px;
  background: url(cjgen-nav-bg.png) no-repeat top center;
  background-size: 100% 358px;
}
nav.navbar.bootsnav[data-v-home]::before {background: none;}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
  float: none;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
  display: block;
  padding: 0;
  margin: 30px auto;
  float: none;
  max-width: 540px;
}
nav.navbar.bootsnav .navbar-brand img {
  width: 100%;
  height: 100%;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: none;
  margin: 0 313px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 120px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  padding: 0;
  margin: 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: #FDD882 !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 2px solid #FDD882;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #fff;
  min-width: 100px;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  margin-top: 10px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #333333;
  margin: 0;
  padding: 5px 10px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #d59d1c;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  background: rgba(0, 24, 100, 0.85);
  min-height: 200px;
}
nav.navbar.bootsnav.scroll::before {
  display: none;
}
@media (max-width: 1400px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 30px 0 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    min-width: 140px;
    width: 140px;
    left: 50%;
    margin-left: -70px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header {
    float: none !important;
  }
}
@media (max-width: 991px) {
}
/*
陈嘉庚科学奖基金会

*/
.header-right {
  float: right;
  margin-top: 16px;
}
.header-other {
  position: absolute;
  right: 0;
  top: 30px;
}
.header-other li {
  float: left;
}
.header-other li:nth-child(2) a,
.header-other li:nth-child(2) span {
  float: left;
  color: #FFFFFF;
  line-height: 34px;
}
.header-other li:nth-child(2) span {
  padding: 0 8px;
}
.header-other .lang-btn:hover {
  color: #FDD882;
}
.d-box {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.d-box .d-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.d-box .close-d-box {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: -300px;
  cursor: pointer;
  background: url(cjgen-close-btn.png) no-repeat center center;
}
.d-box .search-cont {
  width: 53%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.d-box .search-cont .s-inp {
  width: 100%;
  height: 62px;
  line-height: 40px;
  background: none;
  padding-left: 18px;
  padding-right: 40px;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #eaedfa;
  border-bottom: 4px solid #C19A0F;
}
.d-box .search-cont .s-btn {
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 9;
  width: 60px;
  height: 62px;
  background: url(cjgen-search2.png) no-repeat center;
}
.d-box .search-cont ::-webkit-input-placeholder {
  /* WebKit browsers */
    color: #333;
  font-size: 16px;
}
.d-box .search-cont :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
    color: #333;
  font-size: 16px;
}
.d-box .search-cont ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
    color: #333;
  font-size: 16px;
}
.d-box .search-cont :-ms-input-placeholder {
  /* Internet Explorer 10+ */
    color: #333;
  font-size: 16px;
}
.search-btn-ph {
  cursor: pointer;
  height: 34px;
  width: 34px;
  margin-right: 20px;
  border: 1px solid #83734d;
  border-radius: 50%;
  background: url(cjgen-search1.png) no-repeat center center;
}
/*---  index  ---*/
.index-banner {
  background: url('cjgen-banner-bg.jpg') no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
}
.index-banner .banner-scroll {
  margin-top: 327px;
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .banner-box {
  position: relative;
  height: 100%;
}
.index-banner .cont-20 {
  margin-left: -20px;
}
.index-banner .banner-img,
.index-banner .banner-video {
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-right: 70px;
  position: relative;
}
.index-banner .banner-img::after,
.index-banner .banner-video::after {
  position: absolute;
  content: '';
  top: 20px;
  right: 20px;
  bottom: 0;
  left: 0;
  background: #f5d17f;
}
.index-banner .banner-img > a,
.index-banner .banner-video > a {
  display: block;
  width: 949px;
  height: 511px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-banner .banner-img img,
.index-banner .banner-video img,
.index-banner .banner-img video,
.index-banner .banner-video video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index-banner .banner-info {
  overflow: hidden;
  padding-top: 66px;
}
.index-banner .banner-info .title {
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 144px;
}
.index-banner .banner-info .more {
  display: block;
  width: 210px;
  height: 64px;
  background: linear-gradient(0deg, #f5d17f, #e6cb72);
  border-radius: 32px;
  font-size: 22px;
  color: #947323;
  line-height: 64px;
  text-align: center;
  margin-top: 144px;
  transition: all 0.5s;
}
.index-banner .banner-info .more:hover {
  margin-left: 20px;
  transition: all 0.5s;
}
.index-banner .swiper-slide-active .title {
  -webkit-animation: fadeInUp 0.5s both 1s;
  animation: fadeInUp 0.5s both 1s;
}
.index-banner .swiper-kzq-box {
  width: 701px;
  position: absolute;
  right: 0;
  bottom: 40px;
}
.index-banner .swiper-scrollbar {
  width: 152px;
  height: 5px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0px;
  right: 0;
}
.index-banner .swiper-scrollbar-drag {
  border-radius: 0px;
  background: #F5D17F;
}
.index-banner .banner-next,
.index-banner .banner-prev {
  border: 1px solid #f5d17f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  top: auto;
  bottom: 0;
}
.index-banner .banner-next::after,
.index-banner .banner-prev::after {
  display: none;
}
.index-banner .banner-next {
  left: 63px;
  background: url(cjgen-next.png) no-repeat center;
}
.index-banner .banner-prev {
  left: 0;
  background: url(cjgen-prev.png) no-repeat center;
}
.index-banner .swiper-pagination {
  bottom: 0px;
  left: auto;
  width: auto;
  right: 200px;
  font-size: 0;
}
.index-banner .swiper-pagination span {
  display: inline-block;
  font-weight: bold;
}
.index-banner .swiper-pagination-current {
  font-size: 32px;
  color: #F5D17F;
  line-height: 1;
}
.index-banner .swiper-pagination-total {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.7;
  transform: translateY(-14px);
}
.index-banner .swiper-button-next.swiper-button-disabled,
.index-banner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
@-webkit-keyframes bounce-down {
  0% {
    bottom: 64px;
  }
  50% {
    bottom: 74px;
  }
  100% {
    bottom: 64px;
  }
}
@keyframes bounce-down {
  0% {
    bottom: 64px;
  }
  50% {
    bottom: 74px;
  }
  100% {
    bottom: 64px;
  }
}
/*首页标题*/
.index-title-box {
  margin-bottom: 40px;
}
.index-title-box .title-box {
  float: left;
  position: relative;
  padding-bottom: 10px;
}
.index-title-box .en {
  font-size: 52px;
  color: rgba(2, 78, 153, 0.14);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
}
.index-title-box .ch {
  font-size: 30px;
  font-weight: bold;
  color: #2B2D3E;
  line-height: 32px;
  position: absolute;
  left: 3px;
  bottom: 0;
}
.index-title-box .more-btn {
  float: right;
  font-size: 16px;
  color: #656876;
  line-height: 26px;
  margin-top: 24px;
}
/*首页查看更多*/
.index-more-btn {
  display: block;
  width: 200px;
  height: 56px;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #DADFE7;
  color: #656876;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.index-more-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  background: #20802D;
  bottom: 0;
  left: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  z-index: -1;
  transition: all 0.3s;
}
.index-more-btn:hover {
  background: none;
  transition: all 0.3s;
  color: #fff;
}
.index-more-btn:hover::after {
  width: 100%;
  transition: all 0.3s;
}
.index-box1 {
  padding: 120px 0 94px 0;
  position: relative;
}
.index-box1::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 44.667%;
  background: url('cjgen-box1-bg1.png') no-repeat center;
  background-size: cover;
}
.index-box1::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 55.333%;
  background: url('cjgen-box1-bg2.png') no-repeat center;
  background-size: cover;
}
.m39 {
  margin: 0 -39px;
}
.p39 {
  padding: 0 39px;
}
.m35 {
  margin: 0 -35px;
}
.p35 {
  padding: 0 35px;
}
.cjgen-index-md4 {
  width: 38.043%;
}
.cjgen-index-md8 {
  width: 61.957%;
}
.cjg-kxj {
  position: relative;
  z-index: 2;
}
.cjg-kxj-img {
  max-width: 527px;
  margin-bottom: 40px;
}
.cjg-kxj-img img {
  width: 100%;
  height: 100%;
}
.cjg-kxj-title {
  font-size: 38px;
  font-family: Arial;
  font-weight: bold;
  color: #192a75;
  line-height: 48px;
  padding-bottom: 26px;
  margin-bottom: 52px;
  position: relative;
}
.cjg-kxj-title::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  background: #C29C53;
  border-radius: 2px;
  left: 0;
  bottom: 0;
}
.cjg-kxj-desc {
  font-size: 18px;
  color: #caaf5b;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 140px;
  margin-bottom: 85px;
	font-weight: 700;
}
.cjg-kxj-icon {
  padding: 46px 80px 46px 76px;
  background: #FFFFFF;
  border-radius: 0px 137px 145px 0px;
  position: relative;
}
.cjg-kxj-icon::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 140px;
  background: #C29C53;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cjg-kxj-icon::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  left: -100%;
  background: #FFFFFF;
}
.cjg-kxj-icon .img-box {
  height: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 13px;
}
.cjg-kxj-icon .img-box img {
  width: 100%;
  height: 100%;
}
.hj-list-box {
  position: relative;
}
.hj-list-box::before {
  position: absolute;
  content: '';
  top: -100px;
  right: 206px;
  width: 288px;
  height: 480px;
  background: url(cjgen-year.png) no-repeat center;
  background-size: 100% auto;
}
.hj-tab-btn {
  position: relative;
  z-index: 2;
  margin-bottom: 51px;
}
.hj-tab-btn > div {
  float: left;
  width: 164px;
  height: 46px;
  background: none;
  cursor: pointer;
  border-radius: 23px;
  font-size: 18px;
  color: #b7933b;
  padding-left: 32px;
  margin-right: 6px;
}
.hj-tab-btn > div:nth-child(2) {
  padding-left: 23px;
}
.hj-tab-btn > div:nth-child(2) img {
  margin-top: 12px;
}
.hj-tab-btn > div img,
.hj-tab-btn > div span {
  float: left;
  line-height: 46px;
}
.hj-tab-btn > div img {
  margin-top: 14px;
  margin-right: 18px;
}
.hj-tab-btn > div img:nth-child(2) {
  display: none;
}
.hj-tab-btn > div:hover,
.hj-tab-btn > div.active {
  background: #D22D1A;
  color: #FFFFFF;
}
.hj-tab-btn > div:hover img,
.hj-tab-btn > div.active img {
  display: none;
}
.hj-tab-btn > div:hover img:nth-child(2),
.hj-tab-btn > div.active img:nth-child(2) {
  display: block;
}
.hj-tab-cont {
  position: relative;
  z-index: 2;
  padding-top: 85px;
}
.hj-tab-cont .year-title {
  position: absolute;
  top: -240px;
  left: 0;
  font-size: 38px;
  font-weight: bold;
  color: #192a75;
  line-height: 42px;
  margin-bottom: 43px;
}
.hj-tab-cont .year-list {
  margin-bottom: 118px;
}
.hj-tab-cont .year-list ul,
.hj-tab-cont .year-list a {
  float: left;
}
.hj-tab-cont .year-list a {
  font-size: 16px;
  color: #cbb05c;
  line-height: 36px;
}
.hj-tab-cont .year-list a:hover {
  color: #D22D1A;
}
.hj-tab-cont .year-list li {
  float: left;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #192a75;
  line-height: 36px;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}
.hj-tab-cont .year-list li::before {
  position: absolute;
  content: '/';
  right: -19px;
  color: #333333;
}
.hj-tab-cont .year-list li:last-child {
  margin-right: 20px;
}
.hj-tab-cont .year-list li:last-child::before {
  display: none;
}
.hj-tab-cont .year-list li:hover,
.hj-tab-cont .year-list li.active {
  color: #E60000;
}
.hj-re-a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 23px 15px 20px 15px;
  margin-bottom: 26px;
}
.hj-re-a .img-box {
  height: 264px;
  overflow: hidden;
}
.hj-re-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.hj-re-a .title {
  width: 194px;
  min-height: 32px;
  background: linear-gradient(90deg, #ffd06d, #ffd673);
  color: #947323;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
  position: relative;
  margin-top: -22px;
  margin-left: -15px;
}
.hj-re-a .keywords {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 5px;
}
.hj-re-a .subtitlt {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  opacity: 0.7;
  margin-bottom: 10px;
	height: 72px;
	overflow: hidden;
}
.hj-re-a .more {
  width: 28px;
  height: 8px;
  background: url(cjgen-more-bg.png) no-repeat center;
  transition: all 0.5s;
}
.hj-re-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.hj-re-a:hover .more {
  margin-left: 20px;
  transition: all 0.5s;
}
.year-owl .owl-prev,
.year-owl .owl-next {
  position: absolute;
  bottom: 0;
  width: 54px;
  height: 54px;
}
.year-owl .owl-prev span,
.year-owl .owl-next span {
  display: none;
}
.year-owl .owl-prev {
  right: 34px;
  background: rgba(194, 156, 83, 0.59) url(cjgen-left.png) no-repeat center !important;
}
.year-owl .owl-next {
  right: -20px;
  background: linear-gradient(0deg, #BB9838, #CEB564) !important;
}
.year-owl .owl-next span {
  display: block;
  color: transparent;
  font-size: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 15px;
  background: url(cjgen-right.png) no-repeat center;
}
.hj-tab-cont > div {
  overflow: hidden;
  height: 0;
}
.hj-tab-cont > div:first-child {
  overflow: visible;
  height: auto;
}
.hj-ry-list {
  position: relative;
}
.hj-ry-list > div {
  overflow: hidden;
  height: 0;
}
.hj-ry-list > div .year-title {
  display: none;
}
.hj-ry-list > div:first-child {
  overflow: visible;
  height: auto;
}
.hj-ry-list > div:first-child .year-title {
  display: block;
}
.col-md-pull-4 {
  right: 38.043%;
}
.col-md-push-8 {
  left: 61.957%;
}
.index-box2 {
  padding: 120px 0;
  position: relative;
}
.index-box2::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 44.667%;
  background: url('cjgen-box2-bg1.png') no-repeat center;
  background-size: cover;
}
.index-box2::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 55.333%;
  background: url('cjgen-box1-bg2.png') no-repeat center;
  background-size: cover;
}
.index-box2 .hj-list-box::before {
  display: none;
}
.index-box3 {
  padding: 120px 0 86px 0;
  background: url(cjgen-box3-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.index-box3-title {
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.index-box3-title::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  background: #C29C53;
  border-radius: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.m19 {
  margin: 0 -19px;
}
.p19 {
  padding: 0 19px;
}
.moment-left-img {
  display: block;
  height: 526px;
  border: 2px solid #c29c53;
  overflow: hidden;
  margin-bottom: 34px;
}
.moment-left-img img,
.moment-left-img video {
  width: 100%;
  height: 100%;
}
.moment-left-img img {
  transition: all 0.5s;
}
.moment-left-img video {
  object-fit: cover;
  display: none;
}
.moment-left-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.mon-img {
  display: block;
  height: 246px;
  border: 2px solid #c29c53;
  overflow: hidden;
  margin-bottom: 34px;
}
.mon-img img,
.mon-img video {
  width: 100%;
  height: 100%;
}
.mon-img img {
  transition: all 0.5s;
}
.mon-img video {
  object-fit: cover;
  display: none;
}
.mon-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
/*footer*/
.footer {
  padding: 36px 0;
  background: #233791;
  background-image: -webkit-linear-gradient(to right, #4153a0 0%, #233791 100%);
  background-image: -ms-linear-gradient(to right, #4153a0 0%, #233791 100%);
  background-image: linear-gradient(to right, #4153a0 0%, #233791 100%);
}
.footer .f-logo {
  float: left;
  max-width: 328px;
  margin-right: 40px;
}
.footer .f-logo img {
  width: 100%;
  height: 100%;
}
.footer .f-info {
  overflow: hidden;
  padding-left: 40px;
  position: relative;
}
.footer .f-info::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.footer span,
.footer a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}
.footer span {margin-right: 12px;}
.footer a:hover {
  text-decoration: underline;
}
/*--- neiye ---*/
.cjgen-ny-box {
  min-height: calc(100vh - 520px);
  padding: 60px 0 60px 0;
  background: url(cjgen-ny-bg1.png) no-repeat center top;
  background-size: 100% 252px;
  position: relative;
}
.cjgen-ny-box::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 285px;
  height: 570px;
  background: url(cjgen-ny-bg2.png) no-repeat center;
  background-size: 100% auto;
}
.cjgen-ny-box::after {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  bottom: 0;
  height: 403px;
  background: url(cjgen-ny-bg3.png) no-repeat center;
  background-size: 100% auto;
}
.cjgen-ny-box > .container {
  position: relative;
  z-index: 1;
}
.ny-top-img {
  height: 594px;
  background-color: #261304;background-position: center;background-repeat: no-repeat;
  background-size: cover;
}
.ny-top-img > .container {
  position: relative;
  height: 100%;
}
.ny-top-img .bread-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(cjgen-bread-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 17px 200px 18px 0px;
  max-width: 1000px;
}
.ny-top-img .bread-box::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: rgba(199, 159, 69, 0.84);
}
.ny-top-img .ny-title {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  margin-bottom: 13px;
}
.ny-top-img .bread-crumbs {
  color: #FFFFFF;
}
.ny-top-img .bread-crumbs .bread-item-groups {
  line-height: 26px;
  padding-left: 30px;
  background: url(cjgen-bread-icon.png) no-repeat left 3px;
  background-size: 19px 17px;
}
.ny-top-img .bread-crumbs .bread-item a {
  color: #FFFFFF;
  font-size: 18px;
}
.ny-top-img .bread-crumbs .bread-item > span:before {
  color: #FFFFFF;
}
.ny-top-img .bread-crumbs .bread-item a.cur {
  color: #FFFFFF;
}
.other-menu {
  margin-right: 0;
}
.other-menu .menu-cont {
  border-top: 3px solid #29599D;
}
.other-menu .menu-cont .box-a {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(2, 51, 111, 0.08);
}
.other-menu .menu-cont .box-a:hover,
.other-menu .menu-cont .box-a.active {
  background: #F1F4FB;
}
.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title {
  color: #29599D;
  background: none;
}
.other-menu .menu-cont .box-a:hover .a-title::before,
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #20802D;
}
.other-menu .menu-cont .box-a:hover .a-title:after,
.other-menu .menu-cont .box-a.active .a-title:after {
  display: block;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 22px 30px 22px 45px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.other-menu .menu-cont .a-title::before {
  position: absolute;
  content: '';
}
.other-menu .menu-cont .a-title::before {
  width: 4px;
  height: 20px;
  background: #7694BE;
  border-radius: 2px;
  left: 20px;
  top: 26px;
}
.right-top {
  padding: 18px 0;
  background: #F1F4FB;
  margin-bottom: 40px;
}
.right-top .ny-r-title {
  padding-left: 22px;
  font-weight: bold;
  color: #29599D;
  line-height: 40px;
}
.fy-box {
  margin-top: 30px;
}
.comp-pages {
  padding-top: 0px;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  color: #666666;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #EBEBEB;
}
.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: #C29C53;
  border: 1px solid #C29C53;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #C29C53;
  border: 1px solid #C29C53;
  color: #fff;
}
.comp-pages .page-phone {
  background: #C29C53;
}
.top-logo {
  max-width: 527px;
  margin-bottom: 55px;
}
.dp h3 {
  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.dp .dp-cont {
  font-size: 18px;
  color: #555555;
  line-height: 37px;
}
.dp .dp-cont p,
.dp .dp-cont div {
  margin-bottom: 10px;
}
.dp .img-box {
  float: left;
  width: 897px;
  margin-right: 40px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.dp .img-box .img {
  width: 100%;
  height: 100%;
}
.m20 {
  margin: 0 -20px;
}
.p20 {
  padding: 0 20px;
}
.col-cjgny-md3 {
  width: 19.319%;
}
.col-cjgny-md9 {
  width: 80.681%;
}
.hj-tab-title {
  width: 550px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
.hj-tab-title > div {
  float: left;
  width: 202px;
  height: 40px;
  cursor: pointer;
  font-size: 36px;
  color: #333333;
  font-family: Arial;
  font-weight: bold;
  margin-right: 144px;
  position: relative;
}
.hj-tab-title > div::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #B8903E;
  border-radius: 1px;
  right: -54px;
  top: 5px;
}
.hj-tab-title > div:nth-child(2) {
  margin-right: 0px;
}
.hj-tab-title > div:nth-child(2)::before {
  display: none;
}
.hj-tab-title > div img,
.hj-tab-title > div span {
  float: left;
  line-height: 40px;
}
.hj-tab-title > div img {
  margin-top: 4px;
  margin-right: 18px;
}
.hj-tab-title > div img:nth-child(2) {
  display: none;
}
.hj-tab-title > div span {
  position: relative;
}
.hj-tab-title > div span::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: rgba(185, 145, 62, 0.2);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s;
}
.hj-tab-title > div:hover,
.hj-tab-title > div a:hover,
.hj-tab-title > div.active {
  color: #C29C53;
}
.hj-tab-title > div:hover img,
.hj-tab-title > div.active img {
  display: none;
}
.hj-tab-title > div:hover img:nth-child(2),
.hj-tab-title > div.active img:nth-child(2) {
  display: block;
}
.hj-tab-title > div:hover span::before,
.hj-tab-title > div.active span::before {
  opacity: 1;
  transition: all 0.5s;
}
.pc-left-menu {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(241, 233, 216, 0), rgba(241, 233, 216, 0.3));
  padding: 50px 0;
  margin-bottom: 50px;
}
.pc-left-menu li:hover a,
.pc-left-menu li.active a {
  font-weight: bold;
  background: rgba(245, 209, 127, 0.7);
}
.pc-left-menu a {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  background: transparent;
  padding: 15px 10px;
	position: relative;
}
.ph-left-menu {
  display: none;
  margin-bottom: 30px;
  padding: 0 10px;
}
.ph-left-menu li {
  text-align: center;
}
.ph-left-menu li a {
  display: block;
  font-size: 18px;
  color: #333;
}
.ph-left-menu li:hover a,
.ph-left-menu li.active a {
  font-weight: bold;
  color: #B9913E;
}
.ph-left-menu .owl-prev,
.ph-left-menu .owl-next {
  position: absolute;
  top: 0px;
  width: 20px;
  height: 28px;
  background: #F1E9D8 !important;
  border-radius: 2px;
}
.ph-left-menu .owl-prev span,
.ph-left-menu .owl-next span {
  color: #333;
  line-height: 28px;
  font-size: 22px;
}
.ph-left-menu .owl-prev {
  left: 0px;
}
.ph-left-menu .owl-next {
  right: 0;
}
.hjry-list-a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F5D17F;
  padding: 23px 20px 20px 20px;
  margin-bottom: 50px;
}
.hjry-list-a .img-box {
  height: 352px;
  overflow: hidden;
}
.hjry-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.hjry-list-a .title {
  width: 212px;
  min-height: 32px;
  background: linear-gradient(90deg, #ffd06d, #ffd673);
  color: #947323;
  font-size: 18px;
  line-height: 32px;
  padding: 0 15px;
  margin-bottom: 24px;
  position: relative;
  margin-top: -32px;
  margin-left: -20px;
}
.hjry-list-a .keywords {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 5px;
}
.hjry-list-a .subtitlt {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  opacity: 0.7;
  margin-bottom: 10px;
	height: 48px;
}
.hjry-list-a .more {
  width: 28px;
  height: 8px;
  background: url(cjgen-more-bg.png) no-repeat center;
  transition: all 0.5s;
}
.hjry-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.hjry-list-a:hover .more {
  margin-left: 20px;
  transition: all 0.5s;
}
.ny-year-list .col-md-9 .col-lg-3:nth-child(4n+1) {
  clear: left;
}
.ny-award-list .pc-left-menu a {
  text-align: left;
  font-size: 20px;
  color: #555555;
  padding: 25px 33px;
  position: relative;
}
.ny-award-list .pc-left-menu a::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 20px;
  background: #FC3F3F;
  border-radius: 2px;
  left: 15px;
  top: 29px;
  opacity: 0;
}
.ny-award-list .pc-left-menu li:hover a::before,
.ny-award-list .pc-left-menu li.active a::before {
  opacity: 1;
}
.cjgen-ry-detail::before {
  display: none;
}
.ny-ry-detail .ry-xk {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 34px;
}
.ny-ry-detail .ry-xk-desc {
  font-size: 28px;
  color: #888888;
  line-height: 34px;
  text-align: center;
}
.ny-ry-detail .detail-box {
  margin-top: 40px;
  border-top: 2px solid #B88F3D;
  background: #FFFFFF url(cjgen-ry-bg1.png) no-repeat right top;
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}
.ny-ry-detail .detail-box::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 354px;
  height: 705px;
  background: url(cjgen-ry-bg2.png) no-repeat center;
  background-size: 100% auto;
}
.ny-ry-detail .detail-box .img-box {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-right: 40px;
  position: relative;
}
.ny-ry-detail .detail-box .img-box::before {
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
  bottom: 0;
  left: 15px;
  background: rgba(184, 143, 61, 0.33);
  border-radius: 4px;
}
.ny-ry-detail .detail-box .img-box > div {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 420px;
  border-radius: 4px;
  overflow: hidden;
}
.ny-ry-detail .detail-box .img-box img {
  width: 100%;
  height: 100%;
}
.ny-ry-detail .detail-box .detail-info {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ny-ry-detail .detail-box .name {
  margin-bottom: 44px;
}
.ny-ry-detail .detail-box .name span {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.ny-ry-detail .detail-box .name span:nth-child(2) {
  font-size: 24px;
  color: #B9913E;
  line-height: 28px;
  margin-left: 37px;
}
.ny-ry-detail .detail-box .group-title {
  font-size: 24px;
  font-weight: bold;
  color: #C29C53;
  line-height: 28px;
  margin-bottom: 22px !important;
}
.ny-ry-detail .detail-box .group {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 50px;
}
.ny-ry-detail .detail-box .group:last-child {
  margin-bottom: 0;
}
.ny-ry-detail .detail-box .group p,
.ny-ry-detail .detail-box .group div {
  margin-bottom: 10px;
}
.cjgen-nytw-list li {
  margin-bottom: 40px;
}
.tw-list-a {
  display: block;
}
.tw-list-a .img-box {
  float: left;
  width: 350px;
  height: 231px;
  border-radius: 4px;
  margin-right: 40px;
  overflow: hidden;
}
.tw-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tw-list-a .info {
  overflow: hidden;
}
.tw-list-a .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.tw-list-a .desc {
  font-size: 18px;
  color: #888888;
  line-height: 36px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 108px;
  margin-bottom: 46px;
}
.tw-list-a .date {
  font-size: 18px;
  color: #C29C53;
  line-height: 1;
}
.tw-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tw-list-a:hover .title {
  color: #C29C53;
}
.details-page .detail-top {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(2, 51, 111, 0.13);
  padding-bottom: 28px;
}
.details-page .detail-top .title-s {
  max-width: 100%;
  line-height: 45px;
}
.details-page .detail-top .top-other {
  color: #999999;
  font-size: 18px;
  margin-top: 35px;
}
.details-page .detail-top .top-other .font-a a {
  font-size: 12px;
}
.details-page .detail-top .top-other .font-a a:nth-child(2) {
  font-size: 14px;
}
.details-page .detail-top .top-other .font-a a:nth-child(3) {
  font-size: 16px;
}
.details-page .main-cont p,
.details-page .main-cont div {
  margin-bottom: 26px;
  line-height: 1.9;
}
.m25 {
  margin: 0 -25px;
}
.p25 {
  padding: 0 25px;
}
.tp-list-a {
  display: block;
  margin-bottom: 30px;
}
.tp-list-a .img-box {
  height: 264px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.tp-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tp-list-a .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: center;
  word-break: break-word;
}
.tp-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tp-list-a:hover .title {
  color: #C29C53;
}
.cjgen-tp-list .row .col-md-3:nth-child(4n+1) {
  clear: left;
}
.lg-backdrop {
  background: rgba(1, 1, 1, 0.6) !important;
}

.hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {border-left:0;}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {border: #fff solid 8px;border-radius: 6px;}
