* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  display: block;
  overflow-x: hidden;
}
body {
  display: block;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  margin: 0 auto;
  background: #F6FAFC;
  color: #3c3c3c;
  font-family: "微软雅黑", "microsoft yahei", "", sans-serif;
}
img {
  vertical-align: middle;
  border: none;
}
	.break_nav{
		width: 100%;
		margin: 30px auto;
		color: #627A88;
		font-size: 1rem;
		
	}
	
	.break_nav a{
		color: #0047BB !important;
	}
	
	
	
	.pc{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.mobile{
		display: none;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	

.g-infos {
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.g-img {
  width: 38%;
  position: relative;
  padding-bottom: 32.4%;
  overflow: hidden;
  border-radius: 20px;
}
.g-info {
  width: 59.5%;
}
.g-img > img,
.g-img > video {
  width: 105%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  overflow: visible;
}
.g-dt {
  font-size: 19px;
  margin-bottom: 3%;
}
.g-dd {
  font-weight: 200;
  font-size: 18px;
}
.g-infos2 {
  flex-direction: row-reverse;
  border-top: 2px solid #d4efff;
  border-bottom: 2px solid #d4efff;
}
	
	
	
	
	
	
.cont {
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style: none;
}
.banner {
  overflow: hidden;
  height: auto;
  position: relative;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.bg {
  padding-bottom: 2%;
  font-size: 14px;
  position: relative;
  top: 0px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-space {
  display: flex;
  justify-content: space-between;
}
.table-head {
  font-size: 26px;
  color: #fff;
  background: #00275e;
  padding: 3% 2%;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
.table2 {
  border-collapse: collapse;
  width: 100%;
}
.table2 td,
.table2 th {
  font-size: 16px;
  text-align: center;
  padding: 8px 5px;
  border: 1px solid #eee;
}
.table2 thead {
  background: #ebebeb;
}
.book-now {
  margin: 26px 0 30px;
  text-align: center;
}
.btn {
  width: 180px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  background: #00275e;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
}
.info-text {
  width: 320px;
  margin: 0 4%;
  line-height: 20px;
  font-weight: 200;
}
.distance {
  height: 10px;
  width: 100%;
}
.video-play {
  width: 480px;
  height: 270px;
  object-fit: cover;
  background: #00255a;
  border-radius: 15px;
}
.videos {
  align-items: center;
}
.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 5% 0 4%;
}
.title img {
  position: relative;
  z-index: -1;
  margin-right: -20px;
}
.pic-list {
  justify-content: space-between;
}
.pic-li {
  position: relative;
  margin-bottom: 3%;
}
.place-img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}
.place-content {
  padding: 10px;
  font-weight: 200;
}
.place-content a {
  text-decoration: none;
  color: inherit;
}
.place-title {
  padding-left: 16px;
  font-size: 12px;
  background: url(../img/gps.png) no-repeat left center;
  position: absolute;
  top: 13px;
  left: 25px;
}
.help {
  margin-top: -2%;
}
.help > li {
  margin-bottom: 5%;
}
.help-icon {
  display: block;
  margin: 0 auto -10px;
}
.help-dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.2;
  text-align: center;
}
.help-dd {
  font-weight: 200;
  text-align: justify;
}
.help-dd a {
  color: #106fbe;
}
.others {
  font-size: 10px;
  color: #6b6a6a;
}
.others > li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 2%;
}
.others > li:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.others a {
  color: #106fbe;
}
.food-list {
  justify-content: space-between;
}
.food {
  width: 49%;
  margin-bottom: 2%;
  background: #ebebeb;
  display: flex;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #eee;
}
.img-bag {
  width: 56%;
  flex-shrink: 0;
}
.img-bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-bag {
  padding: 20px 4% 10px;
}
.food-dt {
  font-size: 1rem;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  font-weight: bold;
}
.food-dd {
  margin: 13px 0 22px;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.food-a {
  border-top: 1px solid #ccc;
  font-size: 12px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.food-a:after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  display: block;
  transform: rotate(45deg);
}
.food-hovers:hover .food-hover {
  right: 0;
}
.food-hover {
  position: absolute;
  right: -100%;
  transition: right 0.3s;
  top: 0;
  width: 90%;
  padding: 4% 5% 4% 26%;
  height: 100%;
  z-index: 2;
  font-size: 90%;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-weight: 200;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 30%, #fff);
  cursor: pointer;
}

.food-a a{
	color: #3c3c3c;
}

@media screen and (max-width: 1200px) {
  .bg {
    font-size: 14px;
  }
  .banner-p {
    text-align: center;
  }
  .cont {
    width: 96%;
  }
  .banner {
    height: 70vw;
  }
  .videos {
    align-items: unset;
  }
  .info-text {
    width: 44%;
    margin: 0;
  }
  .video-play {
    width: 54%;
    height: auto;
  }
  .title {
    font-size: 5vw;
  }
  .help-dt {
    font-size: 15px;
  }
  .food-hover {
    width: 100%;
    padding-left: 10%;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 640px) {
	
	
	
	.g-img {
	  width: 100%;
	  padding-bottom: 70%;
	}
	.g-infos2 {
	  flex-direction: row;
	  border-top: none;
	  border-bottom: none;
	}
	.g-info {
	  width: 100%;
	  padding: 10px;
	}
	.g-dt {
	  font-size: 16px;
	  margin-bottom: 8px;
	}
	.g-dd {
	  font-size: 14px;
	}
	.a-dt {
	  font-size: 16px;
	}
	
	
	
	
	
	
	
	
  .food {
    width: 100%;
    margin-bottom: 3%;
    align-items: center;
  }
  .food-a {
    display: none;
  }
  .pic-list > li {
    width: 49%;
  }
  .table-head {
    font-size: 15px;
  }
  .table2 td,
  .table2 th {
    font-size: 13px;
  }
  .btn {
    font-size: 16px;
    width: 140px;
  }
  .place-title {
    left: 2%;
  }
  .food-dt {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }
  .food-bag {
    padding: 10px 4% 0;
  }
  .img-bag {
    width: 50%;
  }
  .title img {
    max-height: 40px;
    margin-right: -10px;
  }
  .videos {
    flex-wrap: wrap;
  }
  .info-text {
    width: 100%;
    margin-bottom: 3%;
    text-align: justify;
  }
  .distance {
    display: none;
  }
  .video-play {
    width: 100%;
    height: 50vw;
  }
  .help-icon {
    width: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 430px) {

    img[src$="zf1.png"],
    img[src$="ts2.png"],
    img[src$="email.png"] {
        display: none !important;
    }
    

    img[src$="zf11.png"],
    img[src$="ts22.png"],
    img[src$="email-h5.png"] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


img[src$="zf11.png"],
img[src$="ts22.png"],
img[src$="email-h5.png"] {
    display: none !important;
}


img[src$="zf1.png"],
img[src$="ts2.png"],
img[src$="email.png"] {
    display: block !important;
}
img[src$="zf11.png"],
img[src$="ts22.png"],
img[src$="email-h5.png"] {
    display: none !important;
}
@media (max-width: 430px) {
    img[src$="zf1.png"],
    img[src$="ts2.png"],
    img[src$="email.png"] {
        display: none !important;
    }
    
    /* 增强选择器特异性 */
    img.responsive-img[src$="zf11.png"],
    img.responsive-img[src$="ts22.png"],
    img.responsive-img[src$="email-h5.png"] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}
	@media screen and (max-width: 540px) {
		
		
		.pc{
			display: none !important;
		}
		.mobile{
			display: block !important;
		}
	
	}
	