/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
strong {
  font-weight: bold !important;
}
html,
body {
  height: 100%;
}
.container {
  width: 12.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.img-hover {
  overflow: hidden;
}
.img-hover img {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.img-hover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
div.jun-btn-group {
  text-align: center;
  font-size: 0;
}
div.jun-btn-group a:last-child div.jun-btn {
  margin-right: 0;
}
img.width-auto {
  width: auto !important;
  height: 100% !important;
  opacity: 1 !important;
}
img.height-auto {
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
}
header.header {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  header.header {
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
header.header div.header-wrapper {
  position: relative;
  white-space: nowrap;
}
header.header div.header-wrapper .phone-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper .phone-logo {
    height: 100%;
    width: auto;
    display: block;
    width: 50%;
  }
  header.header div.header-wrapper .phone-logo img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    background-color: #fff;
    height: 0.88rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  }
}
header.header div.header-wrapper div.slide-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper div.slide-button {
    width: 0.45rem;
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.25rem;
  }
  header.header div.header-wrapper div.slide-button div {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 0.13rem;
    transition: all 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.top {
    transform-origin: 0%;
    transform: rotate(44deg);
    transition: transform 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.center {
    opacity: 0;
    transition: opacity 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.bottom {
    transform-origin: 0%;
    transform: rotate(-44deg);
    transition: transform 0.5s;
  }
}
header.header div.company-info {
  height: 1.3rem;
  border-top: 3px solid #002664;
}
header.header div.company-info .left-logo {
  background: url(../images/topleft.png) center center no-repeat;
  background-size: 100% 100%;
  float: left;
  padding-left: 1.2rem;
  padding-right: 0.4rem;
  height: 100%;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .left-logo {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .left-logo {
    display: none;
  }
}
header.header div.company-info .left-logo img {
  width: 2.4rem;
  height: auto;
  margin-top: 0.2rem;
}
header.header div.company-info .left-logo p {
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    padding: 0;
    display: inline-block;
  }
}
header.header div.company-info div.info-left {
  float: left;
}
header.header div.company-info div.info-left div.logo {
  width: 1.18rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.26rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left div.logo {
    width: 0.72rem;
    height: 0.61rem;
    margin-right: 0.14rem;
  }
}
header.header div.company-info div.info-left div.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
header.header div.company-info div.info-left div.name {
  display: inline-block;
  margin-top: 0.14rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left div.name {
    margin-top: 0.1rem;
  }
}
header.header div.company-info div.info-left div.name h1 {
  font: 0.28rem / 0.37rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.28rem !important;
  line-height: 0.37rem !important;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.06rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left div.name h1 {
    font: 0.3rem / 0.4rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.3rem !important;
    line-height: 0.4rem !important;
    color: #333;
    font-weight: bold;
  }
}
header.header div.company-info div.info-left div.name h2 {
  font: 0.22rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.22rem !important;
  line-height: 0.3rem !important;
  color: #555;
  font-weight: normal;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-left div.name h2 {
    display: none;
  }
}
header.header div.company-info div.info-right {
  float: right;
  padding-top: 0.08rem;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info div.info-right {
    display: none;
  }
}
header.header div.company-info div.info-right i.icon {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  background: url('../images/top-phone-icon.png') center center / cover no-repeat;
  margin-right: 0.1rem;
  vertical-align: top;
}
header.header div.company-info div.info-right p.name {
  font: 0.22rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.22rem !important;
  line-height: 0.3rem !important;
  color: #333;
  font-weight: normal;
  letter-spacing: 1px;
}
header.header div.company-info div.info-right p.number {
  margin-top: 0.06rem;
  font: 0.32rem / 0.43rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.32rem !important;
  line-height: 0.43rem !important;
  color: #333;
  font-weight: bold;
}
header.header nav.nav {
  letter-spacing: 1px;
  width: 11.7rem;
  float: left;
}
@media screen and (max-width: 1460px) {
  header.header nav.nav {
    width: 9.5rem;
  }
}
header.header nav.nav h3 {
  height: 0.45rem;
  line-height: 0.45rem;
  background: url(../images/topright.png) left center no-repeat;
  background-size: auto 100%;
  padding-left: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  margin-left: -3px;
}
header.header nav.nav .nav-wrapper {
  float: left;
}
@media screen and (max-width: 1024px) {
  header.header nav.nav {
    display: none;
  }
}
header.header nav.nav ul.nav-list {
  font-size: 0;
  white-space: nowrap;
  padding-left: 0.7rem;
}
@media screen and (max-width: 1460px) {
  header.header nav.nav ul.nav-list {
    padding-left: 0.2rem;
  }
}
header.header nav.nav ul.nav-list li.list-item {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.28rem;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1460px) {
  header.header nav.nav ul.nav-list li.list-item {
    margin-right: 0.3rem;
  }
}
header.header nav.nav ul.nav-list li.list-item.active::after {
  width: 100%;
}
header.header nav.nav ul.nav-list li.list-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0.03rem;
  background-color: #002664;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
header.header nav.nav ul.nav-list li.list-item:hover:after {
  width: 100%;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
header.header nav.nav ul.nav-list li.list-item:last-child {
  margin-right: 0;
}
header.header nav.nav ul.nav-list li.list-item a {
  display: block;
  font: 0.18rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.18rem !important;
  line-height: 0.24rem !important;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.8px;
}
header.header nav.nav ul.nav-list li.list-item .navWrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #fff;
  box-shadow: 0rem 0.03rem 0.2rem rgba(0, 0, 0, 0.16);
  z-index: 100001;
  width: 1.6rem;
  margin-left: -0.8rem;
  display: none;
}
header.header nav.nav ul.nav-list li.list-item .navWrapper .child-nav {
  padding: 0 0.15rem 0 0.2rem;
}
header.header nav.nav ul.nav-list li.list-item .navWrapper li.child-item {
  border-bottom: 1px solid #d9d9d9;
}
header.header nav.nav ul.nav-list li.list-item .navWrapper li.child-item:last-child {
  border-bottom: 0 none;
}
header.header nav.nav ul.nav-list li.list-item .navWrapper li.child-item a {
  color: #666666;
  display: block;
  text-align: center;
  padding: 0.18rem 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header.header nav.nav ul.nav-list li.list-item .navWrapper li.child-item a:hover {
  color: #002664;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
header.header nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar {
  width: 0.05rem;
}
header.header nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar-thumb {
  background: #ddd;
}
header.header nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar-track {
  background: #fcfcfc;
}
header.header .right-message {
  float: left;
  padding-left: 0.65rem;
  height: 0.6rem;
  margin-top: 0.4rem;
  background: url(../images/phone.png) left center no-repeat;
  background-size: 0.55rem auto;
}
@media screen and (max-width: 1024px) {
  header.header .right-message {
    display: none;
  }
}
header.header .right-message strong {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
}
header.header .right-message span {
  font-size: 0.24rem;
  color: #707070;
}
header.header div.nav-wrapper-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.nav-wrapper-phone {
    position: fixed;
    top: 0.88rem;
    left: 0;
    z-index: 99999;
    background: #fff;
    width: 100%;
    height: calc(100% - 0.88rem);
    overflow: auto;
    padding: 0.3rem 0.45rem;
  }
  header.header div.nav-wrapper-phone ul.nav-list {
    height: 100%;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item {
    position: relative;
    font: 0.26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item.open:after {
    content: '-';
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item:after {
    display: none;
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    right: 0;
    content: '+';
    font: 0.3rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.3rem !important;
    line-height: 0.35rem !important;
    color: #000;
    font-weight: normal;
    font-weight: bold;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item a {
    display: block;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item.child:after {
    display: block;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu {
    display: none;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list {
    overflow-y: auto;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item {
    padding: 0 0.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item a {
    font: 0.26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal;
    border: 0 none;
  }
}
.noData {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 0.16rem;
  display: none;
}
.public-title {
  width: 7.76rem;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .public-title {
    width: 100%;
  }
}
.public-title h3 {
  font-size: 0.3rem;
  color: #b8b8b8;
}
@media screen and (max-width: 1024px) {
  .public-title h3 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
}
.public-title .center-text {
  position: relative;
}
.public-title .center-text div {
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0.24rem;
}
@media screen and (max-width: 1024px) {
  .public-title .center-text div {
    top: 0.24rem;
  }
}
.public-title .center-text span {
  padding: 0 0.3rem;
  position: relative;
  font-size: 0.3rem;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .public-title .center-text span {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    padding: 0 0.5rem;
    margin-top: 0.4rem;
  }
}
.public-title .center-text span:before {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.05rem;
  content: '';
  border: 1px solid #707070;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .public-title .center-text span:before {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 0.08rem;
    top: 0.1rem;
  }
}
.public-title .center-text span:after {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  content: '';
  border: 1px solid #707070;
  position: absolute;
  top: 0.2rem;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .public-title .center-text span:after {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 0.08rem;
    top: 0.1rem;
  }
}
.more-btn {
  font-size: 0.16rem;
  color: #333;
  display: inline-block;
  padding-bottom: 0.05rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .more-btn {
    font-size: 0.32rem;
  }
}
.more-btn span {
  color: #707070;
  padding-left: 0.1rem;
  font-family: serif;
}
.more-btn:hover {
  color: #002664;
  border-bottom: 1px solid #002664;
}
.more-btn:hover span {
  color: #002664;
}
.text-center-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  .text-center-phone {
    display: block!important;
    margin-bottom: 0.6rem;
  }
}
.mark-style {
  padding: 0.3rem 0 0.4rem 0;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.mark-style p {
  font-size: 0.16rem;
  line-height: 0.36rem;
}
@media screen and (max-width: 1024px) {
  .mark-style p {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
}
@media screen and (max-width: 1024px) {
  .mark-style {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
}
.mark-style img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .mark-style img {
    text-indent: 0!important;
  }
}
.add-style {
  padding: 0!important;
}
.news-list {
  width: 12rem;
  margin: 0 auto 0.8rem auto;
}
@media screen and (max-width: 1024px) {
  .news-list {
    width: 100%;
    padding: 0 0.3rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.news-list ul {
  overflow: hidden;
}
.news-list ul li {
  width: 3.6rem;
  border-bottom: 4px solid #FEBC35;
  padding-bottom: 0.4rem;
  margin-right: 0.6rem;
  margin-top: 0.5rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .news-list ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.news-list ul li img {
  width: 3.6rem;
  height: 2.7rem;
}
@media screen and (max-width: 1024px) {
  .news-list ul li img {
    width: 100%;
    height: auto;
  }
}
.news-list ul li div {
  padding: 0.15rem 0.3rem;
}
.news-list ul li div em {
  display: inline-block;
  width: 0.4rem;
  height: 4px;
  background: #b8b8b8;
  margin-bottom: 0.2rem;
}
.news-list ul li div p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1024px) {
  .news-list ul li div p {
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }
}
.news-list ul li:nth-child(3n) {
  margin-right: 0;
}
table {
  width: 100%!important;
}
@media screen and (max-width: 1024px) {
  table {
    width: 100%!important;
    border-collapse: collapse;
    border: none;
    margin: 0.2rem 0;
  }
  table td {
    border: solid #000 1px;
    vertical-align: middle!important;
    word-break: break-all;
    word-break: break-word;
    border-color: #999 !important;
    padding: 0 4px!important;
  }
  table p {
    text-indent: 0!important;
  }
}
.message-btn {
  width: 1.8rem;
  height: 0.6rem;
  margin: 0.5rem auto 0.6rem auto;
  position: relative;
  background: #002664;
}
@media screen and (max-width: 1024px) {
  .message-btn {
    width: 2.5rem;
    height: 0.8rem;
  }
}
.message-btn a {
  display: block;
  position: relative;
  font-size: 0.2rem;
  font-weight: bold;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  color:#fff;
}
@media screen and (max-width: 1024px) {
  .message-btn a {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
}
.message-btn span {
  width: 0.12rem;
  height: 0.12rem;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  z-index: 10;
}
.message-btn:hover a {
  z-index: 11;
  color: #fff;
}
.message-btn:hover span {
  width: 100%;
  height: 100%;
}
