.index_one {
  position: relative;
  width: 100%;
}

.header {
  width: 100%;
  z-index: 1000;
}

.header .container {
  position: relative;
  max-width: 1300px;
}

.header .search_btm {
  text-align: center;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 10px 20px -12px #000;
}

.header_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header_top .search_btn {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-left: 32px;
}

.header_top .search_btn img {
  width: 100%;
  height: 100%;
}

.header_top .search_btn i {
  display: none;
}

.header_top .search_btn i::after {
  content: "";
  border: 14px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translate(-40%, 3px);
}

/* 搜索框 开始*/
.search {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search .nav-search i {
  color: inherit;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.search .nav-search form {
  display: inline-block;
  position: relative;
}

.search .nav-search input.keywords {
  background-color: #eee;
  border: none;
  width: 400px;
  height: 44px;
  display: inline-block;
  padding: 0 20px;
}

.search .btn-sub {
  color: #fff;
  height: 44px;
  padding: 10px 20px;
  line-height: 24px;
  display: inline-block;
  background-color: #0f7485;
  border-color: #0f7485;
}

.mySwiper {
  overflow: hidden;
  position: relative;
}

.mySwiper .pf_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  animation: bg 5s linear infinite;
  z-index: 999;
}

.mySwiper .pf_bg img {
  width: 100%;
  height: auto;
}

@keyframes bg {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

.mySwiper .click_btn {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  text-align: center;
}

.mySwiper .click_btn a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}

.mySwiper .click_btn a img {
  margin-right: 5px;
}

.mySwiper .swiper-pagination {
  position: absolute;
  bottom: 32px;
  left: auto;
  right: 18%;
  width: auto;
  display: none;
}

.mySwiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px;
}

.mySwiper .swiper-pagination-bullet-active {
  background: #fff;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 60px;
  z-index: 999;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-container-rtl .swiper-button-next {
  background-image: url('../images/banner_arr_right.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 50px;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url('../images/banner_arr_left.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50px;
}

.mySwiper .swiper-slide {
  position: relative;
}

.mySwiper .swiper-slide .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.mySwiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
}

.mySwiper .title {
  position: absolute;
  bottom: 27px;
  left: 17%;
  width: 46%;
  z-index: 9999;
}

.mySwiper .title h4 {
  position: relative;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 20px;
  z-index: 999;
}

.mySwiper .fraction {
  position: absolute;
  bottom: 40px;
  left: 14%;
  width: 46%;
  color: #FFFFFF;
  z-index: 999;
}

.mySwiper .fraction .current {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 8px;
}

.mySwiper .fraction .total {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 8px;
}

.content {
  background: #fafafa;
}

.content .part_one {
  background-image: url('../images/index-bg-1.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 52px;
}

.content .part_one .redjinan .redjinan_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}

.content .part_one .redjinan .redjinan_title h4 {
  width: 525px;
  height: 91px;
  /*background-image: url('../images/title_bg_1.png');*/
    background-image: url('../images/hongse-jinan.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'LiSu', 'STLiti', 'Apple LiSung Light', sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #2B2019;
  padding-top: 10px;
  text-align: center;
}

.content .part_one .redjinan .redjinan_title .more {
  position: absolute;
  right: 0;
  bottom: -15px;
}

.content .part_one .redjinan .redjinan_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #107D8F;
  line-height: 30px;
}

.content .part_one .redjinan .redjinan_list ul .slick-list {
  margin-left: -25px;
  margin-right: -25px;
}

.content .part_one .redjinan .redjinan_list ul li {
  width: 400px;
  margin: 0 25px;
}

.content .part_one .redjinan .redjinan_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .part_one .redjinan .redjinan_list ul li a:hover .img img {
  transform: scale(1.1);
}

.content .part_one .redjinan .redjinan_list ul li a:hover .icon img {
  transform: scale(1);
}

.content .part_one .redjinan .redjinan_list ul li a:hover .btm_text .time .xian::after {
  left: 100%;
}

.content .part_one .redjinan .redjinan_list ul li a .img {
  width: 100%;
  height: 226px;
  position: relative;
  overflow: hidden;
}

.content .part_one .redjinan .redjinan_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.content .part_one .redjinan .redjinan_list ul li a .img .icon {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.content .part_one .redjinan .redjinan_list ul li a .img .icon img {
  width: 42px;
  height: 42px;
}

.content .part_one .redjinan .redjinan_list ul li a .btm_text {
  padding: 29px 35px;
  background-color: #FFFFFF;
  height: 150px;
}

.content .part_one .redjinan .redjinan_list ul li a .btm_text .title {
  margin-bottom: 28px;
}

.content .part_one .redjinan .redjinan_list ul li a .btm_text .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content .part_one .redjinan .redjinan_list ul li a .btm_text .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .part_one .redjinan .redjinan_list ul li a .btm_text .time .xian {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 1px;
  background: #E1E1E1;
}

.content .part_one .redjinan .redjinan_list ul li a .btm_text .time .xian::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #107D8F;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.5s;
}

.content .part_one .redjinan .redjinan_list ul li a .btm_text .time span {
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.content .part_one .redjinan .redjinan_list .slick-arrow {
  width: 42px;
  height: 42px;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}

.content .part_one .redjinan .redjinan_list .slick-prev {
  left: -65px;
  background-image: url(../images/btn_arr_2.png);
}

.content .part_one .redjinan .redjinan_list .slick-next {
  right: -65px;
  background-image: url(../images/btn_arr_1.png);
}

.content .part_two {
  margin-top: -45px;
  padding-top: 239px;
  background-image: url('../images/index-bg-2.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 99;
}

.content .part_two .traveljinan .traveljinan_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}

.content .part_two .traveljinan .traveljinan_title h4 {
  width: 525px;
  height: 91px;
/*  background-image: url('../images/title_bg_2.png');*/
  background-image: url('../images/yunyou-jinan.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'LiSu', 'STLiti', 'Apple LiSung Light', sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  padding-top: 10px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_title .more {
  position: absolute;
  right: 0;
  bottom: -15px;
}

.content .part_two .traveljinan .traveljinan_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one {
  float: left;
  width: 49.5%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one {
  position: relative;
  width: 100%;
  height: 358px;
  margin-bottom: 28px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one a .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one a .img img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one a .img .icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one a .img .icon img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one a .img .title {
  position: absolute;
  bottom: 21px;
  left: 40px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one a .img .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .details {
  position: absolute;
  bottom: 18px;
  right: 24px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .details a {
  width: 88px;
  height: 26px;
  background: #066879;
  border-radius: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .details a:hover {
  background: #bf9862;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up {
  display: none;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 88%;
  z-index: 999;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .pop_title {
  padding: 15px 27px;
  background: #5BACBA;
  border-radius: 0px 0px 30px 0px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .pop_title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .msg {
  padding: 24px 27px 20px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .msg .left_msg {
  float: left;
  width: 69%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .msg .left_msg p.p_t {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 12px;
  color: #187E8F;
  margin-bottom: 8px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .msg .left_msg p.p_s {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #2E2E2E;
  line-height: 24px;
  margin-bottom: 8px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .msg .right_code {
  float: right;
  width: 115px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .msg .right_code .code {
  width: 100%;
  height: 110px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .msg .right_code .code img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one .pop-up .msg .right_code .code_text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #187E8F;
  line-height: 38px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two {
  float: left;
  width: 48.2%;
  margin-right: 3%;
  position: relative;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two:nth-child(3) {
  margin-right: 0;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two a .img {
  width: 100%;
  height: 190px;
  position: relative;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two a .img img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two a .img .icon {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 16px;
  width: 42px;
  height: 42px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two a .img .icon img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .title_details {
  width: 100%;
  height: 130px;
  padding: 26px 22px;
  background: #FFFFFF;
  position: relative;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .title_details h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .title_details a {
  position: absolute;
  bottom: 22px;
  right: 22px;
  display: block;
  width: 88px;
  height: 26px;
  background: #E4F1F3;
  border-radius: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #187C8A;
  line-height: 26px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .title_details a:hover {
  background: #bf9862;
  color: #fff;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up {
  display: none;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 540px;
  z-index: 999;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .pop_title {
  padding: 15px 27px;
  background: #5BACBA;
  border-radius: 0px 0px 30px 0px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .pop_title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .msg {
  padding: 24px 27px 20px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .msg .left_msg {
  float: left;
  width: 69%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .msg .left_msg p.p_t {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 12px;
  color: #187E8F;
  margin-bottom: 8px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .msg .left_msg p.p_s {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #2E2E2E;
  line-height: 24px;
  margin-bottom: 8px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .msg .right_code {
  float: right;
  width: 115px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .msg .right_code .code {
  width: 100%;
  height: 110px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .msg .right_code .code img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up .msg .right_code .code_text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #187E8F;
  line-height: 38px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two {
  float: right;
  width: 49.5%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two {
  float: left;
  width: 48.2%;
  margin-right: 3%;
  position: relative;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two:nth-child(2) {
  margin-right: 0;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two a .img {
  width: 100%;
  height: 190px;
  position: relative;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two a .img img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two a .img .icon {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 16px;
  width: 42px;
  height: 42px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two a .img .icon img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .title_details {
  width: 100%;
  height: 130px;
  padding: 26px 22px;
  background: #FFFFFF;
  position: relative;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .title_details h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .title_details a {
  position: absolute;
  bottom: 22px;
  right: 22px;
  display: block;
  width: 88px;
  height: 26px;
  background: #E4F1F3;
  border-radius: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #187C8A;
  line-height: 26px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .title_details a:hover {
  background: #bf9862;
  color: #fff;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up {
  display: none;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 540px;
  z-index: 999;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .pop_title {
  padding: 15px 27px;
  background: #5BACBA;
  border-radius: 0px 0px 30px 0px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .pop_title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .msg {
  padding: 24px 27px 20px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .msg .left_msg {
  float: left;
  width: 69%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .msg .left_msg p.p_t {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 12px;
  color: #187E8F;
  margin-bottom: 8px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .msg .left_msg p.p_s {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #2E2E2E;
  line-height: 24px;
  margin-bottom: 8px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .msg .right_code {
  float: right;
  width: 115px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .msg .right_code .code {
  width: 100%;
  height: 110px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .msg .right_code .code img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two .pop-up .msg .right_code .code_text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #187E8F;
  line-height: 38px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one {
  position: relative;
  width: 100%;
  height: 358px;
  margin-top: 28px;
  float: left;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one a .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one a .img img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one a .img .icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one a .img .icon img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one a .img .title {
  position: absolute;
  bottom: 21px;
  left: 40px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one a .img .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .details {
  position: absolute;
  bottom: 18px;
  right: 24px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .details a {
  width: 88px;
  height: 26px;
  background: #066879;
  border-radius: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .details a:hover {
  background: #bf9862;
  color: #fff;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up {
  display: none;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 540px;
  z-index: 999;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .pop_title {
  padding: 15px 27px;
  background: #5BACBA;
  border-radius: 0px 0px 30px 0px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .pop_title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .msg {
  padding: 24px 27px 20px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .msg .left_msg {
  float: left;
  width: 69%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .msg .left_msg p.p_t {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 12px;
  color: #187E8F;
  margin-bottom: 8px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .msg .left_msg p.p_s {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #2E2E2E;
  line-height: 24px;
  margin-bottom: 8px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .msg .right_code {
  float: right;
  width: 115px;
  text-align: center;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .msg .right_code .code {
  width: 100%;
  height: 110px;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .msg .right_code .code img {
  width: 100%;
  height: 100%;
}

.content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one .pop-up .msg .right_code .code_text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #187E8F;
  line-height: 38px;
}

.content .part_three {
  min-height: 1170px;
  margin-top: -230px;
  padding-top: 230px;
  background-image: url('../images/index-bg-3.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.content .part_three .culturalboutique {
  margin-top: 120px;
  display: flex;
}

.content .part_three .culturalboutique .left_listone {
  float: left;
  width: 38.2%;
  margin-right: 2%;
}

.content .part_three .culturalboutique .left_listone a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .part_three .culturalboutique .left_listone a:hover .img img {
  transform: scale(1.1);
}

.content .part_three .culturalboutique .left_listone a:hover .icon img {
  transform: scale(1);
}

.content .part_three .culturalboutique .left_listone a:hover .btm_text .time .xian::after {
  left: 100%;
}

.content .part_three .culturalboutique .left_listone a .img {
  position: relative;
  width: 100%;
  height: 282px;
  overflow: hidden;
}

.content .part_three .culturalboutique .left_listone a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.content .part_three .culturalboutique .left_listone a .img .icon {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 42px;
  height: 42px;
}

.content .part_three .culturalboutique .left_listone a .img .icon img {
  width: 100%;
  height: 100%;
}

.content .part_three .culturalboutique .left_listone a .btm_text {
  width: 100%;
  height: 188px;
  background-color: #fff;
  padding: 28px 46px 0 43px;
}

.content .part_three .culturalboutique .left_listone a .btm_text .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content .part_three .culturalboutique .left_listone a .btm_text .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 37px;
}

.content .part_three .culturalboutique .left_listone a .btm_text .time .xian {
  display: inline-block;
  position: relative;
  width: 78%;
  height: 1px;
  background: #E1E1E1;
}

.content .part_three .culturalboutique .left_listone a .btm_text .time .xian::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #107D8F;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
  transition: all 0.5s;
}

.content .part_three .culturalboutique .left_listone a .btm_text .time span {
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.content .part_three .culturalboutique .right_listtwo {
  float: right;
  width: 59%;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_title {
  margin-bottom: 39px;
  position: relative;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_title h4 {
  width: 100%;
  height: 91px;
/*  background-image: url('../images/title_bg_2.png');*/
  background-image: url('../images/wenhua-jingpin.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'LiSu', 'STLiti', 'Apple LiSung Light', sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #2B2019;
  padding-top: 10px;
  text-align: center;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_title .more {
  position: absolute;
  right: 0;
  bottom: -15px;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #187C8A;
  line-height: 30px;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li {
  float: left;
  width: 47.7%;
  margin-right: 4.5%;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li:nth-child(2) {
  margin-right: 0;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a:hover .img img {
  transform: scale(1.1);
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a:hover .icon img {
  transform: scale(1);
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a:hover .btm_text .time .xian::after {
  left: 100%;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .img {
  width: 100%;
  height: 206px;
  position: relative;
  overflow: hidden;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .img .icon {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 42px;
  height: 42px;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .img .icon img {
  width: 100%;
  height: 100%;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .btm_text {
  width: 100%;
  height: 134px;
  background-color: #fff;
  padding: 27px 38px 0 30px;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .btm_text .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .btm_text .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .btm_text .time .xian {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 1px;
  background: #E1E1E1;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .btm_text .time .xian::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #107D8F;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
  transition: all 0.5s;
}

.content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li a .btm_text .time span {
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.content .part_four {
  padding-bottom: 120px;
  background-image: url('../images/index-bg-4.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.content .part_four .centennial {
  margin-top: -150px;
}

.content .part_four .centennial .centennial_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}

.content .part_four .centennial .centennial_title h4 {
  width: 525px;
  height: 91px;
/*  background-image: url('../images/title_bg_2.png');*/
  background-image: url('../images/bainian-jiangtang.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'LiSu', 'STLiti', 'Apple LiSung Light', sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #2B2019;
  padding-top: 10px;
  text-align: center;
}

.content .part_four .centennial .centennial_title .more {
  position: absolute;
  right: 0;
  bottom: -15px;
}

.content .part_four .centennial .centennial_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #107D8F;
  line-height: 30px;
}

.content .part_four .centennial .centennial_list ul li {
  float: left;
  width: 30.7%;
}

.content .part_four .centennial .centennial_list ul li:nth-child(2) {
  margin: 0 3.9%;
}

.content .part_four .centennial .centennial_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .part_four .centennial .centennial_list ul li a:hover .img img {
  transform: scale(1.1);
}

.content .part_four .centennial .centennial_list ul li a:hover .icon img {
  transform: scale(1);
}

.content .part_four .centennial .centennial_list ul li a:hover .btm_text .time .xian::after {
  left: 100%;
}

.content .part_four .centennial .centennial_list ul li a .img {
  width: 100%;
  height: 226px;
  position: relative;
  overflow: hidden;
}

.content .part_four .centennial .centennial_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.content .part_four .centennial .centennial_list ul li a .img .icon {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.content .part_four .centennial .centennial_list ul li a .img .icon img {
  width: 42px;
  height: 42px;
}

.content .part_four .centennial .centennial_list ul li a .btm_text {
  padding: 29px 35px;
  background-color: #FFFFFF;
  height: 150px;
}

.content .part_four .centennial .centennial_list ul li a .btm_text .title {
  margin-bottom: 28px;
}

.content .part_four .centennial .centennial_list ul li a .btm_text .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content .part_four .centennial .centennial_list ul li a .btm_text .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .part_four .centennial .centennial_list ul li a .btm_text .time .xian {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 1px;
  background: #E1E1E1;
}

.content .part_four .centennial .centennial_list ul li a .btm_text .time .xian::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #107D8F;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.5s;
}

.content .part_four .centennial .centennial_list ul li a .btm_text .time span {
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.content .part_five {
  height: 556px;
  margin-top: -55px;
  background-image: url('../images/index-bg-5.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content .part_five .dynamic {
  position: relative;
  margin-left: 13%;
  margin-top: 55px;
}

.content .part_five .dynamic .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 72px;
}

.content .part_five .dynamic .icon img {
  width: 100%;
  height: 100%;
}

.content .part_five .dynamic .dynamic_title {
  padding-top: 40px;
  padding-left: 42px;
  margin-bottom: 40px;
}

.content .part_five .dynamic .dynamic_title .title {
  float: left;
}

.content .part_five .dynamic .dynamic_title .title h4 {
  font-family: 'LiSu', 'STLiti', 'Apple LiSung Light', sans-serif;
  background-image: url('../images/dongtai-zixun.jpg');
  font-weight: 400;
  height:21px;
  width:127px;
  font-size: 32px;
  color: #FFFFFF;
}

.content .part_five .dynamic .dynamic_title .more {
  float: right;
}

.content .part_five .dynamic .dynamic_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li {
  float: left;
  width: 32%;
  height: 180px;
  transition: all 0.5s;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li:hover {
  transform: translateY(-10px);
}

.content .part_five .dynamic .dynamic_list ul.pc_list li:nth-child(2) {
  margin: 0 2%;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 20px 0px;
  padding: 34px 32px 0 32px;
  background: #FFFFFF;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li a:hover .time .xian::after {
  left: 100%;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li a .title {
  margin-bottom: 32px;
  height: 79px;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li a .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li a .time .xian {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 1px;
  background: #E1E1E1;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li a .time .xian::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #107D8F;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.5s;
}

.content .part_five .dynamic .dynamic_list ul.pc_list li a .time span {
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list .slick-arrow {
  display: none !important;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li {
  float: left;
  height: 180px;
  transition: all 0.5s;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li:hover {
  transform: translateY(-10px);
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 20px 0px;
  padding: 34px 32px 0 32px;
  background: #FFFFFF;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li a:hover .time .xian::after {
  left: 100%;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li a .title {
  margin-bottom: 32px;
  height: 79px;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li a .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li a .time .xian {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 1px;
  background: #E1E1E1;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li a .time .xian::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #107D8F;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.5s;
}

.content .part_five .dynamic .dynamic_list ul.mobile_list li a .time span {
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.content .part_five .footer_msg {
  background: rgba(40, 40, 40, 0.8);
  padding: 33px 0;
  margin-top: 60px;
}

.content .part_five .footer_msg .all_msg .lfet_msg {
  float: left;
  width: 33.33%;
  text-align: left;
}

.content .part_five .footer_msg .all_msg .lfet_msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px 0;
}

.content .part_five .footer_msg .all_msg .lfet_msg p img {
  width: 24px;
  height: 18px;
  margin-right: 8px;
}

.content .part_five .footer_msg .all_msg .center_msg {
  float: left;
  width: 33.33%;
  text-align: left;
}

.content .part_five .footer_msg .all_msg .center_msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px 0;
}

.content .part_five .footer_msg .all_msg .right_msg {
  float: right;
  width: 33.33%;
  text-align: left;
}

.content .part_five .footer_msg .all_msg .right_msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px 0;
}

.footer {
  padding: 25px 0;
  background-color: #2388C6;
}

.footer .left_msg {
  float: left;
}

.footer .msg {
  text-align: left;
}

.footer .msg span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
}

.footer .msg span:nth-child(even) {
  margin: 0 30px;
}

.footer .copyright {
  text-align: left;
}

.footer .copyright p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
}

.footer .qrcode {
  float: right;
}

.footer .qrcode .qrcode-img {
  width: 72px;
  height: 72px;
}

.footer .qrcode .qrcode-img img {
  width: 100%;
  height: 100%;
}

.footer .qrcode .qrcode-msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 1300px) {
  .logo-d {
    width: 21%;
  }

  .navlist>li>a {
    padding: 0 8px;
  }
}

@media (max-width: 992px) {
  .content .part_two {
    background-size: cover;
    margin-top: -120px;
    padding-top: 200px;
  }

  .content .part_two .traveljinan .traveljinan_list ul.ul_one,
  .content .part_two .traveljinan .traveljinan_list ul.ul_two {
    width: 100%;
    margin-bottom: 28px;
  }

  .content .part_three .culturalboutique {
    margin-top: 50px;
  }

  .content .part_three {
    min-height: 1026px;
  }
}

@media (max-width: 700px) {
  .mySwiper .swiper-slide .bg {
    height: auto;
  }

  .content .part_three .culturalboutique {
    display: flex;
    flex-direction: column;
  }

  .content .part_three .culturalboutique .left_listone {
    order: 1;
    /* 默认值，无需更改 */
  }

  .content .part_three .culturalboutique .right_listtwo {
    order: 0;
  }

  .content .part_three .culturalboutique .left_listone,
  .content .part_three .culturalboutique .right_listtwo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .content .part_one .redjinan .redjinan_list .slick-arrow {
    display: none !important;
  }

  .content .part_four {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .content .part_four .centennial .centennial_list ul li {
    width: 100%;
  }

  .content .part_four .centennial .centennial_list ul li:nth-child(2) {
    margin: 18px 0;
  }

  .content .part_five .dynamic .dynamic_list ul.pc_list li a {
    padding: 18px 16px 0 16px;
  }

  .content .part_five {
    background-size: cover;
    height: auto;
  }

  .content .part_five .dynamic {
    margin-left: 0;
  }
}

.close {
  display: none;
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin-top: -15px;
  text-align: center;
}

@media (max-width: 500px) {
  .header-logo {
    width: 60%;
  }

  .header {
    height: 88px;
  }

  .header .container {
    padding: 5px 4px;
  }

  .nav-mobile,
  .box-mobile-form {
    top: 88px;
  }

  .box-icon-nav {
    left: 10px;
  }

  .box-icon-other {
    right: 10px;
  }

  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    display: none;
  }

  .mySwiper .title {
    bottom: 10px;
    left: 2%;
  }

  .mySwiper .title h4 {
    font-size: 17px;
  }

  .mySwiper .swiper-pagination {
    bottom: 0;
  }

  .mySwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .mySwiper .swiper-slide .bg {
    height: 40px;
  }

  .mySwiper .click_btn {
    bottom: 9px;
  }

  .mySwiper .click_btn a {
    font-size: 17px;
  }

  .content .part_two {
    margin-top: -145px;
  }

  .content .part_one .redjinan .redjinan_title,
  .content .part_two .traveljinan .traveljinan_title,
  .content .part_three .culturalboutique .right_listtwo .culturalboutique_title,
  .content .part_four .centennial .centennial_title {
    margin-bottom: 30px;
  }

  .content .part_one .redjinan .redjinan_title h4,
  .content .part_two .traveljinan .traveljinan_title h4,
  .content .part_three .culturalboutique .right_listtwo .culturalboutique_title h4,
  .content .part_four .centennial .centennial_title h4 {
    width: 100%;
    height: 56px;
    font-size: 32px;
  }

  .content .part_two .traveljinan .traveljinan_list ul.ul_one,
  .content .part_two .traveljinan .traveljinan_list ul.ul_two {
    margin-bottom: 0;
  }

  .content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_one,
  .content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_one {
    height: 280px;
    margin-bottom: 18px;
    margin-top: 0;
  }

  .content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two,
  .content .part_two .traveljinan .traveljinan_list ul.ul_two li.list_two,
  .content .part_three .culturalboutique .right_listtwo .culturalboutique_list ul li {
    width: 100%;
    margin-bottom: 18px;
  }

  .content .part_five .footer_msg .all_msg .lfet_msg,
  .content .part_five .footer_msg .all_msg .center_msg,
  .content .part_five .footer_msg .all_msg .right_msg,
  .content .part_two .traveljinan .traveljinan_list ul.ul_one li.list_two .pop-up {
    width: 100%;
  }

  .close {
    display: block;
  }
}
