/**
 * @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: 
 */
.brand-nav {
  border-bottom: 1px #E2E2E2 solid;
  height: 0.62rem;
  line-height: 0.62rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .brand-nav {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
.brand-nav .location {
  font: 0.14rem / 0.62rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.14rem !important;
  line-height: 0.62rem !important;
  color: #999999;
  font-weight: 400 !important;
}
.brand-nav .location i {
  display: inline-block;
  width: 0.19rem;
  height: 0.25rem;
  background: url("../image/brand-nav-icon.png") center center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.brand-nav .location a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .brand-nav .location {
    font: 0.28rem / 0.7rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.7rem !important;
    color: #999999;
    font-weight: 400 !important;
    float: none;
  }
  .brand-nav .location i {
    width: 0.2rem;
    height: 0.28rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .brand-nav .location {
    font-size: 0.16rem !important;
  }
}
.news-list {
  padding: 0.5rem 0;
  background: #F6F6F6;
}
.news-list .news-list-content {
  float: right;
  width: 9.4rem;
}
.news-list .news-list-list {
  margin-bottom: 0.07rem;
}
.news-list .news-list-list li {
  border-bottom: 0.01rem solid #E5E5E5;
}
.news-list .news-list-list li a {
  display: block;
  padding: 0.23rem 0;
}
.news-list .news-list-list li a:hover dl dd {
  /* .link {
                width: 0.78rem;
                background-color: #0B40AE;

                .linkw {
                  -webkit-transform: translateX(0);
                  -moz-transform: translateX(0);
                  -ms-transform: translateX(0);
                  -o-transform: translateX(0);
                  transform: translateX(0);
                }

                span {
                  opacity: 1;
                }
              }*/
}
.news-list .news-list-list li a:hover dl dd .title {
  color: #0B40AE;
}
.news-list .news-list-list li dt {
  float: left;
  width: 2.33rem;
  height: 1.75rem;
  overflow: hidden;
  position: relative;
}
.news-list .news-list-list li dt img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-list .news-list-list li dd {
  float: right;
  width: 6.72rem;
}
.news-list .news-list-list li dd .title {
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 0.23rem;
  color: #707070;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.16rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .news-list .news-list-list li dd .title {
    font-size: 0.16rem;
  }
}
.news-list .news-list-list li dd .time {
  font-size: 0.12rem;
  line-height: 0.23rem;
  color: #707070;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .news-list .news-list-list li dd .time {
    font-size: 0.16rem;
  }
}
.news-list .news-list-list li dd .text {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.02rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .news-list .news-list-list li dd .text {
    font-size: 0.16rem;
  }
}
.news-list .news-list-list li dd .link {
  /*width: 0.25rem;
          height: 0.3rem;*/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #707070;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.06rem;
  overflow: hidden;
  /*-webkit-transition: width .4s;
          -moz-transition: width .4s;
          -ms-transition: width .4s;
          -o-transition: width .4s;
          transition: width .4s;*/
}
.news-list .news-list-list li dd .link .linkw {
  padding: 0.03rem 0.1rem;
  /*-webkit-transform: translateX(-0.49rem);
            -moz-transform: translateX(-0.49rem);
            -ms-transform: translateX(-0.49rem);
            -o-transform: translateX(-0.49rem);
            transform: translateX(-0.49rem);
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;*/
}
.news-list .news-list-list li dd .link span {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 0.1rem;
  /*opacity: 0;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;*/
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .news-list .news-list-list li dd .link span {
    font-size: 0.16rem;
  }
}
.news-list .news-list-list li dd .link img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0.08rem;
}
@media screen and (max-width: 1024px) {
  .news-list {
    padding: 4% 0;
  }
  .news-list .news-list-content {
    float: none;
    width: 100%;
  }
  .news-list .news-list-list li dt {
    width: 40%;
  }
  .news-list .news-list-list li dt img {
    height: 100%;
  }
  .news-list .news-list-list li dd {
    float: right;
    width: 57%;
  }
  .news-list .news-list-list li dd .title {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.32rem;
    margin-top: 0.16rem;
  }
  .news-list .news-list-list li dd .time {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  }
  .news-list .news-list-list li dd .text {
    font-size: 0.28rem;
    line-height: 1.5;
    margin-top: 0.08rem;
  }
  .news-list .news-list-list li dd .link {
    display: none;
  }
}
.hot-product {
  padding: 0.4rem 0 0.75rem;
}
.hot-product .hot-product-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0.34rem;
  line-height: 0.34rem;
  position: relative;
  border-left: 0.05rem solid #0B40AE;
  padding-left: 0.06rem;
}
.hot-product .hot-product-title:after {
  content: '';
  width: 0.19rem;
  height: 0.34rem;
  background: url(../image/hot-product-title-cue.png) center / cover no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.hot-product .hot-product-title .title {
  background-color: #0B40AE;
  padding-left: 0.05rem;
  padding-right: 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #FFFFFF;
}
.hot-product .hot-product-title .title img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 0.05rem;
  width: 0.2rem;
}
.hot-product .hot-product-title .title span {
  display: inline-block;
  font-size: 0.18rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .hot-product .hot-product-title {
    width: 5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.15rem;
    border-left: 0.1rem solid #0B40AE;
  }
  .hot-product .hot-product-title:after {
    width: 0.4rem;
    height: 0.6rem;
  }
  .hot-product .hot-product-title .title {
    background-size: 0.3rem;
    padding-left: 0.1rem;
    font-size: 0.32rem;
  }
  .hot-product .hot-product-title .title img {
    margin-right: 0.1rem;
    width: 0.3rem;
  }
  .hot-product .hot-product-title .title span {
    font-size: 0.32rem;
  }
}
.hot-product .content {
  margin: 0.38rem -0.15rem 0;
  position: relative;
}
.hot-product .content .arrow-product {
  width: 0.26rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  cursor: pointer;
  z-index: 100;
}
.hot-product .content .arrow-product:hover {
  background-color: #0B40AE;
}
.hot-product .content .arrow-product-prev {
  background-color: rgba(112, 112, 112, 0.2);
  background-image: url(../image/product-hot-arrow-prev.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 0.1rem auto !important;
  left: -0.46rem;
}
@media screen and (max-width: 1024px) {
  .hot-product .content .arrow-product-prev {
    display: none;
  }
}
.hot-product .content .arrow-product-next {
  background-color: rgba(112, 112, 112, 0.2);
  background-image: url(../image/product-hot-arrow-next.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 0.1rem auto !important;
  right: -0.46rem;
}
@media screen and (max-width: 1024px) {
  .hot-product .content .arrow-product-next {
    display: none;
  }
}
.hot-product .content .swiper-container {
  width: 100%;
  height: 2.73rem;
}
@media screen and (max-width: 1024px) {
  .hot-product .content .swiper-container {
    height: 2.9rem;
  }
}
.hot-product .content .swiper-container .swiper-wrapper {
  height: 100%;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100% !important;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #0B40AE;
}
@media screen and (max-width: 1024px) {
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide a {
    width: 87%;
  }
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .img {
  width: 100%;
  height: 2.13rem;
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .img {
    height: 2.1rem;
  }
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .img .img-in {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .img .img-logo {
  display: block;
  width: 0.74rem;
  height: auto;
  position: absolute;
  top: 0rem;
  left: 0.1rem;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .text {
  border-top: 1px solid #0B40AE;
  padding: 0.2rem 0.22rem;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .text .title {
  width: calc(100% - 0.3rem);
  float: left;
  font-size: 0.15rem;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .text .title {
    font-size: 0.28rem;
  }
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .text .icon {
  width: 0.2rem;
  height: 0.2rem;
  float: right;
  background: url(../image/product-module-content-icon.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .text .icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.05rem;
  }
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 6px 6px rgba(207, 207, 207, 0.6);
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide:hover a .text {
  background-color: #0B40AE;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide:hover a .text .title {
  color: #ffffff;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide:hover a .text .icon {
  background: url(../image/product-module-content-icon-hover.png) center center no-repeat;
  background-size: 100% auto;
}
.hot-product .content .swiper-container {
  height: 1.6rem !important;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide:hover {
  box-shadow: none !important;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 3.8rem !important;
  background: #ffffff;
  border: 0.01rem solid #E6E6E6 !important;
  margin-right: 0.3rem;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl {
  padding: 0.34rem 0.25rem 0;
  height: 100%;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dt {
  float: left;
  width: 0.8rem;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dt b {
  font-size: 0.56rem;
  line-height: 0.56rem;
  color: #0B40AE;
  display: block;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dt span {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #0B40AE;
  display: block;
  margin-top: 0.04rem;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dd {
  float: right;
  width: 2.4rem;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dd .news-detail-recommend-title {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #707070;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dd .news-detail-recommend-text {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.08rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dd .news-detail-recommend-text {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .hot-product .content .swiper-container {
    height: 3rem !important;
  }
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide {
    box-sizing: border-box;
  }
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide a {
    width: 100% !important;
  }
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl {
    padding: 0.34rem 0.25rem 0;
    height: 100%;
  }
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dt {
    float: none;
    width: 100%;
  }
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dt span {
    font-size: 0.28rem;
  }
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dd {
    float: none;
    width: 100%;
    margin-top: 0.1rem;
  }
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dd .news-detail-recommend-title {
    font-size: 0.32rem;
    line-height: 1.6;
  }
  .hot-product .content .swiper-container .swiper-wrapper .swiper-slide dl dd .news-detail-recommend-text {
    font-size: 0.28rem;
    line-height: 1.6;
    margin-top: 0;
  }
}
