.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*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #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: #1F5CC8;
}
.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: #01319E;
}
.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: #1F5CC8;
  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 {
  margin-top: 30px;
  padding-bottom: 15px;
}
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 li:hover {
  border-bottom-color: #0B56D6;
}
.comp-text-list-03 li:hover .box-s .box-title {
  color: #0B56D6;
}
.comp-text-list-03 li:hover .box-s .box-date {
  background: #0B56D6;
  color: #fff;
}
.comp-text-list-03 .box-s {
  color: #666666;
}
.comp-text-list-03 .box-s .box-date {
  width: 70px;
  height: 70px;
  background: #E2F2FE;
  border-radius: 4px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #0B56D6;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 30px;
  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: 20px;
  line-height: 20px;
  color: #333333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  height: 40px;
  color: #999999;
}
/*文字列表  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: #1F5CC8;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #1F5CC8;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #01319E;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #1F5CC8;
}
.comp-text-list-06 .box-s:before {
  background-color: #01319E;
  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 盒子背景颜色
 @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: #1F5CC8;
}
.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: #1F5CC8;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #1F5CC8;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #1F5CC8;
}
.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: #1F5CC8;
}
.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: #1F5CC8;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #1F5CC8;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #1F5CC8;
}
.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: #1F5CC8;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #1F5CC8;
}
.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: #01319E;
  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: #1F5CC8;
}
.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: #1F5CC8;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #1F5CC8;
}
.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: #01319E;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #1F5CC8;
}
.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: #1F5CC8;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #1F5CC8;
}
.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: #01319E;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #1F5CC8;
}
/*人员细览*/
/*人员细览  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: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #01319E;
  border: 1px solid #01319E;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #01319E;
  border: 1px solid #01319E;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #01319E;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
  padding-top: 40px;
}
.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: 30px;
}
.details-page .detail-top .title-s {
  color: #0B56D6;
  line-height: 1.5;
  font-weight: bold;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  background: #E2F2FE;
  padding: 10px 15px;
  line-height: 30px;
  color: #01319E;
  margin-top: 22px;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #0B56D6;
}
.details-page .cont-page .a-page:hover a {
  color: #0B56D6;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #01319E;
}
.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: #01319E;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #01319E;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #F5F8FC;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 1px;
}
.other-menu .menu-cont .box-a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 20px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #01319E;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding: 10px 10px 10px 30px;
  display: none;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 20px;
  line-height: 30px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #0B56D6;
}
.other-menu .down-menu a:hover::after,
.other-menu .down-menu a.active::after {
  color: #0B56D6;
}
.other-menu .down-menu a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 5px;
  color: #333333;
}
/*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: #1F5CC8;
}
.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: #01319E;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
    max-width: 1400px;
  }
}
blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: inherit;
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
}
.header {
  background: url(kjtq-header-bg.png) no-repeat top center;
  background-size: cover;
  height: 150px;
}
.header .header-logo {
  padding-top: 27px;
  padding-bottom: 21px;
  float: left;
}
.header .header-other {
  float: right;
  padding-top: 20px;
}
.header .header-other .other-link {
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.8);
}
.header .header-other .other-link a,
.header .header-other .other-link span {
  float: right;
}
.header .header-other .other-link span {
  margin-left: 14px;
  margin-right: 14px;
}
.header .header-other .other-link a {
  color: rgba(255, 255, 255, 0.8);
}
.header .header-other .other-link a:hover {
  color: #fff;
}
.tools {
  position: relative;
  z-index: 999;
  height: 35px;
}
.tools .search-trigger {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: url("kjtq-search.png") no-repeat center center rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: none;
}
.tools .x-show {
  width: 160px;
}
.search-box {
  width: 218px;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  padding-left: 17px;
  padding-right: 50px;
  color: #333;
  border: none;
}
.search-box .s-btn {
  background: url("kjtq-search.png") no-repeat center center;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 20px;
  position: absolute;
  z-index: 9;
}
.search-box input::-webkit-input-placeholder {
  color: #999999;
}
.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 50px;
  background: #0B56D6;
  border: none;
  box-shadow: none;
  padding: 0;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
  width: 14.285714%;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 50px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #01319E !important;
  color: #fff !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: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #01319E;
  min-width: 160px;
  width: 100%;
  margin-top: 0;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
  border-bottom: 1px solid rgba(11, 86, 214, 0.5);
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  display: block;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #0B56D6;
}
nav.navbar.bootsnav.nav-other {
  position: fixed;
  background: #004AB0;
}
nav.navbar.bootsnav.nav-other::before {
  display: none;
}
nav.navbar.bootsnav.nav-other .navbar-brand {
  padding-top: 23px;
  padding-bottom: 23px;
}
nav.navbar.bootsnav.nav-other .toggle {
  margin-top: 50px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 74, 176, 0.8);
}
nav.navbar.bootsnav.scroll::before {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.footer {
  background: url(footer.png) no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer a,
.footer span {
  display: inline-block;
  margin-right: 10px;
}
.footer a:last-child,
.footer span:last-child {
  margin-right: 0;
}
.footer a {
  color: #fff;
}
.index-box {
  padding-top: 50px;
  padding-bottom: 60px;
}
.index-box:nth-child(2n + 1) {
  background: #F2F5FA;
}
@media (min-width: 1280px) {
  .index-box .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-box .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .index-box .row-w {
    margin-left: -29px;
    margin-right: -29px;
  }
  .index-box .row-w .col-w {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.public-title {
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.public-title .title-txt {
  float: left;
  font-weight: bold;
  color: #333333;
}
.public-title .title-txt .icon-s {
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 10px;
}
.public-title .title-more {
  float: right;
  position: relative;
  color: #0B56D6;
  background: url(kjtq-more-arrow.png) no-repeat right center;
  padding-right: 22px;
}
.public-title .title-more::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  overflow: hidden;
  height: 1px;
  background-color: #0B56D6;
  transition: all 0.5s;
}
.public-title .title-more:hover {
  color: #01319E;
}
.public-title .title-more:hover::after {
  width: 100%;
}
.index-banner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .box-img {
  overflow: hidden;
}
.index-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  height: 602px;
}
.index-banner .banner-box .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 200px 15px 30px;
}
.index-banner .banner-box .box-title .title-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: left;
}
.index-banner .banner-page {
  left: auto !important;
  width: auto !important;
  right: 30px;
  bottom: 24px !important;
}
.index-banner .banner-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  opacity: 1;
  margin: 0 0 0 10px;
  transition: all 0.5s;
  background: transparent !important;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF !important;
  width: 40px;
}
.index-banner .banner-next,
.index-banner .banner-prev {
  background: rgba(11, 86, 214, 0.3) !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.index-banner .banner-next::after,
.index-banner .banner-prev::after {
  font-size: 22px;
  color: #fff;
}
.index-banner .banner-next:hover,
.index-banner .banner-prev:hover {
  background: #0B56D6 !important;
}
.index-banner .banner-next {
  right: 30px;
}
.index-banner .banner-prev {
  left: 30px;
}
.text-list .box-s {
  position: relative;
  background: url(kjtq-top-list-icon.png) no-repeat 0 17px;
  padding: 10px 110px 10px 30px;
  height: 44px;
  line-height: 24px;
}
.text-list .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #333333;
}
.text-list .box-s .box-date {
  position: absolute;
  right: 0;
  top: 10px;
  color: #999999;
}
.text-list .box-s:hover .box-title {
  color: #0B56D6;
  font-weight: bold;
}
.index-scientific .box-top {
  border-top: 3px solid #0B56D6;
  padding: 20px 30px;
  background: #F2F5FA;
  height: 226px;
  margin-bottom: 25px;
}
.index-scientific .box-top .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: 30px;
  height: 60px;
  margin-bottom: 12px;
}
.index-scientific .box-top .box-date {
  color: #0B56D6;
  line-height: 20px;
  margin-bottom: 10px;
}
.index-scientific .box-top .box-txt {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
.index-scientific .box-top:hover .box-title {
  color: #0B56D6;
}
.index-scientific .text-list {
  margin-bottom: 30px;
}
.index-scientific .box-more a {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #0B56D6;
  border-radius: 4px;
  color: #0B56D6;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.5s;
}
.index-scientific .box-more a:hover {
  background: #0B56D6;
  color: #fff;
}
.index-news .main-cont {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px 30px 0;
  min-height: 593px;
}
.index-news .cont-top {
  margin-bottom: 10px;
}
.index-news .cont-top .box-s {
  margin-bottom: 20px;
}
.index-news .cont-top .box-s .box-img {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
}
.index-news .cont-top .box-s .box-img img {
  display: block;
  width: 100%;
  height: 272px;
  transition: all 0.5s;
}
.index-news .cont-top .box-s .box-title {
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  height: 52px;
}
.index-news .cont-top .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-news .cont-top .box-s:hover .box-title {
  color: #0B56D6;
}
.index-lectures {
  margin-bottom: 30px;
}
.index-lectures .main-cont {
  min-height: 345px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
}
.index-lectures .main-cont .box-s {
  margin-bottom: 21px;
}
.index-lectures .main-cont .box-s:last-child {
  margin-bottom: 0;
}
.index-lectures .main-cont .box-s .box-date {
  width: 90px;
  height: 30px;
  line-height: 28px;
  background: #F2F5FA;
  border: 1px solid #B5D0FF;
  border-radius: 0px 15px 15px 0px;
  padding-left: 10px;
  font-weight: bold;
  color: #0B56D6;
  font-size: 12px;
  float: left;
  margin-right: 20px;
}
.index-lectures .main-cont .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.index-lectures .main-cont .box-s:hover .box-date {
  background: #0B56D6;
  border-color: #0B56D6;
  color: #fff;
}
.index-lectures .main-cont .box-s:hover .box-title {
  font-weight: bold;
  color: #0B56D6;
}
.index-email {
  height: 218px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
}
.index-email .inp-s {
  height: 44px;
  border-radius: 4px;
  position: relative;
  padding-left: 50px;
  width: 100%;
}
.index-email .inp-s.inp-01 {
  background: url(user.png) no-repeat 20px 13px #F2F5FA;
  padding-right: 165px;
}
.index-email .inp-s.inp-02 {
  background: url(psd.png) no-repeat 22px 12px #F2F5FA;
  padding-right: 30px;
}
.index-email .box-01 {
  margin-bottom: 10px;
  position: relative;
}
.index-email .box-01 .email-sel {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 143px;
}
.index-email .box-01 .ui-select-wrap {
  border: none;
  background: #fff;
  height: 34px;
  line-height: 34px;
}
.index-email .box-01 .ui-select-input {
  padding-left: 14px;
  right: 25px;
}
.index-email .box-01 .ui-select-arrow {
  border: none;
  background: url(kjtq-sel-arrow.png) no-repeat;
  width: 10px;
  height: 7px;
  right: 10px;
}
.index-email .box-01 .ui-select-list {
  border: none;
  left: 0;
  top: 34px;
}
.index-email .box-01 .ui-select-list li.selected {
  background-color: #0B56D6;
}
.index-email .box-02 {
  margin-bottom: 16px;
}
.index-email .box-btn .btn-01 {
  width: 60%;
  height: 44px;
  line-height: 44px;
  background: #8CB0ED;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.index-email .box-btn .btn-01:hover {
  background: #0B56D6;
}
.index-email .box-btn .btn-02 {
  float: right;
  width: 37.5%;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E63030;
  border-radius: 4px;
  color: #E63030;
}
.index-email .box-btn .btn-02:hover {
  background: #E63030;
  color: #fff;
}
.index-online {
  margin-bottom: 28px;
}
.index-online .box-s {
  display: block;
  height: 110px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 79, 153, 0.1);
  border-radius: 4px;
  padding: 10px 30px 10px 110px;
  margin-bottom: 20px;
  position: relative;
}
.index-online .box-s .icon-s {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.index-online .box-s .icon-s img {
  display: block;
  width: 60px;
}
.index-online .box-s .box-cont {
  height: 90px;
}
.index-online .box-s .title-s {
  overflow: hidden;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  vertical-align: middle;
}
.index-online .box-s:hover .icon-s img {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
.index-online .box-s:hover .title-s {
  color: #0B56D6;
}
.index-commonly-links .box-s {
  display: block;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 110px;
  padding: 15px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.index-commonly-links .box-s img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 15px;
  transition: all 0.5s;
}
.index-commonly-links .box-s:hover img {
  transform: scale(1.1);
}
.index-information.info-01 {
  margin-bottom: 60px;
}
.index-information .main-cont {
  height: 170px;
  background: #F2F5FA;
  border-radius: 4px;
  padding: 20px 30px;
}
.index-other .tabs-title {
  margin-bottom: 10px;
}
.index-other .tabs-title > div {
  float: left;
}
.index-other .tabs-title > div:first-child {
  padding-left: 0;
}
.index-other .tabs-title > div:last-child {
  padding-right: 0;
}
.index-other .tabs-title > div:last-child::before {
  display: none;
}
.index-other .tabs-title .public-title {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.index-other .tabs-title .public-title .title-txt {
  font-weight: normal;
}
.index-other .tabs-title .public-title::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: 24px;
  background: #B5D0FF;
}
.index-other .tabs-title .public-title .icon-w img.img-h {
  display: none;
}
.index-other .tabs-title .public-title.active .title-txt {
  font-weight: bold;
  color: #0B56D6;
}
.index-other .tabs-title .public-title.active .icon-w img.img-d {
  display: none;
}
.index-other .tabs-title .public-title.active .icon-w img.img-h {
  display: inline;
}
.index-other .tabs-cont > div {
  display: none;
}
.index-other .tabs-cont > div.active {
  display: block;
}
.index-other .groups-row {
  margin-left: -29px;
  margin-right: -29px;
}
.index-other .groups-row .groups-col {
  padding-left: 29px;
  padding-right: 29px;
}
.index-other .box-s {
  position: relative;
}
.index-other .box-s .box-img {
  overflow: hidden;
}
.index-other .box-s .box-img img {
  display: block;
  width: 100%;
  height: 200px;
  transition: all 0.5s;
}
.index-other .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  color: #fff;
}
.index-other .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-other .box-s:hover .box-mc {
  background-color: rgba(0, 0, 0, 0.2);
}
.index-links {
  padding-bottom: 40px;
}
.index-links .public-title {
  margin-bottom: 10px;
}
.index-links .scroll-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
.index-links .swiper-container {
  padding-left: 20px;
  padding-right: 20px;
}
.index-links .swiper-slide {
  padding-top: 20px;
  padding-bottom: 20px;
}
.index-links .links-page {
  position: relative;
  bottom: 0;
  display: none;
}
.index-links .box-s {
  height: 90px;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 79, 153, 0.1);
  border-radius: 4px;
  padding: 15px;
  text-align: center;
}
.index-links .box-s img {
  transition: all 0.5s;
}
.index-links .box-s:hover img {
  transform: scale(1.1);
}
.qzgy-ny-box {
  background-position: top 150px center !important;
  min-height: calc(100vh - 446px);
  padding: 40px 0 50px 0;
}
.qzgy-ny-box .ny-cont-3 {
  width: 22.38%;
}
.qzgy-ny-box .ny-cont-9 {
  width: 77.62%;
}
.other-menu {
  margin-right: 0;
}
.other-menu .menu-title {
  background: url(kjtq-navbg.png) no-repeat center;
  background-size: cover;
  min-height: 70px;
  line-height: 30px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  border-bottom: none;
  border-radius: 6px;
  margin-bottom: 10px;
}
.other-menu .menu-cont {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 10px;
}
.other-menu .menu-cont .box-a {
  background: transparent;
}
.other-menu .menu-cont .box-a:last-child::after {
  display: none;
}
.other-menu .menu-cont .box-a:hover:after,
.other-menu .menu-cont .box-a.active:after {
  background-color: transparent;
}
.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title {
  color: #0B56D6;
  background: #E2F2FE;
}
.other-menu .menu-cont .box-a:hover .a-title::before,
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #0B56D6;
}
.other-menu .menu-cont .a-title {
  padding: 10px 20px 10px 35px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  border-radius: 4px;
}
.other-menu .menu-cont .a-title::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 12px;
  background: #0B56D6;
  border-radius: 3px;
}
.other-menu .sub-menu > .a-title::after {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(icon16.png);
  position: absolute;
  right: 20px;
  top: 20px;
  color: #0B56D6;
  font-size: 20px;
}
.other-menu .sub-menu.active .down-menu {
  display: block;
}
.other-menu .sub-menu.active .a-title {
  background: #E2F2FE;
}
.other-menu .sub-menu.active .a-title::after {
  background-image: url(icon15.png);
}
.other-menu .sub-menu.box-a::after {
  background-color: #e2e5ef !important;
}
.ny-right {
  background: #FFFFFF;
  padding: 0 0px 20px 0px;
}
.right-top {
  border-bottom: 1px solid rgba(0, 88, 171, 0.2);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.right-top .ny-r-title {
  float: left;
  font-weight: bold;
  color: #0058AB;
  line-height: 26px;
  padding-left: 24px;
  background: url(qzgy-ny-r-title-icon.png) no-repeat center left;
  position: relative;
}
.right-top .ny-r-title::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -21px;
  height: 3px;
  background: #0058AB;
}
.right-top .bread-crumbs {
  float: right;
  color: #555555;
}
.right-top .bread-crumbs .bread-item-groups {
  line-height: 26px;
  padding-left: 30px;
  background: url(qzgy-bread-icon.png) no-repeat center left;
}
.right-top .bread-crumbs .bread-item a {
  color: #555555;
  font-size: 14px;
}
.right-top .bread-crumbs .bread-item > span:before {
  color: #555555;
}
.right-top .bread-crumbs .bread-item a.cur {
  color: #0058AB;
}
.fy-box {
  margin-top: 30px;
}
.comp-pages {
  padding-top: 0px;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  color: #666666;
}
.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: #1355B2;
  border: 1px solid #1355B2;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #1355B2;
  border: 1px solid #1355B2;
  color: #fff;
}
.comp-pages .page-phone {
  background: #1355B2;
}
.secBody {
  background: #F1F1F3;
  padding: 30px 0 50px;
  min-height: calc(100vh - 332px);
}
.secBody .secCon {
  padding: 18px 30px 50px;
  border-radius: 4px;
}
@media (min-width: 1600px) {
  .secBody .sec-aside {
    width: 26.6%;
  }
  .secBody .sec-cont {
    width: 73.4%;
  }
}
.bgbai {
  background-color: #fff;
}
.channel {
  overflow: hidden;
  border-bottom: 1px solid #CBE8F7;
}
.channel .bread-crumbs {
  color: #999999;
}
.channel .bread-crumbs .bread-item a {
  color: #999999;
}
.channel .bread-crumbs .bread-item a:hover,
.channel .bread-crumbs .bread-item a:last-child {
  color: #0B56D6;
}
.channel .title {
  position: relative;
  font-weight: bold;
  color: #0B56D6;
  display: inline-block;
  padding-bottom: 18px;
}
.channel .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #0B56D6;
}
.channel .address {
  float: right;
  position: relative;
  top: 3px;
}
.picList {
  margin-top: 10px;
}
.picList li {
  height: 110px;
  margin-top: 30px;
  text-align: center;
}
.picList .picBox {
  padding: 0 17px;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 79, 153, 0.1);
  border-radius: 4px;
  transition: box-shadow 0.3s;
}
.picList li:hover .picBox {
  box-shadow: 0px 0px 20px 0px rgba(0, 79, 153, 0.3);
  transition: box-shadow 0.3s;
}
.picList li img {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.scient {
  padding-top: 40px;
}
.scient .scientTitle {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  line-height: 1.4;
}
.scient .scientTime {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}
.scient .scientTime span {
  background: #FFFFFF;
  padding: 4px 12px;
  border: 1px solid #E5E5E5;
  border-radius: 13px;
}
.scient h4 {
  background: #E2F2FE;
  font-size: 18px;
  font-weight: bold;
  color: #0B56D6;
  border-left: 3px solid #0B56D6;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 10px 15px 10px 27px;
}
.scient .scientBox {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
}
.scient .scientBox:last-child {
  margin-bottom: 0;
}
.scient .scientBox video,
.scient .scientBox img {
  max-width: 600px;
  width: 100% !important;
  height: auto !important;
}

.peopleDetail .base .imgBox img{
  max-width: 146px;
  max-height: 204px;
}
.scient .scientBox video {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.scient .scientBox em {
  background: #E2F2FE;
  font-size: 18px;
  font-weight: bold;
  color: #0B56D6;
  border-left: 3px solid #0B56D6;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 10px 15px 10px 27px;
  font-style: normal !important;
  text-align: left !important;
  display: block;
}
.scient .scientContent {
  margin-bottom: 40px;
}
.scient .scientContent img {
  display: block;
  margin: 0 auto;
}
.secient-list > li:nth-last-child(-n + 2) .box-s {
  margin-bottom: 0;
}
.secient-list .box-s {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.secient-list .box-s:hover {
  background: #0B56D6;
}
.secient-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.secient-list .box-s:hover .textBox .box-title,
.secient-list .box-s:hover .textBox .box-txt {
  color: #fff;
}
.secient-list .box-s .box-img {
  overflow: hidden;
  border-radius: 4px;
}
.secient-list .box-s .box-img img {
  display: block;
  height: 307px;
  width: 100%;
  transition: all 0.5s;
}
.secient-list .box-s .textBox {
  height: 158px;
  padding: 15px 30px;
}
.secient-list .box-s .textBox .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  margin-bottom: 6px;
}
.secient-list .box-s .textBox .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;
  color: #666666;
  font-size: 14px;
}
.year-list-wrap {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 40px;
}
.year-list-wrap .swiper-button-prev:after,
.year-list-wrap .swiper-button-next:after {
  font-size: 12px;
  color: #BAD0E0;
  font-weight: bold;
}
.year-list-wrap .swiper-button-prev {
  left: 0px;
  top: 12px;
}
.year-list-wrap .swiper-button-next {
  right: 0;
  top: 12px;
}
.yearList {
  height: 20px;
  position: relative;
  overflow: hidden;
}
.yearList .active a {
  color: #0B56D6;
}
.yearList ul li {
  text-align: center;
}
.yearList ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.yearList ul li a:hover {
  color: #0B56D6;
}
.textList {
  margin-top: 20px;
  margin-bottom: 20px;
}
.textList.no-date li {
  padding-right: 0;
}
.textList.thesisList li {
  padding-right: 0;
  border: none;
  color: #333333;
  line-height: 30px;
  padding: 0;
  margin-bottom: 20px;
}
.textList.thesisList li::before {
  display: none;
}
.textList.thesisList li a {
  display: block;
}
.textList.thesisList li:hover {
  background: transparent;
  color: #333333;
}
.textList.thesisList li:hover a {
  color: #333333;
}
.textList li {
  border-bottom: 1px solid #F5F5F5;
  padding: 15px 110px 15px 35px;
  position: relative;
  line-height: 30px;
  transition: background 0.3s;
}
.textList li:last-child {
  border-bottom: none;
}
.textList li:before {
  content: "";
  left: 10px;
  top: 28px;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0B56D6;
  border-radius: 50%;
}
.textList li .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.textList li .box-date {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #999999;
}
.textList li:hover {
  background: #E2F2FE;
  transition: background 0.3s;
}
.textList li:hover a,
.textList li:hover span {
  color: #0B56D6;
}
.channelName {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #F0F2F3;
  padding-bottom: 20px;
  margin-top: 40px;
}
.xsbgDetail {
  background-color: #F1FAFF;
  margin-top: 30px;
  padding: 40px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333333;
}
.xsbgDetail p,
.xsbgDetail > div {
  margin-bottom: 30px;
}
.user {
  overflow: hidden;
  margin-bottom: 10px !important;
}
.user p {
  margin-bottom: 15px !important;
}
.details-page .detail-top .top-other .fun a {
  margin-right: 0px;
}
.comp-text-list-03 {
  margin-top: 30px;
}
.jzxx p {
  margin-bottom: 15px;
}
.peopleDetail .base {
  background-color: #E2F2FE;
  padding: 40px;
  position: relative;
}
.peopleDetail .scientBox {
  line-height: 40px;
  margin-top: 35px;
}
.peopleDetail .base .imgBox {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.peopleDetail .base .leftModule {
  width: calc(100% - 180px);
}
.peopleDetail .base .leftModule p {
  margin-bottom: 7px;
}
.peopleDetail .base .leftModule p.name {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}
.doctitle {
  font-size: 16px;
  font-weight: bold;
  color: #0B56D6;
  margin-bottom: 20px;
}
.table {
  border: 1px solid #e2f2fe;
}
.table.table-mb {
  margin-bottom: 50px;
}
.table > tbody > tr > td {
  border: 0;
}
.table .bg {
  background-color: #e2f2fe;
}
.tabletitle {
  font-size: 14px;
  font-weight: bolder;
  padding: 10px 0;
  padding: 12px 0!important;
}
.tabletitle2 {
  font-size: 14px;
  font-weight: 400;
  color: #0B56D6;
}
.table.border > tbody > tr > td {
  border: 1px solid #fff;
}
.table.border > tbody > tr > td:not(.tabletitle2) {
  padding: 20px 0;
}
.table.border > tbody > tr:nth-child(2n+1) > td {
  background-color: #e2f2fe;
}
.tablebg,
.tablebg td {
  background: #E2F2FE;
}
@media (max-width: 767px) {
  .channel .title {
    padding-bottom: 10px;
  }
  .channel .address {
    float: none;
    top: 7px;
    margin-bottom: 15px;
  }
  .picList .col-sm-6 {
    padding: 0 15px;
  }
}
.comp-text-list-03 {
  padding-bottom: 15px;
}
.student-list-table table tr td {
  line-height: 26px;
  border: 1px solid #CBE8F7;
  padding: 17px 10px;
  text-align: center;
}
.student-list-table table thead td {
  font-weight: bold;
  color: #333333;
  background: #E2F2FE;
  padding-top: 10px;
  padding-bottom: 10px;
}
.student-list-table table tbody tr > td[rowspan],
.student-list-table table tbody tr > td:nth-child(1),
.student-list-table table tbody tr > td[rowspan] + td {
  background: #E2F2FE;
  font-weight: bold;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.up-search-box .up-close::after {
  content: "\f2d3";
  color: #fff;
  font-size: 22px;
  font-family: "FontAwesome";
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.personnel-info-list .channel-title {
  background: #F2F8FD;
  line-height: 30px;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  color: #01319E;
  margin-bottom: 30px;
}
.personnel-info-list ul li {
  margin-bottom: 40px;
}
.personnel-info-list ul li:last-child {
  margin-bottom: 0;
}
.personnel-info-list .box-s .box-title {
  border-bottom: 1px solid #E2F2FE;
  margin-bottom: 20px;
}
.personnel-info-list .box-s .box-title span {
  position: relative;
  height: 39px;
  line-height: 39px;
  background: #E2F2FE;
  min-width: 200px;
  padding: 0 20px;
  color: #0B56D6;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}
.personnel-info-list .box-s .box-title span::after {
  content: '';
  background: url(icon17.png) no-repeat right top;
  width: 39px;
  height: 39px;
  position: absolute;
  right: -39px;
  top: 0;
}
.personnel-info-list .box-s .box-txt {
  color: #666666;
  line-height: 30px;
}
