@charset "UTF-8";
/*color*/
/**!
 * 
 */
/**!
 * 
 */
/**!
 * 
 */
/**!
 * 
 */
/**!
 * 
 */
/**/
.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*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h44 {
  font-size: 44px;
}
.h46 {
  font-size: 46px;
}
.h48 {
  font-size: 48px;
}
.h50 {
  font-size: 50px;
}
.h54 {
  font-size: 54px;
}
.h60 {
  font-size: 60px;
}
@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: 16px;
  }
  .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: #CE2B2D;
}
.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: #13325E;
}
.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: #CE2B2D;
  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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*  comp-text-list-03*/
/**!
 @color - 
 @box-bg - box 
 @padding - box 
 @box-txt-col - box 
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*  comp-text-list-04*/
/**!
 @color - 
 @box-bg - box 
 @padding - box 
 @box-txt-col - box 
 @height - box 
 @mb-num - 
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #CE2B2D;
}
.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: #CE2B2D;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #13325E;
  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: #CE2B2D;
}
.comp-text-list-06 .box-s:before {
  background-color: #13325E;
  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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/**/
/*  comp-image-text-list-01*/
/**!
 @height-img - box 
 @mb-num - box 
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #CE2B2D;
}
.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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*  comp-image-text-list-03*/
/**!
 @height - box 
 @mb-num - box 
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*  comp-image-text-list-04*/
/**!
 @height - box 
 @mb-num - box 
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*  comp-image-text-list-05*/
/**!
 @height - box 
 @mb-num - box 
 @height - box 
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #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: #CE2B2D;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*  comp-image-text-list-07*/
/**!
 @height - box 
 @mb-num - box 
 @info - 
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*  comp-personnel-list-01*/
/**!
 @height-img - 
 @info-bg - info 
 @mb-box - 
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #CE2B2D;
}
.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: #13325E;
  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: #CE2B2D;
}
.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: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*  comp-personnel-list-03*/
/**!
 @height-img - 
 @@width-box - box 
 @mb-box - 
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #CE2B2D;
}
.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: #13325E;
  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: #CE2B2D;
}
.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: #CE2B2D;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #CE2B2D;
}
.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: #13325E;
}
.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: #CE2B2D;
}
/**/
/*  comp-personnel-details-01*/
/**!
 @width-img - 
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*  comp-personnel-details-02*/
/**!
 @width-img - 
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/**/
.comp-pages {
  padding-top: 50px;
}
.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: #005BAC;
  border: 1px solid #005BAC;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #005BAC;
  border: 1px solid #005BAC;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #13325E;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/**/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  line-height: 26px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 12px;
  position: relative;
}
.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: #005BAC;
}
.details-page .cont-page .a-page:hover a {
  color: #005BAC;
}
.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: #13325E;
}
.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: #13325E;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #13325E;
  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: #13325E;
}
.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: #CE2B2D;
}
.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: #13325E;
  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;
}
/**/
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei", '', PingFangSC-Regular, Arial, sans-serif;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 768px) {
  .container-video {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-video {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1199px) {
  .container-video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-main {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
/*nav*/
.nav-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url('imechhr-navbg.png') no-repeat top center;
  height: 265px;
  z-index: 8;
}
nav.navbar.bootsnav {
  min-height: 120px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 9999;
  transition: all 0.5s;
  box-shadow: 0px 0px 17px 0px rgba(144, 163, 177, 0.35);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 40px 0 20px;
  max-width: 647px;
  height: auto;
  transition: all 0.5s;
  margin-left: 0;
  display: block;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .container-full {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
nav.navbar.bootsnav .header-other {
  position: absolute;
  right: 5%;
  top: 15px;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 50px;
  margin-right: -15px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 30px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 56px;
  height: 56px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 18px;
  text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #00AAA2;
  height: 2px;
  border-radius: 2px;
  transition: all 0.5s;
}
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: #fff !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  left: 0;
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  box-shadow: none;
  background: #fff;
  border-radius: 5px;
  margin-top: 2px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  width: 170px;
  max-width: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #383838;
  margin: 0;
  padding: 8px 10px;
  line-height: 26px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #00AAA2;
}
.navbar .toggle span,
.navbar .toggle span::before,
.navbar .toggle span::after {
  background-color: #00AAA2;
}
.navbar .toggle:hover span,
.navbar .toggle:hover span::before,
.navbar .toggle:hover span::after {
  background-color: #00AAA2;
}
.nav-close {
  display: none !important;
}
.search-a {
  width: 30px;
  height: 30px;
  background: url('imechhr-search.png') no-repeat center center rgba(9, 152, 168, 0.7);
  background-size: 12px;
  border-radius: 50%;
  margin-top: 4px;
}
.search-a:hover {
  background: url('imechhr-search.png') no-repeat center center #0998a8;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url('comm-close.png') no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  position: relative;
  width: 200px;
}
.search-box.search-mobile {
  width: 100%;
}
.search-box.search-mobile .s-inp {
  background: #fff;
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  color: #333 !important;
}
.search-box.search-mobile .s-btn {
  top: 14px;
  background: url('imechhr-search.png') no-repeat center center !important;
}
.search-box .s-inp {
  width: 100%;
  border-radius: 18px;
  height: 34px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 40px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #DEDEDE;
}
.search-box .s-inp::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-box .s-btn {
  height: 18px;
  line-height: 16px;
  width: 16px;
  position: absolute;
  top: 8px;
  right: 17px;
  cursor: pointer;
  z-index: 9;
  background: url('imechhr-search.png') no-repeat center center;
}
@media (max-width: 1800px) {
  nav.navbar.bootsnav .navbar-brand {
    max-width: 580px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 1679px) {
  nav.navbar.bootsnav .navbar-brand {
    max-width: 460px;
  }
  nav.navbar.bootsnav .header-other {
    top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 40px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 18px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 17px;
  }
  .search-box {
    width: 180px;
  }
  .search-box .s-inp {
    height: 32px;
    line-height: 30px;
  }
  .search-box .s-inp::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .search-box .s-btn {
    top: 7px;
    right: 15px;
  }
}
@media (max-width: 1439px) {
  nav.navbar.bootsnav .navbar-brand {
    max-width: 400px;
  }
  nav.navbar.bootsnav .header-other {
    top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 40px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .phone-menu-toggle {
    display: block !important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding: 20px 0 20px;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 50px;
    top: 20px;
  }
  nav.navbar.bootsnav .toggle {
    margin-top: 25px;
    padding-left: 26px;
    right: 5%;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    float: left !important;
  }
  nav.navbar.bootsnav .toggle {
    margin-top: 0;
    top: 25px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    position: relative;
    min-height: 70px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    float: left !important;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 260px;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 15px;
    margin-top: 0;
    top: 15px;
  }
  nav.navbar.bootsnav .header-other .search-a {
    display: block;
    margin-right: 20px;
  }
  nav.navbar.bootsnav .header-other .pc-search {
    display: none;
  }
  nav.navbar.bootsnav .toggle {
    top: 0;
    right: 15px;
    margin-top: 22px;
  }
}
.footer {
  color: #fff;
}
.footer-info {
  background: url('imechhr-footerbg.png') no-repeat right bottom #015CAC;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer-info .info-title {
  float: left;
  margin-right: 55px;
  padding-top: 20px;
}
.footer-info .info-title .title-ch {
  line-height: 50px;
  margin-bottom: 10px;
}
.footer-info .info-title .title-en {
  line-height: 26px;
  text-transform: uppercase;
}
.footer-info .info-main {
  overflow: hidden;
  position: relative;
  padding-left: 55px;
}
.footer-info .info-main::after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.footer-info .info-main .main-title {
  line-height: 32px;
  margin-bottom: 20px;
}
.footer-info .info-main .col-w:last-child .box-txt {
  margin-bottom: 0;
}
.footer-info .info-main .box-txt {
  line-height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-bottom: 10px;
}
.footer-info .info-main .txt-tel {
  background-image: url('imechhr-icon-tel.png');
}
.footer-info .info-main .txt-email {
  background-image: url('imechhr-icon-email.png');
}
.footer-info .info-main .txt-add {
  background-image: url('imechhr-icon-add.png');
}
.footer-copy {
  background: #063875;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-copy .copy-main {
  position: relative;
  min-height: 80px;
}
.footer-copy .main-info {
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
}
.footer-copy .main-info a,
.footer-copy .main-info span {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}
.footer-copy .main-info a:last-child,
.footer-copy .main-info span:last-child {
  margin-right: 0;
}
.footer-copy .main-info .info-logo {
  float: left;
  width: 224px;
  margin-right: 50px;
}
.footer-copy .main-info .info-logo img {
  display: block;
}
.footer-copy .main-info .info-txt {
  line-height: 30px;
  overflow: hidden;
}
.footer-copy .main-sydw {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
/*---------------------------------------- index ---------------------------------------*/
.news-tabs-cont > div {
  display: none;
}
.news-tabs-cont > div.active {
  display: block;
}
.index-banner {
  height: auto !important;
}
.index-banner .container {
  position: relative;
}
.index-banner .swiper-container {
  height: 100%;
}
.index-banner:hover .banner-next {
  right: 20px;
}
.index-banner:hover .banner-prev {
  left: 20px;
}
.index-banner .banner-next,
.index-banner .banner-prev {
  transition: all 0.7s;
  background-color: rgba(157, 30, 35, 0.5);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center center;
  display: none;
  background-size: 12px;
  width: 45px;
  height: 45px;
}
.index-banner .banner-next::after,
.index-banner .banner-prev::after {
  display: none;
}
.index-banner .banner-next:hover,
.index-banner .banner-prev:hover {
  background-color: #00AAA2;
}
.index-banner .banner-next {
  right: -60px;
  background-image: url('ibpzw2024-icon-next.png');
}
.index-banner .banner-prev {
  left: -60px;
  background-image: url('ibpzw2024-icon-prev.png');
}
.index-banner .banner-page-w {
  position: absolute;
  right: 5%;
  z-index: 9;
  width: auto;
  bottom: 40px;
}
.index-banner .banner-page-w .banner-page {
  position: static;
}
.index-banner .banner-page-w .banner-page div {
  float: left;
  position: relative;
  width: 28px;
  height: 28px;
  margin-left: 10;
}
.index-banner .banner-page-w .banner-page span,
.index-banner .banner-page-w .banner-page svg {
  position: absolute;
  z-index: 9;
}
.index-banner .banner-page-w .banner-page span {
  background: rgba(242, 243, 245, 0.8);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
.index-banner .banner-page-w .banner-page svg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.index-banner .banner-page-w .banner-page svg circle {
  opacity: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.index-banner .banner-page-w .swiper-pagination-bullet {
  border: none;
  font-size: 16px;
  color: #ffffff;
  opacity: 1 !important;
  background: transparent !important;
}
.index-banner .banner-page-w .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: #f2f3f5;
}
.index-banner .banner-page-w .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
  transition: stroke-dashoffset 5s linear, opacity 0s linear;
}
.index-banner .banner-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.index-banner .banner-box .banner-img,
.index-banner .banner-box .banner-video {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: none !important;
}
.index-banner .banner-box .banner-img img,
.index-banner .banner-box .banner-video img {
  width: 100%;
  display: block;
  height: 712px;
}
.index-banner .banner-box .banner-video {
  display: none;
}
.index-banner .banner-box .banner-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-banner .banner-box .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.index-banner .banner-box .banner-title::after {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  background: url('imechhr-bannerbg.png') repeat-x bottom center;
  background-size: contain;
  position: absolute;
  z-index: 2;
  height: 265px;
}
.index-banner .banner-box .banner-title .title-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-bottom: 38px;
}
.index-banner .banner-box .banner-title .title-info .container {
  width: 90%;
}
.index-banner .banner-box .banner-title .box-title {
  position: relative;
  color: #fff;
  padding-left: 20px;
  padding-right: 200px;
}
.index-banner .banner-box .banner-title .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
  line-height: 32px;
}
.index-banner .banner-box .banner-title .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  background: #00AAA2;
  width: 4px;
  top: 0;
  bottom: 0px;
}
.index-banner .box-title {
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}
.index-banner .swiper-slide-active .box-title {
  -webkit-animation: fadeInUp 0.5s both 1s;
  animation: fadeInUp 0.5s both 1s;
}

@media (max-width: 1659px ) {
  .index-banner .banner-box .banner-img img,
  .index-banner .banner-box .banner-video img {
    height: 534px;
  }
}

@media (max-width: 1439px ) {
  .index-banner .banner-box .banner-img img,
  .index-banner .banner-box .banner-video img {
    height: 475px;
  }
}
@media (max-width: 1199px ) {
  .index-banner .banner-box .banner-img img,
  .index-banner .banner-box .banner-video img {
    height: 380px;
  }
}

@media (max-width: 991px ) {
  .index-banner .banner-box .banner-img img,
  .index-banner .banner-box .banner-video img {
    height: 300px;
  }
}


.index-box {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}
.index-box:nth-child(2n) {
  background: #F7F8FA;
}
.index-title .titlte-ch {
  line-height: 58px;
}
.index-title .title-en {
  text-transform: uppercase;
}
.index-top-main {
  background: url('imechhr-modbg.png') no-repeat bottom center;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}
.imechhr-base-overview {
  overflow: hidden;
  margin-bottom: 75px;
}
.imechhr-base-overview .base-overview-title {
  background: url('imechhr-titlebg.png') no-repeat center center;
  background-size: contain;
  height: 155px;
  color: #015CAC;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 30px;
}
.imechhr-base-overview .cont-video {
  position: relative;
  overflow: hidden;
  height: 430px;
}
.imechhr-base-overview .cont-video video {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.imechhr-base-overview .cont-video .video-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('imechhr-icon-video.png') no-repeat center center;
  background-size: 63px;
}
.imechhr-base-overview .cont-video:hover img {
  transform: scale(1.1);
}
.imechhr-base-overview .info-txt {
  color: #262626;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 32px;
}
.imechhr-base-overview .info-more .more-s {
  background: url(imechhr-more-01.png) no-repeat left center;
  width: 90px;
  line-height: 44px;
  height: 44px;
  padding-left: 20px;
  color: #015CAC;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.imechhr-base-overview .info-more .more-s:hover {
  color: #00AAA2;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 45px;
  margin-bottom: 20px;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title:last-child {
  margin-right: 0;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title span {
  float: left;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title .title-icon {
  display: none;
  margin-right: 10px;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title .title-icon img {
  display: block;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title .title-txt {
  color: #383838;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title:hover .title-txt {
  color: #005BAC;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title.active .title-icon {
  display: block;
}
.imechhr-base-overview .cont-info-tab .tab-title a.a-title.active .title-txt {
  color: #005BAC;
}
.imechhr-base-overview .cont-info-tab .tab-cont > div {
  display: none;
}
.imechhr-base-overview .cont-info-tab .tab-cont > div.active {
  display: block;
}
@media (min-width: 1200px) {
  .imechhr-base-overview .row-w {
    margin-left: -30px;
    margin-right: -30px;
  }
  .imechhr-base-overview .row-w .col-w {
    padding-left: 30px;
    padding-right: 30px;
  }
  .imechhr-base-overview .video-w {
    width: 56.5%;
  }
  .imechhr-base-overview .info-w {
    width: 43.5%;
  }
}
.imechhr-accordion {
  overflow: hidden;
}
.imechhr-accordion ul {
  margin-left: -8px;
  margin-right: -8px;
}
.imechhr-accordion ul li {
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  width: 8.5%;
}
.imechhr-accordion ul li:nth-child(1) .item-groups {
  background: #005BAC;
}
.imechhr-accordion ul li:nth-child(2) .item-groups {
  background: #0C70C0;
}
.imechhr-accordion ul li:nth-child(3) .item-groups {
  background: #0B78BB;
}
.imechhr-accordion ul li:nth-child(4) .item-groups {
  background: #0B80B7;
}
.imechhr-accordion ul li:nth-child(5) .item-groups {
  background: #0A87B2;
}
.imechhr-accordion ul li:nth-child(6) .item-groups {
  background: #0A8FAE;
}
.imechhr-accordion ul li:nth-child(7) .item-groups {
  background: #0998A8;
}
.imechhr-accordion ul li.active {
  width: 49%;
}
.imechhr-accordion ul li.active .item-groups .item-title .title-icon {
  width: 40px;
  float: left;
  margin-right: 15px;
}
.imechhr-accordion ul li.active .item-groups .item-title .title-txt {
  display: block;
}
.imechhr-accordion ul li.active .item-groups .item-cont .cont-title {
  display: none;
}
.imechhr-accordion ul li.active .item-groups .item-cont .cont-img {
  display: block;
}
.imechhr-accordion .item-groups {
  padding: 25px 30px;
  height: 450px;
}
.imechhr-accordion .item-groups .item-title {
  margin-bottom: 20px;
}
.imechhr-accordion .item-groups .item-title .title-icon {
  height: 30px;
  background: url('imechhr-icon-02.png') no-repeat center center;
  background-size: contain;
}
.imechhr-accordion .item-groups .item-title .title-txt {
  color: #fff;
  line-height: 30px;
  height: 30px;
  display: none;
}
.imechhr-accordion .item-groups .item-cont .cont-title {
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.imechhr-accordion .item-groups .item-cont .cont-img {
  display: none;
}
.imechhr-accordion .item-groups .item-cont .cont-img img {
  display: block;
  width: 100%;
  height: 345px;
}
.index-atlas {
  overflow: hidden;
}
.index-atlas .row-w {
  margin-left: -9px;
  margin-right: -9px;
}
.index-atlas .row-w .col-w {
  padding-left: 9px;
  padding-right: 9px;
}
.index-atlas .col-lg-60ths .col-w:nth-child(2n) .box-s .box-mc .mc-title2 {
  background: #005BAC;
}
.index-atlas .box-s {
  position: relative;
  margin-bottom: 23px;
}
.index-atlas .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-atlas .box-s .box-img {
  overflow: hidden;
}
.index-atlas .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-atlas .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('imechhr-titlebg02.png') repeat-x left bottom -1px;
}
.index-atlas .box-s .box-mc .mc-title {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 20px;
  line-height: 32px;
  color: #fff;
}
.index-atlas .box-s .box-mc .mc-title2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 20px 0 0 0;
  border-top: 10px solid rgba(255, 255, 255, 0.4);
  border-left: 10px solid rgba(255, 255, 255, 0.4);
  line-height: 50px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #0998A8;
}
.index-bottom-main {
  background: url('imechhr-modbg2.png') no-repeat top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .index-bottom-main .row-dynamic {
    margin-left: -35px;
    margin-right: -35px;
  }
  .index-bottom-main .row-dynamic .col-dynamic {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1200px) {
  .index-bottom-main .row-dynamic {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-bottom-main .row-dynamic .col-dynamic {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.dynamic-title {
  background: url('imechhr-titlebg03.png') no-repeat left 30px top 0;
  height: 140px;
  padding-top: 20px;
  color: #fff;
}
.dynamic-title .title-w {
  float: left;
}
.dynamic-title .more-w {
  float: right;
  padding-top: 45px;
}
.dynamic-title .more-w .more-s {
  background: url(imechhr-more-02.png) no-repeat left center;
  width: 90px;
  line-height: 44px;
  height: 44px;
  padding-left: 20px;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.dynamic-title .more-w .more-s:hover {
  color: #00AAA2;
}
.information-list .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.information-list .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.information-list .box-s {
  margin-bottom: 30px;
}
.information-list .box-s.box-line {
  border-bottom: 1px solid #99B3CF;
  padding-bottom: 25px;
}
.information-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.information-list .box-s:hover .box-title {
  color: #00AAA2;
}
.information-list .box-s .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.information-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 214px;
  transition: all 0.5s;
}
.information-list .box-s .box-title {
  color: #222222;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.information-list .box-s .box-txt {
  color: #666666;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.information-list .box-s .box-date {
  color: #015CAC;
}
.notice-list {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 91, 172, 0.1);
}
.notice-list .box-w {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.notice-list .box-w:last-child .box-s {
  border-bottom: none;
}
.notice-list .box-w:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 6px;
  height: 60px;
  background: #00AAA2;
}
.notice-list .box-w:hover .box-s .box-title {
  color: #00AAA2;
}
.notice-list .box-s {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 24px;
  padding-bottom: 22px;
}
.notice-list .box-s .box-title {
  color: #000000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.notice-list .box-s .box-other .other-date,
.notice-list .box-s .box-other .other-more {
  height: 36px;
  line-height: 36px;
}
.notice-list .box-s .box-other .other-date {
  float: left;
  background: url('imechhr-icon-date.png') no-repeat left center;
  padding-left: 30px;
  color: #015CAC;
}
.notice-list .box-s .box-other .other-more {
  float: right;
  width: 22px;
  background: url('imechhr-icon-arrow.png') no-repeat center center;
}
/*---------------------------------------- other-page ---------------------------------------*/
.public-banner {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.page-main {
  min-height: calc(100vh - 500px - 382px);
  padding-bottom: 60px;
  padding-top: 40px;
  background: url('imechhr-pagebg.png') no-repeat bottom center;
}
@media (min-width: 1200px) {
  .page-row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .page-row .page-left {
    width: 23%;
  }
  .page-row .page-right {
    width: 77%;
  }
  .page-row .col-page {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.left-menu {
  position: relative;
  padding-left: 15px;
}
.left-menu::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  top: 0;
  background: url('imechhr-menubg.png') no-repeat top left;
  background-size: cover;
}
.left-menu .menu-title {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 42px;
  color: #fff;
}
.left-menu .menu-cont {
  position: relative;
  z-index: 3;
  background: url('imechhr-menubg02.png') no-repeat bottom right #fff;
  background-size: cover;
  padding-bottom: 120px;
}
.left-menu .box-a {
  border-bottom: 1px solid #DFE4F2;
}
.left-menu .box-a .a-title {
  display: block;
  position: relative;
  color: #242424;
  line-height: 30px;
  padding: 19px 40px 19px 25px;
}
.left-menu .box-a .a-title::after {
  content: '';
  position: absolute;
  background: url('imechhr-arrow02.png') no-repeat;
  width: 9px;
  height: 9px;
  top: 32px;
  right: 18px;
}
.left-menu .box-a.active .a-title,
.left-menu .box-a:hover .a-title {
  color: #fff;
  background: #248DE3;
}
.left-menu .box-a.active .a-title::after,
.left-menu .box-a:hover .a-title::after {
  background: url('imechhr-arrow03.png') no-repeat;
}
.content-top {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  margin-bottom: 30px;
}
.content-top .channle-title {
  font-weight: bold;
  color: #000000;
  float: left;
  position: relative;
  line-height: 50px;
  padding-left: 65px;
  padding-bottom: 20px;
}
.content-top .channle-title::before {
  content: '';
  position: absolute;
  left: 0;
  background: url('imechhr-icon-01.png') no-repeat;
  width: 50px;
  height: 50px;
}
.content-top .channle-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005BAC;
  height: 4px;
}
.content-top .bread-crumbs {
  float: right;
}
.channle-title {
  font-weight: bold;
  color: #193576;
}
.bread-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bread-crumbs .bread-item {
  color: #878787;
  line-height: 30px;
  font-size: 14px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #878787;
}
.bread-crumbs .bread-item a:last-child {
  color: #005BAC;
}
.bread-crumbs .bread-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.bread-crumbs .bread-item > span::before {
  color: #999999;
}
.public-title {
  border-top: 3px solid #333333;
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 20px;
  line-height: 40px;
  margin-bottom: 40px;
}
.public-title.title-other .title-left {
  float: left;
}
.public-title.title-w {
  padding-left: 0;
  padding-right: 0;
}
.public-title.title-video {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.6;
}
.public-title.title-video .title-left {
  float: left;
}
.public-title .title-left {
  font-weight: bold;
  color: #262626;
}
.public-title .title-left span {
  color: #CF161D;
  font-weight: normal;
}
.public-title .title-class {
  float: right;
}
.public-title .title-class ul li {
  float: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.public-title .title-class ul li::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background: #E6E6E6;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.public-title .title-class ul li:last-child {
  padding-right: 0;
}
.public-title .title-class ul li:last-child::after {
  display: none;
  padding-right: 0;
}
.public-title .title-class ul li a {
  display: block;
  color: #666666;
}
.public-title .title-class ul li:hover a,
.public-title .title-class ul li.active a {
  color: #00AAA2;
}
.details-page .detail-top {
  border-bottom: 1px solid #F1F1F3;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.5;
}
.details-page .detail-top .top-other {
  margin-top: 25px;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page .main-cont {
  line-height: 2;
  text-align: justify;
  color: #333;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  width: 100%;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .details-page .detail-top .top-other {
    margin-top: 15px;
    text-align: center;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    display: block;
  }
  .details-page .detail-top .top-other .other-share {
    margin-top: 5px;
  }
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  margin-bottom: 5px;
}
.img-list-01 .box-s {
  margin-bottom: 40px;
  position: relative;
}
.img-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list-01 .box-s .box-img {
  overflow: hidden;
  border-radius: 6px;
}
.img-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 290px;
  transition: all 0.5s;
}
.img-list-01 .box-s .box-title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('imechhr-titlebg04.png') no-repeat;
  background-size: 100% 100%;
  padding-left: 20px;
  padding-right: 60px;
  width: 356px;
  color: #FFFFFF;
  line-height: 60px;
  min-height: 60px;
  display: block;
  text-align: center;
}
.img-list-02 .box-s {
  margin-bottom: 32px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.img-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list-02 .box-s .box-img {
  overflow: hidden;
}
.img-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 188px;
  transition: all 0.5s;
}
.img-list-02 .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url('imechhr-boxbg02.png') repeat-x left bottom;
  color: #FFFFFF;
  line-height: 26px;
  display: block;
  text-align: center;
}
.img-list-02 .box-s .box-title .title-s {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 1200px) {
  .img-list-01 .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .img-list-01 .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
  .img-list-02 .row-w {
    margin-left: -16px;
    margin-right: -16px;
  }
  .img-list-02 .row-w .col-w {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.img-list-03 li:last-child .box-s {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.img-list-03 .box-s {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.img-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list-03 .box-s:hover .box-info .info-cont .info-title {
  color: #00AAA2;
}
.img-list-03 .box-s .box-img {
  overflow: hidden;
  border-radius: 6px;
  height: 185px;
}
.img-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}
.img-list-03 .box-s .box-info {
  overflow: hidden;
}
.img-list-03 .box-s .box-info .info-date {
  float: left;
  width: 105px;
}
.img-list-03 .box-s .box-info .info-date .date-s {
  margin-bottom: 50px;
}
.img-list-03 .box-s .box-info .info-date .date-s .date-01 {
  color: #3D3D3D;
}
.img-list-03 .box-s .box-info .info-date .date-s .date-02 {
  color: #909090;
  line-height: 26px;
}
.img-list-03 .box-s .box-info .info-date .more-s {
  display: block;
  background: url('imechhr-more02.png') no-repeat center center;
  width: 22px;
  height: 22px;
}
.img-list-03 .box-s .box-info .info-cont {
  position: relative;
  padding-left: 50px;
  overflow: hidden;
}
.img-list-03 .box-s .box-info .info-cont::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #CCCCCC;
  left: 0;
  top: 17px;
}
.img-list-03 .box-s .box-info .info-cont .info-title {
  color: #292929;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.img-list-03 .box-s .box-info .info-cont .info-txt {
  color: #757575;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
}
.list-txt-01 .box-s {
  position: relative;
  min-height: 60px;
  padding: 15px 140px 15px 50px;
  line-height: 40px;
  border-bottom: 1px solid #E5E5E5;
}
.list-txt-01 .box-s:hover .box-title,
.list-txt-01 .box-s:hover .box-date {
  color: #00AAA2;
}
.list-txt-01 .box-s::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 28px;
  width: 14px;
  height: 14px;
  background: url('imechhr-icon-03.png') no-repeat;
}
.list-txt-01 .box-s .box-title {
  color: #242424;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-txt-01 .box-s .box-date {
  position: absolute;
  right: 30px;
  top: 15px;
  color: #888888;
}
.people-list-01 .box-s {
  margin-bottom: 20px;
  text-align: center;
}
.people-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.people-list-01 .box-s:hover .box-title {
  color: #00AAA2;
}
.people-list-01 .box-s .box-img {
  overflow: hidden;
  border: 1px solid #F0F0F0;
  display: inline-block;
}
.people-list-01 .box-s .box-img img {
  display: block;
  height: 238px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
  border-radius: 3px;
}
.people-list-01 .box-s .box-title {
  position: relative;
  text-align: center;
  line-height: 30px;
  color: #1C1C1C;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .people-list-01 .col-w:nth-child(5n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .people-list-01 .col-w:nth-child(4n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .people-list-01 .col-w:nth-child(2n+1) {
    clear: left;
  }
}
.contact-tables {
  margin-bottom: 50px;
}
.contact-tables .td-left {
  text-align: left;
}
.contact-tables .table-w {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.contact-tables table {
  min-width: 500px;
}
.contact-tables table th,
.contact-tables table td {
  padding: 15px;
  border: 1px solid #fff;
}
.contact-tables table thead th {
  background: #005BAC;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.contact-tables table tbody tr:nth-child(2n) td {
  background-color: rgba(0, 91, 172, 0.07);
}
.contact-tables table tbody td {
  line-height: 24px;
  color: #242424;
  word-wrap: break-word;
}
.contact-map {
  height: 530px;
}
.lg-download {
  display: none !important;
}
.inline-gallery-wrap .gallery-title {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.inline-gallery-container {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .inline-gallery-container {
    height: 500px;
  }
}
.gallery-container-wrap .lg-backdrop {
  background-color: rgba(0, 91, 172, 0.1) !important;
}
.gallery-container-wrap .inline-gallery-wrap .lg-download {
  display: none !important;
}
.gallery-container-wrap .lg-outer .lg-thumb-outer {
  background-color: rgba(0, 91, 172, 0.1) !important;
}
.people-pub-title {
  font-size: 22px;
  font-weight: 700;
  color: #0052D9;
  float: left;
  padding: 8px 0 16px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px;
}
