/**
 * @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: 'ZhongQiZhiMangXingShu-1';
  src: url(../font/ZhongQiZhiMangXingShu-1.ttf);
}
strong {
  font-weight: bold !important;
}
.container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    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;
}
@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: #fff;
  }
}
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;
  position: relative;
  padding-top: 0.15rem;
  padding-right: 0.2rem;
}
header.header div.header-wrapper .phone-logo .phone-logo-img img {
  display: block;
  height: 0.6rem;
}
header.header div.header-wrapper .phone-logo .phone-logo-img:after {
  content: '';
  width: 1px;
  height: 0.28rem;
  background-color: #333333;
  position: absolute;
  right: 0;
  top: 40%;
}
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: #166f9b;
    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: 1.12rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  position: fixed;
  z-index: 10;
  transition: all 0.5s;
}
header.header div.company-info.color {
  background: rgba(0, 0, 0, 0.2);
}
header.header div.company-info .company-info-content {
  position: relative;
  padding: 0 3.6rem 0 0.6rem;
}
header.header div.company-info .company-info-content .info-left {
  height: 100%;
  float: left;
  padding: 0.3rem 0 0.3rem 0;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content .info-left {
    height: 100%;
  }
}
header.header div.company-info .company-info-content .info-left .info-left-in div.logo {
  width: 0.52rem;
  height: 0.52rem;
  float: left;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content .info-left .info-left-in div.logo {
    width: auto;
    height: 100%;
  }
}
header.header div.company-info .company-info-content .info-left .info-left-in div.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content .info-left .info-left-in div.logo a {
    width: auto;
  }
}
header.header div.company-info .company-info-content .info-left .info-left-in div.logo a img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content .info-left .info-left-in div.logo a img {
    height: 100%;
    width: auto;
  }
}
header.header div.company-info .company-info-content .info-left .info-left-in div.logo-name {
  float: left;
  position: relative;
  margin-left: 0.41rem;
}
header.header div.company-info .company-info-content .info-left .info-left-in div.logo-name:after {
  content: '';
  width: 0.01rem;
  height: 0.52rem;
  background: #DDDDDD;
  position: absolute;
  top: 0;
  left: -0.19rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content .info-left .info-left-in div.logo-name:after {
    height: 100%;
    top: 0;
  }
}
header.header div.company-info .company-info-content .info-left .info-left-in div.logo-name a {
  display: block;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content .info-left .info-left-in div.logo-name a {
    padding-top: 0.1rem;
  }
}
header.header div.company-info .company-info-content .info-left .info-left-in div.logo-name a .company-name {
  font-size: 0.2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.2rem;
}
header.header div.company-info .company-info-content .info-left .info-left-in div.logo-name a .slogan {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.2rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content .info-left .info-left-in div.logo-name a .slogan {
    display: none;
  }
}
header.header div.company-info .company-info-content nav.nav {
  height: 100%;
  float: right;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav {
    width: 7rem;
    margin-left: 0.2rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content nav.nav {
    display: none;
  }
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper {
  height: 100%;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list {
  height: 100%;
}
@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 {
  height: 100%;
  position: relative;
  display: block;
  float: left;
  margin-right: 0.4rem;
}
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.16rem / 1.12rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1.12rem !important;
  color: #FFFFFF;
  font-weight: 400 !important;
  position: relative;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item a:after {
  content: '';
  width: 0.16rem;
  height: 0.08rem;
  background: url(../images/nav-icon.png) center center no-repeat;
  background-size: 0.16rem auto;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
  display: none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:hover a:after,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.active a:after {
  display: block;
}
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: -0.4rem;
  background-color: rgba(250, 250, 250, 0.3);
  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-nav {
  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-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 .navWrapper .child-nav li.child-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: #4b4b4b;
  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-nav li.child-item a:hover {
  color: #1E34A8;
  -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-nav li.child-item a:after {
  display: none;
}
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;
}
header.header div.company-info .company-info-content .right-message {
  width: 2.25rem;
  height: 0.52rem;
  position: absolute;
  top: 0.3rem;
  right: 0.76rem;
  border-left: 1px solid #DDDDDD;
  padding-top: 0.07rem;
}
header.header div.company-info .company-info-content .right-message .search,
header.header div.company-info .company-info-content .right-message .tel,
header.header div.company-info .company-info-content .right-message .oa {
  width: 0.34rem;
  height: 0.34rem;
  float: left;
}
header.header div.company-info .company-info-content .right-message .search a,
header.header div.company-info .company-info-content .right-message .tel a,
header.header div.company-info .company-info-content .right-message .oa a {
  display: block;
  width: 100%;
  height: 100%;
}
header.header div.company-info .company-info-content .right-message .search {
  margin-left: 0.6rem;
}
header.header div.company-info .company-info-content .right-message .search a {
  background: url(../images/right-message-search-icon.png) center center no-repeat;
  background-size: 0.34rem auto;
}
header.header div.company-info .company-info-content .right-message .search:hover a {
  background: url(../images/right-message-search-icon-hover.png) center center no-repeat;
  background-size: 0.34rem auto;
}
header.header div.company-info .company-info-content .right-message .tel {
  margin-left: 0.3rem;
  position: relative;
}
header.header div.company-info .company-info-content .right-message .tel a {
  background: url(../images/right-message-tel-icon.png) center center no-repeat;
  background-size: 0.34rem auto;
}
header.header div.company-info .company-info-content .right-message .tel .tel-in {
  width: 2.1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.6rem;
  padding: 0.13rem 0;
  background-color: #FFFFFF;
  border-radius: 0.06rem;
  font-size: 0.16rem;
  color: #1E34A8;
  text-align: center;
  display: none;
}
header.header div.company-info .company-info-content .right-message .tel .tel-in:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.1rem;
}
header.header div.company-info .company-info-content .right-message .tel:hover a {
  background: url(../images/right-message-tel-icon-hover.png) center center no-repeat;
  background-size: 0.34rem auto;
}
header.header div.company-info .company-info-content .right-message .tel:hover .tel-in {
  display: block;
}
header.header div.company-info .company-info-content .right-message .oa {
  margin-left: 0.3rem;
}
header.header div.company-info .company-info-content .right-message .oa a {
  background: url(../images/right-message-oa-icon.png) center center no-repeat;
  background-size: 0.34rem auto;
}
header.header div.company-info .company-info-content .right-message .oa:hover a {
  background: url(../images/right-message-oa-icon-hover.png) center center no-repeat;
  background-size: 0.34rem auto;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content .right-message {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content .right-message {
    display: none;
  }
}
header.header div.company-info .company-info-content .left-logo {
  height: 100%;
  float: right;
  padding: 0.26rem 0;
  margin-left: 0.72rem;
}
header.header div.company-info .company-info-content .left-logo a {
  display: block;
}
header.header div.company-info .company-info-content .left-logo a img {
  display: inline-block;
  width: 1.5rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content {
    display: none;
  }
}
header.header div.company-info .search-content {
  width: 100%;
  background: #ffffff;
  padding: 0.7rem 0;
  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-input {
  width: 4.23rem;
  margin: 0 auto;
  height: 0.4rem;
  border-bottom: 1px solid #dddddd;
  padding: 0 0.2rem;
}
header.header div.company-info .search-content .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.16rem;
  font-weight: 400;
  color: #999999;
}
header.header div.company-info .search-content .search-input input::-webkit-input-placeholder {
  color: #999999;
}
header.header div.company-info .search-content .search-input input:-moz-placeholder {
  color: #999999;
}
header.header div.company-info .search-content .search-input input::-moz-placeholder {
  color: #999999;
}
header.header div.company-info .search-content .search-input input:-ms-input-placeholder {
  color: #999999;
}
header.header div.company-info .search-content .search-input span {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/search-icon.png) right center no-repeat;
  background-size: 0.2rem auto;
  vertical-align: middle;
  margin-left: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    height: 0.88rem;
    position: static;
    border-bottom: 0;
  }
}
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 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;
  }
  header.header div.nav-wrapper-phone .hidden-column {
    width: 100%;
    padding: 0.5rem 0;
  }
  header.header div.nav-wrapper-phone .hidden-column div {
    width: 32%;
    margin-right: 2%;
    height: 0.6rem;
    background-color: #999;
    float: left;
  }
  header.header div.nav-wrapper-phone .hidden-column div:nth-child(3) {
    margin-right: 0;
  }
  header.header div.nav-wrapper-phone .hidden-column div a {
    display: block;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
  }
}
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-right: -0.1rem;
  margin-bottom: 0.1rem;
}
.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;
  }
}
.public-product-search {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px solid #DDDDDD;
}
.public-product-search .container .product-hot-search-word {
  width: calc(100% - 3rem);
  float: left;
}
.public-product-search .container .product-hot-search-word .product-hot-search-word-in .title {
  float: left;
  font-size: 0.16rem;
  color: #1E34A8;
  line-height: 0.4rem;
}
.public-product-search .container .product-hot-search-word .product-hot-search-word-in .word {
  width: calc(100% - 1rem);
  float: left;
}
.public-product-search .container .product-hot-search-word .product-hot-search-word-in .word ul li {
  display: block;
  float: left;
  margin-right: 2%;
}
.public-product-search .container .product-hot-search-word .product-hot-search-word-in .word ul li a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-product-search .container .product-hot-search-word .product-hot-search-word-in .word ul li a:hover {
  text-decoration: underline;
}
.public-product-search .container .product-hot-search-word .product-hot-search-word-in .word ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .public-product-search .container .product-hot-search-word {
    width: 100%;
    float: none;
  }
  .public-product-search .container .product-hot-search-word .product-hot-search-word-in .title {
    font-size: 0.28rem;
  }
  .public-product-search .container .product-hot-search-word .product-hot-search-word-in .word {
    width: calc(100% - 1.8rem);
  }
  .public-product-search .container .product-hot-search-word .product-hot-search-word-in .word ul li {
    display: block;
    width: 100%;
  }
  .public-product-search .container .product-hot-search-word .product-hot-search-word-in .word ul li a {
    font-size: 0.28rem;
  }
}
.public-product-search .container .product-search {
  width: 2.85rem;
  height: 0.4rem;
  background-color: #EEEEEE;
  float: right;
  padding: 0 0.12rem;
  box-sizing: border-box;
}
.public-product-search .container .product-search .product-input-border {
  display: inline-block;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 0.3rem);
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #333333;
}
.public-product-search .container .product-search span {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/search-icon.png) right center no-repeat;
  background-size: 0.18rem auto;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .public-product-search .container .product-search {
    width: 60%;
    height: 0.6rem;
    float: none;
    margin-top: 0.2rem;
  }
  .public-product-search .container .product-search .product-input-border {
    width: calc(100% - 0.5rem);
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .public-product-search .container .product-search span {
    width: 0.25rem;
    height: 0.25rem;
    background-size: 0.25rem auto;
  }
}
.public-product-classification {
  width: 2.8rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .public-product-classification {
    width: 100%;
    float: none;
  }
}
.public-product-classification .product-top {
  border: 1px solid #DDDDDD;
}
.public-product-classification .product-top .title {
  height: 0.46rem;
  background: #EEEEEE;
  line-height: 0.46rem;
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .public-product-classification .product-top .title {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
}
.public-product-classification .product-top .list ul {
  border-top: 1px solid #DDDDDD;
}
.public-product-classification .product-top .list ul li {
  display: block;
  width: 50%;
  height: 0.46rem;
  line-height: 0.46rem;
  float: left;
  border-bottom: 1px dashed #DDDDDD;
  border-right: 1px dashed #DDDDDD;
  padding-left: 0.08rem;
}
.public-product-classification .product-top .list ul li a {
  font-size: 0.14rem;
  color: #333333;
}
.public-product-classification .product-top .list ul li:nth-child(2n) {
  border-right: 0;
}
.public-product-classification .product-top .list ul li:hover a,
.public-product-classification .product-top .list ul li.activeProduct a {
  color: #1E34A8;
}
@media screen and (max-width: 1024px) {
  .public-product-classification .product-top .list ul li {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .public-product-classification .product-top .list ul li a {
    font-size: 0.28rem;
  }
}
.public-product-classification .online-inquiry {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .public-product-classification .online-inquiry {
    display: none;
  }
}
.public-product-classification .online-inquiry .title {
  height: 0.46rem;
  background: #EEEEEE;
  line-height: 0.46rem;
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
}
.public-product-classification .online-inquiry .tel {
  border: 1px solid #DDDDDD;
  padding: 0.12rem;
}
.public-product-classification .online-inquiry .tel .tel-in {
  height: 0.8rem;
  background: url(../images/online-inquiry-icon.png) left center no-repeat #F4F4F4;
  background-size: 0.45rem auto;
  background-position-x: 0.23rem;
  padding: 0.15rem 0 0 0.78rem;
}
.public-product-classification .online-inquiry .tel .tel-in .tel-tit {
  font-size: 0.14rem;
  color: #333333;
}
.public-product-classification .online-inquiry .tel .tel-in .tel-tel {
  font-size: 0.24rem;
  color: #D60000;
}
.public-product-classification .online-inquiry .tel .btn {
  margin-top: 0.1rem;
  width: 100%;
  height: 0.44rem;
  background-color: #1E34A8;
}
.public-product-classification .online-inquiry .tel .btn a {
  display: block;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.44rem;
}
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;
  }
}
