/**
 * @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.i13 {
  background-color: #F6F6F6;
  padding: 0.85rem 0 0.45rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .img {
  width: 5.35rem;
  height: 3.1rem;
  border: 10px solid #DDDDDD;
  float: left;
  position: relative;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .img .wrapper {
  width: 5.3rem;
  height: 2.98rem;
  overflow: hidden;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .img .wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  div.i13 .enter-anshun-module .enter-anshun-module-intro .img {
    width: 100%;
    height: 3.8rem;
    float: none;
    position: static;
    border: 0;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-intro .img .wrapper {
    position: static;
    width: 98%;
    height: 100%;
    top: 0;
    left: auto;
  }
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .text {
  width: 5.92rem;
  float: right;
  padding-top: 0.36rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .text .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #009F5D;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .text .desc {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .text .btn {
  margin-top: 0.45rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .text .btn a {
  display: inline-block;
  width: 1.48rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 0.26rem;
  text-align: center;
  font-size: 0.18rem;
  color: #FCFFFD;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .text .btn a:first-child {
  background: #019539;
  margin-right: 0.2rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-intro .text .btn a:last-child {
  background: #FFA800;
}
@media screen and (max-width: 1024px) {
  div.i13 .enter-anshun-module .enter-anshun-module-intro .text {
    width: 100%;
    float: none;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-intro .text .title {
    font-size: 0.32rem;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-intro .text .desc {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-intro .text .btn {
    text-align: center;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-intro .text .btn a {
    width: 40%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-intro .text .btn a:first-child {
    margin-right: 10%;
  }
}
div.i13 .enter-anshun-module .enter-anshun-module-content {
  margin-top: 0.5rem;
  position: relative;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .arrow-enter {
  width: 0.54rem;
  height: 0.54rem;
  position: absolute;
  top: 50%;
  margin-top: -0.27rem;
  cursor: pointer;
  z-index: 100;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .arrow-enter-prev {
  background: url(../images/arrow-enter-prev.png) center center no-repeat;
  background-size: 100% auto;
  left: -0.74rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .arrow-enter-prev:hover {
  background: url(../images/arrow-enter-prev-hover.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  div.i13 .enter-anshun-module .enter-anshun-module-content .arrow-enter-prev {
    left: 0;
  }
}
div.i13 .enter-anshun-module .enter-anshun-module-content .arrow-enter-next {
  background: url(../images/arrow-enter-next.png) center center no-repeat;
  background-size: 100% auto;
  right: -0.74rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .arrow-enter-next:hover {
  background: url(../images/arrow-enter-next-hover.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  div.i13 .enter-anshun-module .enter-anshun-module-content .arrow-enter-next {
    right: 0;
  }
}
div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container {
  width: 100%;
  margin: 0 auto;
  height: 3.55rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper {
  height: 100%;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper .swiper-slide .wrapper {
  width: 2.2rem;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper .swiper-slide .wrapper .img {
  width: 100%;
  height: 3.06rem;
  overflow: hidden;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper .swiper-slide .wrapper .img img {
  width: 100%;
  height: auto;
}
div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper .swiper-slide .wrapper .title {
  padding: 0.16rem 0.1rem;
  text-align: center;
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container {
    width: calc(100% - 1.08rem);
    height: 4.5rem;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper .swiper-slide .wrapper {
    width: 98%;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper .swiper-slide .wrapper .img {
    width: 100%;
    height: 3.96rem;
  }
  div.i13 .enter-anshun-module .enter-anshun-module-content .swiper-container .swiper-wrapper .swiper-slide .wrapper .title {
    font-size: 0.28rem;
  }
}
