.Beijing_in_Boundtour {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: url(./Beijing_in_Boundtour_banner.jpg) top center #f5f5f5
    no-repeat;
}
:root {
  --Color1: #ff8a00;
}
.aImg,
.aImg img {
  display: block;
  width: 100%;
  height: 100%;
}
.Beijing_in_Boundtour_banner {
  position: relative;
  height: 720px;
}
.Beijing_in_Boundtour_banner_texts {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.Beijing_in_Boundtour_banner_texts h1 {
  font-size: 60px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #0d85af;
}
.Beijing_in_Boundtour_banner_texts p {
  font-size: 26px;
  font-weight: normal;
  text-shadow: 1px 1px 2px #0d85af;
}
.newsTopNav {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  height: 150px;
  z-index: 10000;
  background: none;
}
.Beijing_in_Boundtour_box1 {
  margin: 60px 0 70px;
}
.Beijing_in_Boundtour_box_title {
  margin-bottom: 35px;
  text-align: center;
}
.Beijing_in_Boundtour_box_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.Beijing_in_Boundtour_box_title_line {
  width: 100px;
  height: 5px;
  margin-top: 15px;
  background: var(--Color1);
  display: inline-block;
}
.Culture-top-lunbo-two-box4-card {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.Culture-Beijing-as-a-Dynamic-City-swiper {
  width: 640px;
  height: 427px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  border-radius: 8px;
  overflow: hidden;
}
.Culture-Beijing-as-a-Dynamic-City-swiper .swiper {
  width: 100%;
  height: 100%;
}
.Culture-Beijing-as-a-Dynamic-City-swiper .swiper-slide .aImg,
.Culture-Beijing-as-a-Dynamic-City-swiper .swiper-slide .aImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Culture-Beijing-as-a-Dynamic-City-texts {
  width: 640px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.Culture-Beijing-as-a-Dynamic-City-texts .Beijing_in_Boundtour_box_title {
  text-align: left;
}
.Culture-Beijing-as-a-Dynamic-City-texts ul {
  height: 100%;
  background: #fff;
}
.Culture-Beijing-as-a-Dynamic-City-texts li {
  height: 92px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
  color: #333;
  transition: all 0.5s;
}
.Culture-Beijing-as-a-Dynamic-City-texts li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  width: 6px;
  height: 6px;
  border-radius: 50% 50%;
  background-color: var(--Color1);
  z-index: 1020;
}
.Culture-Beijing-as-a-Dynamic-City-texts li a {
  color: #333;
  overflow: hidden;
  padding: 0 190px 0 50px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  position: relative;
  z-index: 10010;
}
.Culture-Beijing-as-a-Dynamic-City-texts li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 100%;
  background-color: var(--Color1);
  z-index: 1010;
}
.Culture-Beijing-as-a-Dynamic-City-texts li.active a {
  color: #fff;
}
.Culture-Beijing-as-a-Dynamic-City-texts li.active a::before {
  background-color: #fff;
}
.Beijing_in_Boundtour_box1 .Beijing_in_Boundtour_box_more {
  text-align: right;
  font-size: 18px;
  color: var(--Color1);
  transition: all 0.5s;
  padding: 30px 184px 30px 0;
}
.Beijing_in_Boundtour_box1 .Beijing_in_Boundtour_box_more a {
  color: var(--Color1);
}
.Beijing_in_Boundtour_box2 {
  background: #e1edf6;
  padding: 60px 0 80px;
}
.Beijing_in_Boundtour_box2_main {
  width: 1140px;
  height: 645px;
  margin: 0 auto;
  position: relative;
}
.Beijing_in_Boundtour_box2_main_img {
  width: 560px;
  height: 420px;
  position: absolute;
  left: 290px;
  top: 0;
  z-index: 100;
  border-radius: 8px;
  overflow: hidden;
}
.Beijing_in_Boundtour_box2_main_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Beijing_in_Boundtour_box2_main_lists {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.Beijing_in_Boundtour_box2_main_lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.Beijing_in_Boundtour_box2_main_lists li {
  position: absolute;
  width: 260px;
  height: 195px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #b9d3e7;
  z-index: 50;
  gap: 20px 0;
  text-align: center;
}
.Beijing_in_Boundtour_box2_main_lists li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px 0;
}
.Beijing_in_Boundtour_box2_main_lists
  li
  .Beijing_in_Boundtour_box2_main_lists_icon {
  width: 80px;
  height: 80px;
}
.Beijing_in_Boundtour_box2_main_lists_icon1 {
  background: url(./Beijing_in_Boundtour_icon1.png) no-repeat center center /
    100% auto;
}
.Beijing_in_Boundtour_box2_main_lists_icon2 {
  background: url(./Beijing_in_Boundtour_icon2.png) no-repeat center center /
    100% auto;
}
.Beijing_in_Boundtour_box2_main_lists_icon3 {
  background: url(./Beijing_in_Boundtour_icon3.png) no-repeat center center /
    100% auto;
}
.Beijing_in_Boundtour_box2_main_lists_icon4 {
  background: url(./Beijing_in_Boundtour_icon4.png) no-repeat center center /
    100% auto;
}
.Beijing_in_Boundtour_box2_main_lists_icon5 {
  background: url(./Beijing_in_Boundtour_icon5.png) no-repeat center center /
    100% auto;
}
.Beijing_in_Boundtour_box2_main_lists_icon6 {
  background: url(./Beijing_in_Boundtour_icon6.png) no-repeat center center /
    100% auto;
}
.Beijing_in_Boundtour_box2_main_lists_icon7 {
  background: url(./Beijing_in_Boundtour_icon7.png) no-repeat center center /
    100% auto;
}
.Beijing_in_Boundtour_box2_main_lists li span {
  font-size: 20px;
  color: #333;
}
.Beijing_in_Boundtour_box2_main_lists li:nth-child(1) {
  top: 0;
  left: 0;
}
.Beijing_in_Boundtour_box2_main_lists li:nth-child(2) {
  top: 226px;
  left: 0;
}
.Beijing_in_Boundtour_box2_main_lists li:nth-child(3) {
  width: 360px;
  left: 0;
  bottom: 0;
}
.Beijing_in_Boundtour_box2_main_lists li:nth-child(4) {
  width: 360px;
  left: 390px;
  bottom: 0;
}
.Beijing_in_Boundtour_box2_main_lists li:nth-child(5) {
  width: 360px;
  right: 0;
  bottom: 0;
}
.Beijing_in_Boundtour_box2_main_lists li:nth-child(6) {
  top: 226px;
  right: 0;
}
.Beijing_in_Boundtour_box2_main_lists li:nth-child(7) {
  top: 0;
  right: 0;
}
/* FAQ Section */
.Beijing_in_Boundtour_box4 {
  background: #f5f5f5;
  padding: 60px 0;
}
.Beijing_in_Boundtour_box4_lists {
  width: 1140px;
  margin: 40px auto 0;
}
.faq-item {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.faq-question {
  background: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 1400px;
}
.faq-question.active {
  background: #f6e6dc;
  color: #fff;
}
.faq-question .q-icon img {
  transition: all 0.3s ease;
  display: none;
}
.faq-question .q-icon img:nth-child(1) {
  display: block;
}
.faq-question.active .q-icon img:nth-child(1) {
  display: none;
}
.faq-question.active .q-icon img:nth-child(2) {
  display: block;
}
.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
  font-size: 18px;
}
.q-icon {
  color: #fff;
}
.a-icon {
  color: #fff;
  margin-top: 20px;
}
.faq-text {
  flex: 1;
  font-size: 20px;
  line-height: 1.5;
}
.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-toggle .plus,
.faq-toggle .minus {
  position: absolute;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.faq-toggle .plus {
  opacity: 1;
  transform: scale(1);
}
.faq-toggle .minus {
  opacity: 0;
  transform: scale(0.5);
}
.faq-question.active .faq-toggle .plus {
  opacity: 0;
  transform: scale(0.5);
}
.faq-question.active .faq-toggle .minus {
  opacity: 1;
  transform: scale(1);
}
.faq-question.active .faq-text {
  color: var(--Color1);
}
.faq-answer {
  background: #fff;
  padding: 0;
  border-radius: 30px;
  max-height: 0;
  display: flex;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    padding 0.5s ease;
}
.faq-answer.active {
  max-height: none;
  padding: 0 30px 30px;
  border: 3px solid #f8d1b7;
  margin-top: 20px;
}
.faq-content {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.faq-content p {
  margin-bottom: 15px;
}
.faq-content ol,
.faq-content ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
.faq-content li {
  margin-bottom: 8px;
}
.faq-content a {
  color: #509fff;
  text-decoration: none;
}
.faq-content a:hover {
  text-decoration: underline;
}
.faq-content strong {
  color: #333;
  font-weight: bold;
}
.Beijing_in_Boundtour_box3 {
  height: 280px;
  background: url(./Beijing_in_Boundtour_banner2.jpg) top center no-repeat;
}
.Beijing_in_Boundtour_box3 h5 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 90px;
  text-shadow: 2px 2px 4px #0d85af;
}
.Beijing_in_Boundtour_box3 h5 a {
  color: #fff;
}
.Beijing_in_Boundtour_box4_More {
  width: 140px;
  height: 60px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 200px;
  text-align: center;
}
.Beijing_in_Boundtour_box4_More a {
  font-size: 20px;
  color: #333;
  line-height: 60px;
}
.Beijing_in_Boundtour_box4_More i {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.Beijing_in_Boundtour_box4_More i::before,
.Beijing_in_Boundtour_box4_More i::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 2px;
  height: 12px;
  background: #333;
}
.Beijing_in_Boundtour_box4_More i::before {
  left: 3px;
  transform: rotate(-45deg);
}
.Beijing_in_Boundtour_box4_More i::after {
  right: 3px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .Beijing_in_Boundtour {
    max-width: 16rem;
    min-width: 16rem;
    background: none;
  }
  .Beijing_in_Boundtour_banner {
    height: 9.0027rem;
    background: url(./Beijing_in_Boundtour_banner_M.jpg) top center no-repeat;
    background-size: contain;
  }
  .Beijing_in_Boundtour_banner_texts {
    top: 0.8533rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.0667rem;
    left: 0;
    transform: none;
    line-height: 1.2;
  }
  .Beijing_in_Boundtour_banner_texts h1 {
    font-size: 1.152rem;
    margin-bottom: 0;
  }
  .Beijing_in_Boundtour_banner_texts p {
    font-size: 0.64rem;
  }
  .Beijing_in_Boundtour_box1 {
    margin: 0;
  }
  .Culture-top-lunbo-two-box4-card {
    width: 14.72rem;
    display: flex;
    flex-direction: column-reverse;
    padding: 2.88rem 0 1.28rem;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts {
    width: 13.6533rem;
    margin: 0 auto;
    z-index: 10000;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts .Beijing_in_Boundtour_box_title {
    position: absolute;
    top: -12.1rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .Beijing_in_Boundtour_box_title h2 {
    font-size: 1.024rem;
  }
  .Beijing_in_Boundtour_box_title_line {
    width: 2.56rem;
    height: 0.1067rem;
    margin-top: 0;
  }
  .Culture-Beijing-as-a-Dynamic-City-swiper {
    width: 14.72rem;
    height: 9.8133rem;
    position: static;
    border-radius: 0.2133rem;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts ul {
    margin-top: -0.8533rem;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li {
    font-size: 0.64rem;
    height: 4.6933rem;
    display: none;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li.active {
    display: flex;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li a {
    padding: 0 1.0667rem;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li.active::after {
    width: 100%;
    height: 4.6933rem;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li a::before {
    display: none;
  }
  .Beijing_in_Boundtour_box1 .Beijing_in_Boundtour_box_more {
    font-size: 0.64rem;
    padding: 0.3rem 0;
  }
  .Beijing_in_Boundtour_box2 {
    padding: 0.8533rem 0 1.7067rem;
  }
  .Beijing_in_Boundtour_box2_main {
    width: 14.72rem;
    height: auto;
  }
  .Beijing_in_Boundtour_box2_main_img {
    display: none;
  }
  .Beijing_in_Boundtour_box2_main_lists {
    position: static;
  }
  .Beijing_in_Boundtour_box2_main_lists ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.64rem 0;
  }
  .Beijing_in_Boundtour_box2_main_lists li {
    position: static;
    width: 4.5867rem;
    height: 4.2667rem;
    border-radius: 0.32rem;
  }
  .Beijing_in_Boundtour_box2_main_lists li img {
    width: 1.7067rem;
  }
  .Beijing_in_Boundtour_box2_main_lists li span {
    font-size: 0.64rem;
  }
  /* .Beijing_in_Boundtour_box2_main_lists li:nth-child(1){
    order: 1;
  }
  .Beijing_in_Boundtour_box2_main_lists li:nth-child(2){
    order: 1;
  } */
  .Beijing_in_Boundtour_box2_main_lists li:nth-child(3) {
    width: 4.5867rem;
  }
  .Beijing_in_Boundtour_box2_main_lists li:nth-child(4) {
    width: 4.5867rem;
  }
  .Beijing_in_Boundtour_box2_main_lists li:nth-child(5) {
    width: 9.6427rem;
  }
  .Beijing_in_Boundtour_box2_main_lists li:nth-child(6) {
    width: 9.6427rem;
  }
  /* ..Beijing_in_Boundtour_box2_main_lists li:nth-child(7){
    order: 1;
  } */
  .Beijing_in_Boundtour_box3 {
    height: 5.9733rem;
    padding: 0 2rem;
    background-size: cover;
  }
  .Beijing_in_Boundtour_box3 h5 {
    font-size: 0.9387rem;
    padding-top: 0.8533rem;
  }
  .Beijing_in_Boundtour_box4 {
    padding: 0.8533rem 0;
  }
  .Beijing_in_Boundtour_box4_lists {
    width: 14.72rem;
  }
  .faq-text {
    font-size: 0.5rem;
  }
  .faq-toggle {
    font-size: 0.7rem;
  }
  .faq-content {
    font-size: 0.5rem;
  }
  .faq-answer {
    flex-direction: column;
  }
  .faq-answer.active {
    padding: 0 0.8533rem;
  }
  .faq-question {
    padding: 0.4267rem 0.8533rem;
  }
  .faq-icon {
    width: 0.8533rem;
    height: 0.8533rem;
  }
  .faq-icon img {
    width: 100%;
  }
  .Beijing_in_Boundtour_box4_More {
    width: 4.48rem;
    height: 1.92rem;
    line-height: 1.92rem;
  }
  .Beijing_in_Boundtour_box4_More a {
    font-size: 0.64rem;
  }
  .Beijing_in_Boundtour_box4_More i {
    font-size: 0.4267rem;
    width: 0.3413rem;
    height: 0.3413rem;
  }
  .Beijing_in_Boundtour_box4_More i::before,
  .Beijing_in_Boundtour_box4_More i::after {
    top: 0.0427rem;
    width: 0.0427rem;
    height: 0.256rem;
  }
}
