/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
.supage_366 {
  background: url(../images/index21-bg3.png) center center / cover no-repeat;
  position: relative;
}
.supage_366 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_366 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .supage_366 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.supage_366 .arrow-lefts {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/talent-recruitment-icon-hover.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0.26rem;
  bottom: 0.4rem;
  z-index: 9;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .supage_366 .arrow-lefts {
    display: none;
  }
}
.supage_366 .arrow-rights {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  z-index: 9;
  bottom: 0.4rem;
  background: url(../images/talent-recruitment-icon-hover.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0.74rem;
}
@media screen and (max-width: 767px) {
  .supage_366 .arrow-rights {
    display: none;
  }
}
.supage_366 .news-pagination {
  position: absolute;
  right: calc(72% + 0.2rem);
  bottom: 0.55rem;
  display: flex;
}
.supage_366 .news-pagination :first-child {
  margin-left: 0;
}
.supage_366 .news-pagination > span {
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  margin-left: 0.08rem;
  border-radius: 50%;
  opacity: 0.5;
}
.supage_366 .news-pagination > span:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .supage_366 .news-pagination {
    top: 3.4rem;
    right: 10%;
  }
  .supage_366 .news-pagination > span {
    background: #999 !important;
    opacity: 0.5;
  }
}
.supage_366 .news-pagination .swiper-opacity {
  opacity: 1;
}
.supage_366 .case-bg {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  height: 100%;
}
.supage_366 .news-swiper .swiper-container {
  height: 4.2rem;
}
@media screen and (max-width: 767px) {
  .supage_366 .news-swiper .swiper-container {
    height: fit-content;
    max-height: 8rem;
  }
}
.supage_366 .case-cont {
  position: relative;
  z-index: 9;
}
.supage_366 .slide-item-left {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .supage_366 .slide-item-left {
    height: 3.98rem;
  }
}
.supage_366 .slide-item {
  display: flex;
  justify-content: space-between;
}
.supage_366 .slide-item .slide-item-center {
  height: 4.08rem;
  width: 45%;
}
.supage_366 .slide-item .slide-item-left {
  width: 28%;
  padding: 0.3rem 0.25rem 0.4rem;
}
.supage_366 .slide-item .btn {
  text-align: center;
  color: #fff;
  padding: 0.14rem 0.5rem;
  width: fit-content;
}
.supage_366 .slide-item .btn a {
  color: #fff;
  font-size: 0.14rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_366 .slide-item .btn a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_366 .slide-item .btn a {
    font-size: 0.24rem;
  }
}
.supage_366 .slide-item .title {
  font-size: 0.26rem;
}
@media screen and (max-width: 1024px) {
  .supage_366 .slide-item .title {
    font-size: 0.34rem;
  }
}
.supage_366 .slide-item .p {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  color: #666666;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 8%;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_366 .slide-item .p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_366 .slide-item .p {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1300px) {
  .supage_366 .slide-item .p {
    -webkit-line-clamp: 3;
  }
}
.supage_366 .slide-item .slide-item-right {
  width: 25%;
}
.supage_366 .slide-item .slide-item-right > div {
  height: 49% ;
  margin-top: 2%;
}
.supage_366 .slide-item .slide-item-right > div:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .supage_366 .slide-item {
    display: block;
  }
  .supage_366 .slide-item > div {
    width: 100% !important;
  }
  .supage_366 .slide-item .slide-item-right {
    display: none;
    height: 2.04rem;
    overflow: hidden;
    margin-top: 0.15rem;
  }
  .supage_366 .slide-item .slide-item-right > div {
    height: 100%;
    float: left;
    width: 49%;
    margin-top: 0;
  }
  .supage_366 .slide-item .slide-item-right > div:first-child {
    margin-right: 2%;
  }
}
.supage_366 .news-warp .list-flex-warp {
  height: 1.42rem;
  overflow: hidden;
}
.supage_366 .news-warp .list-flex-warp .list-item {
  width: calc((100% - 0.8rem)/5);
  height: 100%;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage_366 .news-warp .list-flex-warp .list-item {
    margin-right: 0.2rem;
    width: calc((100% - 0.4rem)/3);
  }
  .supage_366 .news-warp .list-flex-warp .list-item :nth-child(3n) {
    margin-right: 0;
  }
}
.supage_366 .news-warp .list-flex-warp .list-item .list-item-img {
  height: 100%;
}
.supage_366 .news-warp .list-flex-warp .list-item .list-item-img .img-in {
  max-height: none;
}
.supage_366 .news-warp .list-flex-warp :nth-child(5n) {
  margin-right: 0;
}
.supage_366 .index-box-card {
  padding: 0.7rem 0 0.9rem;
}
.supage_366 .public-title-index14 {
  text-align: left;
  float: left;
}
.supage_366 .public-title-index14 h2 {
  font-size: 0.32rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0.22rem;
  width: fit-content;
  position: relative;
}
.supage_366 .public-title-index14 h2 span {
  width: 0.15rem;
  height: 0.15rem;
  box-sizing: border-box;
  display: block;
  border: 0.02rem solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -0.3rem;
}
@media screen and (max-width: 1024px) {
  .supage_366 .public-title-index14 h2 {
    font-size: 0.4rem;
  }
}
.supage_366 .public-title-index14 h3 {
  font-size: 0.16rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .supage_366 .public-title-index14 h3 {
    font-size: 0.26rem;
  }
}
.supage_366 .title-top {
  margin-bottom: 0.55rem;
}
.supage_366 .title-top .btn-pro {
  float: right;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  display: inline-block;
  background: #D4E8FF;
  border: none;
}
.supage_366 .title-top .btn-pro a {
  color: #fff;
  font-size: 0.14rem;
  padding: 0.18rem 0.46rem;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_366 .title-top .btn-pro a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_366 .title-top .btn-pro a {
    font-size: 0.24rem;
  }
}
.supage_366 .title-top .btn-pro a span {
  display: inline-block;
  width: 0.19rem;
  height: 0.19rem;
  margin-right: 0.1rem;
}
.supage_366 .title-top .btn-pro a span img {
  vertical-align: middle;
  max-width: 100%;
}
.supage_366 .template_main_color {
  color: #304693;
}
.supage_366 .template_main_back {
  background-color: #304693;
}
.supage_366 .template_main_border {
  border-color: #304693;
}
.supage_366 .template_sub_color {
  color: #3C3F41;
}
.supage_366 .template_sub_back {
  background-color: #3C3F41;
}
.supage_366 .template_sub_border {
  border-color: #3C3F41;
}
.supage_366 .template_rgb_color {
  color: rgba(48, 70, 147, 0.8);
}
.supage_366 .template_rgb_back {
  background-color: rgba(48, 70, 147, 0.8);
}
.supage_366 .template_rgb_border {
  border-color: rgba(48, 70, 147, 0.8);
}
