/**
 * @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: 
 */
div.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
div.banner div.pagination {
  position: absolute;
  bottom: 1.55rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  z-index: 98;
}
@media screen and (max-width: 1024px) {
  div.banner div.pagination {
    width: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: none;
  }
}
div.banner div.pagination span.swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 0.06rem;
  overflow: hidden;
  opacity: 1;
}
div.banner div.pagination span.swiper-pagination-bullet .bullet-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #11BA59;
  border-radius: 0.02rem;
}
div.banner div.pagination span.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.4);
}
div.banner div.pcs-banner .swiper {
  height: 7.3rem;
}
@media screen and (max-width: 1024px) {
  div.banner div.pcs-banner .swiper {
    height: 11.4rem;
    background-size: cover;
  }
}
div.banner div.pcs-banner .swiper div.swiper-wrapper {
  height: 100% !important;
}
div.banner div.pcs-banner .swiper div.swiper-slide {
  height: 100% !important;
}
div.banner div.pcs-banner .swiper a {
  display: block;
}
div.banner div.pcs-banner .swiper img {
  width: 100%;
  height: auto;
}
div.banner div.pcs-banner .swiper .home-first-banner {
  height: 100%;
  display: flex;
  align-items: center;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left {
  width: 7rem;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-title {
  font-size: 0.4rem;
  font-weight: 800;
  color: #292C33;
  line-height: 1.2;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-subtitle {
  font-size: 0.16rem;
  color: #7b7f8d;
  line-height: 1.8;
  opacity: 0.6;
  margin-top: 0.24rem;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-subtitle {
    font-size: 0.24rem;
  }
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form {
  width: 5.64rem;
  height: 0.77rem;
  margin-top: 0.55rem;
  padding: 0.02rem;
  background-color: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-wrap {
  width: 5.6rem;
  height: 0.73rem;
  background: #eef0f4;
  border-radius: 0.12rem;
  overflow: hidden;
  padding: 0.04rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-group {
  display: flex;
  align-items: center;
  overflow: hidden;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form a {
  width: 1.8rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background: linear-gradient(0deg, #3475F3, #1C60E5, #3475F3);
  border-radius: 0 0.12rem 0.12rem 0;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input {
  width: 70%;
  height: 0.65rem;
  overflow: hidden;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.12rem 0 0 0.12rem;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input {
  display: block;
  width: 100%;
  height: 100%;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.2rem;
  color: #333;
  border: 0;
  padding: 0 0.25rem;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input::-webkit-input-placeholder {
  font-size: 0.2rem;
  color: rgba(123, 127, 141, 0.3);
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input:-moz-placeholder {
  font-size: 0.2rem;
  color: rgba(123, 127, 141, 0.3);
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input::-moz-placeholder {
  font-size: 0.2rem;
  color: rgba(123, 127, 141, 0.3);
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input:-ms-input-placeholder {
  font-size: 0.2rem;
  color: rgba(123, 127, 141, 0.3);
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .options {
  display: flex;
  align-items: center;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .options a {
  width: 1.76rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  display: block;
  margin-top: 0.6rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .options a {
    margin: 0;
    width: 2.5rem;
    height: 0.8rem;
    line-height: 0.85rem;
    border-radius: 0.4rem;
    font-size: 0.3rem;
  }
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .options .open-btn {
  background: linear-gradient(51deg, #00AA72 0%, #11BA59 100%);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  color: #fff;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .options .open-btns {
  background: url('../images/babor.png') no-repeat center center #FFF;
  background-size: 100% 100%;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  color: #11BA59;
  margin-left: 0.15rem;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .options .open-btnss {
  background: url('../images/babor.png') no-repeat center center #000;
  background-size: 100% 100%;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  color: #11BA59;
  margin-left: 0.15rem;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-right {
  width: calc(100% - 7.5rem);
  height: 100%;
  position: relative;
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-right img {
  display: block;
  position: absolute;
  left: 0.5rem;
  top: 45%;
  z-index: 10;
  width: 7rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-right img.two {
  display: none;
}
@media screen and (max-width: 1024px) {
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    z-index: 10;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0.4rem 0.3rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    text-align: left;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-title {
    font-size: 0.4rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-subtitle {
    font-size: 0.26rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form {
    width: 100%;
    height: 0.83rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-wrap {
    height: 100%;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form button {
    width: 1.8rem;
    height: 0.76rem;
    line-height: 0.76rem;
    font-size: 0.28rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input {
    height: 0.7rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input {
    font-size: 0.28rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input::-webkit-input-placeholder {
    font-size: 0.28rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input:-moz-placeholder {
    font-size: 0.28rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input::-moz-placeholder {
    font-size: 0.28rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .home-first-banner-form .form-input input:-ms-input-placeholder {
    font-size: 0.28rem;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-left .open-btn {
    width: 80%;
    height: auto;
    line-height: inherit;
    font-size: 0.28rem;
    margin: 0.4rem auto 0;
    padding: 0;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-right {
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
  }
  div.banner div.pcs-banner .swiper .home-first-banner .home-first-banner-right img {
    display: block;
    position: static;
    width: 7rem;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.banner .bot-platform {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1024px) {
  div.banner .bot-platform {
    display: none;
  }
}
div.banner .bot-platform li {
  width: 16.6666%;
  padding: 0.35rem 0.3rem 0.35rem 0.45rem;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: background 0.25s;
}
div.banner .bot-platform li:last-child {
  border: none;
}
div.banner .bot-platform li:hover {
  background: rgba(0, 170, 114, 0.08);
}
div.banner .bot-platform h6 {
  display: flex;
  align-items: center;
}
div.banner .bot-platform h6 img {
  height: 0.2rem;
  width: auto;
}
div.banner .bot-platform h6 span {
  font-size: 0.18rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.banner .bot-platform h6 span {
    font-size: 0.3rem;
  }
}
div.banner .bot-platform p {
  font-size: 0.14rem;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  div.banner .bot-platform p {
    font-size: 0.26rem;
  }
}
div.banner .bot-platform p img {
  height: 0.1rem;
  width: auto;
  margin-left: 0.1rem;
}
@keyframes bulletProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
