.header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 30px;
  left: 0;
  padding: 0 30px;
  z-index: 99;
  transition: all 0.6s; }
  .header .mains {
    width: 100%;
    height: 110px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s; }
    .header .mains .logo {
      display: inline-block;
      width: 103px;
      min-width: 103px;
      height: 87px;
      margin-left: 40px; }
      .header .mains .logo img {
        width: 100%;
        height: 100%; }
    .header .mains .nav {
      display: inline-flex;
      height: 110px; }
      .header .mains .nav .item {
        width: 190px;
        height: 110px;
        display: inline-block;
        position: relative;
        text-align: center;
        margin: 0 5px; }
        .header .mains .nav .item .first {
          display: inline-block;
          width: auto;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 18px;
          padding: 0 5px;
          border-bottom: 2px solid transparent;
          transition: all 0.3s;
          margin: 35px auto 0; }
          .header .mains .nav .item .first.active, .header .mains .nav .item .first:hover {
            border-color: #00509f;
            color: #00509f; }
        .header .mains .nav .item .sub {
          display: block;
          width: 100%;
          position: absolute;
          top: 120px;
          left: 0;
          background-color: #fff;
          height: auto;
          max-height: 0;
          overflow: hidden;
          transition: all 0.3s; }
          .header .mains .nav .item .sub a {
            display: flex;
            align-items: center;
            width: 100%;
            height: 50px;
            padding: 0 20px;
            border-top: 1px solid #e3e4e5;
            position: relative;
            transition: all 0.3s; }
            .header .mains .nav .item .sub a span {
              display: inline-block;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 14px;
              color: #666;
              transition: all 0.3s; }
            .header .mains .nav .item .sub a i {
              display: inline-block;
              width: 13px;
              height: 9px;
              background-image: url("../images/32.png");
              background-size: 100% 100%;
              position: absolute;
              top: 20px;
              right: 40px;
              opacity: 0;
              transition: all 0.3s; }
            .header .mains .nav .item .sub a:hover {
              background-color: #f8fcff; }
              .header .mains .nav .item .sub a:hover span {
                margin-left: 10px; }
              .header .mains .nav .item .sub a:hover i {
                right: 20px;
                opacity: 1; }
            .header .mains .nav .item .sub a:first-child {
              border-top: none; }
        .header .mains .nav .item:hover .sub {
          max-height: 500px; }
    .header .mains .right {
      width: 130px;
      min-width: 130px;
      height: 110px;
      background-color: #00509f;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .header .mains .right .lang {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        padding: 0 10px; }
      .header .mains .right i.xian {
        display: inline-block;
        width: 1px;
        min-width: 1px;
        height: 20px;
        background-color: #78a0c8;
        margin: 0 12px; }
      .header .mains .right .user {
        display: inline-block;
        width: 29px;
        height: 29px; }
        .header .mains .right .user img {
          width: 100%;
          height: 100%; }
      .header .mains .right .users {
        width: auto;
        height: 110px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        position: relative; }
        .header .mains .right .users img {
          width: 29px;
          height: 29px; }
        .header .mains .right .users .quit {
          width: 60px;
          height: 30px;
          display: block;
          background: #fff;
          font-size: 14px;
          line-height: 30px;
          color: #666666;
          position: absolute;
          left: -5px;
          top: 110px;
          text-align: center;
          display: none; }
          .header .mains .right .users .quit i {
            display: inline-block;
            width: 0;
            height: 0;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent #fff transparent !important;
            position: absolute;
            top: -12px;
            left: 26px;
            margin: 0px; }
  .header.active {
    top: 0;
    padding: 0; }

.exit-box {
  width: 80%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  position: fixed;
  left: 10%;
  top: 50%;
  margin-top: -85px;
  z-index: 999;
  display: none; }
  .exit-box .exit {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 50px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .exit-box .exit a {
      width: 60%;
      height: 40px;
      display: block;
      border-radius: 20px;
      background: #00509f;
      font-size: 14px;
      text-align: center;
      line-height: 40px;
      color: #fff; }
  .exit-box img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 20px; }

.mobile-nav {
  width: 100%;
  height: 66px;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none; }
  .mobile-nav .logo {
    width: max-content;
    height: 56px;
    float: left;
    margin-top: 5px;
    margin-left: 24px; }
    .mobile-nav .logo img {
      width: auto;
      height: 56px; }
  .mobile-nav .mobile-fr {
    width: 180px;
    height: 66px;
    float: right; }
    .mobile-nav .mobile-fr .mobile-btn {
      width: 80px;
      height: 66px;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mobile-nav .mobile-fr .mobile-btn i {
        width: 32px;
        height: 2px;
        background: #333333;
        display: inline-block;
        position: relative; }
        .mobile-nav .mobile-fr .mobile-btn i::before {
          content: "";
          width: 32px;
          height: 2px;
          background: #333333;
          position: absolute;
          top: 10px;
          left: 0px;
          transition: 0.3s; }
        .mobile-nav .mobile-fr .mobile-btn i::after {
          content: "";
          width: 32px;
          height: 2px;
          background: #333333;
          position: absolute;
          bottom: 10px;
          left: 0px;
          transition: 0.3s; }
      .mobile-nav .mobile-fr .mobile-btn .active {
        width: 32px;
        height: 32px;
        background: #fff;
        position: relative; }
        .mobile-nav .mobile-fr .mobile-btn .active::before {
          content: "";
          width: 32px;
          height: 2px;
          background: #333333;
          transform: rotate(45deg);
          position: absolute;
          top: 16px;
          left: 0px;
          transition: 0.3s; }
        .mobile-nav .mobile-fr .mobile-btn .active::after {
          content: "";
          width: 32px;
          height: 2px;
          transform: rotate(-45deg);
          background: #333333;
          position: absolute;
          top: 16px;
          left: 0px;
          transition: 0.3s; }
    .mobile-nav .mobile-fr .main-person {
      width: 100px;
      height: 66px;
      float: left;
      background: #00509f;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .mobile-nav .mobile-fr .main-person a {
        font-size: 18px;
        color: #fff; }
      .mobile-nav .mobile-fr .main-person i {
        width: 1px;
        height: 20px;
        display: inline-block;
        background: #78a0c8;
        margin: 0 12px; }
      .mobile-nav .mobile-fr .main-person img {
        width: 29px;
        height: 29px; }
  .mobile-nav .nav {
    width: 100%;
    height: calc(100vh - 66px);
    background: #ffffff;
    position: fixed;
    top: 66px;
    z-index: 999;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .mobile-nav .nav li {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden; }
      .mobile-nav .nav li .nav-one {
        width: 100%;
        height: 62px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px #ececec solid; }
        .mobile-nav .nav li .nav-one a {
          font-size: 14px;
          color: #333;
          width: calc(100% - 25px);
          height: 62px;
          line-height: 62px; }
        .mobile-nav .nav li .nav-one i {
          width: 19px;
          height: 10px;
          display: block;
          background: url(../images/33.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .mobile-nav .nav li .nav-one i.active {
          width: 19px;
          height: 10px;
          display: block;
          background: url(../images/34.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
      .mobile-nav .nav li .nav-three {
        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;
        display: none; }
        .mobile-nav .nav li .nav-three a {
          width: 100%;
          height: 50px;
          background: #f8fcff;
          padding: 0 20px;
          display: flex;
          align-items: center; }
          .mobile-nav .nav li .nav-three a i {
            width: 16px;
            height: 2px;
            background: #666666;
            display: inline-block;
            margin-right: 20px; }
          .mobile-nav .nav li .nav-three a span {
            font-size: 14px;
            color: #666666; }

footer {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px -3px 7px rgba(0, 50, 100, 0.1); }
  footer .foot16 {
    height: auto;
    zoom: 1;
    padding-bottom: 45px;
    border-bottom: 1px #e7e7e7 solid; }
    footer .foot16 .center14 {
      padding-top: 40px; }
      footer .foot16 .center14 .centerfl {
        width: calc(100% - 220px);
        float: left;
        height: auto;
        zoom: 1;
        overflow: hidden;
        display: flex;
        justify-content: space-between; }
        footer .foot16 .center14 .centerfl .item a {
          display: block; }
        footer .foot16 .center14 .centerfl .item .title {
          font-size: 18px;
          line-height: 38px;
          color: #221815;
          margin-bottom: 17px; }
        footer .foot16 .center14 .centerfl .item .tit {
          width: max-content;
          font-size: 14px;
          line-height: 20px;
          color: #666666;
          margin-bottom: 14px;
          transition: 0.3s;
          border-bottom: 1px #fff solid; }
          footer .foot16 .center14 .centerfl .item .tit:hover {
            color: #00509f;
            border-bottom: 1px #00509f solid; }
      footer .foot16 .center14 .centerfr {
        width: 174px;
        height: auto;
        zoom: 1;
        overflow: hidden;
        float: right; }
        footer .foot16 .center14 .centerfr img {
          width: 174px;
          height: 174px; }
        footer .foot16 .center14 .centerfr p {
          font-size: 12px;
          line-height: 22px;
          color: #666;
          text-align: center; }
  footer .foot-bot {
    font-size: 12px;
    line-height: 30px;
    color: #999999;
    text-align: center;
    padding: 12px 0px 10px 0px; }
    footer .foot-bot p {
      display: inline-block; }
    footer .foot-bot a {
      color: #999999; }

.right-nav {
  width: auto;
  height: auto;
  zoom: 1;
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 50%;
  margin-top: -70px; }
  .right-nav .called {
    width: 70px;
    height: 70px;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    margin-bottom: 1px; }
    .right-nav .called a {
      width: 70px;
      height: 70px;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 999;
      background: #f5aa0f;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .right-nav .called a img {
        width: 29px;
        height: 29px;
        display: block; }
      .right-nav .called a p {
        color: #fff; }
    .right-nav .called .num {
      width: max-content;
      height: 70px;
      line-height: 70px;
      padding: 0 30px;
      font-size: 30px;
      background: #f5aa0f;
      font-style: oblique;
      position: absolute;
      top: 0px;
      right: -254px;
      color: #fff;
      transition: 0.5s; }
    .right-nav .called:hover .num {
      right: 71px; }

.mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none; }

.show-box {
  width: 460px;
  height: 570px;
  position: fixed;
  top: 50%;
  margin-top: -285px;
  left: 50%;
  margin-left: -230px;
  z-index: 9999;
  display: none; }
  .show-box .login-box {
    width: 460px;
    height: 520px;
    background: #fff;
    display: none; }
    .show-box .login-box .login-top {
      width: 100%; }
    .show-box .login-box .login-top {
      width: 100%;
      height: 100px;
      box-sizing: border-box;
      padding: 0 40px;
      display: flex;
      align-items: center;
      margin-bottom: 4px; }
      .show-box .login-box .login-top li {
        width: 50%;
        float: left; }
        .show-box .login-box .login-top li a {
          width: 100%;
          line-height: 24px;
          font-size: 24px;
          color: #666666;
          display: block;
          text-align: center; }
        .show-box .login-box .login-top li:nth-of-type(1) a {
          border-right: 1px #666666 solid; }
      .show-box .login-box .login-top .current a {
        color: #00509f; }
    .show-box .login-box .login-content .item {
      display: none; }
      .show-box .login-box .login-content .item .item-top {
        width: 100%;
        height: 350px;
        padding: 0 40px; }
        .show-box .login-box .login-content .item .item-top input {
          width: 100%;
          height: 60px;
          padding: 0 10px;
          margin-bottom: 10px;
          border: 1px #dddddd solid; }
        .show-box .login-box .login-content .item .item-top input::-webkit-input-placeholder {
          color: #999999; }
        .show-box .login-box .login-content .item .item-top input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #999999; }
        .show-box .login-box .login-content .item .item-top input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #999999; }
        .show-box .login-box .login-content .item .item-top input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #999999; }
        .show-box .login-box .login-content .item .item-top button {
          width: 100%;
          height: 60px;
          background: #00509f;
          font-size: 18px;
          color: #fff;
          border: none;
          margin-top: 20px; }
        .show-box .login-box .login-content .item .item-top a {
          font-size: 14px;
          line-height: 30px;
          color: #00509f; }
      .show-box .login-box .login-content .item .item-reg {
        height: auto; }
        .show-box .login-box .login-content .item .item-reg .yzm {
          width: 100%;
          height: 60px;
          border: 1px #dddddd solid; }
          .show-box .login-box .login-content .item .item-reg .yzm input:nth-of-type(1) {
            width: calc(100% - 110px);
            height: 58px;
            border: none;
            float: left; }
          .show-box .login-box .login-content .item .item-reg .yzm input:nth-of-type(2) {
            width: 110px;
            height: 58px;
            float: left;
            border: none;
            background: #fff;
            font-size: 14px;
            color: #00509f;
            border-left: 1px #ddd solid; }
      .show-box .login-box .login-content .item .item-bot {
        width: 100%;
        height: 70px;
        background: #f4f4f4;
        display: flex;
        align-items: center;
        justify-content: center; }
        .show-box .login-box .login-content .item .item-bot p {
          font-size: 14px;
          line-height: 14px;
          color: #999999; }
          .show-box .login-box .login-content .item .item-bot p a {
            color: #000; }
    .show-box .login-box .login-content .show {
      display: block !important; }
  .show-box .login-shan {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px; }
    .show-box .login-shan img {
      width: 100%; }
  .show-box .forget-box {
    width: 460px;
    height: 530px;
    display: none;
    background: #fff; }
    .show-box .forget-box .title {
      font-size: 24px;
      color: #00509f;
      line-height: 100px;
      text-align: center; }
    .show-box .forget-box .forg-box {
      width: 100%;
      padding: 0 40px;
      height: auto;
      zoom: 1;
      overflow: hidden; }
      .show-box .forget-box .forg-box input {
        width: 100%;
        height: 60px;
        padding: 0 10px;
        margin-bottom: 10px;
        border: 1px #dddddd solid; }
      .show-box .forget-box .forg-box input::-webkit-input-placeholder {
        color: #999999; }
      .show-box .forget-box .forg-box input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999999; }
      .show-box .forget-box .forg-box input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999999; }
      .show-box .forget-box .forg-box input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999999; }
      .show-box .forget-box .forg-box button {
        width: 100%;
        height: 60px;
        background: #00509f;
        font-size: 18px;
        color: #fff;
        border: none;
        margin-top: 20px; }
      .show-box .forget-box .forg-box a {
        font-size: 14px;
        line-height: 30px;
        color: #00509f; }
      .show-box .forget-box .forg-box .yzm {
        width: 100%;
        height: 60px;
        border: 1px #dddddd solid; }
        .show-box .forget-box .forg-box .yzm input:nth-of-type(1) {
          width: calc(100% - 110px);
          height: 58px;
          border: none;
          float: left; }
        .show-box .forget-box .forg-box .yzm input:nth-of-type(2) {
          width: 110px;
          height: 58px;
          float: left;
          border: none;
          background: #fff;
          font-size: 14px;
          color: #00509f;
          border-left: 1px #ddd solid; }

.paging {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .paging a {
    width: 30px;
    height: 30px;
    transition: 0.3s;
    display: inline-block;
    border-radius: 2px;
    background: #f1f1f1;
    color: #666666;
    text-align: center;
    line-height: 30px;
    margin: 0 5px; }
    .paging a i {
      width: 7px;
      height: 11px;
      display: inline-block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .paging a .lastpag {
      background-image: url(../images/47.png); }
    .paging a .nextpag {
      background-image: url(../images/48.png); }
    .paging a:hover {
      background: #f5aa0f;
      color: #fff; }
      .paging a:hover .lastpag {
        background-image: url(../images/49.png); }
      .paging a:hover .nextpag {
        background-image: url(../images/50.png); }
  .paging .current {
    background: #f5aa0f;
    color: #fff; }

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .center16 {
    width: 90% !important;
    height: auto;
    zoom: 1;
    margin: 0 auto; }
  #index .banner {
    height: 900px !important; }
    #index .banner .swiper-banner .swiper-slide {
      height: 900px; } }

@media screen and (max-width: 1440px) {
  .center16 {
    width: 90% !important;
    height: auto;
    zoom: 1;
    margin: 0 auto; }
  #index .banner {
    height: 850px !important; }
    #index .banner .swiper-banner .swiper-slide {
      height: 850px; }
  .header .mains .nav .item {
    width: 150px; }
    .header .mains .nav .item .first {
      display: inline-block;
      width: auto;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      padding: 0 5px;
      border-bottom: 2px solid transparent;
      transition: all 0.3s;
      margin: 35px auto 0; }
      .header .mains .nav .item .first.active, .header .mains .nav .item .first:hover {
        border-color: #00509f;
        color: #00509f; }
    .header .mains .nav .item .sub {
      display: block;
      width: 100%;
      position: absolute;
      top: 120px;
      left: 0;
      background-color: #fff;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s; }
      .header .mains .nav .item .sub a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        border-top: 1px solid #e3e4e5;
        position: relative;
        transition: all 0.3s; }
        .header .mains .nav .item .sub a span {
          display: inline-block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 14px;
          color: #666;
          transition: all 0.3s; }
        .header .mains .nav .item .sub a i {
          display: inline-block;
          width: 13px;
          height: 9px;
          background-image: url("../images/32.png");
          background-size: 100% 100%;
          position: absolute;
          top: 20px;
          right: 40px;
          opacity: 0;
          transition: all 0.3s; }
        .header .mains .nav .item .sub a:hover {
          background-color: #f8fcff; }
          .header .mains .nav .item .sub a:hover span {
            margin-left: 10px; }
          .header .mains .nav .item .sub a:hover i {
            right: 20px;
            opacity: 1; }
        .header .mains .nav .item .sub a:first-child {
          border-top: none; }
    .header .mains .nav .item:hover .sub {
      max-height: 500px; }
  .header .mains .right {
    width: 130px;
    min-width: 130px;
    height: 110px;
    background-color: #00509f;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .header .mains .right .lang {
      display: inline-block;
      font-size: 18px;
      color: #fff; }
    .header .mains .right i {
      display: inline-block;
      width: 1px;
      min-width: 1px;
      height: 20px;
      background-color: #78a0c8;
      margin: 0 12px; }
    .header .mains .right .user {
      display: inline-block;
      width: 29px;
      height: 29px; }
      .header .mains .right .user img {
        width: 100%;
        height: 100%; }
  .header.active {
    top: 0;
    padding: 0; }
  footer .foot16 .center14 .centerfl .item .title {
    font-size: 16px; }
  footer .foot16 .center14 .centerfl .item .tit {
    width: max-content;
    font-size: 12px; }
  footer .foot-bot {
    font-size: 12px;
    line-height: 30px;
    color: #999999;
    text-align: center;
    padding: 12px 0px 10px 0px; }
    footer .foot-bot p {
      display: inline-block; }
    footer .foot-bot a {
      color: #999999; } }

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .center16 {
    width: 90% !important;
    height: auto;
    zoom: 1;
    margin: 0 auto; }
  #index .banner {
    height: 760px !important; }
    #index .banner .swiper-banner .swiper-slide {
      height: 760px; }
  .header .mains .logo {
    margin-left: 20px; }
  .header .mains .nav .item {
    width: 135px; }
    .header .mains .nav .item .first {
      display: inline-block;
      width: auto;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      padding: 0 5px;
      border-bottom: 2px solid transparent;
      transition: all 0.3s;
      margin: 35px auto 0; }
      .header .mains .nav .item .first.active, .header .mains .nav .item .first:hover {
        border-color: #00509f;
        color: #00509f; }
    .header .mains .nav .item .sub {
      display: block;
      width: 100%;
      position: absolute;
      top: 120px;
      left: 0;
      background-color: #fff;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s; }
      .header .mains .nav .item .sub a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        border-top: 1px solid #e3e4e5;
        position: relative;
        transition: all 0.3s; }
        .header .mains .nav .item .sub a span {
          display: inline-block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 14px;
          color: #666;
          transition: all 0.3s; }
        .header .mains .nav .item .sub a i {
          display: inline-block;
          width: 13px;
          height: 9px;
          background-image: url("../images/32.png");
          background-size: 100% 100%;
          position: absolute;
          top: 20px;
          right: 40px;
          opacity: 0;
          transition: all 0.3s; }
        .header .mains .nav .item .sub a:hover {
          background-color: #f8fcff; }
          .header .mains .nav .item .sub a:hover span {
            margin-left: 10px; }
          .header .mains .nav .item .sub a:hover i {
            right: 20px;
            opacity: 1; }
        .header .mains .nav .item .sub a:first-child {
          border-top: none; }
    .header .mains .nav .item:hover .sub {
      max-height: 500px; }
  .header .mains .right {
    width: 130px;
    min-width: 130px;
    height: 110px;
    background-color: #00509f;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .header .mains .right .lang {
      display: inline-block;
      font-size: 18px;
      color: #fff; }
    .header .mains .right i {
      display: inline-block;
      width: 1px;
      min-width: 1px;
      height: 20px;
      background-color: #78a0c8;
      margin: 0 12px; }
    .header .mains .right .user {
      display: inline-block;
      width: 29px;
      height: 29px; }
      .header .mains .right .user img {
        width: 100%;
        height: 100%; }
  .header.active {
    top: 0;
    padding: 0; } }

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .center16 {
    width: 90% !important;
    height: auto;
    zoom: 1;
    margin: 0 auto; }
  .center14 {
    width: 90% !important; }
  #index .banner {
    height: 600px !important;
    margin-top: 66px; }
    #index .banner .swiper-banner .swiper-slide {
      height: 600px; }
    #index .banner .swiper-pagination {
      padding-left: 0px !important;
      display: flex;
      justify-content: center; }
  .header {
    display: none; }
  .mobile-nav {
    display: block; }
  .right-nav {
    display: none; }
  footer {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background: #fff; }
    footer .foot16 {
      height: auto;
      zoom: 1;
      padding-bottom: 45px;
      border-bottom: 1px #e7e7e7 solid; }
      footer .foot16 .center14 {
        padding-top: 40px; }
        footer .foot16 .center14 .centerfl {
          width: 100%;
          float: initial;
          height: auto;
          zoom: 1;
          overflow: hidden;
          display: flex;
          justify-content: space-between; }
          footer .foot16 .center14 .centerfl .item a {
            display: block; }
          footer .foot16 .center14 .centerfl .item .title {
            font-size: 18px;
            line-height: 38px;
            color: #221815;
            margin-bottom: 17px; }
          footer .foot16 .center14 .centerfl .item .tit {
            width: max-content;
            font-size: 14px;
            line-height: 20px;
            color: #666666;
            margin-bottom: 14px;
            transition: 0.3s;
            border-bottom: 1px #fff solid; }
            footer .foot16 .center14 .centerfl .item .tit:hover {
              color: #00509f;
              border-bottom: 1px #00509f solid; }
        footer .foot16 .center14 .centerfr {
          width: 154px;
          height: auto;
          zoom: 1;
          overflow: hidden;
          float: initial; }
          footer .foot16 .center14 .centerfr img {
            width: 154px;
            height: 154px; }
          footer .foot16 .center14 .centerfr p {
            font-size: 12px;
            line-height: 22px;
            color: #666;
            text-align: center; }
    footer .foot-bot {
      font-size: 12px;
      line-height: 30px;
      color: #999999;
      text-align: center;
      padding: 12px 0px 10px 0px; }
      footer .foot-bot p {
        display: inline-block; }
      footer .foot-bot a {
        color: #999999; } }

@media screen and (max-width: 767px) {
  .center16 {
    width: 90% !important;
    height: auto;
    zoom: 1;
    margin: 0 auto; }
  #index .banner {
    height: 300px !important;
    margin-top: 66px; }
    #index .banner .swiper-banner .swiper-slide {
      height: 300px; }
    #index .banner .swiper-pagination {
      padding-left: 0px !important;
      display: flex;
      justify-content: center; }
  .header {
    display: none; }
  .mobile-nav {
    display: block; }
  .right-nav {
    display: none; }
  footer {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background: #fff; }
    footer .foot16 {
      height: auto;
      zoom: 1;
      padding-bottom: 45px;
      border-bottom: 1px #e7e7e7 solid; }
      footer .foot16 .center14 {
        padding-top: 40px; }
        footer .foot16 .center14 .centerfl {
          width: 100%;
          float: initial;
          height: auto;
          zoom: 1;
          overflow: hidden;
          display: initial; }
          footer .foot16 .center14 .centerfl .item {
            width: 100%;
            height: auto;
            zoom: 1;
            overflow: hidden;
            margin-bottom: 5px; }
            footer .foot16 .center14 .centerfl .item a {
              width: 33.3px;
              display: block;
              float: left; }
            footer .foot16 .center14 .centerfl .item .title {
              width: 100%;
              font-size: 14px;
              line-height: 26px;
              color: #221815;
              margin-bottom: 0px; }
            footer .foot16 .center14 .centerfl .item .tit {
              width: 33.3%;
              font-size: 12px;
              line-height: 20px;
              color: #666666;
              margin-bottom: 5px;
              transition: 0.3s;
              border-bottom: 1px #fff solid; }
              footer .foot16 .center14 .centerfl .item .tit:hover {
                color: #00509f;
                border-bottom: 1px #00509f solid; }
        footer .foot16 .center14 .centerfr {
          width: 120px;
          height: auto;
          zoom: 1;
          overflow: hidden;
          float: initial; }
          footer .foot16 .center14 .centerfr img {
            width: 120px;
            height: 120px; }
          footer .foot16 .center14 .centerfr p {
            font-size: 12px;
            line-height: 22px;
            color: #666;
            text-align: center; }
    footer .foot-bot {
      font-size: 12px;
      line-height: 22px;
      color: #999999;
      text-align: center;
      padding: 12px 0px 10px 0px; }
      footer .foot-bot p {
        display: block; }
        footer .foot-bot p span {
          display: block; }
      footer .foot-bot a {
        color: #999999; }
  .show-box {
    width: 90%;
    height: auto;
    left: 5%;
    margin-top: -215px;
    margin-left: initial; }
    .show-box .login-box {
      width: 100%;
      height: 430px; }
      .show-box .login-box .login-top {
        height: 80px; }
        .show-box .login-box .login-top li a {
          font-size: 20px; }
      .show-box .login-box .login-content .item .item-top {
        height: 280px; }
        .show-box .login-box .login-content .item .item-top input {
          height: 46px; }
      .show-box .login-box .login-content .item .item-reg .yzm {
        height: 46px; }
        .show-box .login-box .login-content .item .item-reg .yzm input {
          height: 44px !important; }
    .show-box .forget-box {
      width: 100%;
      height: 440px; }
      .show-box .forget-box .title {
        line-height: 80px; }
      .show-box .forget-box .forg-box input {
        height: 46px; }
      .show-box .forget-box .forg-box .yzm {
        height: 46px; }
        .show-box .forget-box .forg-box .yzm input {
          height: 44px !important; } }
