/**
 * @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);
}
body {
  overflow-x: hidden;
}
strong {
  font-weight: bold !important;
}
.container3 {
  width: 14rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container3 {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.container1 {
  width: 13rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container1 {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.container2 {
  width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container2 {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.container4 {
  width: 11rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container4 {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.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.page-title-1 h2.title {
  position: relative;
  padding-bottom: 0.14rem;
  font: 0.24rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.24rem !important;
  line-height: 0.3rem !important;
  color: #06247a;
  font-weight: bold !important;
  text-align: center;
}
div.page-title-1 h2.title::before,
div.page-title-1 h2.title::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
}
div.page-title-1 h2.title::before {
  left: 50%;
  width: 0.17rem;
  background-color: #06247a;
  margin-left: -0.47rem;
  z-index: 1;
}
div.page-title-1 h2.title::after {
  left: 50%;
  width: 0.95rem;
  margin-left: -0.47rem;
  background-color: #ffaa00;
}
@media screen and (max-width: 1024px) {
  div.page-title-1 h2.title {
    font: 0.34rem / 0.34rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.34rem !important;
    line-height: 0.34rem !important;
    color: #06247a;
    font-weight: bold !important;
    padding-bottom: 0.18rem;
  }
  div.page-title-1 h2.title::before {
    width: 0.3rem;
    margin-left: -0.65rem;
  }
  div.page-title-1 h2.title::after {
    width: 1.2rem;
    margin-left: -0.6rem;
  }
}
div.page-title-2 {
  text-align: center;
}
div.page-title-2 h2 {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 0.4rem;
  color: #06247a;
  position: relative;
}
div.page-title-2 h2:before,
div.page-title-2 h2:after {
  content: '';
  width: 0.93rem;
  height: 1px;
  background: #ffaa00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
div.page-title-2 h2:before {
  border-right: 0.17rem solid #06247a;
  left: 35%;
}
div.page-title-2 h2:after {
  border-left: 0.17rem solid #06247a;
  right: 35%;
}
@media screen and (max-width: 1024px) {
  div.page-title-2 h2 {
    font-size: 0.34rem;
  }
  div.page-title-2 h2:before {
    left: 23%;
  }
  div.page-title-2 h2:after {
    right: 23%;
  }
}
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 {
  white-space: nowrap;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
header.header.colorHeader {
  background: #97aec9;
}
@media screen and (max-width: 1024px) {
  header.header.colorHeader {
    background: #FFFFFF;
  }
}
@media screen and (max-width: 1024px) {
  header.header {
    height: 0.88rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0.13rem 0.4rem;
    background: #FFFFFF;
  }
}
header.header div.header-wrapper {
  white-space: nowrap;
}
header.header div.header-wrapper .phone-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper .phone-logo {
    height: 100%;
    width: 80%;
    display: block;
    float: left;
  }
}
header.header div.header-wrapper .phone-logo .phone-logo-img {
  display: inline-block;
  height: 100%;
  width: auto;
  padding-right: 0.2rem;
}
header.header div.header-wrapper .phone-logo .phone-logo-img img {
  display: block;
  height: 0.4rem;
  margin-top: 0.25rem;
}
header.header div.header-wrapper .phone-logo .phone-logo-test {
  display: inline-block;
  padding-left: 0.2rem;
  padding-top: 0.25rem;
  vertical-align: top;
}
header.header div.header-wrapper .phone-logo .phone-logo-test div {
  font-size: 0.3rem;
  color: #008950;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    height: 0.88rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    padding: 0 0.4rem;
  }
}
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;
    padding-top: 0.3rem;
  }
  header.header div.header-wrapper div.slide-button div {
    width: 100%;
    height: 1px;
    background-color: #005BAC;
    margin-bottom: 0.13rem;
    transition: all 1s;
  }
  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 {
  width: 100%;
  height: 0.88rem;
  background: #ffffff;
  transition: all 0.5s;
}
header.header div.company-info.color {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}
header.header div.company-info .company-info-content {
  position: relative;
}
header.header div.company-info .company-info-content .left-logo {
  float: left;
  margin-top: 0.3rem;
}
header.header div.company-info .company-info-content .left-logo a {
  display: block;
}
header.header div.company-info .company-info-content .left-logo a .left-logo-img {
  width: 1.74rem;
  height: 0.29rem;
  margin-top: 0.04rem;
}
header.header div.company-info .company-info-content .left-logo a .left-logo-img img {
  width: 100%;
  height: auto;
}
header.header div.company-info .company-info-content nav.nav {
  float: right;
  margin-right: 0.8rem;
  margin-top: 0.35rem;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav {
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content nav.nav {
    display: none;
  }
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list {
    padding-left: 0;
  }
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item {
  position: relative;
  display: block;
  float: left;
  margin-right: 0.5rem;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item {
    width: 1rem;
    margin-right: 0;
  }
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item a {
  display: block;
  font: 0.18rem / 0.18rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.18rem !important;
  line-height: 0.18rem !important;
  color: #000000;
  font-weight: 400 !important;
  text-align: center;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:hover a,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.active a {
  color: #005BAC;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.activeDangjian a {
  color: #A31111;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item div.pro-second {
  display: none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item ul.child-nav {
  position: absolute;
  top: 99%;
  left: 50%;
  background-color: #fff;
  border-top: 1px solid #BFBFBF;
  z-index: 100001;
  width: 1.43rem;
  padding: 0.06rem 0.18rem;
  display: none;
  transform: translate(-50%, 0);
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item ul.child-nav li.child-item {
  border-bottom: 1px solid #d9d9d9;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item ul.child-nav li.child-item:last-child {
  border-bottom: 0 none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item ul.child-nav li.child-item a {
  color: #666666;
  display: block;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  letter-spacing: 1px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item ul.child-nav li.child-item a:hover {
  color: #005BAC;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper {
  width: 1.6rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 100001;
  display: none;
  padding-top: 0.2rem;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 {
  padding: 0.1rem 0;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1 {
  position: relative;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1:last-child {
  border-bottom: 0 none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1 a {
  color: #666666;
  display: block;
  text-align: center;
  padding: 0.1rem 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  font: 0.16rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.24rem !important;
  color: #111111;
  font-weight: 400 !important;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1 .childNavWrapper {
  width: 1.6rem;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #ffffff;
  z-index: 100001;
  display: none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1 .childNavWrapper .child-nav-wrap {
  padding: 0.1rem 0;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1 .childNavWrapper .child-nav-wrap li.child-nav-item a {
  color: #666666;
  display: block;
  text-align: center;
  padding: 0.1rem 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  font: 0.16rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.24rem !important;
  color: #111111;
  font-weight: 400 !important;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1 .childNavWrapper .child-nav-wrap li.child-nav-item:hover a,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1 .childNavWrapper .child-nav-wrap li.child-nav-item.childNavActive a {
  color: #005BAC;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1:hover a,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav1 li.child-item1.childActive a {
  color: #005BAC;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar {
  width: 0.05rem;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar-thumb {
  background: #ddd;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar-track {
  background: #fcfcfc;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content {
    display: none;
  }
}
header.header div.company-info div.slide-element {
  width: 100%;
  position: absolute;
  top: 0.88rem;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #BFBFBF;
  z-index: 100001;
  display: none;
}
header.header div.company-info div.slide-element ul.second-list {
  padding: 0.3rem 0rem 0.3rem 6.63rem;
  position: relative;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item {
  display: block;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.second-title {
  width: 1.6rem;
  float: left;
  font-size: 0.16rem;
  color: #333333;
  cursor: pointer;
  margin-bottom: 0.3rem;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.second-title.open a {
  color: #005BAC;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three {
  position: absolute;
  left: 7.8rem;
  top: 0.3rem;
  border-left: 1px solid #BFBFBF;
  padding-left: 0.5rem;
  display: none;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list {
  width: 4rem;
  position: relative;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item {
  display: block;
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 0.24rem;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item:nth-child(3n) {
  margin-right: 0;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item:last-child {
  margin-bottom: 0;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item div.three-title {
  margin-bottom: 0.06rem;
  font-size: 0.16rem;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item div.three-title:hover,
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item div.three-title:active {
  color: #005BAC;
  font-weight: bold;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item div.three-title a {
  font-size: 0.16rem;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item div.three-title a:hover,
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item div.three-title a:active {
  color: #005BAC;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item ul.four-list li.four-list-item {
  display: block;
  width: 100%;
  margin-top: 0.06rem;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item ul.four-list li.four-list-item a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.14rem;
  color: #808080;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item ul.four-list li.four-list-item a:hover,
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list li.three-list-item ul.four-list li.four-list-item a:active {
  color: #005BAC;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list .more a {
  font-size: 0.16rem;
  color: #333333;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item div.three ul.three-list .more a:hover {
  color: #005BAC;
}
header.header div.company-info div.slide-element ul.second-list li.second-list-item:last-child div.second-title {
  margin-bottom: 0;
}
header.header div.company-info .search-content {
  width: 100%;
  background: #ffffff;
  padding: 0.7rem 0;
  position: absolute;
  left: 0;
  top: 0.88rem;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .search-content {
    display: none;
  }
}
header.header div.company-info .search-content .search-wrapper {
  width: 5.5rem;
  margin: 0 auto;
}
header.header div.company-info .search-content .search-wrapper .search-down {
  width: 1.3rem;
  float: left;
}
header.header div.company-info .search-content .search-wrapper .search-down .layui-input-block {
  margin-left: 0 !important;
}
header.header div.company-info .search-content .search-wrapper .search-down .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #005BAC;
}
header.header div.company-info .search-content .search-wrapper .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: #999999;
  position: relative;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
header.header div.company-info .search-content .search-wrapper .search-down select option {
  height: 0.3rem;
  line-height: 0.3rem;
}
header.header div.company-info .search-content .search-wrapper .search-down select::-ms-expand {
  display: none;
}
header.header div.company-info .search-content .search-wrapper .search-input {
  width: 4rem;
  float: right;
  height: 0.4rem;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 0 0.2rem;
}
header.header div.company-info .search-content .search-wrapper .search-input .input-border {
  display: inline-block;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 0.5rem);
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.13 0.333rem;
  font-weight: 400;
  color: #555;
}
header.header div.company-info .search-content .search-wrapper .search-input input::-webkit-input-placeholder {
  color: #555;
}
header.header div.company-info .search-content .search-wrapper .search-input input:-moz-placeholder {
  color: #555;
}
header.header div.company-info .search-content .search-wrapper .search-input input::-moz-placeholder {
  color: #555;
}
header.header div.company-info .search-content .search-wrapper .search-input input:-ms-input-placeholder {
  color: #555;
}
header.header div.company-info .search-content .search-wrapper .search-input span {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/search-icon.jpg) right center no-repeat;
  background-size: 0.2rem auto;
  vertical-align: middle;
  margin-left: 0.2rem;
  cursor: pointer;
}
header.header div.company-info .search-icon {
  position: absolute;
  right: 0;
  top: 0.32rem;
}
header.header div.company-info .search-icon a {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/search-icon.jpg) center center no-repeat;
  background-size: 90% auto;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .search-icon {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    height: 0.88rem;
    position: static;
    border-bottom: 0;
    background: none;
    display: none;
  }
}
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: 99999;
    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;
  }
}
.public-title {
  text-align: center;
}
.public-title span {
  display: inline-block;
  font-size: 0.28rem;
  color: #000000;
  position: relative;
}
.public-title span:before {
  content: '';
  width: 1rem;
  height: 1px;
  background-color: #AAAAAA;
  position: absolute;
  left: -1.2rem;
  top: 50%;
}
.public-title span:after {
  content: '';
  width: 1rem;
  height: 1px;
  background-color: #AAAAAA;
  position: absolute;
  right: -1.2rem;
  top: 50%;
}
.product-module-classification {
  margin-top: 0.6rem;
}
.product-module-classification ul li {
  display: block;
  float: left;
  position: relative;
}
.product-module-classification ul li:after {
  content: '';
  width: 2px;
  height: 1.32rem;
  background: url(../images/product-module-icon.png) center center no-repeat;
  position: absolute;
  right: -0.1rem;
  top: 0;
}
.product-module-classification ul li:last-child:after {
  display: none;
}
.product-module-classification ul li a {
  display: block;
}
.product-module-classification ul li a .img {
  width: 0.56rem;
  height: 0.56rem;
  margin: 0.18rem auto 0;
  position: relative;
}
.product-module-classification ul li a .img img {
  display: block;
  width: 100%;
  height: auto;
}
.product-module-classification ul li a .img .hov {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.product-module-classification ul li a .title {
  margin-top: 0.15rem;
  text-align: center;
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.27rem;
}
.product-module-classification ul li:hover a .img .cur,
.product-module-classification ul li.classActive a .img .cur {
  display: none;
}
.product-module-classification ul li:hover a .img .hov,
.product-module-classification ul li.classActive a .img .hov {
  display: block;
}
.product-module-classification ul li:hover a .title,
.product-module-classification ul li.classActive a .title {
  color: #EF8200;
}
@media screen and (max-width: 1024px) {
  .product-module-classification ul li {
    width: 33.333%;
    margin-bottom: 0.3rem;
  }
  .product-module-classification ul li:nth-child(3n):after {
    display: none;
  }
  .product-module-classification ul li a .img {
    width: 1rem;
    height: 1rem;
  }
  .product-module-classification ul li a .title {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
.public-about {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .public-about {
    width: 100%;
    height: 5.16rem;
    float: none;
    margin-top: 0.5rem;
  }
}
.public-about .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.public-about .img img {
  width: 100%;
  height: auto;
}
.public-about ul {
  width: 100%;
  height: 100%;
}
.public-about ul li {
  display: block;
  width: 50%;
  height: 50%;
  background-color: rgba(239, 130, 0, 0.8);
  padding: 0.7rem 0.1rem;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .public-about ul li {
    width: 50%;
    height: 2.58rem;
    padding: 0.9rem 0.1rem;
  }
}
.public-about ul li .num {
  font-size: 0.4rem !important;
  font-weight: bold;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 0.4rem !important;
}
.public-about ul li .title {
  font-size: 0.2rem !important;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 1 !important;
}
@media screen and (max-width: 1024px) {
  .public-about ul li .title {
    font-size: 0.28rem !important;
  }
}
.public-about ul li:first-child {
  right: 0;
  top: 0;
}
.public-about ul li:nth-child(2) {
  left: 0;
  bottom: 0;
}
.public-list-title .sub {
  font-size: 0.4rem;
  font-weight: bold;
  color: rgba(239, 130, 0, 0.1);
  text-align: center;
}
.public-list-title .main {
  margin-top: -0.24rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #505050;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .public-list-title .main {
    font-size: 0.32rem;
  }
}
.noData {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 0.16rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .noData {
    font-size: 0.28rem;
  }
}
div.video-play {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
}
div.video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  background: #0b0b0b;
  opacity: 0.8;
}
div.video-wrap {
  z-index: 1002;
  position: fixed;
  top: 52%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -52%, 0);
  transform: translate3d(-50%, -52%, 0);
  width: 10.24rem;
  height: 5.76rem;
}
@media screen and (max-width: 1024px) {
  div.video-wrap {
    width: 90%;
    height: auto;
  }
}
div.video-wrap video {
  width: 100%;
  height: auto;
}
div.close-btn {
  cursor: pointer;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: right;
  font-family: sans-serif;
  margin-bottom: 0.1rem;
}
.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;
}
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 !important;
    word-break: break-word !important;
    border-color: #999 !important;
    padding: 0 4px !important;
    white-space: normal !important;
    width: auto !important;
  }
  table p {
    text-indent: 0 !important;
  }
}
