/**
 * @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 {
  -webkit-font-smoothing: subpixel-antialiased !important;
}
.container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
a {
  font: inherit;
  color: inherit;
}
.index-title {
  text-align: center;
}
.index-title.left {
  text-align: left;
}
.index-title.left h2.title::before {
  left: 0;
}
.index-title.left h2.title::after {
  left: 0.6rem;
}
.index-title.normal h2.title {
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  .index-title.normal h2.title {
    font-weight: bold !important;
  }
}
.index-title.white h2.title {
  font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.36rem !important;
  line-height: 1.5 !important;
  color: #fff;
  font-weight: bold !important;
}
.index-title.white h2.title::before {
  background-color: #ddd;
}
.index-title.white h2.title::after {
  background-color: #fff;
}
.index-title.blue h2.title {
  font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.36rem !important;
  line-height: 1.5 !important;
  color: #056BB7;
  font-weight: bold !important;
}
.index-title.blue h2.subtitle {
  font-size: 0.3rem;
  color: #056BB7;
}
.index-title h2.title {
  display: inline-block;
  position: relative;
  font: 0.3rem / 0.36rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.3rem !important;
  line-height: 0.36rem !important;
  color: #333;
  font-weight: bold !important;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .index-title h2.title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: bolds !important;
  }
}
.index-title h2.title::before,
.index-title h2.title::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0.6rem;
  height: 0.04rem;
}
.index-title h2.title::before {
  background-color: #ddd;
  left: 50%;
}
.index-title h2.title:after {
  background-color: #056BB7;
  right: 50%;
}
.index-title h2.subtitle {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .index-title h2.subtitle {
    font-size: 0.28rem;
  }
}
span.more-btn {
  display: block;
  width: 1.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font: 0.14rem / 0.4rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.14rem !important;
  line-height: 0.4rem !important;
  color: #fff;
  font-weight: normal !important;
  text-align: center;
  background-color: #056BB7;
}
@media screen and (max-width: 1024px) {
  span.more-btn {
    width: 1.5rem;
    height: 0.8rem;
    font: 0.28rem / 0.8rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.8rem !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.page-content {
  padding-top: 0.6rem;
}
.loading {
  background: url('../images/loading.gif') center center / cover no-repeat;
  background-size: 0.23rem 0.23rem;
  background-position: center center;
  background-color: #ddd;
}
@media screen and (max-width: 1024px) {
  .loading {
    background-color: transparent;
  }
}
header.header {
  padding: 0.22rem 0;
}
@media screen and (max-width: 1024px) {
  header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    height: auto;
    box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.2);
    background-color: #fff;
    height: 1.12rem;
    padding: 0.1rem 0;
  }
}
header.header div.left-logo {
  float: left;
  height: 0.93rem;
  line-height: 0.93rem;
}
header.header div.left-logo div.logo {
  display: inline-block;
  height: inherit;
  vertical-align: top;
  padding-right: 0.3rem;
  border-right: 1px solid #212b75;
}
header.header div.left-logo div.logo img {
  width: 1.34rem;
  height: inherit;
}
header.header div.left-logo div.solgan {
  display: inline-block;
  height: inherit;
  padding-left: 0.3rem;
}
header.header div.left-logo div.solgan div.img-wrapper {
  display: inline-block;
  margin-right: 0.3rem;
}
@media screen and (max-width: 1024px) {
  header.header div.left-logo div.solgan div.img-wrapper {
    display: none;
  }
}
header.header div.left-logo div.solgan div.img-wrapper:last-child {
  margin-right: 0;
}
header.header div.left-logo div.solgan div.img-wrapper img {
  display: inline-block;
  width: 0.6rem;
  height: auto;
  margin-right: 0.05rem;
}
header.header div.left-logo div.solgan div.img-wrapper div.text-wrapper {
  display: inline-block;
  vertical-align: middle;
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #918b8b;
  font-weight: normal !important;
}
header.header div.left-logo div.solgan div.img-wrapper div.text-wrapper p {
  margin-bottom: 0.03rem;
}
header.header div.left-logo div.solgan h1 {
  display: none;
  font-size: 0.24rem;
  font-weight: bolder;
  color: #212b75;
  line-height: inherit;
  font-family: serif;
}
@media screen and (max-width: 1024px) {
  header.header div.left-logo div.solgan h1 {
    display: block;
    font-size: 0.36rem;
    font-weight: bold;
  }
}
header.header div.right-info {
  float: right;
  margin-top: 0.2rem;
}
header.header div.right-info i.phone-y {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  background: url('../images/phone-y.png') center center / cover no-repeat;
  margin-right: 0.1rem;
}
header.header div.right-info span.phone-number {
  display: inline-block;
  vertical-align: middle;
  font: 0.35rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.35rem !important;
  line-height: 1 !important;
  color: #e98e06;
  font-weight: bold !important;
}
@media screen and (max-width: 1024px) {
  header.header div.right-info {
    display: none;
  }
}
header.header div.right-info div.info-item {
  display: inline-table;
  vertical-align: top;
  width: 2rem;
  height: 0.9rem;
  background-color: #e5eff7;
  padding-left: 0.23rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.24rem;
  margin-right: 0.2rem;
}
header.header div.right-info div.info-item:last-child {
  margin-right: 0;
}
header.header div.right-info div.info-item div.wrapper {
  display: table-cell;
  vertical-align: middle;
}
header.header div.slide-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.slide-button {
    display: block;
    width: 0.45rem;
    float: right;
    margin-top: 0.3rem;
  }
  header.header div.slide-button div {
    width: 100%;
    height: 1px;
    background-color: #212b75;
    margin-bottom: 0.13rem;
    transition: all 0.5s;
  }
  header.header div.slide-button.on div.top {
    transform-origin: 0%;
    transform: rotate(44deg);
    transition: transform 0.5s;
  }
  header.header div.slide-button.on div.center {
    opacity: 0;
    transition: opacity 0.5s;
  }
  header.header div.slide-button.on div.bottom {
    transform-origin: 0%;
    transform: rotate(-44deg);
    transition: transform 0.5s;
  }
}
nav.nav {
  background-color: #056BB7;
}
@media screen and (max-width: 1024px) {
  nav.nav {
    display: none;
  }
}
nav.nav ul.nav-list {
  height: 0.5rem;
  font-size: 0;
  white-space: nowrap;
}
nav.nav ul.nav-list li.list-item-level1 {
  position: relative;
  display: inline-block;
  width: calc(100% / 7);
  height: inherit;
  line-height: 0.5rem;
  text-align: center;
  border-right: 1px solid rgba(244, 244, 244, 0.3);
  transition: background 0.3s;
}
nav.nav ul.nav-list li.list-item-level1:last-child {
  border-color: transparent;
}
nav.nav ul.nav-list li.list-item-level1:hover,
nav.nav ul.nav-list li.list-item-level1.active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  transition: background 0.3s;
}
nav.nav ul.nav-list li.list-item-level1 a {
  display: block;
  height: inherit;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: inherit;
}
nav.nav ul.nav-list li.list-item-level1 ul.child-list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 1001;
  background-color: #056BB7;
}
nav.nav ul.nav-list li.list-item-level1 i.child-icon {
  display: inline-block;
  width: 0.12rem;
  height: 0.07rem;
  background: url('../images/nav-arrow.png') center center / cover no-repeat;
  vertical-align: middle;
  margin-left: 0.3rem;
}
nav.nav ul.nav-list li.list-item-level1 i.child-icon-s {
  display: inline-block;
  width: 0.16rem;
  height: 0.11rem;
  background: url('../images/yiyuan-icon.png') center center / cover no-repeat;
  margin-right: 0.1rem;
}
nav.nav ul.nav-list li.list-item-level2 {
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: 1px solid rgba(244, 244, 244, 0.3);
}
nav.nav ul.nav-list li.list-item-level2:hover,
nav.nav ul.nav-list li.list-item-level2.active {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background 0.3s;
}
nav.nav ul.nav-list li.list-item-level2 i.level2-nav-icon {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.06rem;
  vertical-align: middle;
}
nav.nav ul.nav-list li.list-item-level2 i.level2-nav-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
nav.nav ul.nav-list li.list-item-level2 i.level2-nav-split {
  display: inline-block;
  width: 0.15rem;
  height: 1px;
  margin-left: 0.2rem;
  background-color: #fff;
}
div.nav-wrapper-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  div.nav-wrapper-phone {
    position: fixed;
    top: 1.12rem;
    left: 0;
    z-index: 99999;
    background: #fff;
    width: 100%;
    height: calc(100% - 0.88rem);
    overflow: auto;
    padding: 0.3rem 0.45rem;
  }
  div.nav-wrapper-phone ul.nav-list {
    height: 100%;
  }
  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;
  }
  div.nav-wrapper-phone ul.nav-list li.list-item.open:after {
    content: '-';
  }
  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;
  }
  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);
  }
  div.nav-wrapper-phone ul.nav-list li.list-item.child:after {
    display: block;
  }
  div.nav-wrapper-phone ul.nav-list div.child-menu {
    display: none;
  }
  div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list {
    overflow-y: auto;
  }
  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);
  }
  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;
  }
}
footer.footer {
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-bottom: 1rem;
  }
}
footer.footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer.footer div.base-info {
  height: 3.06rem;
  background-color: #1e83cd;
}
@media screen and (max-width: 1024px) {
  footer.footer div.base-info {
    height: auto;
  }
}
footer.footer div.left-logo,
footer.footer div.center-info,
footer.footer div.right-qrcode {
  height: inherit;
  display: inline-table;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  footer.footer div.left-logo,
  footer.footer div.center-info,
  footer.footer div.right-qrcode {
    display: block;
  }
}
footer.footer div.left-logo {
  padding-right: 0.8rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.left-logo {
    padding: 0.4rem 0;
  }
}
footer.footer div.left-logo div.img-wrapper {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  footer.footer div.left-logo div.img-wrapper {
    display: block;
  }
}
footer.footer div.left-logo div.img-wrapper img {
  width: 2.22rem;
  height: 1.51rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.left-logo div.img-wrapper img {
    display: block;
    width: 3.33rem;
    height: 2.265rem;
    margin: 0 auto;
  }
}
footer.footer div.center-wrapper {
  min-width: 6.2rem;
  background-color: #1b7ec7;
  display: table-cell;
  vertical-align: top;
  padding: 0.3rem 0.4rem 0;
  font-size: 0.16rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  footer.footer div.center-wrapper {
    font-size: 0.28rem;
    color: #fff;
  }
}
footer.footer div.center-wrapper ul.friend-list {
  display: inline-block;
}
footer.footer div.center-wrapper ul.friend-list li.list-item {
  display: inline-block;
  position: relative;
  padding: 0 0.3rem;
  border-right: 1px solid #fff;
}
footer.footer div.center-wrapper ul.friend-list li.list-item:first-child {
  border-right: 0 none;
  padding: 0;
}
footer.footer div.center-wrapper ul.friend-list li.list-item:last-child {
  border-right: 0 none;
}
footer.footer div.center-wrapper div.nav-info {
  padding-top: 0.56rem;
}
footer.footer div.center-wrapper div.nav-info div.nav {
  width: 1.88rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  footer.footer div.center-wrapper div.nav-info div.nav {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.center-wrapper div.nav-info div.nav ul.nav-list {
    margin-bottom: 0.6rem;
  }
}
footer.footer div.center-wrapper div.nav-info div.nav ul.nav-list li.list-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.center-wrapper div.nav-info div.nav ul.nav-list li.list-item {
    width: 25%;
    text-align: center;
  }
  footer.footer div.center-wrapper div.nav-info div.nav ul.nav-list li.list-item:first-child,
  footer.footer div.center-wrapper div.nav-info div.nav ul.nav-list li.list-item:nth-child(4n + 1) {
    text-align: left;
  }
  footer.footer div.center-wrapper div.nav-info div.nav ul.nav-list li.list-item:nth-child(4n) {
    text-align: right;
  }
}
footer.footer div.center-wrapper div.nav-info div.concat-info {
  float: right;
}
@media screen and (max-width: 1024px) {
  footer.footer div.center-wrapper div.nav-info div.concat-info {
    float: none;
  }
}
footer.footer div.center-wrapper div.nav-info div.concat-info div.address p {
  margin-bottom: 0.2rem;
}
footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time {
  height: 0.6rem;
  padding: 0.1rem;
  background-color: #056cb7;
}
@media screen and (max-width: 1024px) {
  footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time {
    height: 1.2rem;
  }
}
footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time div.item {
  height: 0.38rem;
  display: inline-table;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time div.item {
    height: 1rem;
  }
}
footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time div.item div.text-wrapper {
  display: table-cell;
  vertical-align: middle;
}
footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time div.item.name {
  padding-right: 0.2rem;
  border-right: 1px solid #fff;
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time div.item.name {
    font-size: 0.28rem;
  }
}
footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time div.item.time {
  padding-left: 0.2rem;
}
footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time div.item.time p {
  margin-bottom: 0.1rem;
}
footer.footer div.center-wrapper div.nav-info div.concat-info div.jiuzhen-time div.item.time p:last-child {
  margin-bottom: 0;
}
footer.footer div.right-qrcode {
  padding-top: 0.78rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.right-qrcode {
    padding: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer.footer div.right-qrcode div.qrcode-item {
  width: 1.2rem;
  margin-right: 0.43rem;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  footer.footer div.right-qrcode div.qrcode-item {
    width: 48%;
    text-align: center;
  }
}
footer.footer div.right-qrcode div.qrcode-item:last-child {
  margin-right: 0;
}
footer.footer div.right-qrcode div.qrcode-item img {
  height: 1.2rem;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  footer.footer div.right-qrcode div.qrcode-item img {
    height: auto;
  }
}
footer.footer div.right-qrcode div.qrcode-item h2 {
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: 0.1rem;
}
footer.footer div.copyright {
  height: 0.44rem;
  background-color: #056bb7;
  font-size: 0.16rem;
  line-height: 0.44rem;
  color: #fff;
  text-align: center;
}
footer.footer div.copyright .beian {
  margin: 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.copyright {
    height: auto!important;
    font-size: 0.28rem;
    line-height: 0.44rem;
    padding: 0.2rem;
    color: #fff;
  }
  footer.footer div.copyright span,
  footer.footer div.copyright a {
    display: block;
    font-size: 0.28rem;
  }
}
div.aside-right {
  cursor: pointer;
  position: fixed;
  top: 65%;
  right: 0.1rem;
  z-index: 10000001;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: -1rem;
}
@media screen and (max-width: 1024px) {
  div.aside-right {
    display: none;
  }
}
div.aside-right.active {
  right: 0.1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
div.aside-right i::before {
  content: '<';
  font-weight: bold;
  color: #fff;
  font-size: 0.3rem;
  display: inline-block;
  font-family: cursive;
}
div.aside-right div.aside-to-left {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -0.75rem;
  width: 0.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.08rem;
  background-color: #0354a4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
div.aside-right div.aside-to-left.hide {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
div.aside-right ul.aside-list {
  position: relative;
}
div.aside-right ul.aside-list div.aside-top-right {
  width: 100%;
  height: 25px;
  border-radius: 8px;
  background-color: #056BB7;
  text-align: center;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
}
div.aside-right ul.aside-list div.aside-top-right i::before {
  content: '>';
  font-size: 0.2rem;
}
div.aside-right ul.aside-list li {
  position: relative;
}
div.aside-right ul.aside-list li:hover div.aside-item {
  transition: all 0.5s;
  display: block;
}
div.aside-right ul.aside-list li div.aside-item {
  position: absolute;
  top: 0;
  right: 0.65rem;
  display: none;
  transition: all 0.5s;
  background-color: #939395;
  border-radius: 4px;
}
div.aside-right ul.aside-list li div.aside-item a {
  color: #fff;
}
div.aside-right ul.aside-list li div.aside-item.text {
  top: 50%;
  margin-top: -0.2rem;
  width: 1.6rem;
  text-align: center;
  padding: 0.1rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.5;
}
div.aside-right ul.aside-list li div.aside-item.pic {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #056BB7;
  padding: 5px;
}
div.aside-right ul.aside-list li div.aside-item.pic img {
  display: block;
  width: 100%;
  height: auto;
}
div.aside-right ul.aside-list li,
div.aside-right ul.aside-list div.to-top {
  width: 0.58rem;
  height: 0.58rem;
  line-height: 0.58rem;
  background-color: #056BB7;
  margin: 0.1rem 0;
  text-align: center;
  background-color: #939395;
}
div.aside-right ul.aside-list li img,
div.aside-right ul.aside-list div.to-top img {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  vertical-align: middle;
}
.bottom-window {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bottom-window {
    display: block;
    width: 100%;
    height: 1.1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
  }
  .bottom-window ul {
    display: flex;
    height: 1.1rem;
    align-items: center;
    justify-content: space-between;
    background-color: #056BB7;
  }
  .bottom-window ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 1px solid #fff;
    color: #333;
    font-size: 0.28rem;
    text-align: center;
  }
  .bottom-window ul li img {
    width: 0.4rem;
    height: auto;
  }
  .bottom-window ul li span {
    display: inline-block;
    width: 100%;
    color: #fff;
  }
  .bottom-window ul li:nth-child(2) {
    border-right: none;
  }
  .bottom-window ul li:nth-child(2) img {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
  }
}
div.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
div.banner div.arrow {
  position: absolute;
  z-index: 99;
  top: 2.85rem;
  width: 0.4rem;
  height: 0.8rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  div.banner div.arrow {
    display: none;
  }
}
div.banner div.arrow-left {
  background: url('../images/arrow-left.png') center center / cover no-repeat;
  left: 2.51rem;
}
div.banner div.arrow-right {
  background: url('../images/arrow-right.png') center center / cover no-repeat;
  right: 2.4rem;
}
div.banner div.pagination {
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  z-index: 98;
}
@media screen and (max-width: 1024px) {
  div.banner div.pagination {
    width: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: none;
  }
}
div.banner div.pagination span.swiper-pagination-switch {
  display: inline-block;
  width: 0.6rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  margin-right: 0.2rem;
  background-color: #056cb7;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  div.banner div.pagination span.swiper-pagination-switch {
    width: 0.24rem;
    height: 0.24rem;
  }
}
div.banner div.pagination span.swiper-pagination-switch.swiper-active-switch {
  background-color: #056cb7;
  border: 0 none;
  opacity: 1;
}
div.banner div.swiper-container {
  height: 8rem;
}
@media screen and (max-width: 1460px) {
  div.banner div.swiper-container {
    height: 6.6rem;
  }
}
@media screen and (max-width: 1024px) {
  div.banner div.swiper-container {
    height: 5rem;
  }
}
div.banner div.swiper-container img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  div.pc-banner {
    display: none;
  }
}
div.phone-banner {
  display: none;
}
@media screen and (max-width: 1024px) {
  div.phone-banner {
    display: block;
  }
}
div.i1 {
  height: 1.6rem;
}
@media screen and (max-width: 1024px) {
  div.i1 {
    height: auto;
  }
}
div.i1 div.nav-name {
  float: left;
  width: 18.75%;
  height: inherit;
  padding: 0.14rem 1.02rem 0 0.63rem;
  background-color: #056BB7;
}
@media screen and (max-width: 1460px) {
  div.i1 div.nav-name {
    width: 20%;
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  div.i1 div.nav-name {
    float: none;
    width: 100%;
    padding: 0.4rem 0;
  }
}
div.i1 div.nav-name h2.title {
  font: 0.3rem / 0.48rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.3rem !important;
  line-height: 0.48rem !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1460px) {
  div.i1 div.nav-name h2.title {
    font: 0.25rem / 0.48rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.25rem !important;
    line-height: 0.48rem !important;
    color: #fff;
    font-weight: normal !important;
  }
}
@media screen and (max-width: 1024px) {
  div.i1 div.nav-name h2.title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: normal !important;
    text-align: center;
  }
}
div.i1 div.nav-name h2.subtitle {
  font: 0.16rem / 0.15rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.15rem !important;
  color: #fff;
  font-weight: normal !important;
  white-space: nowrap;
  margin-top: 0.11rem;
}
@media screen and (max-width: 1024px) {
  div.i1 div.nav-name h2.subtitle {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: normal !important;
    text-align: center;
  }
}
div.i1 div.fuwu-wrapper {
  float: left;
  height: inherit;
  width: 62.5%;
}
@media screen and (max-width: 1460px) {
  div.i1 div.fuwu-wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  div.i1 div.fuwu-wrapper {
    width: 100%;
  }
}
div.i1 div.fuwu-wrapper div.child-nav-list {
  padding: 0.27rem 0;
}
div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list {
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list {
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item {
  display: inline-block;
  margin-right: 0.73rem;
}
@media screen and (max-width: 1460px) {
  div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item {
    margin-right: 0.5rem;
  }
}
div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item:last-child {
  margin-right: 0;
}
div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item a {
  display: block;
}
div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item a:hover i.nav-icon {
  background-size: 0.6rem 0.6rem;
  transition: background 0.3s ease-in-out;
}
div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item a:hover h2.item-name {
  color: #056BB7;
}
div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item a i.nav-icon {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #056BB7;
  border-radius: 0.2rem;
  background-size: 0.52rem 0.52rem;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.3s ease-in-out;
}
@media screen and (max-width: 1460px) {
  div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item a i.nav-icon {
    width: 0.64rem;
    height: 0.64rem;
    background-size: 0.416rem 0.416rem;
  }
}
@media screen and (max-width: 1024px) {
  div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item a i.nav-icon {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.52rem 0.52rem;
    margin: 0 auto;
  }
}
div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item a h2.item-name {
  margin-top: 0.1rem;
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.i1 div.fuwu-wrapper div.child-nav-list ul.nav-list li.list-item a h2.item-name {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: normal !important;
    text-align: center;
  }
}
div.i1 div.btn-group {
  float: left;
  width: 18.75%;
  height: inherit;
  font-size: 0;
}
@media screen and (max-width: 1460px) {
  div.i1 div.btn-group {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  div.i1 div.btn-group {
    display: none;
  }
}
div.i1 div.btn-group a {
  display: inline-table;
  width: 50%;
  height: inherit;
}
div.i1 div.btn-group div.btn-item {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  background-size: 1.59rem 1.59rem !important;
  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: #fff;
  font-weight: normal !important;
  text-align: center;
  letter-spacing: 0.02rem;
  transition: all 0.3s;
}
div.i1 div.btn-group div.btn-item:hover {
  box-shadow: 0.04rem 0 0.04rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
div.i1 div.btn-group div.btn-item.blue {
  background: url('../images/zaixian-bg.png') center center / cover no-repeat;
  background-color: #056BB7;
}
div.i1 div.btn-group div.btn-item.orange {
  background: url('../images/yuyue-bg.png') center center / cover no-repeat;
  background-color: #f18303;
}
div.i2 {
  position: relative;
  padding-top: 0.76rem;
  min-height: 8.61rem;
  background: url('../images/i2-bg.png') center center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.i2 {
    min-height: 6.6rem;
  }
}
div.i2 div.info {
  text-align: center;
}
div.i2 div.info h2.title {
  font: 0.4rem / 0.48rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.4rem !important;
  line-height: 0.48rem !important;
  color: #056BB7;
  font-weight: bold !important;
}
div.i2 div.info h2.subtitle {
  font: 0.3rem / 0.48rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.3rem !important;
  line-height: 0.48rem !important;
  color: #056BB7;
  font-weight: normal !important;
  margin-top: 0.1rem;
}
div.i2 div.btn-group {
  position: relative;
  z-index: 3;
  height: 0.55rem;
  font-size: 0;
  text-align: center;
  margin-top: 0.16rem;
}
div.i2 div.btn-group a {
  display: inline-block;
  height: inherit;
}
div.i2 div.btn-group a div.btn-item {
  height: inherit;
  width: 1.8rem;
  padding-left: 0.3rem;
  display: inline-table;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  div.i2 div.btn-group a div.btn-item {
    width: 2rem;
    height: 0.8rem;
  }
}
div.i2 div.btn-group a div.btn-item div.text-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font: 0.18rem / 0.18rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.18rem !important;
  line-height: 0.18rem !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.i2 div.btn-group a div.btn-item div.text-wrapper {
    font: 0.28rem / 0.28rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.28rem !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.i2 div.btn-group a div.btn-item i {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.i2 div.btn-group a div.btn-item i {
    vertical-align: bottom;
  }
}
div.i2 div.btn-group a div.btn-item i.yuyue-xiao {
  width: 0.28rem;
  height: 0.26rem;
  background: url('../images/yuyue-xiao.png') center center / cover no-repeat;
}
div.i2 div.btn-group a div.btn-item i.zaixian-xiao {
  width: 0.26rem;
  height: 0.26rem;
  background: url('../images/zaixian-xiao.png') center center / cover no-repeat;
}
div.i2 div.btn-group a div.btn-item.orange {
  background-color: #f18303;
}
div.i2 div.btn-group a div.btn-item.blue {
  background-color: #056BB7;
}
div.i2 div.yisheng-list {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0em;
  transform: translate3d(-50%, 0, 0);
}
div.i2 div.yisheng-list img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  div.i2 div.yisheng-list img {
    height: 4rem;
  }
}
div.i3 {
  padding-top: 0.78rem;
}
div.i3 ul.img-list {
  width: 11rem;
  margin: 0 auto;
  margin-top: 0.6rem;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  div.i3 ul.img-list {
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-box-align: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.i3 ul.img-list li.list-item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  height: 3.2rem;
  border: 0.04rem solid transparent;
  text-align: center;
  padding-top: 0.4rem;
  margin-bottom: 0.55rem;
  background-image: url('http://60.208.127.37:8335/Uploads/Picture/2020-06-09/2020060911323910951.jpeg');
  background-size: 0 0;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  div.i3 ul.img-list li.list-item {
    width: 49%;
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  div.i3 ul.img-list li.list-item:hover {
    background-size: 100% 100%;
    border-color: #056BB7;
    transition: all 0.2s;
  }
  div.i3 ul.img-list li.list-item:hover div.shadow-bg {
    opacity: 1;
  }
  div.i3 ul.img-list li.list-item:hover span.index {
    font: 0.94rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.94rem !important;
    line-height: 1 !important;
    color: #fff;
    font-weight: bold !important;
  }
  div.i3 ul.img-list li.list-item:hover div.img-info h2.img-title {
    font: 0.24rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.24rem !important;
    line-height: 1 !important;
    color: #fff;
    font-weight: bold !important;
  }
  div.i3 ul.img-list li.list-item:hover div.img-info p.desc {
    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: #fff;
    font-weight: 400 !important;
  }
  div.i3 ul.img-list li.list-item:hover div.img-info p.desc:after {
    background-color: #fff;
  }
}
div.i3 ul.img-list li.list-item div.shadow-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
div.i3 ul.img-list li.list-item div.info-wrapper {
  position: relative;
  z-index: 2;
}
div.i3 ul.img-list li.list-item span.index {
  font: 0.94rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.94rem !important;
  line-height: 1 !important;
  color: #ddd;
  font-weight: bold !important;
}
div.i3 ul.img-list li.list-item div.img-info {
  margin-top: 0.13rem;
}
div.i3 ul.img-list li.list-item div.img-info h2.img-title {
  font: 0.24rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.24rem !important;
  line-height: 1 !important;
  color: #333;
  font-weight: bold !important;
}
@media screen and (max-width: 1024px) {
  div.i3 ul.img-list li.list-item div.img-info h2.img-title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: bold !important;
  }
}
div.i3 ul.img-list li.list-item div.img-info p.desc {
  position: relative;
  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: #333;
  font-weight: 400 !important;
  height: 0.5rem;
  max-width: 2.8rem;
  margin: 0 auto;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.i3 ul.img-list li.list-item div.img-info p.desc {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: 400 !important;
    height: auto;
  }
}
div.i3 ul.img-list li.list-item div.img-info p.desc:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  width: 0.6rem;
  height: 0.04rem;
  background-color: #056BB7;
  margin-left: -0.3rem;
}
div.i4 {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.i4 {
    padding-top: 1.4rem;
  }
}
div.i4 div.i4-swiper {
  height: 6rem;
  margin-left: 3.6rem;
  overflow: initial;
  position: relative;
}
div.i4 div.i4-swiper div.swiper-slide {
  width: 11.5rem;
  padding: 0 0.25rem;
  height: inherit;
}
div.i4 div.i4-swiper div.swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.i4 div.i4-swiper .slick-arrow {
  display: inline-block;
  position: absolute;
  width: 0.9rem;
  height: 2rem;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  div.i4 div.i4-swiper .slick-arrow {
    display: none !important;
  }
}
div.i4 div.i4-swiper .slick-arrow::before {
  display: none;
}
div.i4 div.i4-swiper .slick-arrow.slick-prev {
  background: url('../images/slick-prev.png') center center / cover no-repeat;
  right: auto;
  left: -1.14rem;
}
@media screen and (max-width: 1460px) {
  div.i4 div.i4-swiper .slick-arrow.slick-prev {
    left: 0.5rem;
  }
}
div.i4 div.i4-swiper .slick-arrow.slick-prev:hover {
  background: url('../images/slick-prev-active.png') center center / cover no-repeat;
}
div.i4 div.i4-swiper .slick-arrow.slick-next {
  background: url('../images/slick-next.png') center center / cover no-repeat;
  left: auto;
  right: 2.28rem;
}
@media screen and (max-width: 1460px) {
  div.i4 div.i4-swiper .slick-arrow.slick-next {
    right: 0.5rem;
  }
}
div.i4 div.i4-swiper .slick-arrow.slick-next:hover {
  background: url('../images/slick-next-active.png') center center / cover no-repeat;
}
div.i4 div.img-list-wrapper {
  padding-top: 0.6rem;
  position: relative;
}
div.i4 div.img-list-wrapper div.img-list div.list-item {
  position: relative;
  width: 11rem;
  height: 5.8rem;
  margin: 0 0.25rem;
}
@media screen and (max-width: 1024px) {
  div.i4 div.img-list-wrapper div.img-list div.list-item {
    width: 100vw;
  }
}
div.i4 div.img-list-wrapper div.img-list div.list-item img {
  display: block;
  width: 100%;
  height: 5.8rem;
  filter: blur(3px);
}
div.i4 div.img-list-wrapper div.img-list div.list-item.slick-active img {
  filter: blur(0);
}
div.i4 div.img-list-wrapper div.img-list div.list-item.slick-active div.slick-radius {
  opacity: 1;
  transition: opacity 1.5s;
}
div.i4 div.img-list-wrapper div.img-list div.list-item.slick-active div.img-info {
  opacity: 1;
  transition: opacity 1.5s;
}
div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info {
  position: absolute;
  top: 1.26rem;
  left: 0;
  width: 4.52rem;
  height: 3.31rem;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 1024px) {
  div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info {
    width: 5.52rem;
    height: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info .info-content {
  position: relative;
  padding: 0.9rem 0.6rem;
}
@media screen and (max-width: 1024px) {
  div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info .info-content {
    padding: 0.4rem 0.6rem;
  }
}
div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info .info-content::before {
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #056BB7;
  margin-top: -1rem;
}
div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info h2.img-title {
  font: 0.2rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 1 !important;
  color: #056BB7;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info h2.img-title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #056BB7;
    font-weight: normal !important;
  }
}
div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info p.img-desc {
  font: 0.16rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1.5 !important;
  color: #333;
  font-weight: normal !important;
  margin-top: 0.32rem;
}
@media screen and (max-width: 1024px) {
  div.i4 div.img-list-wrapper div.img-list div.list-item div.img-info p.img-desc {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.i4 div.img-list-wrapper div.img-list div.list-item div.slick-radius {
  width: 1.2rem;
  height: 1.2rem;
  background: url('../images/slick-radius.png') center center / cover no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s;
}
div.i4 .slick-arrow {
  display: inline-block;
  position: absolute;
  width: 0.9rem;
  height: 2rem;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  div.i4 .slick-arrow {
    display: none !important;
  }
}
div.i4 .slick-arrow::before {
  display: none;
}
div.i4 .slick-arrow.slick-prev {
  background: url('../images/slick-prev.png') center center / cover no-repeat;
  right: auto;
  left: 2.62rem;
}
@media screen and (max-width: 1460px) {
  div.i4 .slick-arrow.slick-prev {
    left: 0.5rem;
  }
}
div.i4 .slick-arrow.slick-prev:hover {
  background: url('../images/slick-prev-active.png') center center / cover no-repeat;
}
div.i4 .slick-arrow.slick-next {
  background: url('../images/slick-next.png') center center / cover no-repeat;
  left: auto;
  right: 2.61rem;
}
@media screen and (max-width: 1460px) {
  div.i4 .slick-arrow.slick-next {
    right: 0.5rem;
  }
}
div.i4 .slick-arrow.slick-next:hover {
  background: url('../images/slick-next-active.png') center center / cover no-repeat;
}
div.i5 {
  padding-top: 0.8rem;
}
div.i5 div.img-list,
div.list-11 div.img-list {
  padding-top: 0.7rem;
}
div.i5 div.img-list ul.list,
div.list-11 div.img-list ul.list {
  font-size: 0;
}
div.i5 div.img-list ul.list li.list-item,
div.list-11 div.img-list ul.list li.list-item {
  cursor: pointer;
  width: 3.8rem;
  display: inline-block;
  margin-right: 0.261rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.i5 div.img-list ul.list li.list-item,
  div.list-11 div.img-list ul.list li.list-item {
    margin-right: 0;
    width: 100%;
  }
}
div.i5 div.img-list ul.list li.list-item:nth-child(3n),
div.list-11 div.img-list ul.list li.list-item:nth-child(3n) {
  margin-right: 0;
}
div.i5 div.img-list ul.list li.list-item:hover h2.img-title,
div.list-11 div.img-list ul.list li.list-item:hover h2.img-title {
  color: #fff;
  background-color: #056BB7;
  transition: all 0.3s;
}
div.i5 div.img-list ul.list li.list-item div.img-wrapper,
div.list-11 div.img-list ul.list li.list-item div.img-wrapper {
  height: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.i5 div.img-list ul.list li.list-item div.img-wrapper,
  div.list-11 div.img-list ul.list li.list-item div.img-wrapper {
    width: 100%;
    height: auto;
  }
}
div.i5 div.img-list ul.list li.list-item div.img-wrapper img,
div.list-11 div.img-list ul.list li.list-item div.img-wrapper img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  div.i5 div.img-list ul.list li.list-item div.img-wrapper img,
  div.list-11 div.img-list ul.list li.list-item div.img-wrapper img {
    width: 100%;
    height: auto;
  }
}
div.i5 div.img-list ul.list li.list-item h2.img-title,
div.list-11 div.img-list ul.list li.list-item h2.img-title {
  height: 0.58rem;
  background-color: #f4f4f4;
  text-align: center;
  padding: 0.06rem 0.7rem;
  font: 0.16rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1.5 !important;
  color: #333;
  font-weight: normal !important;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.i5 div.img-list ul.list li.list-item h2.img-title,
  div.list-11 div.img-list ul.list li.list-item h2.img-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 0.28rem / 0.64rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.64rem !important;
    color: #333;
    font-weight: normal !important;
    padding: 0 0.2rem;
  }
}
div.i6 {
  margin-top: 1rem;
}
div.i6 div.i6-content {
  height: 7rem;
}
@media screen and (max-width: 1024px) {
  div.i6 div.i6-content {
    height: auto;
  }
}
div.i6 div.i6-content div.left-img {
  float: left;
  width: 50%;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  div.i6 div.i6-content div.left-img {
    float: none;
    width: 100%;
  }
}
div.i6 div.i6-content div.left-img img {
  width: 100%;
  height: 100%;
}
div.i6 div.i6-content div.right-info {
  float: right;
  width: 50%;
  padding-top: 0.8rem;
  height: inherit;
  background-color: #f4f4f4;
  background-image: url('../images/i6-bg.png');
  background-size: 9.6rem auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  div.i6 div.i6-content div.right-info {
    width: 100%;
    float: none;
  }
}
div.i6 div.i6-content div.right-info div.title-wrapper {
  padding-left: 0.3rem;
}
@media screen and (max-width: 1024px) {
  div.i6 div.i6-content div.right-info div.title-wrapper div.index-title {
    text-align: center;
  }
  div.i6 div.i6-content div.right-info div.title-wrapper div.index-title h2.title::before {
    left: 50%;
  }
  div.i6 div.i6-content div.right-info div.title-wrapper div.index-title h2.title::after {
    right: 50%;
    left: auto;
  }
}
div.i6 div.i6-content div.right-info div.img-info {
  position: relative;
  width: 6rem;
  text-align: justify;
  background-color: #fff;
  margin-top: 0.4rem;
  padding: 0.4rem 0.3rem;
  font: 0.16rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 2 !important;
  color: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.i6 div.i6-content div.right-info div.img-info {
    width: 100%;
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.i6 div.i6-content div.right-info div.img-info div.shadow-bg {
  position: absolute;
  width: 100%;
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.3;
}
div.i6 div.honor-list {
  background-color: #f4f4f4;
  padding: 0.18rem 0 0.12rem;
}
div.i6 div.honor-list div.swiper-honor-list {
  height: 2.64rem;
  overflow: hidden;
}
div.i6 div.honor-list div.swiper-honor-list div.swiper-slide {
  height: inherit;
}
div.i6 div.honor-list div.swiper-honor-list div.swiper-slide div.img-wrapper {
  width: 4rem;
  margin: 0 auto;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  div.i6 div.honor-list div.swiper-honor-list div.swiper-slide div.img-wrapper {
    width: 3.5rem;
  }
}
div.i6 div.honor-list div.swiper-honor-list div.swiper-slide div.img-wrapper img {
  display: block;
  height: 100%;
  max-width: 100%;
}
div.i7 {
  padding: 0.8rem 0;
}
@media screen and (max-width: 1024px) {
  div.i7 {
    padding-bottom: 0;
  }
}
div.i7 div.article-list {
  min-height: 2.8rem;
  margin-top: 0.6rem;
  background-image: url('../images/i7-bg.JPG');
  background-size: 3.8rem 2.8rem;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  div.i7 div.article-list {
    background: none;
  }
}
div.i7 div.article-list ul.list {
  padding-top: 0.3rem;
}
div.i7 div.article-list ul.list li.list-item {
  float: left;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  div.i7 div.article-list ul.list li.list-item {
    float: none !important;
    margin-bottom: 0.4rem;
  }
}
div.i7 div.article-list ul.list li.list-item:hover p.time {
  color: #056BB7 !important;
}
div.i7 div.article-list ul.list li.list-item:hover h2.item-title {
  color: #056BB7 !important;
}
div.i7 div.article-list ul.list li.list-item:hover p.item-desc {
  color: #056BB7 !important;
}
div.i7 div.article-list ul.list li.list-item:hover span.more-btn {
  background-color: #056BB7;
  color: #fff !important;
}
div.i7 div.article-list ul.list li.list-item span.more-btn {
  background-color: #ddd;
  color: #333 !important;
}
div.i7 div.article-list ul.list li.list-item p.time {
  font: 0.24rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.24rem !important;
  line-height: 1.5 !important;
  color: #999;
  font-weight: bold !important;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 1024px) {
  div.i7 div.article-list ul.list li.list-item p.time {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #999;
    font-weight: bold !important;
  }
}
div.i7 div.article-list ul.list li.list-item p.time span.year {
  font-size: 0.14rem;
}
div.i7 div.article-list ul.list li.list-item h2.item-title {
  margin: 0.15rem 0 0.24rem 0;
  font: 0.18rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.18rem !important;
  line-height: 1.5 !important;
  color: #333;
  font-weight: bold !important;
  max-width: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.i7 div.article-list ul.list li.list-item h2.item-title {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: bold !important;
    max-width: 100%;
  }
}
div.i7 div.article-list ul.list li.list-item p.item-desc {
  position: relative;
  max-width: 3.66rem;
  text-align: justify;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  div.i7 div.article-list ul.list li.list-item p.item-desc {
    max-width: 100%;
  }
}
div.i7 div.article-list ul.list li.list-item p.item-desc::after {
  content: '......';
  display: inline-block;
  position: relative;
  height: 0.2rem;
  background-color: #fff;
  left: 0.1rem;
  top: 2px;
}
div.i7 div.article-list ul.list li.list-item:nth-child(2n) {
  float: right;
}
div.i8 {
  background-color: #f4f4f4;
  padding-top: 0.82rem;
  padding-bottom: 0.95rem;
}
div.i8 ul.article-list {
  padding-top: 0.6rem;
  font-size: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.i8 ul.article-list {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.i8 ul.article-list li.list-item {
  position: relative;
  width: 2.774rem;
  min-height: 2.8rem;
  display: inline-block;
  margin-right: 0.3rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  div.i8 ul.article-list li.list-item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
div.i8 ul.article-list li.list-item:nth-child(4n) {
  margin-right: 0;
}
div.i8 ul.article-list li.list-item div.text-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
div.i8 ul.article-list li.list-item div.text-wrapper:hover {
  width: calc(100% + 0.37rem);
  height: calc(100% + 0.34rem);
  left: -0.37rem/2;
  top: -0.34rem/2;
  box-shadow: 0.04rem 0rem 0.04rem 0rem rgba(0, 0, 0, 0.1);
}
div.i8 ul.article-list li.list-item div.text-wrapper:hover h2.item-title {
  font-size: 0.18rem !important;
  transition: all 0.3s;
}
div.i8 ul.article-list li.list-item div.text-wrapper div.img-wrapper {
  height: 80%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.i8 ul.article-list li.list-item div.text-wrapper div.img-wrapper {
    height: 80%;
  }
}
div.i8 ul.article-list li.list-item div.text-wrapper div.img-wrapper img {
  height: 100%;
  width: 100%;
}
div.i8 ul.article-list li.list-item div.text-wrapper h2.item-title {
  height: 20%;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 0.16rem / 0.5rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.5rem !important;
  color: #333;
  font-weight: bold !important;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  div.i8 ul.article-list li.list-item div.text-wrapper h2.item-title {
    height: 20%;
    font: 0.28rem / 0.7rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.7rem !important;
    color: #333;
    font-weight: bold !important;
  }
}
div.i9 {
  padding: 0.78rem 0 0.55rem;
}
div.i9 .video-module {
  width: 62.5%;
  height: 5.8rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.i9 .video-module {
    width: 100%;
  }
}
div.i9 .video-module .play {
  width: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
div.i9 .video-module .play .play-icon {
  display: block;
  width: 100%;
  height: auto;
}
div.crumbs {
  height: 0.8rem;
  background-color: #f4f4f4;
}
div.crumbs ul.crumbs-list {
  height: inherit;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.crumbs ul.crumbs-list {
    white-space: nowrap;
    overflow: auto;
  }
}
div.crumbs ul.crumbs-list li.list-item {
  display: inline-block;
  width: 2rem;
  height: inherit;
}
div.crumbs ul.crumbs-list li.list-item.active,
div.crumbs ul.crumbs-list li.list-item:hover {
  background-color: #056BB7;
  transition: background 0.3s;
  box-shadow: 0px 6px 6px 0px rgba(4, 91, 155, 0.3);
}
div.crumbs ul.crumbs-list li.list-item.active a.item-href,
div.crumbs ul.crumbs-list li.list-item:hover a.item-href {
  color: #fff !important;
  transition: color 0.3s;
}
div.crumbs ul.crumbs-list li.list-item a.item-href {
  display: block;
  font: 0.16rem / 0.8rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.8rem !important;
  color: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.crumbs ul.crumbs-list li.list-item a.item-href {
    font: 0.28rem / 0.8rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.8rem !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.crumbs-icon {
  height: 1.61rem;
  display: table;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div.crumbs-icon {
    display: block;
    height: auto;
  }
}
div.crumbs-icon ul.crumbs-list {
  height: auto;
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  div.crumbs-icon ul.crumbs-list {
    display: block;
    padding: 0.2rem 0.4rem;
    height: auto;
    white-space: nowrap;
    overflow: auto;
  }
}
div.crumbs-icon ul.crumbs-list li.list-item-icon {
  width: 0.88rem;
  display: inline-block;
  height: inherit;
  margin-right: 0.64rem;
}
@media screen and (max-width: 1024px) {
  div.crumbs-icon ul.crumbs-list li.list-item-icon {
    height: auto;
  }
}
div.crumbs-icon ul.crumbs-list li.list-item-icon:last-child {
  margin-right: 0;
}
div.crumbs-icon ul.crumbs-list li.list-item-icon.active div.icon-wrapper,
div.crumbs-icon ul.crumbs-list li.list-item-icon:hover div.icon-wrapper {
  border-color: #056BB7 !important;
}
div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href {
  display: block;
}
div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href div.icon-wrapper {
  width: 0.88rem;
  height: 0.88rem;
  padding: 0.04rem;
  border-radius: 0.2rem;
  border: 2px dotted transparent;
}
@media screen and (max-width: 1024px) {
  div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href div.icon-wrapper {
    width: 1.2rem;
    height: 1.2rem;
  }
}
div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href div.icon-wrapper div.nav-icon {
  background-color: #056BB7;
  border-radius: 0.2rem;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href div.icon-wrapper div.nav-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
  }
}
div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href div.icon-wrapper div.nav-icon div.img-wrapper {
  display: table-cell;
  vertical-align: middle;
}
div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href div.icon-wrapper div.nav-icon div.img-wrapper img {
  width: 0.52rem;
  height: 0.52rem;
}
div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href span.nav-name {
  display: block;
  margin-top: 0.1rem;
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.crumbs-icon ul.crumbs-list li.list-item-icon a.item-href span.nav-name {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.list-7 {
  padding-bottom: 1rem;
}
div.list-7 div.things-list {
  position: relative;
  margin-top: 0.5rem;
}
div.list-7 div.things-list div.arrow {
  position: absolute;
  top: 0;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  z-index: 10001;
  background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.arrow {
    top: 4px;
  }
}
div.list-7 div.things-list div.arrow.arrow-left {
  left: 0;
  background: url('../images/things-left.png') center center / cover no-repeat;
}
div.list-7 div.things-list div.arrow.arrow-left:hover {
  background: url('../images/things-left-active.png') center center / cover no-repeat;
  transition: background 0.3s;
}
div.list-7 div.things-list div.arrow.arrow-right {
  right: 0;
  background: url('../images/things-right.png') center center / cover no-repeat;
}
div.list-7 div.things-list div.arrow.arrow-right:hover {
  background: url('../images/things-right-active.png') center center / cover no-repeat;
  transition: background 0.3s;
}
div.list-7 div.things-list div.swiper-things-list {
  width: 11.23rem;
  height: 0.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.swiper-things-list {
    width: 100%;
    height: 1rem;
  }
}
div.list-7 div.things-list div.swiper-things-list div.swiper-wrapper {
  padding-top: 0.1rem;
  margin-left: -0.7rem;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.swiper-things-list div.swiper-wrapper {
    margin-left: -0.6rem;
  }
}
div.list-7 div.things-list div.swiper-things-list div.swiper-slide {
  font-size: 0;
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.swiper-things-list div.swiper-slide {
    white-space: nowrap;
  }
}
div.list-7 div.things-list div.swiper-things-list div.swiper-slide.swiper-slide-active div.dotted,
div.list-7 div.things-list div.swiper-things-list div.swiper-slide:hover div.dotted {
  border-color: #056BB7;
  transition: border 0.3s;
}
div.list-7 div.things-list div.swiper-things-list div.swiper-slide div.line,
div.list-7 div.things-list div.swiper-things-list div.swiper-slide div.dotted {
  vertical-align: middle;
}
div.list-7 div.things-list div.swiper-things-list div.swiper-slide div.line {
  display: inline-block;
  width: 1.735rem;
  height: 4px;
  background-color: #dddddd;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.swiper-things-list div.swiper-slide div.line {
    width: 2rem;
  }
}
div.list-7 div.things-list div.swiper-things-list div.swiper-slide div.dotted {
  position: relative;
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border: 4px solid #ddd;
  border-radius: 50%;
  transition: border 0.3s;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.swiper-things-list div.swiper-slide div.dotted {
    width: 0.28rem;
    height: 0.28rem;
  }
}
div.list-7 div.things-list div.swiper-things-list div.swiper-slide div.dotted span.slide-title {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0.24rem;
  transform: translate3d(-50%, 0, 0);
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #666;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.swiper-things-list div.swiper-slide div.dotted span.slide-title {
    top: 0.4rem;
    font: 0.28rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1 !important;
    color: #666;
    font-weight: normal !important;
  }
}
div.list-7 div.things-list div.things-content {
  text-align: center;
  margin-top: 0.5rem;
  display: none;
}
div.list-7 div.things-list div.things-content.active {
  display: block;
}
div.list-7 div.things-list div.things-content div.content {
  display: inline-block;
  text-align: left;
  min-width: 8.83rem;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.things-content div.content {
    min-width: auto;
    max-width: 100%;
  }
}
div.list-7 div.things-list div.things-content div.content h2.content-title {
  float: left;
  font: 0.3rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.3rem !important;
  line-height: 1 !important;
  color: #056BB7;
  font-weight: bold !important;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.things-content div.content h2.content-title {
    font: 0.36rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1 !important;
    color: #056BB7;
    font-weight: bold !important;
    text-align: center;
    float: none;
  }
}
div.list-7 div.things-list div.things-content div.content div.text-content {
  float: right;
  font: 0.16rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 2 !important;
  color: #333;
  font-weight: normal !important;
  max-width: 7.77rem;
}
@media screen and (max-width: 1024px) {
  div.list-7 div.things-list div.things-content div.content div.text-content {
    max-width: 100%;
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.page-36 div.text-content {
  padding-top: 0.4rem;
  font: 0.16rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 2 !important;
  color: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-36 div.text-content {
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #333;
    font-weight: normal !important;
    text-align: justify;
  }
}
div.page-36 div.img-list {
  margin-top: 0.6rem;
  height: 7.95rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.page-36 div.img-list {
    height: auto;
  }
}
div.page-36 div.img-list ul.img-list {
  height: inherit;
}
div.page-36 div.img-list ul.img-list div.item-left {
  width: 50.3%;
  float: left;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  div.page-36 div.img-list ul.img-list div.item-left {
    width: 100%;
    float: none;
  }
}
div.page-36 div.img-list ul.img-list div.item-left li.list-item {
  height: inherit;
}
div.page-36 div.img-list ul.img-list div.item-left li.list-item img {
  display: block;
  max-width: 100%;
  height: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  div.page-36 div.img-list ul.img-list div.item-left li.list-item img {
    height: auto;
  }
}
div.page-36 div.img-list ul.img-list div.item-right {
  width: 49.5%;
  float: right;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  div.page-36 div.img-list ul.img-list div.item-right {
    width: 100%;
    float: none;
  }
}
div.page-36 div.img-list ul.img-list div.item-right div.right-top {
  height: 50%;
}
div.page-36 div.img-list ul.img-list div.item-right div.right-top div.top-item {
  width: 100%;
  height: inherit;
  float: left;
}
div.page-36 div.img-list ul.img-list div.item-right div.right-top div.top-item:nth-child(2n) {
  float: right;
}
div.page-36 div.img-list ul.img-list div.item-right div.right-top div.top-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.page-36 div.img-list ul.img-list div.item-right div.right-bottom {
  height: 50%;
}
div.page-36 div.img-list ul.img-list div.item-right div.right-bottom img {
  display: block;
  max-width: 100%;
  height: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  div.page-36 div.img-list ul.img-list div.item-right div.right-bottom img {
    height: auto;
  }
}
div.list-10 div.honor-img-list {
  padding-top: 0.54rem;
}
div.list-10 div.honor-img-list ul.list {
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  div.list-10 div.honor-img-list ul.list {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.list-10 div.honor-img-list ul.list li.list-item {
  display: inline-block;
  width: 3.8rem;
  height: 2.5rem;
  overflow: hidden;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  cursor: zoom-in;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  div.list-10 div.honor-img-list ul.list li.list-item {
    margin-right: 0;
    width: 48%;
  }
}
div.list-10 div.honor-img-list ul.list li.list-item:nth-child(3n) {
  margin-right: 0;
}
div.list-10 div.honor-img-list ul.list li.list-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  div.list-10 div.honor-img-list ul.list li.list-item img {
    height: inherit;
  }
}
div.list-15 div.article-list,
div.list-16 div.article-list {
  padding-top: 0.58rem;
}
div.list-15 div.article-list ul.list li.list-item,
div.list-16 div.article-list ul.list li.list-item {
  font-size: 0;
  padding-bottom: 0.2rem;
  position: relative;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item,
  div.list-16 div.article-list ul.list li.list-item {
    margin-bottom: 0.5rem;
  }
}
div.list-15 div.article-list ul.list li.list-item:hover div.item-left,
div.list-16 div.article-list ul.list li.list-item:hover div.item-left {
  background-color: #056BB7;
}
div.list-15 div.article-list ul.list li.list-item:hover div.item-left div.day,
div.list-16 div.article-list ul.list li.list-item:hover div.item-left div.day {
  color: #fff !important;
}
div.list-15 div.article-list ul.list li.list-item:hover div.item-left div.year,
div.list-16 div.article-list ul.list li.list-item:hover div.item-left div.year {
  color: #fff !important;
}
div.list-15 div.article-list ul.list li.list-item:hover div.item-right,
div.list-16 div.article-list ul.list li.list-item:hover div.item-right {
  background-color: #1e7bbe;
}
div.list-15 div.article-list ul.list li.list-item:hover div.item-right div.info-wrapper h2.title,
div.list-16 div.article-list ul.list li.list-item:hover div.item-right div.info-wrapper h2.title,
div.list-15 div.article-list ul.list li.list-item:hover div.item-right div.info-wrapper div.abs,
div.list-16 div.article-list ul.list li.list-item:hover div.item-right div.info-wrapper div.abs {
  color: #fff !important;
}
div.list-15 div.article-list ul.list li.list-item:hover div.item-right div.info-wrapper h2.title::after,
div.list-16 div.article-list ul.list li.list-item:hover div.item-right div.info-wrapper h2.title::after,
div.list-15 div.article-list ul.list li.list-item:hover div.item-right div.info-wrapper div.abs::after,
div.list-16 div.article-list ul.list li.list-item:hover div.item-right div.info-wrapper div.abs::after {
  background-color: #1e7bbe;
  color: #fff;
}
div.list-15 div.article-list ul.list li.list-item:after,
div.list-16 div.article-list ul.list li.list-item:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 91.67%;
  height: 0;
  border: dotted 1px #ddd;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item:after,
  div.list-16 div.article-list ul.list li.list-item:after {
    width: 80%;
  }
}
div.list-15 div.article-list ul.list li.list-item a.item-href,
div.list-16 div.article-list ul.list li.list-item a.item-href {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -moz-box-pack: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
div.list-15 div.article-list ul.list li.list-item div.item-left,
div.list-16 div.article-list ul.list li.list-item div.item-left {
  display: inline-table;
  vertical-align: top;
  width: 8.33%;
  height: 1rem;
  background-color: #dddddd;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item div.item-left,
  div.list-16 div.article-list ul.list li.list-item div.item-left {
    width: 20%;
  }
}
div.list-15 div.article-list ul.list li.list-item div.item-left div.time-wrapper,
div.list-16 div.article-list ul.list li.list-item div.item-left div.time-wrapper {
  display: table-cell;
  vertical-align: middle;
}
div.list-15 div.article-list ul.list li.list-item div.item-left div.day,
div.list-16 div.article-list ul.list li.list-item div.item-left div.day {
  font: 0.2rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 1 !important;
  color: #056BB7;
  font-weight: bold !important;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item div.item-left div.day,
  div.list-16 div.article-list ul.list li.list-item div.item-left div.day {
    font: 0.28rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1 !important;
    color: #056BB7;
    font-weight: bold !important;
  }
}
div.list-15 div.article-list ul.list li.list-item div.item-left div.year,
div.list-16 div.article-list ul.list li.list-item div.item-left div.year {
  font: 0.14rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.14rem !important;
  line-height: 1 !important;
  color: #333;
  font-weight: normal !important;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item div.item-left div.year,
  div.list-16 div.article-list ul.list li.list-item div.item-left div.year {
    font: 0.26rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1 !important;
    color: #333;
    font-weight: bold !important;
  }
}
div.list-15 div.article-list ul.list li.list-item div.item-right,
div.list-16 div.article-list ul.list li.list-item div.item-right {
  width: 91.67%;
  display: inline-table;
  vertical-align: top;
  height: 1rem;
  overflow: hidden;
  padding-left: 0.3rem;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item div.item-right,
  div.list-16 div.article-list ul.list li.list-item div.item-right {
    width: 80%;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
div.list-15 div.article-list ul.list li.list-item div.item-right div.info-wrapper,
div.list-16 div.article-list ul.list li.list-item div.item-right div.info-wrapper {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item div.item-right div.info-wrapper,
  div.list-16 div.article-list ul.list li.list-item div.item-right div.info-wrapper {
    width: 100%;
  }
}
div.list-15 div.article-list ul.list li.list-item div.item-right div.info-wrapper h2.title,
div.list-16 div.article-list ul.list li.list-item div.item-right div.info-wrapper h2.title {
  font: 0.2rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 0.24rem !important;
  color: #333;
  font-weight: bold !important;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item div.item-right div.info-wrapper h2.title,
  div.list-16 div.article-list ul.list li.list-item div.item-right div.info-wrapper h2.title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: bold !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
div.list-15 div.article-list ul.list li.list-item div.item-right div.info-wrapper div.abs,
div.list-16 div.article-list ul.list li.list-item div.item-right div.info-wrapper div.abs {
  position: relative;
  font: 0.16rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1.5 !important;
  color: #999;
  font-weight: normal !important;
  margin-top: 0.04rem;
}
@media screen and (max-width: 1024px) {
  div.list-15 div.article-list ul.list li.list-item div.item-right div.info-wrapper div.abs,
  div.list-16 div.article-list ul.list li.list-item div.item-right div.info-wrapper div.abs {
    display: none;
  }
}
div.list-15 div.article-list ul.list li.list-item div.item-right div.info-wrapper div.abs::after,
div.list-16 div.article-list ul.list li.list-item div.item-right div.info-wrapper div.abs::after {
  content: '......';
  display: inline-block;
  position: relative;
  height: 0.2rem;
  background-color: #fff;
  left: -0.2rem;
  top: 2px;
}
div.list-16 div.article-list {
  padding-top: 0;
}
div.detail-17 div.title-wrapper h2.title,
div.detail-18 div.title-wrapper h2.title {
  font: 0.2rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 0.24rem !important;
  color: #333;
  font-weight: bold !important;
}
@media screen and (max-width: 1024px) {
  div.detail-17 div.title-wrapper h2.title,
  div.detail-18 div.title-wrapper h2.title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: bold !important;
  }
}
div.detail-17 div.title-wrapper h2.title p.base-info,
div.detail-18 div.title-wrapper h2.title p.base-info {
  margin-top: 0.1rem;
  float: right;
  font: 0.14rem / 0.14rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.14rem !important;
  line-height: 0.14rem !important;
  color: #999;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.detail-17 div.title-wrapper h2.title p.base-info,
  div.detail-18 div.title-wrapper h2.title p.base-info {
    float: none;
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #999;
    font-weight: normal !important;
  }
}
div.detail-17 div.text-content,
div.detail-18 div.text-content {
  padding-top: 0.3rem;
  padding-bottom: 0.62rem;
  border-bottom: 1px solid #ddd;
  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: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.detail-17 div.text-content,
  div.detail-18 div.text-content {
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.detail-17 div.text-content p,
div.detail-18 div.text-content p,
div.detail-17 div.text-content span,
div.detail-18 div.text-content span {
  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: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.detail-17 div.text-content p,
  div.detail-18 div.text-content p,
  div.detail-17 div.text-content span,
  div.detail-18 div.text-content span {
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.detail-17 div.text-content p strong,
div.detail-18 div.text-content p strong,
div.detail-17 div.text-content span strong,
div.detail-18 div.text-content span strong {
  display: block;
  margin: 0.1rem 0;
}
div.detail-17 div.text-content img,
div.detail-18 div.text-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.2rem auto;
}
div.detail-17 div.page-next,
div.detail-18 div.page-next {
  padding: 0.3rem 0 0.6rem;
}
div.detail-17 div.page-next p,
div.detail-18 div.page-next p {
  float: left;
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #333;
  font-weight: normal !important;
}
div.detail-17 div.page-next p:nth-child(2n),
div.detail-18 div.page-next p:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 1024px) {
  div.detail-17 div.page-next p,
  div.detail-18 div.page-next p {
    float: none !important;
    display: block;
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.list-12 div.img-list {
  padding-top: 0.58rem;
}
div.list-12 div.img-list ul.list {
  font-size: 0;
}
div.list-12 div.img-list ul.list li.list-item {
  width: 5.85rem;
  height: 3.1rem;
  margin-right: 0.29rem;
  margin-bottom: 0.24rem;
  display: inline-block;
  cursor: zoom-in;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.list-12 div.img-list ul.list li.list-item {
    width: 100%;
    height: 3.5rem;
    margin-right: 0;
  }
}
div.list-12 div.img-list ul.list li.list-item:hover img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
div.list-12 div.img-list ul.list li.list-item:nth-child(2n) {
  margin-right: 0;
}
div.list-12 div.img-list ul.list li.list-item img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
  div.list-12 div.img-list ul.list li.list-item img {
    height: 100%;
    margin: 0 auto;
  }
}
div.list-13 {
  padding-bottom: 0.6rem;
}
div.list-13 div.team-list ul.list {
  font-size: 0;
}
div.list-13 div.team-list ul.list li.list-item {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 5.9rem;
  height: 2.94rem;
  font-size: 0;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-list ul.list li.list-item {
    width: 100%;
    margin-right: 0;
    height: 4rem;
  }
}
div.list-13 div.team-list ul.list li.list-item:nth-child(2n) {
  margin-right: 0;
}
div.list-13 div.team-list ul.list li.list-item:hover div.detail-info {
  right: 0;
  transition: right 0.3s;
}
div.list-13 div.team-list ul.list li.list-item div.item-let,
div.list-13 div.team-list ul.list li.list-item div.item-right {
  height: inherit;
}
div.list-13 div.team-list ul.list li.list-item div.item-left {
  width: 2.4rem;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-list ul.list li.list-item div.item-left {
    width: 40%;
  }
}
div.list-13 div.team-list ul.list li.list-item div.item-left img.pic {
  display: block;
  max-width: 100%;
  height: auto;
}
div.list-13 div.team-list ul.list li.list-item div.item-right {
  width: 3.5rem;
  float: right;
  padding: 0.38rem 0.2rem 0.2rem 0.3rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-list ul.list li.list-item div.item-right {
    width: 60%;
    background-color: transparent;
    padding-right: 0;
  }
}
div.list-13 div.team-list ul.list li.list-item div.item-right h2.item-title {
  font: 0.3rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.3rem !important;
  line-height: 1 !important;
  color: #056BB7;
  font-weight: bold !important;
}
div.list-13 div.team-list ul.list li.list-item div.item-right p.item-zhiwei {
  position: relative;
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #333;
  font-weight: normal !important;
  padding-bottom: 0.3rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-list ul.list li.list-item div.item-right p.item-zhiwei {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.list-13 div.team-list ul.list li.list-item div.item-right p.item-zhiwei::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.54rem;
  height: 2px;
  background-color: #056BB7;
}
div.list-13 div.team-list ul.list li.list-item div.item-right div.item-honor {
  padding-top: 0.25rem;
  font: 0.16rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.3rem !important;
  color: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-list ul.list li.list-item div.item-right div.item-honor {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.list-13 div.team-list ul.list li.list-item div.detail-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 100%;
  left: auto;
  transition: right 0.3s;
  padding: 0.2rem 0.3rem;
  background-color: rgba(5, 108, 183, 0.9);
}
div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.logo,
div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.name,
div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.zhiwei {
  display: inline-block;
  vertical-align: middle;
}
div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.logo {
  width: 0.51rem;
  height: 0.5rem;
  background: url('../images/yisheng-logo.png') center center / cover no-repeat;
  margin-right: 0.1rem;
}
div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.name {
  margin-right: 0.16rem;
}
div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.name h2 {
  font: 0.24rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.24rem !important;
  line-height: 1 !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.name h2 {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: bold !important;
  }
}
div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.zhiwei {
  padding-top: 0.1rem;
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-list ul.list li.list-item div.detail-info div.name-wrapper div.name-content div.zhiwei {
    padding-top: 0;
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.list-13 div.team-list ul.list li.list-item div.detail-info div.desc {
  font: 0.16rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.3rem !important;
  color: #fff;
  font-weight: normal !important;
  text-align: justify !important;
  padding-top: 0.25rem;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-list ul.list li.list-item div.detail-info div.desc {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.list-13 div.team-video {
  width: 62.5%;
  margin: 0 auto;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  div.list-13 div.team-video {
    width: 100%;
  }
}
div.list-13 div.team-video .team-video-content {
  height: 5.8rem;
  position: relative;
}
div.list-13 div.team-video .team-video-content .play {
  width: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
div.list-13 div.team-video .team-video-content .play .play-icon {
  display: block;
  width: 100%;
  height: auto;
}
div.list-14 {
  padding-bottom: 0.6rem;
}
div.list-14 ul.img-list {
  padding-top: 1.34rem;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list {
    padding-top: 0.6rem;
  }
}
div.list-14 ul.img-list li.list-item {
  position: relative;
  height: 3.9rem;
  padding: 0.97rem 0.9rem 0 5rem;
  margin-bottom: 1.34rem;
  background-image: url('../images/shebei-logo.png');
  background-size: 1.03rem 1.03rem;
  background-position: top 0.2rem right 0.2rem;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list li.list-item {
    background: none;
    padding: 0;
    height: auto;
  }
}
div.list-14 ul.img-list li.list-item:nth-child(2n) {
  padding: 0.97rem 5rem 0 0.9rem;
  background-position: top 0.2rem left 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list li.list-item:nth-child(2n) {
    padding: 0;
  }
}
div.list-14 ul.img-list li.list-item:nth-child(2n) div.text-wrapper h2.title {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list li.list-item:nth-child(2n) div.text-wrapper h2.title {
    text-align: left;
  }
}
div.list-14 ul.img-list li.list-item:nth-child(2n) div.text-wrapper h2.title:before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list li.list-item:nth-child(2n) div.text-wrapper h2.title:before {
    left: 0;
  }
}
div.list-14 ul.img-list li.list-item:nth-child(2n) div.item-img {
  border-left: 0 none;
  border-right: 0.1rem solid #056BB7;
  left: auto;
  right: 0.81rem;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list li.list-item div.text-wrapper {
    padding-top: 0.5rem;
  }
}
div.list-14 ul.img-list li.list-item div.text-wrapper h2.title {
  position: relative;
  padding-bottom: 0.3rem;
  font: 0.3rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.3rem !important;
  line-height: 1 !important;
  color: #056cb7;
  font-weight: bold !important;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list li.list-item div.text-wrapper h2.title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #056cb7;
    font-weight: bold !important;
  }
}
div.list-14 ul.img-list li.list-item div.text-wrapper h2.title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.2rem;
  height: 0.04rem;
  background-color: #056BB7;
}
div.list-14 ul.img-list li.list-item div.text-wrapper div.desc {
  padding-top: 0.23rem;
  font: 0.16rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.3rem !important;
  color: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list li.list-item div.text-wrapper div.desc {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.list-14 ul.img-list li.list-item div.item-img {
  width: 3.6rem;
  height: 4.4rem;
  border-left: 0.1rem solid #056BB7;
  position: absolute;
  left: 0.81rem;
  bottom: 0.24rem;
}
@media screen and (max-width: 1024px) {
  div.list-14 ul.img-list li.list-item div.item-img {
    position: static;
    width: 100%;
    height: auto;
  }
}
div.list-14 ul.img-list li.list-item div.item-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.list-14 div.img-video {
  width: 62.5%;
  margin: 0 auto;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  div.list-14 div.img-video {
    width: 100%;
  }
}
div.list-14 div.img-video .img-video-content {
  height: 5.8rem;
  position: relative;
}
div.list-14 div.img-video .img-video-content .play {
  width: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
div.list-14 div.img-video .img-video-content .play .play-icon {
  display: block;
  width: 100%;
  height: auto;
}
div.page-45 {
  padding-bottom: 0.52rem;
}
div.page-45 div.content-1 div.content-1-list {
  padding-top: 0.6rem;
}
div.page-45 div.content-1 div.content-1-list ul.list {
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  div.page-45 div.content-1 div.content-1-list ul.list {
    white-space: normal;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: space-around;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -moz-box-align: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.page-45 div.content-1 div.content-1-list ul.list li.list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.03rem;
}
@media screen and (max-width: 1024px) {
  div.page-45 div.content-1 div.content-1-list ul.list li.list-item {
    width: 24%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    text-align: center;
  }
}
div.page-45 div.content-1 div.content-1-list ul.list li.list-item:last-child {
  margin-right: 0;
}
div.page-45 div.content-1 div.content-1-list ul.list li.list-item:last-child span.arrow {
  display: none;
}
div.page-45 div.content-1 div.content-1-list ul.list li.list-item div.img-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
}
@media screen and (max-width: 1024px) {
  div.page-45 div.content-1 div.content-1-list ul.list li.list-item div.img-wrapper {
    width: auto;
  }
}
div.page-45 div.content-1 div.content-1-list ul.list li.list-item div.img-wrapper img {
  width: 1rem;
  height: 1rem;
}
div.page-45 div.content-1 div.content-1-list ul.list li.list-item div.img-wrapper h2.title {
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #333;
  font-weight: normal !important;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.page-45 div.content-1 div.content-1-list ul.list li.list-item div.img-wrapper h2.title {
    white-space: normal;
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: normal !important;
  }
}
div.page-45 div.content-1 div.content-1-list ul.list li.list-item span.arrow {
  display: inline-block;
  margin-left: 0.06rem;
  margin-top: 0.43rem;
  width: 0.4rem;
  height: 0.09rem;
  background: url('../images/fuwu-arrow.png') center center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.page-45 div.content-1 div.content-1-list ul.list li.list-item span.arrow {
    display: none;
  }
}
div.page-45 div.content-2 {
  padding-top: 0.8rem;
}
div.page-45 div.content-2 div.content-2-text {
  margin-top: 0.32rem;
  min-height: 6rem;
  background: url('../images/jiuzhen-bg.png') center center / cover no-repeat;
  padding: 1rem;
  font: 0.16rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1.5 !important;
  color: #000;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-45 div.content-2 div.content-2-text {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #000;
    font-weight: normal !important;
    padding: 0.8rem 0.4rem;
    background: none;
    padding-top: 0.5rem;
  }
}
div.page-44 div.page-44-content {
  padding-top: 0.24rem;
}
div.page-44 div.page-44-content div.content-1 {
  padding-top: 0.7rem;
  min-height: 7.4rem;
  background: url('../images/linian-bg.png') center center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 {
    padding-bottom: 0.7rem;
  }
}
div.page-44 div.page-44-content div.content-1 div.content-1-wrapper {
  height: 4.8rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 div.content-1-wrapper {
    height: auto;
  }
}
div.page-44 div.page-44-content div.content-1 div.content-left {
  width: 3rem;
  float: left;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 div.content-left {
    width: 100%;
    float: none;
  }
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list {
  height: inherit;
  font-size: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -moz-box-pack: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item {
  display: table;
  width: 100%;
  height: calc((100% / 6) + 0.01rem);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item {
    width: 50%;
    height: 1.2rem;
  }
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item:hover,
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item.active {
  border-color: #ffffff;
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item:nth-child(2) {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item:nth-child(n + 2) {
  border-top-color: transparent;
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item:nth-child(n + 2):hover,
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item:nth-child(n + 2).active {
  border-top: 1px solid #ffffff !important;
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item div.text-wrapper {
  display: table-cell;
  vertical-align: middle;
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item div.text-wrapper h2.title-en {
  font: 0.2rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font: 0.2rem / 1 '微软雅黑 Light', 'Microsoft YaHei Light', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 1 !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item div.text-wrapper h2.title-en {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font: 0.36rem / 1.5 '微软雅黑 Light', 'Microsoft YaHei Light', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item div.text-wrapper h2.title {
  font: 0.2rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 1 !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 div.content-left ul.title-list li.list-item div.text-wrapper h2.title {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.page-44 div.page-44-content div.content-1 div.content-right {
  width: 8.9rem;
  float: right;
  height: inherit;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.11rem 0.75rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 div.content-right {
    width: 100%;
    float: none;
    margin-top: 0.6rem;
    padding: 0.4rem;
  }
}
div.page-44 div.page-44-content div.content-1 div.content-right.active {
  display: block;
}
div.page-44 div.page-44-content div.content-1 div.content-right div.left {
  width: 3.8rem;
  height: 2.57rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 div.content-right div.left {
    width: 100%;
    height: auto;
  }
}
div.page-44 div.page-44-content div.content-1 div.content-right div.left img {
  display: block;
  width: 100%;
  height: 100%;
}
div.page-44 div.page-44-content div.content-1 div.content-right div.right {
  max-width: 2.9rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.66rem;
  font: 0.16rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.3rem !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-1 div.content-right div.right {
    margin-top: 0.5rem;
    max-width: 100%;
    padding-left: 0;
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.page-44 div.page-44-content div.content-2 {
  padding-bottom: 0.8rem;
}
div.page-44 div.page-44-content div.content-2 div.content-2-wrapper {
  margin-top: 0.6rem;
}
div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list {
  height: 2.6rem;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list {
    height: auto;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-box-align: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item {
  width: 1.9rem;
  display: inline-block;
  vertical-align: top;
  height: inherit;
  background-color: #056BB7;
  padding-top: 0.4rem;
  text-align: center;
  margin-right: 0.12rem;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item {
    min-height: 4.8rem;
    width: 48%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item:last-child {
  margin-right: 0;
}
div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item img {
  display: inline-block;
}
div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item div.info {
  padding: 0.3rem 0.15rem 0.16rem;
}
div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item div.info h2.title {
  font: 0.16rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1.5 !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item div.info h2.title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: bold !important;
  }
}
div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item div.info div.desc {
  font: 0.12rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.12rem !important;
  line-height: 2 !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-2 div.content-2-wrapper ul.list li.list-item div.info div.desc {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.page-44 div.page-44-content div.content-3 {
  padding-top: 0.8rem;
  min-height: 8rem;
  background: url('../images/linian-bg2.png') center center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-3 {
    padding-bottom: 0.8rem;
  }
}
div.page-44 div.page-44-content div.content-3 ul.list {
  font-size: 0;
  margin-top: 0.6rem;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -moz-box-pack: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.page-44 div.page-44-content div.content-3 ul.list li.list-item {
  cursor: pointer;
  width: 20%;
  height: 2.6rem;
  border: 1px solid transparent;
  display: inline-block;
  padding: 0.41rem 0.28rem;
  text-align: center;
  transition: border 0.3s;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-3 ul.list li.list-item {
    min-height: 4.44rem;
    width: 48%;
    height: auto;
  }
}
div.page-44 div.page-44-content div.content-3 ul.list li.list-item:hover {
  border-color: #fff;
  transition: border 0.3s;
}
div.page-44 div.page-44-content div.content-3 ul.list li.list-item h2.title {
  position: relative;
  padding-bottom: 0.2rem;
  font: 0.24rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.24rem !important;
  line-height: 1 !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-3 ul.list li.list-item h2.title {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: bold !important;
  }
}
div.page-44 div.page-44-content div.content-3 ul.list li.list-item h2.title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.2rem;
  width: 0.4rem;
  height: 0.02rem;
  background-color: #fff;
}
div.page-44 div.page-44-content div.content-3 ul.list li.list-item div.desc {
  font: 0.16rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 2 !important;
  color: #fff;
  font-weight: normal !important;
  padding-top: 0.15rem;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-3 ul.list li.list-item div.desc {
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.page-44 div.page-44-content div.content-4 {
  min-height: 5.96rem;
  padding-top: 0.82rem;
  background: url('../images/linian-bg3.jpg') center center / cover no-repeat;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-4 {
    padding-bottom: 0.8rem;
  }
}
div.page-44 div.page-44-content div.content-4 div.content-4-wrapper {
  padding-top: 0.3rem;
}
div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.left {
  display: inline-block;
  vertical-align: middle;
  width: 4.2rem;
  height: 3.28rem;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.left {
    width: 100%;
    height: auto;
  }
}
div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.left img {
  display: block;
  width: 100%;
  height: 100%;
}
div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.right {
  display: inline-block;
  vertical-align: middle;
  width: 5.2rem;
  text-align: left;
  margin-left: 0.6rem;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.right {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }
}
div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.right h2.title {
  font: 0.2rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.2rem !important;
  line-height: 0.3rem !important;
  color: #333;
  font-weight: bold !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.right h2.title {
    font: 0.36rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.36rem !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: bold !important;
    text-align: center;
  }
}
div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.right div.desc {
  font: 0.16rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 2 !important;
  color: #333;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.right div.desc {
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #333;
    font-weight: normal !important;
    text-align: justify;
  }
}
div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.right div.desc span.mobile {
  margin-top: 0.5rem;
  background-color: #056BB7;
  display: block;
  width: 2.4rem;
  height: 0.34rem;
  text-align: center;
  font: 0.16rem / 0.34rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.34rem !important;
  color: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-44 div.page-44-content div.content-4 div.content-4-wrapper div.right div.desc span.mobile {
    width: 6rem;
    height: 0.8rem;
    font: 0.28rem / 0.8rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.8rem !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.page-48 {
  padding-bottom: 0.6rem;
}
div.page-48 div.map-wrapper {
  height: 5.76rem;
}
@media screen and (max-width: 1024px) {
  div.page-48 div.map-wrapper {
    height: auto;
  }
}
div.page-48 div.left {
  width: 4.2rem;
  height: inherit;
  background-color: #056BB7;
  padding-top: 0.4rem;
  float: left;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.page-48 div.left {
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
div.page-48 div.left ul.base-info li.list-item {
  margin-bottom: 0.2rem;
  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: #fff;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-48 div.left ul.base-info li.list-item {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #fff;
    font-weight: normal !important;
  }
}
div.page-48 div.left ul.base-info li.list-item i.icon {
  display: inline-block;
  width: 0.2rem;
  height: 0.22rem;
}
@media screen and (max-width: 1024px) {
  div.page-48 div.left ul.base-info li.list-item i.icon {
    width: 0.4rem;
    height: 0.44rem;
  }
}
div.page-48 div.left ul.base-info li.list-item i.icon.i-local {
  background: url('../images/i-local.png') center center / cover no-repeat;
}
div.page-48 div.left ul.base-info li.list-item i.icon.i-mobile {
  background: url('../images/i-phone.png') center center / cover no-repeat;
}
div.page-48 div.left ul.base-info li.list-item i.icon.i-time {
  background: url('../images/i-time.png') center center / cover no-repeat;
}
div.page-48 div.left div.qrcode {
  margin: 0 auto;
}
div.page-48 div.left div.qrcode img {
  width: 1.8rem;
  height: 1.8rem;
}
div.page-48 div.right {
  width: 7.8rem;
  height: inherit;
  float: right;
  padding: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  div.page-48 div.right {
    width: 100%;
    padding: 0;
  }
}
div.page-48 div.right #allmap {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  div.page-48 div.right #allmap {
    height: 6rem;
  }
}
div.page-46 div.text-content {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  font: 0.16rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.3rem !important;
  color: #231915;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  div.page-46 div.text-content {
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 2 !important;
    color: #231915;
    font-weight: normal !important;
  }
}
#form {
  display: none;
}
.appoint-form {
  border-radius: 0.3rem !important;
}
.appoint-form .layui-form-danger {
  border-color: red;
}
.appoint-form .layui-layer-content {
  height: 7.5rem !important;
}
.appoint-form .layui-layer-title {
  display: none;
}
.appoint-form .layui-layer-content {
  padding-top: 0.5rem;
}
.appoint-form .layui-form {
  padding: 0.4rem 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  .appoint-form .layui-form {
    padding: 0.4rem;
  }
}
.appoint-form .layui-form .layui-form-item {
  margin-bottom: 0.3rem;
}
.appoint-form .layui-form label.layui-form-label {
  width: 100%;
  padding: 0;
  float: none;
  display: block;
  text-align: left;
  font: 0.16rem / 1 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1 !important;
  color: #999;
  font-weight: normal !important;
  padding-left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .appoint-form .layui-form label.layui-form-label {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #999;
    font-weight: normal !important;
  }
}
.appoint-form .layui-form div.layui-input-block {
  margin-left: 0;
  min-height: auto;
  margin-top: 0.1rem;
}
.appoint-form .layui-form div.layui-input-block input {
  background-color: #f4f4f4;
  border-color: transparent;
  outline: 0 none;
  height: 0.4rem;
  line-height: 0.4rem;
  font: 0.16rem / 0.4rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.4rem !important;
  color: #999;
  font-weight: normal !important;
  padding-left: 0.2rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .appoint-form .layui-form div.layui-input-block input {
    height: 0.8rem;
    line-height: 0.8rem;
    font: 0.28rem / 0.8rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.8rem !important;
    color: #999;
    font-weight: normal !important;
  }
}
.appoint-form .layui-form div.layui-input-block .layui-textarea {
  background-color: #f4f4f4;
  font: 0.16rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 1.5 !important;
  color: #999;
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  .appoint-form .layui-form div.layui-input-block .layui-textarea {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #999;
    font-weight: normal !important;
  }
}
.appoint-form .layui-form div.layui-form-select input {
  width: 100%;
}
.appoint-form .layui-form div.layui-form-select dl dd.layui-this {
  background-color: #056BB7;
}
.appoint-form .layui-form div.form-inline {
  font-size: 0;
}
.appoint-form .layui-form div.form-inline div.layui-form-item {
  display: inline-block;
  width: 33.3333%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .appoint-form .layui-form div.form-inline div.layui-form-item {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .appoint-form .layui-form div.form-inline div.layui-form-item:nth-child(n + 2) {
    text-align: center;
  }
  .appoint-form .layui-form div.form-inline div.layui-form-item:last-child {
    text-align: right;
  }
}
.appoint-form .layui-form div.form-inline div.layui-form-item div.item-wrapper {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .appoint-form .layui-form div.form-inline div.layui-form-item div.item-wrapper {
    display: block;
  }
}
.appoint-form div.submit-btn {
  text-align: center;
}
.appoint-form div.submit-btn button {
  display: inline-block;
  border-radius: 0.1rem;
  text-align: center;
  width: 1.8rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font: 0.18rem / 0.56rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.18rem !important;
  line-height: 0.56rem !important;
  color: #fff;
  font-weight: normal !important;
  background-color: #056BB7;
}
.appoint-form div.submit-btn button.layui-btn-primary:hover {
  border-color: #056BB7;
}
