.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;
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h28 {
  font-size: 28px;
}
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h26 {
    font-size: 24px;
  }
  .h28 {
    font-size: 26px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @iconBgCol - 图标颜色
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #F5F8FC;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #112D8D;
}
.comp-text-list-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #F5F8FC;
  padding: 20px 30px;
  color: #666666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333333;
  background: #F5F8FC;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #F5F8FC;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("kclm-comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #112D8D;
  background-image: url("kclm-comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("kclm-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: #112D8D;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("kclm-comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("kclm-comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("kclm-comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("kclm-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("kclm-comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #F5F8FC;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #112D8D;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #112D8D;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("kclm-comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #112D8D;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("kclm-comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #3D55A7;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #F5F8FC;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #F5F8FC;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 25px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 1.5625rem;
  min-width: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 0.5859rem;
  padding-right: 0.5859rem;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 0.625rem;
}
.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: linear-gradient(45deg, #009A6A, #112D8D);
  border: 1px solid #112D8D;
  color: #fff;
}
.comp-pages .page-pc span {
  background: linear-gradient(45deg, #009A6A, #112D8D);
  border-color: transparent;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #112D8D;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
}
.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 {
  background: #F0F3FA;
  padding: 0.3906rem 1.1719rem;
  line-height: 32px;
  color: #898B92;
  margin-top: 20px;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #333;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #D9DFE7;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #195AB4;
}
.details-page .cont-page .a-page:hover a {
  color: #195AB4;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("kclm-comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("kclm-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: #112D8D;
}
.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: #112D8D;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.side-menu .menu-title {
  background: #112D8D;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.side-menu .menu-cont {
  background-color: #F5F8FC;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #112D8D;
}
.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3D55A7;
}
.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #112D8D;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
.btn-circle {
  overflow: hidden;
  position: relative;
}
.su_button_circle {
  background-color: #1F5CC8;
  border-radius: 39.0625rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 0rem;
  height: 0rem;
  margin-left: 0rem;
  margin-top: 0rem;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}
.button_su_inner {
  transition: 400ms;
  text-decoration: none;
  z-index: 100000;
  position: relative;
}
.button_text_container {
  position: relative;
  z-index: 10000;
}
.explode-circle {
  animation: explode 0.7s forwards;
}
.desplode-circle {
  animation: desplode 0.7s forwards;
}
@keyframes explode {
  0% {
    width: 0rem;
    height: 0rem;
    margin-left: 0rem;
    margin-top: 0rem;
    background-color: rgba(48, 134, 240, 0.6);
  }
  100% {
    width: 23.4375rem;
    height: 23.4375rem;
    margin-left: -11.7188rem;
    margin-top: -11.7188rem;
    background-color: rgba(28, 75, 156, 0.8);
  }
}
@keyframes desplode {
  0% {
    width: 23.4375rem;
    height: 23.4375rem;
    margin-left: -11.7188rem;
    margin-top: -11.7188rem;
    background-color: rgba(28, 75, 156, 0.8);
  }
  100% {
    width: 0rem;
    height: 0rem;
    margin-left: 0rem;
    margin-top: 0rem;
    background-color: rgba(48, 134, 240, 0.6);
  }
}
/*动画效果*/
.box-hover {
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.box-aylen {
  background: #fff;
  color: #37474f;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.box-aylen.button--inverted {
  background: none;
  color: #fff;
}
.box-aylen::before,
.box-aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.box-aylen::before {
  background: #3086f0;
}
.box-aylen::after {
  background: #CE0E2D;
}
.box-s:hover .box-aylen {
  color: #fff;
}
.box-s:hover .box-aylen::before,
.box-s:hover .box-aylen::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.box-s:hover .box-aylen::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.c-btn {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  height: 100%;
}
.c-btn:after {
  content: '';
  display: block;
  position: absolute;
}
.c-btn:before {
  content: '';
  display: block;
  position: absolute;
}
.c-btn--border-line {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 0rem transparent;
}
.c-btn--border-line:after,
.c-btn--border-line:before {
  box-sizing: border-box;
  border: 0.0391rem solid transparent;
  width: 0;
  height: 0;
  border-radius: 0.1172rem;
}
.c-btn--border-line:after {
  top: 0;
  left: 0;
  -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.c-btn--border-line:before {
  bottom: 0;
  right: 0;
  -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}
.c-btn--border-line:hover:after,
.c-btn--border-line:hover:before {
  width: 100%;
  height: 100%;
}
.c-btn--border-line:hover:after {
  border-top-color: #1D3897;
  border-right-color: #1D3897;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}
.c-btn--border-line:hover:before {
  border-bottom-color: #1D3897;
  border-left-color: #1D3897;
  -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.c-btn--line:after {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  bottom: 0;
  background-color: #1D3897;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.c-btn--line:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.effect-apollo {
  background: #3498db;
}
.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.effect-apollo .img-mc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.effect-apollo:hover .img-mc::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/* 如果我们的屏幕大于 100rem */
/* 如果我们的屏幕小于 50rem */
@media screen and (max-width: 1439PX) {
  html {
    font-size: 18.5px !important;
  }
}
.container-new {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container-new:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (max-width: 1279PX) {
  .container-new {
    width: 80%;
  }
}
@media (min-width: 1280PX) {
  .container-new {
    width: 80%;
  }
}
@media (min-width: 1440PX) {
  .container-new {
    width: 54%;
  }
}
body {
  font-family: Arial, PingFangSC-Regular, sans-serif, "Microsoft YaHei", '微软雅黑';
}
/*page-main*/
.page-main {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
.index-page .page-main {
  background-color: #f2f6fc;
}
/*nav*/
.nav-other nav.navbar.bootsnav {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
}
nav.navbar.bootsnav {
  min-height: 4.2969rem;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav.nav-01 {
  background: transparent;
}
nav.navbar.bootsnav.nav-01::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 110px;
  background: url(kclm-nav-bg-01.png) repeat-x bottom center;
}
nav.navbar.bootsnav.nav-01 .navbar-brand {
  padding: 0;
}
nav.navbar.bootsnav.nav-01 .navbar-brand img {
  display: block;
  width: 20.3906rem;
}
nav.navbar.bootsnav.nav-01 .navbar-brand img.img-logo-02,
nav.navbar.bootsnav.nav-01 .navbar-brand img.img-logo-03 {
  display: none !important;
}
nav.navbar.bootsnav.nav-01 .navbar-brand img.img-logo-01 {
  display: block !important;
}
nav.navbar.bootsnav.nav-01 ul.nav > li > a {
  color: #fff;
}
nav.navbar.bootsnav.nav-01 ul.nav > li > a:hover,
nav.navbar.bootsnav.nav-01 ul.nav > li > a:focus,
nav.navbar.bootsnav.nav-01 ul.nav > li.active > a:hover,
nav.navbar.bootsnav.nav-01 ul.nav > li.active > a:focus,
nav.navbar.bootsnav.nav-01 ul.nav > li.active > a,
nav.navbar.bootsnav.nav-01 ul.nav > li.dropdown.on > a {
  color: #7191FF !important;
}
nav.navbar.bootsnav.nav-02 {
  background: rgba(0, 0, 0, 0.2);
}
nav.navbar.bootsnav.nav-02 .navbar-brand {
  padding: 0;
}
nav.navbar.bootsnav.nav-02 .navbar-brand img {
  display: block;
  width: 20.3906rem;
}
nav.navbar.bootsnav.nav-02 .navbar-brand img.img-logo-01,
nav.navbar.bootsnav.nav-02 .navbar-brand img.img-logo-03 {
  display: none !important;
}
nav.navbar.bootsnav.nav-02 .navbar-brand img.img-logo-02 {
  display: block !important;
}
nav.navbar.bootsnav.nav-02 ul.nav > li > a {
  color: #fff;
}
nav.navbar.bootsnav.nav-02 ul.nav > li > a:hover,
nav.navbar.bootsnav.nav-02 ul.nav > li > a:focus,
nav.navbar.bootsnav.nav-02 ul.nav > li.active > a:hover,
nav.navbar.bootsnav.nav-02 ul.nav > li.active > a:focus,
nav.navbar.bootsnav.nav-02 ul.nav > li.active > a,
nav.navbar.bootsnav.nav-02 ul.nav > li.dropdown.on > a {
  color: #7191FF !important;
}
nav.navbar.bootsnav.nav-02 ul.nav li.dropdown ul.dropdown-menu {
  background: rgba(4, 46, 63, 0.9);
}
nav.navbar.bootsnav.nav-02 ul.nav li.dropdown ul.dropdown-menu::after {
  background: #2CA6E0;
}
nav.navbar.bootsnav.nav-02 ul.nav li.dropdown ul.dropdown-menu > li > a {
  color: #fff;
}
nav.navbar.bootsnav.nav-02 ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: rgba(44, 166, 224, 0.9);
  color: #fff;
}
nav.navbar.bootsnav .container-fluid {
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 0;
  height: auto;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
  width: 20.3906rem;
}
nav.navbar.bootsnav .navbar-brand img.img-logo-01,
nav.navbar.bootsnav .navbar-brand img.img-logo-02 {
  display: none !important;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 2.1484rem;
  margin-right: -15px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 2.7344rem 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #333;
  padding: 0;
  font-size: 0.7031rem;
  text-align: center;
  height: 2.2656rem;
  line-height: 2.2656rem;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #112D8D !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: none;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.9);
  min-width: 9.8438rem;
  width: 9.8438rem;
  left: 50%;
  margin-left: -4.9219rem;
  padding-top: 0.7813rem;
  padding-bottom: 0.3906rem;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("kclm-nav-line.png") no-repeat top center;
  height: 4px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu:last-child {
  min-width: 6rem;
  width: 6rem;
  margin-left: -3rem;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #333;
  margin: 0;
  padding: 0.3906rem 0.7813rem;
  line-height: 1.1719rem;
  font-weight: normal;
  text-align: center;
  font-size: 0.625rem;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: linear-gradient(49deg, #112D8D 0%, #009A6A 100%);
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header-other {
  padding-top: 0.7813rem;
  position: absolute;
  right: 4%;
  top: 0;
}
.header-other > div {
  float: left;
}
.header-other .other-link {
  margin-right: 1.1719rem;
}
.header-other .other-link a {
  float: left;
  margin-right: 0.7813rem;
  color: #666666;
  line-height: 1.1719rem;
  font-size: 0.5469rem;
}
.header-other .other-link a:last-child {
  margin-right: 0;
}
.header-other.header-other-01 .other-link a,
.header-other.header-other-02 .other-link a {
  color: #fff;
}
.header-other.header-other-01 .search-box .s-inp,
.header-other.header-other-02 .search-box .s-inp {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.header-other.header-other-01 .search-box .s-btn,
.header-other.header-other-02 .search-box .s-btn {
  background: url("kclm-search.png") no-repeat center center;
  background-size: 0.625rem;
}
.header-other.header-other-01 .search-box input::-webkit-input-placeholder,
.header-other.header-other-02 .search-box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-other.header-other-01 .search-box input::-moz-placeholder,
.header-other.header-other-02 .search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.header-other.header-other-01 .search-box input:-moz-placeholder,
.header-other.header-other-02 .search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
}
.header-other.header-other-01 .search-box input:-ms-input-placeholder,
.header-other.header-other-02 .search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}
.header-other.header-other-02 {
  display: none;
  top: auto;
  width: 280px;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding-left: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.header-other.header-other-02 .other-link a {
  padding: 0;
  font-size: 0.625rem;
  border-bottom: none;
}
/*search*/
.tools {
  position: relative;
  z-index: 999;
  height: 1.0156rem;
}
.tools .search-trigger {
  background: url("kclm-search.png") no-repeat center center;
  background-size: 0.625rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}
.tools .x-show {
  display: block !important;
  position: absolute !important;
  top: 1.4844rem;
  right: 0;
}
.search-box {
  width: 6.6406rem;
  position: relative;
  height: 1.1719rem;
  font-size: 14px;
}
.search-box .s-inp {
  width: 100%;
  height: 1.1719rem;
  line-height: 1.1719rem;
  background: transparent;
  border-radius: 15px;
  padding-left: 0.5859rem;
  padding-right: 1.3672rem;
  color: #333;
  border: 1px solid #999999;
  font-size: 14px;
}
.search-box .s-btn {
  background: url("kclm-search-l.png") no-repeat center center;
  background-size: 0.625rem;
  width: 1.0938rem;
  height: 1.0938rem;
  top: 1px;
  right: 0.3906rem;
  position: absolute;
  z-index: 9;
  border-radius: 50%;
}
.phone-menu-toggle {
  display: none;
}
@media (max-width: 1300px) {
  nav.navbar.bootsnav .container-fluid ul.nav > li {
    margin: 0 1.5625rem 0 0;
  }
  nav.navbar.bootsnav .container-fluid ul.nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .header-other {
    right: 30px;
  }
  .phone-menu-toggle {
    display: block !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  .header-other {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .header-other,
  .header-other.header-other-01 {
    display: none !important;
  }
  .header-other.header-other-02 {
    display: block !important;
    background: #112D8D;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s ease;
    height: 60px;
  }
  .nav-open .header-other.header-other-02 {
    transform: translate3d(0, 0, 0);
  }
  .hc-mobile-nav {
    background: #112D8D;
  }
  .hc-mobile-nav.nav-open .nav-container {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    background-color: rgba(255, 255, 255, 0.8);
  }
  nav.navbar.bootsnav.nav-02 {
    background: rgba(0, 0, 0, 0.8);
  }
  nav.navbar.bootsnav .logo-groups {
    max-width: 300px;
    padding-top: 5px;
  }
}
.fp-sr-only {
  display: none !important;
}
#fp-nav.fp-nav-hide {
  display: none !important;
}
#fp-nav.fp-right {
  right: 2.3438rem;
}
#fp-nav.fp-nav-w ul li a.active span,
.fp-slidesNav.fp-nav-w ul li a.active span,
#fp-nav.fp-nav-w ul li:hover a.active span,
.fp-slidesNav.fp-nav-w ul li:hover a.active span {
  background: #fff;
}
#fp-nav.fp-nav-w ul li a span,
.fp-slidesNav.fp-nav-w ul li a span {
  border-color: #fff;
}
#fp-nav.fp-nav-w ul li:hover a span,
.fp-slidesNav.fp-nav-w ul li:hover a span {
  background: #fff;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: auto;
  margin: 0.3906rem 0;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 1.5625rem;
  width: 0.5469rem;
  margin: 0;
  background: #112D8D;
  border-radius: 0.2734rem;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 0.2734rem;
  position: relative;
  display: block;
  z-index: 1;
  width: 0.5469rem;
  height: 0.5469rem;
  border: 1px solid #112D8D;
  border-radius: 50%;
  background: transparent;
  left: auto;
  top: auto;
  margin: 0;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #112D8D;
  width: 0.5469rem;
  height: 0.5469rem;
  margin: 0;
}
/* font */
.h16 {
  font-size: 0.625rem;
}
.h18 {
  font-size: 0.7031rem;
}
.h20 {
  font-size: 0.7813rem;
}
.h22 {
  font-size: 0.8594rem;
}
.h24 {
  font-size: 0.9375rem;
}
.h28 {
  font-size: 1.0938rem;
}
.h30 {
  font-size: 1.1719rem;
}
.h36 {
  font-size: 1.4063rem;
}
/*footer*/
.footer {
  position: relative;
  text-align: center;
}
.footer a,
.footer span {
  display: inline-block;
  color: #333;
}
.footer a:hover {
  color: #112D8D;
}
.footer::after,
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 3PX;
}
.footer::before {
  left: 0;
  background-color: #112d8d;
}
.footer::after {
  right: 0;
  background-color: #009a6a;
}
.footer .footer-info {
  background: #F5F5F5;
  padding-top: 30PX;
  padding-bottom: 30PX;
}
.footer .footer-info .f-logo-other,
.footer .footer-info .f-icon-other,
.footer .footer-info .f-icon2-other {
  display: none !important;
}
.footer .footer-info .info-logo {
  margin-bottom: 14.999px;
}
.footer .footer-info .info-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer-info .info-txt {
  font-size: 0.9375rem;
  color: #112D8D;
  margin-bottom: 25.001px;
}
.footer .footer-info .info-other {
  font-size: 16PX;
}
.footer .footer-info .info-other > div {
  display: inline-block;
  margin-left: 30.0006px;
  margin-right: 30.0006px;
}
.footer .footer-info .info-other > div img {
  vertical-align: middle;
  margin-right: 9.9994px;
}
.footer .footer-copy {
  background: #EEEEEE;
  padding-top: 9PX;
  padding-bottom: 9PX;
  line-height: 1.25rem;
  font-size: 12PX;
}
.footer .footer-copy .copy-info {
  display: inline-block;
}
.footer-other .footer {
  background: #112D8D;
  background: linear-gradient(90deg, #112D8D 0%, #009A6A 100%);
}
.footer-other .footer::before,
.footer-other .footer::after {
  display: none;
}
.footer-other .footer a,
.footer-other .footer span {
  color: #fff;
}
.footer-other .footer a:hover {
  color: #fff;
}
.footer-other .footer .footer-info {
  background: transparent;
}
.footer-other .footer .footer-info .f-logo-other,
.footer-other .footer .footer-info .f-icon-other,
.footer-other .footer .footer-info .f-icon2-other {
  display: inline !important;
}
.footer-other .footer .footer-info .f-logo-index,
.footer-other .footer .footer-info .f-icon-index,
.footer-other .footer .footer-info .f-icon2-index {
  display: none !important;
}
.footer-other .footer .footer-info .info-txt {
  color: #fff;
}
.footer-other .footer .footer-copy {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.footer-other .footer .footer-copy span,
.footer-other .footer .footer-copy a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-other .footer .footer-copy a:hover {
  color: #fff;
}
/* ------------------------------------- index ------------------------------------- */
.index-title-wrap {
  text-align: center;
}
.index-title {
  font-size: 2.3438rem;
  line-height: 1;
  position: relative;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.9531rem;
  z-index: 1;
}
.index-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.7813rem;
  background: linear-gradient(45deg, #009A6A, #112D8D);
  opacity: 0.2;
  z-index: -1;
}
.index-title .title-txt {
  position: relative;
  z-index: 2;
}
.index-title.index-title-s {
  font-size: 1.9531rem;
}
@media (max-width: 767px) {
  .index-title {
    font-size: 1.5625rem;
    margin-bottom: 1.1719rem;
  }
}
.index-more {
  display: block;
  width: 10.1563rem;
  height: 1.9531rem;
  line-height: 1.9531rem;
  border: 1PX solid #112D8D;
  border-radius: 4PX;
  margin-left: auto;
  margin-right: auto;
  color: #112D8D;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index-more::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  background: #112D8D;
  overflow: hidden;
  z-index: -1;
  transition: all 0.5s;
}
.index-more:hover {
  color: #fff;
}
.index-more:hover::after {
  width: 100%;
  left: 0;
}
.section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-box {
  min-height: 15.625rem;
}
.section-box .fp-tableCell {
  padding-top: 4.2969rem;
}
@media (max-width: 1199px) {
  .section-box .container-new {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-height: 700px) {
  .section-box .container-new {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .banner-page {
  position: absolute;
  bottom: 6.25rem !important;
  left: 0;
  right: 0;
  z-index: 101;
}
.index-banner .swiper-pagination-bullet {
  width: 1.1719rem;
  height: 1.1719rem;
  line-height: 1.1719rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  text-align: center;
  color: #FEFEFE;
  margin-left: 0.3906rem !important;
  margin-right: 0.3906rem !important;
  background: transparent;
  opacity: 1;
  vertical-align: bottom;
  font-size: 0.625rem;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(kclm-banner-icon.png) no-repeat top -2px center;
  background-size: contain;
  width: 2.1094rem;
  height: 1.1719rem;
  border: none;
  font-size: 0;
}
.index-banner .banner-box {
  height: 100%;
}
.index-banner .banner-box .banner-img {
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-banner .banner-box .banner-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(kclm-banner-bg.png) repeat-x left bottom;
  z-index: 2;
}
.index-banner .banner-box .banner-title > div {
  position: absolute;
  left: 1.1719rem;
  right: 1.1719rem;
  bottom: 3.9063rem;
  font-weight: bold;
  color: #FEFEFE;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.7188rem;
  line-height: 1.7188rem;
  text-align: center;
}
.mouse-icon {
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  background: url(kclm-mouse.png) no-repeat top center;
  width: 20px;
  height: 30px;
  -webkit-animation: bounce-down 1.6s linear infinite;
  animation: bounce-down 1.6s linear infinite;
}
@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-4px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(4px);
  }
}
@keyframes bounce-down {
  25% {
    transform: translateY(-4px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(4px);
  }
}
.index-news-research {
  background-image: url(kclm-xw-bg.png);
}
.index-news-research .box-more {
  padding-left: 1.0547rem;
  padding-right: 1.0547rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 4PX;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.index-news-research .box-more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.index-news-research .box-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 1.1719rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.7422rem 0.4297rem;
}
.index-news-research .latest-news {
  width: 58%;
  float: left;
  padding-top: 3.125rem;
}
.index-news-research .latest-news .box-s .box-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.1719rem;
}
.index-news-research .latest-news .box-s .box-img img {
  display: block;
  height: 20.7813rem;
  width: 100%;
  transition: all 0.5s;
}
.index-news-research .latest-news .box-s .box-img .box-date {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: url(kclm-bg-01.png) no-repeat;
  background-size: 100% 100%;
  width: 7.8125rem;
  height: 1.9531rem;
  line-height: 1.9531rem;
  padding-left: 1.3672rem;
  color: #fff;
  font-weight: bold;
}
.index-news-research .latest-news .box-s .box-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.7813rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.3281rem;
  line-height: 1.3281rem;
}
.index-news-research .latest-news .box-s .box-txt {
  color: #999999;
  margin-bottom: 1.1719rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.1719rem;
  height: 2.3438rem;
}
.index-news-research .latest-news .box-s .box-more {
  background: #FFFFFF;
  color: #333333;
}
.index-news-research .latest-news .box-s .box-more span {
  background-image: url(kclm-arrow-01.png);
}
.index-news-research .latest-news .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-news-research .latest-news .box-s:hover .box-title {
  color: #112D8D;
}
.index-news-research .latest-news .box-s:hover .box-more {
  color: #fff;
}
.index-news-research .latest-news .box-s:hover .box-more span {
  background-image: url(kclm-arrow-03.png);
}
.index-news-research .latest-news .box-s:hover .box-more::after {
  width: 100%;
  background: #112D8D;
}
.index-news-research .latest-news .latest-news-page {
  top: 19.1406rem;
  right: 1.1719rem;
  left: auto;
  width: auto;
}
.index-news-research .latest-news .latest-news-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
}
.index-news-research .latest-news .latest-news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.index-news-research .research-progress {
  width: 40.5%;
  float: right;
}
.index-news-research .research-progress .main-cont {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0px 7.8125rem 0rem 0px;
  min-height: 36.3281rem;
  padding: 3.125rem 1.3672rem 0.7813rem;
}
.index-news-research .research-progress .box-s {
  border-bottom: 1PX solid #D9DFE6;
  padding-bottom: 1.1719rem;
  margin-bottom: 1.1719rem;
}
.index-news-research .research-progress .box-s:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.index-news-research .research-progress .box-s .box-img {
  overflow: hidden;
  float: left;
  margin-right: 1.1719rem;
}
.index-news-research .research-progress .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  width: 8.3594rem;
  height: 5.5469rem;
}
.index-news-research .research-progress .box-s .box-info {
  overflow: hidden;
}
.index-news-research .research-progress .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.1719rem;
  height: 3.5157rem;
  margin-bottom: 1.1719rem;
}
.index-news-research .research-progress .box-s .box-date {
  color: #112D8D;
  font-weight: bold;
}
.index-news-research .research-progress .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-news-research .research-progress .box-s:hover .box-title {
  color: #112D8D;
}
.index-news-research .research-progress .box-bottom {
  padding-top: 1.9531rem;
  padding-bottom: 2.3438rem;
}
.index-news-research .research-progress .box-more {
  border: 1px solid #112D8D;
  color: #112D8D;
}
.index-news-research .research-progress .box-more span {
  background-image: url(kclm-arrow-02.png);
}
.index-news-research .research-progress .box-more:hover {
  color: #333333;
  border-color: #fff;
}
.index-news-research .research-progress .box-more:hover span {
  background-image: url(kclm-arrow-01.png);
}
.index-news-research .research-progress .box-more:hover::after {
  width: 100%;
  background: #fff;
}
.index-event-notice {
  background-image: url(kclm-hd-bg.png);
}
.index-event-notice .index-title {
  color: #555555;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
}
.index-event-notice .tabs-title {
  text-align: center;
  margin-bottom: 2.3438rem;
}
.index-event-notice .tabs-title > div {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.index-event-notice .tabs-title > div:last-child::after {
  display: none;
}
.index-event-notice .tabs-title > div::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 1.875rem;
  background: #999999;
  top: 50%;
  margin-top: -0.9375rem;
}
.index-event-notice .tabs-title > div.active .index-title {
  font-weight: bold;
  color: #242424;
}
.index-event-notice .tabs-cont {
  min-height: 27.3438rem;
}
.index-event-notice .tabs-cont > div {
  display: none;
}
.index-event-notice .tabs-cont > div.active {
  display: block;
}
.index-event-notice .main-list-01 {
  margin-bottom: 1.1719rem;
}
.index-event-notice .main-list-01 .col-w:nth-child(4) {
  display: none;
}
.index-event-notice .main-list-01 .box-s {
  margin-bottom: 1.1719rem;
}
.index-event-notice .main-list-01 .box-s .box-img {
  overflow: hidden;
  border-radius: 6PX;
}
.index-event-notice .main-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 11.4453rem;
  transition: all 0.5s;
}
.index-event-notice .main-list-01 .box-s .box-date {
  position: absolute;
  right: 1.1719rem;
  background: url(kclm-bg-02.png) no-repeat;
  background-size: cover;
  width: 2.7344rem;
  height: 2.7344rem;
  min-width: 52px;
  min-height: 44px;
  text-align: center;
  color: #fff;
  padding-top: 0.1953rem;
  margin-top: -1.5625rem;
  z-index: 99;
}
.index-event-notice .main-list-01 .box-s .box-date .date-01 {
  line-height: 1.5625rem;
}
.index-event-notice .main-list-01 .box-s .box-date .date-02 {
  font-size: 12PX;
  line-height: 1.2;
}
.index-event-notice .main-list-01 .box-s .box-info {
  padding: 1.9531rem 1.1719rem 1.1719rem;
  background: #FFFFFF;
  box-shadow: 0px 3PX 10PX 0px rgba(0, 0, 0, 0.12);
  border-radius: 6PX;
  height: 10.7813rem;
}
.index-event-notice .main-list-01 .box-s .box-info .info-title {
  position: relative;
  padding-bottom: 1.3672rem;
  margin-bottom: 0.9766rem;
}
.index-event-notice .main-list-01 .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(kclm-icon-03.png) no-repeat;
  background-size: cover;
  width: 2.3438rem;
  height: 0.1563rem;
}
.index-event-notice .main-list-01 .box-s .box-info .info-title .title-txt {
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.1719rem;
  height: 2.3438rem;
}
.index-event-notice .main-list-01 .box-s .box-info .info-txt {
  color: #666;
  line-height: 1.4063rem;
}
.index-event-notice .main-list-01 .box-s .box-info .info-txt span {
  font-weight: bold;
}
.index-event-notice .main-list-01 .box-s .box-info .info-txt > div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.4063rem;
  line-height: 1.4063rem;
}
.index-event-notice .main-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-event-notice .main-list-01 .box-s:hover .box-info .info-title .title-txt {
  color: #112D8D;
}
.index-event-notice .main-list-02 {
  margin-bottom: 0.5859rem;
}
.index-event-notice .main-list-02 .row-w {
  margin-left: -0.7813rem;
  margin-right: -0.7813rem;
}
.index-event-notice .main-list-02 .row-w .col-w {
  padding-left: 0.7813rem;
  padding-right: 0.7813rem;
}
.index-event-notice .main-list-02 .row-w .col-w:nth-child(10) {
  display: none;
}
.index-event-notice .main-list-02 .box-s {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  border-left: 0.1172rem solid #112D8D;
  height: 6.0156rem;
  margin-bottom: 1.9531rem;
  padding: 1.5625rem 1.1719rem 0.7813rem;
  position: relative;
  overflow: hidden;
}
.index-event-notice .main-list-02 .box-s::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: url(kclm-box-bg02.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
.index-event-notice .main-list-02 .box-s .box-date,
.index-event-notice .main-list-02 .box-s .box-info {
  position: relative;
  z-index: 2;
}
.index-event-notice .main-list-02 .box-s .box-date {
  float: left;
  width: 2.7344rem;
  margin-right: 1.1719rem;
}
.index-event-notice .main-list-02 .box-s .box-date .date-01 {
  width: 2.7344rem;
  height: 1.1719rem;
  line-height: 1.1719rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(45deg, #009A6A, #112D8D);
}
.index-event-notice .main-list-02 .box-s .box-date .date-02 {
  color: #666;
}
.index-event-notice .main-list-02 .box-s .box-info {
  overflow: hidden;
  margin-top: -0.1953rem;
}
.index-event-notice .main-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.1719rem;
  height: 3.5157rem;
}
.index-event-notice .main-list-02 .box-s:hover::before {
  width: 100%;
}
.index-event-notice .main-list-02 .box-s:hover .box-date .date-01 {
  background: #FFFFFF;
  color: #112D8D;
}
.index-event-notice .main-list-02 .box-s:hover .box-date .date-02 {
  color: #fff;
}
.index-event-notice .main-list-02 .box-s:hover .box-title {
  color: #fff;
}
.index-infrastructures {
  background-image: url(kclm-dzz-bg.png);
}
.index-infrastructures .box-s {
  position: relative;
}
.index-infrastructures .box-s .box-img {
  width: 71%;
}
.index-infrastructures .box-s .box-img img {
  display: block;
  width: 100%;
}
.index-infrastructures .box-s .box-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32%;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 1.5625rem 2.3438rem;
}
.index-infrastructures .box-s .box-info .info-title {
  position: relative;
  padding-bottom: 10PX;
  margin-bottom: 1.1719rem;
}
.index-infrastructures .box-s .box-info .info-title .title-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.1719rem;
  height: 3.5157rem;
  font-weight: bold;
  color: #333333;
}
.index-infrastructures .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(kclm-icon-03.png) no-repeat;
  background-size: cover;
  width: 2.3438rem;
  height: 0.1563rem;
}
.index-infrastructures .box-s .box-info .info-txt .box-txt {
  margin-bottom: 0.7813rem;
}
.index-infrastructures .box-s .box-info .info-txt .box-txt:last-child {
  margin-bottom: 0;
}
.index-infrastructures .box-s .box-info .info-txt .box-txt .txt-title {
  position: relative;
  padding-left: 1.5625rem;
  line-height: 26PX;
  min-height: 26PX;
  color: #666666;
  word-wrap: break-word;
}
.index-infrastructures .box-s .box-info .info-txt .box-txt .txt-title span {
  font-weight: bold;
}
.index-infrastructures .box-s .box-info .info-txt .box-txt .txt-title .title-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9375rem;
}
.index-infrastructures .box-s .box-info .info-txt .box-txt .txt-title .title-icon img {
  width: 100%;
  vertical-align: middle;
  margin-top: -3px;
}
.index-infrastructures .box-s .box-info .info-txt .box-txt .txt-img {
  padding-top: 0.7813rem;
}
.index-infrastructures .box-s .box-info .info-txt .box-txt .txt-img img {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.index-infrastructures .scroll-wrap {
  margin-bottom: 2.3438rem;
}
.index-infrastructures .large-page {
  bottom: 1.9531rem !important;
  right: auto;
  left: 33% !important;
  width: auto !important;
}
.index-infrastructures .large-page .swiper-pagination-bullet {
  width: 0.4688rem;
  height: 0.4688rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}
.index-infrastructures .large-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.index-infrastructures .large-next,
.index-infrastructures .large-prev {
  width: 2.3438rem;
  height: 2.3438rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-infrastructures .large-next::after,
.index-infrastructures .large-prev::after {
  display: none;
}
.index-infrastructures .large-next {
  right: -3.9063rem;
  background-image: url(kclm-arrow-right.png);
}
.index-infrastructures .large-next:hover {
  background-image: url(kclm-arrow-right-h.png);
}
.index-infrastructures .large-prev {
  left: -3.9063rem;
  background-image: url(kclm-arrow-left.png);
}
.index-infrastructures .large-prev:hover {
  background-image: url(kclm-arrow-left-h.png);
}
.index-members {
  background-image: url(kclm-members-bg.png);
}
.index-members .index-title {
  color: #fff;
}
.index-members .index-title::after {
  background: #2CA6E0;
  opacity: 0.6;
}
.index-members .container-new {
  position: relative;
  z-index: 99;
}
.index-members .list-groups {
  overflow: hidden;
  margin-left: -0.5859rem;
  margin-right: -0.5859rem;
}
.index-members .list-groups li {
  overflow: hidden;
  float: left;
  width: 20%;
  padding-left: 0.5859rem;
  padding-right: 0.5859rem;
  margin-bottom: 1.9531rem;
}
.index-members .box-s {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.index-members .box-s .box-img {
  overflow: hidden;
}
.index-members .box-s .box-img img {
  display: block;
  width: 100%;
  height: 6.0156rem;
  transition: all 0.5s;
}
.index-members .box-s .box-img .box-title {
  background: url(kclm-box-bg.png) no-repeat bottom center;
  background-size: 100% 6.0156rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-members .box-s .box-img .box-title span {
  position: absolute;
  left: 0.7813rem;
  right: 0.7813rem;
  bottom: 0.5859rem;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 0.8594rem;
  max-height: 2.5781rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-members .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 100%;
  background: rgba(44, 166, 224, 0.9);
  padding: 0.5859rem 0.7813rem;
  color: #fff !important;
  transition: all 0.5s;
}
.index-members .box-s .box-mc .mc-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.8594rem;
  height: 2.5782rem;
  font-weight: bold;
}
.index-members .box-s .box-mc .mc-more {
  font-size: 0.5469rem;
  font-weight: bold;
  line-height: 26px;
  display: inline-block;
  position: relative;
  background: url(kclm-arrow-03.png) no-repeat right center;
  background-size: 0.7422rem 0.4297rem;
  padding-right: 0.9766rem;
}
.index-members .box-s .box-mc:hover .mc-title,
.index-members .box-s .box-mc:hover .mc-more {
  color: #fff;
}
.index-members .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-members .box-s:hover .box-img .box-title {
  display: none;
}
.index-members .box-s:hover .box-mc {
  bottom: 0;
}
.index-members .groups-dian {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.index-members .canvas-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
}
.index-members .canvas-bg canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30%;
}
.index-other {
  background-image: url(kclm-other-bg.png);
}
.index-other .container-new {
  height: 100%;
  position: relative;
}
.index-other .row-w {
  margin-left: -0.7813rem;
  margin-right: -0.7813rem;
}
.index-other .row-w .col-w {
  padding-left: 0.7813rem;
  padding-right: 0.7813rem;
}
.index-other .other-groups {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.index-other .other-groups .box-s {
  position: relative;
  height: 12.5rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 1.5625rem 1.9531rem;
  overflow: hidden;
}
.index-other .other-groups .box-s::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1563rem;
  background: linear-gradient(45deg, #112D8D, #009A6A);
}
.index-other .other-groups .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 0;
  transition: all 0.5s;
  background: url(kclm-box-bg03.png) no-repeat;
}
.index-other .other-groups .box-s .box-icon,
.index-other .other-groups .box-s .box-title,
.index-other .other-groups .box-s .box-more {
  position: relative;
  z-index: 9;
}
.index-other .other-groups .box-s .box-icon {
  position: relative;
  width: 2.3438rem;
  height: 2.3438rem;
  background: url(kclm-icon-06.png) no-repeat bottom center;
  background-size: contain;
  margin-bottom: 0.9766rem;
  overflow: hidden;
}
.index-other .other-groups .box-s .box-icon img {
  display: block;
  width: 100%;
  position: absolute;
  transition: all 0.5s;
}
.index-other .other-groups .box-s .box-icon img.img-h {
  left: -100%;
}
.index-other .other-groups .box-s .box-icon img.img-d {
  left: 0;
}
.index-other .other-groups .box-s .box-title {
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 2.3438rem;
}
.index-other .other-groups .box-s .box-more {
  display: inline-block;
  padding-left: 1.0547rem;
  padding-right: 1.0547rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  background: #EEEEEE;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.index-other .other-groups .box-s .box-more i {
  margin-left: 5px;
}
.index-other .other-groups .box-s .box-more span {
  position: relative;
  z-index: 2;
  padding-right: 1.1719rem;
  background-image: url(kclm-arrow-01.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.7422rem 0.4297rem;
}
.index-other .other-groups .box-s .box-more::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #fff;
}
.index-other .other-groups .box-s:hover::after {
  width: 100%;
}
.index-other .other-groups .box-s:hover .box-icon {
  background: url(kclm-icon-07.png) no-repeat bottom center;
  background-size: contain;
}
.index-other .other-groups .box-s:hover .box-icon img {
  display: block;
  width: 100%;
}
.index-other .other-groups .box-s:hover .box-icon img.img-h {
  left: 0;
}
.index-other .other-groups .box-s:hover .box-icon img.img-d {
  left: 100%;
}
.index-other .other-groups .box-s:hover .box-title {
  color: #fff;
}
.index-other .other-groups .box-s:hover .box-more {
  color: #112D8D;
}
.index-other .other-groups .box-s:hover .box-more span {
  background-image: url(kclm-arrow-02.png);
}
.index-other .other-groups .box-s:hover .box-more::after {
  width: 100%;
}
.index-other .other-links {
  position: absolute;
  bottom: 1.9531rem;
  left: 0;
  right: 0;
}
.index-other .ui-select-wrap {
  height: 2.3438rem;
  line-height: 2.3438rem;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.index-other .ui-select-input {
  padding-left: 0.7813rem;
}
.index-other .ui-select-arrow {
  border: none;
  background: url(kclm-icon-08.png) no-repeat;
  background-size: contain;
  width: 0.7813rem;
  height: 0.4297rem;
  right: 1.1719rem;
}
.index-other .ui-select-list {
  top: 2.3438rem;
  left: 0;
}
.index-other .ui-select-list > li {
  line-height: 1.5625rem;
  padding-left: 0.7813rem;
  padding-right: 0.7813rem;
}
.index-other .ui-select-list > li.selected {
  background: #112D8D;
  color: #fff;
}
.index-other .ui-select-wrap.up .ui-select-list {
  bottom: 2.3438rem;
}
@media (max-width: 1199px) {
  .index-other .other-groups .box-s {
    padding: 1.5625rem 1.2rem;
  }
}
.up-mc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.up-box {
  display: none;
  width: 19.5313rem;
  height: 22rem;
  background: #FFFFFF;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  transform: translate(-50%, -50%);
  padding: 3.9063rem 2.3438rem 0;
}
.up-box .box-icon {
  width: 4.6875rem;
  height: 4.6875rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -2.3438rem;
  margin-left: -2.3438rem;
}
.up-box .box-icon > div {
  width: 2.0313rem;
  height: 2.0313rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3281rem;
  background: url(kclm-icon-06.png) no-repeat bottom center;
  background-size: contain;
}
.up-box .box-icon > div img {
  display: block;
  width: 100%;
}
.up-box .box-s {
  padding-left: 3.125rem;
  position: relative;
  margin-bottom: 0.7813rem;
}
.up-box .box-s:last-child {
  margin-bottom: 0;
}
.up-box .box-s .box-title {
  position: absolute;
  line-height: 1.9531rem;
  font-weight: bold;
  color: #333333;
  left: 0;
  font-size: 0.625rem;
}
.up-box .box-s .inp-s {
  height: 1.9531rem;
  line-height: 1.9531rem;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: block;
  padding-left: 0.7813rem;
  padding-right: 0.7813rem;
  width: 100%;
}
.up-box .box-s .inp-s.inp-code {
  width: 50%;
  margin-right: 0.5859rem;
}
.up-box .box-s .txt-s {
  height: 5.0781rem;
  line-height: 1.9531rem;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: block;
  padding: 0.3906rem 0.7813rem;
  width: 100%;
}
.up-box .box-s .btn-s {
  background: url(kclm-bt-bg.png) no-repeat;
  background-size: cover;
  width: 8.9844rem;
  height: 1.9531rem;
  line-height: 1.9531rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
.cont-wrap {
  background: #fff;
  padding: 30px;
}
#holder {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 800px;
}
.page-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url("kclm-xkmc.png") no-repeat top center;
  background-size: cover;
  text-align: center;
  min-height: 650px;
}
.page-content .guide-logo {
  margin-bottom: 1.3672rem;
}
.page-content .guide-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 6.1328rem;
}
.page-content .guide-title {
  font-size: 1.5625rem !important;
  margin-bottom: 1.1719rem;
}
.page-content .guide-txt {
  position: relative;
  padding-bottom: 1.5625rem;
}
.page-content .guide-txt::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.3672rem;
  width: 2.7344rem;
  height: 0.1563rem;
  background: #FFFFFF;
}
.page-content .guide-map .main-map {
  height: 19.5313rem;
  width: 100%;
}

.guide-main {
  position: relative;
}


@media (min-width:1600px) {
  .page-content .guide-map .main-map {
    height: 25.3906rem;
  }
}
.page-content .guide-num-groups {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-content .guide-num-groups .col-w {
  position: relative;
}
.page-content .guide-num-groups .col-w::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 4.1406rem;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.page-content .guide-num-groups .col-w:last-child::after {
  display: none;
}
.page-content .guide-num-groups .box-s {
  text-align: center;
}
.page-content .guide-num-groups .box-s .num-s {
  font-size: 2.3438rem;
  line-height: 1.2;
}
.page-content .guide-num-groups .box-s .txt-s {
  line-height: 1.5625rem;
}
.language-box {
  position: fixed;
  right: 4.6875rem;
  top: 3.125rem;
  width: 7.0313rem;
  height: 1.5625rem;
  z-index: 999;
}
.language-box .ui-select-wrap {
  border: none;
  height: 1.5625rem;
  line-height: 1.5625rem;
  padding-right: 1.5625rem;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.06);
}
.language-box .ui-select-arrow {
  right: 0.7031rem;
  top: 0.625rem;
  border: none;
  background: url(kclm-icon-13.png) no-repeat;
  background-size: contain;
  width: 0.5469rem;
  height: 0.3125rem;
}
.language-box .ui-select-input {
  line-height: 1.5625rem;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 0.7813rem;
  right: 1.5625rem;
  font-size: 0.625rem;
}
.language-box .ui-select-list {
  border: none;
  left: 0;
  top: 1.5625rem;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.06);
}
.language-box .ui-select-list > li {
  color: #fff;
  padding-left: 0.7813rem;
  font-size: 0.625rem;
}
/*----------------------------------------------------------------*/
.container-other {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container-other:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (max-width: 1279PX) and (min-width: 768px) {
  .container-other {
    width: 80%;
  }
}
@media (min-width: 1280PX) {
  .container-new {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
  .container-other {
    width: 92%;
    max-width: 1400px;
  }
}
@media (min-width: 1440PX) {
  .container-new {
    width: 54%;
  }
}
@media (min-width: 1600PX) {
  .container-other {
    width: 74%;
    max-width: 1400px;
  }
}
.other-banner {
  height: 7.0313rem;
  background: url(kclm-bannerbg.png) no-repeat top center;
  background-size: cover;
  text-align: center;
}
.other-banner .middle-cont {
  width: 100%;
}
.other-banner .banner-txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.7188rem;
}
.page-cont-other {
  padding-top: 2.3438rem;
  padding-bottom: 3.5156rem;
  min-height: calc(100vh - 4.2969rem - 7.0313rem - 10.1563rem);
}
.page-cont-other .page-side {
  float: left;
  width: 22.857142%;
}
.page-cont-other .page-main {
  float: right;
  width: 71.428571%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-cont-other {
    padding-top: 1.9531rem;
    padding-bottom: 2.7344rem;
  }
  .page-cont-other .page-side {
    width: 28%;
  }
  .page-cont-other .page-main {
    float: right;
    width: 68%;
  }
}
@media (max-width: 991px) {
  .page-cont-other .page-side {
    display: none;
  }
  .page-cont-other .page-main {
    float: none;
    width: 100%;
  }
}
.left-menu {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.left-menu .box-a {
  border-bottom: 1px solid #F0F3FA;
}
.left-menu .box-a:last-child {
  border-bottom: none;
}
.left-menu .box-a.active .a-title,
.left-menu .box-a:hover .a-title {
  background: #F3F5FB;
  color: #112D8D;
}
.left-menu .box-a.active .a-title::after,
.left-menu .box-a:hover .a-title::after {
  content: '';
  background: url(kclm-line.png) no-repeat top center;
  background-size: cover;
  width: 0.1953rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.left-menu .box-a.active .a-title {
  font-weight: bold;
}
.left-menu .a-title {
  display: block;
  position: relative;
  line-height: 1.1719rem;
  color: #F0F3FA;
  padding: 0.9766rem 1.1719rem;
  color: #333333;
}
.content-top {
  border-bottom: 1px solid #112D8D;
  padding-bottom: 1.1719rem;
  line-height: 1;
  position: relative;
  margin-bottom: 1.9531rem;
}
.content-top::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 20px;
  height: 5px;
  background: #009A6A;
}
.content-top .public-title {
  font-weight: bold;
  color: #112D8D;
  font-size: 1.5625rem;
  float: left;
}
.content-top .bread-crumbs {
  float: right;
}
.bread-crumbs {
  padding-top: 5px;
  line-height: 1.1719rem;
  color: #999999;
  font-size: 0.5469rem;
}
.bread-crumbs .bread-item a {
  color: #999999;
  font-size: 0.5469rem;
}
.bread-crumbs span {
  color: #112D8D;
}
.organizational-structure .box-top {
  margin-bottom: 3.125rem;
}
.organizational-structure .box-top img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.organizational-structure .box-groups {
  margin-bottom: 0.3906rem;
}
.organizational-structure .box-groups .box-s {
  text-align: center;
  margin-bottom: 1.1719rem;
}
.organizational-structure .box-groups .box-s .box-img {
  margin-bottom: 1.1719rem;
}
.organizational-structure .box-groups .box-s .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.organizational-structure .box-groups .box-s .box-txt {
  font-weight: bold;
  margin-bottom: 0.1953rem;
}
.organizational-structure .box-bottm .box-img {
  margin-bottom: 10px;
}
.organizational-structure .box-bottm .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.organizational-structure .box-bottm .box-title {
  text-align: center;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
}
.personnel-details .details-img {
  float: right;
  width: 7.8125rem;
  margin-left: 1.5625rem;
  margin-bottom: 1.5625rem;
  position: relative;
  z-index: 99;
}
.personnel-details .details-img img {
  display: block;
}
.personnel-details .details-top {
  color: #112D8D;
  position: relative;
  padding-bottom: 1.1719rem;
  margin-bottom: 1.3672rem;
}
.personnel-details .details-top::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #D7D7D7;
  right: 8.9844rem;
}
.personnel-details .details-top::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 20px;
  height: 5px;
  background: #009A6A;
}
.personnel-details .details-top .top-title {
  margin-bottom: 0.7813rem;
}
.personnel-details .details-top .top-txt {
  font-weight: bold;
  line-height: 1.1719rem;
}
.personnel-details .details-cont {
  display: inline;
  line-height: 1.3281rem;
  color: #333333;
}
.img-list li {
  margin-bottom: 1.9531rem;
}
.img-list .box-s .box-img {
  overflow: hidden;
  margin-right: 1.5625rem;
  width: 6.6406rem;
  float: left;
}
.img-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.img-list .box-s .box-info {
  overflow: hidden;
  padding-top: 0.7813rem;
}
.img-list .box-s .box-title {
  color: #333333;
  line-height: 1.1719rem;
  margin-bottom: 0.7813rem;
  display: block;
}
.img-list .box-s .box-title span {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.7813rem;
}
.img-list .box-s .box-txt {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.0156rem;
  height: 4.0624rem;
  margin-bottom: 0.5859rem;
}
.img-list .box-s .box-more {
  display: inline-block;
  line-height: 1.1719rem;
  background: url(kclm-icon-14.png) no-repeat right center;
  background-size: 0.7422rem 0.4297rem;
  padding-right: 1.1719rem;
  color: #112D8D;
}
.img-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list .box-s:hover .box-title {
  color: #112D8D;
}
.img-list .box-s:hover .box-txt {
  color: #333333;
}
.contact-mod .cont-top {
  padding-bottom: 0.3906rem;
}
.contact-mod .cont-top .box-s {
  position: relative;
  padding-left: 4.4922rem;
  color: #333333;
  line-height: 1.0156rem;
  margin-bottom: 0.7813rem;
  min-height: 1.0156rem;
}
.contact-mod .cont-top .box-s .box-title {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.contact-mod .cont-top .box-s .box-title img {
  vertical-align: middle;
  margin-top: -3px;
  width: 0.9375rem;
  margin-right: 0.5859rem;
}
.contact-mod .cont-map {
  height: 16.4063rem;
}
.contact-mod .cont-map img {
  max-height: 100%;
}
.search-mod {
  background: #F1F5F8;
  padding: 0.3906rem 2.7344rem 0.3906rem 0.3906rem;
  position: relative;
  margin-bottom: 1.5625rem;
}
.search-mod .inp-s {
  display: block;
  width: 100%;
  height: 1.9531rem;
  line-height: 1.9531rem;
  background: #FFFFFF;
  border: 1px solid #E5E6E8;
  border-radius: 4px;
  padding-left: 1.1719rem;
  padding-right: 1.1719rem;
}
.search-mod .btn-s {
  position: absolute;
  right: 0.3906rem;
  top: 0.3906rem;
  width: 1.9531rem;
  height: 1.9531rem;
  background: url(kclm-icon-18.png) no-repeat center center #FFFFFF;
  background-size: 0.7813rem 0.7813rem;
  border: 1px solid #E5E6E8;
  border-radius: 4px;
}
.img-list-02 li {
  margin-bottom: 1.9531rem;
}
.img-list-02 .box-s .box-img {
  overflow: hidden;
  float: left;
  width: 13.2813rem;
  margin-right: 1.1719rem;
}
.img-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.img-list-02 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.img-list-02 .box-s .box-title {
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4063rem;
  max-height: 2.8126rem;
  margin-bottom: 0.5859rem;
}
.img-list-02 .box-s .box-txt {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.0938rem;
  max-height: 3.2814rem;
  margin-bottom: 0.5859rem;
}
.img-list-02 .box-s .box-date {
  color: #112D8D;
}
.img-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list-02 .box-s:hover .box-title {
  color: #112D8D;
}
.table-info {
  overflow: hidden;
  overflow-x: auto;
}
.table-info table th,
.table-info table td {
  padding: 0.7813rem;
  word-wrap: break-word;
}
.table-info table thead {
  background: #F0F3FA;
}
.table-info table thead th {
  position: relative;
  font-weight: bold;
  color: #112D8D;
  line-height: 1.0938rem;
}
.table-info table thead th::after {
  content: '';
  width: 1px;
  height: 24px;
  background: #112D8D;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.table-info table thead th:last-child::after {
  display: none;
}
.table-info table tbody tr:nth-child(2n) {
  background: #F8F8F8;
}
.table-info table tbody tr td {
  color: #333333;
  line-height: 1.0938rem;
}
.table-info table tbody tr td:last-child {
  word-break: break-all;
  word-wrap: break-word;
}
.text-list li {
  position: relative;
  padding: 0.9766rem 0.9766rem 0.9766rem 1.875rem;
}
.text-list li::after {
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  background: #009A6A;
  border-radius: 50%;
  position: absolute;
  left: 1.0156rem;
  top: 1.3281rem;
}
.text-list li:nth-child(2n + 1) {
  background: #F8F8F8;
}
.text-list li:hover:nth-child(2n + 1) {
  background: #F0F3FA;
}
.text-list li:hover::after {
  background: #112D8D;
}
.text-list li:hover .a-box {
  color: #112D8D;
}
.text-list .a-box {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.1719rem;
  line-height: 1.1719rem;
  color: #333333;
}
.test-list-02 li {
  margin-bottom: 1.1719rem;
}
.test-list-02 .box-s {
  background: #F8F8F8;
  border-radius: 0.2344rem;
  border-left: 0.1172rem solid #112D8D;
  padding: 1.5625rem 1.1719rem 0.7813rem 1.5625rem;
  position: relative;
  overflow: hidden;
}
.test-list-02 .box-s .box-date {
  float: left;
  width: 2.7344rem;
  margin-right: 1.5625rem;
}
.test-list-02 .box-s .box-date .date-01,
.test-list-02 .box-s .box-date .date-02 {
  width: 2.7344rem;
  text-align: center;
}
.test-list-02 .box-s .box-date .date-01 {
  height: 1.1719rem;
  line-height: 1.1719rem;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(45deg, #009A6A, #112D8D);
}
.test-list-02 .box-s .box-date .date-02 {
  color: #666;
}
.test-list-02 .box-s .box-info {
  overflow: hidden;
  margin-top: -0.1953rem;
}
.test-list-02 .box-s .box-title {
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.1719rem;
  line-height: 1.1719rem;
}
.test-list-02 .box-s .box-txt {
  margin-top: 0.5859rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.0156rem;
  max-height: 2.0312rem;
}
.test-list-02 .box-s:hover {
  background: linear-gradient(45deg, #112D8D, #009A6A);
}
.test-list-02 .box-s:hover .box-date .date-01 {
  background: #FFFFFF;
  color: #112D8D;
}
.test-list-02 .box-s:hover .box-date .date-02 {
  color: #fff;
}
.test-list-02 .box-s:hover .box-title {
  color: #fff;
}
.test-list-02 .box-s:hover .box-txt {
  color: #fff;
}
.img-text-list .text-title {
  line-height: 1.5625rem;
  margin-bottom: 0.9766rem;
}
.img-text-list .text-title .title-txt {
  float: left;
  color: #333333;
}
.img-text-list .text-title .title-more {
  float: right;
  color: #112D8D;
  background: url(kclm-icon-20.png) no-repeat right center;
  background-size: 0.7422rem 0.4297rem;
  padding-right: 1.1719rem;
}
.img-text-list .box-groups {
  margin-bottom: 0.7813rem;
}
.img-text-list .box-groups:last-child {
  margin-bottom: 0;
}
.img-text-list .box-s {
  position: relative;
  margin-bottom: 1.5625rem;
}
.img-text-list .box-s .box-img {
  overflow: hidden;
  border-radius: 6px;
}
.img-text-list .box-s .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 206px;
  width: 100%;
  transition: all 0.5s;
}
.img-text-list .box-s .box-title {
  background: rgba(0, 0, 0, 0.32);
  position: absolute;
  left: 0.3906rem;
  right: 0.3906rem;
  bottom: 0.3906rem;
  padding: 0.3906rem 0.7813rem;
}
.img-text-list .box-s .box-title .a-title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.8594rem;
  height: 1.7188rem;
}
.img-text-list .box-s .box-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(kclm-icon-19.png) no-repeat;
  background-size: 1.9531rem 1.9531rem;
  width: 1.9531rem;
  height: 1.9531rem;
}
.img-text-list .box-s:hover .box-img img {
  transform: scale(1.1);
}

.img-text-list.no-left .box-s .box-img img {
  height: 290px;
  width: 100%;
}

@media (max-width: 1399px) {
  .img-text-list.no-left .box-s .box-img img {
    height: 265px;
  }
}
@media (max-width: 1280px) {
  .img-text-list.no-left .box-s .box-img img {
    height: 240px;
  }
}

@media (max-width: 1279px) {
  .img-text-list.no-left .box-s .box-img img {
    height: 300px;
  }
}

@media (max-width: 1100px) {
  .img-text-list.no-left .box-s .box-img img {
      height: 260px;
  }
}
@media (max-width: 767px) {
  .img-text-list.no-left .box-s .box-img img {
      height: auto;
  }
}



.time-line-wrap {
  min-height: 600px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .time-line-wrap {
    min-height: 630px;
  }
  .slider-container-mask {
    margin-bottom: 30px;
  }
}


/* 组织架构 */
.structure-groups {

}
.structure-groups .box-s {
  position: relative;
  font-size: .7031rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1.9531rem;
}
.structure-groups .box-s::before {
  content: '';
  position: absolute;
  width: .0391rem;
  background-color: #D0D0D0;
  left: 19%;
  top: 0;
  bottom: -1.9531rem;
}
/* .structure-groups .box-s:last-child::before {
  display: none;
} */
.structure-groups .box-s .box-left {
  width: 38%;
  display: block;
  min-height: 3.125rem;
  background: #DEE4F8;
  border-radius: .2344rem;
  padding: .7813rem;
  text-align: center;
  float: left;
  position: relative;
  line-height: 1.3281rem;
}
.structure-groups .box-s .box-left::before {
  content: '';
  position: absolute;
  height: .0391rem;
  background-color: #D0D0D0;
  left: 100%;
  top: 50%;
  width: 50%;
}
.structure-groups .box-s:first-child .box-left::before {
  display: none;
}
.structure-groups .box-s .box-info {
  width: 51%;
  float: right;
  margin-top: -0.9766rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 1.1719rem;
}
.structure-groups .box-s .box-info .info-box {
  display: block;
  min-height: 2.3438rem;
  padding: .5859rem .5859rem .5859rem 1.9531rem;
  line-height: 1.1719rem;
  margin-bottom: .3906rem;
  border-radius: .2344rem;
  position: relative;
}
.structure-groups .box-s .box-info .info-box::after {
  content: '';
  position: absolute;
  width: 1.1719rem;
  height: .0391rem;
  background-color: #D0D0D0;
  left: -1.1719rem;
  top: 50%;
}
.structure-groups .box-s .box-info .info-box::before {
  content: '';
  position: absolute;
  width: .0391rem;
  background-color: #D0D0D0;
  top: -0.1953rem;
  bottom: -0.1953rem;
  left: -1.1719rem;
}
.structure-groups .box-s .box-info .info-box:first-child::before {
  top: 50%;
}
.structure-groups .box-s .box-info .info-box:last-child::before {
  bottom: 50%;
}
.structure-groups .box-s .box-info .info-box:last-child {
  margin-bottom: 0;
}
.structure-groups .box-s .box-info .info-box.box-01 {
  background: #D6ECE5;
}

.structure-groups .box-s .box-info .info-box.box-02 {
  background: #EFEFEF;
}
.structure-groups .box-s .box-info .info-02 .info-box:nth-of-type(1) {
  margin-top: .7813rem;
}

.structure-groups .box-s .box-info .info-02 {
  position: relative;
}

.structure-groups .box-s:last-child .bottom-line {
  position: absolute;
  width: 15.625rem;
  height: .0391rem;
  background-color: #D0D0D0;
  left: 19%;
  bottom: 32%;
}
.structure-groups .box-s:last-child::before {
  bottom: 32%;
}
@media (max-width:600px) {
  .structure-groups .box-s:last-child .bottom-line,
  .structure-groups .box-s:last-child::before {
    bottom: 38%;
  }
}

.structure-groups-pc {
  position: relative;
  z-index: 1;
}
.structure-groups-pc::after {
  content: '';
  position: absolute;
  width: .0391rem;
  left: 50%;
  top: 0;
  bottom: 3.125rem;
  width: .0391rem;
  background: #D0D0D0;
}
.structure-groups-pc .box-a {
  border-radius: .2344rem;
  display: block;
  font-weight: bold;
  color: #333333;
  line-height: 1.3281rem;
  text-align: center;
  font-size: .7031rem;
  position: relative;
  z-index: 2;
}
.structure-groups-pc .box-a.box-01 {
  background: #DEE4F8;
  padding: .8984rem .7813rem;
}
.structure-groups-pc .box-a.box-02 {
  background: #D6ECE5;
  padding: .5078rem;
  margin-bottom: .3906rem;
}
.structure-groups-pc .box-a.box-02:last-child {
  margin-bottom: 0;
}
.structure-groups-pc .box-w {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5625rem;
}
.structure-groups-pc .box-info {
  position: relative;
}
.structure-groups-pc .box-info .box-left,
.structure-groups-pc .box-info .box-center {
  width: 30%;
  float: left;
}

.structure-groups-pc .box-info .box-center {
  margin-left: 5%;
}

.structure-groups-pc .box-info .box-right {
  float: right;
  width: 32%;
  margin-top: -0.9766rem;
}
.structure-groups-pc .box-btm {
  padding-top: 0.7813rem;
  position: relative;
  margin-top: 1.5625rem;
}
.structure-groups-pc .box-btm > div {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.structure-groups-pc .box-btm > div:last-child {
  margin-right: 0;
}
.structure-groups-pc .box-btm .box-a.box-02 {
  background: #EFEFEF;
}
.structure-groups-pc .box-btm .box-a::before {
  content: '';
  position: absolute;
  top: -0.7813rem;
  width: .0391rem;
  height: .7813rem;
  background: #D0D0D0;
  left: 50%;
}
.structure-groups-pc .box-btm::before {
  content: '';
  position: absolute;
  top: 0;
  height: .0391rem;
  background: #D0D0D0;
  left: 11.75%;
  right: 11.75%;
}

.structure-groups-pc .info-01::before {
  content: '';
  position: absolute;
  left: 30%;
  top: 40%;
  right: calc(32% + .7813rem);
  height: .0391rem;
  background: #D0D0D0;
}
.structure-groups-pc .info-02::before {
  content: '';
  position: absolute;
  left: calc(30% + .7813rem);
  top: 40%;
  width: 5%;
  height: .0391rem;
  background: #D0D0D0;
}
.structure-groups-pc .box-info .box-02::before,.structure-groups-pc .box-info .box-02::after {
  content: '';
  position: absolute;
  background: #D0D0D0;
}
.structure-groups-pc .box-info .box-02::before {
  height: .0391rem;
  width: .7813rem;
  top: 50%;
}
.structure-groups-pc .box-info .box-02::after {
  width: .0391rem;
  top: -0.1953rem;
  bottom: -0.1953rem;
}

.structure-groups-pc .box-info .box-02:first-child::after {
  top: 50%;
}
.structure-groups-pc .box-info .box-02:last-child::after {
  bottom: 50%;
}
.structure-groups-pc .box-info.info-01 {
  margin-bottom: .7813rem;
}
.structure-groups-pc .box-info.info-01 .box-02::before {
  left: -0.7813rem;

}
.structure-groups-pc .box-info.info-01 .box-02::after {
  left: -0.7813rem;
}
.structure-groups-pc .box-info.info-02 .box-left {
  margin-top: -0.9766rem;
}
.structure-groups-pc .box-info.info-02 .box-02::before {
  right: -0.7813rem;

}
.structure-groups-pc .box-info.info-02 .box-02::after {
  right: -0.7813rem;
}


.structure-groups-phone {
  display: none;
}

@media (max-width:1279px) {
  .structure-groups-pc {
    display: none;
  }
  .structure-groups-phone {
    display: block;
  }
}
.channle-list {
  margin-bottom: .5859rem;
}
.channle-list li {
  float: left;
  margin-right: .9766rem;
  margin-bottom: .3906rem;
}
.channle-list li a.channel-title {
  display: block;
  line-height: 1.4063rem;
  color: #333;
}
.channle-list li.active .channel-title {
  color: #112D8D;
}
.channle-list li:last-child {
  margin-right: 0;
}
.channel-title {
  font-weight: bold;
  color: #112D8D;
  font-size: 1.1719rem;
  margin-bottom: .7813rem;
}

.ul-groups ul {
  margin-bottom: .7813rem;
}
.ul-groups ul:last-child {
  margin-bottom: 0;
}