﻿@charset "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, button, textarea, p, blockquote, th, td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 1400px) {
  .container {
    width: 1400px; } }

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px; }

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333; }

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

input[type="checkbox"], input[type="radio"] {
  display: none; }
  input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    background-color: #333; }
    input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f00c"; }
  input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
    cursor: default;
    background-color: #efefef; }
  input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 3px; }

.mt10 {
  margin-top: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pt10 {
  padding-top: 10px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pt20 {
  padding-top: 20px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pt30 {
  padding-top: 30px; }

.pl30 {
  padding-left: 30px; }

.pr30 {
  padding-right: 30px; }

.pb30 {
  padding-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.ml40 {
  margin-left: 40px; }

.mr40 {
  margin-right: 40px; }

.mb40 {
  margin-bottom: 40px; }

.pt40 {
  padding-top: 40px; }

.pl40 {
  padding-left: 40px; }

.pr40 {
  padding-right: 40px; }

.pb40 {
  padding-bottom: 40px; }

.mt50 {
  margin-top: 50px; }

.ml50 {
  margin-left: 50px; }

.mr50 {
  margin-right: 50px; }

.mb50 {
  margin-bottom: 50px; }

.pt50 {
  padding-top: 50px; }

.pl50 {
  padding-left: 50px; }

.pr50 {
  padding-right: 50px; }

.pb50 {
  padding-bottom: 50px; }

.mt60 {
  margin-top: 60px; }

.ml60 {
  margin-left: 60px; }

.mr60 {
  margin-right: 60px; }

.mb60 {
  margin-bottom: 60px; }

.pt60 {
  padding-top: 60px; }

.pl60 {
  padding-left: 60px; }

.pr60 {
  padding-right: 60px; }

.pb60 {
  padding-bottom: 60px; }

.mt70 {
  margin-top: 70px; }

.ml70 {
  margin-left: 70px; }

.mr70 {
  margin-right: 70px; }

.mb70 {
  margin-bottom: 70px; }

.pt70 {
  padding-top: 70px; }

.pl70 {
  padding-left: 70px; }

.pr70 {
  padding-right: 70px; }

.pb70 {
  padding-bottom: 70px; }

.mt80 {
  margin-top: 80px; }

.ml80 {
  margin-left: 80px; }

.mr80 {
  margin-right: 80px; }

.mb80 {
  margin-bottom: 80px; }

.pt80 {
  padding-top: 80px; }

.pl80 {
  padding-left: 80px; }

.pr80 {
  padding-right: 80px; }

.pb80 {
  padding-bottom: 80px; }

.mt90 {
  margin-top: 90px; }

.ml90 {
  margin-left: 90px; }

.mr90 {
  margin-right: 90px; }

.mb90 {
  margin-bottom: 90px; }

.pt90 {
  padding-top: 90px; }

.pl90 {
  padding-left: 90px; }

.pr90 {
  padding-right: 90px; }

.pb90 {
  padding-bottom: 90px; }

.mt100 {
  margin-top: 100px; }

.ml100 {
  margin-left: 100px; }

.mr100 {
  margin-right: 100px; }

.mb100 {
  margin-bottom: 100px; }

.pt100 {
  padding-top: 100px; }

.pl100 {
  padding-left: 100px; }

.pr100 {
  padding-right: 100px; }

.pb100 {
  padding-bottom: 100px; }

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700; }

.fck__body h1 {
  font-size: 1.5em; }

.fck__body h2 {
  font-size: 1.4em; }

.fck__body h3 {
  font-size: 1.3em; }

.fck__body h4 {
  font-size: 1.2em; }

.fck__body h5 {
  font-size: 1.1em; }

.fck__body h6 {
  font-size: 1em; }

.fck__body em {
  font-style: italic; }

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.mobile_show {
  display: none; }

.page_title {
  color: #23a691;
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 60px;
  text-align: center; }

.img_box:hover .txt {
  background-color: #23a691; }
  .img_box:hover .txt h3, .img_box:hover .txt p, .img_box:hover .txt h6 {
    color: #fff; }

.img_box:hover .img img {
  transform: scale(1.05); }

.img_box a.link {
  display: block;
  text-decoration: none; }

.img_box .img {
  overflow: hidden; }
  .img_box .img img {
    display: block;
    width: 100%;
    transition: all ease .3s; }

.img_box .txt {
  margin: -50px 10px 0;
  background-color: #fff;
  box-shadow: 4px 4px 5px 3px rgba(100, 100, 100, 0.3);
  box-sizing: border-box;
  padding: 10px 15px;
  position: relative;
  z-index: 10;
  transition: all ease .3s; }
  .img_box .txt h3 {
    text-align: center;
    color: #23a691;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px; }
  .img_box .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #333; }
  .img_box .txt h6 {
    text-align: right;
    color: #23a691;
    font-size: 14px;
    padding-top: 20px; }

header {
  background-color: #fff; }
  header .flex {
    align-items: flex-start; }
  header .logo__con {
    background-color: #23a691;
    padding: 30px 0 10px; }
  header .logo_txt {
    padding-top: 0px;
    width: 70%; }
    header .logo_txt img {
      display: inline-block; }
    header .logo_txt span {
      padding-left: 5%; }
      header .logo_txt span em {
        color: #fff;
        font-size: 22px;
        padding-left: 10px;
        font-weight: 700; }
  header .right_txt {
    text-align: right;
    color: #fff; }
    header .right_txt h6 {
      font-size: 14px;
      padding-bottom: 5px; }
      header .right_txt h6 a, header .right_txt h6 em {
        color: #fff; }
      header .right_txt h6 em {
        padding: 0 5px; }
    header .right_txt p {
      font-size: 18px;
      line-height: 28px; }
  header .nav__con {
    background-color: #fff; }
    header .nav__con ul {
      display: block; }
      header .nav__con ul li {
        float: left;
        margin-right: 50px;
        position: relative;
        z-index: 1000; }
        header .nav__con ul li:hover .sub_nav {
          opacity: 1;
          transform: translateY(0);
          visibility: visible; }
        header .nav__con ul li a {
          display: block;
          color: #333;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none;
          border-bottom: 2px solid #fff;
          box-sizing: border-box;
          transition: all ease .3s;
          padding: 15px 0; }
        header .nav__con ul li:hover a, header .nav__con ul li.active a {
          color: #23a691;
          border-color: #23a691; }
        header .nav__con ul li .sub_nav {
          position: absolute;
          top: 100%;
          left: 50%;
          width: 150px;
          margin-left: -75px;
          background-color: #66cccc;
          transition: all ease .3s;
          opacity: 0;
          transform: translateY(10px);
          visibility: hidden; }
          header .nav__con ul li .sub_nav p {
            text-align: center;
            border-bottom: 1px solid #fff; }
            header .nav__con ul li .sub_nav p a {
              color: #fff;
              font-size: 14px;
              padding: 10px 0;
              border: 0; }
              header .nav__con ul li .sub_nav p a:hover {
                color: #333; }
  header .menu_btn {
    width: 30px; }
    header .menu_btn i {
      display: block;
      background-color: #fff;
      height: 3px;
      margin-bottom: 6px; }

footer {
  background-color: #23a691;
  padding-top: 40px; }
  footer .top_link_con {
    padding-bottom: 50px; }
    footer .top_link_con a {
      color: #fff;
      font-size: 18px; }
      footer .top_link_con a:hover {
        text-decoration: none;
        color: #333; }
  footer .top_txt_con {
    padding-bottom: 70px; }
    footer .top_txt_con .txt_con .in_flex {
      justify-content: flex-start; }
    footer .top_txt_con .txt_con .txt {
      border-left: 1px solid #8cd3c2;
      margin-left: 15px;
      padding-left: 30px; }
      footer .top_txt_con .txt_con .txt p {
        font-size: 16px;
        color: #f6fdf3;
        line-height: 30px; }
        footer .top_txt_con .txt_con .txt p a {
          color: #fff; }
    footer .top_txt_con .qr_code_con img {
      display: inline-block;
      margin-left: 20px; }
  footer .copy_right__con {
    background-color: #006666;
    padding: 30px 0; }
    footer .copy_right__con .container {
      position: relative; }
    footer .copy_right__con p {
      text-align: center;
      font-size: 16px;
      color: #fff; }
    footer .copy_right__con .link_con {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      footer .copy_right__con .link_con span {
        color: #fff;
        font-size: 16px; }
      footer .copy_right__con .link_con p a {
        color: #fff;}

.mobile_menu__body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all ease .3s;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden; }
  .mobile_menu__body.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .mobile_menu__body .close_btn {
    background-color: #23a691;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .mobile_menu__body .close_btn i {
      font-size: 40px;
      transform: rotate(45deg);
      color: #fff; }
  .mobile_menu__body .con {
    width: calc(100% - 40px);
    height: calc(100vh);
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 20px 0;
    background-color: #fff; }
    .mobile_menu__body .con ul li {
      border-bottom: 1px solid #ccc; }
      .mobile_menu__body .con ul li a {
        display: block;
        padding: 10px 20px;
        font-size: 16px;
        background-color: #fff;
        color: #333;
        font-weight: 700; }
        .mobile_menu__body .con ul li a:hover {
          background-color: #23a691;
          color: #fff;
          text-decoration: none; }
      .mobile_menu__body .con ul li ul li {
        border-bottom: 1px solid #D3D9DF;
        padding-left: 40px; }
        .mobile_menu__body .con ul li ul li:last-child {
          border: 0; }
        .mobile_menu__body .con ul li ul li a {
          font-size: 14px;
          font-weight: normal; }

.inner_kv__body {
  position: relative;
  z-index: 1; }
  .inner_kv__body .bg {
    display: block;
    width: 100%; }

.break_bar {
  margin: 40px auto 50px; }
  .break_bar .con {
    background-color: #f7f7f7;
    padding: 20px; }
  .break_bar a, .break_bar em {
    color: #333;
    font-size: 16px; }
  .break_bar em {
    padding: 0 5px;
    font-size: 20px; }
  .break_bar a:hover {
    color: #23a691;
    text-decoration: none; }

.sidebar__body.flex {
  align-items: flex-start; }

.sidebar__body .sidebar__con, .sidebar__body #smartfloat {
  width: 280px;
  box-sizing: border-box;
  z-index: 1; }

.sidebar__body .content__con {
  width: calc(100% - 280px);
  padding-left: 40px; }

.sidebar__body .sidebar_box {
  background-color: #39beb1;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 50px; }
  .sidebar__body .sidebar_box h3.tit {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: linear-gradient(#a2d5cb, #3ebeb2, #3ebeb2);
    padding: 0 40px;
    border: 1px solid #a9d8cf;
    border-radius: 2em;
    max-width: 190px;
    margin: 0 auto 20px; }
  .sidebar__body .sidebar_box ul.small li a {
    font-size: 16px; }
  .sidebar__body .sidebar_box ul li {
    color: #fff;
    border-bottom: 1px solid #9dd3ca; }
    .sidebar__body .sidebar_box ul li:last-child {
      border-bottom: 0; }
    .sidebar__body .sidebar_box ul li a {
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      padding: 15px 5px;
      display: inline-block;
      transition: all ease .3s;
      font-weight: 700; }
      .sidebar__body .sidebar_box ul li a:hover, .sidebar__body .sidebar_box ul li a.active {
        padding-left: 10px; }
    .sidebar__body .sidebar_box ul li i {
      padding-right: 10px; }
  .sidebar__body .sidebar_box .logo {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto; }
  .sidebar__body .sidebar_box h4 {
    padding-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 2px; }

.pager {
  text-align: center;
  padding-top: 40px; }
  .pager a {
    display: inline-block;
    vertical-align: middle;
    background-color: #d8d8d8;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    padding: 0 10px;
    margin: 0 2px 5px;
    transition: all ease .3s; }
    .pager a:hover, .pager a.active {
      background-color: #23a691;
      color: #fff;
      text-decoration: none; }

.inner_kv_btm__body {
  position: relative;
  margin-top: -100px;
  z-index: 2; }
  .inner_kv_btm__body .con {
    background-color: #23a691;
    padding: 60px 30px;
    border-radius: 2px;
    box-shadow: 0px 5px 5px 3px rgba(100, 100, 100, 0.3); }
    .inner_kv_btm__body .con .txt_con {
      color: #fff;
      max-width: 500px; }
      .inner_kv_btm__body .con .txt_con h3 {
        font-weight: 700;
        font-size: 24px;
        padding-bottom: 10px; }
      .inner_kv_btm__body .con .txt_con p {
        font-size: 16px;
        line-height: 26px; }
    .inner_kv_btm__body .con img {
      width: 250px; }
	  
.inner_kv_btm__body2 {
  position: relative;
  background-color: #23a691;
  margin-top: -100px;
  z-index: 2; }
  .inner_kv_btm__body2 .con2 {
	background-color: #23a691;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
    .inner_kv_btm__body2 .con2 {
      color: #fff;
      }
      .inner_kv_btm__body2 .con2 h3 {
        font-weight: 700;
        font-size: 24px;
        padding-bottom: 10px; }
      .inner_kv_btm__body2 .con2 p {
        font-size: 16px;
        line-height: 26px; }


.fck__body p, .fck__body div {
  font-size: 16px;
  color: #333;
  line-height: 38px; }

.fck__body img {
  max-width: 100%;
  height: auto !important; }

.page_btn__body {
  padding-top: 40px;
  text-align: center; }
  .page_btn__body a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(#a2d5cb, #54c2b6, #3bbeb1);
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    border-radius: 2em;
    padding: 0 15px;
    font-weight: 700;
    transition: all ease .3s; }
    .page_btn__body a:hover {
      background: linear-gradient(#3bbeb1, #54c2b6, #a2d5cb); }
    .page_btn__body a i {
      border-radius: 100%;
      border: 1px solid #fff;
      text-align: center;
      width: 16px;
      height: 16px;
      line-height: 16px;
      display: inline-block;
      font-size: 12px;
      margin: 0 3px; }
