@charset "UTF-8";
@import url(../css/iconfont.css);
html, body {
  width: 100%;
  height: 100%; }

button, html, input, select, textarea {
  color: #222;
  outline: 0 none !important;
  blr: expression(this.onFocus=this.blur()); }

a, input, button {
  outline: none; }

::-moz-focus-inner {
  border: 0px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: .2em 0;
  background: #e3e3e3;
  color: #000;
  padding: .2em 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

ul, li {
  list-style: none; }

body {
  font-size: 14px;
  line-height: 1.4;
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: Microsoft YaHei;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale; }

html, body, h1, h2, h3, h4, h5, ul, li, p, section, header, footer, nav, div {
  margin: 0;
  padding: 0;
  list-style: none; }

.fl {
  float: left; }

.fr {
  float: right; }

a, a:hover {
  text-decoration: none;
  outline: none; }

a {
  color: #252525; }

.cl {
  clear: both; }

figure {
  padding: 0;
  margin: 0; }

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */ }

img {
  border: 0;
  padding: 0;
  vertical-align: middle; }

em {
  font-style: normal; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

#head {
  width: 100%;
  float: left;
  background: #fff; }
  #head .h_top {
    width: 100%;
    float: left;
    height: auto;
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0; }
    #head .h_top .fl {
      color: #999; }
      #head .h_top .fl a {
        text-decoration: underline;
        color: #666; }
        #head .h_top .fl a i {
          color: #007aff; }
        #head .h_top .fl a:hover {
          color: #007aff;
          text-decoration: underline; }
    #head .h_top .fr i {
      color: #2ac231; }
  #head .h_info {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px 20px; }
    #head .h_info .logo {
      float: left; }
      #head .h_info .logo .img {
        float: left; }
        #head .h_info .logo .img img {
          height: 50px; }
      #head .h_info .logo .content {
        float: left;
        border-left: 1px solid #ccc;
        padding-left: 20px;
        margin-left: 20px; }
        #head .h_info .logo .content .t {
          font-size: 18px;
          color: #515151;
          font-weight: bold; }
        #head .h_info .logo .content .d {
          color: #999; }
    #head .h_info .h_nav {
      float: right;
      margin-top: 8px; }
      #head .h_info .h_nav li {
        float: left;
        margin-left: 20px;
        position: relative; }
        #head .h_info .h_nav li a {
          color: #515151;
          font-size: 15px;
          display: block;
          line-height: 30px;
          text-align: center; }
          #head .h_info .h_nav li a:hover {
            color: #007aff; }
      #head .h_info .h_nav .hover {
        background: #007aff;
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
        padding: 0 10px;
        border-radius: 5px; }
        #head .h_info .h_nav .hover a {
          color: #fff; }
          #head .h_info .h_nav .hover a:hover {
            color: #fff; }
      #head .h_info .h_nav .close_button {
        display: none; }
    #head .h_info .nav_button {
      display: none; }

#foot {
  width: 100%;
  float: left;
  background: #333;
  padding: 40px 0;
  color: #fff; }
  #foot a {
    color: #fff; }
  #foot .topBox {
    float: left;
    width: 100%;
    border-bottom: 1px solid #484848;
    padding-bottom: 20px; }
    #foot .topBox .img {
      float: left; }
      #foot .topBox .img img {
        width: 100%; }
    #foot .topBox .nav {
      width: 730px;
      float: left;
      padding: 0 30px; }
      #foot .topBox .nav ul {
        margin-top: 15px;
        float: left;
        width: 100%; }
      #foot .topBox .nav li {
        float: left;
        padding-right: 20px; }
        #foot .topBox .nav li .one_title {
          font-size: 16px;
          display: block;
          border-top: 1px solid #666;
          line-height: 35px; }
        #foot .topBox .nav li ul li {
          width: 100%; }
          #foot .topBox .nav li ul li a {
            font-size: 12px;
            margin-top: 7px;
            display: block;
            color: #999; }
            #foot .topBox .nav li ul li a:hover {
              color: #fff; }
    #foot .topBox .Wx {
      float: right;
      height: 40px; }
      #foot .topBox .Wx img {
        height: 70px; }
    #foot .topBox .tle {
      width: 30%;
      float: right; }
      #foot .topBox .tle .title {
        font-size: 16px;
        display: block;
        border-top: 1px solid #666;
        line-height: 35px; }
      #foot .topBox .tle div em {
        font-size: 40px;
        color: #666; }
  #foot .info {
    margin-top: 10px;
    font-size: 12px;
    float: left;
    color: #999; }
  #foot .city {
    float: left;
    margin-top: 40px;
    width: 100%;
    position: relative;
    font-size: 12px;
    color: #999; }
    #foot .city .small_title {
      float: left; }
    #foot .city ul {
      margin-left: 10px; }
      #foot .city ul li {
        float: left;
        margin-left: 10px;
        margin-bottom: 5px;
        display: none; }
        #foot .city ul li a {
          color: #999; }
          #foot .city ul li a:hover {
            color: #fff; }
      #foot .city ul li:nth-child(-n+6) {
        display: block; }
      #foot .city ul li:last-child {
        display: block;
        cursor: pointer; }
  #foot .link {
    float: left;
    margin-top: 10px;
    width: 100%;
    position: relative;
    font-size: 12px;
    color: #999; }
    #foot .link .small_title {
      float: left; }
    #foot .link ul {
      margin-left: 10px; }
      #foot .link ul li {
        float: left;
        margin-left: 10px;
        margin-bottom: 5px; }
        #foot .link ul li a {
          color: #999; }
          #foot .link ul li a:hover {
            color: #fff; }
  #foot .copy {
    font-size: 12px;
    margin-top: 10px;
    float: left; }

.page_news {
  margin: 40px 0;
  width: 100%;
  float: left;
  height: auto; }
  .page_news .box_title {
    display: block;
    text-align: center; }
    .page_news .box_title h2 {
      display: inline-block;
      position: relative; }
      .page_news .box_title h2:before {
        width: 40px;
        left: -60px;
        content: "";
        position: absolute;
        top: 15px;
        height: 2px;
        background: #007aff; }
      .page_news .box_title h2:after {
        width: 40px;
        right: -60px;
        content: "";
        position: absolute;
        top: 15px;
        height: 2px;
        background: #007aff; }
  .page_news .box {
    width: 110%;
    float: left; }
  .page_news .list {
    margin-top: 40px;
    float: left;
    width: 386px;
    margin-right: 20px; }
    .page_news .list img {
      width: 100%; }
    .page_news .list ul {
      margin-top: 15px; }
      .page_news .list ul li {
        width: 100%;
        position: relative;
        margin: 5px 0;
        float: left; }
        .page_news .list ul li a {
          float: left;
          display: block;
          width: 300px;
          height: 20px;
          padding-left: 15px;
          white-space: nowrap;
          /* 规定文本是否折行 */
          overflow: hidden;
          /* 规定超出内容宽度的元素隐藏 */
          text-overflow: ellipsis; }
          .page_news .list ul li a:hover {
            color: #007aff; }
          .page_news .list ul li a:before {
            width: 5px;
            height: 5px;
            background: #ccc;
            position: absolute;
            left: 0px;
            top: 8px;
            content: "";
            border-radius: 50%; }
        .page_news .list ul li em {
          float: right;
          color: #999; }
    .page_news .list .img {
      position: relative; }
      .page_news .list .img .small_title {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 18px; }

.banner {
  width: 100%;
  float: left; }
  .banner .phone {
    display: none; }
  .banner img {
    width: 100%; }

@media screen and (max-width: 769px) {
  .banner .pc {
    display: none; }
  .banner .phone {
    display: block; }

  #head .h_top {
    padding: 0 10px;
    background: #f8f8f8; }
    #head .h_top .fl em {
      display: none; }
  #head .h_info {
    padding: 10px; }
    #head .h_info .logo .img img {
      height: 30px; }
    #head .h_info .logo .content {
      display: none; }
    #head .h_info .h_nav {
      width: 100%;
      position: fixed;
      z-index: 9999;
      background: #fff;
      left: 0px;
      top: 80px;
      padding: 10px;
      opacity: 0;
      z-index: -1;
      transition: all .5s;
      -moz-transition: all .5s;
      /* Firefox 4 */
      -webkit-transition: all .5s;
      /* Safari 和 Chrome */
      -o-transition: all .5s;
      /* Opera */ }
      #head .h_info .h_nav ul {
        width: 110%;
        overflow: hidden;
        float: left; }
        #head .h_info .h_nav ul li {
          width: 28.5%;
          margin: 0px;
          background: #f8f8f8;
          margin-right: 10px;
          border-radius: 5px;
          margin-bottom: 10px; }
      #head .h_info .h_nav .close_button {
        display: block;
        float: left;
        width: 100%;
        background: #ccc;
        text-align: center;
        font-size: 18px;
        line-height: 30px; }
        #head .h_info .h_nav .close_button i {
          display: inline-block;
          transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          /* IE 9 */
          -moz-transform: rotate(180deg);
          /* Firefox */
          -webkit-transform: rotate(180deg);
          /* Safari 和 Chrome */
          -o-transform: rotate(180deg);
          /* Opera */
          color: #fff; }
    #head .h_info .nav_on {
      top: 70px;
      z-index: 9999;
      opacity: 1; }
    #head .h_info .nav_button {
      float: right;
      display: block;
      font-size: 20px; }
      #head .h_info .nav_button i {
        font-size: 32px;
        line-height: 20px; }

  #foot {
    padding: 20px 10px; }
    #foot .topBox .img {
      display: none; }
    #foot .topBox .nav {
      width: 100%;
      padding: 0; }
      #foot .topBox .nav li {
        margin-bottom: 5px; }
    #foot .topBox .Wx {
      display: none; }
    #foot .city {
      margin-top: 10px; }
      #foot .city .small_title {
        width: 100%;
        float: left; }
      #foot .city ul {
        float: left;
        margin: 0;
        margin-top: 10px; }
        #foot .city ul li {
          margin-left: 0px;
          margin-right: 10px; }
    #foot .link {
      margin-top: 10px; }
      #foot .link .small_title {
        width: 100%;
        float: left; }
      #foot .link ul {
        margin: 0;
        margin-top: 10px;
        float: left; }
        #foot .link ul li {
          margin-left: 0;
          margin-right: 10px; }

  .page_news {
    margin: 20px 0px;
    padding: 0 10px; }
    .page_news .box {
      width: 100%; }
      .page_news .box .list {
        width: 100%;
        margin-top: 20px;
        margin-right: 0px; }
        .page_news .box .list ul li a {
          width: 100%; }
        .page_news .box .list ul li em {
          display: none; } }
body {
  background: #fff; }

.position {
  line-height: 50px;
  font-size: 14px;
  width: 100%;
  float: left; }

.page_info {
  float: left;
  width: 100%;
  padding-bottom: 30px; }
  .page_info .m_box_01 {
    padding: 40px 0;
    width: 100%;
    float: left; }
    .page_info .m_box_01 .left {
      width: 45%;
      float: left; }
      .page_info .m_box_01 .left img {
        width: 100%; }
    .page_info .m_box_01 .right {
      width: 50%;
      float: right;
      position: relative;
      z-index: 999; }
      .page_info .m_box_01 .right h2 {
        color: #007aff;
        position: relative; }
        .page_info .m_box_01 .right h2:before {
          width: 50px;
          height: 2px;
          position: absolute;
          left: -70px;
          content: "";
          background: #007aff;
          margin-top: 15px; }
      .page_info .m_box_01 .right p {
        margin-top: 20px;
        line-height: 1.8;
        color: #666; }
  .page_info .m_box_02 {
    padding: 40px 0;
    width: 100%;
    float: left;
    background: #f8f8f8; }
    .page_info .m_box_02 .box_title {
      display: block;
      text-align: center; }
      .page_info .m_box_02 .box_title h2 {
        display: inline-block;
        position: relative; }
        .page_info .m_box_02 .box_title h2:before {
          width: 40px;
          left: -60px;
          content: "";
          position: absolute;
          top: 15px;
          height: 2px;
          background: #007aff; }
        .page_info .m_box_02 .box_title h2:after {
          width: 40px;
          right: -60px;
          content: "";
          position: absolute;
          top: 15px;
          height: 2px;
          background: #007aff; }
    .page_info .m_box_02 .list {
      width: 100%;
      background: #fff;
      float: left;
      margin-top: 40px;
      border-radius: 5px; }
      .page_info .m_box_02 .list .item {
        width: 25%;
        float: left;
        padding: 20px;
        text-align: center; }
        .page_info .m_box_02 .list .item img {
          height: 100px; }
        .page_info .m_box_02 .list .item .content {
          width: 100%;
          margin-top: 20px;
          border-top: 1px solid #f0f0f0;
          padding-top: 20px; }
          .page_info .m_box_02 .list .item .content em {
            font-size: 18px;
            font-weight: bold; }
          .page_info .m_box_02 .list .item .content p {
            color: #666;
            font-size: 12px;
            margin-top: 10px;
            line-height: 1.8; }
  .page_info .m_box_03 {
    padding: 40px 0;
    width: 100%;
    float: left; }
    .page_info .m_box_03 .box_title {
      display: block;
      text-align: center; }
      .page_info .m_box_03 .box_title h2 {
        display: inline-block;
        position: relative; }
        .page_info .m_box_03 .box_title h2:before {
          width: 40px;
          left: -60px;
          content: "";
          position: absolute;
          top: 15px;
          height: 2px;
          background: #007aff; }
        .page_info .m_box_03 .box_title h2:after {
          width: 40px;
          right: -60px;
          content: "";
          position: absolute;
          top: 15px;
          height: 2px;
          background: #007aff; }
    .page_info .m_box_03 .box {
      float: left;
      width: 100%;
      position: relative;
      margin-top: 40px; }
      .page_info .m_box_03 .box .left {
        width: 50%;
        float: left;
        padding: 50px;
        position: absolute;
        z-index: 999;
        background: #fff;
        height: 300px;
        font-size: 20px;
        line-height: 1.8; }
        .page_info .m_box_03 .box .left p {
          position: relative;
          padding-left: 20px; }
          .page_info .m_box_03 .box .left p:before {
            width: 5px;
            height: 5px;
            background: #007aff;
            content: "";
            position: absolute;
            left: 0px;
            border-radius: 50%;
            top: 15px; }
      .page_info .m_box_03 .box .right {
        width: 60%;
        float: right; }
        .page_info .m_box_03 .box .right img {
          width: 100%; }

@media screen and (max-width: 769px) {
  .page_info {
    padding-bottom: 0; }
    .page_info .m_box_01 {
      padding: 20px 10px; }
      .page_info .m_box_01 .left {
        width: 100%;
        float: left; }
        .page_info .m_box_01 .left img {
          width: 100%; }
      .page_info .m_box_01 .right {
        width: 100%;
        margin-top: 20px; }
        .page_info .m_box_01 .right h2 {
          color: #007aff;
          position: relative;
          font-size: 18px; }
          .page_info .m_box_01 .right h2:before {
            content: none; }
    .page_info .m_box_02 {
      padding: 20px 10px; }
      .page_info .m_box_02 .box_title h2 {
        display: inline-block;
        position: relative; }
        .page_info .m_box_02 .box_title h2:before {
          width: 40px;
          left: -60px;
          content: "";
          position: absolute;
          top: 15px;
          height: 2px;
          background: #007aff; }
        .page_info .m_box_02 .box_title h2:after {
          width: 40px;
          right: -60px;
          content: "";
          position: absolute;
          top: 15px;
          height: 2px;
          background: #007aff; }
      .page_info .m_box_02 .list {
        width: 100%;
        background: #fff;
        float: left;
        margin-top: 20px;
        border-radius: 5px; }
        .page_info .m_box_02 .list .item {
          width: 100%;
          display: flex;
          border-bottom: 1px solid #ccc; }
          .page_info .m_box_02 .list .item img {
            height: 50px;
            flex-shrink: 0; }
          .page_info .m_box_02 .list .item .content {
            width: 100%;
            border-top: 0;
            text-align: left;
            margin-top: 0px;
            padding-top: 0px;
            margin-left: 20px; }
            .page_info .m_box_02 .list .item .content em {
              font-size: 18px;
              font-weight: bold; }
            .page_info .m_box_02 .list .item .content p {
              color: #666;
              font-size: 12px;
              margin-top: 10px;
              line-height: 1.8; }
    .page_info .m_box_03 {
      padding: 20px 0 0;
      width: 100%;
      float: left; }
      .page_info .m_box_03 .box_title {
        display: block;
        text-align: center; }
        .page_info .m_box_03 .box_title h2 {
          display: inline-block;
          position: relative; }
          .page_info .m_box_03 .box_title h2:before {
            width: 40px;
            left: -60px;
            content: "";
            position: absolute;
            top: 15px;
            height: 2px;
            background: #007aff; }
          .page_info .m_box_03 .box_title h2:after {
            width: 40px;
            right: -60px;
            content: "";
            position: absolute;
            top: 15px;
            height: 2px;
            background: #007aff; }
      .page_info .m_box_03 .box {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 20px; }
        .page_info .m_box_03 .box .left {
          width: 90%;
          float: left;
          padding: 10px;
          position: absolute;
          z-index: 999;
          background: #fff;
          height: 140px;
          font-size: 20px;
          line-height: 1.8; }
          .page_info .m_box_03 .box .left p {
            position: relative;
            padding-left: 20px;
            font-size: 14px; }
            .page_info .m_box_03 .box .left p:before {
              width: 5px;
              height: 5px;
              background: #007aff;
              content: "";
              position: absolute;
              left: 0px;
              border-radius: 50%;
              top: 15px; }
        .page_info .m_box_03 .box .right {
          width: 100%;
          margin-top: 100px;
          float: right; }
          .page_info .m_box_03 .box .right img {
            width: 100%; } }

/*# sourceMappingURL=index.css.map */
