.wt {
  width: 100%;
  height: auto
}

.main_nav {
  padding: 0 0.3rem;
  background: #f6f6f6;
  margin: 0 auto;
}

.main_nav ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_nav ul li {
  width: 25%;
  display: inline-block;
  padding: 0.2rem 0 0.1rem 0;
  border-bottom: 2px solid #f6f6f6;
}

.main_nav ul li a {
  display: block;
}

.main_nav ul li.main_line {
  width: 1px;
  height: 35px;
  background-color: #e3e3e3;
  padding: 0;
  margin: 0 5px;
}

.main_nav ul li img {
  width: 0.52rem;
  height: 0.52rem;
  display: inline-block;
}

.main_nav ul li p {
    font-size: 0.26rem;
    color: #555;
    letter-spacing: 2px;
    line-height: 0.4rem;
    padding: 0.14rem 0 0 0;
}

.main_nav ul li i {
  font-size: 0.16rem;
  padding-top: 0.06rem;
  letter-spacing: 1px;
  color: #999999;
  display: inline-block;
  font-style: normal;
}

.select_ent {
  background: #ffffff;
  cursor: pointer;
  color: #009ee5 !important;
  border-bottom: 2px solid #009ee5 !important;
}

.main_nav ul li:hover {
  background: #ffffff;
  cursor: pointer;
  color: #009ee5 !important;
  border-bottom: 2px solid #009ee5 !important;
}

.time {
  color: #919191;
  padding-bottom: 10px;
}

/* 主题样式 */
.banner_box {
  width: 100%;
  height: 3.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1.28rem;
}

.banner_scenic_spot {
  background: url("../img/develop_bg1.png") no-repeat;
  background-size: 100% 100%;
}

.banner_cruise {
  background: url("../img/develop_bg2.png") no-repeat;
  background-size: 100% 100%;
}

.banner_hotel {
  background: url("../img/develop_bg3.png") no-repeat;
  background-size: 100% 100%;
}

.banner_performance {
  background: url("../img/develop_bg4.png") no-repeat;
  background-size: 100% 100%;
}

.banner_travel {
  background: url("../img/develop_bg1.png") no-repeat;
  background-size: 100% 100%;
}

.banner_exhibition {
  background: url("../img/develop_bg2.png") no-repeat;
  background-size: 100% 100%;
}

.banner_digitization {
  background: url("../img/develop_bg3.png") no-repeat;
  background-size: 100% 100%;
}

.banner {
  width: 100%;
  margin: auto;
}

.develop {
  display: none;
}

.resource_nav {
  width: 100%;
  margin: 0 auto;
  height: 0.7rem;
  background: url("../img/develop_btn.png") no-repeat;
  background-size: 100% 100%;
}

.develop_nav {
  display: none;
}

.develop_ent {
  cursor: pointer;
  color: #009ee5 !important;
  border-bottom: 2px solid #009ee5;
  padding-bottom: 17px;
}

.develop_a:hover {
  cursor: pointer;
  color: #009ee5;
}

.develop_a:hover a {
  color: #009ee5;
}

/* 主体样式 */
.content {
  width: 100%;
  margin: 0 auto;
  padding: 0.3rem 0;
  background: #f6f6f6;
}

.content_border {
  margin: 0 0.3rem;
  padding: 0 0.3rem;
  border: 1px solid #dedede;
}

.content_cl {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}

.content_cl img {
  width: 1.7rem;
  height: 0.68rem;
  margin-right: 0.2rem;
}

.content_cl span {
  font-size: 0.32rem;
  line-height: 0.4rem;
  height: auto;
  border-left: 1px solid #aeaeae;
  padding-left: 0.2rem;
}

.content_buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.3rem 0;
  border-bottom: 1px solid #dedede;
}

.content_buy a {
  width: 1.3rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background: #009ee5;
  font-size: 0.2rem;
  color: #ffffff;
  margin-right: 20px;
}

.content_ticket {
  display: flex;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  align-items: center;
}

.content_ticket img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}

.content_neirong {
  margin: 0 auto;
  padding: 0.2rem 0;
  text-align: center;
}

.content_neirong p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #666666;
    text-indent: 2em;
    text-align: left;
}

.detail_route {
  height: 0.28rem;
  border-bottom: 1px solid #dedede;
  padding-bottom: 0.15rem;
}

.detail_route span {
  display: inline-block;
  line-height: 0.28rem;
  font-size: 0.26rem;
  color: #666666;
  padding-left: 0.18rem;
  border-left: 3px solid #009ee5;
}

.detail_map {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail_map a{
    display: inline-block;
}

.detail_map a img{
    width: 100%;
    height: auto;
}