/* 
 *
 * -----------------1420px-------------------
 *
*/
@media screen and (max-width: 1420px) {
  .introduce {
    padding-top: 120px;
  }

  .introduce .introduce-content {
    margin: 40px auto;
  }

  .introduce .introduce-content .introduce-text p {
    width: 85%;
    margin: 20px auto 0;
    font-size: 12px;
    -webkit-line-clamp: 4;
  }

  .introduce .introduce-content .introduce-text a {
    width: 85%;
    margin: 10px auto;
  }

  .introduce .introduce-content .introduce-text .icon-img {
    width: 85%;
    margin: 30px auto;
  }
}

/* 
 *
 * -----------------1300px-------------------
 *
*/
@media screen and (max-width: 1300px) {
  header .nav-bar ul li .icon-search {
    left: 10%;
  }
}

/* 
 *
 * -----------------1200px-------------------
 *
*/
@media screen and (max-width: 1200px) {
  section .LocalSpecialty ul li div h2 {
    margin: 10px 0;
  }

  section .LocalSpecialty ul li div p {
    -webkit-line-clamp: 6;
  }

  section .ScenicAreaDynamic ul li figure {
    width: 40%;
  }

  section .ScenicAreaDynamic ul li div {
    width: 55%;
  }

  .introduce .introduce-content .introduce-text p {
    height: initial;
  }
}

/* 
 *
 * -----------------1090px-------------------
 *
*/
@media screen and (max-width: 1090px) {
  .introduce .introduce-content .introduce-text p {
    -webkit-line-clamp: 3;
  }

  .dynamic .dynamic-active {
    width: 60%;
  }

  .introduce-content .bg {
    bottom: -25px;
  }

  section .scenery-list ul li a div h2 {
    margin-top: 5%;
  }

  section .TourismServices p {
    width: 55%;
    margin-left: 45%;
  }

  header .nav-bar ul li a {
    font-size: 12px;
  }

  header .nav-bar {
    width: 80%;
  }
}

/* 
 *
 * -----------------1024px-------------------
 *
*/
@media screen and (max-width: 1024px) {
  .introduce {
    padding-top: 200px;
  }

  section #luomingcong .swiper-right h2 {
    font-size: 24px;
  }

  section #luomingcong .swiper-right img {
    margin: 0 0 10px;
  }

  section #luomingcong .swiper-right p {
    margin-top: 7px;
  }

  section .LocalSpecialty ul li div p {
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 4;
  }

  section .ScenicAreaDynamic ul li div span {
    line-height: 30px;
  }

  section .ScenicAreaDynamic ul li div h2 {
    margin-bottom: 0;
  }

  section .ScenicAreaDynamic ul li div a {
    margin-top: 0;
  }

  .bigImg figure img {
    transform: translate(-50%, -50%) scale(1.4);
  }
}

/* 
 *
 * -----------------946px-------------------
 *
*/
@media screen and (max-width: 946px) {
  .introduce .introduce-content {
    width: 80%;
  }

  .introduce .introduce-content .introduce-img {
    display: none;
  }

  .introduce .introduce-content .introduce-text p {
    -webkit-line-clamp: 10;
  }

  .dynamic .dynamic-active {
    width: 70%;
  }

  .introduce-content .bg {
    bottom: -15px;
  }

  section .LocalSpecialty ul li div img,
  section .StarHotel ul li div img {
    margin-bottom: 10px;
  }

  section .StarHotel ul li div p {
    -webkit-line-clamp: 3;
  }

  .scenery-introduce .bg {
    display: none;
  }
}

/* 
 *
 * -----------------800px-------------------
 *
*/
@media screen and (max-width: 800px) {
  header {
    height: 54px;
  }

  header .nav-bar {
    display: none;
  }

  header .m-nav-bar {
    display: block;
  }

  header .m-nav-logo {
    display: block;
  }

  .banner,
  .swiper-container-1 {
    margin-top: 54px;
  }

  .banner .pc-banner,
  .swiper-container-1 .pc-banner {
    display: none;
  }

  .banner .m-banner,
  .swiper-container-1 .m-banner {
    display: block;
  }

  footer .foot .bottom-bar {
    display: none;
  }

  .introduce-content .bg {
    display: none;
  }

  .bg {
    margin-top: -80px;
  }

  .swiper-button-prev-1,
  .swiper-container-rtl .swiper-button-next-1,
  .swiper-button-next-1,
  .swiper-container-rtl .swiper-button-prev-1,
  .swiper-button-next-2,
  .swiper-container-rtl .swiper-button-prev-2,
  .swiper-button-prev-2,
  .swiper-container-rtl .swiper-button-next-2,
  .swiper-button-prev-3,
  .swiper-container-rtl .swiper-button-next-3,
  .swiper-button-next-3,
  .swiper-container-rtl .swiper-button-prev-3 {
    display: none;
  }

  .main-banner .title-img p,
  .history p {
    width: 90%;
  }

  .dynamic .dynamic-active {
    width: 80%;
  }

  .dynamic .dynamic-list ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .dynamic .dynamic-list ul li {
    width: 48%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .introduce-title {
    flex-wrap: wrap;
  }

  .introduce-title .title {
    width: 100%;
  }

  .introduce-title ul {
    width: 100%;
    justify-content: space-between;
  }

  .introduce-title ul li {
    margin: 10px 0;
  }

  .introduce-title .long {
    width: 100%;
  }

  .introduce-title .long li {
    width: calc(100% / 7);
  }

  .main-content .nav-title ul {
    flex-wrap: wrap;
  }

  .main-content .nav-title ul li {
    flex: initial;
    width: calc(100% / 3);
    transition: 0.4s all;
  }

  .main-content .nav-title .line {
    display: none;
  }

  .main-content .main-list ul li {
    width: 48%;
  }

  .main-content .photography-list ul li {
    width: 48%;
  }

  .main-content .history-list ul li {
    width: 48%;
  }

  section .scenery-list ul li a div h2 {
    margin-top: 2%;
  }

  section .scenery-list ul li {
    padding: 30px;
  }

  section .scenery-list ul li a {
    display: block;
  }

  section .scenery-list ul li a figure {
    width: 100%;
    margin: 0 auto;
  }

  section .scenery-list ul li a div {
    width: 100%;
    margin: 0 auto;
  }

  section .scenery-list ul li a div h2 {
    text-align: center;
  }

  section .scenery-list ul li a div p {
    text-align: center;
  }

  section .scenery-list ul li a span {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }

  section .scenery-list ul li a span img {
    display: none;
  }

  section #luomingcong {
    display: block;
  }

  section #luomingcong .swiper-container-4 {
    width: 100%;
  }

  section #luomingcong .swiper-right {
    width: 100%;
  }

  section .mingcong .map-img {
    display: block;
  }

  section .mingcong .map-img li {
    width: 100%;
  }

  section .mingcong .map-img li:first-child {
    margin-bottom: 30px;
  }

  section .mingcong .traffic-img {
    display: block;
  }

  section .mingcong .traffic-img img {
    width: 100%;
    margin-left: 0;
  }

  section .mingcong .traffic-img .traffic-text {
    width: 100%;
  }

  section .mingcong .attractions-list {
    flex-wrap: wrap;
  }

  section .mingcong .attractions-list li {
    width: 48%;
  }

  section .LeisureEntertainment ul li {
    width: 48%;
  }

  section .LocalSpecialty ul li {
    display: block;
  }

  section .LocalSpecialty ul li figure {
    width: 100%;
  }

  section .LocalSpecialty ul li div {
    width: 100%;
  }

  section .LocalSpecialty ul li div p {
    -webkit-line-clamp: 20;
    text-indent: 2em;
  }

  section .LocalSpecialty ul li a {
    position: static;
    margin-top: 20px;
    width: 100%;
  }

  section .TourismServices p {
    width: 100%;
    margin-left: 0;
  }

  section .TourismServices .TourismServicesAddress {
    position: static;
    margin-top: 20px;
  }

  section .TourismServicesImg {
    padding: 20px;
  }

  section .TravelTips ul li div p {
    font-size: 12px;
  }

  section .ScenicAreaDynamic ul li {
    display: block;
  }

  section .ScenicAreaDynamic ul li figure {
    width: 100%;
  }

  section .ScenicAreaDynamic ul li div {
    width: 100%;
  }

  section .ScenicAreaDynamic ul li div h2 {
    margin-bottom: 7px;
  }

  section .ScenicAreaDynamic ul li div span {
    line-height: 32px;
  }

  section .ScenicAreaDynamic ul li div a {
    width: 100%;
    margin-top: 10px;
  }

  .introduce-title ul {
    margin-top: 20px;
  }

  .articleLink a h2,
  .articleLink a p,
  section .ScenicAreaDynamicDetails .title span {
    font-size: 12px;
  }

  section .ScenicAreaDynamicDetails .title h2 {
    font-size: 20px;
  }

  section .contactUS .contactUS-icon {
    margin-top: 10px;
  }

  section .contactUS .contactUS-icon li figure img {
    width: 50%;
  }

  .scenery-introduce {
    padding: 30px;
  }

  section .contactUS {
    margin-top: 10px;
  }

  .introduce-title .short {
    justify-content: space-between;
  }

  .introduce-title .short li {
    width: 48%;
  }

  section .MessageFeedback {
    margin-top: 10px;
    padding: 30px;
  }

  .MessageFeedback .message .flexbox {
    flex-wrap: wrap;
  }

  .MessageFeedback .message .flexbox div {
    width: 100%;
  }

  .MessageFeedback .message .flexbox .message-textarea {
    margin-top: 20px;
  }

  .vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }

  .vientiane {
    padding-top: 60px;
  }

  .vientiane .my-swiper {
    margin-top: 60px;
  }

  .vientiane a {
    margin-top: 60px;
  }

  footer .foot .foot-search {
    display: block;
  }

  .scenery-introduce,
  section .scenery-list {
    margin-top: 10px;
  }

  .introduce-title .center-long li {
    width: 32%;
  }

  .back-top {
    display: none !important;
  }

  .m-back-top {
    display: block !important;
  }

  .introduce .introduce-content {
    display: block;
  }

  .introduce .introduce-content .introduce-text {
    padding: 30px;
  }

  .introduce .introduce-content .introduce-text p {
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .introduce .introduce-content .introduce-text .icon-img {
    width: 100%;
  }

  .introduce .introduce-content .introduce-text a {
    width: 100%;
  }

  .introduce .introduce-content .introduce-tag {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .introduce .introduce-content .introduce-tag div {
    width: 25%;
    height: 40px;
  }

  .introduce .introduce-content .introduce-tag div .tag {
    letter-spacing: 2px;
  }

  .lang-en .introduce .introduce-content .introduce-tag div .tag {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    letter-spacing: 0;
  }

  section .contactUS #map {
    overflow: hidden;
  }

  section .contactUS #map img:first-child {
    transform: scale(1.3);
  }

  .story-list ul li {
    padding: 20px;
  }

  .story-list ul li a span {
    right: 20px;
  }

  .story-list ul li a p {
    width: 75%;
  }

  .mm_navbar,
  .mm_navbar_icon {
    display: block;
  }
}

/* 
 *
 * -----------------640px-------------------
 *
*/
@media screen and (max-width: 640px) {
  .introduce .introduce-content {
    margin: 10px auto;
  }

  .main-banner {
    padding-top: 20px;
  }

  .main-bar ul li p {
    font-size: 12px;
    margin-top: 5px;
  }

  .dynamic .dynamic-active {
    width: 90%;
    justify-content: space-between;
  }

  .dynamic .dynamic-active .active {
    width: 111px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }

  .bg {
    margin-top: -50px;
  }

  .introduce-title .long {
    flex-wrap: wrap;
  }

  .introduce-title .long li {
    width: 32%;
  }

  section .contactUS #map .icon {
    width: 10px;
    height: auto;
  }

  section .contactUS .contactUS-icon li h3 {
    font-size: 14px;
  }

  section .contactUS .contactUS-icon li p {
    font-size: 12px;
  }

  section .contactUS .hotline ul li {
    width: 100%;
  }

  section .contactUS .hotline ul li {
    border-bottom: none;
  }

  section .contactUS .hotline ul li:nth-child(2n) {
    border-left: 1px solid #009944;
  }

  section .contactUS .hotline ul li:nth-child(11) {
    border-bottom: none;
  }

  .main-content .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .bigImg figure img {
    transform: translate(-50%, -50%) scale(1);
  }

  header .language {
    right: -10px;
  }

  header .language .select,
  header .language ul {
    transform: scale(0.8);
  }

  header .language ul {
    top: 50px;
  }
}

/* 
 *
 * -----------------500px-------------------
 *
*/
@media screen and (max-width: 500px) {
  .introduce {
    padding-top: 90px;
  }

  .introduce .title-img {
    margin: 20px auto;
  }

  .introduce .introduce-content .introduce-text .icon-img {
    justify-content: space-evenly;
  }

  .introduce .introduce-content .introduce-text .icon-img .badge {
    width: 50%;
    margin-bottom: 15px;
  }

  .introduce .title-img img,
  .main-banner .title-img img,
  .vientiane .title-img img,
  .history .title-img img,
  .dynamic .title-img img {
    width: 50%;
  }

  .introduce .introduce-content .introduce-text .icon-img .badge span {
    font-size: 12px;
  }

  .main-bar ul {
    flex-wrap: wrap;
  }

  .main-bar ul li {
    width: calc(100% / 3);
    margin-bottom: 15px;
  }

  .main-bar ul li p {
    font-size: 12px;
    margin-top: 5px;
  }

  .main-content .main-list ul li {
    width: 100%;
  }

  .main-content .photography-list ul li {
    width: 100%;
  }

  .main-content .history-list ul li {
    width: 100%;
  }

  .main-content {
    margin: 10px auto;
  }

  .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }

  section #luomingcong .swiper-right p {
    font-size: 12px;
  }

  section .mingcong p {
    font-size: 12px;
  }

  section .mingcong .attractions-list li {
    width: 100%;
  }

  section .mingcong h2 span {
    font-size: 14px;
    padding: 11px;
  }

  section .LeisureEntertainment ul li {
    width: 100%;
  }

  section .LocalSpecialty ul li div h2 {
    font-size: 20px;
  }

  .main-content {
    padding: 20px;
  }

  .main-content .history-list ul li {
    margin-bottom: 20px;
  }

  section .contactUS .hotline ul li {
    font-size: 12px;
    padding: 10px;
  }

  section .contactUS .contactUS-icon {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  section .MessageFeedback .message-input input {
    padding: 10px;
    font-size: 12px;
  }

  section .MessageFeedback .message-textarea textarea {
    padding: 10px;
    font-size: 12px;
  }

  section .MessageFeedback button {
    padding: 10px;
  }

  .vientiane {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vientiane a {
    margin-top: 40px;
  }

  .vientiane .my-swiper {
    margin-top: 40px;
  }

  footer .foot .foot-text .foot-tel span,
  footer .foot .foot-text .copyright span,
  footer .foot .foot-text .ICP span,
  footer .foot .foot-text .code span {
    display: block;
  }

  .dynamic .dynamic-list ul li {
    padding: 20px 10px;
  }

  .main-banner .title-img p,
  .history p {
    font-size: 12px;
  }

  footer .foot .foot-text .code {
    margin-top: 10px;
  }

  section .contactUS p {
    width: 100%;
    font-size: 12px;
  }

  section .contactUS .contactUS-icon {
    justify-content: space-between;
  }

  section .contactUS .hotline {
    width: 100%;
  }

  section .contactUS .contactUS-icon li h3 {
    margin: 5px;
  }

  section .contactUS {
    padding: 20px;
  }

  section .contactUS #map img:first-child {
    transform: scale(2);
  }

  section .ScenicAreaDynamic,
  section #luomingcong,
  section .TravelTips,
  section .TourismServices {
    margin-top: 10px;
    padding: 20px;
  }

  section .LocalSpecialty,
  section .StarHotel,
  section .LeisureEntertainment {
    margin-top: 10px;
  }

  .bigImg figure img {
    transform: translate(-50%, -50%) scale(0.9);
  }

  .dynamic,
  .history {
    padding-top: 50px;
  }
}

/* 
 *
 * -----------------376px-------------------
 *
*/
@media screen and (max-width: 376px) {
  .dynamic .dynamic-list ul li {
    width: 100%;
  }

  .dynamic .dynamic-active .active {
    width: 90px;
    height: 27px;
    line-height: 27px;
  }

  .history .history-img {
    width: 100%;
  }

  .introduce .introduce-content .introduce-text .icon-img {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .introduce .introduce-content .introduce-text .icon-img .badge {
    width: 50%;
    flex: initial;
  }

  .introduce .introduce-content .introduce-tag {
    flex-wrap: wrap;
  }

  .introduce .introduce-content .introduce-tag div {
    width: 50%;
  }

  .introduce {
    padding-top: 30px;
  }
}