/*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: #0431c4;
}
.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: #0431c4;
  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: #0431c4;
  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: #0431c4;
  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: #0431c4;
  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: #0431c4;
}
.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: 40px;
}
.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: #0431c4;
  border: 1px solid #0431c4;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #0431c4;
  border: 1px solid #0431c4;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0431c4;
  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: 30px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 12px;
}
.details-page .cont-page .a-page:last-child {
  margin-bottom: 0;
}
.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: #CE181B;
}
.details-page .cont-page .a-page:hover a {
  color: #CE181B;
}
.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: 30px;
  height: 30px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("../images/comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("../images/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: #0431c4;
}
.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: #0431c4;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #0431c4;
  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: #0431c4;
}
.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: #0431c4;
  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;
}
/*此文件写网站剩余样式*/
@font-face {
  font-family: 'syht';
  src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'syht', "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, Arial, sans-serif !important;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.public-banner .container,
.channel-menu-wrap .container {
  position: relative;
  width: 94%;
}
.page-main .container {
  width: 73%;
}
@media (max-width: 767px) {
  .page-main .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-main .container {
    width: 94%;
  }
  .container {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .page-main .container {
    width: 94%;
  }
  .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-main .container {
    width: 94%;
  }
  .container {
    width: 94%;
  }
}
@media (min-width: 1440px) {
  .page-main .container {
    width: 73%;
    min-width: 1200px;
  }
  .container {
    width: 73%;
    min-width: 1200px;
  }
  .home-page-w .container {
    width: 87.5%;
  }
}
@media (min-width: 1680px) {
  .page-main .container {
    width: 73%;
    min-width: 1400px;
  }
  .container {
    width: 73%;
    min-width: 1400px;
  }
  .home-page-w .container {
    width: 87.5%;
  }
}
.nav-close {
  display: none !important;
}
html,
body,
.wrapper {
  position: relative;
  height: 100%;
}
nav.navbar.bootsnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 99;
  transition: all 0.5s;
  min-height: 70px;
}
nav.navbar.bootsnav .container {
  width: 94%;
}
nav.navbar.bootsnav .nav-close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('../images/sitri-close.png') no-repeat center center;
  background-size: 14px;
  top: 26px;
  right: 23px;
  display: none;
}
nav.navbar.bootsnav.navbar-hide .navbar-brand img.logo-01 {
  display: none;
}
nav.navbar.bootsnav.navbar-hide .navbar-brand img.logo-02 {
  display: block;
}
nav.navbar.bootsnav.navbar-hide .navbar-collapse.collapse {
  display: none !important;
}
nav.navbar.bootsnav.navbar-hide .nav-other,
nav.navbar.bootsnav.navbar-hide .nav-close {
  display: none;
}
nav.navbar.bootsnav.navbar-hide .toggle {
  display: block;
  z-index: 99;
  min-height: 24px;
}
nav.navbar.bootsnav.navbar-down {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
nav.navbar.bootsnav.navbar-down .nav-close {
  display: block;
}
nav.navbar.bootsnav.navbar-down .navbar-brand img.logo-01 {
  display: none;
}
nav.navbar.bootsnav.navbar-down .navbar-brand img.logo-02 {
  display: block;
}
nav.navbar.bootsnav.navbar-down ul.nav > li > a {
  color: #383838;
}
nav.navbar.bootsnav.navbar-down ul.nav > li > a::after {
  color: #ef7d24;
}
nav.navbar.bootsnav.navbar-down ul.nav > li > a::before {
  background: #ef7d24;
}
nav.navbar.bootsnav.navbar-down ul.nav > li > a:hover,
nav.navbar.bootsnav.navbar-down ul.nav > li > a:focus,
nav.navbar.bootsnav.navbar-down ul.nav > li.active > a:hover,
nav.navbar.bootsnav.navbar-down ul.nav > li.active > a:focus,
nav.navbar.bootsnav.navbar-down ul.nav > li.active > a,
nav.navbar.bootsnav.navbar-down ul.nav > li.dropdown.on > a {
  color: #ef7d24 !important;
}
nav.navbar.bootsnav.navbar-down .nav-other > div::after {
  background: #383838;
}
nav.navbar.bootsnav.navbar-down .nav-other a {
  color: #383838;
}
nav.navbar.bootsnav.navbar-down .nav-other a.a-serach {
  background: url('../images/sitri-search2.png') no-repeat center center;
}
nav.navbar.bootsnav.navbar-down .nav-other a:hover {
  color: #ef7d24;
}
nav.navbar.bootsnav .toggle {
  margin-top: 36px;
  padding-left: 22px;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav .toggle span,
nav.navbar.bootsnav .toggle span::before,
nav.navbar.bootsnav .toggle span::after {
  height: 2px;
  width: 22px;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
  display: block;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
nav.navbar.bootsnav .navbar-brand img.logo-02 {
  display: none;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  margin-left: 160px;
  margin-top: 10px;
}
nav.navbar.bootsnav ul.nav > li {
  margin-right: 50px;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 46px;
  height: 46px;
  color: #fff;
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  font-size: 14px;
  margin-left: 6px !important;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
  background: #FFFFFF;
  border-radius: 2px;
  height: 2px;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
  border: none;
  border-top: none;
  overflow: hidden;
  min-width: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li {
  position: relative;
  z-index: 9;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a {
  border-bottom: none;
  color: #333;
  margin: 0;
  display: block;
  line-height: 1.6;
  text-align: center;
  padding: 6px 10px;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a:hover {
  background-color: #ef7d24;
  color: #fff;
}
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 {
  width: 100%;
}
@media (min-width: 1200px) {
  .hc-mobile-nav.hc-nav-1 {
    display: none !important;
  }
}
.nav-other {
  position: absolute;
  right: 0;
  top: 12px;
}
.nav-other > div {
  float: left;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.nav-other > div::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fff;
  margin-left: 10px;
  font-size: 16px;
}
.nav-other > div:last-child::after {
  display: none;
}
.nav-other a {
  display: block;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.nav-other a:last-child {
  margin-right: 0;
}
.nav-other a:hover {
  border-color: #fff;
}
.nav-other a.a-serach {
  background: url('../images/sitri-search.png') no-repeat center center;
  background-size: 20px;
  width: 20px;
}
@media (max-width: 1679px) {
  nav.navbar.bootsnav ul.nav {
    margin-left: 60px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 40px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  nav.navbar.bootsnav ul.nav {
    margin-left: 30px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 1279px) {
  nav.navbar.bootsnav ul.nav {
    margin-left: 5px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .navbar-header {
    float: left !important;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .phone-menu-toggle {
    display: block;
  }
  nav.navbar.bootsnav .nav-other {
    right: 40px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .nav-other {
    right: 25px;
  }
}
.other-search {
  float: left;
}
.other-search a {
  display: block;
  background: url('../images/sitri-search.png') no-repeat center center;
  background-size: 0.14rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .other-search {
    right: px-to-rem(100);
  }
}
.main-search {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 140px;
  width: 100%;
  background: #ef7d24;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.main-search.is-visible {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
.main-search.search-form-visible,
.main-search.is-visible {
  opacity: 1;
  visibility: visible;
}
.main-search.search-form-visible .search-close,
.main-search.is-visible .search-close {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.main-search .text-replace {
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.main-search .search-logo {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-search .search-logo img {
  display: block;
  width: 100%;
}
.main-search .search-close {
  display: inline-block;
  position: absolute;
  right: 4%;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.main-search .search-close::before,
.main-search .search-close::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
.main-search .search-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.main-search .search-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.main-search .search-cont {
  padding: 50px 80px 50px 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 15% 0 15%;
}
.main-search .search-cont .search-inp {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding-right: 100px;
  padding-left: 30px;
  background-color: transparent;
  display: block;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.main-search .search-cont input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search .search-cont .search-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url('../images/sitri-search.png') no-repeat center center rgba(255, 255, 255, 0.6);
  background-size: 14px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.search-box {
  position: absolute;
  right: 0;
  top: 15px;
  width: 180px;
}
.search-box .box-inp {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 40px;
  border-radius: 20px;
}
.search-box .box-sub {
  position: absolute;
  background-image: url('../images/sitri-search.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 15px;
  top: 8px;
}
@media (max-width: 767px) {
  .main-search {
    height: auto;
    padding: 30px 20px;
  }
  .main-search .search-logo {
    position: static;
    width: 84%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .main-search .search-logo img {
    width: auto;
  }
  .main-search .search-close {
    top: 30px;
  }
  .main-search .search-cont {
    padding: 0 50px 0 0;
    position: relative;
    margin: 0;
    transform: translateY(0);
  }
  .main-search .search-cont .search-inp {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
  }
  .main-search .search-cont .search-btn {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}
@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.home-page-w {
  height: 100%;
  position: relative;
}
.home-page-w .swiper-container {
  width: 100%;
  height: 100%;
}
.home-page-w .swiper-slide {
  position: relative;
}
#home-page .main-cont::before {
  -webkit-animation: fadeOutLeft 1s both;
  animation: fadeOutLeft 1s both;
}
#home-page .groups-title {
  -webkit-animation: fadeOutRight 0.5s both;
  animation: fadeOutRight 0.5s both;
}
#home-page .groups-txt {
  -webkit-animation: fadeOutRight 0.7s both 0.3s;
  animation: fadeOutRight 0.7s both 0.3s;
}
#home-page .groups-box {
  -webkit-animation: fadeOutRight 0.7s both 0.5s;
  animation: fadeOutRight 0.7s both 0.5s;
}
#home-page .section-lxwm .groups-box {
  -webkit-animation: fadeOutUp 0.7s both 0.5s;
  animation: fadeOutUp 0.7s both 0.5s;
}
#home-page .lxwm-info {
  -webkit-animation: fadeOutDown 0.7s both 0.5s;
  animation: fadeOutDown 0.7s both 0.5s;
}
#home-page .svg-box {
  -webkit-animation: fadeOutRight 0.5s both;
  animation: fadeOutRight 0.5s both;
}
#home-page .swiper-slide-active .main-cont::before {
  -webkit-animation: fadeInLeft 1s both;
  animation: fadeInLeft 1s both;
}
#home-page .swiper-slide-active .groups-title {
  -webkit-animation: fadeInRight 0.5s both 0.2s;
  animation: fadeInRight 0.5s both 0.2s;
}
#home-page .swiper-slide-active .groups-txt {
  -webkit-animation: fadeInRight 0.5s both 0.4s;
  animation: fadeInRight 0.5s both 0.4s;
}
#home-page .swiper-slide-active .groups-box {
  -webkit-animation: fadeInRight 0.5s both 0.6s;
  animation: fadeInRight 0.5s both 0.6s;
}
#home-page .swiper-slide-active .groups-more {
  -webkit-animation: fadeInRight 0.5s both 0.8s;
  animation: fadeInRight 0.5s both 0.8s;
}
#home-page .swiper-slide-active .background {
  transform: scale(1);
}
#home-page .swiper-slide-active .svg-box {
  -webkit-animation: fadeInRight 0.5s both;
  animation: fadeInRight 0.5s both;
}
#home-page .swiper-slide-active .cover {
  -webkit-animation: fadeInLeft 0.5s both;
  animation: fadeInLeft 0.5s both;
}
#home-page .swiper-slide-active .cover .cb-featured-letter {
  display: block;
}
#home-page .swiper-slide-active .section-cjrh .groups-box {
  -webkit-animation: fadeInRight 0.5s both 0.4s;
  animation: fadeInRight 0.5s both 0.4s;
}
#home-page .swiper-slide-active .section-cjrh .groups-txt {
  -webkit-animation: fadeInRight 0.5s both 0.6s;
  animation: fadeInRight 0.5s both 0.6s;
}
#home-page .swiper-slide-active .section-lxwm .groups-box {
  -webkit-animation: fadeInDown 0.5s both 0.6s;
  animation: fadeInDown 0.5s both 0.6s;
}
#home-page .swiper-slide-active .lxwm-info {
  -webkit-animation: fadeInUp 0.5s both 0.4s;
  animation: fadeInUp 0.5s both 0.4s;
}
.swiper-pagination.home-page {
  position: fixed;
  right: 70px;
  width: 36px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.swiper-pagination.home-page > .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: 1;
  height: 36px;
  position: relative;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.swiper-pagination.home-page > .swiper-pagination-bullet .page-tip {
  position: absolute;
  width: 230px;
  line-height: 36px;
  height: 36px;
  right: 66px;
  opacity: 0;
  transition: all 0.3s;
  text-align: right;
  font-size: 16px;
  padding-right: 35px;
}
.swiper-pagination.home-page > .swiper-pagination-bullet .page-tip::after {
  content: '';
  position: absolute;
  right: 0;
  width: 24px;
  height: 2px;
  opacity: 1;
  background: #ffffff;
  top: 50%;
  margin-top: -1px;
}
.swiper-pagination.home-page > .swiper-pagination-bullet .page-zm {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
}
.swiper-pagination.home-page > .swiper-pagination-bullet.swiper-pagination-bullet-active .page-tip {
  opacity: 1;
  right: 46px;
}
.swiper-pagination.home-page > .swiper-pagination-bullet.swiper-pagination-bullet-active .page-zm {
  border-color: #fff;
  font-weight: bold;
}
.section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
}
.section .background {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: transform 800ms ease;
}
.section .background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section .cover {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  transition: left 500ms ease;
}
.section .cover .cb-featured-letter {
  z-index: 11;
}
.section .main-cont {
  z-index: 11;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 6.25%;
  padding-top: 70px;
}
.section .main-cont::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 50%;
  left: 0;
}
.section .main-cont > div {
  position: relative;
  z-index: 2;
}
.section .cont-groups {
  max-width: 720px;
  height: 100%;
}
.section .groups-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.section .groups-title.title-w01::after {
  background-color: #0431c4;
}
.section .groups-title.title-w02::after {
  background-color: #ef7d24;
}
.section .groups-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
}
.section .groups-title .title-en {
  font-size: 14px;
  line-height: 20px;
}
.section .groups-title .title-ch {
  font-size: 46px;
  line-height: 66px;
}
.section .groups-txt {
  max-width: 520px;
  font-size: 16px;
  line-height: 30px;
  color: #383838;
  margin-bottom: 40px;
}
.section .groups-more {
  position: relative;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  font-size: 0;
  display: block;
  z-index: 1;
  text-align: center;
}
.section .groups-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 32px;
  color: #fff;
}
.section .groups-more.more-01 {
  background: #ef7d24;
}
.section .groups-more.more-02 {
  background: #0431c4;
}
.section .svg-letter svg,
.section .svg-letter img .cb-featured-letter svg,
.section .cb-featured-letter img {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.section .svg-letter,
.section .cb-featured-letter {
  position: absolute;
  z-index: 9;
  top: 50%;
  height: 350px;
  width: 350px;
  transform: translate(-50%, -50%);
  left: 50vw;
}
.section .cb-featured-letter {
  width: 50%;
}
.phone-banner,
.phone-zm,
.arrow-down {
  display: none;
}
.phone-banner {
  position: relative;
  z-index: 20;
  height: 360px;
  overflow: hidden;
}
.phone-banner img {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
.phone-zm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -144px;
  z-index: 21;
  width: 260px;
}
.phone-zm img {
  display: block;
  width: 100%;
  height: 100%;
}
.arrow-down {
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: url('../imgphone/sitri-arrow3.png') no-repeat center center;
  background-size: contain;
  z-index: 22;
  animation: vertical-shake 3s ease-in-out infinite;
}
@keyframes vertical-shake {
  0%,
  100% {
    transform: translateY(0);
    /* 起始和结束位置 */
  }
  25% {
    transform: translateY(-8px);
    /* 向上晃动 */
  }
  50% {
    transform: translateY(4px);
    /* 向下回弹 */
  }
  75% {
    transform: translateY(-4px);
    /* 二次缓冲晃动 */
  }
}
.section-gypt .main-cont::before {
  background-image: url('../images/sitri-modbg-gypt2.png');
}
.section-gypt .groups-box ul {
  width: 520px;
  margin-left: -10px;
  margin-right: -10px;
}
.section-gypt .groups-box ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333%;
  margin-bottom: 30px;
}
.section-gypt .groups-box ul li:nth-child(3n + 1) {
  clear: both;
}
.section-gypt .groups-box .box-s .box-icon {
  margin-bottom: 10px;
}
.section-gypt .groups-box .box-s .box-icon img {
  display: block;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.section-gypt .groups-box .box-s .box-title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #383838;
}
.section-gypt .groups-box .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.section-gypt .groups-box .box-s:hover .box-title {
  color: #002ec3;
}
.section-zhfw .main-cont::before {
  background-image: url('../images/sitri-modbg-zhfw2.png');
}
.section-zhfw .groups-box {
  width: 500px;
}
.section-zhfw .groups-box .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.section-zhfw .groups-box .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.section-zhfw .groups-box .col-w {
  float: left;
  width: 50%;
}
.section-zhfw .box-s {
  height: 80px;
  margin-bottom: 40px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(120, 61, 16, 0.1);
  padding: 11px 15px;
  overflow: hidden;
  display: block;
}
.section-zhfw .box-s .box-icon {
  float: left;
  margin-right: 15px;
}
.section-zhfw .box-s .box-icon img {
  display: block;
  width: 62px;
  height: 58px;
  transition: all 0.5s;
}
.section-zhfw .box-s .box-title {
  overflow: hidden;
  line-height: 58px;
  font-size: 16px;
  color: #000000;
}
.section-zhfw .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.section-zhfw .box-s:hover .box-title {
  color: #EF7D24;
}
.section-cyst .main-cont::before {
  background-image: url('../images/sitri-modbg-cyst2.png');
}
.section-cyst .groups-box ul li {
  float: left;
  margin-right: 20px;
}
.section-cyst .groups-box ul li:last-child {
  margin-right: 0;
}
.section-cyst .box-s {
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 150px;
  opacity: 1;
  border-radius: 10px;
}
.section-cyst .box-s img {
  display: block;
  width: 150px;
  height: 150px;
  transition: all 0.5s;
}
.section-cyst .box-s .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0431c4;
  background: linear-gradient(180deg, rgba(4, 49, 196, 0) 0%, #0431c4 100%);
}
.section-cyst .box-s .box-mc span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
.section-cyst .box-s:hover img {
  transform: scale(1.1);
}
.section-cjrh .main-cont::before {
  background-image: url('../images/sitri-modbg-cjrh2.png');
}
.section-cjrh .groups-box {
  margin-bottom: 20px;
  width: 550px;
}
.section-cjrh .groups-box ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.section-cjrh .groups-box ul li:last-child {
  margin-right: 0;
}
.section-cjrh .groups-box .channel-a {
  display: block;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(120, 61, 16, 0.1);
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
}
.section-cjrh .groups-box .channel-a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}
.section-cjrh .groups-box .channel-a:hover {
  background: #ef7d24;
  color: #fff;
}
.section-xwzx .main-cont::before {
  background-image: url('../images/sitri-modbg-xwzx2.png');
}
.section-xwzx ul li {
  float: left;
  margin-right: 50px;
}
.section-xwzx ul li:last-child {
  margin-right: 0;
}
.section-xwzx .box-s {
  display: block;
  width: 206px;
  height: 214px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(4, 49, 196, 0.1);
  padding-top: 25px;
}
.section-xwzx .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.section-xwzx .box-s:hover .box-title {
  color: #0431c4;
}
.section-xwzx .box-s .box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
  transition: all 0.5s;
}
.section-xwzx .box-s .box-title {
  text-align: center;
  line-height: 24px;
  color: #383838;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.section-lxwm .main-cont {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.section-lxwm .middle-cont {
  width: 100%;
}
.section-lxwm .groups-box {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-lxwm .groups-box img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-lxwm .box-qywf-item {
  display: none;
}
.section-lxwm .box-qywf .qywf-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #c6d4ea;
  text-align: center;
  margin-bottom: 50px;
}
.section-lxwm .lxwm-info {
  text-align: left;
  background: #030f37;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
}
.section-lxwm .lxwm-info .info-left .left-title {
  float: left;
  width: 200px;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
  color: #ffffff;
}
.section-lxwm .lxwm-info .info-left .left-txt {
  overflow: hidden;
}
.section-lxwm .lxwm-info .info-right .right-erwm {
  width: 120px;
  float: left;
  margin-right: 50px;
}
.section-lxwm .lxwm-info .info-right .right-erwm .box-img img {
  display: block;
  width: 100%;
}
.section-lxwm .lxwm-info .info-right .right-erwm .box-title {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  color: #ffffff;
}
.section-lxwm .lxwm-info .info-right .right-txt {
  overflow: hidden;
  padding-top: 10px;
  font-size: 16px;
  line-height: 34px;
}
.section-lxwm .lxwm-info .info-right .right-txt a,
.section-lxwm .lxwm-info .info-right .right-txt span {
  display: inline-block;
  color: #fff;
}
.section-lxwm .lxwm-info .info-right .right-txt a img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
}
.home-banner {
  height: 100%;
}
.home-banner .banner-box {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-banner .box-img {
  height: 100%;
  position: relative;
}
.home-banner .box-img a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: all 0.5s;
}
.home-banner .banner-cont {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  color: #fff;
  overflow: hidden;
  padding-top: 60px;
}
.home-banner .banner-cont .middle-cont {
  width: 100%;
  text-align: left;
}
.home-banner .banner-cont .cont-title-ch {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
  max-width: 80%;
}
.home-banner .banner-cont .cont-title-en {
  font-size: 20px;
  line-height: 2;
}
.home-banner .banner-cont .cont-more {
  position: relative;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background: #ef7d24;
  font-size: 0;
  display: block;
  z-index: 1;
  text-align: center;
}
.home-banner .banner-cont .cont-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 32px;
  color: #fff;
}
.home-banner .cont-title-ch,
.home-banner .cont-more {
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}
.home-banner .swiper-slide-active .cont-title-ch {
  -webkit-animation: fadeInUp 0.3s both 1s;
  animation: fadeInUp 0.3s both 1s;
}
.home-banner .swiper-slide-active .cont-more {
  -webkit-animation: fadeInUp 0.6s both 1s;
  animation: fadeInUp 0.6s both 1s;
}
.footer {
  background: #030f37;
  font-size: 16px;
}
.footer .footer-info {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .footer-info .info-main {
  position: relative;
  padding-right: 280px;
}
.footer .footer-info .info-logo {
  float: left;
  width: 240px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-info .info-logo img {
  display: block;
}
.footer .footer-info .info-text {
  float: left;
  padding-left: 40px;
  position: relative;
}
.footer .footer-info .info-text::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footer-info .info-text > div {
  line-height: 34px;
  color: #ffffff;
  min-height: 34px;
  position: relative;
  padding-left: 30px;
}
.footer .footer-info .info-text > div span {
  width: 20px;
  font-size: 0;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-info .info-text > div span img {
  vertical-align: middle;
}
.footer .footer-info .info-erwm {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  overflow: hidden;
}
.footer .footer-info .info-erwm > div {
  width: 120px;
}
.footer .footer-info .info-erwm > div:first-child {
  float: left;
}
.footer .footer-info .info-erwm > div:last-child {
  float: right;
}
.footer .footer-info .info-erwm .erwm-img {
  margin-bottom: 5px;
}
.footer .footer-info .info-erwm .erwm-img img {
  display: block;
  width: 120px;
  height: 120px;
}
.footer .footer-info .info-erwm .erwm-title {
  line-height: 20px;
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
}
.footer .footer-copy {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 34px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .footer-copy a,
.footer .footer-copy span {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-copy a:hover {
  color: #fff;
}
.footer .footer-copy a img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.public-banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.public-banner .container {
  height: 400px;
}
.public-banner .banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  overflow: hidden;
}
.public-banner .banner-cont .channel-title {
  font-size: 50px;
  line-height: 1.2;
  color: #ffffff;
  float: left;
}
.public-banner .banner-cont .bread-crumbs {
  float: right;
  margin-top: 12px;
}
.bread-crumbs {
  font-size: 20px;
}
.bread-crumbs .bread-item {
  color: #fff;
  line-height: 36px;
  font-size: 20px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item a:last-child {
  color: #ef7d24;
}
.bread-crumbs .bread-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.bread-crumbs .bread-item > span::before {
  color: #fff;
}
.channel-menu-wrap {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.channel-menu-wrap.qy-channel-menu .container {
  padding-left: 30px;
  padding-right: 30px;
}
.channel-menu-wrap.qy-channel-menu .menu-prev,
.channel-menu-wrap.qy-channel-menu .menu-next {
  display: block;
}
.channel-menu-wrap .swiper-slide {
  width: auto;
  margin-right: 100px;
}
.channel-menu-wrap .a-menu {
  display: block;
  color: #383838;
  height: 96px;
  line-height: 96px;
  position: relative;
}
.channel-menu-wrap .a-menu::after {
  content: '';
  position: absolute;
  left: 50%;
  height: 4px;
  bottom: 0;
  background: #ef7d24;
  width: 0;
  transition: all 0.5s;
}
.channel-menu-wrap .a-menu span {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 96px;
}
.channel-menu-wrap .a-menu:hover {
  color: #ef7d24;
}
.channel-menu-wrap .a-menu:hover::after {
  left: 0%;
  width: 100%;
}
.channel-menu-wrap .active .a-menu {
  color: #ef7d24;
}
.channel-menu-wrap .active .a-menu::after {
  left: 0%;
  width: 100%;
}
.channel-menu-wrap .menu-prev,
.channel-menu-wrap .menu-next {
  display: none;
  width: auto;
}
.channel-menu-wrap .menu-prev::after,
.channel-menu-wrap .menu-next::after {
  font-family: 'FontAwesome';
  color: #383838;
  font-size: 30px;
  line-height: 44px;
}
.channel-menu-wrap .menu-prev {
  left: 0;
}
.channel-menu-wrap .menu-prev::after {
  content: "\f0d9";
}
.channel-menu-wrap .menu-next {
  right: 0;
}
.channel-menu-wrap .menu-next::after {
  content: "\f0da";
}
.page-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.public-channel-title {
  text-align: center;
  font-size: 0;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}
.public-channel-title span {
  font-size: 46px;
  line-height: 66px;
}
.public-channel-title::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  background: #0431c4;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.public-title-tab {
  text-align: center;
}
.public-title-tab .public-channel-title {
  display: inline-block;
  margin-right: 100px;
  cursor: pointer;
}
.public-title-tab .public-channel-title:last-child {
  margin-right: 0;
}
.public-title-tab .public-channel-title::after {
  display: none;
}
.public-title-tab .public-channel-title span {
  color: #808080;
  font-size: 40px;
}
.public-title-tab .public-channel-title.active span {
  font-size: 46px;
  color: #333;
}
.public-title-tab .public-channel-title.active::after {
  display: block;
}
.details-page .detail-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.details-page .detail-top .title-s {
  color: #000000;
  max-width: 100%;
  line-height: 1.5;
  font-size: 40px;
  font-weight: normal;
}
.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 h5,
.details-page .cont-title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.details-page h5.title-other,
.details-page .cont-title.title-other {
  margin-bottom: 50px;
}
.details-page h5.dj,
.details-page .cont-title.dj {
  margin-top: 50px;
  margin-bottom: 25px;
}
.details-page h5.dj span,
.details-page .cont-title.dj span,
.details-page h5.dj em,
.details-page .cont-title.dj em {
  color: #D43030;
}
.details-page h5.dj span::before,
.details-page .cont-title.dj span::before,
.details-page h5.dj em::before,
.details-page .cont-title.dj em::before {
  left: -114px;
  background-image: url('../images/sitri-line-left-r.png');
}
.details-page h5.dj span::after,
.details-page .cont-title.dj span::after,
.details-page h5.dj em::after,
.details-page .cont-title.dj em::after {
  right: -114px;
  background-image: url('../images/sitri-line-right-r.png');
}
.details-page h5 span,
.details-page .cont-title span,
.details-page h5 em,
.details-page .cont-title em {
  display: inline-block;
  position: relative;
  font-size: 32px;
  color: #0431c4;
  padding-left: 15px;
  padding-right: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
}
.details-page h5 span:after,
.details-page .cont-title span:after,
.details-page h5 em:after,
.details-page .cont-title em:after,
.details-page h5 span:before,
.details-page .cont-title span:before,
.details-page h5 em:before,
.details-page .cont-title em:before {
  content: '';
  position: absolute;
  width: 114px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  background-repeat: no-repeat;
}
.details-page h5 span::before,
.details-page .cont-title span::before,
.details-page h5 em::before,
.details-page .cont-title em::before {
  left: -114px;
  background-image: url('../images/sitri-line-left.png');
  background-position: right center;
}
.details-page h5 span::after,
.details-page .cont-title span::after,
.details-page h5 em::after,
.details-page .cont-title em::after {
  right: -114px;
  background-image: url('../images/sitri-line-right.png');
  background-position: left center;
}
.details-page.cp-details .main-cont img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.details-page .main-cont {
  line-height: 2;
  text-align: left;
  font-size: 20px;
  color: #383838;
}
.details-page .main-cont.cont-mb {
  margin-bottom: 50px;
}
.details-page .main-cont.qywh-cont .qywh-title {
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 75px;
}
.details-page .main-cont.qywh-cont .qywh-img {
  margin-bottom: 40px;
}
.details-page .main-cont.qywh-cont .qywh-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 2;
  margin-bottom: 15px;
}
.details-page .main-cont .main-company {
  background: #f8f8f8;
  padding: 60px;
  margin-bottom: 40px;
}
.details-page .main-cont .main-company.company-main-people {
  margin-bottom: 30px;
}
.details-page .main-cont .main-company.company-main-people .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.details-page .main-cont .main-company.company-main-people .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.details-page .main-cont .main-company.company-main-people .company-info {
  padding-top: 20px;
}
.details-page .main-cont .main-company .company-info {
  font-size: 22px;
  line-height: 50px;
  color: #383838;
}
.details-page .main-cont .main-company .company-info:last-child {
  margin-bottom: 0;
}
.details-page .main-cont .main-company .company-info p:last-child,
.details-page .main-cont .main-company .company-info div:last-child {
  margin-bottom: 0;
}
.details-page .main-cont .main-company .company-people .box-s {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(4, 49, 196, 0.1);
  padding: 30px;
  margin-bottom: 40px;
}
.details-page .main-cont .main-company .company-people .box-s:last-child {
  margin-bottom: 0;
}
.details-page .main-cont .main-company .company-people .box-s > div {
  margin-bottom: 0;
}
.details-page .main-cont .main-company .company-people .box-s .box-img {
  float: left;
  margin-right: 40px;
  width: 168px;
}
.details-page .main-cont .main-company .company-people .box-s .box-img img {
  display: block;
  width: 100%;
}
.details-page .main-cont .main-company .company-people .box-s .box-info {
  overflow: hidden;
}
.details-page .main-cont .main-company .company-people .box-s .box-info .info-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #383838;
  margin-bottom: 20px;
}
.details-page .main-cont .main-company .company-people .box-s .box-info .info-text {
  font-size: 20px;
  line-height: 34px;
  color: #383838;
}
.details-page .main-cont .main-company .company-people .box-s .box-info .info-text p,
.details-page .main-cont .main-company .company-people .box-s .box-info .info-text div {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 34px;
  color: #383838;
}
.details-page .main-cont .main-company .company-other img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont .company-lxfs {
  position: relative;
  padding-right: 180px;
  min-height: 150px;
  padding-top: 30px;
}
.details-page .main-cont .company-lxfs .erwm-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
}
.details-page .main-cont .company-lxfs .erwm-box img {
  display: block;
}
.details-page .cont-page {
  font-size: 20px;
}
.details-page .cont-page a {
  color: #383838;
}
.details-page ul {
  margin-bottom: 30px;
}
.details-page ul li {
  margin-bottom: 15px;
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
.details-page ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #9caad9;
  top: 15px;
}
@media (max-width: 767px) {
  .details-page .detail-top {
    margin-bottom: 30px;
  }
  .details-page .detail-top .title-s {
    font-size: 24px;
    line-height: 1.5;
  }
  .details-page .detail-top .top-other {
    text-align: center;
  }
  .details-page .detail-top .top-other .other-info {
    float: none;
  }
  .details-page .detail-top .top-other .other-share {
    padding-top: 10px;
    float: none;
  }
}
.list-img-01 .box-s {
  overflow: hidden;
  margin-bottom: 40px;
}
.list-img-01 .box-s img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.list-img-01 .box-s:hover img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .list-img-01 .col-w:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .list-img-01 .col-w:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .list-img-01 .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .list-img-01 .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-img-01 .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.list-img-02 li {
  margin-bottom: 40px;
}
.list-img-02 .box-s {
  border: 1px solid #e5e5e5;
  position: relative;
}
.list-img-02 .box-s::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: #0431c4;
  background: linear-gradient(136.05deg, #0431c4 0%, #7a5774 50%, #ef7d24 100%), #ef7d24;
  transition: all 0.5s;
}
.list-img-02 .box-s:hover::after {
  left: 0;
  width: 100%;
}
.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-02 .box-s:hover .info-title {
  color: #ef7d24;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
}
.list-img-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: all 0.5s;
}
.list-img-02 .box-s .box-info {
  padding: 25px 30px;
}
.list-img-02 .box-s .info-title {
  color: #383838;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  height: 64px;
}
.list-img-02 .box-s .info-txt {
  font-size: 16px;
  color: #808080;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  height: 56px;
}
.list-img-02 .box-s .info-date {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
}
.list-img-03 {
  padding-top: 40px;
}
.list-img-03 .box-s {
  position: relative;
  margin-bottom: 40px;
}
.list-img-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-03 .box-s .box-img {
  overflow: hidden;
}
.list-img-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 214px;
  transition: all 0.5s;
}
.list-img-03 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('../images/sitri-box-mc.png') repeat-x left bottom;
}
.list-img-03 .box-s .box-mc .box-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.list-img-05 .box-s {
  position: relative;
  margin-bottom: 40px;
}
.list-img-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-05 .box-s:hover .box-title {
  color: #ef7d24;
}
.list-img-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  height: 410px;
}
.list-img-05 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-img-05 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('../images/sitri-box-mc.png') repeat-x left bottom;
}
.list-img-05 .box-s .box-title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
@media (min-width: 1680px) {
  .list-img-02 .row-w,
  .list-img-03 .row-w,
  .list-img-05 .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-img-02 .row-w .col-w,
  .list-img-03 .row-w .col-w,
  .list-img-05 .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.list-img-04 .box-s {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(4, 49, 196, 0.1);
  margin-bottom: 40px;
  position: relative;
  padding: 25px;
  min-height: 210px;
}
.list-img-04 .box-s::before {
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #0431c4;
  background: linear-gradient(136.05deg, #0431c4 0%, #7a5774 50%, #ef7d24 100%), #ffffff;
  transition: all 0.5s;
}
.list-img-04 .box-s .box-img {
  float: left;
  width: 172px;
  height: 230px;
  border-radius: 6px;
  margin-right: 25px;
  overflow: hidden;
}
.list-img-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-img-04 .box-s .box-info {
  overflow: hidden;
  padding-top: 10px;
  font-size: 15px;
}
.list-img-04 .box-s .info-title {
  line-height: 24px;
  color: #727fa8;
  margin-bottom: 15px;
}
.list-img-04 .box-s .info-name {
  font-size: 24px;
  line-height: 34px;
  color: #383838;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}
.list-img-04 .box-s .info-txt {
  margin-bottom: 10px;
  line-height: 1.5;
}
.list-img-04 .box-s .info-research {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #727fa8;
}
@media (min-width: 1680px) {
  .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .list-img-04 .row-w .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-img-04 .box-s {
    min-height: 310px;
  }
}
.no-info {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.no-info img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.list-img-text li:last-child .box-s {
  margin-bottom: 0;
}
.list-img-text .box-s {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-s:hover .box-info .box-title {
  color: #ef7d24;
}
.list-img-text .box-s .box-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 3px;
  width: 300px;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.5s;
}
.list-img-text .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
  font-size: 16px;
}
.list-img-text .box-s .box-info .box-title {
  color: #383838;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.list-img-text .box-s .box-info .box-txt {
  color: #808080;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  height: 64px;
}
.list-img-text .box-s .box-info .box-date {
  color: #808080;
}
.list-img-dj .row-w {
  margin-left: -10px;
  margin-right: -10px;
}
.list-img-dj .row-w .col-w {
  padding-left: 10px;
  padding-right: 10px;
}
.list-img-dj .box-s {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.list-img-dj .box-s .box-img {
  overflow: hidden;
  height: 260px;
}
.list-img-dj .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-img-dj .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list-img-dj .box-s .box-title {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 55px;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}
.photo-album {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.photo-album .gallery-top-w {
  position: relative;
}
.photo-album .gallery-top .box-s {
  margin-bottom: 20px;
}
.photo-album .gallery-top .box-s .box-img {
  overflow: hidden;
  height: 660px;
  line-height: 660px;
  text-align: center;
  font-size: 0;
  margin-bottom: 10px;
}
.photo-album .gallery-top .box-s .box-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.photo-album .gallery-top .box-s .box-title {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  padding: 15px 20px;
  color: #000000;
}
.photo-album .gallery-thumbs .box-btm {
  height: 146px;
  line-height: 142px;
  opacity: 1;
  border-radius: 4px;
  border: 2px solid transparent;
  font-size: 0;
  text-align: center;
}
.photo-album .gallery-thumbs .box-btm img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.photo-album .gallery-thumbs .swiper-slide-thumb-active .box-btm {
  border-color: #d43030;
}
.photo-album .album-next,
.photo-album .album-prev {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ef7d24;
  font-size: 0;
  top: 45%;
}
.photo-album .album-next::after,
.photo-album .album-prev::after {
  font-family: 'FontAwesome';
  font-size: 32px;
  color: #fff;
}
.photo-album .album-prev {
  left: -114px;
}
.photo-album .album-prev::after {
  content: "\f104";
}
.photo-album .album-next {
  right: -114px;
}
.photo-album .album-next::after {
  content: "\f105";
}
.about-title {
  position: relative;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 50px;
}
.about-title .title-en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1;
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 1px #999;
  font-weight: bold;
}
.about-title .title-ch {
  font-size: 46px;
  line-height: 66px;
  color: #000000;
  position: relative;
  z-index: 99;
}
.about-mod {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-mod-01 .box-img {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  width: 780px;
  margin-left: 50px;
  margin-bottom: 20px;
  float: right;
}
.about-mod-01 .box-img::after {
  content: '';
  position: absolute;
  border-radius: 15px;
  border: 3px solid rgba(4, 49, 196, 0.4);
  left: 15px;
  bottom: 15px;
  right: 0;
  top: 0;
}
.about-mod-01 .box-img img {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 15px;
  z-index: 2;
}
.about-mod-01 .box-info {
  font-size: 20px;
  line-height: 2;
  color: #383838;
}
.about-mod-01 .box-info > div,
.about-mod-01 .box-info > p {
  margin-bottom: 15px;
}
.about-mod-02 {
  background: url('../images/sitri-img-19.png') no-repeat center center;
  background-size: cover;
}
.about-mod-02 .about-title .title-en {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-shadow: none;
}
.about-mod-02 .about-title .title-ch {
  color: #fff;
}
.about-mod-02 .row-w {
  margin-left: -10px;
  margin-right: -10px;
}
.about-mod-02 .row-w .col-w {
  padding-left: 10px;
  padding-right: 10px;
}
.about-mod-02 .box-s {
  text-align: center;
  transition: all 0.5s;
}
.about-mod-02 .box-s:hover {
  transform: translateY(-20px);
}
.about-mod-02 .box-s .box-icon {
  margin-bottom: 25px;
}
.about-mod-02 .box-s .box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}
.about-mod-02 .box-s .box-title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  line-height: 38px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.about-mod-02 .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  opacity: 1;
  border-radius: 2px;
  bottom: 0;
  background: #ffffff;
}
.about-mod-02 .box-s .box-txt {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .about-mod-02 .row-w .col-w:nth-child(6n + 1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-mod-02 .row-w .col-w:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .about-mod-02 .row-w .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
.about-mod-03 {
  background: url('../images/sitri-img-31.png') no-repeat right bottom;
  background-size: contain;
}
.about-mod-03 .col-w:nth-child(2n) .box-s {
  margin-top: 80px;
}
.about-mod-03 .box-s {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 300px;
  line-height: 300px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  transition: all 0.5s;
}
.about-mod-03 .box-s:hover {
  transform: translateY(-20px);
}
.about-mod-03 .box-s .box-txt {
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.company-culture {
  background: url('../images/sitri-img-32.png') no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 200px;
}
.join-us .join-title {
  margin-bottom: 25px;
}
.join-us .join-title a {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  opacity: 1;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  font-size: 20px;
  color: #383838;
}
.join-us .join-title a:hover,
.join-us .join-title a.active {
  border-color: #ef7d24;
  color: #ef7d24;
}
.join-us .join-title a.active {
  font-weight: bold;
}
.join-us .join-title a:last-child {
  margin-right: 0;
}
.join-us .join-main .main-title {
  background: #f8f8f8;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  color: #808080;
  font-size: 20px;
}
.join-us .join-main .main-cont .box-s {
  color: #383838;
  border: 1px solid #e5e5e5;
  line-height: 1.6;
  text-align: center;
  font-size: 18px;
  margin-top: -1px;
}
.join-us .join-main .main-cont .box-s .box-title {
  padding: 20px 0;
}
.join-us .join-main .main-cont .box-s:hover .row-title,
.join-us .join-main .main-cont .box-s.active .row-title {
  color: #ef7d24;
}
.join-us .join-main .main-cont .box-s:hover .row-arrow a,
.join-us .join-main .main-cont .box-s.active .row-arrow a {
  color: #ef7d24;
  border-color: #ef7d24;
}
.join-us .join-main .main-cont .box-s.active .row-arrow a::after {
  content: "\f106";
}
.join-us .join-main .main-cont .box-s.active .box-cont {
  display: block;
}
.join-us .join-main .main-cont .row-title {
  font-size: 24px;
  cursor: pointer;
}
.join-us .join-main .main-cont .row-arrow a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  border-radius: 50%;
}
.join-us .join-main .main-cont .row-arrow a::after {
  content: "\f107";
  font-family: 'FontAwesome';
}
.join-us .join-main .main-cont .box-cont {
  border-top: 1px solid #e5e5e5;
  text-align: left;
  padding: 30px 70px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 44px;
  color: #383838;
  display: none;
}
.join-us .join-main .main-cont .box-cont b,
.join-us .join-main .main-cont .box-cont em {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 24px;
  font-style: normal;
}
.join-us .join-main .main-cont .box-cont b::after,
.join-us .join-main .main-cont .box-cont em::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: #ef7d24;
  border-radius: 2px;
}
.contact-us .contact-info {
  margin-bottom: 30px;
}
.contact-us .contact-info .info-title {
  font-size: 30px;
  line-height: 44px;
  color: #383838;
  margin-bottom: 35px;
}
.contact-us .contact-info .box-s {
  margin-bottom: 20px;
}
.contact-us .contact-info .box-s .box-icon {
  height: 34px;
  line-height: 34px;
  font-size: 0;
  text-align: center;
  width: 40px;
  float: left;
}
.contact-us .contact-info .box-s .box-icon img {
  vertical-align: middle;
  margin-top: -3px;
}
.contact-us .contact-info .box-s .box-text {
  font-size: 20px;
  overflow: hidden;
  line-height: 34px;
  color: #383838;
}
.contact-us .contact-map {
  height: 560px;
}
@media (min-width: 992px) {
  .contact-us .contact-info .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
.download-list .box-s {
  display: block;
  border: 1px solid #e5e5e5;
  height: 90px;
  padding: 25px 135px 25px 65px;
  position: relative;
  margin-bottom: 40px;
}
.download-list .box-s:hover::after {
  background: url('../images/sitri-icon-14.png') no-repeat;
  background-size: contain;
}
.download-list .box-s:hover .box-title {
  color: #ef7d24;
}
.download-list .box-s:hover .box-arrow {
  background: url('../images/sitri-icon-17.png') no-repeat center center #ef7d24;
}
.download-list .box-s::after {
  content: '';
  position: absolute;
  background: url('../images/sitri-icon-15.png') no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 32px;
  top: 38px;
}
.download-list .box-s .box-title {
  font-size: 20px;
  color: #383838;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.download-list .box-s .box-arrow {
  position: absolute;
  right: 55px;
  top: 25px;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url('../images/sitri-icon-16.png') no-repeat center center #f4f4f4;
  border-radius: 50%;
}
@media (min-width: 120px) {
  .download-list .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .download-list .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-page {
  display: flex;
}
.product-menu {
  position: sticky;
  transition: 0.6s;
  background: #f8f8f8;
  padding: 0 0 1rem;
  width: 320px;
  overflow: hidden;
}
.product-menu::after {
  content: '';
  position: absolute;
  width: 1px;
  left: 70px;
  top: 0;
  bottom: 0;
  background: #e5e5e5;
  z-index: 2;
}
.product-menu.menu-hide {
  width: 70px;
}
.product-menu.menu-hide .menu-arrow .icon-s {
  transform: rotate(180deg);
}
.product-menu .menu-arrow,
.product-menu .menu-list {
  width: 320px;
}
.product-menu ul li.active .menu-a .icon-s img.icon-d,
.product-menu ul li:hover .menu-a .icon-s img.icon-d {
  display: none;
}
.product-menu ul li.active .menu-a .icon-s img.icon-h,
.product-menu ul li:hover .menu-a .icon-s img.icon-h {
  display: block;
}
.product-menu ul li.active .menu-a .title-s,
.product-menu ul li:hover .menu-a .title-s {
  color: #ef7d24;
  font-weight: bold;
}
.product-menu ul li.active .menu-a .title-s::after,
.product-menu ul li:hover .menu-a .title-s::after {
  display: block;
}
.product-menu ul li.active .menu-a .arrow-s {
  background-image: url('../images/sitri-icon-19.png');
}
.product-menu ul li.active .menu-sub {
  display: block;
}
.product-menu .menu-arrow {
  background: #eeeeee;
  margin-bottom: 35px;
  cursor: pointer;
}
.product-menu .menu-arrow .icon-s {
  width: 70px;
  background: url('../images/sitri-icon-sq.png') no-repeat center center;
  height: 60px;
  line-height: 60px;
  float: left;
}
.product-menu .menu-arrow .text-s {
  padding-left: 40px;
  line-height: 60px;
  font-size: 20px;
  color: #808080;
  overflow: hidden;
}
.product-menu .menu-a {
  position: relative;
  padding-right: 70px;
  margin-bottom: 20px;
}
.product-menu .menu-a .icon-s {
  width: 70px;
  float: left;
}
.product-menu .menu-a .icon-s img {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.product-menu .menu-a .icon-s img.icon-h {
  display: none;
}
.product-menu .menu-a .title-s {
  line-height: 40px;
  height: 40px;
  color: #383838;
  font-size: 20px;
  padding-left: 20px;
  overflow: hidden;
  display: block;
  position: relative;
}
.product-menu .menu-a .title-s::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #ef7d24;
  display: none;
}
.product-menu .menu-a .arrow-s {
  position: absolute;
  right: 20px;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('../images/sitri-icon-18.png') no-repeat center center;
}
.product-menu .menu-sub {
  padding-left: 110px;
  padding-bottom: 20px;
  display: none;
}
.product-menu .menu-sub a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  color: #383838;
}
.product-menu .menu-sub a:hover,
.product-menu .menu-sub a.active {
  color: #ef7d24;
}
.product-content {
  flex: 1;
  background: #fff;
  padding: 60px 6%;
}
.list-case .case-top {
  margin-bottom: 40px;
}
.list-case .case-top .box-img {
  height: 274px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f0f4f7 0%, #a5b3c0 100%), #cccccc;
  position: relative;
  overflow: hidden;
}
.list-case .case-top .box-img .img-s {
  height: 100%;
  line-height: 100%;
  font-size: 0;
  text-align: center;
}
.list-case .case-top .box-img .img-s img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.list-case .case-top .box-img .mc-s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('../images/sitri-img-37.png') repeat-x bottom center;
}
.list-case .case-top .box-img .mc-s .title-s {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 20px;
  line-height: 1.4;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.list-case .case-top .box-info {
  height: 274px;
  overflow: hidden;
  position: relative;
  padding: 70px 60px 20px;
  border-radius: 10px;
  background-color: #103585;
  background: linear-gradient(146.12deg, #103585 0%, #091e6b 100%);
}
.list-case .case-top .box-info .box-num {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0px 10px 0px;
  background: #ef7d24;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  color: #ffffff;
}
.list-case .case-top .box-info .box-txt {
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 30px;
  height: 180px;
}
.list-case .case-groups {
  margin-bottom: 60px;
}
.list-case .case-groups .box-s {
  height: 300px;
  overflow: hidden;
  position: relative;
  padding: 75px 40px 20px;
  border-radius: 10px;
}
.list-case .case-groups .box-s .box-num {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0px 10px 0px;
  background: #ef7d24;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  color: #ffffff;
}
.list-case .case-groups .box-s .box-txt {
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 30px;
  height: 180px;
}
.list-case .case-groups .box-s.box-01 {
  background-color: #266986;
  background: linear-gradient(146.12deg, #266986 0%, #044e6e 100%), linear-gradient(146.12deg, #103585 0%, #091e6b 100%);
}
.list-case .case-groups .box-s.box-02 {
  background-color: #03488e;
  background: linear-gradient(146.12deg, #03488e 0%, #02336e 100%), linear-gradient(146.12deg, #266986 0%, #044e6e 100%), linear-gradient(146.12deg, #103585 0%, #091e6b 100%);
}
.list-case .case-groups .box-s.box-03 {
  background-color: #8c7d82;
  background: linear-gradient(146.12deg, #8c7d82 0%, #50546e 99.31%), linear-gradient(146.12deg, #266986 0%, #044e6e 100%), linear-gradient(146.12deg, #103585 0%, #091e6b 100%);
}
@media (min-width: 1440px) {
  .list-case .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-case .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mod-hz {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  padding: 30px 50px;
  margin-top: 50px;
  color: #fff;
}
.mod-hz.hz-01 {
  background-color: #030f37;
  background-image: url('../images/sitri-img-35.png');
}
.mod-hz.hz-01 .box-text a {
  color: #72c5e0;
}
.mod-hz.hz-02 {
  background-color: #361b00;
}
.mod-hz.hz-02 .box-text a {
  color: #EF7D24;
}
.mod-hz.hz-03 {
  background-color: #00497d;
}
.mod-hz.hz-03 .box-text a {
  color: #ffc300;
}
.mod-hz .box-title {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 10px;
}
.mod-hz .box-text {
  font-size: 20px;
  line-height: 2;
}
.list-txt-01 {
  border-top: 1px solid #F5F5F5;
}
.list-txt-01 li {
  position: relative;
  border-bottom: 1px solid #F5F5F5;
  padding-left: 30px;
  padding-right: 135px;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 60px;
}
.list-txt-01 li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  width: 10px;
  height: 10px;
  background: #727fa8;
  border-radius: 50%;
}
.list-txt-01 li:hover::after {
  background: #ef7d24;
}
.list-txt-01 li:hover .box-title,
.list-txt-01 li:hover .box-date {
  color: #ef7d24;
}
.list-txt-01 li .box-date {
  position: absolute;
  top: 25px;
  color: #808080;
  right: 0;
  font-size: 16px;
}
.list-txt-01 li .box-title {
  color: #383838;
  position: relative;
  font-size: 24px;
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-details-tabcont > div {
  display: none;
}
.public-details-tabcont > div.active {
  display: block;
}
