.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #3D55A7;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-text-list-03 li {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: none;
}
.comp-text-list-03 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.comp-text-list-03 .box-s {
  color: #999999;
}
.comp-text-list-03 .box-s .box-info {
  transform: translateY(-9px);
}
.comp-text-list-03 .box-s .box-date {
  width: 70px;
  height: 70px;
  background: linear-gradient(90deg, #046BC7 0%, #005BAC 100%);
  border-radius: 5px;
  margin-right: 30px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #FFFFFF;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  font-size: 32px;
  line-height: 1;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  font-size: 12px;
  line-height: 1;
}
.comp-text-list-03 .box-s .box-title {
  line-height: 34px;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 0px;
  min-height: 48px;
  height: auto;
  color: #999999;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #3D55A7;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #3D55A7;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
.comp-image-text-list-06 .box-s {
  margin-bottom: 50px;
  color: #999999;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 12px;
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #005BAC;
}
.comp-image-text-list-06 .box-s .box-img {
  width: 340px;
  height: 225px;
  border: 1px solid #dbe8f1;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #01226F;
  line-height: 30px;
  max-height: 60px;
}
.comp-image-text-list-06 .box-s .box-txt {
  color: #999999;
  height: auto;
  min-height: 84px;
  line-height: 28px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #005BAC;
  line-height: 1;
}
.comp-image-text-list-06 li:last-child .box-s {
  margin-bottom: 0;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #3D55A7;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #3D55A7;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #3D55A7;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
}
.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-01 .info-top {
  padding: 20px 250px 50px 0px;
  margin-bottom: 60px;
  background: transparent url(xilan-bg.png) no-repeat 70% top;
  min-height: 400px;
  border-bottom: 12px solid #EFF8FF;
}
.comp-personnel-details-01 .info-top .box-img {
  right: 0px;
  top: 0px;
  width: 250px;
  height: 338px;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: none;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
  background: #BD0B0B;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  color: #005BAC;
  line-height: 1;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #333333;
  font-size: 20px;
  line-height: 34px;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 30px;
}
.comp-personnel-details-01 .info-groups .info-title {
  background: none;
  border-left: none;
  border-bottom: 1px dashed #DBE8F1;
  padding: 10px 15px 10px 0;
  margin-bottom: 20px;
  color: #005BAC;
  line-height: 34px;
  position: relative;
}
.comp-personnel-details-01 .info-groups .info-title::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 3px;
  background: #BD0B0B;
  bottom: -1px;
  left: 0;
}
.comp-personnel-details-01 .info-groups .info-txt {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
/*人员细览  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;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3D55A7;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 60% !important;
  height: 100% !important;
  margin: 40px auto 40px;
  display: block;
  object-fit: fill;
}
.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.4;
  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;line-height: 32px;
}
.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;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  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: #3D55A7;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #3D55A7;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3D55A7;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #3D55A7;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #3D55A7;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: Arial;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}
@media (min-width: 1280px) {
  .container {
    width: 1250px;
  }
}
@media (min-width: 1458px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*default-bread-crumbs*/
.default-bread-crumbs {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
/*page-main*/
.page-main {
  padding-bottom: 50px;
  position: relative;
  z-index: 101;
}
/*nav*/
/*默认导航*/
@media (max-width: 992px) {
  nav.navbar.bootsnav.bootsnavdef .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav.navbar.bootsnav.bootsnavdef .navbar-brand img.logo {
    width: 60px;
  }
}
@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: #3D55A7;
  }
  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: #3D55A7;
  }
  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: #3D55A7;
    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;
  }
}
@media all and (max-width: 992px) {
  nav.navbar.bootsnav.bootsnavfull {
    /*下拉菜单设置*/
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-brand {
    float: left !important;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    background: #3D55A7;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle {
    background-color: transparent;
    float: right;
    margin-right: 0;
    top: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle .fa-bars,
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle .fa-times {
    color: #fff;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav > li {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav > li:after {
    display: none;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull 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.bootsnavfull 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.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
    line-height: 24px;
    background: #3D55A7;
    font-weight: normal;
    text-align: left;
    font-size: 15px;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #bb2527 !important;
    color: #fff;
  }
}
@media (min-width: 1458px) {
  .container {
    width: 1400px;
  }
}
/*搜索*/
.search-box a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(kjzx-sousuo.png) no-repeat center center;
  margin-top: 3px;
}
.top-search {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.top-search .search-cont {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top-search .search-cont input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #333333 inset;}
.top-search .search-cont input::first-line{color: #fff;}
.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  color: #fff;
  padding: 0 40px 0 5px;
}
.top-search .s-btn {
  background: url(search.png) no-repeat center center;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 10px;
}
.hys-h-logo {
  float: left;
  width: 357px;
  margin-top: 28px;
}
.ph-s-box {
  display: none;
}
.n-s-box {
  float: right;
  /*width: calc(100% - 500px);*/
  margin-top: 16px;
  position: relative;
}
.t-link {
  position: absolute;
  right: 0;
}
.t-link li {
  float: left;
  font-size: 14px;
  line-height: 23px;
  margin-left: 30px;
  position: relative;
}
.t-link li:first-child {
  margin-left: 0;
}
.t-link li a {
  color: #FFFFFF;
}
.t-link li:last-child::after,
.t-link li:nth-child(3)::after {
  display: none;
}
.t-link li:last-child {
  margin-left: 18px;
}
.t-link li::after {
  position: absolute;
  content: '';
  top: 6px;
  right: -15px;
  width: 1px;
  height: 12px;
  background: #FFFFFF;
}
.t-link .search-trigger {
  display: block;
  width: 22px;
  height: 22px;
  background: url(search.png) no-repeat center center;
  margin-top: 0px;
}
.t-box {
  position: relative;
}
.t-box .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
}
.t-lun {
  display: block;
}
.t-lun .t-bg {
  height: 800px;
  overflow: hidden;
  position: relative;
}
.t-lun .t-bg::before,
.t-lun .t-bg::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 218px;
}
.t-lun .t-bg::before {
  top: 0;
  background: url(t-lun-bg1.png) repeat-x top center;
}
.t-lun .t-bg::after {
  bottom: 0;
  background: url(t-lun-bg2.png) repeat-x top center;
}
.t-lun img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.t-lun:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.t-lun .lun-txt {
  position: relative;
}
.t-lun .lun-title {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  text-shadow: 0px 0px 4px #000000;
  max-width: 926px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.t-banner .owl-dots {
  position: absolute;
  right: 252px;
  bottom: 34px;
}
.t-banner .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 8px;
}
.t-banner .owl-dots .active {
  width: 38px;
  background: #BC0B0B;
  border-radius: 20px;
}
.nav-wrap {
  margin-top: 30px;
}
.navbar-collapse {
  padding: 0;
}
nav.navbar.bootsnav {
  min-height: 60px;
  background: transparent;
  border: none;
  background-size: cover;
  box-shadow: none;
  z-index: 999;
  position: relative;
}
nav.navbar.bootsnav .container {
  width: auto;
  max-width: 100%;
}
nav.navbar.bootsnav ul.nav {
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  padding: 5px 12px;
  text-align: center;text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent !important;
  color: #94cdff !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: none;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #FFF;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #333;
  margin: 0;
  padding: 10px 6px;
  line-height: 20px;
  background: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #e5f2fb;
  color: #3a75b8;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  border: none;
  border-top: none;
  margin-top: 0px;
  box-shadow: none;
}
.box1 {
  background: url(hys-box1bg.jpg) no-repeat center center;
  background-size: cover !important;
  padding-bottom: 80px;
}
.m30 {
  margin: 0 -30px;
}
.pl30 {
  padding: 0 0 0 30px;
}
.pr30 {
  padding: 0 30px 0 0;
}
.i-title {
  text-align: center;
  font-size: 60px;
  line-height: 54px;
  font-weight: bold;
  color: #00226F;
  padding-bottom: 25px;
  background: url('i-title-bg.png') no-repeat center bottom;
  margin-bottom: 40px;text-transform: uppercase;
}
.more-btn {
  display: block;
  width: 322px;
  height: 60px;
  margin: 50px auto 0;
  transition: all 0.5s;
}
.more-btn:hover {
  color: #fff;
  transition: all 0.5s;
}
.more-btn .button--isi {
  padding: 0;
  color: #fff;
  background: none;
  overflow: hidden;
}
.more-btn .button--isi::before {
  background: #13a8f5;
}
.more-btn .button--isi:hover::before {
  -webkit-transform: scale3d(12, 9, 1);
  transform: scale3d(12, 9, 1);
}
.more-btn .button {
  float: none;
  min-width: auto;
  max-width: 322px;
  margin: 0;
  padding: 0;
  background: #19A0E6;
  border-radius: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}
.Research {
  margin-top: 74px;
  overflow: hidden;
}
.Research .owl-dots {
  position: absolute;
  right: 28px;
  bottom: 20px;
}
.Research .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-left: 6px;
}
.Research .owl-dots .active {
  width: 30px;
  background: #BC0B0B;
  border-radius: 20px;
}
.m-lun {
  display: block;
  position: relative;
  height: 417px;
  overflow: hidden;
}
.m-lun img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.m-lun:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.m-lun .lun-txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000E36 0%, rgba(0, 14, 54, 0) 100%);
  opacity: 0.9;
}
.m-lun .lun-t-box {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
}
.m-lun .lun-title {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 60px 0 28px;
  margin-bottom: 12px;
}
.m-lun .lun-desc {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 50px 0 28px;
}
.ph-imgt {
  display: none;
}
.Research-info {
  min-height: 209px;
  display: block;
  padding: 24px 30px;
  position: relative;
}
.Research-info:hover .more {
  transition: all 1s;
  animation: none;
}
.Research-info:hover .Research-t {
  transform: translateY(10px);
  transition: all 0.7s;
}
.re-info1 {
  background: #325EC0;
}
.re-info2 {
  background: #00226F;
}
.Research-t {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 80px;
  transition: all 0.7s;
}
.more {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
  position: absolute;
  bottom: 24px;
  left: 30px;
  padding-right: 40px;
  background: url(more-bg.png) no-repeat 100% 2px;
  animation: left 1500ms ease-out infinite;
  transition: all 1s;
}
@keyframes left {
  0% {
    background: url(more-bg.png) no-repeat 100% 2px;
  }
  50% {
    background: url(more-bg.png) no-repeat 95% 2px;
  }
  100% {
    background: url(more-bg.png) no-repeat 100% 2px;
  }
}
.Research-img {
  display: block;
  height: 209px;
  overflow: hidden;
}
.Research-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.Research-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.wedo {
  margin-top: 96px;
}
.wedo .i-title {
  color: #FFFFFF;
}
.wedo-ul li {
  background: transparent;
  transition: all 1s;
}
.wedo-ul li:hover {
  transition: all 1s;
  background: rgba(0, 30, 99, 0.6);
  margin: 0 -30px;
  padding: 0 30px;
}
.wedo-ul li:hover .wedo-a .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.wedo-a {
  display: block;
  padding: 22px 0 20px 0;
  border-bottom: 1px solid rgba(230, 232, 239, 0.4);
}
.wedo-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.wedo-a .img-box {
  float: right;
  width: 194px;
  height: 129px;
  overflow: hidden;
  margin-left: 120px;border-radius: 5px;
}
.wedo-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.wedo-a .wedo-info {
  overflow: hidden;
  min-height: 130px;
}
.wedo-a .wedo-date {
  float: left;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  margin-right: 100px;
}
.wedo-a .wedo-t-box {
  overflow: hidden;
}
.wedo-a .wedo-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.wedo-a .wedo-desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 44px;
}
.wedo-a .wedo-author {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
}
.multimedia {
  background-size: cover !important;
  background: url('hys-multimedia-bg.jpg') no-repeat center center;
  padding: 76px 0 80px 0;
}
.multimedia .i-title {
  color: #FFFFFF;
}
.multimedia .owl-nav {
  display: block !important;
}
.multimedia .owl-nav .owl-prev,
.multimedia .owl-nav .owl-next {
  position: absolute;
  width: 51px;
  height: 51px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.multimedia .owl-nav .owl-prev span,
.multimedia .owl-nav .owl-next span {
  display: none;
}
.multimedia .owl-nav .owl-prev {
  left: -75px;
  background: rgba(193, 212, 255, 0.46) url(left.png) no-repeat center center !important;
}
.multimedia .owl-nav .owl-next {
  right: -75px;
  background: rgba(193, 212, 255, 0.46) url(right.png) no-repeat center center !important;
}
.b-lun {
  display: block;
}
.b-lun:hover .img-b img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.b-lun .img-b {
  height: 210px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.b-lun .img-b img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.b-lun .img-b::before,
.b-lun .img-b::after {
  position: absolute;
  content: '';
}
.b-lun .img-b::before {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-size: 93% 93% !important;
  transform: translate(-50%, -50%);
  background: url(hys-bicon.png) no-repeat center center;
}
.b-lun .img-b::after {
  position: absolute;
  content: '';
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block !important;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.b-lun .lun-title {
  font-size: 20px;
  color: #F9F9F9;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 106px;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.partners {
  background-size: cover !important;
  background: url('hys-partners.jpg') no-repeat center center;
  padding: 114px 0 80px 0;
}
.partners-info {
  background: rgba(239, 243, 250, 0.4);
  padding: 76px 0 80px 0;
}
.partners-info .owl-carousel .owl-item img {
  width: auto;
}
.par-a {
  display: block;
  text-align: center;
}
.par-a .img-box {
  min-height: 78px;
  position: relative;
}
.par-a img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.par-a .par-t {
  width: 120px;
  height: 26px;
  background: #19A0E6;
  border-radius: 13px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  margin: 27px auto 0 !important;
  transition: all 0.5s;
}
.par-a .button--isi {
  padding: 0;
  color: #fff;
  background: none;
  overflow: hidden;
}
.par-a .button--isi::before {
  background: #13a8f5;
}
.par-a .button--isi:hover::before {
  -webkit-transform: scale3d(12, 9, 1);
  transform: scale3d(12, 9, 1);
}
.par-a .button {
  float: none;
  min-width: auto;
  max-width: 100%;
  padding: 0;
  background: #19A0E6;
}
.link {
  background: #00184F;
}
.link .link-top {
  padding: 63px 0 100px 0;
}
.link-ul {
  float: left;
  width: 16.6%;
  min-height: 274px;
  padding-right: 20px;
}
.link-ul:last-child {
  padding-right: 0;
}
.link-ul li:first-child {
  margin-bottom: 18px;
}
.link-ul li:first-child a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #FEFEFE;
  padding-left: 0;
  line-height: 22px;
}
.link-ul li:first-child a:hover {
  transform: translateX(0);
  text-decoration: underline;
}
.link-ul li:first-child a::after {
  display: none;
}
.link-ul li a {
  display: block;
  font-size: 18px;
  color: #91A0C3;
  line-height: 32px;
  padding-left: 22px;
  position: relative;
  transition: all 0.5s;
}
.link-ul li a:hover {
  transition: all 0.5s;
  color: #fff;
  transform: translateX(10px);
}
.link-ul li a:hover::after {
  background: #fff;
}
.link-ul li a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 16px;
  left: 0;
  background: #8EA5D0;
  border-radius: 50%;
}
.lxfs {
  border-top: 1px solid #0E406E;
  padding: 40px 0 60px 0;
}
.lxfs .lxfs-box {
  float: left;
  font-size: 18px;
  margin-right: 40px;
  width: 216px;
}
.lxfs .lxfs-box:last-child {
  width: auto;
  margin-right: 0;
}
.lxfs .lxfs-box > div,
.lxfs .lxfs-box a {
  overflow: hidden;
  color: #7F95BF;
  line-height: 22px;
  padding: 11px 0;
}
.lxfs .lxfs-box a:hover {
  color: #ffffff;
}
.lxfs .lxfs-box img {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 17px;
}
@media (max-width: 1600px) {
  .lxfs .lxfs-box {
    margin-right: 30px;
    font-size: 16px;
  }
}
.f-box {
  background: #005BAC;
  padding: 34px 0 40px 0;
}
.f-box .f-t {
  float: left;
  font-size: 18px;
  text-align: left;
}
.f-box .f-t span {
  color: #FEFEFE;
  display: inline-block;
  line-height: 22px;
  margin-bottom: 16px;
}
.f-box .f-t a {
  color: #FEFEFE;
  display: inline-block;
  line-height: 22px;
}
.f-box .f-t a:hover {
  color: #9fd8ff;
}
.f-box .f-t a:last-child {
  margin-left: 30px;
  padding-left: 30px;
  background: url(f-t-icon.png) no-repeat center left;
}
.f-box .foot-logo {
  display: block;
  width: 53px;
  float: right;
}
.t-box .ny-header {
  position: static !important;
  background: #005BAC;
}
.min-h {
  min-height: calc(100vh - 900px);
}
.ny-banner {overflow: hidden;position: relative;background-repeat: no-repeat;background-size: cover;background-position: center;height: 300px;}
.ny-banner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  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;
}
.crumbs-box {
  margin-top: -120px;
  position: relative;
  padding-left: 26px;
}
.crumbs-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 2;
  bottom: 2;
  width: 6px;
  height: 100%;
  background: #BD0B0B;
  border-radius: 3px;
}
.ny-title {
  font-size: 46px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 15px;
}
.bread-crumbs {
  color: #FFFFFF;
}
.bread-crumbs .bread-item-groups {
  line-height: 1;
}
.bread-crumbs .bread-item > span::before {
  color: #FFF;
}
.bread-crumbs .bread-item a {
  color: #FFFFFF;
}
.ny-row {
  margin-top: 95px;
}
.other-menu {
  padding-bottom: 30px;
  margin-right: 0px;
}
.other-menu .menu-cont {
  background-color: #fff;
}
.other-menu .menu-cont .box-a {
  border-bottom: 1px solid #DBE8F1;
}
.other-menu .menu-cont .box-a .active-xl:after {
  transform: rotate(90deg);
}
.other-menu .menu-cont .box-a:hover,
.other-menu .menu-cont .box-a.active {
  background: #E5F2FB;
}
.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title {
  color: #005BAC;
  background: none;
}
.other-menu .menu-cont .box-a:hover .a-title::before,
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #005BAC;
}
.other-menu .menu-cont .box-a:hover .a-title:after,
.other-menu .menu-cont .box-a.active .a-title:after {
  display: block;
  color: #005BAC;
  top: 22px;
  right: 20px;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 20px 30px 20px 46px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 34px;
}
.other-menu .menu-cont .a-title::before {
  content: '';
  left: 20px;
  top: 28px;
  width: 5px;
  height: 18px;
  background: #005BAC;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  display: none;
}
.other-menu .down-menu a {
  font-size: 16px;
  color: #7D7D7D;
  line-height: 30px;
}
.other-menu .down-menu a::after {
  left: 15px;
  top: 15px;
  width: 14px;
  height: 10px;
  background: url(hys-menu-icon1.png) no-repeat center left;
  background-color: transparent;
  border-radius: 0;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #005BAC;
}
.other-menu .down-menu a:hover::after,
.other-menu .down-menu a.active::after {
  background: url(hys-menu-icon2.png) no-repeat center left;
}
.ny-c-title {
  font-size: 36px;
  font-weight: bold;
  color: #005BAC;
  line-height: 34px;
  margin: 22px 0 36px 0;
}
.ny-cont {
  padding-bottom: 60px;
}
.comp-pages {
  padding-top: 50px;
}
.comp-pages .page-pc span {
  background: #005BAC;
  border: 1px solid #005BAC;
  color: #fff !important;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  color: #666666;
  border: 1px solid #CEDAE4;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #005BAC;
  display: none !important;
}
.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: #005BAC;
  border: 1px solid #005BAC;
  color: #fff;
}
.pl65 {
  padding-left: 65px;
}
.ldjy-img-box {
  float: right;
  margin-left: 30px;
}
.ldjy-img-box img {
  display: block;
  width: 410px;
  height: 270px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
}
.ldjy-img-box img:last-child {
  margin-bottom: 0;
}
.ldjy {
  margin-bottom: 40px;
}
.ldjy:last-child {
  margin-bottom: 0;
}
.ldjy .ldjy-title {
  font-size: 20px;
  font-weight: bold;
  color: #005BAC;
  line-height: 34px;
  margin-bottom: 20px;
}
.ldjy .ldjy-txt {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.xrld {
  padding-top: 6px;
}
.xrld .xrld-ul li,
.xrld .xrld-ul2 li {
  float: left;
}
.xrld .xrld-ul {
  width: 660px;
  margin: 0 auto 40px auto;
}
.xrld .xrld-ul li {
  width: 50%;
}
.xrld .xrld-ul2 li {
  width: 25%;
}
.xrld .ld-box {
  display: block;
  text-align: center;
}
.xrld .ld-box .img-box {
  width: 210px;
  height: 284px;
  margin: 0 auto 8px;
  border-radius: 5px;
  overflow: hidden;
}
.xrld .ld-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.xrld .ld-box .img-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.xrld .ld-box .ld-name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xrld .ld-box .ld-zw {
  font-size: 16px;
  color: #7D7D7D;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dp-cont img {
  /* display: block; */
  /* margin-top: 40px;
  margin-bottom: 40px; */
}
.dp-cont p {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 30px;
}
.dp-cont .contact-box {
  margin-top: 70px;
}
.dp-cont .contact-box h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
}
.dp-cont .contact-box .contact-ul li {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.dp-cont .contact-box .contact-ul li:nth-child(6) {
  margin: 30px 0 10px 0;
}
.dp-cont .contact-box .contact-ul li img {
  margin: 0 0 0 10px;
  display: inline-block;
}
.dp-cont h2 {font-size: 26px;color: #333;font-weight: 700;line-height: 1.3;margin: 0 0 24px;}
.h-list-box {
  position: relative;
}
.h-list-box::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: url(hys-hisline.png) repeat-y center center;
}
.h-list-box .h-f {
  margin-bottom: 30px;
}
.h-list-box .h-f:last-child {
  margin-bottom: 0;
}
.h-list-box .r-cont,
.h-list-box .l-cont {
  width: 50%;
  position: relative;
}
.h-list-box .r-cont {
  float: right;
  text-align: left;
  padding-left: 57px;
}
.h-list-box .r-be::before {
  position: absolute;
  content: '';
  top: 80px;
  left: -3px;
  width: 6px;
  height: 6px;
  background: #BD0B0B;
  border-radius: 50%;
}
.h-list-box .b-be-l::before {
  right: 6px;
}
.h-list-box .b-be-r::before {
  right: -57px;
}
.h-list-box .b-be-l::before,
.h-list-box .b-be-r::before,
.h-list-box .b-be-l::after,
.h-list-box .b-be-r::after {
  position: absolute;
  content: '';
}
.h-list-box .b-be-l::before,
.h-list-box .b-be-r::before {
  top: 83px;
  width: 50px;
  height: 1px;
  background: #005BAC;
}
.h-list-box .b-be-l::after,
.h-list-box .b-be-r::after {
  top: 75px;
  right: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #005BAC;
  border-radius: 50%;
  -webkit-animation: itg_pulse_blue 1s infinite;
  -o-animation: itg_pulse_blue 1s infinite;
  animation: itg_pulse_blue 1s infinite;
}
.h-list-box .l-cont {
  text-align: right;
  padding-right: 57px;
  float: left;
}
.h-list-box .his-year {
  font-size: 100px;
  font-weight: bold;
  color: #005BAC;
}
.h-list-box .his-info img {
  width: 290px;
  height: 164px;
  margin-bottom: 10px;
}
.h-list-box .his-info .his-t {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.comp-image-text-list-06 .box-s {
  margin-bottom: 50px;
  color: #999999;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 12px;
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #005BAC;
}
.comp-image-text-list-06 .box-s .box-img {
  width: 340px;
  height: 225px;
  border: 1px solid #dbe8f1;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #01226F;
  line-height: 30px;
  max-height: 60px;
}
.comp-image-text-list-06 .box-s .box-txt {
  color: #999999;
  height: auto;
  min-height: 84px;
  line-height: 28px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #005BAC;
  line-height: 1;
}
.comp-image-text-list-06 li:last-child .box-s {
  margin-bottom: 0;
}
.m20 {
  margin: 0 -20px;
}
.p20 {
  padding: 0 20px;
}
.vio-box {
  display: block;
  margin-bottom: 50px;
}
.vio-box:hover .img-vio img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.vio-box .img-vio {
  height: 310px;
  overflow: hidden;
  margin-bottom: 23px;
  position: relative;
}
.vio-box .img-vio img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.vio-box .img-vio::before,
.vio-box .img-vio::after {
  position: absolute;
  content: '';
}
.vio-box .img-vio::before {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url(hys-vio-icon.png) no-repeat center center;
}
.vio-box .img-vio::after {
  position: absolute;
  content: '';
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block !important;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.vio-box .vio-title {
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 78px;
}
.violist .comp-pages {
  padding-top: 0;
}
.violist .row {margin-right: -20px;margin-left: -20px;}
.violist .row > [class^='col'] {padding-right: 20px;padding-left: 20px;}
.comp-text-list-03 li {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: none;
}
.comp-text-list-03 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.comp-text-list-03 .box-s {
  color: #999999;
}
.comp-text-list-03 .box-s .box-info {
  transform: translateY(-9px);
}
.comp-text-list-03 .box-s .box-date {
  width: 70px;
  height: 70px;
  background: linear-gradient(90deg, #046BC7 0%, #005BAC 100%);
  border-radius: 5px;
  margin-right: 30px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #FFFFFF;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  font-size: 32px;
  line-height: 1;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  font-size: 12px;
  line-height: 1;
}
.comp-text-list-03 .box-s .box-title {
  line-height: 34px;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 0px;
  min-height: 48px;
  height: auto;
  color: #999999;
}
.staff-search {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.staff-search .s-inp {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding: 10px 60px 10px 30px;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.staff-search .s-inp::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.staff-search .s-inp:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.staff-search .s-inp::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.staff-search .s-inp:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.staff-search .s-inp::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.staff-search .s-btn {
  position: absolute;
  right: 30px;
  width: 20px;
  top: 15px;
  height: 20px;
  background: url(hys-scarch-icon.png) no-repeat center center;
}
.ui-select-wrap {
  margin-bottom: 40px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding-right: 0;
}
.ui-select-input {
  padding: 10px 60px 10px 30px;
  font-size: 18px;
  color: #333333;
  right: 0px;
}
.ui-select-arrow {
  border: none;
  width: 22px;
  height: 13px;
  right: 30px;
  background: url(hys-select-icon.png) no-repeat center right;
}
.ui-select-list {
  top: 50px;
}
.m19 {
  margin: 0 -19px;
}
.p19 {
  padding: 0 19px;
}
.pe-box {
  display: block;
  text-align: center;
  margin-bottom: 45px;
}
.pe-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.pe-box .img-box {
  height: 227px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
}
.pe-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.pe-box .pe-name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pe-box .zw {
  font-size: 16px;
  color: #7D7D7D;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xilan-cont {
  border-top: 2px solid #005BAC;
  padding-top: 50px;
}
.comp-personnel-details-01 .info-top {
  padding: 20px 250px 50px 0px;
  margin-bottom: 60px;
  background: transparent url(xilan-bg.png) no-repeat 70% top;
  min-height: 400px;
  border-bottom: 12px solid #EFF8FF;
}
.comp-personnel-details-01 .info-top .box-img {
  right: 0px;
  top: 0px;
  width: 248px;
  height: 335px;
  border-radius: 5px;
  overflow: hidden;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: none;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
  background: #BD0B0B;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  color: #032249;
  line-height: 1;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #333333;
  font-size: 20px;
  line-height: 34px;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 30px;
}
.comp-personnel-details-01 .info-groups .info-title {
  background: none;
  border-left: none;
  border-bottom: 1px dashed #DBE8F1;
  padding: 10px 15px 10px 0;
  margin-bottom: 20px;
  color: #005BAC;
  line-height: 34px;
  position: relative;
}
.comp-personnel-details-01 .info-groups .info-title::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 3px;
  background: #BD0B0B;
  bottom: -1px;
  left: 0;
}
.comp-personnel-details-01 .info-groups .info-txt {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
.ld-xilan p {
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 30px;
}
.ld-xilan p:last-child {margin-bottom: 0px;}
.ld-xilan h2 {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 24px;
}
.ld-xilan .ld-img-box {
  float: right;
  margin-left: 30px;
  width: 248px;
  height: 335px;
  border-radius: 5px;
  overflow: hidden;margin-bottom: 15px;
}
.ld-xilan .ld-img-box img {
  width: 100%;
  height: 100%;
}
.ld-xilan .ld-txt {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 10px;
}
.ld-xilan .ld-txt:last-child {
  margin-bottom: 0;
}
.details-page .detail-top .title-s {
  max-width: 1000px;
  color: #005BAC;
}
/*======================
       LeftNav
=======================*/
.contentLeft {
  border-top: #dbe8f1 solid 1px;
  background-color: #fff;
  margin-bottom: 40px;
}
.deg90 {-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 20px;
  display: block;
  padding: 24px 42px 24px 44px;
  color: #7d7d7d;
  border-bottom: solid 1px #dbe8f1;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:700;
}
.leftNavigation li a:after {
	content: "";
	position: absolute;
	left: 18px;
	top: 28px;
	width: 5px;height: 18px; background-image: url(navicon01.png);background-repeat: no-repeat;
}
.leftNavigation li ul li a {
  font-size: 16px;
  display: block;
  padding: 8px 1rem 8px 65px !important;
  color: #73798f;line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
    content: '';
    width: 10px;
    height: 8px;
    background-color: #9ca5c6;
    position: absolute;
    top: 13px;
    left: 45px;
	background: url(hys-menu-icon1.png) no-repeat center left;
}
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  padding: 24px 0;
  text-align: center;
  font-weight: 600;color: #ffffff;font-size: 20px;
}
.leftNavigation li.active a .leftNavIcon {color: #005bac;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;font-size: 12px;color: #f67400;
}
.leftNavigation li a:hover {
  color: #005bac; text-decoration:none; background-color: #e5f2fb;font-weight: 700;
}
.leftNavigation li a:hover:after {
  background-image:url(navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li a:hover .leftNavIcon {color: #005bac;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #e5f2fb;
}
.leftNavigation li ul li { border-bottom: solid 0px #e5e5e5;}
.leftNavigation li ul li a:hover {
  color: #005BAC; text-decoration:none;background: transparent;font-weight: 500;
}
.leftNavigation li ul li a:hover:after {background: url(hys-menu-icon2.png) no-repeat center left;}
/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
  color: #005BAC; text-decoration:none;font-weight: 500;
}
.leftNavigation li ul li.active a:after {font-weight: 500;background: url(hys-menu-icon2.png) no-repeat center left;}
.leftNavigation li.active > a {
  color: #005bac; text-decoration:none;font-weight: 700;border: 0;/*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.active > a:after {
	background-image:url(navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li.active ul {
  display: block;padding: 0 0 15px 0;
}
.leftNavigation > li.active {
  background-color: #e5f2fb;border-bottom: solid 1px #e0e8f4;
}
.leftNavigation li ul li .level4 {border-top: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:13px; color:#535353; margin-left:30px; padding-left:12px;background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {color: #006bb1;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}
/*======================
       keyframes
=======================*/
@-webkit-keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 1px rgba(26, 141, 255, 0.5);
        box-shadow: 0 0 0 1px rgba(26, 141, 255, 0.5);
    }
    25% {
        -webkit-box-shadow: 0 0 0 3px rgba(26, 141, 255, 0.3);
        box-shadow: 0 0 0 3px rgba(26, 141, 255, 0.3);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(26, 141, 255, 0.1);
        box-shadow: 0 0 0 5px rgba(26, 141, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 7px rgba(26, 141, 255, 0.05);
        box-shadow: 0 0 0 7px rgba(26, 141, 255, 0.05);
    }
}
@-o-keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 1px rgba(26, 141, 255, 0.5);
        box-shadow: 0 0 0 1px rgba(26, 141, 255, 0.5);
    }
    25% {
        -webkit-box-shadow: 0 0 0 3px rgba(26, 141, 255, 0.3);
        box-shadow: 0 0 0 3px rgba(26, 141, 255, 0.3);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(26, 141, 255, 0.1);
        box-shadow: 0 0 0 5px rgba(26, 141, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 7px rgba(26, 141, 255, 0.05);
        box-shadow: 0 0 0 7px rgba(26, 141, 255, 0.05);
    }
}
@keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 1px rgba(26, 141, 255, 0.5);
        box-shadow: 0 0 0 1px rgba(26, 141, 255, 0.5);
    }
    25% {
        -webkit-box-shadow: 0 0 0 3px rgba(26, 141, 255, 0.3);
        box-shadow: 0 0 0 3px rgba(26, 141, 255, 0.3);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(26, 141, 255, 0.1);
        box-shadow: 0 0 0 5px rgba(26, 141, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 7px rgba(26, 141, 255, 0.05);
        box-shadow: 0 0 0 7px rgba(26, 141, 255, 0.05);
    }
}
@-webkit-keyframes bgpulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.18, 1.18, 1.18);
    transform: scale3d(1.18, 1.18, 1.18);
  }
}
@keyframes bgpulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.18, 1.18, 1.18);
    transform: scale3d(1.18, 1.18, 1.18);
  }
}

.list-news {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.list-news li {
  overflow: hidden;
  padding: 20px 18px;
}
.list-news li:nth-child(odd) {background: #f8f9fd;}
.list-news li a {
  float: left;
  width: 88%;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  padding-left: 22px;
}
.list-news li a:after {
    top: 29px;
    left: 18px;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #999999;
	border-radius: 50%;
}
.list-news li a:hover {
  color: #3D55A7;
}
.list-news li a:hover:after {background: #3D55A7;}
.list-news span {
  line-height: 1.7;
  color: #999;
  font-size: 16px;
  font-family: Arial;
}
.list-news span.right {
  float: right;
}
.list-news[data-v-no] li a {width: 100%;}
@media (max-width: 991px) {
  .list-news li a {
    width: 81%;
  }
}
@media (max-width: 767px) {
  .list-news {
    margin-top: 26px;
  }
  .list-news li {padding: 16px 13px;}
  .list-news li a {
    width: 100%;
    white-space: normal;font-size: 18px;
  }
	.list-news li a:after {top:24px;left:14px;}
  .list-news span {
    display: block;margin-top: 6px;width: 100%;padding-left: 22px;
  }
}

/*弹出层*/
.layer{background:rgba(0,0,0,0.8);position:fixed;left:0;top:0;right:0;bottom:0;z-index:999;opacity:0;visibility:hidden;transition:all 0.3s ease-out 0s;display: none;}
.layer.showd{opacity:1;visibility:visible;display: block;}
.layer .close{font-size:40px;font-family:FontAwesome;position:absolute;right:80px;top:80px;width:60px;height:60px;text-align:center;line-height:60px;cursor:pointer;color:#ccc;z-index:10;}
.layer .close:after{content:"\f00d";}
.layer .box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.layer .box .close{right:0px;bottom:100%;top:auto;color:#fff;background:rgba(0,0,0,0);border-radius:100%;font-size:26px;opacity: .8;font-weight: 200 !important;}
.layer .searchbox{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;opacity:0;margin-top:-50px;font-size:0;}
.layer.showd .searchbox{transition:all 0.5s ease-out 0s;opacity:1;}
.layer .searchbox .kw{background:#fff;box-shadow:3px 3px 3px rgba(0,0,0,0.5) inset;padding:0 12px;font-size:16px;}
.layer .searchbox .ok{background:#94070a;color:#fff;width:120px;text-align: center;font-size:18px;cursor: pointer;}
.layer .personbox{background:#fff;width:calc(100% - 60px);max-width:1400px;height:calc(100% - 60px);max-height:600px;}
.layer .personbox .text{height:100%;overflow:hidden;}
.layer .personbox .f50{line-height:1;}
.layer .personbox .f30{opacity:0.6;}
.layer .personbox .f18{opacity:0.6;overflow:auto;-ms-flex:1;flex:1;}
.layer .personbox .inner{height:100%;}
.layer .personbox img{display:block;max-width:40%;}
.layer .video{width:1000px;background:#000;}
.layer .video iframe{height:615px;}
.layer .video video{width:100%;height:auto;display:block;object-fit: fill;}
.layer .video:after{display:none;}
@media screen and (max-width:1500px){
	.layer .video{width:800px;}
.layer .video iframe{height:490px;}
}
@media screen and (max-width:960px){
	.layer .video{width:calc(100% - 40px);}
.layer .video iframe{height:calc((100vw - 40px) * 0.6);}
}

#pop-video {display: none;}
#pop-video.showd {display: block;}
#pop-video .box{width: 833px;}
#pop-video .video { width: 100%; height: 100%; position: relative; overflow: hidden; font-size: 0;background:transparent;}
#pop-video .video:after {display: none;}
#pop-video .video video{width:100%;height:100%;}
@media screen and (max-width:1280px){
	#pop-video .box{width: 600px;}
}
@media screen and (max-width:980px){/*mobile*/
	#pop-video .box{width: 90%;}
}
@media screen and (max-width:768px){
	#pop-video .box{ width: 90%; /*height: 4.8rem;*/ }
}
.video {
    position: relative;
    cursor: pointer;
}
.video::after{width:60px;height:60px;margin:-30px 0 0 -30px;line-height:62px;font-size:30px;}

.urlpic {}
.urlpic li {margin-bottom: 20px;}
.urlpic .row {margin-right: -10px;margin-left: -10px;}
.urlpic .row > [class^='col'] {padding-right: 10px;padding-left: 10px;}
.urlpic li h4 {font-size: 16px;color: #333;line-height: 1.5;margin: 15px 0 0;text-align: center;}
.urlpic li:hover h4 {color: #cc000d;}
.casurl {background: #fff;padding: 12px;text-align: center;height: 90px;display: table;width: 100%;border: #e3e3e3 solid 1px;border-radius: 4px;position: relative;}
.casurl::before, .casurl::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #0085ca;
    transform: scale(0);
    transition: 0.3s;z-index: 1;border-radius: 4px;
}
.casurl::before {
    border-right: none;
    border-bottom: none;
    transform-origin: 0 0;
}
.casurl::after {
    border-left: none;
    border-top: none;
    transform-origin: 100% 100%;
}
.casurl:hover {border: #fff solid 1px;}
.casurl:hover::before, .casurl:hover::after {
    transform: scaleX(1);
}
.casurl span {width: 100%;overflow: hidden;display: table-cell;vertical-align: middle;}
.casurl span img {width: auto;height: auto;max-height: 54px;}
@media (max-width: 1199px) {
	.casurl {height: 80px;}
	.urlpic {margin-top: 30px;}
	.urlpic li {margin-bottom: 24px;}
	.urlpic li h4 {margin: 10px 0 0;}
}
@media (max-width: 767px) {
	.urlpic li:nth-child(2n+1) {clear:left;}
	.urlpic li {margin-bottom: 20px;}
	.urlpic li h4 {font-size: 15px;}
}
@media (max-width: 390px) {
	.casurl {height: 86px;}
	.urlpic .col-xs-6 {width: 100%;}
	.urlpic li h4 {font-size: 16px;}
}

#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,.6);
}

.left {
	float: left;
}
.right {
	float: right;
}
.personnel-list {overflow: hidden;}
.personnel-list li {margin-bottom: 30px; display: block; overflow: hidden;float: left;width: 50%;}
.personnel-list li:nth-child(2n+1) {clear: left;}
.personnel-list li:last-child {border-bottom:#ccc dashed 0px;margin-bottom: 0px; }
.personnel-list li h2 { font-size:16px;color:#000; line-height:1.5; margin:4px 0 12px;overflow: hidden;display: block;}
.personnel-list li h2 b {font-size: 20px;color:#01226F;font-weight: 700;margin-right: 15px;display: block;}
.personnel-list li h4 { font-size:15px; line-height:1.5; margin:0 0 4px 0;overflow: hidden;display: block;color:#888;}
.personnel-list .news-txt {padding-right: 20px;}
.personnel-list .news-img{ margin-right: 28px;}
.personnel-list .news-img img { border-radius: 3px;width: 200px; height: 150px;}
@media (max-width: 1280px) {
	.personnel-list .news-img img { width: 162px; height: 122px;}
}
@media (max-width: 1199px) {
	.personnel-list li {width: 100%;}
	.personnel-list .news-txt {padding-right: 0px;}
	.personnel-list .news-img img { width: 200px; height: 150px;}
}
@media (max-width: 767px) {
	.personnel-list {margin-top: 40px;}
	.personnel-list .news-img {width: 100%;margin-right: 0;margin-bottom: 15px;}
	.personnel-list li h2, .personnel-list li h4 {float: left;}
	.personnel-list .news-img img {margin: 0 auto;display: block;}
	.personnel-list li h2 b {display: block;width: 100%;}
}

/* new add */
.new-mod-w {
  padding: 76px 0 80px 0;
}
.new-mod-w .box-s {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.new-mod-w .box-s:hover .box-img img {
  transform: scale(1.1);
}
.new-mod-w .box-s .box-img {
  overflow: hidden;
}
.new-mod-w .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .5s;
}
.new-mod-w .box-s .box-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-size: 22px;
  background: #325EC0;
  border-radius: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .new-mod-w .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .new-mod-w .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .new-mod-w {
    padding: 60px 0 60px 0;
  }
  .new-mod-w .box-s .box-title {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .new-mod-w {
    padding: 40px 0 15px 0;
  }
  .new-mod-w .box-s .box-title {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
  }
  .new-mod-w .box-s {
    margin-bottom: 25px;
  }
}

