.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #2A74D9;
}
.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: #2A74D9;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #2A74D9;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url(comm-img-01.png);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #2A74D9;
  background-image: url(comm-img-04.png);
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url(comm-img-03.png);
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-text-list-06 .box-s:before {
  background-color: #2A74D9;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(comm-img-06.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url(comm-img-07.png) no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #2A74D9;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url(comm-img-08.png) no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url(comm-img-09.png) no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url(comm-img-10.png) no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #2A74D9;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #2A74D9;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #2A74D9;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #2A74D9;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #2A74D9;
}
.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: #2A74D9;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(comm-arrow.png);
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #2A74D9;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #2A74D9;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #2A74D9;
}
.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: #2A74D9;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url(comm-arrow2.png) no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #2A74D9;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #2A74D9;
  border: 1px solid #2A74D9;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #2A74D9;
  border: 1px solid #2A74D9;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #2A74D9;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  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: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url(comm-wx.png);
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url(comm-wb.png);
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #2A74D9;
}
.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: #2A74D9;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #2A74D9;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #2A74D9;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #2A74D9;
}
.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: #2A74D9;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}
html,
body {
  overflow-x: hidden;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.row-n {
  margin-left: -20px;
  margin-right: -20px;
}
.col-n {
  padding-left: 20px;
  padding-right: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .row-n {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-n {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*nav*/
/*默认导航*/
@media (max-width: 992px) {
  nav.navbar.bootsnav.bootsnavdef .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*导航1*/
.navbar-collapse {
  float: right;
}
nav.navbar.bootsnav.bootsnavnew {
  padding: 40px;
  padding-bottom: 40px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
  /*logo 样式设置*/
  /*选中样式*/
}
nav.navbar.bootsnav.bootsnavnew .navbar-brand {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
nav.navbar.bootsnav.bootsnavnew ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: right;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li {
  margin: 0;
  padding: 0 1px 0 0;
  height: 70px;
  position: relative;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li:last-child {
  padding-right: 0;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li:last-child:after {
  display: none;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li > a {
  line-height: 70px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Arial;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li > a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #EFA729;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li:hover > a::before {
  width: 20px;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li > a:hover,
nav.navbar.bootsnav.bootsnavnew ul.nav > li > a:focus,
nav.navbar.bootsnav.bootsnavnew ul.nav > li.active > a:hover,
nav.navbar.bootsnav.bootsnavnew ul.nav > li.active > a:focus,
nav.navbar.bootsnav.bootsnavnew ul.nav > li.active > a,
nav.navbar.bootsnav.bootsnavnew ul.nav > li.dropdown.on > a {
  color: #fff !important;
}
nav.navbar.bootsnav.bootsnavnew 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: #F3F5FB;
  min-width: 100%;
  width: auto;
}
nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 12px 15px;
  line-height: 24px;
  background: #2A74D9;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: #EF9412 !important;
  color: #fff;
}
nav.navbar.bootsnav.bootsnavnew.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: "\f107";
  font-weight: normal;
}
nav.navbar.bootsnav.bootsnavnew.scroll {
  background: #2A74D9;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 992px) {
  nav.navbar.bootsnav.bootsnavnew {
    /*下拉菜单设置*/
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-brand {
    float: left !important;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    background: #2A74D9;
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-toggle {
    background-color: transparent;
    float: right;
    margin-right: 0;
    top: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-toggle .fa-bars,
  nav.navbar.bootsnav.bootsnavnew .navbar-toggle .fa-times {
    color: #2A74D9;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav > li {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav > li:after {
    display: none;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav > li > a {
    font-size: 16px;
    text-align: left;
    padding: 8px 15px;
    height: auto;
    line-height: 30px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  nav.navbar.bootsnav.bootsnavnew 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: #F3F5FB;
    min-width: 100%;
    width: auto;
    padding-left: 0 !important;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
    line-height: 24px;
    background: #2A74D9;
    font-weight: normal;
    text-align: left;
    font-size: 15px;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #bb2527 !important;
    color: #fff;
  }
}
.toggle {
  top: 34px;
  right: 25px;
  z-index: 9999999;
}
.hc-mobile-nav .nav-wrapper {
  background: rgba(10, 81, 178, 0.9);
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background: #0a51b2;
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
  background: #0a51b2;
}
.hc-mobile-nav h2 {
  padding: 15px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
.hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
  border-color: rgba(255, 255, 255, 0.2);
}
.hc-mobile-nav a {
  border-color: rgba(255, 255, 255, 0.2);
}
.top-other {
  display: block;
}
.top-other li {
  float: left;
  margin-left: 25px;
  padding-top: 17px;
}
.top-other li a {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}
.top-other li a.search {
  background: url(search-icon.png) no-repeat center;
}
.top-other li a:hover {
  border-color: #EF9412;
  background: #EF9412;
}
.top-other li a.search:hover {
  background: url(search-icon.png) no-repeat center #EF9412;
}
/*搜索*/
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  height: 0;
  background: rgba(51, 124, 214, 0.8);
  padding: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url(light-h-close.png) no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  opacity: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 99999999;
}
.up-search-box.active .search-box {
  transition-delay: 0.3s;
  max-width: 1000px;
}
.search-box {
  background: #eaedfa;
  border-bottom: 4px solid #337CD6;
  position: relative;
  max-width: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transition: all 0.3s;
}
.search-box .s-inp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  padding-left: 15px;
}
.search-box .s-btn {
  height: 62px;
  line-height: 62px;
  width: 62px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}
.search-box .s-btn::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #337CD6;
}
.search-box input:-webkit-autofill,
.search-box input:-webkit-autofill:hover,
.search-box input:-webkit-autofill:focus,
.search-box input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.search-box input::-webkit-input-placeholder {
  color: #333;
}
.search-box input::-moz-input-placeholder {
  color: #333;
}
.search-box input::-ms-input-placeholder {
  color: #333;
}
.nav-groups {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top-box {
  position: relative;
  height: 700px;
}
.top-box .top-banner {
  height: 100%;
}
.top-box .top-banner .banner-scroll {
  height: 100%;
}
.top-box .top-banner .banner-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-box .top-banner .banner-box .banner-img {
  width: 100%;
  height: 100%;
}
.top-box .top-banner .banner-box .banner-img img {
  width: 100%;
  height: 100%;
}
.top-box .top-banner .banner-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(rgba(15, 68, 141, 0.9), rgba(15, 68, 141, 0));
  z-index: 9;
}
.top-box .top-banner .banner-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 158px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(15, 68, 141, 0), rgba(15, 68, 141, 0.48));
  z-index: 9;
}
.top-box .top-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.top-box .top-banner .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.7;
  border-radius: 6px;
  transition: all 0.3s;
  margin: 0 7px;
}
.top-box .top-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EF9412;
  opacity: 1;
}
/*首页*/
.index-box {
  padding: 80px 0;
  overflow: hidden;
}
.box1 {
  padding: 80px 0 70px;
  background: url(box1-bg.png) no-repeat center bottom #fff;
  background-size: cover;
}
.box2 {
  background: url(box2-bg.png) no-repeat center bottom;
  background-size: cover;
}
.box3 {
  background: url(box3-bg.png) no-repeat top 50px center #F2F6FB;
  background-size: cover;
}
.box4 {
  background: url(box4-bg.png) no-repeat bottom center #fff;
  background-size: cover;
}
.fF6F9FE {
  background: #F6F9FE;
}
.pd60 {
  padding-top: 60px;
}
.box-bg {
  background: url(boxbg.png) no-repeat center top;
  background-size: cover;
}
.box-bg2 {
  background: url(boxbg2.png) no-repeat center top;
  background-size: cover;
}
/*about*/
.ab-box2 {
  background: #F6F9FE;
  position: relative;
}
.ab-box2::after {
  content: "MESSAGE";
  position: absolute;
  line-height: 90px;
  font-size: 120px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(14, 79, 181, 0);
  right: 0;
  top: 38px;
  opacity: 0.08;
  -webkit-text-stroke: 1px #333333;
  text-stroke: 1px #333333;
  writing-mode: vertical-rl;
  letter-spacing: 0px;
}
/*news*/
.pep-box3 {
  padding-bottom: 40px;
}
/*people*/
.pep-box1 {
  background: url(lxs-peoplebg.png) no-repeat left bottom;
  background-size: cover;
}
/*join*/
/*research*/
.res-box2 {
  padding-top: 0 !important;
  position: relative;
}
.res-box2::after {
  content: "Center for Multiscale Mechanics";
  text-transform: uppercase;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  width: 100%;
  height: 84px;
  line-height: 84px;
  font-size: 97px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0E4DAF;
  word-break: break-all;
  white-space: nowrap;
  opacity: 0.02;
}
.res-box3 {
  background: #F4F8FF;
  padding-bottom: 30px;
}
.res-box4 {
  padding-bottom: 50px;
}
/*标题*/
.index-title {
  font-size: 40px;
  line-height: 36px;
  font-weight: bold;
  color: #0A49A0;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.index-title::after {
  width: 50px;
  height: 4px;
  background: #B9C7EA;
  border-radius: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index-title.cfff {
  color: #fff;
}
.index-title.cfff::after {
  background: #fff;
}
.ny-bt {
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEF3FB;
  margin-bottom: 50px;
}
.ny-bt h1 {
  float: left;
  line-height: 48px;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0E4DAF;
}
.ny-bt a {
  float: right;
  display: block;
  line-height: 48px;
  font-weight: bold;
  font-size: 18px;
  color: #0E4DAF;
  position: relative;
  transition: all 0.3s;
  left: 0;
}
.ny-bt a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #EFA729;
  right: 0;
  bottom: 10px;
  transition: all 0.3s;
}
.ny-bt a:hover {
  left: -5px;
}
.ny-bt a:hover::after {
  width: 20px;
}
/*更多*/
.index-more {
  width: 400px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 50px;
}
.index-more::before,
.index-more::after {
  position: absolute;
  content: "";
}
.index-more::before {
  background: #0A51B2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.index-more::after {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #EFA729;
  transition: all 0.3s;
  z-index: -1;
}
.index-more:hover {
  color: #fff;
}
.index-more:hover::after {
  width: 100%;
}
/*首页news*/
.index-news-top {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.index-news-top .index-news-img {
  width: 500px;
  height: 330px;
  border-radius: 6px;
  border: 4px solid #fff;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  position: relative;
  margin-top: 30px;
  z-index: 2;
  background: #fff;
}
.index-news-top .index-news-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index-news-top .index-news-txt {
  position: relative;
  z-index: 1;
  height: 390px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
  width: calc(100% - 540px);
  padding-right: 40px;
}
.index-news-top .index-news-txt::after {
  content: "";
  width: calc(100% + 330px);
  border-radius: 6px;
  height: 100%;
  right: 0;
  top: 0;
  background: url(lxs-newsbg.png) no-repeat right bottom #0a51b2;
  position: absolute;
  z-index: -1;
}
.index-news-top .index-news-txt span {
  display: block;
  line-height: 18px;
  padding-left: 27px;
  position: relative;
  margin-bottom: 25px;
}
.index-news-top .index-news-txt span::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  background: url(day-icon1.png) no-repeat center;
}
.index-news-top .index-news-txt h1 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
  margin-bottom: 25px;
}
.index-news-top .index-news-txt p {
  color: #FFFFFF;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 108px;
  margin-bottom: 25px;
}
.index-news-top .index-news-txt i {
  font-style: normal;
  display: block;
  width: 115px;
  height: 40px;
  background: #EFA729;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
}
.index-news-top:hover .index-news-img img {
  transform: scale(1.1);
}
.index-news-top:hover .index-news-txt h1 {
  color: #EFA729;
}
.index-tw-list .img-box {
  width: 100%;
  height: 290px;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ECECEC;
}
.index-tw-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index-tw-list .img-txt {
  padding-left: 22px;
  border-left: 2px solid #EFA729;
  height: 78px;
}
.index-tw-list .img-txt span {
  display: block;
  line-height: 18px;
  padding-left: 29px;
  position: relative;
  margin-bottom: 10px;
  color: #7488A4;
}
.index-tw-list .img-txt span::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  background: url(day-icon2.png) no-repeat center;
}
.index-tw-list .img-txt p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-tw-list:hover .img-box img {
  transform: scale(1.1);
}
.index-tw-list:hover .img-txt p {
  color: #0A51B2;
}
/*首页event*/
.swiper-event-box .event-down {
  width: 270px;
  height: 34px;
  position: relative;
  margin: 50px auto 0;
}
.swiper-event-box .event-page {
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 68px);
  top: 10px;
}
.swiper-event-box .event-page .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  opacity: 0.76;
  border-radius: 7px;
  transition: all 0.3s;
  margin: 0 5px;
}
.swiper-event-box .event-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EFA729;
  width: 60px;
  opacity: 1;
}
.swiper-event-box .event-prev {
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  margin: 0;
}
.swiper-event-box .event-prev::after {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
.swiper-event-box .event-prev:hover {
  border-color: #EFA729;
  background: #EFA729;
}
.swiper-event-box .event-prev:hover::after {
  color: #fff;
}
.swiper-event-box .event-next {
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  margin: 0;
}
.swiper-event-box .event-next::after {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
.swiper-event-box .event-next:hover {
  border-color: #EFA729;
  background: #EFA729;
}
.swiper-event-box .event-next:hover::after {
  color: #fff;
}
.events {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  border-radius: 6px;
  border-top: 4px solid #EFA729;
  padding: 30px 20px;
}
.events p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.events:hover p {
  color: #0A51B2;
}
.event-left {
  float: left;
  height: 60px;
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #E6EDF7;
}
.event-left h1 {
  font-size: 26px;
  font-weight: bold;
  color: #0A51B2;
  line-height: 26px;
  padding-bottom: 10px;
  position: relative;
}
.event-left h1::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background: #0A51B2;
  border-radius: 1px;
  left: 0;
  bottom: 0;
}
.event-left span {
  color: #0A51B2;
}
.lab-list li {
  margin-bottom: 40px;
}
.lab-list li a {
  display: block;
  height: 160px;
  width: 100%;
  border-radius: 40px 6px 40px 6px;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.lab-list li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.lab-list li a p {
  width: 80%;
  left: 50%;
  top: 50%;
  font-size: 20px;
  text-align: center;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  line-height: 32px;
  z-index: 1;
}
.lab-list li a:hover {
  border-radius: 40px;
  box-shadow: 0px 0px 10px 0px #0a49a0;
}
/*首页link*/
.swiper-link-box {
  position: relative;
}
.link {
  display: block;
  width: 100%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s;
  position: relative;
  top: 0;
}
.link img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(10, 73, 160, 0.16);
}
.link:hover {
  top: -5px;
}
.link-next,
.link-prev {
  width: 45px;
  height: 45px;
  background: #0A51B2;
  border-radius: 50%;
  z-index: 999;
  opacity: 1 !important;
  margin-top: -22px;
}
.link-next::after,
.link-prev::after {
  font-size: 18px;
  color: #fff;
}
.link-next:hover,
.link-prev:hover {
  background: #EFA729;
}
.link-prev {
  left: -55px;
}
.link-next {
  right: -55px;
}
#certify {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#certify .swiper-container {
  overflow: visible;
}
#certify .swiper-slide {
  width: 600px;
  height: 396px;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(10, 73, 160, 0.16);
  border-radius: 6px;
}
#certify .swiper-slide .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#certify .swiper-slide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
#certify .swiper-slide .img-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(15, 68, 141, 0), rgba(15, 68, 141, 0.5));
  z-index: 9;
}
#certify .swiper-slide p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 25px;
  z-index: 10;
  padding: 0 20px;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: #0A51B2;
  border-radius: 50%;
  z-index: 999;
  opacity: 1 !important;
  left: -110px;
}
#certify .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
#certify .swiper-button-prev:hover {
  background: #EFA729;
}
#certify .swiper-button-next {
  width: 45px;
  height: 45px;
  background: #0A51B2;
  border-radius: 50%;
  z-index: 999;
  opacity: 1 !important;
  right: -110px;
}
#certify .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}
#certify .swiper-button-next:hover {
  background: #EFA729;
}
.footer {
  color: #FFFFFF;
}
.foot-top {
  padding: 40px 0;
  background: url(footer-bg.png) no-repeat center;
  background-size: cover;
}
.foot-top li h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 52px;
}
.foot-top li a {
  font-size: 16px;
  color: #BCCCE3;
  line-height: 34px;
  display: block;
}
.foot-top li a:hover {
  color: #fff;
}
.foot-bottom {
  padding: 35px 0;
  text-align: center;
  background: #073D77;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
/**/
@-webkit-keyframes bgpulse {
  from,
  to {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -0-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -ms-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -moz-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -webkit-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -o-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
  }
}
@keyframes bgpulse {
  from,
  to {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -0-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -ms-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -moz-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -webkit-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -o-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
  }
}
.bgpulse {
  -webkit-animation-name: bgpulse;
  animation-name: bgpulse;
}
.ny-topbox {
  height: 560px;
}
.ny-banner {
  overflow: hidden;
  position: relative;
  background-color: #0d1520;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 100%;
}
.ny-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(rgba(15, 68, 141, 0.9), rgba(15, 68, 141, 0));
  z-index: 9;
}
.ny-banner .bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  animation: bgpulse 18s infinite linear;
  -webkit-animation: bgpulse 18s infinite linear;
  -moz-animation: bgpulse 18s infinite linear;
  -o-animation: bgpulse 18s infinite linear;
  -ms-animation: bgpulse 18s infinite linear;
  background-position: center;
}
.ny-top {
  padding-top: 330px;
  padding-bottom: 129px;
  position: relative;
  z-index: 9;
}
.ny-title {
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-left: 8px solid #EFA729;
  margin-bottom: 30px;
}
.bread-crumbs {
  color: #fff;
}
.bread-crumbs .bread-item {
  position: relative;
  padding-left: 28px;
}
.bread-crumbs .bread-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  left: 0;
  top: 5px;
  background: url(add-icon.png) no-repeat center;
}
.bread-crumbs .bread-item a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.bread-crumbs .bread-item a:hover {
  color: #EFA729;
}
.bread-crumbs .bread-item span::before {
  color: #fff;
  font-size: 16px;
}
.top-btm {
  width: 200%;
  height: 40px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-btm::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 40px solid #fff;
}
/*关于我们*/
.ab-cont1 {
  position: relative;
  padding-bottom: 64px;
}
.ab-cont1 .img-box {
  width: 820px;
  height: 516px;
  border-radius: 6px;
  overflow: hidden;
}
.ab-cont1 .img-box img {
  width: 100%;
  height: 100%;
}
.ab-cont1 .img-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 792px;
  height: 520px;
  background: rgba(255, 255, 255, 0.95);
  padding: 50px;
  box-shadow: 0px 0px 13px 0px rgba(9, 59, 138, 0.1);
}
.ab-cont1 .img-txt h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ab-cont1 .img-txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  max-height: 360px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.ab-cont2 {
  display: block;
  overflow: hidden;
}
.ab-cont2 .img-box {
  width: 560px;
  height: 380px;
  padding: 40px 60px;
  border-radius: 6px;
  overflow: hidden;
  float: right;
  position: relative;
}
.ab-cont2 .img-box img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ab-cont2 .img-box::after {
  content: "";
  position: absolute;
  width: 410px;
  height: 100%;
  border: 10px solid #0e4ba8;
  right: 0;
  top: 0;
  bottom: 0;
}
.ab-cont2 .img-txt {
  width: calc(100% - 560px);
  float: left;
}
.ab-cont2 .img-txt h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
.ab-cont2 .img-txt p {
  font-size: 18px;
  color: #888888;
  line-height: 36px;
  max-height: 360px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.ab-cont3 {
  border-radius: 6px;
  overflow: hidden;
  max-height: 498px;
}
.ab-cont3 img {
  width: 100%;
}
.ab-peplist {
  display: block;
  text-align: center;
}
.ab-peplist .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 18px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e9eff9;
  transition: all 0.3s;
}
.ab-peplist .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.ab-peplist h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ab-peplist p {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding: 0 20px 20px;
}
.ab-peplist p::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background: #EFA729;
  border-radius: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ab-peplist:hover .img-box {
  box-shadow: 0px 0px 10px 0px rgba(14, 79, 181, 0.6);
}
.ab-peplist:hover h1 {
  color: #0E4FB5;
}
.ab-peplist:hover p {
  color: #333;
}
/*历史*/
.ab-year-box {
  position: relative;
}
.ab-year {
  height: 366px;
}
.ab-year-prev {
  font-weight: bold;
  color: rgba(14, 77, 175, 0.32);
  left: -60px;
  width: 40px;
  height: 40px;
  background: #EEF3FB;
  border-radius: 50%;
  text-align: center;
  opacity: 1 !important;
  z-index: 99;
}
.ab-year-prev::after {
  font-size: 15px;
}
.ab-year-prev:hover {
  background: #0e4daf;
}
.ab-year-prev:hover::after {
  color: #fff;
}
.ab-year-next {
  font-weight: bold;
  color: rgba(14, 77, 175, 0.32);
  right: -60px;
  width: 40px ;
  height: 40px ;
  background: #EEF3FB;
  border-radius: 50%;
  text-align: center;
  opacity: 1 !important;
  font-size: 16px;
  z-index: 99;
}
.ab-year-next::after {
  font-size: 15px;
}
.ab-year-next:hover {
  background: #0e4daf;
}
.ab-year-next:hover::after {
  color: #fff;
}
.ab-year-a {
  color: #333333;
  height: 100%;
  display: block;
  position: relative;
}
.ab-year-a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #0E4DAF;
  left: 0;
  top: 50%;
}
.ab-year-a::before {
  position: absolute;
  width: 1px;
  height: 20px;
  content: "";
  background: #0E4DAF;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.ab-year-a i {
  width: 16px;
  height: 16px;
  background: #0e4daf;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ab-year-a i::before,
.ab-year-a i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.ab-year-a i::before {
  width: 8px;
  height: 8px;
  background: #efa729;
}
.ab-year-a i::after {
  background: rgba(14, 77, 175, 0.2);
  z-index: -2;
  -webkit-animation: Yuan 1500ms ease-out infinite;
  animation: Yuan 1500ms ease-out infinite;
}
.ab-year-a h1 {
  text-align: center;
  color: #0E4DAF;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% + 35px);
}
.ab-year-a:hover i {
  background-color: rgba(245, 171, 30, 0.8);
}
.ab-year-a:hover i::after {
  background-color: rgba(245, 171, 30, 0.2);
}
.ab-year-a:hover i::before {
  background: #0e4daf;
}
.ab-year-a:hover::before {
  background: #F5AB1E;
}
.ab-year-a:hover .ab-year-top p {
  color: #0E4DAF;
}
.ab-year-a:hover .img-box img {
  transform: scale(1.1);
}
.ab-year-a:hover h1 {
  color: #F5AB1E;
}
.ab-year-top {
  display: block;
  overflow: hidden;
}
.ab-year-top .img-box {
  width: 220px;
  height: 144px;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.ab-year-top .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ab-year-top p {
  width: calc(100% - 220px);
  float: left;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 26px;
  height: 130px;
}
.ab-year .ab-year-a:nth-child(2n)::before {
  top: auto;
  bottom: 50%;
}
.ab-year .ab-year-a:nth-child(2n) .ab-year-top {
  position: absolute;
  top: calc(50% + 37px);
}
.ab-year .ab-year-a:nth-child(2n) .img-box {
  top: auto;
  bottom: calc(50% + 54px);
}
.ab-year .ab-year-a:nth-child(2n) h1 {
  top: auto;
  bottom: calc(50% + 37px);
}
@-webkit-keyframes Yuan {
  0% {
    width: 22px;
    height: 22px;
  }
  50% {
    width: 26px;
    height: 26px;
  }
  100% {
    width: 22px;
    height: 22px;
  }
}
@keyframes Yuan {
  0% {
    width: 22px;
    height: 22px;
  }
  50% {
    width: 26px;
    height: 26px;
  }
  100% {
    width: 22px;
    height: 22px;
  }
}
.swiper-abnews-box .abnews-down {
  width: 270px;
  height: 18px;
  position: relative;
  margin: 30px auto 0;
}
.swiper-abnews-box .abnews-page {
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 68px);
  top: 5px;
}
.swiper-abnews-box .abnews-page .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(239, 167, 41, 0.3);
  opacity: 0.76;
  border-radius: 7px;
  transition: all 0.3s;
  margin: 0 5px;
}
.swiper-abnews-box .abnews-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EFA729;
  width: 36px;
  opacity: 1;
}
.swiper-abnews-box .abnews-prev {
  left: 0;
  top: 0;
  width: 18px;
  height: 26px;
  background: url(ab-left.png) no-repeat center;
  margin: 0;
  opacity: 0.5;
}
.swiper-abnews-box .abnews-prev::after {
  display: none;
}
.swiper-abnews-box .abnews-prev:hover {
  opacity: 1;
}
.swiper-abnews-box .abnews-next {
  right: 0;
  top: 0;
  width: 18px;
  height: 26px;
  margin: 0;
  opacity: 0.5;
  background: url(ab-right.png) no-repeat center;
}
.swiper-abnews-box .abnews-next::after {
  display: none;
}
.swiper-abnews-box .abnews-next:hover {
  opacity: 1;
}
.abnews {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 330px;
  padding: 0 30px;
  position: relative;
}
.abnews .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}
.abnews .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.abnews .img-txt {
  position: absolute;
  width: 100%;
  height: 180px;
  background: #0E4BA8;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 6px;
  text-align: center;
  padding-top: 120px;
  transition: all 0.3s;
}
.abnews .img-txt p {
  font-size: 18px;
  line-height: 36px;
  max-height: 36px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.abnews:hover .img-box img {
  transform: scale(1.1);
}
.abnews:hover .img-txt {
  height: 190px;
  padding-top: 130px;
}
/*research*/
.res-news {
  position: relative;
  display: block;
  overflow: hidden;
}
.res-news a {
  display: block;
  height: 400px;
}
.res-news .res-news-scroll {
  width: 500px;
  float: left;
}
.res-news .img-box {
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.res-news .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.res-news .img-txt {
  position: absolute;
  width: calc(100% - 329px);
  height: calc(100% - 40px);
  bottom: 0;
  right: 0;
  padding: 50px 50px 60px 220px;
  background: #F4F8FF;
}
.res-news .img-txt p {
  font-size: 18px;
  line-height: 36px;
  max-height: 252px;
  overflow: auto;
  color: #333;
}
.res-news .img-txt p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}
.res-news .img-txt p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #0e4caf79;
}
.res-news .img-txt p::-webkit-scrollbar-thumb:hover {
  background: #0E4DAF;
}
.res-news .img-txt p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #ededed;
}
.res-news a:hover .img-box img {
  transform: scale(1.1);
}
.res-news .res-news-down {
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 28px;
  width: 136px;
}
.res-news .res-news-next,
.res-news .res-news-prev {
  width: 28px;
  height: 28px;
  opacity: 0.37;
  border-radius: 50%;
  border: 2px solid #B9BBBD;
  z-index: 999;
}
.res-news .res-news-next::after,
.res-news .res-news-prev::after {
  font-size: 15px;
  font-weight: bold;
  color: #B9BBBD;
}
.res-news .res-news-next:hover,
.res-news .res-news-prev:hover {
  opacity: 1;
  border-color: #0E4BA8;
}
.res-news .res-news-next:hover::after,
.res-news .res-news-prev:hover::after {
  color: #0E4BA8;
}
.res-news .res-news-prev {
  left: 0;
  top: 0;
  margin: 0;
}
.res-news .res-news-next {
  right: 0;
  top: 0;
  margin: 0;
}
.res-news .res-news-page {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 28px;
  bottom: 0;
  color: #0E4BA8;
  font-size: 18px;
}
.res-news .res-news-page .swiper-pagination-current {
  font-size: 24px;
}
.res-pep {
  width: 100%;
  padding: 30px;
  border: 2px solid #EEF3FB;
  display: block;
  overflow: hidden;
}
.res-pep-left {
  width: calc(100% - 705px);
  padding-right: 40px;
  border-right: 1px solid #eef3fb;
  float: left;
}
.res-pep-left h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.res-pep-left p {
  font-size: 16px;
  line-height: 36px;
  height: 432px;
  overflow: auto;
}
.res-pep-left p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}
.res-pep-left p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #0e4caf79;
}
.res-pep-left p::-webkit-scrollbar-thumb:hover {
  background: #0E4DAF;
}
.res-pep-left p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #ededed;
}
.res-pep-right {
  width: 665px;
  float: left;
  margin-left: 40px;
}
.res-pep-list {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  overflow: hidden;
}
.res-pep-list li {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.res-pep-list li:last-child {
  margin-bottom: 0;
}
.res-pep-list li a {
  display: block;
  overflow: hidden;
}
.res-pep-list li a .img-box-top {
  width: 138px;
  float: left;
  border: 1px solid #e9eff9;
  margin-right: 20px;
}
.res-pep-list li a .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.res-pep-list li a .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.res-pep-list li a .img-txt {
  float: left;
  width: calc(100% - 158px);
}
.res-pep-list li a .img-txt h1 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 15px;
}
.res-pep-list li a .img-txt h1::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #0E4DAF;
  left: 0;
  bottom: 0;
}
.res-pep-list li a .img-txt p {
  color: #7C8796;
  line-height: 24px;
}
.res-pep-list li a:hover h1 {
  color: #0E4DAF;
}
.res-lab-list li {
  margin-bottom: 50px;
}
.res-lab-list li a {
  width: 100%;
  height: 257px;
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(9, 59, 138, 0.05);
  border-radius: 40px 6px 40px 6px;
  padding: 30px 40px;
  transition: all 0.3s;
}
.res-lab-list li a h1 {
  font-size: 18px;
  line-height: 26px;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.res-lab-list li a p {
  color: #949DA8;
  line-height: 20px;
  max-height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 15px;
}
.res-lab-list li a span {
  color: #0E4FB5;
}
.res-lab-list li a:hover {
  background: url(res-labbg.png) no-repeat center #0a51b2;
  background-size: cover;
}
.res-lab-list li a:hover h1 {
  color: #fff;
}
.res-lab-list li a:hover p,
.res-lab-list li a:hover span {
  color: #A6BBD6;
}
.res-fac-list li {
  margin-bottom: 30px;
}
.res-fac-list li a {
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #ECECEC;
  padding-left: 35px;
  position: relative;
}
.res-fac-list li a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: #EFA729;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding-left: 2px;
}
.res-fac-list li a p {
  font-size: 18px;
  line-height: 26px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.res-fac-list li a:hover p {
  color: #0E4FB5;
}
.res-ach-list a {
  width: 100%;
  height: 290px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.res-ach-list a::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  border: 1px solid #fff;
  transition: all 0.2s;
  z-index: 9;
}
.res-ach-list a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.res-ach-list a p {
  max-width: 80%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.res-ach-list a p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
  transform: translateX(-50%);
}
.res-ach-list a:hover::before {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}
.res-ach-list a:hover img {
  transform: scale(1.05);
}
.res-book-list a {
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}
.res-book-list a .img-box {
  width: 100%;
  height: 342px;
}
.res-book-list a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.res-book-list a .img-txt {
  background: #EEF3FB;
  height: 80px;
  border-bottom: 1px solid #0E4FB5;
  padding: 10px;
}
.res-book-list a .img-txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.res-book-list a:hover {
  margin-top: -10px;
}
.res-book-list a:hover .img-txt {
  background: #0E4FB5;
}
.res-book-list a:hover .img-txt p {
  color: #fff;
}
/*news*/
.news {
  position: relative;
}
.news .img-box {
  width: 600px;
  height: 396px;
  float: left;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.news .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news .img-txt {
  padding: 40px;
  float: left;
  width: calc(100% - 600px);
  height: 396px;
  background: url(news-bg.png) no-repeat right bottom;
  border: 1px solid #e7edf8;
  border-left: 0;
  border-radius: 0 6px 6px 0;
}
.news .img-txt h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .img-txt span {
  display: block;
  width: 50px;
  height: 3px;
  background: #EFA729;
  border-radius: 2px;
  margin: 30px 0;
  transition: all 0.3s;
}
.news .img-txt p {
  font-size: 16px;
  color: #838C9D;
  line-height: 30px;
  max-height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news:hover .img-box img {
  transform: scale(1.1);
}
.news:hover h1 {
  color: #0E4FB5;
}
.news:hover span {
  width: 60px;
}
.news-down {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 66px;
  height: 28px;
}
.news-down .news-next,
.news-down .news-prev {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #1861AD;
  z-index: 999;
}
.news-down .news-next::after,
.news-down .news-prev::after {
  font-family: "FontAwesome";
  font-size: 12px;
  color: #1861AD;
}
.news-down .news-next:hover,
.news-down .news-prev:hover {
  background: #0E4FB5;
  border-color: #0E4FB5;
}
.news-down .news-next:hover::after,
.news-down .news-prev:hover::after {
  color: #fff;
}
.news-down .news-prev {
  left: 0;
  top: 0;
  margin: 0;
}
.news-down .news-prev::after {
  content: "\f177";
}
.news-down .news-next {
  right: 0;
  top: 0;
  margin: 0;
}
.news-down .news-next::after {
  content: "\f178";
}
.news-rea-list a .img-box {
  width: 100%;
  height: 290px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  border: 1px solid #ececec;
}
.news-rea-list a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news-rea-list a .img-txt {
  padding: 35px 20px;
  height: 325px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  position: relative;
}
.news-rea-list a .img-txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #EFA729;
}
.news-rea-list a .img-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #0E4FB5;
  transition: all 0.3s;
  z-index: 1;
}
.news-rea-list a .img-txt span {
  display: block;
  line-height: 18px;
  margin-bottom: 20px;
  color: #0E4FB5;
}
.news-rea-list a .img-txt h1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-rea-list a .img-txt p {
  font-size: 16px;
  color: #838c9d;
  line-height: 24px;
  max-height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news-rea-list a:hover .img-box img {
  transform: scale(1.1);
}
.news-rea-list a:hover .img-txt h1 {
  color: #0A51B2;
}
.news-rea-list a:hover .img-txt::before {
  width: 100%;
}
.news-event-list li {
  margin-bottom: 40px;
}
.news-event-list a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 2px 10px 0px rgba(14, 79, 181, 0.1);
  padding: 30px 20px;
  position: relative;
}
.news-event-list a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: #0E4FB5;
  transition: all 0.3s;
}
.news-event-list a p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-event-list a:hover {
  background: none;
}
.news-event-list a:hover p {
  color: #fff;
}
.news-event-list a:hover::before {
  height: 100%;
  z-index: -1;
}
.news-event-list a:hover .news-event-left h1 {
  color: #fff;
}
.news-event-list a:hover .news-event-left h1::before {
  background: #fff;
}
.news-event-list a:hover .news-event-left span {
  color: #fff;
}
.news-ime-list a .img-box {
  width: 100%;
  height: 290px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #ececec;
}
.news-ime-list a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news-ime-list a .img-box span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 145px;
  height: 40px;
  background: #EFA729;
  border-radius: 0px 6px 0px 0px;
  text-align: center;
  line-height: 40px;
  display: block;
  color: #fff;
}
.news-ime-list a .img-txt {
  padding: 18px  20px;
  height: 126px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  position: relative;
}
.news-ime-list a .img-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #0E4FB5;
  transition: all 0.3s;
  z-index: 1;
}
.news-ime-list a .img-txt h1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-ime-list a:hover .img-box img {
  transform: scale(1.1);
}
.news-ime-list a:hover .img-txt h1 {
  color: #0A51B2;
}
.news-ime-list a:hover .img-txt::before {
  width: 100%;
}
/*people*/
.pep-box1 {
  padding-bottom: 40px;
}
.ydz-peopleList {
  position: relative;
}
.ydz-peopleList .item {
  border: 1px solid #E4EAF5;
  border-radius: 4px;
  display: block;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background: url(lxs-pbg.png) no-repeat right bottom;
  background-position: right 20px bottom 20px;
}
.ydz-peopleList .item .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 159px;
  overflow: hidden;
}
.ydz-peopleList .item .imgBox img {
  transform: scale(1);
  transition: all 0.3s;
}
.ydz-peopleList .item .peopleInfo {
  padding: 26px;
  padding-left: 179px;
}
.ydz-peopleList .item .peopleInfo h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-bottom: 43px;
}
.ydz-peopleList .item .peopleInfo h2:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #0E4DAF;
  border-radius: 1px;
  left: 0;
  top: 42px;
}
.ydz-peopleList .item .peopleInfo p {
  font-size: 16px;
  font-weight: 400;
  color: #747474;
  line-height: 26px;
}
.ydz-peopleList .item:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ydz-peopleList .item:hover .peopleInfo h2 {
  color: #EFA729;
}
.ydz-peopleList .item:hover .peopleInfo h2:after {
  background: #EFA729;
}
.ydz-casMember {
  position: relative;
}
.ydz-casMember .swiper-button-prev {
  left: -80px;
}
.ydz-casMember .swiper-button-next {
  right: -80px;
}
.ydz-casMember .swiper-button-prev,
.ydz-casMember .swiper-button-next {
  border: 1px solid #1861AD;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  top: 55%;
}
.ydz-casMember .swiper-button-prev:after,
.ydz-casMember .swiper-button-next:after {
  font-size: 21px;
}
.ydz-casMember .swiper-button-prev:hover,
.ydz-casMember .swiper-button-next:hover {
  background: #1861AD;
}
.ydz-casMember .swiper-button-prev:hover::after,
.ydz-casMember .swiper-button-next:hover::after {
  color: #fff;
}
.ydz-casMember .picBox {
  position: absolute;
  right: 0;
  top: 0;
  width: 246px;
  height: 347px;
  overflow: hidden;
  border-radius: 5px;
}
.ydz-casMember .picBox img {
  width: 100%;
  position: relative;
  right: 1px;
}
.ydz-casMember .peopleInfo {
  width: calc(100% - 570px);
}
.ydz-casMember .peopleInfo h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-bottom: 32px;
  padding-top: 37px;
}
.ydz-casMember .peopleInfo h2:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #0E4DAF;
  border-radius: 1px;
  left: 0;
  top: 0;
}
.ydz-casMember .peopleInfo .peopleDesc {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-bottom: 10px;
  height: 182px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.ydz-casMember .peopleInfo .viewMore {
  height: 43px;
  display: inline-block;
  line-height: 43px;
  border: 1px solid #1861AD;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #0E4FB5;
  padding: 0 15px;
  transition: all 0.3s;
}
.ydz-casMember .peopleInfo .viewMore i {
  position: relative;
  right: 0;
  transition: all 0.3s;
}
.ydz-casMember .peopleInfo .viewMore:hover {
  border-radius: 0px;
  transition: all 0.3s;
}
.ydz-casMember .peopleInfo .viewMore:hover i {
  position: relative;
  right: -5px;
  transition: all 0.3s;
}
/*join*/
.join-top,
.join-btm {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.join-top {
  height: 300px;
  margin-bottom: 50px;
}
.join-top img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.join-top h1 {
  width: 500px;
  height: 100px;
  border: 1px solid #FFFFFF;
  display: block;
  line-height: 60px;
  padding: 20px;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  bottom: 75px;
  color: #fff;
  text-align: center;
}
.join-top:hover img {
  transform: scale(1.1);
}
.join-top:hover h1 {
  border-color: #EFA729;
  color: #EFA729;
}
.join-btm {
  height: 0;
  padding-bottom: 100%;
}
.join-btm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.join-btm::after {
  content: "";
  width: 100%;
  height: 60%;
  background: #0E4DAF;
  background: linear-gradient(rgba(4, 77, 175, 0), rgba(14, 77, 175, 0.92));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.join-btm p {
  position: absolute;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
  width: 80%;
  left: 5%;
  bottom: 20px;
  z-index: 2;
  transition: all 0.3s;
}
.join-btm:hover::after {
  height: 100%;
}
.join-btm:hover p {
  bottom: 40px;
}
.join-btm:hover img {
  transform: scale(1.1);
}
/*地图*/
.join-map {
  width: 100%;
  padding: 25px;
  background: url(map-bg.png) center #fff;
  display: block;
  overflow: hidden;
}
.join-map-left {
  float: left;
  padding-left: 20px;
  padding-top: 40px;
  font-size: 18px;
  width: 588px;
}
.join-map-left p {
  margin-bottom: 20px;
}
.join-map-right {
  float: right;
  width: calc(100% - 588px);
}
/*放大镜*/
#glass {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}
/*内页*/
.other-menu {
  margin-top: 40px;
  margin-right: 0;
  padding-bottom: 0;
  border-top: 1px solid #0E4DAF;
}
.other-menu .menu-cont {
  background: #FFFFFF;
}
.other-menu .menu-cont .box-a {
  border-bottom: 1px solid rgba(2, 51, 111, 0.08);
  cursor: pointer;
}
.other-menu .menu-cont .down-menu {
  display: none;
}
.other-menu .menu-cont .a-title {
  padding: 20px 26px;
  padding-left: 45px;
  line-height: 28px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
}
.other-menu .menu-cont .a-title::before {
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 4px;
  height: 20px;
  background: #3567B6;
  border-radius: 2px;
}
.other-menu .menu-cont .a-title::after {
  display: none;
}
.other-menu .menu-cont .a-title:hover {
  color: #3D55A7;
  background: #F6F9FE;
}
.other-menu .menu-cont .a-title:hover::before {
  background: #EFA729;
}
.other-menu .menu-cont .box-a-down .a-title:after {
  display: block;
  content: "\f105";
  top: 0;
  line-height: 70px;
  right: 20px;
  color: #3562B2;
}
.other-menu .menu-cont .box-a-down.active .a-title::after {
  content: "\f107";
}
.other-menu .menu-cont .box-a.active {
  background: #F6F9FE;
}
.other-menu .menu-cont .box-a.active .down-menu {
  display: block;
}
.other-menu .menu-cont .box-a.active .a-title {
  color: #0E4DAF;
}
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #EFA729;
}
.other-menu .down-menu {
  overflow: hidden;
  padding: 0;
  padding-bottom: 10px;
}
.other-menu .down-menu a {
  margin-bottom: 10px;
  padding: 0 10px 0 63px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.other-menu .down-menu a:after {
  width: 0px;
  height: 2px;
  background: #1861AD;
  top: 10px;
  left: 45px;
  border-radius: 0;
  transition: all 0.2s;
}
.other-menu .down-menu a.active {
  color: #1546B0;
}
.other-menu .down-menu a.active::after {
  width: 6px;
}
.other-menu .down-menu a.active:hover::after {
  width: 12px;
}
.other-menu .down-menu a:hover {
  color: #1546B0;
}
.other-menu .down-menu a:hover:after {
  width: 12px;
}
.other-menu .down-menu .down-menu-down {
  padding-left: 20px;
}
.ny-right {
  margin-top: 40px;
}
.ny-right-tit {
  font-size: 48px;
  font-weight: bold;
  color: #0E4DAF;
  line-height: 36px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(17, 86, 193, 0.07);
  margin-bottom: 50px;
}
/*人员图片*/
.pep-toptit {
  display: block;
  width: 100%;
  padding: 10px 22px;
  line-height: 30px;
  background: #EEF2F9;
  border-left: 2px solid #0E4DAF;
  font-size: 22px;
  font-weight: bold;
  color: #0E4DAF;
  margin-bottom: 40px;
}
.more-pepList li {
  margin-bottom: 50px;
}
.more-pepList li:nth-child(5n + 1) {
  clear: left;
}
.more-pepList a {
  display: block;
}
.more-pepList .img-box {
  width: 100%;
  height: 245px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.more-pepList .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.more-pepList .img-tit {
  min-height: 60px;
  width: 100%;
  background: #EEF2F9;
  border-bottom: 2px solid #0E4DAF;
  padding: 15px 10px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.more-pepList .img-tit::after {
  content: "";
  width: 0;
  height: 2px;
  background: #EFA729;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  transition: all 0.3s;
  z-index: 1;
}
.more-pepList a:hover .img-tit {
  color: #EFA729;
}
.more-pepList a:hover .img-tit::after {
  width: 100%;
}
/*人员细览*/
.pep-xilan .info-top {
  background: #DEE6F5;
  padding: 40px;
  height: auto;
  display: block;
  overflow: hidden;
  background: url(lxs-pepxlbg.png) no-repeat right bottom #DEE6F5;
}
.pep-xilan .info-top .box-img {
  float: left;
  position: static;
  width: 206px;
  height: auto;
}
.pep-xilan .info-top .box-info {
  float: left;
  width: calc(100% - 206px);
  padding-left: 40px;
}
.pep-xilan .info-top .box-info .info-title {
  padding-bottom: 25px;
  padding-left: 0;
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 30px;
  border-color: rgba(14, 77, 175, 0.3);
}
.pep-xilan .info-top .box-info .info-title span {
  color: #0E4DAF;
}
.pep-xilan .info-top .box-info .info-title::after {
  display: none;
}
.pep-xilan .info-top .box-info .box-s {
  font-size: 16px;
  margin-bottom: 15px;
}
.pep-xilan .info-top .box-info .box-s .title-s {
  display: inline-block;
}
.pep-xilan .info-top .box-info .box-s .txt-s {
  color: #333;
}
.pep-xilan .info-groups .info-title {
  background: #EEF2F9;
  border-color: #0E4DAF;
  color: #0E4DAF;
}
.pep-xilan .info-groups .info-txt {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-align: left;
  word-break: break-word;
}
/*图文列表*/
.ny-twlist .box-s {
  margin-bottom: 40px;
}
.ny-twlist .box-s .box-img {
  width: 310px;
  height: 205px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 30px;
  border: 1px solid #ececec;
}
.ny-twlist .box-s .box-info {
  padding-top: 10px;
}
.ny-twlist .box-s .box-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  max-height: 60px;
}
.ny-twlist .box-s .box-txt {
  color: #838C9D;
}
.ny-twlist .box-s .box-date {
  color: #0E4DAF;
}
.ny-twlist .box-s:hover .box-title {
  color: #0E4DAF;
}
/*细览*/
.details-page .main-cont {
  text-align: left;
  color: #333;
}
.details-page .detail-top .title-s {
  max-width: 100%;
}
.details-page .detail-top .top-other {
  color: #999;
}
.details-page .cont-page {
  border-color: rgba(2, 51, 111, 0.1);
  color: #999999;
}
.details-page .cont-page .a-page a {
  color: #999;
}
.details-page .cont-page .a-page i {
  vertical-align: top;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
  font-size: 20px;
  border: 1px solid #999999;
}
.details-page .cont-page .a-page:hover {
  color: #999;
}
.details-page .cont-page .a-page:hover a {
  color: #0E4DAF;
}
.right-cont {
  padding-bottom: 30px;
}
/*分页*/
.fy-box {
  margin-top: 30px;
}
.comp-pages {
  padding-top: 0px;
  margin-bottom: 50px;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  color: #666666;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}
.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: #0E4DAF;
  border: 1px solid #0E4DAF;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #0E4DAF;
  border: 1px solid #0E4DAF;
  color: #fff;
}
.comp-pages .page-phone {
  background: #0E4DAF;
}
.introduction-cont .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #0E4DAF;
  padding-left: 30px;
  margin-bottom: 20px;
  background: url(lxsen-icon1.png) no-repeat left 10px;
  background-size: 16px 16px;
}
.introduction-cont .txt {
  color: #333333;
  line-height: 32px;
  margin-bottom: 30px;
}
.introduction-cont .txt p,
.introduction-cont .txt div {
  margin-bottom: 15px;
}
.leader-list-a {
  display: block;
  border-radius: 4px;
  background: #F4F6F9 url(lxsen-icon2.png) no-repeat right bottom;
  margin-bottom: 50px;
}
.leader-list-a .img-box {
  float: left;
  border-radius: 4px;
  overflow: hidden;
  width: 143px;
  height: 200px;
  margin-right: 20px;
}
.leader-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.leader-list-a .info {
  overflow: hidden;
  padding: 24px 20px 0 0;
}
.leader-list-a .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 32px;
  position: relative;
}
.leader-list-a .title::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  background: #EFA729;
  border-radius: 2px;
  left: 0;
  bottom: -18px;
}
.leader-list-a .desc {
  font-size: 16px;
  color: #747474;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 84px;
}
.leader-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.leader-list-a:hover .title {
  color: #0E4DAF;
}
.leader-list li:nth-child(3n+1) {
  /* clear: left; */
}
.history-list {
  height: 1600px;
  overflow: hidden;
  overflow-y: auto;
}
.history-list::-webkit-scrollbar {
  width: 10px;
  background: rgba(148, 157, 168, 0.12);
}
.history-list::-webkit-scrollbar-thumb {
  background: rgba(148, 157, 168, 0.3);
}
.history-list::-webkit-scrollbar-button {
  display: none;
}
.history-list ul {
  position: relative;
}
.history-list ul::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 50%;
  border: 1px dashed #3567B6;
}
.history-list li {
  position: relative;
  z-index: 9;
  margin-bottom: 38px;
}
.history-list li:nth-child(2n+1) .title {
  float: right;
  padding: 0 43px 0 72px;
}
.history-list li:nth-child(2n+1) .title::before {
  right: auto;
  left: -9px;
}
.history-list li:nth-child(2n+1) .title::after {
  right: auto;
  left: -4px;
}
.history-list li:nth-child(2n+1) .title div {
  text-align: left;
}
.history-list li:nth-child(2n+1) .info {
  float: left;
  padding: 0 72px 0 43px;
}
.history-list li:nth-child(2n+1) .info::before {
  left: auto;
  right: -13px;
}
.history-list li:nth-child(2n+1) .info::after {
  left: auto;
  right: 18px;
}
.history-list .title {
  float: left;
  width: 50%;
  padding: 0 72px 0 43px;
  position: relative;
}
.history-list .title::before {
  position: absolute;
  content: '';
  right: -10px;
  top: 120px;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 2px solid #0E4DAF;
  border-radius: 50%;
  z-index: 3;
}
.history-list .title::after {
  position: absolute;
  content: '';
  right: -5px;
  top: 125px;
  width: 8px;
  height: 8px;
  background: #EFA729;
  border-radius: 50%;
  z-index: 4;
}
.history-list .title div {
  text-align: right;
  font-size: 70px;
  line-height: 80px;
  font-weight: bold;
  color: #0E4DAF;
  padding-top: 92px;
}
.history-list .info {
  float: right;
  width: 50%;
  padding: 0 43px 0 72px;
  position: relative;
}
.history-list .info::before {
  position: absolute;
  content: '';
  left: -12px;
  top: 116px;
  width: 26px;
  height: 26px;
  background: #3567B6;
  opacity: 0.32;
  border-radius: 50%;
}
.history-list .info::after {
  position: absolute;
  content: '';
  left: 18px;
  top: 128px;
  width: 54px;
  height: 1px;
  background: #3567B6;
}
.history-list .img-box {
  height: 267px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.history-list .img-box img {
  width: 100%;
  height: 100%;
}
.history-list .txt {
  font-size: 17px;
  color: #333333;
  line-height: 33px;
}
.gjhz-list .col-lg-3:nth-child(4n+1) {
  clear: left;
}
.gjhz-list-a {
  display: block;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #E7EFFC;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 40px;
}
.gjhz-list-a .img-box {
  display: table;
  width: 100%;
  height: 100%;
}
.gjhz-list-a span {
  width: 100%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.gjhz-list-a span img {
  width: auto;
  height: auto;
  max-height: 65px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.gjhz-list-a:hover {
  border: 1px solid #3567B6;
}
.m30 {
  margin: 0 -30px;
}
.p30 {
  padding: 0 30px;
}
.tp-list .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.tp-list-a {
  display: block;
  margin-bottom: 60px;
  position: relative;
}
.tp-list-a .img-box {
  height: 205px;
  border-radius: 6px;
  overflow: hidden;
}
.tp-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tp-list-a .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40px;
  background: url(lxsen-img15.png) no-repeat center bottom;
  background-size: 100% auto;
  border-radius: 6px;
  padding: 20px 30px 17px 30px;
}
.tp-list-a .title div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 17px;
}
.tp-list-a .title div::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 2px;
  background: #EFA729;
  left: 0;
  top: -10px;
  transition: all 0.5s;
}
.tp-list-a .title div span {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.tp-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tp-list-a:hover .title div::before {
  width: 100%;
  transition: all 0.5s;
}
.wz-list-ul li {
  background: #F6F9FE;
}
.wz-list-ul li:nth-child(2n) {
  background: #FFFFFF;
}
.wz-list-a {
  display: block;
  padding: 16px 30px 16px 30px;
  position: relative;
}
.wz-list-a .title {
  padding: 0 100px 0 20px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.wz-list-a .title::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #0E4DAF;
  left: 0px;
  top: 10px;
}
.wz-list-a .date {
  position: absolute;
  right: 30px;
  top: 13px;
  color: #838C9D;
  line-height: 28px;
}
.wz-list-a:hover .title {
  color: #0E4DAF;
}
.mechanics-dp-box p {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.mechanics-swiper-box {
  margin-top: 60px;
  padding-top: 62px;
  position: relative;
  overflow: hidden;
}
.mechanics-swiper-box::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  right: 95px;
  top: 15px;
  background: rgba(17, 86, 193, 0.07);
}
.mechanics-swiper-box .swiper-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 32px;
}
.mechanics-swiper-box .swiper-btn .swiper-button-next,
.mechanics-swiper-box .swiper-btn .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: rgba(14, 77, 175, 0.16);
  top: 0;
  margin-top: 0;
  opacity: 1;
}
.mechanics-swiper-box .swiper-btn .swiper-button-next::after,
.mechanics-swiper-box .swiper-btn .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: #0e4daf;
}
.mechanics-swiper-box .swiper-btn .swiper-button-next:hover,
.mechanics-swiper-box .swiper-btn .swiper-button-prev:hover {
  background: #0E4DAF;
}
.mechanics-swiper-box .swiper-btn .swiper-button-next:hover::after,
.mechanics-swiper-box .swiper-btn .swiper-button-prev:hover::after {
  color: #FFF;
}
.mechanics-swiper-box .swiper-btn .swiper-button-next,
.mechanics-swiper-box .swiper-btn .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}
.mechanics-swiper-box .swiper-btn .swiper-button-prev,
.mechanics-swiper-box .swiper-btn .swiper-container-rtl .swiper-button-next {
  left: 0px;
}
.mechanics-swiper-box .swiper {
  overflow: hidden;
}
.mechanics-swiper-box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fj-img-a {
  display: block;
  border-bottom: 1px solid rgba(14, 77, 175, 0.5);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.fj-img-a .img-box {
  height: 250px;
  overflow: hidden;
}
.fj-img-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.fj-img-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tw-list-a {
  display: block;
  margin-bottom: 50px;
}
.tw-list-a .img-box {
  float: left;
  width: 200px;
  height: 277px;
  background: #BEBEBE;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 30px;
}
.tw-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tw-list-a .info {
  overflow: hidden;
}
.tw-list-a .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.tw-list-a .desc {
  color: #333333;
  line-height: 26px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 130px;
  margin-bottom: 53px;
}
.tw-list-a .more {
  width: 120px;
  height: 40px;
  background: #E9EFF9;
  border-radius: 20px;
  text-align: center;
  color: #0E4DAF;
  line-height: 40px;
  transition: all 0.5s;
}
.tw-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tw-list-a:hover .title {
  color: #0E4DAF;
}
.tw-list-a:hover .more {
  margin-left: 20px;
  transition: all 0.5s;
}
.tw-list2-ul li {
  padding-bottom: 23px;
  margin-bottom: 22px;
  border-bottom: 1px dashed rgba(53, 103, 182, 0.34);
}
.tw-list2-ul li:last-child {
  margin-bottom: 50px;
}
.tw-list2-a {
  display: block;
}
.tw-list2-a .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.tw-list2-a .desc {
  color: #949DA8;
  line-height: 22px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
}
.tw-list2-a:hover .title {
  color: #0E4DAF;
}
.tw-list3-ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EDF2F9;
}
.tw-list3-ul li:last-child {
  margin-bottom: 50px;
}
.tw-list3-a {
  display: block;
}
.tw-list3-a .data-box {
  float: left;
  width: 80px;
  height: 80px;
  background: #E4EEFE;
  border-radius: 6px;
  text-align: center;
  margin-right: 30px;
  padding-top: 12px;
}
.tw-list3-a .data-box div {
  font-size: 16px;
  color: #0E4DAF;
  line-height: 1;
}
.tw-list3-a .data-box div:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 3px;
}
.tw-list3-a .info {
  overflow: hidden;
}
.tw-list3-a .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.tw-list3-a .desc {
  color: #838C9D;
  line-height: 24px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.tw-list3-a:hover .title {
  color: #0E4DAF;
}
.leader-list-detail {
  padding: 50px 30px;
  margin-bottom: 50px;
  background: #F4F6F9;
  border-radius: 4px;
}
.leader-list-detail .left-img-cont {
  float: left;
  width: 180px;
  margin-right: 30px;
  padding-bottom: 125px;
  background: url(lxsen-img19.png) no-repeat center bottom;
}
.leader-list-detail .img-box {
  width: 100%;
  height: 253px;
  background: #718AB0;
  border-radius: 4px;
  overflow: hidden;
}
.leader-list-detail .img-box img {
  width: 100%;
  height: 100%;
}
.leader-list-detail .right-info {
  overflow: hidden;
}
.leader-list-detail .detail-top {
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(32, 48, 210, 0.13);
  position: relative;
}
.leader-list-detail .detail-top::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 3px;
  background: #0E4DAF;
  left: 0;
  bottom: -1px;
}
.leader-list-detail .detail-top div {
  float: left;
  margin-right: 40px;
}
.leader-list-detail .detail-top .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
}
.leader-list-detail .detail-top .desc {
  font-size: 16px;
  color: #747474;
  line-height: 30px;
}
.leader-list-detail .txt {
  color: #000000;
  line-height: 32px;
}
.leader-list-detail .txt p,
.leader-list-detail .txt div {
  margin-bottom: 15px;
}
.swiper-button-prev::after {
  content: '\f104';
  font-family: "FontAwesome";
  font-size: 25px !important;
}
.swiper-button-next::after {
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 25px !important;
  padding-left: 5px;
}

.details-page .main-cont table{
    margin: 0 auto !important;
}