/* Consolidated stylesheet: index.css. Generated from legacy CSS files. */

/* ===== main.css ===== */
.site-main-layout .safe-area-top {
    padding-top: calc(constant(safe-area-inset-top) + 1px);
    padding-top: calc(env(safe-area-inset-top) + 1px);
}

.site-main-layout .safe-area-bottom {
    padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
    padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.site-main-layout.box-width {
    min-width: 1426px;
    max-width: 1920px;
}

.site-main-layout.content {
    width: 100%;
    margin: 0 auto;
}

.site-main-layout #header {
    position: relative;
    display: block;
    width: 100%;
    height: 571px;
    /* min-height: 450px; */
    background: url(../images/banner.jpg) no-repeat center top;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-main-layout #header.ly_header {
    height: 34vw;
    background: url(../images/旅游banner.png) no-repeat center top;
}

.site-main-layout #header .site-header__top {
    background: url(../images/top.png) no-repeat center top;
    background-size: 100% 100%;
}

.site-main-layout #header .site-header__top .site-header__inner {
    /*width: 1426px;*/
    width: 1590px;
    height: 87px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-main-layout #header .site-header__top .site-header__inner .logo {
    height: 67px;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group {
    display: flex;
    align-items: center;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .search {
    width: 405px;
    height: 40px;
    border: 1px solid #2f7084;
    border-radius: 100px;
    display: flex;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .search input {
    background: none;
    border: none;
    flex: 1;
    padding: 0 16px;
    font-family: 'Gilroy-Light';
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .search input::placeholder {
    color: #256073;
    font-family: Gilroy-Regular;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .search button {
    background: none;
    width: 50px;
    border: 0;
    cursor: pointer;
    background: url(../images/search_btn.png) no-repeat center center;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .vertical {
    height: 49px;
    border-left: 1px solid #2f7084;
    margin: 0 30px;
}

.site-main-layout #header .site-header__top .site-header__inner .search-group .mailbox {
    color: #191e23;
    line-height: 40px;
    font-family: Gilroy-Regular;
    font-weight: bold;
}

.site-main-layout #header .site-header__top .phone-nav-btn {
    display: none;
}

.site-main-layout #header .nav {
    width: 100%;
    height: 113px;
    margin: 0 auto;
    background: url(../images/nav_bg.png) no-repeat center center;
}


.site-main-layout #header #nav {
    display: none;
}

.site-main-layout #header .bg_nav {
    width: 100%;
    height: 165px;
    margin: 0 auto;
    background: url(../images/bg_nav.png) no-repeat center center;
}

.site-main-layout #header.ly_header .nav {
    position: absolute;
    background: none;
    margin-top: 155px;
}

.site-main-layout #header .nav ul {
    width: 1426px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.site-main-layout #header.ly_header .nav ul {
    width: 1260px;
    float: right;
    margin-right: 190px;
}

.site-main-layout #header .nav ul li {
    min-width: 100px;
    position: relative;
    height: 63%;
    line-height: 63px;
    text-align: center !important;
}

.site-main-layout #header .nav ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: Gilroy-Medium;
    padding: 0 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.site-main-layout #header.ly_header .nav ul li a {
    display: inline-block;
}

.site-main-layout #header.ly_header .nav ul li a span {
    display: block;
    color: #fff;
    height: 25px;
    font-size: 18px;
    font-family: Gilroy-Medium;
    padding: 0 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.site-main-layout #header.ly_header .nav ul li a i {
    display: block;
    width: 0px;
    height: 4px;
    margin: 0 auto;
    background: #2040B1;
    transition: all 0.3s;
}

.site-main-layout #header.ly_header .nav ul li.nav-active a span {
    color: #2040B1;
}

.site-main-layout #header.ly_header .nav ul li.nav-active i {
    width: 100%;
}

.site-main-layout /* #header .nav ul li:not(.nav-active) a:hover {
    animation-name: rubberBand;
  } .site-main-layout */

#main {
    width: 1426px;
    margin: 0 auto;
}

.site-main-layout #footer {
    background: #0b358e;
}

.site-main-layout #footer .footer-container {
    position: relative;
    width: 1426px;
    margin: 0 auto;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-main-layout #footer .footer-container .footer-logo {
    position: absolute;
    left: 0;
    width: 218px;
    height: 129px;
}

.site-main-layout #footer .footer-container dl {
    line-height: 40px;
}

.site-main-layout #footer .footer-container dl dd {
    color: #fff;
    text-align: center;
    font-family: tahoma;
}

.site-main-layout #js-go-top {
    position: fixed;
    width: 66px;
    height: 66px;
    max-width: 66px;
    max-height: 66px;
    right: 5%;
    bottom: 95px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/icon_top.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
}

.site-main-layout .ly_main {
    width: 1426px;
    margin: 0 auto;
}

.site-main-layout .ellipsistit {
    text-align: center;
    font-size: 1.5625vw;
    margin-top: 20px;
    opacity: 0;
}

.site-main-layout .swiper-slide-active .ellipsistit {
    opacity: 1;
}

.site-main-layout .swiper-slide1 {
    margin: 0 8px;
}



@media screen and (max-width: 980px) {
  .site-main-layout.box-width {
    min-width: auto;
    max-width: initial;
  }

  .site-main-layout #header {
    /*background-size: 300% auto;*/
    min-height: inherit;
    height: auto;
  }

  .site-main-layout #header .site-header__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    padding: 10px;
  }

  .site-main-layout #header .site-header__top .site-header__inner {
    width: 100%;
    height: 40px;
  }

  .site-main-layout #header .site-header__top .site-header__inner .logo {
    height: 30px;
  }

  .site-main-layout #header .site-header__top .site-header__inner .search-group {
    flex: 1;

    overflow: hidden;
    /*margin-left: 20px;    
    max-width: 300px;*/
  }

  .site-main-layout #header .site-header__top .site-header__inner .search-group .search {
    width: auto;
    flex: 1;
    height: 30px;
    min-width: 1%;
    display: none;
  }

  .site-main-layout #header .site-header__top .site-header__inner .search-group .search input {
    min-width: 1%;
  }

  .site-main-layout #header .site-header__top .site-header__inner .search-group .vertical {
    display: none;
  }

  .site-main-layout #header .site-header__top .site-header__inner .search-group .mailbox {
    display: none;
  }

  .site-main-layout #header .site-header__top .phone-nav-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-main-layout #header .site-header__top .phone-nav-btn .search {
    width: 250px;
    height: 30px;
    border: 1px solid #2f7084;
    border-radius: 100px;
    display: flex;
  }

  .site-main-layout #header .site-header__top .phone-nav-btn .search input {
    background: none;
    border: none;
    flex: 1;
    padding: 0 16px;
  }

  .site-main-layout #header .site-header__top .phone-nav-btn .search input::placeholder {
    color: #256073;
    font-family: Gilroy-Regular;
  }

  .site-main-layout #header .site-header__top .phone-nav-btn .search button {
    background: none;
    width: 50px;
    border: 0;
    cursor: pointer;
    background: url(../images/search_btn.png) no-repeat center center;
  }

  .site-main-layout #header .site-header__top .phone-nav-btn span {
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: Gilroy-Bold;
    font-size: 18px;
    color: #256073;
  }

  .site-main-layout #header .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: max-content;
    z-index: 999;
    height: calc(100% - 115px);
    background: #256073;
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
  }

  .site-main-layout #header .nav.navShow {
    transform: translateY(0%);
    opacity: 1;
  }

  .site-main-layout #header .nav ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .site-main-layout #header .nav ul li {
    min-height: 40px;
    /*display: flex;*/
    align-items: center;
  }


  .site-main-layout #header #nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: max-content;
    z-index: 999;
    height: calc(100% - 115px);
    background: #256073;
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
    margin: 0 auto;
  }

  .site-main-layout #header #nav.navShow {
    transform: translateY(0%);
    opacity: 1;
    display: block;
  }

  .site-main-layout #header #nav ul {
    width: 80%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: space-around; */
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .site-main-layout #header #nav ul li {
    /* min-height: 40px; */
    display: flex;
    align-items: center;
    /* min-width: 100px; */
    position: relative;
    height: 63%;
    /* line-height: 63px; */
    /* text-align: center !important; */
    /* width: 80%; */
  }

  .site-main-layout #header #nav ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: Gilroy-Medium;
    padding: 0 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 80%;
    text-align: center;
  }

  .site-main-layout #footer {
    width: 100%;
  }

  .site-main-layout #footer .footer-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .site-main-layout #footer .footer-container .footer-logo {
    position: initial;
    width: auto;
    height: 20vw;
    margin: 20px 0;
  }

  .site-main-layout #js-go-top {
    width: 12vw;
    height: 12vw;
    bottom: 5%;
  }
}

/* ===== index.css ===== */
@charset "UTF-8";
