@charset "UTF-8";
/*初始化css*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #666666;
  font-family: "Microsoft Yahei","微软雅黑", arial, helvetica, clean, sans-serif;
  font-size: 14px; }

td, th, caption {
  font-size: 14px; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

a {
  color: #555;
  text-decoration: none !important;
  border: 0; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:focus {
  outline: none; }

img {
  border: none; }

ol, ul, li {
  list-style: none; }

input, textarea, select, button {
  font: 14px "Microsoft Yahei",Verdana,Helvetica,Arial,sans-serif;
  outline: none;
  border: none;
  background: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll; }

body {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden; }

/*******************************公用css****************************/
/*******清浮动********/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

/****隐藏class*****/
.hide {
  display: none; }

/****浮动块*****/
.fl {
  float: left; }

.fr {
  float: right; }

::-webkit-scrollbar {
  width: 4px;
  height: 10px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4); }

/************做rem************/
html {
  font-size: 10px; }

@media screen and (min-width: 321px) and (max-width: 375px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 376px) and (max-width: 414px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 415px) and (max-width: 639px) {
  html {
    font-size: 15px; } }
@media screen and (min-width: 640px) and (max-width: 719px) {
  html {
    font-size: 20px; } }
@media screen and (min-width: 720px) and (max-width: 749px) {
  html {
    font-size: 22px; } }
@media screen and (min-width: 750px) and (max-width: 799px) {
  html {
    font-size: 25px; } }
@media screen and (min-width: 800px) {
  html {
    font-size: 25px; } }
/********改变盒子模型块**********/
@media screen and (min-width: 1250px) and (max-width: 1399px) {
  .top_logo img {
    width: 150%; } }
/*********************pc下的首页header********************************/
.index-header {
  width: 100%;
  position: relative; }
  .index-header .scroll_header {
    height: 75px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7%;
    line-height: 74px;
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateZ(0); }
    .index-header .scroll_header.scroll {
      background: white;
      box-shadow: 0 0 25px #ccc;
      color: #999 !important;
      position: fixed !important; }
      .index-header .scroll_header.scroll a.current::after {
        text-shadow: 10px 0 #666 , -10px 0 #666 !important; }
      .index-header .scroll_header.scroll a:hover::after {
        text-shadow: 10px 0 #666 , -10px 0 #666 !important;
        color: #666 !important; }
    .index-header .scroll_header.scroll a {
      color: #666 !important; }
    .index-header .scroll_header.scroll a::before {
      color: #666 !important; }
    .index-header .scroll_header.scroll a.current::after {
      color: #666 !important;
      text-shadow: 10px 0 #666 , -10px 0 #666 !important; }
    .index-header .scroll_header .top_logo {
      display: block;
      width: 285px;
      height: 52px; }
    .index-header .scroll_header .show_nav {
      display: none; }
    .index-header .scroll_header .top_logo_min {
      display: none; }
    .index-header .scroll_header .top_nav li {
      float: left;
      margin-left: 25px;
      position: relative; }
      .index-header .scroll_header .top_nav li:first-child {
        margin-left: 0; }
      .index-header .scroll_header .top_nav li a {
        color: white;
        font-size: 0.72rem;
        -webkit-transition: 0.5s all;
        position: relative;
        max-width: 126px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .index-header .scroll_header .top_nav li a::before {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: white;
          content: attr(data-hover);
          position: absolute;
          opacity: 0;
          text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
          -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
          transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
          -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s;
          pointer-events: none; }
        .index-header .scroll_header .top_nav li a:hover::before {
          -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
          transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
          opacity: 1; }
        .index-header .scroll_header .top_nav li a::after {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          content: '.';
          position: absolute;
          top: 20%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          color: transparent;
          text-shadow: 0 0 transparent;
          font-size: 1rem;
          transition: all 0.3s; }
        .index-header .scroll_header .top_nav li a:hover::after {
          color: #fff;
          text-shadow: 10px 0 #fff, -10px 0 #fff; }
        .index-header .scroll_header .top_nav li a.current::after {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          content: '.';
          position: absolute;
          top: 20%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          color: #fff;
          text-shadow: 10px 0 #fff, -10px 0 #fff;
          font-size: 1rem;
          transition: all 0.3s; }
      .index-header .scroll_header .top_nav li .user-do {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        margin: auto;
        width: 120px; }
        .index-header .scroll_header .top_nav li .user-do dd {
          position: relative;
          background: white;
          width: 100%;
          height: 35px; }
          .index-header .scroll_header .top_nav li .user-do dd:first-child {
            border-bottom: none !important; }
          .index-header .scroll_header .top_nav li .user-do dd a {
            display: block;
            width: 100%;
            line-height: 35px;
            text-align: center;
            color: #666 !important;
            font-size: 13px !important; }
            .index-header .scroll_header .top_nav li .user-do dd a:hover {
              background: #A09898;
              color: white !important; }
            .index-header .scroll_header .top_nav li .user-do dd a::after {
              content: "" !important; }

.banner {
  position: relative; }

.banner .banner_item {
  display: block;
  background: center no-repeat;
  width: 100%;
  background-size: cover;
  height: 350px; }

.banner .banner_focus {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto; }

.banner .banner_focus .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 7px;
  background: transparent; }

.banner .banner_focus .swiper-pagination-bullet-active {
  background-color: white; }

/*********************pad下的首页header********************************/
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .index-header {
    width: 100%;
    position: relative; }
    .index-header .scroll_header {
      height: 75px;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 1.5rem;
      line-height: 74px;
      background-color: rgba(0, 0, 0, 0.15);
      transform: translateZ(0); }
      .index-header .scroll_header.scroll {
        background: white;
        box-shadow: 0 0 25px #ccc;
        color: #999 !important;
        position: fixed !important; }
        .index-header .scroll_header.scroll a.current::after {
          text-shadow: 10px 0 #666 , -10px 0 #666 !important; }
        .index-header .scroll_header.scroll a:hover::after {
          text-shadow: 10px 0 #666 , -10px 0 #666 !important;
          color: #666 !important; }
      .index-header .scroll_header.scroll a {
        color: #666 !important; }
      .index-header .scroll_header.scroll a::before {
        color: #666 !important; }
      .index-header .scroll_header.scroll a.current::after {
        color: #666 !important;
        text-shadow: 10px 0 #666 , -10px 0 #666 !important; }
      .index-header .scroll_header .top_logo {
        display: block;
        width: 210px;
        height: 75px;
        padding: 23px 0; }
        .index-header .scroll_header .top_logo img {
          display: block;
          width: 100%; }
      .index-header .scroll_header .top_logo_min {
        display: none; }
      .index-header .scroll_header .show_nav {
        display: none; }
      .index-header .scroll_header .top_nav li {
        float: left;
        margin-left: 15px;
        position: relative; }
        .index-header .scroll_header .top_nav li:first-child {
          margin-left: 0; }
        .index-header .scroll_header .top_nav li a {
          color: white;
          font-size: 0.47rem;
          -webkit-transition: 0.5s all;
          position: relative;
          max-width: 94px;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .index-header .scroll_header .top_nav li a::before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: white;
            content: attr(data-hover);
            position: absolute;
            opacity: 0;
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
            -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
            transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            pointer-events: none; }
          .index-header .scroll_header .top_nav li a:hover::before {
            -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
            transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
            opacity: 1; }
          .index-header .scroll_header .top_nav li a::after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            content: '.';
            position: absolute;
            top: 20%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            color: transparent;
            text-shadow: 0 0 transparent;
            font-size: 1rem;
            transition: all 0.3s; }
          .index-header .scroll_header .top_nav li a:hover::after {
            color: #fff;
            text-shadow: 10px 0 #fff, -10px 0 #fff; }
          .index-header .scroll_header .top_nav li a.current::after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            content: '.';
            position: absolute;
            top: 20%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            color: #fff;
            text-shadow: 10px 0 #fff, -10px 0 #fff;
            font-size: 1rem;
            transition: all 0.3s; }
        .index-header .scroll_header .top_nav li .user-do {
          display: none;
          position: absolute;
          top: 70px;
          left: 0;
          margin: auto;
          width: 94px; }
          .index-header .scroll_header .top_nav li .user-do dd {
            position: relative;
            background: white;
            width: 100%;
            height: 35px; }
            .index-header .scroll_header .top_nav li .user-do dd:first-child {
              border-bottom: none !important; }
            .index-header .scroll_header .top_nav li .user-do dd a {
              display: block;
              width: 100%;
              line-height: 35px;
              text-align: center;
              color: #666 !important;
              font-size: 12px !important; }
              .index-header .scroll_header .top_nav li .user-do dd a:hover {
                background: #A09898;
                color: white !important; }
              .index-header .scroll_header .top_nav li .user-do dd a::after {
                content: "" !important; }

  .banner {
    position: relative; }

  .banner .banner_item {
    display: block;
    background: center no-repeat;
    width: 100%;
    background-size: cover;
    height: 350px; }

  .banner .banner_focus {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto; }

  .banner .banner_focus .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 7px;
    background: transparent; }

  .banner .banner_focus .swiper-pagination-bullet-active {
    background-color: white; } }
/*******手机下的header******/
@media screen and (max-width: 767px) {
  .index-header {
    height: 50px;
    width: 100%;
    position: relative; }
    .index-header .scroll_header {
      height: 50px;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 1.5rem;
      line-height: 50px;
      background: white; }
      .index-header .scroll_header.scroll {
        background: white;
        box-shadow: 0 0 25px #ccc;
        color: #999 !important;
        position: fixed !important; }
      .index-header .scroll_header.scroll a {
        color: #666 !important; }
      .index-header .scroll_header.scroll a::before {
        color: #666 !important; }
      .index-header .scroll_header.scroll a.current::after {
        color: #666 !important;
        text-shadow: 10px 0 #666 , -10px 0 #666 !important; }
      .index-header .scroll_header .top_logo {
        display: none; }
      .index-header .scroll_header .top_logo_min {
        display: block;
        margin-top: 8px;
        width: 190px; }
        .index-header .scroll_header .top_logo_min img {
          display: block;
          width: 100%; }
      .index-header .scroll_header .show_nav {
        margin-top: 16px;
        display: block !important;
        width: 26px;
        height: 18px; }
        .index-header .scroll_header .show_nav img {
          display: block;
          width: 100%;
          height: 100%; }
      .index-header .scroll_header .top_nav {
        display: none;
        position: fixed;
        top: 50px;
        right: 0;
        width: 120px;
        background: #f5f5f5;
        z-index: 999;
        box-shadow: 0 3px 12px #ccc; }
        .index-header .scroll_header .top_nav li {
          width: 100%;
          text-align: right;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-right: 15px;
          margin-left: 0;
          height: 35px;
          line-height: 35px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .index-header .scroll_header .top_nav li:first-child {
            margin-left: 0; }
          .index-header .scroll_header .top_nav li:last-child {
            border-bottom: none; }
          .index-header .scroll_header .top_nav li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #666666;
            font-size: 13px;
            max-width: 106px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .index-header .scroll_header .top_nav li a::before {
              content: "" !important; }
            .index-header .scroll_header .top_nav li a::after {
              content: "" !important; }
            .index-header .scroll_header .top_nav li a:hover ::before {
              display: none !important; }
            .index-header .scroll_header .top_nav li a:hover ::after {
              display: none !important; }

  /*********banner(移动端)********/
  .banner {
    position: relative; }

  .banner .banner_item {
    display: block;
    background: center no-repeat;
    width: 100%;
    background-size: 100% 100%; }

  .banner .banner_item:after {
    content: "";
    height: 0;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block; }

  .banner .banner_focus {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto; }

  .banner .banner_focus .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 2px;
    background: transparent; }

  .banner .banner_focus .swiper-pagination-bullet-active {
    background-color: white; }

  /********下拉菜单********/
  .rl-up {
    position: relative; }
    .rl-up .user-do {
      position: absolute;
      right: 126px;
      top: 0;
      height: auto;
      background: #f5f5f5;
      width: 100%;
      box-shadow: 0 0 3px 2px #ccc; }
      .rl-up .user-do dd {
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .rl-up .user-do dd.mobile-hidden {
          display: none; }
        .rl-up .user-do dd a {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center; }
        .rl-up .user-do dd:first-child {
          border-bottom: none; } }
@media screen and (max-width: 999px) and (min-width: 451px) {
  .banner .banner_item:after {
    padding-bottom: 40%; } }
@media screen and (max-width: 1250px) and (min-width: 999px) {
  .banner .banner_item:after {
    padding-bottom: 30%; } }
@media screen and (max-width: 450px) {
  .banner .banner_item:after {
    padding-bottom: 52%; }

  .banner .banner_item {
    background-size: 190% 100%; } }
.notUser {
  /*background-color: #b5b5b50f;*/
  background-color: #b5b5b50f;
  position: absolute;
  right: 15px;
  left: 15px;
  top: 0;
  z-index: 1;
  bottom: 0;
  border: 1px solid #ece8e8;
  border-radius: 5px;
  text-align: center; }
  .notUser span {
    display: block;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%); }
    .notUser span a {
      color: #0ab1fc; }

@media screen and (max-width: 1249px) {
  .zhuanjia, .houtaiManger {
    position: relative;
    display: none; } }
.zhuanjia, .houtaiManger {
  position: relative; }

.spaceM {
  height: 35px;
  line-height: 35px;
  padding-left: 30px;
  background-color: white;
  width: 100%; }

.spaceM:hover {
  border: none; }

@media screen and (min-width: 1250px) {
  .index-header .scroll_header .top_nav li .user-do dd .spaceM li a:hover {
    background-color: white !important;
    color: #65bdbb !important; } }
.user-do dd {
  border: 1px solid #EDEDED; }

.houtaiMangerA {
  background-color: white; }

@media screen and (max-width: 3000px) and (min-width: 1100px) {
  .footWrap {
    background-color: #91c973;
    justify-content: space-around;
    padding: 20px 0;
    color: #d5edc9;
    left: 0;
    right: 0;
    bottom: 0; }
    .footWrap .footerOne {
      position: relative;
      display: flex;
      justify-content: space-between;
      padding: 0 30% 10px 30%;
      border-bottom: 1px solid rgba(213, 237, 201, 0.6);
      margin: 0 15px; }
      .footWrap .footerOne .footerOneItem {
        text-align: center;
        font-size: 16px;
        align-items: flex-start;
        display: flex;
        flex-direction: column; }
        .footWrap .footerOne .footerOneItem .num1 {
          font-size: 16px;
          line-height: 1;
          margin-bottom: 5px; }
          .footWrap .footerOne .footerOneItem .num1 a {
            color: #d5edc9; }
        .footWrap .footerOne .footerOneItem .num2 {
          font-size: 14px;
          line-height: 1; }
          .footWrap .footerOne .footerOneItem .num2 a {
            color: rgba(213, 237, 201, 0.6); }
    .footWrap .footerTwoWrap {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 16px; }
      .footWrap .footerTwoWrap .footerTwo {
        position: relative;
        display: flex;
        font-size: 12px;
        line-height: 1; }
        .footWrap .footerTwoWrap .footerTwo .footerTwoItem {
          position: relative;
          margin-right: 15px; }
        .footWrap .footerTwoWrap .footerTwo .footerTwoItemB:before {
          content: '';
          position: absolute;
          right: -7.5px;
          height: 100%;
          width: 1px;
          background-color: #d5edc9; }
    .footWrap .footerWrapPhone {
      display: none; } }
@media screen and (min-width: 320px) and (max-width: 1100px) {
  .footWrap {
    padding: 10px 15px;
    text-align: center;
    background-color: #91c973;
    color: #d5edc9; }
    .footWrap .footerOne, .footWrap .footerTwoWrap {
      display: none; }
    .footWrap .footerWrapPhoneItem {
      position: relative;
      font-size: 12px;
      line-height: 1;
      margin: 10px 0; }
      .footWrap .footerWrapPhoneItem a {
        color: #d5edc9; } }
/****footer尾******/
.navbar .container {
  padding: 0 10px; }

.navbar .navbar-customized-foot {
  color: #ffffff;
  padding: 20px 0; }
  .navbar .navbar-customized-foot .footer-row {
    margin: 10px 0; }
    .navbar .navbar-customized-foot .footer-row a {
      display: inline-block;
      color: #fff;
      margin: 0 10px;
      font-size: 18px; }
      .navbar .navbar-customized-foot .footer-row a:hover {
        text-decoration: underline !important; }
      .navbar .navbar-customized-foot .footer-row a.cnzz {
        margin: 0; }
        .navbar .navbar-customized-foot .footer-row a.cnzz span {
          border-right: none; }
    .navbar .navbar-customized-foot .footer-row span {
      padding: 0 7px;
      border-right: 1px solid #efefef;
      font-size: 16px; }
      .navbar .navbar-customized-foot .footer-row span:last-child {
        border-right: 0 solid #fff; }

.navbar-fixed-bottom {
  position: relative; }

.nav_img {
  text-align: right; }

@media screen and (max-width: 768px) {
  .navbar .container {
    padding: 10px 0px; }

  .nav_img {
    text-align: left; }

  .nav_img img {
    width: 60px; }

  .footer-row a.phone-hide {
    display: none !important; }

  .footer-row span {
    display: block; } }
a[title="站长统计"] {
  display: none; }

/*# sourceMappingURL=common.css.map */
