/**
 * @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: 
 */
strong {
  font-weight: bold !important;
}
.container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.nav-container {
  width: 14.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .nav-container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.company-profile-container {
  width: 12.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .company-profile-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;
}
header.header.colorHeader {
  background: #203a57;
}
@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: rgba(32, 58, 87, 0.7);
  }
}
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.08rem;
  padding-right: 0.2rem;
}
header.header div.header-wrapper .phone-logo .phone-logo-img img {
  display: block;
  height: 0.7rem;
}
header.header div.header-wrapper .phone-logo .phone-logo-img:after {
  content: '';
  width: 1px;
  height: 0.28rem;
  background-color: #fff;
  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;
}
header.header div.header-wrapper .phone-logo .ch-en {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.25rem;
  margin-left: 0.15rem;
}
header.header div.header-wrapper .phone-logo .ch-en a {
  display: inline-block;
  margin-left: 0.25rem;
  width: 0.4rem;
  height: 0.4rem;
}
header.header div.header-wrapper .phone-logo .ch-en a img {
  width: 100%;
}
@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: #fff;
    margin-bottom: 0.13rem;
    transition: all 1s;
  }
  header.header div.header-wrapper div.slide-button.on div.top {
    transform-origin: 0%;
    transform: rotate(44deg);
    transition: transform 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.center {
    opacity: 0;
    transition: opacity 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.bottom {
    transform-origin: 0%;
    transform: rotate(-44deg);
    transition: transform 0.5s;
  }
}
header.header div.company-info {
  width: 100%;
  height: 0.8rem;
  background: rgba(32, 58, 87, 0.7);
  position: fixed;
  z-index: 10;
  transition: all 0.5s;
}
header.header div.company-info.color {
  background: #203a57;
}
header.header div.company-info .company-info-content .left-logo {
  width: 2.9rem;
  height: 0.74rem;
  float: left;
  margin-top: 0.03rem;
}
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 {
  width: 100%;
}
header.header div.company-info .company-info-content nav.nav {
  float: right;
  height: 0.8rem;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav {
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content nav.nav {
    display: none;
  }
}
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 {
  position: relative;
  display: block;
  float: left;
  height: 100%;
  margin-right: 0.6rem;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item {
    width: 1rem;
    margin-right: 0;
  }
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item a {
  display: block;
  font: 0.18rem / 0.8rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.18rem !important;
  line-height: 0.8rem !important;
  color: #EBEBEB;
  font-weight: 400 !important;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:hover a,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.active a {
  font: 0.18rem / 0.8rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.18rem !important;
  line-height: 0.8rem !important;
  color: #FFFFFF;
  font-weight: bold !important;
}
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.5);
  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: #111111;
  font-weight: 400 !important;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item:hover a,
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.childActive a {
  color: #16709b;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar {
  width: 0.05rem;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar-thumb {
  background: #ddd;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar-track {
  background: #fcfcfc;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content {
    display: none;
  }
}
header.header div.company-info .right-message {
  position: absolute;
  top: 0.3rem;
  right: 0.8rem;
  height: 0.2rem;
}
header.header div.company-info .right-message .en,
header.header div.company-info .right-message .ch {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
}
header.header div.company-info .right-message .en a,
header.header div.company-info .right-message .ch a {
  display: block;
}
header.header div.company-info .right-message .en a img,
header.header div.company-info .right-message .ch a img {
  width: 100%;
}
header.header div.company-info .right-message .ch {
  margin-left: 0.1rem;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .right-message {
    right: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .right-message {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    height: 0.88rem;
    position: static;
    border-bottom: 0;
    background: none;
  }
}
header.header div.nav-wrapper-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.nav-wrapper-phone {
    position: fixed;
    top: 0.88rem;
    left: 0;
    z-index: 99999;
    background: #fff;
    width: 100%;
    height: calc(100% - 0.88rem);
    overflow: auto;
    padding: 0.3rem 0.45rem;
  }
  header.header div.nav-wrapper-phone ul.nav-list {
    height: 100%;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item {
    position: relative;
    font: 0.26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal !important;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item.open:after {
    content: '-';
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item:after {
    display: none;
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    right: 0;
    content: '+';
    font: 0.3rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.3rem !important;
    line-height: 0.35rem !important;
    color: #000;
    font-weight: normal !important;
    font-weight: bold;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item a {
    display: block;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item.child:after {
    display: block;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu {
    display: none;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list {
    overflow-y: auto;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item {
    padding: 0 0.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item a {
    font: 0.26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal !important;
    border: 0 none;
  }
}
.public-title h2 {
  display: inline-block;
  font-size: 0.36rem;
  font-weight: bold;
  color: #203A57;
}
.public-title h3 {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: bold;
  color: #EE7E00;
  margin-left: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .public-title h2 {
    font-size: 0.45rem;
  }
  .public-title h3 {
    font-size: 0.3rem;
  }
}
.public-list-title h3 {
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #203A57;
}
@media screen and (max-width: 1024px) {
  .public-list-title h3 {
    font-size: 0.4rem;
  }
}
.public-list-title h4 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #EE7E00;
}
@media screen and (max-width: 1024px) {
  .public-list-title h4 {
    font-size: 0.3rem;
  }
}
.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;
  }
}
.lg-outer {
  width: 8rem;
  height: 8rem;
  position: fixed;
  top: 50%;
  margin-top: -4rem;
  left: 50%;
  margin-left: -4rem;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.lg-outer .lg-img-wrap {
  padding: 0;
}
table {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  table {
    width: 100% !important;
    border-collapse: collapse;
    border: none;
    margin: 0.2rem 0;
  }
  table td {
    border: solid #000 1px;
    vertical-align: middle !important;
    word-break: break-all;
    word-break: break-word;
    border-color: #999 !important;
    padding: 0 4px !important;
  }
  table p {
    text-indent: 0 !important;
  }
}
