/**
 * @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: 
 */
body {
  position: relative;
}
strong {
  font-weight: bold !important;
}
.container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.username em {
  float: left;
  color: #fff;
  margin-right: 0.1rem;
  max-width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
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;
  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;
  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;
    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;
  width: 1.16rem;
  height: 0.41rem;
  background: #ffffff;
  border: 0.01rem solid #707070;
  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;
  margin-right: 0.2rem;
  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;
  background: #0354a4;
  color: #fff;
  transition: background 0.2s;
}
div.jun-btn.active a,
div.jun-btn:hover a {
  color: #fff;
}
img.width-auto {
  width: auto !important;
  height: 100% !important;
  opacity: 1 !important;
}
img.height-auto {
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
}
div.list-search {
  height: 0.44rem;
  margin: 0.2rem 0 0.1rem;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  div.list-search {
    height: 0.8rem;
  }
}
div.list-search input {
  width: calc(100% - 6.66%);
  background-color: #fff;
  display: inline-block;
  height: 100%;
  line-height: 0.44rem;
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
  padding-left: 0.22rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.24rem;
  color: #c7c7c7;
  border: 0 none;
  outline: 0 none;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  div.list-search input {
    width: 80%;
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
}
div.list-search span.search-btn {
  display: inline-block;
  height: 100%;
  width: 6.66%;
  line-height: 0.44rem;
  background-color: #868991;
  border-top-right-radius: 0.16rem;
  border-bottom-right-radius: 0.16rem;
  text-align: center;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  div.list-search span.search-btn {
    width: 20%;
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
}
header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  header.header {
    background: none;
  }
}
header.header div.header-wrapper {
  background: #003b90;
  height: 0.5rem;
  line-height: 0.5rem;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    background: #003b90;
    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);
  }
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper .phone-header {
    position: relative;
  }
}
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;
    position: absolute;
    top: 0.15rem;
    right: 0.4rem;
  }
  header.header div.header-wrapper div.slide-button div {
    width: 100%;
    height: 1px;
    background-color: #fff;
    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;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    padding: 0;
    display: inline-block;
  }
}
header.header div.company-info div.info-left {
  float: left;
}
header.header div.company-info div.info-left div.logo {
  width: 0.83rem;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.05rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left div.logo {
    width: 0.8rem;
    height: auto;
    margin-right: 0.1rem;
    margin-top: 0.1rem;
  }
}
header.header div.company-info div.info-left div.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
header.header div.company-info div.info-left div.name {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left div.name {
    margin-top: 0.05rem;
  }
}
header.header div.company-info div.info-left div.name h1 {
  font: 0.2rem / 0.26rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 0.26rem !important;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.06rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left div.name h1 {
    font: 0.3rem / 0.4rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.3rem !important;
    line-height: 0.4rem !important;
    color: #333;
    font-weight: bold;
  }
}
header.header div.company-info div.info-left div.name h2 {
  font: 0.2rem / 0.26rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 0.26rem !important;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.02rem;
  display: inline-block;
  vertical-align: middle;
}
header.header div.company-info div.info-left div.name em {
  display: inline-block;
  margin: 0 0.15rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left div.name em {
    display: none;
  }
}
header.header div.company-info div.info-right {
  float: right;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-right {
    display: none;
  }
}
header.header div.company-info div.info-right p {
  font-size: 0.16rem;
  color: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  vertical-align: top;
  float: left;
}
header.header div.company-info div.info-right p span {
  font-size: 0.22rem;
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
  background: #fff;
  padding: 0 0.1rem;
  border-radius: 0.15rem;
  color: #003b90;
  vertical-align: middle;
  margin-left: 0.15rem;
}
header.header div.company-info div.info-right p:last-child {
  margin-left: 0.3rem;
}
header.header div.company-info div.info-right .go-user-center strong {
  display: inline-block;
  height: 100%;
  width: 0.2rem;
  background-image: url('../images/i-user.png');
  background-repeat: no-repeat;
  background-size: 0.2rem 0.2rem;
  background-position: center center;
}
header.header div.company-info div.info-right .go-user-center strong:hover {
  text-decoration: underline;
}
header.header .header-nav {
  position: relative;
  height: 0.8rem;
}
@media screen and (max-width: 1024px) {
  header.header .header-nav {
    display: none;
  }
}
header.header .header-nav nav.nav {
  letter-spacing: 1px;
}
header.header .header-nav nav.nav h6 {
  height: 0.8rem;
  line-height: 0.8rem;
  background: url(../images/topright.png) left center no-repeat;
  background-size: auto 100%;
  padding-left: 0.2rem;
  font-size: 0.2rem;
}
header.header .header-nav nav.nav .nav-wrapper {
  float: left;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  header.header .header-nav nav.nav {
    display: none;
  }
}
header.header .header-nav nav.nav ul.nav-list {
  font-size: 0;
  white-space: nowrap;
  margin: 0 auto;
}
header.header .header-nav nav.nav ul.nav-list li.list-item {
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.28rem;
  position: relative;
}
header.header .header-nav nav.nav ul.nav-list li.list-item.active {
  background: #e5e5e5;
}
header.header .header-nav nav.nav ul.nav-list li.list-item:hover {
  background: #e5e5e5;
}
header.header .header-nav nav.nav ul.nav-list li.list-item:last-child {
  margin-right: 0;
}
header.header .header-nav nav.nav ul.nav-list li.list-item a {
  display: inline-block;
  font: 0.2rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 0.24rem !important;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.8px;
  vertical-align: middle;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #fff;
  box-shadow: 0rem 0.03rem 0.2rem rgba(0, 0, 0, 0.16);
  z-index: 100001;
  padding: 0.1rem 0.43rem;
  display: none;
  white-space: normal;
  line-height: 1;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item {
  vertical-align: top;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.level-3,
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.others {
  display: inline-block;
  min-width: 1.5rem;
  margin-right: 0.5rem;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.level-3 a.child-hrefs,
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.others a.child-hrefs {
  border-bottom: 1px solid rgba(134, 137, 145, 0.4);
  font-size: 0.16rem !important;
  color: #000;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.level-3 a.child-hrefs:hover,
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.others a.child-hrefs:hover {
  color: #0355c9;
  transition: color 0.2s;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item:last-child {
  margin-right: 0;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item .child-href {
  font-size: 0.16rem !important;
  color: #000000;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item a {
  color: #8e8e8e;
  display: block;
  text-align: left;
  padding: 0.1rem 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem !important;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item a:hover {
  color: #0355c9;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item dd.child-child-item a {
  font-size: 0.14rem !important;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar {
  width: 0.05rem;
  height: 1px;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar-thumb {
  background: #eee;
}
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar-track {
  background: #fcfcfc;
}
header.header .header-nav nav.nav .showStation {
  float: right;
  height: 100%;
  width: 2.2rem;
  text-align: center;
  background: #cb3435;
  color: #fff;
  text-shadow: 0px 6px 6px #750000;
  font-size: 0.36rem;
  line-height: 0.65rem;
  font-weight: bold;
}
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;
  }
  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;
    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);
    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;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item.open:after {
    content: '-';
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-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;
    font-weight: bold;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item.child:after {
    display: block;
  }
  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;
    border: 0 none;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item .child-href {
    color: #ccc;
  }
}
.public-title h3 {
  font-size: 0.5rem;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.public-title p {
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}
div.index-title1 {
  width: 6.48rem;
  text-align: center;
  margin: 0 auto;
  *zoom: 1;
}
div.index-title1:before,
div.index-title1:after {
  display: table;
  content: ' ';
}
div.index-title1:after {
  clear: both;
}
@media screen and (max-width: 1024px) {
  div.index-title1 {
    width: 100%;
  }
}
div.index-title1 div.left,
div.index-title1 div.right {
  width: 1.62rem;
  height: 0.13rem;
  margin-top: 0.28rem;
}
@media screen and (max-width: 1024px) {
  div.index-title1 div.left,
  div.index-title1 div.right {
    margin-top: 0.25rem;
  }
}
div.index-title1 div.left {
  float: left;
  background: url('../images/title-bg-left1.png') center center / cover no-repeat;
}
div.index-title1 div.right {
  background: url('../images/title-bg-right1.png') center center / cover no-repeat;
  float: right;
}
div.index-title1 h1.nav-name {
  display: inline-block;
  font-size: 0.46rem;
  font-family: Microsoft YaHei;
  line-height: 0.62rem;
  color: #054299;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  div.index-title1 h1.nav-name {
    font-size: 0.36rem;
    line-height: 1.5;
  }
}
div.index-title1 h2.subtitle {
  margin-top: 0.16rem;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  line-height: 0.26rem;
  color: #595959;
  letter-spacing: 2px;
}
div.video-play {
  position: absolute;
  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;
}
.page-technical-advantages-content ul {
  margin: 0.5rem auto 0 auto;
}
.page-technical-advantages-content ul li {
  display: block;
  float: left;
  width: 25%;
  padding: 0 0.15rem;
}
.page-technical-advantages-content ul li .img {
  text-align: center;
}
.page-technical-advantages-content ul li .title {
  font-size: 0.2rem;
  color: #333;
  padding: 0.2rem 0 0.3rem 0;
  text-align: center;
}
.page-technical-advantages-content ul li .desc {
  line-height: 0.28rem;
  text-align: justify;
  padding: 0 0.2rem;
  color: #657384;
  font-size: 0.15rem;
}
@media screen and (max-width: 1024px) {
  .page-technical-advantages-content ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 0.3rem;
  }
  .page-technical-advantages-content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page-technical-advantages-content ul li .title {
    font-size: 0.3rem;
  }
  .page-technical-advantages-content ul li .desc {
    font-size: 0.28rem;
  }
}
.page-technical-specifications-content {
  margin: 0.5rem auto 0 auto;
}
.page-technical-specifications-content ul.list li.list-item {
  display: block;
  position: relative;
  width: 5rem;
  height: 2.5rem;
  float: left;
  font-size: 0.14rem;
  color: #657384;
  letter-spacing: 1px;
  border: 6px solid #eee;
  margin: 0 0.5rem 0;
}
.page-technical-specifications-content ul.list li.list-item .main {
  width: 3.6rem;
  margin: 0.3rem auto 0;
}
.page-technical-specifications-content ul.list li.list-item .main .title {
  font-size: 0.2rem;
  color: #2074db;
  font-weight: 600;
  letter-spacing: 3px;
}
.page-technical-specifications-content ul.list li.list-item .main ul.list-child {
  margin-top: 0.15rem;
  line-height: 0.3rem;
}
.page-technical-specifications-content ul.list li.list-item .main ul.list-child li.list-child-item {
  display: block;
  width: 100%;
  color: #737f8e;
  letter-spacing: 0px;
  font-size: 0.15rem;
}
.page-technical-specifications-content ul.list li.list-item:last-child .main .title {
  color: #ff5f45;
}
@media screen and (max-width: 1024px) {
  .page-technical-specifications-content ul.list li.list-item {
    width: 100%;
    height: 3rem;
    font-size: 0.28rem;
    margin: 0 0 0.3rem 0;
  }
  .page-technical-specifications-content ul.list li.list-item .main {
    width: auto;
    margin: 0.3rem 0.3rem 0;
  }
  .page-technical-specifications-content ul.list li.list-item .main .title {
    font-size: 0.3rem;
  }
  .page-technical-specifications-content ul.list li.list-item .main ul.list-child li.list-child-item {
    font-size: 0.28rem;
  }
}
.page-application-scenarios-content ul {
  margin-top: 0.5rem;
}
.page-application-scenarios-content ul li {
  display: block;
  width: 2.2rem;
  float: left;
  margin-right: 0.2rem;
  background-color: #fff;
  overflow: hidden;
}
.page-application-scenarios-content ul li .img {
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
}
.page-application-scenarios-content ul li .img img {
  width: 100%;
  height: auto;
}
.page-application-scenarios-content ul li .title {
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  padding: 0 0.1rem;
  text-align: center;
  font-size: 0.18rem;
}
.page-application-scenarios-content ul li .desc {
  font-size: 0.15rem;
  line-height: 0.26rem;
  text-align: justify;
  padding: 0 0.1rem 0.2rem;
}
.page-application-scenarios-content ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .page-application-scenarios-content ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 0.3rem;
    height: 4rem;
  }
  .page-application-scenarios-content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page-application-scenarios-content ul li .img {
    height: 1.84rem;
  }
  .page-application-scenarios-content ul li .title {
    font-size: 0.3rem;
  }
  .page-application-scenarios-content ul li .desc {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
.page-black-application-scenarios-content ul {
  margin-top: 0.5rem;
}
.page-black-application-scenarios-content ul li {
  display: block;
  width: 3rem;
  height: 3.6rem;
  float: left;
  background-color: #232323;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page-black-application-scenarios-content ul li .img {
  margin-top: 0.9rem;
  text-align: center;
}
.page-black-application-scenarios-content ul li .title {
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  width: 100%;
  margin-top: 0.4rem;
  letter-spacing: 1px;
}
.page-black-application-scenarios-content ul li .hover {
  display: none;
  margin: auto;
  margin-top: 1rem;
  width: 1.8rem;
  text-align: justify;
}
.page-black-application-scenarios-content ul li .hover .hover-title {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.page-black-application-scenarios-content ul li .hover .hover-desc {
  font-size: 0.15rem;
  color: #fff;
  padding-top: 0.3rem;
  line-height: 0.28rem;
}
.page-black-application-scenarios-content ul li:last-child {
  margin-right: 0;
}
.page-black-application-scenarios-content ul li:hover {
  background-color: #003B90;
  transition-duration: 0.5s;
}
.page-black-application-scenarios-content ul li:hover .img,
.page-black-application-scenarios-content ul li:hover .title {
  display: none;
}
.page-black-application-scenarios-content ul li:hover .hover {
  display: block;
}
@media screen and (max-width: 1024px) {
  .page-black-application-scenarios-content ul li {
    width: 50%;
    height: 4rem;
  }
  .page-black-application-scenarios-content ul li .img {
    margin-top: 0.5rem;
  }
  .page-black-application-scenarios-content ul li .title {
    font-size: 0.3rem;
  }
  .page-black-application-scenarios-content ul li .hover {
    width: 100%;
    padding: 0 0.15rem;
  }
  .page-black-application-scenarios-content ul li .hover .hover-title {
    font-size: 0.3rem;
  }
  .page-black-application-scenarios-content ul li .hover .hover-desc {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
.page-four-application-scenarios-content ul {
  margin-top: 0.5rem;
}
.page-four-application-scenarios-content ul li {
  display: block;
  width: 2.85rem;
  float: left;
  margin-right: 0.2rem;
  background-color: #fff;
  overflow: hidden;
}
.page-four-application-scenarios-content ul li .img {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.page-four-application-scenarios-content ul li .img img {
  width: 100%;
  height: auto;
}
.page-four-application-scenarios-content ul li .title {
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  padding: 0 0.1rem;
  text-align: center;
  font-size: 0.18rem;
}
.page-four-application-scenarios-content ul li .desc {
  font-size: 0.15rem;
  line-height: 0.26rem;
  text-align: justify;
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
.page-four-application-scenarios-content ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .page-four-application-scenarios-content ul li {
    width: 48.5%;
    margin-right: 3%;
    height: 5.2rem;
    margin-top: 0.3rem;
  }
  .page-four-application-scenarios-content ul li .img {
    height: 2.7rem;
  }
  .page-four-application-scenarios-content ul li .title {
    font-size: 0.3rem;
  }
  .page-four-application-scenarios-content ul li .desc {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .page-four-application-scenarios-content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.join-menu {
  height: auto;
  margin: -0.4rem auto 0.4rem auto;
  padding: 0.1rem 0.08rem;
}
@media screen and (max-width: 1024px) {
  .join-menu {
    padding: 0.3rem 0;
  }
}
.join-menu .container ul {
  width: 5rem;
  margin: 0.1rem auto;
  height: auto;
  overflow: hidden;
  padding: 0.16rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}
.join-menu .container ul li {
  display: block;
  width: 33.333%;
  float: left;
}
.join-menu .container ul li a img {
  display: block;
  margin: 0 auto 0.08rem auto;
}
.join-menu .container ul li a div {
  font-size: 0.16rem;
  color: #000;
  text-align: center;
}
.join-menu .container ul li:hover a div,
.join-menu .container ul li.activeAbout a div {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .join-menu .container ul {
    width: 90%;
  }
  .join-menu .container ul li a img {
    margin: 0 auto 0.15rem auto;
  }
  .join-menu .container ul li a div {
    font-size: 0.3rem;
  }
}
.ctrl {
  width: 1.2rem;
  height: 0.6rem;
  position: fixed;
  right: 0.1rem;
  bottom: 0.8rem;
  background: #0033b2;
  z-index: 100;
  border-radius: 0.1rem;
  border: 1px solid #0033b2;
}
.ctrl a {
  display: block;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
}
.ctrl a i {
  padding-right: 0.05rem;
  font-size: 0.26rem;
}
.ctrl a span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .ctrl {
    width: 2rem;
    height: 0.8rem;
    bottom: 3rem;
  }
  .ctrl a {
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .ctrl a i {
    padding-right: 0.08rem;
  }
}
.ctrl:hover {
  background: #fff;
  border: 1px solid #0033b2;
}
.ctrl:hover a {
  color: #0033b2;
}
