﻿/* 清除内外边距 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, pre, form, fieldset, iframe, lengend, label, button, input, textarea, th, td, img {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
address, cite, dfn, var {
  font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
  font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
  list-style: none;
}
/* 重置文本格式元素 */
i, b, em {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* 重置表单元素 */
legend {
  color: #000;
} /* for ie6 */
fieldset, img, button {
  border: none;
}
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
  font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
img, iframe, table, form {
  vertical-align: top;
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/*页面滑动流畅*/
html, body {
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  user-select: none;
  max-width: 640px;
  margin: 0 auto;
}
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
  margin-right: .5rem;
}
body {
  margin: 0 auto;
  background: #f1f1f1;
  font-family: "宋体", "黑体";
  font-size: 14px;
}
.viewport {
  margin: 0 auto;
  background: #f1f1f1;
  font-family: "宋体", "黑体";
  font-size: 12px;
  line-height: 21px;
}
.viewport p {
  padding: 3px 0;
}
.header {
  width: 100%;
  padding: 0.1rem 0;
  overflow: hidden;
  background: #f1f1f1;
}
.h_logo {
  float: left;
  padding-top: 1px;
}
.h_logo img {
  width: 100%;
}
.h_ioc {
  float: right;
  width: 74px;
  margin-right: 2rem;
}
.h_ioc img {
  width: 74px;
  margin-top: 6px;
  display: block;
}
.h_banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.h_banner img {
  width: 100%;
}
.bgWite {
  background: #fff;
}
.menu {
  overflow: hidden;
  padding: 1rem 0.06rem 1rem 0.15rem;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0.1rem;
  width: 100%;
}
.menu li {
  float: left;
  width: 20%;
  cursor: pointer;
  font-size: 0;
  margin-left: 5%;
  padding-bottom: .5rem;
}
.menu li mip-img {
  width: 70.5%;
}
.menu li h2 {
  font-size: 14px;
  line-height: 1.38rem;
  height: 1.38rem;
  color: #656565;
  font-weight: normal;
}
.borderTop {
  border-top: 1px solid #d5d5d5;
}
.borderBot {
  border-bottom: 1px solid #d5d5d5;
}
.news {
  width: 100%;
  background: #fff;
}
.tit {
  font-size: 1.2rem;
  color: #656565;
  padding: 0.4rem 0.06rem 0 0.5rem;
}
.tit span {}
.tit span a {
  font-size: 14px;
  color: #757575;
  background: url(bgTit.png) no-repeat right center;
  padding: 0.2rem 1.2rem 0.2rem 0;
}
.news .newsCon {
  padding-bottom: 10px;
  padding-top: 10px;
}
.news .newsCon li {
  padding: 0.2rem 0.06rem 0.2rem 0.15rem;
  overflow: hidden;
}
.news .newsCon li a {
  font-size: 1.1rem;
  color: #000;
}
.news .newsCon li i {
  width: 8px;
  height: 8px;
  line-heigth: 16px;
  font-size: 16px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  color: #000;
  text-decoration: none
}
.telNum {
  width: 100%;
  margin-top: 0.1rem;
}
.telNum img {
  padding: 0.07rem 0;
  width: 100%;
}
.dxzz {
  margin-top: 0.5rem;
  width: 100%;
}
.dxzz .dxzzCon {
  margin-top: 0.18rem;
  margin-left: 0.1rem;
  overflow: hidden;
}
.dxzz .dxzzCon li {
  width: 32%;
  height: 2rem;
  float: left;
  text-align: center;
  background: #d3edfb;
  border-radius: 0.8rem;
  line-height: 2rem;
  margin: 0 0.1rem 0.8rem 0.1rem;
}
.dxzz .dxzzCon li a {
  color: #000;
  font-size: 14px;
}
.bzfl {
  margin-top: 0.5rem;
  border-top: 1px solid #d3d3d3;
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3;
}
.subnav {
  width: 100%;
  overflow: hidden;
  background: #fff
}
.subnav ul {
  padding: 3%;
  overflow: hidden
}
.subnav ul li {
  width: 32%;
  float: left;
  padding-top: 1%;
  margin-bottom: 2%;
  margin-right: 2%;
  text-align: center;
  border-radius: 10px;
  padding-bottom: 2%
}
.subnav ul li a font {
  color: #fff;
  display: block
}
.subnav ul li:first-child {
  background: #0166d8
}
.subnav ul li:nth-child(2) {
  background: #EF7D72
}
.subnav ul li:nth-child(3) {
  background: #0166d8;
  margin-right: 0
}
.subnav ul li:nth-child(4) {
  background: #EF7D72
}
.subnav ul li:nth-child(5) {
  background: #0166d8
}
.subnav ul li:nth-child(6) {
  background: #EF7D72;
  margin-right: 0
}
.subnav ul li:nth-child(7) {
  background: #F6B436
}
.subnav ul li:nth-child(8) {
  background: #13D0CA
}
.subnav ul li:nth-child(9) {
  background: #F6B436;
  margin-right: 0
}
.subnav ul li:nth-child(10) {
  background: #13D0CA
}
.subnav ul li:nth-child(11) {
  background: #F6B436
}
.subnav ul li:nth-child(12) {
  background: #13D0CA;
  margin-right: 0
}
.heng {
  margin-top: 2%;
  padding-bottom: 2%
}
.bz_img {
  margin: 0 auto;
  width: 40%;
  overflow: hidden
}
.bz_img img {
  width: 100%;
  float: left
}
.bannerZx {
  margin-top: 0.1rem;
  background: #0166d8;
  overflow: hidden;
}
.bannerZx mip-img {
  width: 20%;
}
.bannerZx img {
  width: 20%;
}
.bannerZx li {
  width: 33.33%;
  float: left;
  height: 1.6rem;
  text-align: center;
  padding: 0.7rem 0 0.5rem 0;
}
.bannerZx li mip-img {
  float: left;
  width: 15%;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
.bannerZx li a {
  font-size: 14px;
  color: #fff;
}
.zjImg {
  width: 100%;
  padding: 0.13rem 0;
  margin-top: 0.13rem;
  display: block;
}
/*slides--2*/
#slides_2 {
  display: none
}
#slides_2 .slidesjs-pagination {
  margin: 0.1rem 0 0;
  list-style: none;
  z-index: 100;
  padding-left: 45%;
}
#slides_2 .slidesjs-pagination li {
  float: left;
  margin: 0 0.02rem;
}
#slides_2 .slidesjs-pagination li a {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #8c8c8c;
  float: left;
  overflow: hidden;
  border-radius: 0.05rem;
  color: #8c8c8c;
}
#slides_2 .slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background: #57c7ed;
  color: #57c7ed;
}
.zjList {
  margin-top: 0.1rem;
  margin-left: 0.12rem;
  overflow: hidden;
}
.zjList li {
  float: left;
  width: 0.76rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-right: 0.05rem;
  margin-bottom: 0.1rem;
  background: #f1f1f1;
  text-align: center;
  font-size: 0;
}
.zjList li a {
  font-size: 14px;
  color: #000;
}
.tel {
  width: 100%;
  height: 0.41rem;
  background: #3ea0e7;
  line-height: 0.41rem;
  font-size: 14px;
  color: #fff;
}
.tel mip-img {
  float: left;
  margin: 0.12rem 0.11rem 0 0.71rem;
  width: 0.26rem;
  height: 0.18rem;
}
.address {
  text-align: center;
  font-size: 14px;
  line-height: 1.7rem;
  color: #3c3c3c;
  padding: 0.5rem 0 2.7rem;
}
.footer {
  width: 100%;
  position: fixed;
  z-index: 10;
  height: 2.6rem;
  bottom: 0;
  max-width: 640px;
}
.footer ul {
  overflow: hidden;
  background: #fff;
}
.footer ul li {
  float: left;
  font-size: 0;
  height: 2.6rem;
}
.footer ul li a {
  font-size: 14px;
  color: #fff;
}
.footer .footerLef {
  width: 33%;
  background: #3ea0e7;
  line-height: 2rem;
}
.footer .footerLef mip-img {
  float: left;
  margin: 0.51rem 0.57rem 0 0.59rem;
  display: block;
  width: 1.5rem;
  height: 1.29rem;
}
.footer .footerCen {
  width: 33%;
  font-size: 0;
  text-align: center;
}
.footer .footerCen mip-img {
  width: 1rem;
  height: 1rem;
  margin: 0.2rem auto;
  display: block;
}
.footer .footerCen a {
  color: #4daaf3;
}
.footer .footerRig {
  line-height: 2rem;
  width: 34%;
  background: #f15a23;
}
.footer .footerRig mip-img {
  float: left;
  margin: 0.51rem 0.37rem 0 0.39rem;
  display: block;
  width: 1.24rem;
  height: 1.19rem;
}
/*列表页*/
.position {
  background: url(bgPosition.png) no-repeat 95% center #d3edfb;
  height: 2rem;
  padding-left: 0.8rem;
  line-height: 2rem;
  font-size: 14px;
  color: #3ea0e7;
}
.position a {
  color: #3ea0e7;
}
.jbList {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.jbList li {
  background: url(bgJbList.png) no-repeat 95% center #f1f1f1;
  background-size: 0.5rem 0.9rem;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  width: 98%;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}
.jbList li span {
  padding-left: 0.16rem;
  padding-right: 0.11rem;
  background: url(bgListXl.png) no-repeat 0.13rem center;
  color: #000;
}
.jbList li a {
  color: #000;
}
.fy {
  padding-left: 0.3rem;
  padding-bottom: 0.08rem;
  overflow: hidden;
}
.fy li {
  float: left;
  padding: 0.5rem;
}
.fy li a {
  color: #000;
}
.fy .fySyy {
  margin-right: 0.1rem;
}
.fy .fySyy a {
  background: url(syy.gif) no-repeat left top;
  width: 0.68rem;
  height: 0.24rem;
  background-size: 0.68rem, 0.24rem;
  display: block;
  text-indent: -9999rem;
}
.fy .fyXyy a {
  background: url(xyy.gif) no-repeat left top;
  width: 0.68rem;
  height: 0.24rem;
  background-size: 0.68rem, 0.24rem;
  display: block;
  text-indent: -9999rem;
}
.tjyd {
  margin-top: 0.13rem;
}
.tjyd .tjydCon {
  padding: 0.15rem 0;
}
.tjyd li {
  height: 33px;
  line-height: 33px;
  padding-left: 0.8rem;
  background: url(bgXgyd.png) no-repeat 0.2rem center;
  padding-right: 0.5rem;
}
.tjyd li a {
  color: #000;
}
.tjyd li span {
  color: #9fa0a0;
}
/*内容页*/
.page {
  padding: 0 0.3rem;
}
.mip-showmore-btn-hide {
  display: none !important
}
.mip-showmore-btn {
  font-size: 18px;
  margin-bottom: 20px;
  width: 90%;
  text-align: center;
}
.page .pageTit {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  padding: 0.85rem 0 0.3rem 0;
}
.page .time {
  padding-bottom: 0.8rem;
  line-height: 2rem;
  color: #666;
  text-align: center;
}
.page p {
  padding-bottom: 0.8rem;
  line-height: 1.6rem;
  color: #000;
  font-size: 16px;
}
.page p img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page .zxzj {
  display: block;
  width: 93%;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.65rem;
  border-radius: 1rem;
  text-align: center;
  background: #d3edfb;
  color: #3ea0e7;
  margin-bottom: 0.8rem;
}
.slideBox {
  position: relative;
  overflow: hidden;
  margin: auto;
  min-width: 320px;
  z-index: 0;
}
.slideBox .hd {
  position: absolute;
  height: 15px;
  line-height: 15px;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
.slideBox .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #40a3e7;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 6px;
}
.slideBox .hd li.on {
  background: #FF6200;
}
.slideBox .bd {
  position: relative;
  z-index: 0;
}
.slideBox .bd li {
  position: relative;
  text-align: center;
  width: 100%;
}
.slideBox .bd li img {
  vertical-align: top;
  width: 100%;
}
.slideBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wwwd {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  top: 55%;
  right: 0.4rem;
  line-height: 1rem;
  position: fixed;
}
.bo-bottom-top{
    max-width: 35rem;
    padding: 0.15rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
}