.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("gjkc-comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("gjkc-comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #3D55A7;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #3D55A7;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3D55A7;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #3D55A7;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #3D55A7;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, Arial, sans-serif;
}
.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 {
  color: #1D5CB5;
  text-decoration: none;
}
*:focus {
  outline: none;
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    max-width: 1254px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1300px;
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1600px;
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1800px) {
  .nav-wrap .container {
    width: 1760px;
    max-width: 1760px;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-wrap {
  position: relative;
  z-index: 999;
}
.nav-wrap .head-logo {
  display: block;
  position: relative;
  z-index: 2;
}
.nav-wrap .head-logo img {
  display: block;
  width: 377px;
  height: 72px;
  object-fit: contain;
  max-height: none;
}
.nav-wrap .head-right-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.nav-wrap .head-right-top {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 32px;
  list-style: none;
}
.nav-wrap .collapse.navbar-collapse {
  order: 1;
  display: flex;
  justify-content: flex-end;
}
.nav-wrap .search-dig-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #0b70d7 url('gjkc-icon5.png') no-repeat center;
  background-size: 36px 36px;
  cursor: pointer;
}
.nav-wrap .search-dig-btn::before {
  display: none;
}
.site-search-panel {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}
.site-search-panel.is-open {
  display: block;
}
.site-search-panel .site-search-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 28, 61, 0.48);
}
.site-search-panel .site-search-box {
  position: absolute;
  left: 50%;
  top: 132px;
  width: 640px;
  max-width: calc(100% - 40px);
  padding: 34px 40px 40px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 42, 91, 0.2);
}
.site-search-panel .site-search-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-search-panel .site-search-close::before,
.site-search-panel .site-search-close::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 13px;
  width: 16px;
  height: 2px;
  background: #1d5cb5;
}
.site-search-panel .site-search-close::before {
  transform: rotate(45deg);
}
.site-search-panel .site-search-close::after {
  transform: rotate(-45deg);
}
.site-search-panel .site-search-form label {
  display: block;
  margin: 0 0 20px;
  color: #1d5cb5;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
.site-search-panel .site-search-row {
  display: flex;
  height: 52px;
  border: 1px solid #d7e8f8;
  background: #f7fbff;
}
.site-search-panel .site-search-row input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 16px;
  line-height: 50px;
}
.site-search-panel .site-search-row button {
  width: 116px;
  height: 52px;
  margin: -1px -1px -1px 0;
  border: 0;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  cursor: pointer;
}
nav.navbar {
  min-height: 100px;
  padding: 14px 0;
  background: #fff;
  z-index: 999;
  position: relative;
  box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.06);
}
nav.navbar::before {
  display: none;
}
nav.navbar .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.navbar ul.navbar-nav {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.navbar ul.navbar-nav > li {
  margin-left: 40px;
}
nav.navbar ul.navbar-nav > li:first-child {
  margin-left: 0;
}
nav.navbar ul.navbar-nav > li > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #333 !important;
  padding: 25px 0 !important;
  text-align: center;
  word-break: break-word;
  position: relative;
  white-space: nowrap;
}
nav.navbar ul.navbar-nav > li > a::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  opacity: 0;
  bottom: 11px;
  height: 3px;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  transition: all 0.5s;
}
nav.navbar ul.navbar-nav > li > a::after {
  display: none;
}
nav.navbar ul.navbar-nav.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar ul.navbar-nav > li > a:hover,
nav.navbar ul.navbar-nav > li > a:focus,
nav.navbar ul.navbar-nav > li.active > a:hover,
nav.navbar ul.navbar-nav > li.active > a:focus,
nav.navbar ul.navbar-nav > li.active > a,
nav.navbar ul.navbar-nav > li.dropdown.on > a {
  background-color: transparent !important;
  color: #1958af !important;
}
nav.navbar ul.navbar-nav > li > a:hover::before,
nav.navbar ul.navbar-nav > li > a:focus::before,
nav.navbar ul.navbar-nav > li.active > a:hover::before,
nav.navbar ul.navbar-nav > li.active > a:focus::before,
nav.navbar ul.navbar-nav > li.active > a::before,
nav.navbar ul.navbar-nav > li.dropdown.on > a::before {
  opacity: 1;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
  position: absolute;
  border: none;
  background: #1D69B6;
  min-width: 140px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a {
  color: #fff;
  display: block;
  line-height: 1.6;
  padding: 8px 10px;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
}
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a:hover,
nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a:focus {
  background-color: #084EB2;
  color: #fff;
}
nav.navbar.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 5px 20px -1px rgba(0, 0, 0, 0.09);
  background: #fff;
}
nav.navbar.scroll::before {
  display: none;
}
.index-box1 {
  background-color: #00182e;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-box1 .banner-mc {
  padding: 190px 0 80px 0;
  background: rgba(0, 0, 0, 0.46);
}
.index-box1 .hero-content {
  text-align: center;
  color: #fff;
  margin-bottom: 115px;
}
.index-box1 .hero-title {
  margin: 0;
  font-size: 50px;
  line-height: 1.24;
}
.index-box1 .hero-desc {
  max-width: 1200px;
  margin: 38px auto 0;
  font-size: 16px;
  line-height: 26px;
}
.index-box1 .hero-more {
  width: 200px;
  height: 50px;
  margin: 59px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 80px;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-right: 28px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(12, 96, 189, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.index-box1 .hero-more::before {
  position: absolute;
  content: '';
  right: 7px;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: url(gjkc-icon6.png) center / cover no-repeat;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.index-box1 .hero-more::after {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0.15) 65%, transparent 100%);
  transform: skewX(-22deg);
  pointer-events: none;
}
.index-box1 .hero-more:hover,
.index-box1 .hero-more:focus {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 0 0 1px rgba(137, 205, 255, 0.35), 0 0 18px rgba(26, 121, 227, 0.55), 0 12px 28px rgba(12, 96, 189, 0.34);
}
.index-box1 .hero-more:hover::before,
.index-box1 .hero-more:focus::before {
  transform: translateX(4px) rotate(45deg);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.55);
}
.index-box1 .hero-more:hover::after,
.index-box1 .hero-more:focus::after {
  animation: heroMoreLight 0.75s ease;
}
.index-box1 .hero-more:active {
  transform: translateY(0);
  filter: brightness(0.96);
}
.index-box1 .hero-entry-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}
.index-box1 .hero-entry {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.index-box1 .hero-entry:hover,
.index-box1 .hero-entry:focus {
  color: #fff;
  transform: translateY(-8px);
}
.index-box1 .hero-entry:hover .entry-shape,
.index-box1 .hero-entry:focus .entry-shape {
  background: linear-gradient(180deg, rgba(26, 121, 227, 0.86) 0%, rgba(12, 96, 189, 0.92) 100%), rgba(255, 255, 255, 0.16);
  border-color: rgba(135, 207, 255, 0.85);
  box-shadow: inset 0 1px 18px rgba(255, 255, 255, 0.22), 0 0 26px rgba(26, 121, 227, 0.5), 0 18px 35px rgba(12, 96, 189, 0.28);
}
.index-box1 .hero-entry:hover .entry-shape::before,
.index-box1 .hero-entry:focus .entry-shape::before {
  transform: translateX(130%) skewX(-18deg);
}
.index-box1 .hero-entry:hover .entry-shape::after,
.index-box1 .hero-entry:focus .entry-shape::after {
  opacity: 1;
  transform: scale(1.08);
}
.index-box1 .hero-entry:hover .entry-icon,
.index-box1 .hero-entry:focus .entry-icon {
  transform: translateY(-3px) scale(1.08);
  filter: drop-shadow(0 0 10px rgba(137, 205, 255, 0.9)) drop-shadow(0 0 18px rgba(26, 121, 227, 0.55));
}
.index-box1 .hero-entry:hover .entry-title,
.index-box1 .hero-entry:focus .entry-title {
  color: #dff3ff;
  text-shadow: 0 0 12px rgba(137, 205, 255, 0.75);
}
.index-box1 .hero-entry:hover::after,
.index-box1 .hero-entry:focus::after {
  background: linear-gradient(180deg, rgba(177, 226, 255, 0.95), rgba(80, 169, 255, 0.88));
  box-shadow: 0 0 14px rgba(137, 205, 255, 0.8), inset 0 0 12px rgba(255, 255, 255, 0.45);
  transform: rotate(30deg) scale(1.08);
}
.index-box1 .hero-entry::after {
  content: '';
  position: absolute;
  right: -16px;
  top: 9px;
  width: 50px;
  height: 50px;
  clip-path: polygon(50% 0, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
  background: linear-gradient(180deg, rgba(20, 111, 212, 0.5), rgba(63, 153, 235, 0.5));
  border: 1px solid rgba(180, 228, 255, 0.6);
  box-shadow: 0 0 10px rgba(63, 153, 235, 0.28), inset 0 1px 10px rgba(255, 255, 255, 0.34);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  z-index: 0;
}
.index-box1 .entry-shape {
  width: 140px;
  height: 140px;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  clip-path: polygon(50% 0, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
  /* 替代 gjkc-icon9.png：透明白色毛玻璃 */
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.1) 52%, rgba(255, 255, 255, 0.2) 100%), rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 16px rgba(255, 255, 255, 0.28), inset 0 -10px 28px rgba(12, 96, 189, 0.1), 0 14px 32px rgba(5, 32, 74, 0.16);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.index-box1 .entry-shape::before {
  content: '';
  position: absolute;
  top: 0;
  left: -85%;
  width: 55%;
  height: 100%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.18) 35%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.16) 65%, transparent 100%);
  transform: translateX(0) skewX(-18deg);
  transition: transform 0.65s ease;
}
.index-box1 .entry-shape::after {
  content: '';
  position: absolute;
  clip-path: inherit;
  border: 1px solid rgba(137, 205, 255, 0.5);
  background: linear-gradient(180deg, rgba(137, 205, 255, 0.16), rgba(12, 96, 189, 0.04));
  opacity: 0.55;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.index-box1 .entry-icon {
  position: absolute;
  left: 47px;
  top: 47px;
  z-index: 2;
  width: 46px;
  height: 46px;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.index-box1 .entry-icon img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
}
.index-box1 .entry-title {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
@keyframes heroMoreLight {
  from {
    left: -80%;
  }
  to {
    left: 130%;
  }
}
.index-box2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-box2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 531px;
  height: 936px;
  background: url('gjkc-bg1.png') no-repeat left bottom;
  background-size: 531px 936px;
}
.news-inner {
  padding: 80px 0 80px 0;
  background: linear-gradient(180deg, #FFF 0%, #E7F3FF 100%);
  position: relative;
  z-index: 1;
}
.news-inner .news-box {
  position: relative;
}
.news-inner .news-prev,
.news-inner .news-next {
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 11px;
  border: 1px solid #1E68BD;
  border-radius: 50%;
  transition: all 0.5s;
}
.news-inner .news-prev::after,
.news-inner .news-next::after {
  display: none;
}
.news-inner .news-prev:hover,
.news-inner .news-next:hover {
  background-color: #1E68BD;
}
.news-inner .news-prev {
  left: -80px;
  background-image: url('gjkc-icon10.png');
}
.news-inner .news-prev:hover {
  background-image: url('gjkc-icon16.png');
}
.news-inner .news-next {
  right: -80px;
  background-image: url('gjkc-icon11.png');
}
.news-inner .news-next:hover {
  background-image: url('gjkc-icon17.png');
}
.news-inner .news-pagination {
  position: static;
  width: auto;
  height: auto;
  margin-top: 36px;
}
.news-inner .news-pagination .swiper-pagination-bullet {
  vertical-align: bottom;
  width: 30px;
  height: 10px;
  margin: 0 10px;
  border: none;
  border-radius: 0;
  opacity: 1;
  background: url(gjkc-icon15.png) no-repeat center / 100% 100%;
}
.news-inner .news-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 4px, 100% 100%, 0 100%);
}
.index-title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-title .title span {
  font-family: 'SourceHanSerifCN-Heavy';
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: #d8e8fe;
  text-transform: uppercase;
  padding-left: 20px;
}
.index-title .title h2 {
  position: relative;
  margin-top: -26px;
  color: #1d5cb5;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}
.index-title .more-btn {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  width: 140px;
  height: 34px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}
.index-title .more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.55) 50%, transparent 65%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}
.index-title .more-btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(139, 205, 255, 0.75);
  clip-path: inherit;
  opacity: 0.45;
  pointer-events: none;
}
.index-title .more-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 12px rgba(26, 121, 227, 0.45), 0 8px 22px rgba(12, 96, 189, 0.28);
}
.index-title .more-btn:hover::before {
  transform: translateX(120%);
}
.index-title .more-btn:active {
  transform: translateY(0);
  filter: brightness(0.96);
}
.news-swiper {
  margin: -30px -22px;
}
.news-swiper .swiper-slide {
  padding: 30px 22px;
}
.news-card-img {
  display: block;
  filter: drop-shadow(2px 6px 10px rgba(29, 92, 181, 0.2));
}
.news-card-img .bg-box {
  background: rgba(255, 255, 255, 0.6);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
  transition: all 0.5s;
}
.news-card-img .img-box {
  height: 333px;
  overflow: hidden;
  background: #e8eef6;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
}
.news-card-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.news-card-img .news-card-body {
  position: relative;
  padding: 70px 40px 40px;
}
.news-card-img .news-card-body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: justify;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
  height: 60px;
}
.news-card-img .news-card-body h3 span {
  color: #333;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.news-card-img .news-card-body .desc {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 78px;
}
.news-card-img .news-date {
  position: absolute;
  padding-left: 11px;
  left: 40px;
  top: -53px;
  width: 96px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(gjkc-bg2.png) no-repeat center / 100% 100%;
  color: #fff;
  font-weight: 700;
}
.news-card-img .news-date strong {
  display: block;
  font-size: 36px;
  line-height: 38px;
}
.news-card-img .news-date span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 18px;
}
.news-card-img:hover .bg-box {
  background: #ffffff;
}
.news-card-img:hover .img-box img {
  transform: scale(1.06);
}
.news-card-img:hover h3 span {
  color: #1d5cb5;
  background-size: 100% 2px;
}
.about-inner {
  padding: 1px 0 80px;
  background: #E7F3FF;
}
.about-inner .about-title {
  margin: 0;
}
.about-inner .about-title .more-btn {
  margin: 0;
}
.about-inner .about-copy {
  float: left;
  width: 660px;
  margin-right: 100px;
  padding-top: 79px;
}
.about-inner .about-copy .desc {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 240px;
  margin-bottom: 65px;
}
.about-inner .about-photo {
  float: left;
  position: relative;
  padding-bottom: 80px;
}
.about-inner .about-photo::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 110px;
  width: 890px;
  bottom: 0;
  background: url(gjkc-bg3.jpg) no-repeat center / cover;
}
.about-inner .about-photo .img-box {
  position: relative;
  z-index: 1;
  width: 840px;
  height: 554px;
  overflow: hidden;
  background: #0b315a;
  clip-path: polygon(58px 0, /* 左上斜角起点 */ calc(100% - 58px) 0, /* 右上顶部起点 */ 100% 58px, /* 右上斜角收尾 */ 100% calc(100% - 58px), /* 右下右侧起点 */ calc(100% - 58px) 100%, /* 右下斜角收尾 */ 0 100%, /* 左下角完整直角 */ 0 58px /* 左侧闭合，左上斜角收尾 */);
}
.about-inner .about-photo .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box3 {
  padding: 80px 0 90px 0;
  background: #FEFFFF url('gjkc-bg4.jpg') no-repeat center / cover;
  position: relative;
}
.index-box3::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 80px;
  background: #FEFFFF;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
}
.index-box3 .index-title .title span {
  color: #2079DB;
  opacity: 1;
}
.index-box3 .index-title .title h2 {
  color: #FFFFFF;
}
.index-box3 .index-title .more-btn {
  color: #1D5CB5;
  background: #FFFFFF;
}
.index-box3 .notice-pagination {
  margin-top: 58px;
  position: static;
  text-align: left;
  width: auto;
  height: auto;
}
.index-box3 .notice-pagination .swiper-pagination-bullet {
  vertical-align: bottom;
  width: 30px;
  height: 10px;
  margin: 0 10px;
  border: none;
  border-radius: 0;
  opacity: 1;
  background: url(gjkc-icon18.png) no-repeat center / 100% 100%;
}
.index-box3 .notice-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background: #FFF;
  clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 4px, 100% 100%, 0 100%);
}
.notice-card {
  display: block;
  padding: 38px 40px 40px;
  background: #fff;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  text-align: justify;
}
.notice-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
  margin-bottom: 20px;
}
.notice-card h3 span {
  color: #333;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.notice-card .desc {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
  margin-bottom: 20px;
}
.notice-card time {
  display: block;
  margin-left: auto;
  width: 110px;
  height: 30px;
  background: url(gjkc-icon12.png) no-repeat center / 100% 100%;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.notice-card:hover h3 span {
  color: #1d5cb5;
  background-size: 100% 2px;
}
.index-box4 {
  padding: 80px 0 110px 0;
  background: linear-gradient(180deg, #FFF 0%, #EEF7FF 100%);
  position: relative;
}
.index-box4::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 40px;
  background: #FFFFFF;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
}
.index-box4 .col-lg-4 .index-title .title span {
  opacity: 0.6;
}
.m40 {
  margin: 0 -40px;
}
.p40 {
  padding: 0 40px;
}
.index-title-tab {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-title-tab .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-title-tab .title {
  position: relative;
  margin-right: 60px;
  padding-top: 36px;
  cursor: pointer;
}
.index-title-tab .title::before {
  position: absolute;
  content: '';
  right: -30px;
  top: 44px;
  width: 1px;
  height: 40px;
  background: #1D5CB5;
}
.index-title-tab .title:last-child::before {
  display: none;
}
.index-title-tab .title span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'SourceHanSerifCN-Heavy';
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: #d8e8fe;
  text-transform: uppercase;
  padding-left: 20px;
  opacity: 0;
}
.index-title-tab .title h2 {
  position: relative;
  z-index: 1;
  color: #1d5cb5;
  font-size: 46px;
  line-height: 1.1;
}
.index-title-tab .title.active span {
  opacity: 0.6;
}
.index-title-tab .title.active h2 {
  font-weight: 700;
}
.index-title-tab .more-box a {
  display: none;
}
.index-title-tab .more-box a:first-child {
  display: inline-block;
}
.index-title-tab .more-btn {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  width: 140px;
  height: 34px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}
.index-title-tab .more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.55) 50%, transparent 65%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}
.index-title-tab .more-btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(139, 205, 255, 0.75);
  clip-path: inherit;
  opacity: 0.45;
  pointer-events: none;
}
.index-title-tab .more-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 12px rgba(26, 121, 227, 0.45), 0 8px 22px rgba(12, 96, 189, 0.28);
}
.index-title-tab .more-btn:hover::before {
  transform: translateX(120%);
}
.index-title-tab .more-btn:active {
  transform: translateY(0);
  filter: brightness(0.96);
}
.index-tab-cont > div {
  display: none;
}
.index-tab-cont > div:first-child {
  display: block;
}
.academic-top {
  display: block;
  margin-bottom: 34px;
}
.academic-top .img-box {
  float: left;
  width: 349px;
  height: 230px;
  overflow: hidden;
  margin-right: 40px;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%, 0 calc(100% - 28px));
}
.academic-top .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.academic-top .info {
  overflow: hidden;
  padding-top: 25px;
}
.academic-top h3 {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.academic-top h3 span {
  color: #333;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.academic-top time {
  display: block;
  padding-left: 22px;
  color: #1d5cb5;
  font-size: 14px;
  line-height: 16px;
  background: url(gjkc-icon13.png) no-repeat left center / 16px 16px;
  margin-bottom: 22px;
}
.academic-top .desc {
  height: 104px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.academic-top:hover .img-box img {
  transform: scale(1.1);
}
.academic-top:hover h3 span {
  color: #1d5cb5;
  background-size: 100% 2px;
}
.academic-list li {
  margin-bottom: 24px;
}
.academic-list li:last-child {
  margin-bottom: 0;
}
.academic-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.academic-list a:hover p {
  color: #1d5cb5;
}
.academic-list time {
  width: 120px;
  min-width: 120px;
  height: 30px;
  color: #1d5cb5;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-right: 20px;
  background: url(gjkc-icon19.png) no-repeat center / 100% 100%;
}
.academic-list p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popsci-list li + li {
  margin-top: 30px;
}
.popsci-list a {
  display: block;
}
.popsci-list a:hover .img-box img {
  transform: scale(1.1);
}
.popsci-list a:hover .title span {
  color: #1d5cb5;
  background-size: 100% 2px;
}
.popsci-list .img-box {
  float: left;
  margin-right: 30px;
  width: 160px;
  height: 105px;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 calc(100% - 20px));
}
.popsci-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.popsci-list .title {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
}
.popsci-list .title span {
  color: #333;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.index-box5 {
  overflow: hidden;
  padding: 80px 0 86px;
  background: #fff;
}
.index-box5 .index-title .title span {
  opacity: 0.6;
}
.m20 {
  margin: 0 -20px;
}
.p20 {
  padding: 0 20px;
}
.platform-list {
  display: block;
}
.platform-list .img-box {
  height: 244px;
  overflow: hidden;
  background: #e8eef6;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}
.platform-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.platform-list .title {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  margin-right: 30px;
  filter: drop-shadow(2px 10px 50px rgba(29, 92, 181, 0.1));
  text-align: center;
}
.platform-list .title > div {
  background: #FFF;
  padding: 22px 15px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  transition: all 0.5s;
}
.platform-list .title span {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.platform-list:hover .img-box img {
  transform: scale(1.1);
}
.platform-list:hover .title > div {
  background: linear-gradient(90deg, #0C60BD 0%, #1A79E3 100%);
}
.platform-list:hover .title span {
  color: #FFF;
}
.index-box6 {
  padding: 80px 0 106px;
  background: #eef7ff;
}
.links-inner {
  position: relative;
}
.links-inner .links-box {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #fff;
  overflow: hidden;
}
.links-inner .links-box img {
  display: block;
  max-width: 100%;
  max-height: 68px;
  object-fit: contain;
  transition: all 0.5s;
}
.links-inner .links-box:hover img {
  transform: scale(1.1);
}
.links-inner .link-prev,
.links-inner .link-next {
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 11px;
  border: 1px solid #1E68BD;
  border-radius: 50%;
  transition: all 0.5s;
}
.links-inner .link-prev::after,
.links-inner .link-next::after {
  display: none;
}
.links-inner .link-prev:hover,
.links-inner .link-next:hover {
  background-color: #1E68BD;
}
.links-inner .link-prev {
  left: -80px;
  background-image: url('gjkc-icon10.png');
}
.links-inner .link-prev:hover {
  background-image: url('gjkc-icon16.png');
}
.links-inner .link-next {
  right: -80px;
  background-image: url('gjkc-icon11.png');
}
.links-inner .link-next:hover {
  background-image: url('gjkc-icon17.png');
}
.footer {
  padding: 34px 0 30px 0;
  background: url('gjkc-bg6.png') no-repeat center;
  background-size: cover;
  position: relative;
}
.footer::before {
  position: absolute;
  content: '';
  right: 0;
  top: -25px;
  width: 22%;
  height: 26px;
  background: #136ADA;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-info span,
.footer .footer-info a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.footer .footer-info a:hover {
  text-decoration: underline;
}
.footer .footer-police img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: -5px;
}
.footer .footer-wechat {
  width: 120px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.footer .footer-wechat img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}
.footer .footer-wechat span {
  display: inline-block;
  color: #fff;
  line-height: 26px;
}
/* inner pages */
.inner-banner {
  height: 450px;
  overflow: hidden;
  background: #1A78E2;
}
.inner-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.inner-page {
  padding-bottom: 100px;
  background: url('gjkc-bg7.png') no-repeat center bottom / 100% auto;
}
.inner-page .inner-channel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 107px;
}
.inner-page .inner-channel-bar {
  position: relative;
}
.inner-page .inner-channel-bar::before {
  position: absolute;
  content: '';
  left: -598%;
  top: 0;
  width: 600%;
  height: 100%;
  background: #0c60bd;
}
.inner-page .channel-bar {
  min-width: 300px;
  display: flex;
  align-items: flex-start;
  padding: 16px 100px 22px 0;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 61px) 100%, 0 100%);
}
.inner-page .inner-channel-link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-right: 40px;
}
.inner-page .inner-channel-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(2, 235, 252, 0) 0%, #02ebfc 50%, rgba(2, 235, 252, 0) 100%);
  transition: all 0.3s;
}
.inner-page .inner-channel-link:last-child {
  margin-right: 0;
}
.inner-page .inner-channel-link:hover,
.inner-page .inner-channel-link.active {
  color: #fff;
  font-weight: 700;
}
.inner-page .inner-channel-link:hover::after,
.inner-page .inner-channel-link.active::after {
  width: 100%;
}
.inner-page .inner-crumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  color: #444;
  font-size: 16px;
  line-height: 22px;
}
.inner-page .inner-crumb a,
.inner-page .inner-crumb span,
.inner-page .inner-crumb i {
  color: #444;
}
.inner-page .inner-crumb i {
  font-style: normal;
}
.inner-page .inner-crumb a:hover {
  color: #0c60bd;
}
.inner-title {
  text-align: center;
  margin-bottom: 70px;
}
.inner-title .inner-title-en {
  color: rgba(216, 232, 254, 0.5);
  font-family: 'SourceHanSerifCN-Heavy';
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.inner-title h1 {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  color: #1d5cb5;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  font-size: 16px;
  border: 1px solid #b7d4f0;
  background: transparent;
}
.comp-pages .page-pc span {
  background: #0C60BD;
  border: 1px solid #0C60BD;
  color: #fff;
}
.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: #0C60BD;
  border: 1px solid #0C60BD;
  color: #fff;
}
.comp-pages .page-phone {
  background: #0C60BD;
}
.comp-pages {
  padding-top: 0;
}
.inner-single-img {
  float: left;
  margin-right: 66px;
  width: 434px;
  overflow: hidden;
  background: #e8eef6;
  clip-path: polygon(54px 0, calc(100% - 54px) 0, 100% 54px, 100% calc(100% - 54px), calc(100% - 54px) 100%, 0 100%, 0 54px);
}
.inner-single-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.inner-article {
  overflow: hidden;
  color: #333;
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
}
.inner-article p {
  margin-bottom: 24px;
}
.ry-list-box .col-xl-2:nth-child(6n+1) {
  clear: left;
}
.person-card {
  display: block;
  filter: drop-shadow(0 12px 24px rgba(18, 88, 165, 0.12));
  margin-bottom: 70px;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.person-card .img-box {
  height: 269px;
  overflow: hidden;
  background: #eef6ff;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
  position: relative;
}
.person-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.35s ease;
}
.person-card .img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, transparent 0%, rgba(74, 183, 255, 0.08) 38%, rgba(255, 255, 255, 0.55) 50%, rgba(74, 183, 255, 0.08) 62%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.75s ease;
  pointer-events: none;
}
.person-card .img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  box-shadow: inset 0 0 0 rgba(83, 190, 255, 0);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  pointer-events: none;
}
.person-card h3 {
  text-align: center;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 10px;
  transition: background 0.3s;
}
.person-card:hover {
  transform: translateY(-8px);
  filter: drop-shadow(0 18px 32px rgba(18, 88, 165, 0.24));
}
.person-card:hover .img-box::before {
  transform: translateX(120%);
}
.person-card:hover .img-box::after {
  box-shadow: inset 0 0 22px rgba(83, 190, 255, 0.28);
}
.person-card:hover .img-box img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.04);
}
.ry-detail .detail-card {
  padding: 50px 50px 44px 60px;
  background: #eff7ff;
}
.ry-detail .detail-card .photo {
  float: right;
  margin-left: 60px;
  width: 200px;
  overflow: hidden;
  background: #eef6ff;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}
.ry-detail .detail-card .photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ry-detail .detail-card .info {
  overflow: hidden;
}
.ry-detail .detail-card h2 {
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d5e6f8;
  color: #222;
  font-size: 31px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
}
.ry-detail .detail-card h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 93px;
  height: 3px;
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
}
.ry-detail .detail-card .info-list li {
  float: left;
  min-width: 50%;
  overflow: hidden;
  color: #444;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.ry-detail .detail-card .info-list li > span {
  color: #1d5cb5;
  float: left;
}
.ry-detail .detail-card .info-list li > div {
  float: left;
}
.ry-detail .detail-card .info-list li:nth-child(5),
.ry-detail .detail-card .info-list li:nth-child(6) {
  min-width: 100%;
}
.ry-detail .inner-info-block {
  margin-top: 40px;
}
.ry-detail .inner-info-block h2 {
  height: 54px;
  margin: 0 0 24px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  border-left: 4px solid #0c60be;
  background: #eff7ff;
  color: #1d5cb5;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.ry-detail .inner-info-block .txt {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.tp-list-box .col-xl-3:nth-child(4n+1) {
  clear: left;
}
.tp-list-box .platform-list {
  margin-bottom: 50px;
}
.fy-box {
  padding-top: 20px;
}
.wz-list {
  margin-bottom: 70px;
}
.wz-list li {
  border-bottom: 1px dashed #c8ddf5;
}
.wz-list a {
  display: block;
  padding: 23px 200px 23px 30px;
  position: relative;
}
.wz-list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 35px;
  width: 13px;
  height: 6px;
  background: url('gjkc-icon20.png') no-repeat center / contain;
}
.wz-list .title {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wz-list .title:hover {
  color: #1d5cb5;
}
.wz-list time {
  position: absolute;
  right: 0;
  top: 23px;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
}
.xscg-list {
  margin: 0 -50px;
}
.xscg-list li {
  float: left;
  width: 50%;
  padding: 0 50px;
  border-bottom: none;
}
.xscg-list a {
  padding: 23px 30px 23px 30px;
  border-bottom: 1px dashed #c8ddf5;
}
.inner-table-scroll {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 70px;
}
.inner-table-scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #F4F4F4;
}
.inner-table-scroll::-webkit-scrollbar-thumb {
  background: #D6DFE9;
  border-radius: 4px;
}
.inner-table-scroll::-webkit-scrollbar-button {
  display: none;
}
.inner-table-scroll .inner-project-table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccdcee;
  background: #fff;
}
.inner-table-scroll .inner-project-table col:nth-child(1) {
  width: 490px;
}
.inner-table-scroll .inner-project-table col:nth-child(2) {
  width: 330px;
}
.inner-table-scroll .inner-project-table col:nth-child(3) {
  width: 150px;
}
.inner-table-scroll .inner-project-table col:nth-child(4) {
  width: 150px;
}
.inner-table-scroll .inner-project-table col:nth-child(5) {
  width: 180px;
}
.inner-table-scroll .inner-project-table col:nth-child(6) {
  width: 240px;
}
.inner-table-scroll .inner-project-table th {
  padding: 10px 12px;
  border: 1px solid #d3d3d3;
  background: #0e62c0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
.inner-table-scroll .inner-project-table td {
  padding: 14px 12px;
  border: 1px solid #ccdcee;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  vertical-align: middle;
}
.inner-table-scroll .inner-project-table td:not(:first-child) {
  text-align: center;
}
.inner-table-scroll .inner-project-table td:first-child {
  text-align: left;
}
.inner-result-section .result-title {
  margin: 0 0 9px;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.inner-result-section .inner-table-scroll {
  margin-bottom: 30px;
}
.inner-result-section .inner-paper-table col:nth-child(1) {
  width: 490px;
}
.inner-result-section .inner-paper-table col:nth-child(2) {
  width: 330px;
}
.inner-result-section .inner-paper-table col:nth-child(3) {
  width: 150px;
}
.inner-result-section .inner-paper-table col:nth-child(4) {
  width: 150px;
}
.inner-result-section .inner-paper-table col:nth-child(5) {
  width: 180px;
}
.inner-result-section .inner-paper-table col:nth-child(6) {
  width: 240px;
}
.inner-result-section .inner-book-table col:nth-child(1) {
  width: 490px;
}
.inner-result-section .inner-book-table col:nth-child(2) {
  width: 400px;
}
.inner-result-section .inner-book-table col:nth-child(3) {
  width: 330px;
}
.inner-result-section .inner-book-table col:nth-child(4) {
  width: 250px;
}
.tw-list {
  margin-bottom: 70px;
}
.tw-list li {
  margin-bottom: 50px;
}
.tw-list li:last-child {
  margin-bottom: 0;
}
.tw-list a {
  display: block;
}
.tw-list a:hover .img-box img {
  transform: scale(1.1);
}
.tw-list a:hover h3 {
  color: #1d5cb5;
}
.tw-list .img-box {
  float: left;
  margin-right: 40px;
  width: 349px;
  height: 230px;
  overflow: hidden;
  background: #edf4fa;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}
.tw-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.tw-list .info {
  overflow: hidden;
  padding-top: 22px;
}
.tw-list h3 {
  margin-bottom: 14px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tw-list .desc {
  margin: 0 0 16px;
  color: #888;
  font-size: 16px;
  line-height: 28px;
  max-height: 112px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tw-list time {
  color: #1D5CB5;
  font-size: 18px;
  line-height: 30px;
}
.m30 {
  margin: 0 -30px;
}
.p30 {
  padding: 0 30px;
}
.inner-ai-list .col-xl-4:nth-child(3n+1) {
  clear: left;
}
.inner-ai-card {
  display: block;
  filter: drop-shadow(0 9px 70px rgba(71, 135, 224, 0.16));
  margin-bottom: 60px;
}
.inner-ai-card .bg-box {
  background: #fff;
  padding: 15px 28px 15px 15px;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
  transition: all 0.3s;
}
.inner-ai-card .ai-icon {
  float: left;
  margin-right: 20px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF;
}
.inner-ai-card .ai-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inner-ai-card .ai-text {
  overflow: hidden;
  padding-top: 11px;
}
.inner-ai-card .ai-text h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
.inner-ai-card .ai-text p {
  color: #888;
  font-size: 15px;
  line-height: 20px;
}
.inner-ai-card:hover .bg-box {
  background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
}
.inner-ai-card:hover .ai-text h3 {
  color: #fff;
}
.inner-ai-card:hover .ai-text p {
  color: #fff;
}
.details-page .detail-top {
  margin-bottom: 50px;
  border-bottom: 1px solid #C1D4EA;
  padding-bottom: 15px;
}
.details-page .detail-top .title-s {
  max-width: 100%;
  color: #1D5CB5;
  font-size: 30px;
}
.details-page .detail-top .top-other {
  color: #666;
  font-size: 15px;
  margin-top: 15px;
}
.details-page .detail-top .top-other span {
  line-height: 30px;
}
.details-page .main-cont {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.details-page .main-cont p {
  margin-bottom: 10px;
}
.details-page .main-cont.cont-xilan img {
  width: auto;
  max-width: 900px;
}
.details-page .cont-page {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #C1D4EA;
  color: #444444;
  font-size: 16px;
}
.details-page .cont-page .a-page {
  margin-bottom: 6px;
}
.details-page .cont-page .a-page a {
  color: #444444;
}
.details-page .cont-page .a-page:hover {
  color: #1D5CB5;
}
.details-page .cont-page .a-page:hover a {
  color: #1D5CB5;
}
.contact-box {
  filter: drop-shadow(0 9px 70px rgba(71, 135, 224, 0.16));
}
.contact-box .fix {
  background: #FFFFFF;
  clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%);
}
.contact-box .map {
  float: right;
  width: 892px;
}
.contact-box .map img {
  width: 100%;
  height: 100%;
}
.contact-box .contact-left {
  overflow: hidden;
  padding: 80px;
}
.contact-box .logo {
  width: 377px;
  margin-bottom: 39px;
}
.contact-box .logo img {
  width: 100%;
  display: block;
}
.contact-box .info {
  color: #444;
  font-size: 18px;
  line-height: 34px;
}
.contact-box .info p {
  margin-bottom: 16px;
}
.qk-list .col-lg-3:nth-child(4n+1) {
  clear: left;
}
.qk-list a {
  display: block;
  margin-bottom: 50px;
}
.qk-list .img-box {
  height: 508px;
  overflow: hidden;
}
.qk-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.qk-list .title {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-right: 30px;
  filter: drop-shadow(2px 10px 50px rgba(29, 92, 181, 0.1));
  text-align: center;
}
.qk-list .title > div {
  background: #FFF;
  padding: 30px 15px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  transition: all 0.5s;
}
.qk-list .title span {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.qk-list:hover .img-box img {
  transform: scale(1.1);
}
.qk-list:hover .title > div {
  background: linear-gradient(90deg, #0C60BD 0%, #1A79E3 100%);
}
.qk-list:hover .title span {
  color: #FFF;
}
