/**
 * @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;
}
strong {
  font-weight: bold !important;
}
.container {
  width: 13.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.container-fluid {
  width: 100%;
}
.outer-container {
  width: 14rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .outer-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;
}
.List-title {
  border-bottom: 0.01rem solid #707070;
  padding-bottom: 0.1rem;
}
.List-title b {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #707070;
  border-left: 0.03rem solid #0B40AE;
  padding-left: 0.08rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .List-title b {
    font-size: 0.32rem;
    line-height: 0.5rem;
    border-left: 0.08rem solid #0B40AE;
  }
}
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-size: 0.24rem;
  line-height: 0.3rem;
  color: #06247a;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  div.page-title-1 h2.title {
    font-size: 0.16rem;
  }
}
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-size: 0.34rem;
    line-height: 0.34rem;
    color: #06247a;
    font-weight: bold;
    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 div.header-wrapper {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper {
    background: #fff !important;
  }
}
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: 0.82rem;
  margin: 0.05rem 0;
  width: auto;
  padding-right: 0.2rem;
}
header.header div.header-wrapper .phone-logo .phone-logo-img img {
  display: block;
  height: 0.7rem;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper .phone-logo .phone-logo-img img {
    max-height: 100%;
  }
}
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.92rem;
    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;
    background: #fff;
  }
}
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;
    background: #317EE4;
  }
  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.9rem;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    background: #fff !important;
  }
}
header.header div.company-info .company-info-content .left-logo {
  height: 0.9rem;
  float: left;
  display: table;
  margin-left: 0.5rem;
  text-align: center;
  width: 15%;
}
header.header div.company-info .company-info-content .left-logo a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
header.header div.company-info .company-info-content .left-logo a img {
  display: block;
  max-width: 100%;
}
header.header div.company-info .company-info-content nav.nav {
  float: left;
  height: 0.9rem;
  width: 67.5%;
}
@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 {
  font-size: 0;
  white-space: nowrap;
  display: flex;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item {
  height: 100%;
  flex: 1;
  position: relative;
  display: block;
  text-align: center;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .span {
  display: block;
  width: 0.4rem;
  height: 4px;
  background: #DF2012;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item > a {
  color: #000;
  display: block;
  font-size: 0.16rem;
  line-height: 0.9rem;
  letter-spacing: 0.01rem;
  font-weight: bold;
  text-align: center;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:hover:after,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.active:after {
  display: block;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:hover:after a,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.active:after a {
  color: inherit !important;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:hover .span,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.active .span {
  display: block;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:last-child {
  margin-right: 0;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item a {
  color: #000;
  display: block;
  font-size: 0.16rem;
  line-height: 0.9rem;
  letter-spacing: 0.01rem;
  font-weight: bold;
  text-align: center;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper {
  width: 1.6rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f0f2f5;
  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 {
  position: relative;
}
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: #fff;
  display: block;
  text-align: center;
  padding: 0.1rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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 a:hover {
  color: #DF2012;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  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 {
    font-size: 0.16rem !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.borderActive .icon {
  transform: rotate(90deg);
}
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 .navWrapperThree {
  width: 1.4rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100001;
  background-color: #e0e3ea;
  display: 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 .navWrapperThree .child-three .item-three a {
  color: #333;
  display: block;
  text-align: center;
  padding: 0.1rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  font: 0.4rem / 0.2rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.4rem !important;
  line-height: 0.2rem !important;
  color: #fff;
  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 .navWrapperThree .child-three .item-three: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 .navWrapperThree .child-three .item-three.threeActive a {
  color: #DF2012;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content {
    display: none;
  }
}
header.header div.company-info .right-message .right-message-tel .img {
  width: 0.36rem;
  height: 0.45rem;
  background: url(../images/header-tel-icon.png) center center no-repeat;
  background-size: 100% auto;
  float: left;
}
header.header div.company-info .right-message .right-message-tel .text {
  width: calc(100% - 0.5rem);
  float: left;
  margin-left: 0.14rem;
}
header.header div.company-info .right-message .right-message-tel .text .title {
  font-size: 0.16rem;
  font-weight: bold;
  color: #FFFFFF;
}
header.header div.company-info .right-message .right-message-tel .text .tel {
  font-size: 0.2rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .right-message {
    display: none;
  }
}
header.header div.company-info .headContact {
  float: right;
  width: 2.8rem;
  height: 0.9rem;
  cursor: pointer;
}
header.header div.company-info .headContact .headContactPhone {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header.header div.company-info .headContact .headContactPhone img {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
header.header div.company-info .headContact .headContactPhone .headContactPhoneTest {
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .headContact .headContactPhone .headContactPhoneTest {
    font-size: 0.24rem;
  }
}
header.header div.company-info .headContact .HeadSearchBtn-btn {
  margin-left: 0.3rem;
}
header.header div.company-info .headContact .HeadSearchBtn-btn i {
  color: #707070;
}
@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-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;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0.9rem;
  max-height: 9rem;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 0;
  }
}
.banner div.pagination {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  z-index: 98;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .banner div.pagination {
    width: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: none;
  }
}
.banner div.pagination span.swiper-pagination-switch {
  display: inline-block;
  width: 0.8rem;
  height: 0.04rem;
  background: #ffffff;
  margin: 0 0.15rem;
}
.banner div.pagination span.swiper-pagination-switch.template_main_back {
  background: #173076;
}
.banner div.arrow {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .banner div.arrow {
    display: none;
  }
}
.banner div.arrow-left-index {
  background: url(../images/banner-arrow-left.png) center center no-repeat;
  background-size: 0.6rem auto;
  left: 1.1rem;
}
.banner div.arrow-right-index {
  background: url(../images/banner-arrow-right.png) center center no-repeat;
  background-size: 0.6rem auto;
  right: 1.1rem;
}
.banner div.swiper-container {
  max-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .banner div.swiper-container {
    max-height: auto;
  }
}
.banner div.swiper-container div.swiper-wrapper {
  height: 100% !important;
}
.banner div.swiper-container div.swiper-slide {
  height: 100% !important;
}
.banner div.swiper-container a {
  display: block;
}
.banner div.swiper-container img {
  width: 100%;
}
.page-banner {
  position: relative;
  margin-top: 0.9rem;
}
.page-banner img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-banner {
    margin-top: 0;
  }
}
.pc-banner {
  max-height: 9rem !important;
}
@media screen and (max-width: 1024px) {
  .pc-banner {
    display: none;
  }
}
.phone-banner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .phone-banner {
    display: block;
  }
}
table {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  table {
    width: 100% !important;
    border-collapse: collapse;
    border: none;
    margin: 0.2rem 0;
  }
  table td {
    border: solid #000 1px;
    vertical-align: middle !important;
    word-break: break-all !important;
    word-break: break-word !important;
    border-color: #999 !important;
    padding: 0 4px !important;
    white-space: normal !important;
    width: auto !important;
  }
  table p {
    text-indent: 0 !important;
  }
}
.search-wrap {
  width: 2.5rem;
  height: 0.32rem;
  background: #F9F9F9;
  border: 1px solid #E6E6E6;
  float: right;
}
@media screen and (max-width: 1024px) {
  .search-wrap {
    width: 100%;
    height: 0.64rem;
    float: none;
    margin-top: 0.3rem;
  }
}
.search-wrap .search-wrap-in .input-border {
  display: block;
  float: left;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 0.4rem);
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #fff;
  padding-left: 0.06rem;
  font-size: 0.16rem;
  color: #707070;
}
@media screen and (max-width: 1024px) {
  .search-wrap .search-wrap-in .input-border {
    width: calc(100% - 1rem);
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    padding-left: 0.15rem;
  }
}
.search-wrap .search-wrap-in input::-webkit-input-placeholder {
  color: #E6E6E6;
}
.search-wrap .search-wrap-in input:-moz-placeholder {
  color: #E6E6E6;
}
.search-wrap .search-wrap-in input::-moz-placeholder {
  color: #E6E6E6;
}
.search-wrap .search-wrap-in input:-ms-input-placeholder {
  color: #E6E6E6;
}
.search-wrap .search-wrap-in span {
  display: block;
  float: right;
  width: 0.36rem;
  height: 0.3rem;
  line-height: 0.68rem;
  background: url(../images/search-wrap-icon.png) center center no-repeat #0B40AE;
  background-size: 0.2rem auto;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .search-wrap .search-wrap-in span {
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-size: 0.3rem;
  }
}
.container-list {
  width: 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container-list {
    width: 100%;
    padding: 0 0.3rem;
  }
}
div.jqZoomTitle {
  z-index: 5000;
  text-align: center;
  font-size: 11px;
  font-family: Tahoma;
  height: 16px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  background: #999;
}
.jqZoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  z-index: 10;
  border-color: #c4c4c4;
  border-style: solid;
  cursor: crosshair;
}
.jqZoomPup img {
  border: 0;
}
.preload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  width: 90px;
  *width: 100px;
  height: 43px;
  *height: 55px;
  z-index: 10;
  position: absolute;
  top: 3px;
  left: 3px;
}
.jqZoomWindow {
  border: 1px solid #999;
  background-color: #FFF;
}
.sidebar {
  width: 2.8rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar-title {
  height: 0.9rem;
  padding: 0.15rem 0.1rem;
}
.sidebar .sidebar-title .ch {
  font-size: 0.25rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.sidebar .sidebar-title .en {
  font-size: 0.17rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.sidebar .column .column-title {
  background-color: #0B40AE;
}
.sidebar .column .column-list ul li {
  display: block;
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-top: 0.1rem;
}
.sidebar .column .column-list ul li a {
  display: block;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.16rem;
  color: #707070;
  text-align: center;
}
.sidebar .column .column-list ul li:hover,
.sidebar .column .column-list ul li.columnActive {
  border: 1px solid #0B40AE;
}
.sidebar .column .column-list ul li:hover a,
.sidebar .column .column-list ul li.columnActive a {
  font-weight: bold;
  color: #0B40AE;
}
.sidebar .contact {
  margin-top: 0.3rem;
  border: 1px solid #E6E6E6;
}
.sidebar .contact .contact-title {
  background: url(../images/sidebar-contact-bg.png) center center no-repeat;
  background-size: 100% auto;
}
.sidebar .contact .contact-content {
  padding: 0.15rem 0.24rem 0.2rem;
}
.sidebar .contact .contact-content .intro {
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.24rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .sidebar .contact .contact-content .intro {
    font-size: 0.16rem;
  }
}
.sidebar .contact .contact-content ul li {
  display: block;
  margin-top: 0.13rem;
  font-size: 0.14rem;
  line-height: 1.6;
  color: #707070;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .sidebar .contact .contact-content ul li {
    font-size: 0.16rem;
  }
}
.sidebar .contact .contact-content ul li span {
  color: #000000;
}
.sidebar .contact .contact-content ul li strong {
  color: #0B40AE;
}
.sidebar .contact .contact-content dl {
  margin-top: 0.3rem;
}
.sidebar .contact .contact-content dl dt {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.sidebar .contact .contact-content dl dt img {
  width: 100%;
  height: auto;
}
.sidebar .contact .contact-content dl dd {
  display: inline-block;
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.21rem;
  vertical-align: top;
  padding-top: 0.3rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .sidebar .contact .contact-content dl dd {
    font-size: 0.16rem;
  }
}
.layer-page {
  width: 100%;
  margin: 0.3rem auto 0 auto;
  /*padding-top: 0.6rem;*/
  /* padding-bottom: 0.5rem; */
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .layer-page {
    width: 100%;
    padding-top: 0.4rem;
    /* padding-bottom: 0.5rem; */
  }
}
.layer-page .laypage_main {
  display: inline-block;
}
.layer-page .laypage_main a,
.layer-page .laypage_main span {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0;
  background: #ffffff;
  border: 0;
  line-height: 0.3rem;
  color: #333333;
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .layer-page .laypage_main a,
  .layer-page .laypage_main span {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .layer-page .laypage_main a,
  .layer-page .laypage_main span {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
.layer-page .laypage_main span {
  background-color: #ffffff;
  color: #808080 !important;
}
.layer-page .laypage_main a:hover {
  color: #fff !important;
  background-color: #707070;
}
.layer-page .laypage_main span.laypage_curr {
  background-color: #707070;
  color: #fff !important;
  font-weight: normal;
  border: 0 none;
}
.layer-page .laypage_main a.laypage_next {
  position: relative;
  font-size: 0;
  width: auto;
}
.layer-page .laypage_main a.laypage_next:before {
  content: '>>';
  font-size: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .layer-page .laypage_main a.laypage_next:before {
    font-size: 0.2rem !important;
  }
}
.layer-page .laypage_main a.laypage_prev {
  position: relative;
  font-size: 0;
  width: auto;
}
.layer-page .laypage_main a.laypage_first {
  width: auto;
}
.layer-page .laypage_main a.laypage_last {
  display: none;
}
.layer-page .laypage_main a.laypage_prev:before {
  content: '<<';
  font-size: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .layer-page .laypage_main a.laypage_prev:before {
    font-size: 0.2rem !important;
  }
}
.public-list-title .en {
  font-size: 0.36rem;
  font-weight: bold;
  color: rgba(11, 64, 174, 0.2);
  text-align: center;
}
.public-list-title .ch {
  font-size: 0.4rem;
  font-weight: bold;
  color: #0B40AE;
  text-align: center;
  margin-top: -0.22rem;
}
.List-title {
  border-bottom: 0.01rem solid #707070;
  padding-bottom: 0.1rem;
}
.List-title b {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #707070;
  border-left: 0.03rem solid #0B40AE;
  padding-left: 0.08rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .List-title b {
    font-size: 0.32rem;
    line-height: 0.5rem;
    border-left: 0.08rem solid #0B40AE;
  }
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  z-index: 10000011;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 4.5rem;
  height: auto;
  border-radius: 0.04rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog__content .messageForm-title {
  height: 0.49rem;
  line-height: 0.49rem;
  position: relative;
  background: #0b40ae;
  font-size: 0.18rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0 0.21rem;
}
.dialog__content .messageForm-title .dialogLayer-close {
  width: 0.49rem;
  height: 0.49rem;
  background: url("../images/dialogLayer-close.png") center / 0.16rem 0.16rem no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.dialog__content .messageForm-main {
  padding: 0.2rem 0.3rem;
  text-align: center;
}
.dialog__content .messageForm-main .form-group {
  margin-bottom: 0.16rem;
  font-size: 0;
  border-radius: 0.04rem;
  border: 0.01rem solid #dddddd;
  background: #f3f3f3;
  overflow: hidden;
}
.dialog__content .messageForm-main .form-group label,
.dialog__content .messageForm-main .form-group .form-input-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.dialog__content .messageForm-main .form-group label {
  background: #dddddd;
  width: 25%;
  text-align: center;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
}
.dialog__content .messageForm-main .form-group .form-input-block {
  width: 75%;
}
.dialog__content .messageForm-main .form-group .form-input-block input,
.dialog__content .messageForm-main .form-group .form-input-block textarea {
  font-size: 0.16rem;
  color: #333;
  height: 0.36rem;
  line-height: 0.36rem;
  margin: 0;
  border: 0;
  display: block;
  width: 100%;
  resize: none;
  padding: 0 0.1rem;
  text-align: left;
}
.dialog__content .messageForm-main .form-group .form-input-block input ::-webkit-input-placeholder,
.dialog__content .messageForm-main .form-group .form-input-block textarea ::-webkit-input-placeholder {
  font-size: 0.16rem;
  color: #AAAAAA;
}
.dialog__content .messageForm-main .form-group .form-input-block input :-moz-placeholder,
.dialog__content .messageForm-main .form-group .form-input-block textarea :-moz-placeholder {
  font-size: 0.16rem;
  color: #AAAAAA;
}
.dialog__content .messageForm-main .form-group .form-input-block input ::-moz-placeholder,
.dialog__content .messageForm-main .form-group .form-input-block textarea ::-moz-placeholder {
  font-size: 0.16rem;
  color: #AAAAAA;
}
.dialog__content .messageForm-main .form-group .form-input-block input :-ms-input-placeholder,
.dialog__content .messageForm-main .form-group .form-input-block textarea :-ms-input-placeholder {
  font-size: 0.16rem;
  color: #AAAAAA;
}
.dialog__content .messageForm-main .form-group .form-input-block textarea {
  height: 1.5rem;
  line-height: 1.5;
  padding: 0.14rem;
}
.dialog__content .messageForm-main .form-group .form-textarea-wrap {
  width: 100%;
}
.dialog__content .messageForm-main .messageForm-main-submit {
  line-height: 1.5;
  background: #0B40AE;
  border-radius: 0.04rem;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.16rem;
  padding: 0.12rem 0.33rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .dialog__content {
    width: 80%;
    border-radius: 0.1rem;
  }
  .dialog__content .messageForm-title {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .dialog__content .messageForm-title .dialogLayer-close {
    width: 0.8rem;
    height: 0.8rem;
    -webkit-background-size: 0.2rem 0.2rem;
    background-size: 0.2rem 0.2rem;
  }
  .dialog__content .messageForm-main {
    padding: 0.3rem;
  }
  .dialog__content .messageForm-main .form-group {
    margin-bottom: 0.25rem;
    border-radius: 0.1rem;
  }
  .dialog__content .messageForm-main .form-group label {
    width: 30%;
    font-size: 0.28rem;
    line-height: 0.7rem;
  }
  .dialog__content .messageForm-main .form-group .form-input-block {
    width: 70%;
  }
  .dialog__content .messageForm-main .form-group .form-input-block input,
  .dialog__content .messageForm-main .form-group .form-input-block textarea {
    font-size: 0.28rem;
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.2rem;
  }
  .dialog__content .messageForm-main .form-group .form-input-block input ::-webkit-input-placeholder,
  .dialog__content .messageForm-main .form-group .form-input-block textarea ::-webkit-input-placeholder {
    font-size: 0.28rem;
  }
  .dialog__content .messageForm-main .form-group .form-input-block input :-moz-placeholder,
  .dialog__content .messageForm-main .form-group .form-input-block textarea :-moz-placeholder {
    font-size: 0.28rem;
  }
  .dialog__content .messageForm-main .form-group .form-input-block input ::-moz-placeholder,
  .dialog__content .messageForm-main .form-group .form-input-block textarea ::-moz-placeholder {
    font-size: 0.28rem;
  }
  .dialog__content .messageForm-main .form-group .form-input-block input :-ms-input-placeholder,
  .dialog__content .messageForm-main .form-group .form-input-block textarea :-ms-input-placeholder {
    font-size: 0.28rem;
  }
  .dialog__content .messageForm-main .form-group .form-input-block textarea {
    height: 2rem;
    line-height: 1.5;
    padding: 0.2rem;
  }
  .dialog__content .messageForm-main .form-group .form-textarea-wrap {
    width: 100%;
  }
  .dialog__content .messageForm-main .messageForm-main-submit {
    border-radius: 0.1rem;
    font-size: 0.28rem;
    padding: 0.15rem 0.4rem;
  }
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
.dialog--close .dialog__overlay {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}
.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}
.template_main_color {
  color: #DE3023;
}
.template_main_back {
  background-color: #DE3023;
}
.template_main_border {
  border-color: #DE3023;
}
.template_sub_color {
  color: #000000;
}
.template_sub_back {
  background-color: #000000;
}
.template_sub_border {
  border-color: #000000;
}
.template_rgb_color {
  color: rgba(0, 0, 0, 0.4);
}
.template_rgb_back {
  background-color: rgba(0, 0, 0, 0.4);
}
.template_rgb_border {
  border-color: rgba(0, 0, 0, 0.4);
}
