@charset "utf-8";

/* CSS Document */
@media screen and (max-width:1650px) {

  .join-wrap .j-con .text article {
    margin: 20px auto;
    font-size: 14px;
    line-height: 24px;
  }

  .join-wrap .j-con .text h4 {
    font-size: 30px;
  }
}

@media screen and (max-width:1465px) {
  .joinIn .j-logo {
    width: 160px;
  }

  .joinIn .j-con {
    padding: 0 40px 0 30px;
  }

  .clickBtn {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }

  .join-wrap .j-con .text article {
    margin: 10px 0;
  }

  .join-wrap .j-con .text h4 {
    font-size: 22px;
  }

  .join-wrap .j-con .title .tit-txt span {
    font-size: 24px;
    width: 24px;
  }


}

@media screen and (max-width:1200px) {
  .wid {
    width: 100%;
    padding: 0 15px;
  }

  .header .topBar {
    display: none;
  }

  .header {
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    z-index: 998;
    background: #000;
    color: #fff;
  }

  .header-block {
    display: block;
  }

  .menuBtn {
    display: block;
  }


  .header .logo {
    height: 100px;
    width: 100px;
    margin-left: -50px
  }

  .header .logo img {
    max-height: 80px;
    padding-top: 0;
  }

  .header .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    overflow: auto;
    display: none;
    overflow: auto;
    padding: 0 15px;
    float: none;
    width: 100%;

  }


  .header .nav::before {
    content: '';
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);

  }

  .header .nav ul {
    margin-top: 54px;
    display: block;
    position: relative;
    z-index: 3;
  }

  .header .nav ul li {
    margin-left: 0px;
    width: 100%;
    padding: 10px 0;
    line-height: normal;
    float: none;
    border-bottom: 1px solid #666;
    margin-right: 0;
    text-align: left;
    height: auto;
  }

  .header .nav ul li>a {
    text-align: left;
    padding: 0 20px;
  }

  .header .nav ul li dl {
    display: none;
    padding-left: 15px;
    margin-top: 15px;
    position: relative;
  }

  .header .nav ul>li:nth-child(4) {
    margin-left: 0;
  }

  .header .nav ul li dl a {
    font-size: 12px;
    line-height: 30px;
    color: rgba(207, 207, 207, 1);
    display: block;
    text-indent: 2em;
  }

  .header .nav ul li>a {
    color: rgba(207, 207, 207, 1);
    display: block;
    position: relative;
  }

  .header .nav ul li.active>a {
    color: rgba(207, 207, 207, 1);
  }

  .header .nav ul li>a .mb-icon-right {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/icon_arr-right2.png) no-repeat center;
    background-size: contain;
    transition: 0.3s ease all;

  }

  .header .nav ul li.on>a::after {
    transform: rotate(90deg)
  }

  .comm-tit h2 {
    font-size: 30px
  }

  .comm-tit .en {
    font-size: 16px;
  }

  .comm-tit .en::before {
    width: 90px;
    left: -100px
  }

  .comm-tit .en::after {
    width: 90px;
    right: -100px
  }

  .process-wrap .ys-con .topic .t1 {
    font-size: 30px;
  }

  .process-wrap .ys-con .topic .t2 {
    font-size: 36px;
  }

  .process-wrap .ys-con .topic .t3 {
    font-size: 14px;
  }

  .process-wrap .ys-con .topic .t4 {
    font-size: 28px
  }

  .joinIn {
    width: 80%;
    padding-right: 50px
  }

  .join-wrap {
    display: block;
    width: 100%;
  }

  .join-wrap .j-con .title .tit-txt span {
    font-size: 20px;
  }

  .join-wrap .j-img {
    width: 100%;
  }

  .join-wrap .j-con {
    position: relative;
    top: 0;
    bottom: 0;
    margin-top: 30px;
  }

  .join-wrap .j-con .text {
    width: 100%;
  }

  .join-wrap .j-con .title {
    right: 15px
  }

  .charmList {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 20px;
  }

  .charmList li {
    transform: translateZ(0);
    padding: 20px 30px 30px 30px;
    margin: 0 5px;
  }

  .dishes-con .main-item .d-img {
    width: 100%;
  }

  .dishes-con .main-item .d-txt {
    width: 100%;
    padding: 20px;
  }

  .dishes-con .sub-item ul li .d-txt {
    padding-top: 0
  }

  .dmList li {
    width: 50%;
    margin: 10px auto;
  }

  .newsZx-con .main-item {
    width: 100%;
    height: auto;
  }

  .newsZx-con .sub-item {
    width: 100%;
    margin-top: 20px
  }

  .ft-wrap .ft-logo {
    width: 24%;
  }

  .ft-wrap .ft-form {
    width: 76%;
  }

  .char-wrap {
    padding: 30px 15px;
  }

  .history {
    width: 100%;
  }
}

@media screen and (max-width:768px) {

  .header .logo {
    height: 80px;
    width: 80px;
    margin-left: -40px;
    border-radius: 0 0 20px 20px;
  }

  .header .logo img {
    height: 60px;
  }

  .banner .swiper-slide:before {
    padding-top: 50%;
  }

  .comm-tit h2 {
    font-size: 26px
  }

  .comm-tit .en {
    font-size: 14px;
  }

  .comm-tit .en::before {
    width: 60px;
    left: -70px
  }

  .comm-tit .en::after {
    width: 60px;
    right: -70px
  }

  .process-wrap .ys-con {
    display: block;
  }

  .process-wrap .ys-logo {
    top: -19px;
    width: 80%;
    margin-left: 10%
  }

  .process-wrap .ys-con .topic {
    width: 100%;
    margin-right: 0;
    padding: 10px 40px;
    margin-bottom: 20px;
  }

  .process-wrap .ys-con .topic .t1 {
    font-size: 24px;
  }

  .process-wrap .ys-con .topic .t2 {
    font-size: 30px;
  }

  .process-wrap .ys-con .topic .t3 {
    font-size: 12px;
  }

  .process-wrap .ys-con .topic .t4 {
    font-size: 22px
  }

  .process-wrap .ys-con .txt dl dt {
    font-size: 16px;
  }

  .process-wrap .ys-con .txt dl dd {
    font-size: 12px;
  }

  .provide-wrap .pro-item {
    width: 100%;
  }

  .procedure {
    padding-top: 40px;
  }

  .procedure .lc-con {
    margin-top: 30px;
    padding: 0 15px;
  }

  .procedure .honor {
    padding: 20px 0;
  }

  .procedure .honor ul li {
    width: 60%;
    float: none;
    margin: 15px auto;
  }

  .joinIn {
    width: 90%;
    height: 60px;
    top: -30px;
    padding-right: 30px
  }

  .joinIn .j-logo {
    width: 80px;
  }

  .joinIn .j-con h4 {
    font-size: 12px;
  }

  .joinIn .j-con p {
    font-size: 14px;
  }

  .joinIn .j-con {
    padding: 0 10px 0 9px;
  }

  .clickBtn {
    width: 80px;
    font-size: 12px;
    height: 30px;
  }

  .joinUs {
    padding-top: 50px;
  }

  .join-wrap .j-con {
    padding-right: 64px;
  }

  .join-wrap .j-con .title {
    width: 50px;
  }

  .join-wrap .j-con .title .tit-txt span {
    font-size: 20px;
    width: 20px;
  }

  .join-wrap .j-con .text {
    padding: 35px 18px;
  }

  .join-wrap .j-con .text h4 {
    font-size: 18px;
  }

  .join-wrap .j-con .text article {
    margin: 16px 0;
    font-size: 12px;
  }

  .charm-wrap .video::before {
    padding-top: 44%
  }

  .charm-wrap .video .btn {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }

  .charmList {
    display: block
  }

  .charmList li {
    padding: 20px;
    width: 100%;
    margin-bottom: 10px
  }

  .charmList li .char-con h4 {
    font-size: 20px;
  }

  .charmList li .char-con article {
    font-size: 14px;
    line-height: 22px;
    height: auto;
  }

  .dishes {
    padding: 30px 0 50px 0;
  }

  .dishes-con {
    margin-top: 30px;
    padding-top: 20px;
  }

  .dishes-con::before {
    width: 80%;
    height: 60px;
  }

  .dishes-con .main-item .d-txt {
    padding: 20px 0;
  }

  .dishes-con .main-item .d-txt h4 {
    font-size: 30px;
  }

  .dishes-con .sub-item ul li {
    width: 100%;
    margin: 10px 0;
  }

  .dishes-con .sub-item ul li .d-txt h4 {
    font-size: 16px;
  }

  .dmList li {
    width: 100%;
  }

  .dmList li .dm-img {
    width: 100%;
  }

  .dmList li .dm-con {
    width: 90%;
    height: auto;
    position: relative;
    top: 0;
    left: 5%;
    margin: 10px 0;
  }

  .ft-wrap .wid {
    display: block
  }

  .ft-wrap .ft-logo {
    width: 60%;
    margin: 0 auto;
    padding: 30px;
  }

  .ft-wrap .ft-form {
    width: 100%;
    padding: 30px 0;
  }

  .form-row:first-child {
    margin-right: 0;
  }

  .ft-wrap .wid .form-row {
    width: 100%;
  }

  .form-text {
    width: 100%;
  }

  textarea.form-text {
    width: 100%;
  }

  .ft-wrap .ft-form header {
    font-size: 24px;
    text-align: center;
  }

  .ft-info .wid {
    display: block
  }

  .ft-info .info-item {
    margin: 10px auto;
  }

  .ft-info {
    padding: 20px 0;
  }

  .dishes-con .sub-item ul li .d-txt article {
    font-size: 13px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size: 12px;
  }

  .in-banner {
    padding-top: 200px;
  }

  .inner-tit header {
    font-size: 26px;
  }

  .inner-tit .bar {
    font-size: 16px;
    padding-top: 15px;
  }

  .ch-tabs {
    display: flex;
    justify-content: center;
  }

  .ch-tabs a {
    font-size: 14px;
    padding: 9px 18px;
    margin: 0 10px;
    white-space: nowrap;
  }

  .c-item {
    padding: 30px 0;
  }

  .history li section {
    align-items: baseline;
  }

  .history li .time-slot {
    font-size: 20px;
    padding-right: 20px;
  }

  .history li .events {
    font-size: 16px;
    line-height: 24px;
  }

  .history li::after {
    left: 30px;
    border-left: 2px dotted #0b0b0b;
    width: 2px;
  }

  .join-content .wid {
    display: block;
  }

  .join-content .j-tabs {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-right: 0;
  }

  .join-content .j-tabs ul {
    display: flex;
    justify-content: space-between;
  }

  .join-content .j-tabs ul li {
    width: auto;
    height: auto;
    padding: 8px 20px;
  }

  .join-content .j-tabs ul li a {
    font-size: 16px;
    line-height: normal
  }

  .join-content .j-tabs ul li a span {
    width: 100%;
  }

  .join-content .join-con .j-tit img {
    max-height: 60px
  }

  .det-list {
    margin-top: 10px;
  }

  .join-content .join-con .j-tit {
    padding-bottom: 20px;
  }

  .det-list li {
    margin-bottom: 30px;
  }

  .det-list li article {
    font-size: 14px;
  }

  .det-list li h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .det-list li dl dd {
    width: 48%;
    margin-right: 4%
  }

  .det-list li dl dd:nth-child(2n) {
    margin-right: 0
  }

  .det-list li dl dd img {
    max-width: 100%;
  }

  .join-content {
    padding-bottom: 50px;
  }

  .join-con .honor ul {
    padding: 4%;
    display: flex;
    flex-wrap: wrap;
  }

  .join-con .honor {
    padding: 10px 0;
  }

  .join-con .honor ul li {
    width: 44%;
    margin: 0 4% 4% 0
  }

  .join-con .honor ul li:nth-child(2n) {
    margin-right: 0;
  }

  .sdet-list li {
    margin-top: 30px;
  }

  .sdet-list li h4 {
    font-size: 18px;
  }

  .sdet-list li section .sp-item {
    width: 50%;
    font-size: 16px;
    padding-top: 20px;
  }

  .sdet-list li h4 img {
    height: 20px;
  }

  .join-content .j-tabs ul li.active {
    background: #f46c06
  }

  .in-dishes {
    padding: 20px 0;
  }

  .in-dishes .reList {
    margin-top: 10px
  }

  .in-dishes .recommend {
    display: block
  }

  .in-dishes .recommend .re-img {
    width: 100%;
  }

  .in-dishes .recommend .re-con {
    padding: 24px 0;
  }

  .in-dishes .recommend .re-con header {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .in-dishes .recommend .re-con .stars {
    margin-top: 12px;
  }

  .in-dishes .recommend .re-con article {
    margin-top: 16px;
    font-size: 16px;
    line-height: 30px;
  }

  .in-dishes .reList li {
    width: 50%;
    margin-bottom: 0px;
  }

  .in-dishes .reList li a {
    padding: 5px;
  }

  .in-dishes .reList li p {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }

  .videoBtn {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .in-dishes .reList ul {
    margin: 0;
  }

  .newsList {
    margin-top: 0px;
  }

  .news-wrap .wid {
    padding: 20px;
  }

  .news-wrap .top-bar {
    font-size: 14px;
    background-size: contain
  }

  .newsList li {
    position: relative;
    padding: 15px 0;
  }

  .newsList li .time {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 12px;
    display: flex;
    flex-flow: row-reverse;
  }

  .newsList li .news-img {
    width: 40%;
    margin: 0 0 0 0;
  }

  .newsList li .news-con {
    height: 90px;
    padding-left: 15px;
    width: 60%;
  }

  .newsList li .news-con h4 {
    font-size: 16px;
  }

  .newsList li .news-con article {
    display: none;
  }

  .newsList li .news-img::before {
    padding-top: 90px
  }

  .newsList li .news-con .more {
    width: 80px;
    font-size: 12px;
  }

  .newsList li .time .day {
    border-bottom: none;
    font-size: 12px;
    padding: 0;
  }

  .newsList li .time .day::before {
    content: '/';
  }

  .newsList li .time .month {
    font-size: 12px;
    padding-top: 0;
  }

  .pagination {
    height: auto;
    padding: 20px 0;
  }

  .pagination ul li a {
    margin: 2px;
  }

  .news-d>header h2 {
    font-size: 20px;
    padding-bottom: 14px;
  }

  .news-d>header small span {
    font-size: 14px;
  }

  .news-d-txt {
    font-size: 14px;
    line-height: 26px;
  }
  .attract-wrap{ padding:10% 5%;}
  .attract-wrap header{ font-size: 20px; line-height: 30px;}
  .attract-wrap .imp-img{padding: 20px 0 20px 0;}
  .attract-wrap .zs-tel{ font-size: 16px;padding: 8px 30px;}

/*联系我们*/
.lh-other-container {
    padding: 20px 10px;
        width: 100%;
}
.lh-news-h {
    padding: 0 10px 10px;
}
.lh-news-h span {
    display: none;
}
.lh-contact-a {
    width: 100%;
}
.lh-contact-a li {
    font-size: 12px;
    padding: 10px 0;
    line-height: 18px;
}
.lh-contact-a li i, .lh-contact-c h2 i {
    font-size: 18px;
    margin-right: 5px;
}
.lh-contact-a.b {
    margin-top: 0;
}
.lh-contact-map {
    padding: 20px 0;
}
#baiduMap {
    width: 100% !important;
    height: 350px !important;
}


}