/**
 * @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: 
 */
@font-face {
  font-family: 'PangMenZhengDao';
  src: url(../font/PangMenZhengDaoBiaoTiTi-1.ttf);
}
strong {
  font-weight: bold !important;
}
.outer-container {
  width: 15rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .outer-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .outer-container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.container {
  width: 12rem !important;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .container {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.container-list {
  width: 91% !important;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container-list {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
div.index-title {
  position: relative;
  width: 9.5rem;
  margin: 0 auto;
  min-height: 2.1rem;
}
div.index-title.no-icon {
  padding-top: 0.5rem;
  padding-top: 0.8rem;
}
div.index-title.no-icon::before,
div.index-title.no-icon::after {
  top: 1.08rem;
}
@media screen and (max-width: 1024px) {
  div.index-title {
    width: 100%;
    padding-bottom: 0.24rem;
  }
}
div.index-title.white:after,
div.index-title.white:before {
  background-color: #fff;
}
div.index-title.white h1.nav-name {
  color: #fff;
}
div.index-title.white h2.subtitle {
  color: #fff;
}
div.index-title.white div.left,
div.index-title.white div.right {
  opacity: 0.3;
}
div.index-title:after,
div.index-title:before {
  top: 1.25rem;
  content: '';
  position: absolute;
  z-index: 3;
  width: 2.8rem;
  height: 0.03rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  div.index-title:after,
  div.index-title:before {
    width: 1rem;
    top: 1.18rem;
  }
}
div.index-title:before {
  left: 0;
}
@media screen and (max-width: 1024px) {
  div.index-title:before {
    left: 0.18rem;
  }
}
div.index-title:after {
  right: 0;
}
@media screen and (max-width: 1024px) {
  div.index-title:after {
    right: 0.18rem;
  }
}
div.index-title div.nav-icon {
  text-align: center;
}
div.index-title div.nav-icon img {
  display: inline-block;
  width: 0.93rem;
  height: 0.93rem;
}
@media screen and (max-width: 1024px) {
  div.index-title div.nav-icon img {
    width: 0.86rem;
    height: 0.86rem;
  }
}
div.index-title h1.nav-name {
  margin-top: 0.07rem;
  font: 0.36rem / 0.48rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.36rem !important;
  line-height: 0.48rem !important;
  color: #333;
  font-weight: normal !important;
  text-align: center;
}
div.index-title h2.subtitle {
  font: 0.22rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.22rem !important;
  line-height: 0.3rem !important;
  color: #555;
  font-weight: normal !important;
  margin-top: 0.08rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.index-title h2.subtitle {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #555;
    font-weight: normal !important;
    padding: 0 0.23rem;
    letter-spacing: 0.6px;
  }
}
div.index-title div.left,
div.index-title div.right {
  position: absolute;
  top: 0.41rem;
  border: 0.02rem solid #d9d9d9;
  border-bottom: 0 none;
  width: 3.2rem;
  height: 1.68rem;
}
@media screen and (max-width: 1024px) {
  div.index-title div.left,
  div.index-title div.right {
    width: 2.4rem;
    height: 1.64rem;
    height: auto;
    bottom: 0;
  }
}
div.index-title div.left:after,
div.index-title div.right:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 2.8rem;
  height: 0.02rem;
  background-color: #d9d9d9;
}
@media screen and (max-width: 1024px) {
  div.index-title div.left:after,
  div.index-title div.right:after {
    width: 1.8rem;
    height: 1px;
  }
}
div.index-title div.left {
  border-right: 0 none;
  left: 0.65rem;
}
@media screen and (max-width: 1024px) {
  div.index-title div.left {
    left: 0;
  }
}
div.index-title div.left:after {
  left: 0;
}
div.index-title div.right {
  border-left: 0 none;
  right: 0.65rem;
}
@media screen and (max-width: 1024px) {
  div.index-title div.right {
    right: 0;
  }
}
div.index-title div.right:after {
  right: 0;
}
div.page-title {
  text-align: center;
  width: 6.81rem;
  margin: 0 auto;
  margin-bottom: 0.62rem;
}
@media screen and (max-width: 1024px) {
  div.page-title {
    width: 100%;
  }
}
div.page-title h1 {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 0.48rem;
  color: #333333;
  padding-bottom: 0.16rem;
}
div.page-title div.split {
  position: relative;
}
div.page-title div.split::before,
div.page-title div.split::after {
  position: absolute;
  top: 0.07rem;
  content: '';
  display: inline-block;
  width: 3.2rem;
  height: 0px;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 1024px) {
  div.page-title div.split::before,
  div.page-title div.split::after {
    width: 2.8rem;
    top: 0.2rem;
  }
}
div.page-title div.split::before {
  left: 0;
}
div.page-title div.split::after {
  right: 0;
}
div.page-title div.split span {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: #0354a4;
}
.img-hover {
  overflow: hidden;
}
.img-hover img {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.img-hover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
div.jun-btn-group {
  text-align: center;
  font-size: 0;
}
div.jun-btn-group a:last-child div.jun-btn {
  margin-right: 0;
}
div.jun-btn {
  display: inline-block;
  height: 0.41rem;
  opacity: 1;
  border-radius: 0.02rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.41rem;
  color: #333333;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  div.jun-btn {
    width: 1.6rem;
    height: 0.57rem;
    font-size: 0.22rem;
    line-height: 0.57rem;
    margin-right: 0.4rem;
  }
}
div.jun-btn.active,
div.jun-btn:hover {
  border: 0 none;
  color: #007697;
  transition: background 0.2s;
  background-image: url(../images/back.png) !important;
}
div.jun-btn.active a,
div.jun-btn:hover a {
  color: #007697;
}
img.width-auto {
  width: auto !important;
  height: 100% !important;
  opacity: 1 !important;
}
img.height-auto {
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
}
header.header {
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  header.header {
    background: none;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    background-color: #fff;
    height: 0.88rem;
    padding: 0.14rem 0.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header.header div.header-wrapper div.slide-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper div.slide-button {
    width: 0.45rem;
    display: block;
    float: right;
    margin-top: 0.15rem;
  }
  header.header div.header-wrapper div.slide-button div {
    width: 100%;
    height: 1px;
    background-color: #D3A111;
    margin-bottom: 0.13rem;
    transition: all 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.top {
    transform-origin: 0%;
    transform: rotate(44deg);
    transition: transform 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.center {
    opacity: 0;
    transition: opacity 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.bottom {
    transform-origin: 0%;
    transform: rotate(-44deg);
    transition: transform 0.5s;
  }
}
header.header div.company-info {
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    padding: 0;
    display: inline-block;
    height: auto;
  }
}
header.header div.company-info div.info-left {
  width: 2.1rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left {
    width: 2.04rem;
  }
}
header.header div.company-info div.info-left .logo {
  width: 100%;
  height: auto;
}
header.header div.company-info div.info-left .logo a {
  display: block;
}
header.header div.company-info div.info-left .logo a img {
  width: 100%;
  height: auto;
}
header.header div.company-info .search {
  width: 4.7rem;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  line-height: 0.34rem;
  border: 2px solid #D3A111;
}
header.header div.company-info .search .search_type {
  width: 1.3rem;
  cursor: pointer;
  border: none;
  color: #fff;
  border-right: 0;
  font-size: 0.14rem;
  outline: none;
  box-sizing: border-box;
  position: relative;
  background-color: #D3A111;
}
header.header div.company-info .search .search_type .layui-form {
  height: 100%;
}
header.header div.company-info .search .search_type .layui-form .search-down {
  margin-bottom: 0;
}
header.header div.company-info .search .search_type .layui-form .search-down .layui-input-block {
  min-height: 100%;
  margin-left: 0 !important;
}
header.header div.company-info .search .search_type .layui-form .search-down .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #D3A111;
}
header.header div.company-info .search .search_type .layui-form .search-down select {
  width: 100%;
  height: 0.4rem;
  border: 0;
  outline: none;
  border-bottom: 1px solid #dddddd;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  position: relative;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
header.header div.company-info .search .search_type .layui-form .search-down select option {
  height: 0.3rem;
  line-height: 0.3rem;
}
header.header div.company-info .search .search_type .layui-form .search-down select::-ms-expand {
  display: none;
}
header.header div.company-info .search .search_type .layui-form .search-down .layui-form-select .layui-input {
  background-color: transparent;
  border: 0;
  color: #fff;
  text-align: center;
}
header.header div.company-info .search .search_type .layui-form .search-down .layui-form-select .layui-edge {
  border-top-color: #fff;
}
header.header div.company-info .search .search_type .layui-form .search-down .layui-form-select dl dt,
header.header div.company-info .search .search_type .layui-form .search-down .layui-form-select dl dd {
  color: #C8C7C7;
}
header.header div.company-info .search .search_type .layui-form .search-down .layui-form-select dl dd.layui-this {
  color: #fff;
}
header.header div.company-info .search .search_text {
  padding-left: 0.2rem;
  min-height: 100%;
  line-height: 0.34rem;
  box-sizing: border-box;
  color: #333;
  border: none;
  width: calc(100% - 0.6rem);
}
header.header div.company-info .search .search_text::placeholder {
  color: #C8C7C7;
}
header.header div.company-info .search .input_box {
  flex: 1;
  height: 100%;
  position: relative;
}
header.header div.company-info .search .search_submit {
  width: 0.2rem;
  height: 0.2rem;
  border: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: url(../images/header-icon3.png) center center no-repeat;
  color: #FFF;
  padding: 0 0.2rem;
  position: absolute;
  right: 0;
  background-size: 0.2rem 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .search {
    display: none;
  }
}
header.header div.company-info .right-mobile {
  display: flex;
  align-items: center;
}
header.header div.company-info .right-mobile img {
  width: 0.49rem;
  height: 0.52rem;
  display: block;
  margin-right: 0.1rem;
}
header.header div.company-info .right-mobile .mobile-box .mobile-text {
  font-size: 0.24rem;
  font-weight: bold;
}
header.header div.company-info .right-mobile .mobile-box .text {
  font-size: 0.14rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .right-mobile {
    display: none;
  }
}
header.header nav.nav {
  height: 0.6rem;
  position: relative;
  background: #2A2A2A;
}
header.header nav.nav.navFix {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999999;
}
header.header nav.nav .nav-wrapper {
  display: flex;
}
header.header nav.nav .navCard {
  width: 2.4rem;
  text-align: center;
  line-height: 0.6rem;
  position: relative;
}
header.header nav.nav .navCard .navCard-title {
  height: 0.6rem;
  font-size: 0.16rem;
  line-height: 0.6rem;
  text-align: center;
  color: #ffffff;
  background: #3B3b3B;
}
header.header nav.nav .navCard .card {
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  header.header nav.nav {
    display: none;
  }
}
header.header nav.nav ul.nav-list {
  height: 0.6rem;
  line-height: 0.6rem;
  width: calc(100% - 2.4rem);
  display: flex;
}
header.header nav.nav ul.nav-list li.list-item {
  height: 0.6rem;
  flex: 1;
}
header.header nav.nav ul.nav-list li.list-item:last-child {
  margin-right: 0!important;
}
header.header nav.nav ul.nav-list li.list-item a {
  display: block;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  position: relative;
}
header.header nav.nav ul.nav-list li.list-item:hover:after,
header.header nav.nav ul.nav-list li.list-item.navActive:after {
  display: none;
}
header.header nav.nav ul.nav-list li.list-item:hover a,
header.header nav.nav ul.nav-list li.list-item.navActive a {
  color: #D3A111;
}
header.header nav.nav ul.nav-list li.list-item ul.child-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #404040;
  box-shadow: 0rem 0.03rem 0.2rem rgba(0, 0, 0, 0.16);
  z-index: 100001;
  width: 100%;
  padding: 0 0.25rem;
  display: none;
  text-align: center;
}
header.header nav.nav ul.nav-list li.list-item ul.child-nav li.child-item {
  display: inline-block;
  margin: 0 0.2rem;
}
header.header nav.nav ul.nav-list li.list-item ul.child-nav li.child-item:last-child {
  border-bottom: 0 none;
}
header.header nav.nav ul.nav-list li.list-item ul.child-nav li.child-item a {
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  letter-spacing: 1px;
  font-size: 0.14rem;
  font-weight: normal;
}
header.header nav.nav ul.nav-list li.list-item ul.child-nav li.child-item:hover a,
header.header nav.nav ul.nav-list li.list-item ul.child-nav li.child-item.childActive a {
  color: #D3A111;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
header.header .navActives a {
  color: #D3A111 !important;
}
header.header div.nav-wrapper-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.nav-wrapper-phone {
    position: fixed;
    top: 0.88rem;
    left: 0;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: calc(100% - 0.88rem);
    overflow: auto;
    padding: 0.3rem 0.45rem;
  }
  header.header div.nav-wrapper-phone ul.nav-list {
    height: 100%;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item {
    position: relative;
    font: 0.26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal !important;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item.open:after {
    content: '-';
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item:after {
    display: none;
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    right: 0;
    content: '+';
    font: 0.3rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.3rem !important;
    line-height: 0.35rem !important;
    color: #000;
    font-weight: normal !important;
    font-weight: bold;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item a {
    display: block;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item.child:after {
    display: block;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu {
    display: none;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list {
    overflow-y: auto;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item {
    padding: 0 0.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item a {
    font: 0.26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal !important;
    border: 0 none;
  }
}
.layui-layer-content {
  overflow: hidden!important;
}
.public-btn {
  width: 1.8rem;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.16rem;
  display: inline-block;
  margin-right: 0.6rem;
  text-align: center;
  background: linear-gradient(142deg, #EC1C00, #FF5400);
  border-radius: 0.23rem;
  color: #fff;
  transition: 0.5s;
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .public-btn {
    width: 2.2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 0.35rem;
  }
}
.public-btn:hover {
  border: 1px solid #E60012;
  color: #E60012;
  background: #fff;
}
.contact-us {
  width: 1.8rem;
  height: 0.44rem;
  display: inline-block;
  text-align: center;
  line-height: 0.44rem;
  border-radius: 0.23rem;
  font-size: 0.16rem;
  color: #E60012;
  border: 1px solid #E60012;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .contact-us {
    width: 2.2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 0.35rem;
  }
}
.contact-us:hover {
  background: linear-gradient(142deg, #EC1C00, #FF5400);
  color: #fff;
}
.recommended-products {
  background: #F4F4F4;
  padding: 0.62rem 0;
}
.recommended-products .recommended-products-title {
  font-size: 0.24rem;
  color: #333333;
  position: relative;
  padding-left: 0.16rem;
}
.recommended-products .recommended-products-title:before {
  content: '';
  width: 0.06rem;
  height: 0.24rem;
  background: #22478B;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .recommended-products .recommended-products-title {
    font-size: 0.34rem;
  }
  .recommended-products .recommended-products-title:before {
    height: 0.34rem;
  }
}
.recommended-products .recommended-products-content {
  margin-top: 0.4rem;
}
.recommended-products .recommended-products-content ul li {
  display: block;
  width: 2.86rem;
  float: left;
  margin-right: 0.18rem;
  margin-bottom: 0.3rem;
}
.recommended-products .recommended-products-content ul li:nth-child(4n) {
  margin-right: 0;
}
.recommended-products .recommended-products-content ul li a {
  display: block;
}
.recommended-products .recommended-products-content ul li a .img {
  width: 100%;
  height: 2.14rem;
  text-align: center;
  overflow: hidden;
}
.recommended-products .recommended-products-content ul li a .img img {
  width: auto;
  height: 100%;
  transition: 0.8s;
}
.recommended-products .recommended-products-content ul li a .title {
  width: 100%;
  padding: 0.18rem 0.18rem 0.18rem 0.2rem;
  background: #fff;
}
.recommended-products .recommended-products-content ul li a .title .title-in {
  width: calc(100% - 0.6rem);
  float: left;
  font-size: 0.18rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommended-products .recommended-products-content ul li a .title .icon {
  width: 0.21rem;
  height: 0.14rem;
  background: url(../images/recommended-products-content-icon.png) center center no-repeat;
  background-size: 0.21rem auto;
  float: right;
  margin-top: 0.05rem;
}
.recommended-products .recommended-products-content ul li:hover a .img img {
  transform: scale(1.1);
}
.recommended-products .recommended-products-content ul li:hover a .title {
  background: #22478B;
}
.recommended-products .recommended-products-content ul li:hover a .title .title-in {
  color: #fff;
}
.recommended-products .recommended-products-content ul li:hover a .title .icon {
  background: url(../images/recommended-products-content-icon-hover.png) center center no-repeat;
  background-size: 0.21rem auto;
}
@media screen and (max-width: 1024px) {
  .recommended-products .recommended-products-content ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  .recommended-products .recommended-products-content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .recommended-products .recommended-products-content ul li a .img {
    height: 2.5rem;
  }
  .recommended-products .recommended-products-content ul li a .title .title-in {
    font-size: 0.28rem;
  }
  .recommended-products .recommended-products-content ul li a .title .icon {
    margin-top: 0.13rem;
  }
}
table {
  width: 100%!important;
}
@media screen and (max-width: 1024px) {
  table {
    width: 100%!important;
    border-collapse: collapse;
    border: none;
    margin: 0.2rem 0;
  }
  table td {
    border: solid #000 1px;
    vertical-align: middle!important;
    word-break: break-all;
    word-break: break-word;
    border-color: #999 !important;
    padding: 0 4px!important;
  }
  table p {
    text-indent: 0!important;
  }
}
.noData {
  text-align: center;
  font-size: 0.18rem;
  display: none;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 0.3rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .noData {
    font-size: 0.32rem;
  }
}
.lg-outer {
  width: 8rem;
  height: 8rem;
  position: fixed;
  top: 50%;
  margin-top: -4rem;
  left: 50%;
  margin-left: -4rem;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.lg-outer .lg-img-wrap {
  padding: 0;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  height: 94% !important;
}
.lg-outer .lg-sub-html {
  width: 8rem;
  margin: 0 auto;
}
.header-top {
  background-color: #E7E7E7;
  color: #666666;
  font-size: 0.14rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.header-top .header-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .header-warp .map-icon {
  width: 0.14rem;
}
.header-top .header-warp .select {
  display: inline-block;
  background: #D3A111;
  color: #fff;
  height: fit-content;
  line-height: 1;
  padding: 0.04rem 0.06rem;
  vertical-align: middle;
  margin: 0 0.1rem 0 0.14rem;
}
.header-top .header-warp .select i {
  width: 0.08rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.02rem;
  background: url(../images/header_icon2.png) center center / cover no-repeat;
  height: 0.04rem;
}
.header-top .header-warp text {
  display: inline-block;
}
.header-top .header-warp .header-right {
  width: 25%;
}
.header-top .header-warp .header-right a {
  padding-left: 0.3rem;
}
.header-top .header-warp .header-left {
  width: 75%;
  position: relative;
}
.header-top .header-warp .header-left .select-title {
  color: #666666;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #cdcdcd;
}
.header-top .header-warp .header-left .select-box {
  position: absolute;
  width: 2.6rem;
  height: auto;
  border: 0.01rem solid #cdcdcd;
  background: #fff;
  z-index: 9;
  color: #666666;
  left: 0.3rem;
  padding: 0.1rem 0.2rem;
  top: 0.4rem;
  display: none;
}
.header-top .header-warp .header-left .select-box ul {
  display: flex;
  flex-wrap: wrap;
}
.header-top .header-warp .header-left .select-box ul li {
  min-width: calc(100% / 3);
}
@media screen and (max-width: 1024px) {
  .header-top {
    display: none;
  }
}
.main-color {
  color: #D3A111;
}
.main-back {
  background-color: #D3A111;
}
