@charset "UTF-8";
a {
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  font-weight: lighter; }

a * {
  cursor: pointer; }

* {
  cursor: default; }

input {
  cursor: text; }

body {
  overflow-x: hidden; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

.text_ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: calc(1em + 20px); }

.text_ellipsis4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: calc(5em + 10px); }

.text_ellipsis7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: calc(7em + 55px); }

.container {
  width: 100%; }

.container_fluid_1200 {
  max-width: 1200px;
  width: 90%;
  position: relative;
  margin: 0 auto; }

/************************************************ 导航栏样式 *******************************/
.down {
  transform: translateY(0); }

.up {
  transform: translateY(-100%); }

.nav_01 {
  width: 100%;
  background: rgba(2, 102, 195, 0.7);
  position: fixed;
  top: 0;
  z-index: 100;
  transition: 0.36s; }
  .nav_01 .nav_bar {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
    align-items: flex-start; }
    .nav_01 .nav_bar .logo_box {
      width: 16.5%;
      padding-top: 4.5%;
      margin-left: 35px;
      position: relative;
      background: url(../images/logo-w.svg) 50% 50%/contain no-repeat;
      /* img{
                width: 100%;
            } */ }
      .nav_01 .nav_bar .logo_box a {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
    .nav_01 .nav_bar .menu_btn {
      display: none;
      text-align: end; }
    .nav_01 .nav_bar .menu_btn a {
      color: white;
      font-size: 30px; }
      .nav_01 .nav_bar .menu_btn a span {
        font-size: inherit;
        color: inherit; }
    .nav_01 .nav_bar .nav_list {
      display: flex;
      width: 440px;
      justify-content: space-between;
      position: relative;
      padding-right: 53px;
      padding-top: 4.5%; }
      .nav_01 .nav_bar .nav_list .sub_nav {
        color: #333;
        bottom: -200px;
        display: none;
        border-bottom: 5px;
        overflow: hidden;
        padding: 5px 0px; }
        .nav_01 .nav_bar .nav_list .sub_nav li {
          padding: 8px 0;
          text-align: center; }
          .nav_01 .nav_bar .nav_list .sub_nav li a {
            color: white;
            font-size: 14px; }
      .nav_01 .nav_bar .nav_list a {
        color: white;
        font-weight: lighter;
        font-size: 14px;
        position: relative; }
      .nav_01 .nav_bar .nav_list a::after {
        content: "";
        display: block;
        width: 0px;
        left: 0;
        position: absolute;
        bottom: -10px;
        transition: 0.5s; }
      .nav_01 .nav_bar .nav_list a:hover::after {
        width: 100%;
        height: 2px;
        background: #2270B9; }
    .nav_01 .nav_bar .nav_list > li {
      width: 20%;
      text-align: center; }

/* 聚焦时的样式 */
.hovered {
  background: rgba(255, 255, 255, 0.7); }
  .hovered .nav_bar .logo_box {
    background: url(../images/logo-b.svg) 50% 50%/contain no-repeat; }
  .hovered .nav_bar a {
    color: #333 !important; }

/*自适应*/
@media only screen and (min-width: 100px) and (max-width: 960px) {
  .nav_01 .nav_bar .logo_box {
    width: 30%;
    margin-left: 8px;
    padding-top: 8.1%; }
  .nav_01 .nav_bar .menu_btn {
    display: block; }
  .nav_01 .nav_bar .nav_container {
    display: none;
    margin-top: 20px; }
  .nav_01 .nav_bar .nav_list {
    display: block;
    width: auto;
    padding-right: 0px;
    text-align: end; }
    .nav_01 .nav_bar .nav_list a::after {
      right: 0; }
    .nav_01 .nav_bar .nav_list li {
      padding-bottom: 20px; }
    .nav_01 .nav_bar .nav_list .item_box {
      font-size: 25px; }
  .nav_01 .nav_bar .nav_list > li {
    width: auto; } }

@media only screen and (min-width: 100px) and (max-width: 700px) {
  .nav_01 .nav_bar .logo_box {
    width: 40%;
    padding-top: 10.8%; }
  .nav_01 .nav_bar .nav_list {
    display: block;
    width: auto; }
    .nav_01 .nav_bar .nav_list li {
      padding-bottom: 15px; }
    .nav_01 .nav_bar .nav_list .item_box {
      font-size: 18px; }
  .nav_01 .nav_bar {
    padding: 8px 0; } }

@media only screen and (min-width: 100px) and (max-width: 450px) {
  .banner_01 .img_box .tab_box .tab_cl {
    padding: 11px 0 2px 0; } }

/*******************************************************foot样式*******************************************/
.n_footer_01 {
  width: 100%;
  background: url(../images/footer-background.jpg) 50% 50%/cover no-repeat;
  color: white;
  text-align: center;
  padding-top: 106px;
  position: relative;
  padding-bottom: 100px; }
  .n_footer_01 .title_box {
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    padding-bottom: 40px; }
  .n_footer_01 .item_list {
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px; }
    .n_footer_01 .item_list li {
      position: relative; }
    .n_footer_01 .item_list li + li::before {
      content: "/";
      position: absolute;
      left: -2.4em; }
  .n_footer_01 .coperation {
    display: flex;
    max-width: 600px;
    width: 90%;
    min-width: 400px;
    margin: 10px auto 30px;
    justify-content: space-between; }
    .n_footer_01 .coperation li {
      width: calc(15% - 10px);
      padding-top: calc(15% - 10px);
      position: relative; }
      .n_footer_01 .coperation li img {
        position: absolute;
        width: 100%;
        object-fit: cover;
        left: 0;
        top: 0; }
  .n_footer_01 .swiper-container {
    max-width: 800px;
    width: 90%;
    min-width: 500px; }
    .n_footer_01 .swiper-container .swiper-wrapper {
      width: 100%; }
      .n_footer_01 .swiper-container .swiper-wrapper .swiper-slide {
        width: calc(8% - 10px);
        padding-top: calc(8% - 10px); }
        .n_footer_01 .swiper-container .swiper-wrapper .swiper-slide img {
          position: absolute;
          width: 100%;
          object-fit: cover;
          left: 0;
          top: 0; }
  .n_footer_01 .bottom_box {
    margin-top: 40px; }
  .n_footer_01 .bottom_box * {
    font-size: 14px;
    line-height: 50px;
    font-weight: lighter; }
  .n_footer_01 .copyRight {
    letter-spacing: 2px; }
  .n_footer_01 .bottom_box a {
    text-decoration: underline !important; }

@media screen and (max-width: 860px) {
  .n_footer_01 .item_list li + li::before {
    left: -15%; }
  .n_footer_01 .item_list li a {
    font-size: 14px; } }

@media screen and (max-width: 700px) {
  .n_footer_01 .item_list {
    flex-wrap: wrap; }
  .n_footer_01 .item_list li {
    width: calc(100%/3); }
  .n_footer_01 .item_list li + li::before {
    left: -5%; }
  .n_footer_01 .item_list li:nth-child(4)::before {
    content: ""; } }

/*******************************************在线自助预约*************************************/
.appointment_01 {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 100;
  transition: 0.72s; }
  .appointment_01 .form_box {
    background-color: #0266C3;
    padding: 20px; }
    .appointment_01 .form_box .title_box {
      font-size: 24px;
      font-family: PingFang SC;
      font-weight: bold;
      line-height: 33px;
      color: white;
      text-align: center;
      padding-bottom: 13px;
      border-bottom: 2px solid white; }
  .appointment_01 .input_box {
    padding: 32px 24px;
    background: white; }
    .appointment_01 .input_box input {
      width: 220px;
      height: 56px;
      border: none;
      margin-bottom: 10px;
      background: #EAEEF2;
      text-align: center; }
  .appointment_01 .btn_box {
    text-align: center; }
    .appointment_01 .btn_box button {
      display: inline-block;
      width: 48%;
      height: 41px;
      border: none;
      border-radius: 5px;
      color: white;
      background: #737E88;
      transition: 0.5s;
      outline: none; }
    .appointment_01 .btn_box button:hover {
      color: white;
      background: #0266C3; }
  .appointment_01 .plus_item {
    width: 30px;
    height: 180px;
    font-size: 20px;
    color: white;
    background: rgba(2, 102, 195, 0.5);
    text-align: center;
    vertical-align: center;
    transition: 0.5s;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    cursor: pointer; }

@media screen and (max-width: 2000px) {
  .appointment_01 .plus_item {
    display: block; }
  .appointment_01 {
    transform: translateX(100%); }
  .appointment_01:hover {
    transform: translateX(0); }
  .appointment_01:hover .plus_item {
    background: rgba(4, 88, 167, 0.9); } }
