/**
 * @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: 
 */
.right-search {
  width: 100%;
  margin-top: 0.1rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .right-search {
    display: block;
  }
}
.right-search .searchs {
  width: 90%;
  height: 0.8rem;
  border: 2px solid #112a4f;
  position: relative;
  margin-left: 5%;
  margin-top: 0.2rem;
}
.right-search .searchs input {
  border: none;
  outline: none;
  font-size: 0.3rem;
  color: #333;
  text-indent: 0.2rem;
  height: 100%;
  line-height: 0.42rem;
  width: calc(100% - 0.8rem);
  float: left;
}
.right-search .searchs span {
  position: absolute;
  width: 0.8rem;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/top-search-icon.png) center center no-repeat #112a4f;
}
.product-container {
  margin-bottom: 0.62rem;
}
.swiper-container {
  width: 12.8rem;
  margin: 0 auto;
  height: 4.28rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .swiper-container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.swiper-container .swiper-slide {
  cursor: pointer;
  height: 4.28rem;
  background: url(../images/bg2.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.swiper-container .swiper-slide img {
  height: 2.88rem;
  width: auto;
  position: absolute;
  max-width: 100%;
  top: 0.8rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.swiper-container .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: none;
}
@media screen and (max-width: 1024px) {
  .swiper-container .swiper-slide .mask {
    background: rgba(0, 0, 0, 0.4);
    display: block;
  }
}
.swiper-container .swiper-slide .main-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}
.swiper-container .swiper-slide .main-wrap .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide .main-wrap .content h6 {
  font-size: 0.26rem;
  color: #fff;
  padding-left: 0.26rem;
  letter-spacing: 3px;
  padding-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .swiper-container .swiper-slide .main-wrap .content h6 {
    font-size: 0.32rem;
    letter-spacing: 0px;
  }
}
.swiper-container .swiper-slide .main-wrap .content ul {
  padding-left: 0.26rem;
  margin-top: 0.4rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .swiper-container .swiper-slide .main-wrap .content ul {
    display: block;
  }
}
.swiper-container .swiper-slide .main-wrap .content ul li a {
  font-size: 0.18rem;
  display: inline-block;
  color: #fff;
  padding-bottom: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .swiper-container .swiper-slide .main-wrap .content ul li a {
    font-size: 0.26rem;
  }
}
.swiper-container .swiper-slide .main-wrap .content .look-more {
  position: absolute;
  bottom: 0.3rem;
  left: 0.26rem;
  font-size: 0.16rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .swiper-container .swiper-slide .main-wrap .content .look-more {
    font-size: 0.26rem;
  }
}
.swiper-container .swiper-slide:hover .mask {
  display: block;
}
.swiper-container .swiper-slide:hover .main-wrap ul {
  display: block;
}
.swiper-container .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.46rem;
  height: 4.28rem;
  line-height: 4.28rem;
  background: rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  z-index: 99;
  font-family: serif;
}
.swiper-container .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.46rem;
  height: 4.28rem;
  line-height: 4.28rem;
  background: rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  z-index: 99;
  font-family: serif;
}
.index2 {
  background: url(../images/bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 0.1rem;
}
.index2 .product-list {
  width: 12.8rem;
  margin: 0 auto;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .index2 .product-list {
    width: 100%;
  }
}
.index2 .product-list dl {
  margin-bottom: 0.4rem;
  border: 1px solid #ebebeb;
}
.index2 .product-list dl dt {
  background: #f5f5f5;
  height: 0.52rem;
}
@media screen and (max-width: 1024px) {
  .index2 .product-list dl dt {
    height: 0.8rem;
  }
}
.index2 .product-list dl dt span {
  display: inline-block;
  padding: 0 0.3rem 0 0.1rem;
  height: 0.52rem;
  line-height: 0.52rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  background: #cb3435;
}
@media screen and (max-width: 1024px) {
  .index2 .product-list dl dt span {
    height: 0.8rem;
    width: 2rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
}
.index2 .product-list dl dd {
  width: 2.55rem;
  float: left;
  border-right: 1px solid #ebebeb;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .index2 .product-list dl dd {
    width: 50%;
    height: 3.7rem;
  }
}
.index2 .product-list dl dd .list-img {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index2 .product-list dl dd .list-img {
    height: 2.8rem;
  }
}
.index2 .product-list dl dd .list-img img {
  width: 100%;
  height: auto;
}
.index2 .product-list dl dd span {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 100%;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 1024px) {
  .index2 .product-list dl dd span {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .index2 .product-list dl dd:last-child {
    display: none;
  }
}
.index2 .product-list dl dd:nth-child(6n) {
  border: none;
}
.index3 {
  background: url(../images/bg1.png) center center no-repeat;
  background-size: cover;
  padding: 0.2rem 0 0.6rem 0;
}
.index3 .main-style * {
  color: #fff !important;
}
.index3 ul {
  width: 12.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .index3 ul {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.index3 ul li {
  width: 6.28rem;
  height: 3.52rem;
  position: relative;
  float: left;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 1024px) {
  .index3 ul li {
    width: 48%;
    height: 2.8rem;
    margin-right: 4%;
  }
}
.index3 ul li .list-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index3 ul li img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.index3 ul li .mask {
  width: 100%;
  height: 100%;
  background: url(../images/bga.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.index3 ul li .text {
  position: absolute;
  bottom: 0.42rem;
  left: 0.3rem;
}
.index3 ul li .text h6 {
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.06rem;
}
.index3 ul li .text p {
  font-size: 0.18rem;
  color: #fff;
  padding-right: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index3 ul li .text p {
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.index3 ul li:hover img {
  transform: scale(1.1);
}
.index3 ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .index4 .desktop-wrapper {
    display: none;
  }
}
.index4 .desktop-wrapper .container {
  background: url(../images/yBg.png) center center no-repeat;
  background-size: cover;
}
.index4 .desktop-wrapper .option {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.index4 .mobile-content {
  display: none;
  padding: 0 0.3rem;
  background: url(../images/yBg2.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .index4 .mobile-content {
    display: block;
  }
}
.index4 .mobile-content ul {
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.index4 .mobile-content ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
  text-align: center;
  height: 2.8rem;
}
.index4 .mobile-content ul li img {
  width: 0.8rem;
  height: auto;
  margin: 0.3rem 0;
}
.index4 .mobile-content ul li p {
  font-size: 0.28rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}
.index4 .mobile-content ul li:nth-child(2n) {
  margin-right: 0;
}
.index5 {
  padding: 0.2rem 0 0.52rem 0;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
}
.index5 .main-wrap {
  width: 12.8rem;
  margin: 0.5rem auto 0.32rem auto;
}
@media screen and (max-width: 1024px) {
  .index5 .main-wrap {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.index5 .main-wrap .text {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .index5 .main-wrap .text {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}
.index5 .main-wrap .step-list {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.45rem;
}
.index5 .main-wrap .step-list li {
  width: 2.3rem;
  position: relative;
  float: left;
}
@media screen and (max-width: 1024px) {
  .index5 .main-wrap .step-list li {
    margin-bottom: 0.3rem;
    width: 33.3333%;
    text-align: center;
    padding-left: 7%;
  }
}
.index5 .main-wrap .step-list li div {
  width: 1.3rem;
}
.index5 .main-wrap .step-list li div img {
  width: 1.3rem;
  height: 1.3rem;
}
.index5 .main-wrap .step-list li div span {
  display: block;
  font-size: 0.22rem;
  color: #404040;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .index5 .main-wrap .step-list li div span {
    font-size: 0.3rem;
  }
}
.index5 .main-wrap .step-list li p {
  width: 1.3rem;
  height: 0.24rem;
  position: absolute;
  right: -0.25rem;
  background: url(../images/top.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .index5 .main-wrap .step-list li p {
    display: none;
  }
}
.index5 .main-wrap .step-list li:nth-child(2n + 1) p {
  top: 0.25rem;
}
.index5 .main-wrap .step-list li:nth-child(2n) {
  margin-top: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .index5 .main-wrap .step-list li:nth-child(2n) {
    margin-top: 0;
  }
}
.index5 .main-wrap .step-list li:nth-child(2n) p {
  bottom: 0.5rem;
  right: -0.2rem;
  background: url(../images/down.png) center center no-repeat;
  background-size: cover;
}
.index5 .main-wrap .step-list li:last-child {
  width: 1.3rem;
}
.index5 .main-wrap .step-list li:last-child p {
  display: none;
}
.two-btn {
  background: #fff !important;
  border: 1px solid #cb3435 !important;
  color: #404040 !important;
  margin-left: 0.4rem !important;
}
.index6 {
  padding-bottom: 1.12rem;
}
.index6 .nav-list {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  color: #a6a6a6;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .index6 .nav-list {
    font-size: 0.32rem;
  }
}
.index6 .nav-list span {
  display: inline-block;
  padding-bottom: 0.08rem;
  cursor: pointer;
}
.index6 .nav-list span:last-child {
  margin-left: 0.6rem;
}
.index6 .news-content {
  width: 12.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.index6 .news-content li {
  display: none;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.index6 .news-content li .left {
  width: 6.08rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content li .left {
    width: 100%;
  }
}
.index6 .news-content li .left img {
  width: 100%;
  height: 5.5rem;
  margin-bottom: 0.2rem;
}
.index6 .news-content li .left .content {
  overflow: hidden;
}
.index6 .news-content li .left .content .date {
  width: 0.8rem;
  float: left;
  margin-right: 0.35rem;
}
.index6 .news-content li .left .content .date span {
  font-size: 0.6rem;
  color: #666;
  font-weight: bold;
}
.index6 .news-content li .left .content .date em {
  font-style: normal;
  font-size: 0.18rem;
  color: #666;
}
.index6 .news-content li .left .content .title {
  float: left;
  width: 4.9rem;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content li .left .content .title {
    width: calc(100% - 1.15rem);
  }
}
.index6 .news-content li .left .content .title h6 {
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content li .left .content .title h6 {
    font-size: 0.3rem;
  }
}
.index6 .news-content li .left .content .title p {
  font-size: 0.14rem;
  color: #808080;
  line-height: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content li .left .content .title p {
    font-size: 0.26rem;
    line-height: 0.36rem;
    -webkit-line-clamp: 1;
  }
}
.index6 .news-content li .left .content:hover h6 {
  color: #cb3435;
}
.index6 .news-content li dl {
  float: right;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content li dl {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index6 .news-content li dl dd {
  overflow: hidden;
  height: 1.6rem;
  border: 1px solid #e6e6e6;
  margin-bottom: 0.5rem;
}
.index6 .news-content li dl dd .date {
  width: 1.38rem;
  height: 1.6rem;
  border-right: 1px solid #e6e6e6;
  float: left;
  text-align: center;
}
.index6 .news-content li dl dd .date span {
  font-size: 0.6rem;
  color: #666;
  font-weight: bold;
  margin-top: 0.24rem;
  display: inline-block;
}
.index6 .news-content li dl dd .date em {
  font-style: normal;
  font-size: 0.18rem;
  color: #666;
}
.index6 .news-content li dl dd .title {
  float: left;
  width: 4.6rem;
  margin-top: 0.24rem;
  padding: 0 0.3rem;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content li dl dd .title {
    width: calc(100% - 1.4rem);
  }
}
.index6 .news-content li dl dd .title h6 {
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content li dl dd .title h6 {
    font-size: 0.3rem;
  }
}
.index6 .news-content li dl dd .title p {
  font-size: 0.14rem;
  color: #808080;
  line-height: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index6 .news-content li dl dd .title p {
    font-size: 0.26rem;
    line-height: 0.36rem;
    -webkit-line-clamp: 1;
  }
}
.index6 .news-content li dl dd:hover {
  cursor: pointer;
  border-color: #cb3435;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
.index6 .news-content li dl dd:hover h6 {
  color: #cb3435;
}
.index6 .news-content li dl dd:last-child {
  margin-bottom: 0;
}
.index6 .news-content li:first-child {
  display: block;
}
.index6 .tabActive {
  color: #333;
  border-bottom: 3px solid #e3e3e3;
  border-radius: 1px;
}
