﻿/**
 * @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: 
 */
.product {
  padding: 0.5rem 0;
  background: #F6F6F6;
}
.product .sidebar {
  width: 2.8rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .product .sidebar {
    display: none;
  }
}
.product .sidebar .sidebar-title {
  height: 0.9rem;
  padding: 0.15rem 0.1rem;
}
.product .sidebar .sidebar-title .ch {
  font-size: 0.25rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.product .sidebar .sidebar-title .en {
  font-size: 0.17rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.product .sidebar .column .column-title {
  background-color: #0B40AE;
}
.product .sidebar .column .column-list ul li {
  display: block;
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-top: 0.1rem;
  position: relative;
}
.product .sidebar .column .column-list ul li > a {
  display: block;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.16rem;
  color: #707070;
  text-align: center;
  padding: 0 0.15rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product .sidebar .column .column-list ul li .icon {
  font-family: serif;
  font-size: 0.16rem;
  color: #707070;
  position: absolute;
  right: 0.1rem;
  top: 0;
  z-index: 10;
  width: 0.42rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.product .sidebar .column .column-list ul li:hover,
.product .sidebar .column .column-list ul li.columnActive {
  border: 1px solid #0B40AE;
}
.product .sidebar .column .column-list ul li:hover > a,
.product .sidebar .column .column-list ul li.columnActive > a {
  font-weight: bold;
  color: #0B40AE;
}
.product .sidebar .column .column-list ul li:hover > .icon,
.product .sidebar .column .column-list ul li.columnActive > .icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
}
.product .sidebar .column .column-list ul li .wrap {
  display: none;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li {
  display: block;
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-top: 0.1rem;
  position: relative;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > a {
  display: block;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.15rem;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0.1rem;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > .icon {
  font-family: serif;
  font-size: 0.15rem;
  color: #707070;
  position: absolute;
  right: 0.1rem;
  top: 0;
  width: 0.35rem;
  height: 0.35rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three {
  display: none;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  margin-top: 0.1rem;
  position: relative;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li > a {
  display: block;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0.1rem;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li > .icon {
  font-family: serif;
  font-size: 0.14rem;
  color: #707070;
  position: absolute;
  right: 0.1rem;
  top: 0;
  width: 0.35rem;
  height: 0.35rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four {
  display: none;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four .wrap-four-ul .wrap-four-li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  margin-top: 0.1rem;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four .wrap-four-ul .wrap-four-li > a {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.13rem;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0.1rem;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four .wrap-four-ul .wrap-four-li:hover > a,
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four .wrap-four-ul .wrap-four-li.columnActive > a {
  color: #0B40AE;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > a,
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li.columnActive > a {
  color: #0B40AE;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > .icon,
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li.columnActive > .icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > a,
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.columnActive > a {
  color: #0B40AE;
}
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > .icon,
.product .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.columnActive > .icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
}
.product .sidebar .contact {
  margin-top: 0.3rem;
  border: 1px solid #E6E6E6;
}
.product .sidebar .contact .contact-title {
  background: url(../image/sidebar-contact-bg.png) center center no-repeat;
  background-size: 100% auto;
}
.product .sidebar .contact .contact-content {
  padding: 0.15rem 0.24rem 0.2rem;
}
.product .sidebar .contact .contact-content .intro {
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.24rem;
}
.product .sidebar .contact .contact-content ul li {
  display: block;
  margin-top: 0.13rem;
  font-size: 0.14rem;
  line-height: 1.6;
  color: #707070;
}
.product .sidebar .contact .contact-content ul li span {
  color: #000000;
}
.product .sidebar .contact .contact-content ul li strong {
  color: #0B40AE;
}
.product .sidebar .contact .contact-content dl {
  margin-top: 0.3rem;
}
.product .sidebar .contact .contact-content dl dt {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.product .sidebar .contact .contact-content dl dt img {
  width: 100%;
  height: auto;
}
.product .sidebar .contact .contact-content dl dd {
  display: inline-block;
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.21rem;
  vertical-align: top;
  padding-top: 0.3rem;
}
.product .product-content {
  width: 9.4rem;
  float: right;
}
@media screen and (max-width: 1024px) {
  .product .product-content {
    width: 100%;
    float: none;
  }
}
.product .product-content .product-content-title {
  position: relative;
  padding-bottom: 0.1rem;
  padding-left: 0.12rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #707070;
  line-height: 0.24rem;
}
@media screen and (max-width: 1024px) {
  .product .product-content .product-content-title {
    font-size: 0.32rem;
    line-height: 0.36rem;
  }
}
.product .product-content .product-content-title:before {
  content: '';
  width: 0.03rem;
  height: 0.24rem;
  background-color: #0B40AE;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .product .product-content .product-content-title:before {
    height: 0.32rem;
  }
}
.product .product-content .product-content-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product .product-content .product-content-list {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .product .product-content .product-content-list {
    margin-top: 0.4rem;
  }
}
.product .product-content .product-content-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .product-content .product-content-list ul li {
  display: block;
  width: 31.7%;
  margin-right: 0.23rem;
  margin-bottom: 0.3rem;
  background: #FFFFFF;
  border: 1px solid #0B40AE;
  transition: 0.5s;
}
.product .product-content .product-content-list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .product .product-content .product-content-list ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  .product .product-content .product-content-list ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .product .product-content .product-content-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.product .product-content .product-content-list ul li a {
  display: block;
}
.product .product-content .product-content-list ul li a .img {
  width: 100%;
  height: 2.23rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .product .product-content .product-content-list ul li a .img {
    height: 2.46rem;
  }
}
.product .product-content .product-content-list ul li a .img .img-in {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product .product-content .product-content-list ul li a .img .img-logo {
  display: block;
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0.1rem;
}
.product .product-content .product-content-list ul li a .text {
  border-top: 1px solid #0B40AE;
  padding: 0.2rem 0.24rem;
}
.product .product-content .product-content-list ul li a .text .title {
  width: calc(100% - 0.3rem);
  float: left;
  font-size: 0.16rem;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .product .product-content .product-content-list ul li a .text .title {
    font-size: 0.28rem;
  }
}
.product .product-content .product-content-list ul li 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) {
  .product .product-content .product-content-list ul li a .text .icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.05rem;
  }
}
.product .product-content .product-content-list ul li:hover {
  box-shadow: 0px 6px 6px rgba(207, 207, 207, 0.6);
}
.product .product-content .product-content-list ul li:hover a .text .title {
  color: #ffffff;
}
.product .product-content .product-content-list ul li:hover a .text .icon {
  background: url(../image/product-module-content-icon-hover.png) center center no-repeat;
  background-size: 100% auto;
}
.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 {
  padding-left: 0.05rem;
  padding-right: 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0B40AE;
}
.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;
  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: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -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.13rem 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 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;
}
