/**
 * @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 {
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    padding: 0.88rem 0 0 !important;
  }
}
strong {
  font-weight: bold !important;
}
.containers {
  width: 12.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .containers {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.containeres {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .containeres {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.container {
  width: 14rem;
  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;
}
img.width-auto {
  width: auto !important;
  height: 100% !important;
  opacity: 1 !important;
}
img.height-auto {
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top {
  background-color: #247C5C !important;
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn {
  background-color: #247C5C !important;
}
header.header {
  width: 100%;
}
header.header div.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header.header div.header-wrapper .header-bg {
  background: #fff;
  box-shadow: 0px 3px 10px 1px rgba(6, 48, 30, 0.06);
  mix-blend-mode: multiply;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: 1;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  header.header div.header-wrapper .header-bg {
    height: 0.8rem;
  }
}
header.header div.header-wrapper .header-bg.header-bg-fixed {
  opacity: 1;
}
header.header div.header-wrapper .header-bg .header-inner {
  height: 0.64rem;
  opacity: 0.8;
  transition: background 0.2s;
}
header.header div.header-wrapper .header-bg .header-inner.header-inner-bg {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background: #fff;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper .header-bg {
    display: none;
  }
}
header.header div.header-wrapper .phone-logo {
  display: none;
}
header.header div.header-wrapper .phone-logo .phone-logo-img {
  display: inline-block;
  height: 100%;
  width: auto;
  padding-top: 0.05rem;
  margin-top: 0.1rem;
}
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-test {
  display: inline-block;
  padding-left: 0.1rem;
  padding-top: 0.15rem;
  vertical-align: top;
}
header.header div.header-wrapper .phone-logo .phone-logo-test div {
  font-size: 0.4rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper .phone-logo {
    height: 100%;
    width: 50%;
    display: block;
    float: left;
  }
}
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.25rem;
  }
  header.header div.header-wrapper div.slide-button div {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 0.13rem;
    transition: all 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.top {
    transform-origin: -4%;
    transform: rotate(45deg);
    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.bottoms {
    transform-origin: 0%;
    transform: rotate(-45deg);
    transition: transform 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper {
    background: #fff;
    width: 100%;
    height: 0.88rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    padding: 0 0.4rem;
  }
}
header.header div.company-info {
  position: relative;
  z-index: 10;
  height: 0.64rem;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  header.header div.company-info {
    margin-top: 0.1rem;
  }
}
header.header div.company-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  header.header div.company-info .container {
    width: 1024px;
  }
}
@media screen and (min-width: 1280px) {
  header.header div.company-info .container {
    width: 14rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  header.header div.company-info .container {
    width: 1400px;
  }
}
header.header div.company-info .left-logo a {
  display: block;
}
header.header div.company-info .left-logo a img {
  display: block;
  width: auto;
  height: 0.31rem;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  header.header div.company-info .left-logo a img {
    height: 0.5rem;
  }
}
header.header div.company-info .right-element {
  display: flex;
  align-items: center;
}
header.header div.company-info .right-element .login-register {
  display: flex;
  align-items: center;
}
header.header div.company-info .right-element .login-register span {
  padding-left: 0.25rem;
  background: url('../images/tcan.png') no-repeat left center;
  background-size: auto 100%;
  display: inline-block;
  height: 0.2rem;
  line-height: 0.2rem;
  color: #11BA59;
  margin-right: 0.2rem;
}
header.header div.company-info .right-element .login-register a {
  width: 0.9rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  margin: 0 0.02rem;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.14rem;
  color: #222;
}
header.header div.company-info .right-element .login-register a:hover {
  opacity: 0.8;
}
header.header div.company-info .right-element .login-register .login-eles {
  background: url('../images/babor.png') no-repeat center center #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  color: #11BA59;
  margin: 0 0.15rem;
  border-radius: 0.2rem;
}
header.header div.company-info .right-element .login-register .login-register-enroll {
  background: linear-gradient(229deg, #0EB75F 0%, #247C5C 100%);
  border-radius: 0.2rem;
  font-size: 0.14rem;
  color: #ffffff;
  width: auto;
  height: auto;
  line-height: inherit;
  margin-right: 0.2rem;
  padding: 0.1rem 0.2rem;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  header.header div.company-info .right-element .login-register .login-register-enroll {
    font-size: 0.18rem;
  }
}
header.header div.company-info nav.nav {
  margin-left: 0.48rem;
  margin-right: 3rem;
  height: 100%;
  position: relative;
}
header.header div.company-info nav.nav ul.nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
header.header div.company-info nav.nav ul.nav-list li.list-item {
  text-align: center;
  height: 100%;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  position: relative;
}
header.header div.company-info nav.nav ul.nav-list li.list-item .downicon {
  margin-left: 0.1rem;
}
header.header div.company-info nav.nav ul.nav-list li.list-item .newicon {
  position: absolute;
  top: 0.08rem;
  right: 0.3rem;
}
header.header div.company-info nav.nav ul.nav-list li.list-item a {
  display: block;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: #000;
  line-height: 0.64rem;
  position: relative;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  header.header div.company-info nav.nav ul.nav-list li.list-item a {
    font-size: 0.2rem;
  }
}
header.header div.company-info nav.nav ul.nav-list li.list-item a:after {
  content: '';
  background: #000;
  border-radius: 0.02rem;
  bottom: 0.1rem;
  height: 0.04rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.2s;
  visibility: hidden;
  width: 0.16rem;
  z-index: 100;
}
header.header div.company-info nav.nav ul.nav-list li.list-item.active a {
  color: #000;
}
header.header div.company-info nav.nav ul.nav-list li.list-item.active a:after {
  background: #000;
  opacity: 1;
  visibility: visible;
}
header.header div.company-info nav.nav ul.nav-list li.list-item.first-nav-active a:after {
  background: #247c5c;
}
header.header div.company-info nav.nav .pc-nav-active {
  position: absolute;
  left: 0.26rem;
  bottom: 0;
  z-index: 11;
  width: 0.7rem;
  height: 0.03rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    display: none;
  }
}
header.header .slide-element {
  position: absolute;
  left: 52%;
  top: 0.81rem;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(72, 71, 71, 0.2);
  padding: 0 0 0.4rem;
  z-index: 99999;
  width: 38%;
  display: none;
}
header.header .slide-element .navWrapper-content {
  padding: 0 0.4rem;
  max-height: 4.7rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: auto;
}
header.header .slide-element .navWrapper-content .wrap {
  width: calc((100% - 0.6rem)/2);
  margin-right: 0.6rem;
  margin-top: 0.5rem;
}
header.header .slide-element .navWrapper-content .wrap a {
  display: block;
}
header.header .slide-element .navWrapper-content .wrap a .title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #374567;
  transition: 0.5s;
}
header.header .slide-element .navWrapper-content .wrap a .desc {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
}
header.header .slide-element .navWrapper-content .wrap a .img {
  width: 60%;
  margin-top: 0.15rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
header.header .slide-element .navWrapper-content .wrap a .img img {
  width: 100%;
}
header.header .slide-element .navWrapper-content .wrap a:hover .title {
  color: #247c5c;
}
header.header .slide-element .navWrapper-content .wrap:nth-child(2n) {
  margin-right: 0;
}
header.header .slide-element .navWrapper-content::-webkit-scrollbar {
  width: 10px;
  background: #fff;
}
header.header .slide-element .navWrapper-content::-webkit-scrollbar-thumb {
  background: #ddd;
  height: 0.5rem;
}
header.header .slide-element .navWrapper-content::-webkit-scrollbar-track {
  background: #fff;
}
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: rgba(255, 255, 255, 0.9);
    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.32rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.32rem !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: "-";
    font: 0.45rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.45rem !important;
    line-height: 0.35rem !important;
    color: #000;
    font-weight: normal !important;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item:after {
    display: none;
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    right: 0.5rem;
    content: "+";
    font: 0.4rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.4rem !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,
  header.header div.nav-wrapper-phone ul.nav-list li.list-item span {
    display: block;
    font: 0.32rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.32rem !important;
    line-height: 1rem !important;
    font-weight: normal !important;
    color: #000;
    border-bottom: none;
    text-align: center;
  }
  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: none;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item a,
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item span {
    font: 0.28rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal !important;
    border: 0 none;
  }
}
.pc-subNav-wrap {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -ms-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
.pc-subNav-wrap.animate-active {
  top: 0.64rem;
}
.pc-subNav-wrap .pc-subNav-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.3);
}
.pc-subNav-wrap .pc-subNav-list {
  position: relative;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item.animate-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 101;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item:before,
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item:before {
  left: 0;
  width: 26.5%;
  background-color: #fff;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item:after {
  right: 0;
  width: 73.5%;
  background: #f5f7fa;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-item-content {
  display: table;
  width: 100%;
  padding: 0.37rem 0 0;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left,
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right {
  display: table-cell;
  position: relative;
  z-index: 10;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left {
  width: 2.52rem;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 2.34rem 2rem;
  padding-bottom: 1.6rem;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-title {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.18rem;
  color: #292C33;
  line-height: 0.18rem;
  margin-top: 0.22rem;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-title {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-subtitle {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.14rem;
  color: #7B7F8D;
  line-height: 0.22rem;
  opacity: 0.6;
  margin-top: 0.14rem;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-subtitle {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-link {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.14rem;
  color: #247C5C;
  line-height: 0.34rem;
  margin-top: 0.02rem;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-link {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-link i {
  display: inline-block;
  vertical-align: middle;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: #247C5C;
  margin-left: 0.07rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  line-height: 1;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-link i {
    font-size: 0.2rem;
  }
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-left .pc-subNav-link:hover i {
  margin-left: 0.15rem;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right {
  width: calc(14rem - 2.52rem);
  display: flex;
  justify-content: space-between;
  padding-left: 0.99rem;
  padding-bottom: 0.5rem;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem {
  width: 1rem;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dt {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: #247C5C;
  line-height: 0.36rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dt {
    font-size: 0.2rem;
  }
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dt a {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: #247C5C;
  line-height: 0.36rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dt a {
    font-size: 0.2rem;
  }
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dt a:hover {
  color: #247C5C;
  text-decoration: underline;
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dd a {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.14rem;
  color: #7B7F8D;
  line-height: 0.34rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dd a {
    font-size: 0.18rem;
  }
}
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dd a:hover,
.pc-subNav-wrap .pc-subNav-list .pc-subNav-item .pc-subNav-right .pc-subNav-listitem dd a.sub-active {
  color: #247C5C;
  text-decoration: underline;
}
.home-public-title {
  text-align: center;
}
.home-public-title h2 {
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-size: 0.4rem;
  font-weight: bold;
  color: #2B2F2C;
  line-height: 1.3;
}
.home-public-title h3 {
  margin: 0.09rem auto 0;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.5;
  width: 80%;
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .home-public-title h3 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-public-title h2 {
    font-size: 0.38rem;
  }
  .home-public-title h3 {
    margin: 0.18rem auto 0;
    font-size: 0.28rem;
    width: 90%;
  }
}
.website-public-title h3,
.website-public-title h4 {
  line-height: 1;
}
.website-public-title h3 {
  font-family: '思源黑体 CN Bold', '微软雅黑';
  font-size: 0.4rem;
  font-weight: bold;
  color: #292C33;
}
.website-public-title h4 {
  margin-top: 0.2rem;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: rgba(123, 127, 141, 0.6);
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .website-public-title h4 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .website-public-title h4 {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}
.bottom-options {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.bottom-options .form-link {
  display: inline-block;
  margin-right: 0.3rem;
  width: 1.32rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  border-radius: 0.3rem;
  border: 1px solid #11BA59;
  box-shadow: 0 0.06rem 0.12rem 0 rgba(36, 124, 92, 0.3);
  color: #11BA59;
  font-size: 0.18rem;
}
@media screen and (max-width: 1024px) {
  .bottom-options .form-link {
    width: 3.2rem;
    height: 0.9rem;
    line-height: 0.9rem;
    border-radius: 0.45rem;
    font-size: 0.28rem;
  }
}
.public-advertisement {
  height: 2.98rem;
  background: center / cover no-repeat;
  padding-top: 0.65rem;
}
.public-advertisement .public-advertisement-link {
  display: block;
  width: 1.32rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  background: #11BA59;
  box-shadow: 0 0.06rem 0.12rem 0 rgba(36, 124, 92, 0.3);
  border-radius: 0.3rem;
  overflow: hidden;
  font-size: 0.18rem;
  color: #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
.public-advertisement .public-advertisement-link:hover {
  color: white;
}
@media screen and (max-width: 1024px) {
  .public-advertisement {
    height: auto;
    padding: 0.65rem 0;
  }
  .public-advertisement .public-advertisement-link {
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.45rem;
    font-size: 0.28rem;
  }
}
.inside-public-banner {
  height: 4.4rem;
  background: url(../images/inside-banner-bg.png) center center / cover no-repeat;
  position: relative;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .inside-public-banner {
    margin-top: 0;
  }
}
.inside-public-banner .inside-public-banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.9rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .inside-public-banner .inside-public-banner-container {
    width: 80%;
  }
}
.inside-public-banner .inside-public-banner-container .text {
  width: 7.7rem;
}
.inside-public-banner .inside-public-banner-container .text h2 {
  font-family: '思源黑体 CN Heavy', '微软雅黑';
  font-size: 0.4rem;
  color: #292C33;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.inside-public-banner .inside-public-banner-container .text h3 {
  margin-top: 0.3rem;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.2rem;
  color: rgba(123, 127, 141, 0.6);
  line-height: 0.32rem;
}
.inside-public-banner .inside-public-banner-container .img {
  width: 8rem;
  height: 4.4rem;
  position: absolute;
  right: 0;
  top: 0;
}
.inside-public-banner .inside-public-banner-container .img img {
  width: 100%;
  height: 4.4rem;
  object-fit: scale-down;
}
@media screen and (max-width: 1024px) {
  .inside-public-banner .inside-public-banner-container {
    width: 100%;
    padding: 0.5rem 0.3rem 0;
    flex-wrap: wrap;
  }
  .inside-public-banner .inside-public-banner-container .img {
    width: 5rem;
    height: 2.74rem;
    top: auto;
    bottom: 0;
  }
  .inside-public-banner .inside-public-banner-container .img img {
    height: 2.74rem;
  }
}
.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;
  }
}
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;
  }
}
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;
}
.body-bg-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 100000;
}
.body-bg-wrap .body-bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-bg-wrap .body-bg .consulting-message {
  width: 6.1rem;
  background-color: #FFFFFF;
  padding: 0.4rem 0.5rem 0.1rem 0.4rem;
  position: relative;
}
.body-bg-wrap .body-bg .consulting-message .title {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.2rem;
  color: #292C33;
}
.body-bg-wrap .body-bg .consulting-message .sub-title {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: rgba(123, 127, 141, 0.6);
}
.body-bg-wrap .body-bg .consulting-message .layui-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item {
  margin-top: 0.05rem;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item input,
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item textarea {
  border: none;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item input,
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item textarea {
    font-size: 0.26rem;
  }
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item {
  margin-bottom: 0.15rem;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-form-label {
  float: none;
  width: 100%;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: #7B7F8D;
  padding: 0;
  text-align: left;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-form-label i {
  color: #FF2A2A;
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-form-label {
    font-size: 0.26rem;
  }
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-input-block {
  display: block;
  margin-left: 0;
  margin-top: 0.1rem;
  background: #f4f4f4;
  *zoom: 1;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-input-block:before,
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-input-block:after {
  display: table;
  content: ' ';
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-input-block:after {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-input-block {
    min-height: 0.5rem;
  }
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-input-block input {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: rgba(123, 127, 141, 0.4);
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  outline: 0 none;
  padding: 0;
  display: block;
  width: 100%;
  padding-left: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-input-block input {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-form-select dl dd {
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-form-select dl dd {
    font-size: 0.26rem;
  }
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item .layui-form-select dl dd.layui-this {
  background: #247C5C;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(-n + 4) {
  width: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(-n + 4) {
    width: 48.5%;
  }
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(-n + 4) .layui-input-block {
  height: 0.5rem;
  line-height: 0.5rem;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(5) {
  width: 100%;
  margin-bottom: 0;
  clear: both;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(5) .layui-input-block {
  background: none;
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(5) .layui-input-block textarea {
  height: 1.8rem;
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  outline: none;
  resize: none;
  padding: 0.1rem;
  font-size: 0.16rem;
  color: rgba(123, 127, 141, 0.4);
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(5) .layui-input-block textarea {
    height: 1.5rem;
    font-size: 0.26rem;
    line-height: 1.5;
    min-height: 1.5rem;
  }
}
.body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(5) .layui-input-block p {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #247C5C;
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .layui-form-item:nth-child(5) .layui-input-block p {
    font-size: 0.28rem;
  }
}
.body-bg-wrap .body-bg .consulting-message .layui-form .sub-messages {
  width: 3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background-color: #247C5C;
  box-shadow: 0px 6px 12px 0px rgba(52, 117, 243, 0.3);
  border-radius: 0.3rem;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: #fff;
  display: block;
  margin: 0.3rem auto;
}
@media screen and (max-width: 1024px) {
  .body-bg-wrap .body-bg .consulting-message .layui-form .sub-messages {
    width: 50%;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.4rem;
    font-size: 0.26rem;
  }
}
.body-bg-wrap .body-bg .consulting-message .close-btn-solution {
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.3rem;
  color: #7B7F8D;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
}
