html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,button,b,em,strong,small,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;list-style:none;font-style:normal;}
a{
    color: inherit;
    text-decoration: none;
}
.container{
    width: 100%;
}                                                                                                                
.header{
    width: 100%;
    height: 1.8rem;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/bg1.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    z-index: 9999;
}
.header .languge{
    font-size: 0.24rem;
    padding-top: 0.43rem;
}
.header .languge span{
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    border: solid 1px #4198c5;
    border-radius: 100%;
    margin-left: 0.13rem;
    text-align: center;
    line-height: 0.46rem;
    color: #4198c5;
    font-size: 0.24rem;
}
.header .logo{
    position: absolute;
    left: 50%;
    top: 0.24rem;
    margin-left: -0.63rem;
}
.header .logo img{
    width: 1.27rem;
}
.header .right-navbar{
    padding-top: 0.5rem;
}
.header .right-navbar img{
    width: 0.47rem;
    height: 0.29rem;
}
.banner{
    width: 100%;
    margin-top: 1.3rem;
}
.banner img{
    width: 100%;
}
.synopsis {
    width: 100%;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
    padding: 0.8rem 0.3rem;
    box-sizing: border-box;
}
.synopsis-con .title {
    width: 3.28rem;
    background: url(../img/t-bg1.png) no-repeat;
    background-size: 100% auto;
    font-size: 0.48rem;
    color: #fff;
    margin: 0 auto;
    background-position: bottom;
    text-align: center;
    line-height: 0.48rem;
    font-weight: 600;
}
.synopsis-content{
    margin-top: 0.78rem;
    background: #fff;
    border-radius: 0.15rem;
}
.synopsis-content-l{
    width: 100%;
    /* height: 5rem; */
}
.synopsis-content .swiper-slide{
  width: 100% !important;
}
.synopsis-content .swiper-slide video {
    width: 100%;
    height:4.5rem;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
    object-fit: cover;
}
.swiper-pagination.swiper-pagination-fraction {
    color: #fff;
    width: 1.52rem;
    height: 0.42rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0.2rem;
    left: auto;
}
.swiper-button-next {
    background: url(../img/next.png);
    width: 0.21rem !important;
    height: 0.16rem !important;
    background-size: 100% 100%;
    top: auto !important;
    bottom: 0.32rem !important;
    right: 0.36rem !important;
}
.swiper-button-prev {
    background: url(../img/prev.png);
    width: 0.21rem !important;
    height: 0.16rem !important;
    background-size: 100% 100%;
    top: auto !important;
    bottom: 0.32rem !important;
    right: 1.34rem !important;
    left: auto !important;
}
.swiper-button-next:after{
    content: none !important;
}
.swiper-button-prev:after{
    content: none !important;
}
.synopsis-content .swiper-pagination{
    font-size: 0.26rem;
}
.synopsis-content-r{
    width: 100%;
    padding: 0.6rem 0.3rem;
    box-sizing: border-box;
    background: #fff;
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
}
.synopsis-content-r p{
    font-size: 0.26rem;
    line-height: 0.5rem;
}
.synopsis-content-r a{
    width: 1.9rem;
    margin: 0.55rem auto 0 auto;
    height: 0.51rem;
	background-color: #4198c5;
    border-radius: 0.26rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.51rem;
    display: block;
}
.information-con .title {
    background: url(../img/t-bg2.png) no-repeat;
    background-size: 100% auto;
    color: #333;
    background-position: bottom;
}
.information {
    background: url(../img/bg3.png);
    background-size: 100% 100%;
}
.information .information-list {
    margin-top: 0.25rem;
    width: 100%;
}
.information .information-list li{
    width: 100%;
    border: solid 1px #dddddd;
    margin-top: 0.5rem;
}
.information .information-list li a{
    display: block;
}
.information .information-list li a:active{
    background: #4198c5;
}
.information .information-list li a .item-img{
    width: 100%;
}
.information .information-list li a .item-img img{
    width: 100%;
    height: 4.1rem;
}
.information .information-list li a .item-content{
    width: 100%;
    padding: 0.28rem 0.2rem;
    box-sizing: border-box;
}
.information .information-list li a .item-content p.item-content-title1{
    width: 100%;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
}
.information .information-list li a:active .item-content p.item-content-title1{
    color: #fff;
}
.information .information-list li a .item-content p.item-content-title2{
    width: 100%;
    font-size: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.20rem;
    color: #666;
}
.information .information-list li a:active .item-content p.item-content-title2{
    color: #fff;
}
.information .information-list li a .item-content p.item-content-time{
    width: 100%;
    display: flex;
    margin-top: 0.25rem;
    align-items: center;
    font-size: 0.2rem;
    color: #999;
}
.information .information-list li a:active .item-content p.item-content-time{
    color: #fff;
}
.information .information-list li a .item-content p.item-content-time img{
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.08rem;
}
.information .information-list li a .item-content p.item-content-time img.img1{
    display: none;
}
.information .information-list li a:active .item-content p.item-content-time img.img1{
    display: block;
}
.information .information-list li a:active .item-content p.item-content-time img.img2{
    display: none;
}
.information-con .tomore {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.8rem;
}
.information-con .tomore a {
    width: 1.9rem;
    height: 0.5rem;
    border-radius: 0.26rem;
    border: solid 1px #4198c5;
    text-align: center;
    line-height: 0.5rem;
    display: inline-block;
    color: #4198c5;
    font-size: 0.26rem;
}
.product{
    background: none;
    padding: 0.8rem 0 0 0;
}
.product-list{
    width: 100%;
    margin-top: 0.75rem;
}
.product-list li{
    width: 100%;
    height: 6.3rem;
      
}
.product-list li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.product-list-item-title1 {
    font-size: 0.36rem;
    color: #fff;
    position: relative;
}
.product-list-item-title1 img{
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 1.33rem;
    height: 0.12rem;
}
.product-list li a .view-more{
    width: 100%;
    display: flex;
    margin-top: 0.7rem;
    justify-content: center;
}
.product-list li a .view-more span {
    width: 1.9rem;
    height:0.5rem;
    border-radius: 21px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #fff;
}
.invented-banner {
    width: 100%;
    margin-top: 0.75rem;
}
.invented-banner .swiper-slide {
    position: relative;
}
.invented-banner .swiper-slide img {
    height: 6.5rem;
    width: 100%;
}
.invented-banner-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.28rem 0.4rem;
    box-sizing: border-box;
    color: #fff;
}
.invented-banner-text-title{
    position: relative;
    font-size: 0.36rem;
    color: #fff;
}
.invented-banner-text-title span{
    border-bottom: 0.12rem solid #4198c5;
    line-height: 0.2rem;
    display: inline-block;
}
.invented-banner-text .invented-banner-text-article {
    font-size: 0.24rem;
    margin-top: 0.18rem;
    line-height: 0.38rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.invented-swiper-pagination {
    display: none !important;
}
.invented-swiper-button-next{
    width: 0.64rem !important;
    height: 0.64rem !important;
    background: url(../img/next2.png) !important;
    background-size: 100% 100% !important;
    bottom: -0.2rem;
    left: 3.75rem !important;
}
.invented-swiper-button-prev{
    width: 0.64rem !important;
    height: 0.64rem !important;
    background: url(../img/prev2.png) !important;
    background-size: 100% 100% !important;
    bottom: -0.2rem;
    left: 2.5rem !important;
}
.invented{
    background: url(../img/bg7.png) no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
}
.footer{
    width: 100%;
    background:  #3887af;
}
.footer-top{
    width: 100%;
    height: 4.77rem;
    background: url(../img/f-bg.png);
    background-size: 100% 100%;
    padding: 0.35rem 0 0.55rem 0;
    box-sizing: border-box;
}
.footer-top p{
    padding-left: 1.1rem;
    font-size: 0.24rem;
    margin-top: 0.18rem;
    color: #fff;
}
.footer-top .code-con{
    width: 100%;
    margin-top: 0.45rem;
    display: flex;
    justify-content: center;
}
.footer-top .code-con .code1 .code1-img{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-top .code-con .code1 .code1-img img{
    width: 1.52rem;
    height: 1.52rem;
}
.footer-top .code-con .code1 .code-text{
    margin-top: 0.18rem;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
}
.footer-top .code-con .code2{
    margin-left: 0.48rem;
}
.footer-bottom{
    width: 100%;
    height: 0.62rem;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.62rem;
    color: #fff;
    background:  #3887af;
}
.sidebar{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 1.3rem;
    z-index: 999;
    left: 0;
    display: none;
}
.sidebar .sidebar-bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9;
}
.sidebar .sidebar-con{
    width: 100%;
    background: #4198c5;
    padding: 0.5rem 0.3rem 0.9rem 0.3rem;
    box-sizing: border-box;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
.sidebar .sidebar-con .link .div1{
    width: 100%;
    height: 0.89rem;
    line-height: 0.89rem;
    border-bottom: 1px solid  #69bde9;
    color: #fff;
    font-size: 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar .sidebar-con .link .item a{
  display: block;
  font-size: 0.24rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
  padding-left: 0.2rem;
}
.sidebar .sidebar-con .link .item .color{
  color: #00f9fc;
}

.sidebar .sidebar-con .link .item a:nth-last-child(1){
  margin-bottom: 0;
}
.sidebar .sidebar-con .link .item{
  padding: 0.5rem 0;
  border-bottom: 1px solid #69bde9;
  display: none;
}
.sidebar .sidebar-con .link span{
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../img/ji.png) no-repeat;
  background-size: 100% 100%;
}
.sidebar .sidebar-con .active span{
  background: url(../img/jia.png) no-repeat;
  background-size: 100% 100%;
}
.sidebar .sidebar-con .active .item{
  display: block;
}
.introduction {
    width: 100%;
    margin-top: 0.75rem;
    padding-bottom: 0.8rem;
    background: url(../img/bg8.png);
    background-size: 100% 100%;
    background-position-y: bottom;
    padding: 0.75rem 0.3rem 0.8rem 0.3rem;
    box-sizing: border-box;
}
.introduction-title .introduction-title-text {
    font-size: 0.48rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}
.introduction-title-con {
    text-align: center;
}
.introduction-detail {
    margin-top: 0.2rem;
    width: 100%;
}
.introduction-detail p {
    max-width: 100%;
    font-size: 0.26rem;
    margin-top: 0.5rem;
    text-indent: 0.3rem;
    line-height: 0.48rem;
}
.introduction-detail-img {
    margin-top: 0.5rem;
}
.introduction-detail-img img{
    max-width: 100%;

}
.cultural{
    background: #56a3cb;
}
.cultural .introduction-title-text{
    color: #fff;
}
.cultural .introduction-detail p{
    color: #fff;
}
.scenic-spot{
    background: #fff;
}
.scenic-spot-item-text{
    width: 100%;
    background: #f8f8f8;
    padding: 0.65rem 0.3rem;
    box-sizing: border-box;
}
.development .scenic-spot-item-text{
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.development .scenic-spot-item .introduction-detail-img{
  padding: 0.3rem;
}
.introduction-detail .scenic-spot-item-text-title{
    width: 100%;
    font-size: 0.34rem;
    color: #4198c5;
    margin-top: 0;
}
.scenic-spot-item .introduction-detail-img{
    margin-top: 0;
}
.scenic-spot .introduction-detail{
    margin-top: 0.5rem;
}
.introduction-detail .scenic-spot-item p{
    margin-top: 0.45rem;
}
.introduction-detail .scenic-spot-item p.scenic-spot-item-text-title{
    margin-top: 0;
}
.development{
    padding: 0.8rem 0 0.8rem 0;
    background: url(../img/bg9.png) no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
}
.jqinformation-detail {
    background: url(../img/bg10.png) no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
    margin-top: 0;
}
.jqinformation-detail-title {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 0.36rem;
    display: block;
}
.jqinformation-detail-title .title1 {
    width: 5.76rem;
    margin: 0 auto;
    font-size: 0.32rem;
    text-align: center;
}
.jqinformation-detail-title .publish {
    font-size: 0.22rem;
    color: #999;
    margin-top:0.34rem;
    text-align: center;
}
.jqinformation-detail-content {
    width: 100%;
    margin-top: 0.1rem;
}
.jqinformation-detail-content li {
    width: 100%;
    margin-top: 0.45rem;
}
.jqinformation-detail-content li .item-title {
    padding-left: 0.08rem;
    border-left: 0.04rem solid #4198c5;
}
.jqinformation-detail-content li .item-title span {
    color: #fff;
    font-size: 0.3rem;
    padding: 0.12rem 0.22rem;
    box-sizing: border-box;
    display: inline-block;
    background: #4198c5;
}
.jqinformation-detail-content li .item-detail {
    margin-top: 0.1rem;
}
.jqinformation-detail-content li .item-detail p {
    font-size: 0.26rem;
    margin-top: 0.25rem;
    line-height: 0.45rem;
}
.jqinformation-detail-content li.eighth .item-detail p {
    margin-top: 0.1rem;
}
.jqinformation-detail-bottom {
    width: 100%;
    margin-top: 1rem;
    font-size: 0.26rem;
}
.jqinformation-detail-bottom a{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.jqinformation-detail-bottom a:last-child{
    margin-top: 0.3rem;
}
.pagination-con{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.7rem;
}
.pagination button {
    background: none;
}
.pagination .btn-prev {
    width: 0.9rem;
    height: 0.5rem;
    border: solid 1px #ddd;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.5rem;
    color: #666;
    margin:0 0.08rem;
    background: #fff;
}
.pagination ul {
    margin: 0 0.1rem;
    overflow: hidden;
}
.pagination ul li {
    float: left;
    padding: 0;
    margin-top: 0;
    display: block;
    width: 0.5rem !important;
    height: 0.5rem;
    font-size: 0.22rem;
    line-height:0.5rem;
    text-align: center;
    margin: 0 0.05rem;
    color: #666;
    margin-top: 0 !important;
    background: #fff;
}
.pagination ul li.number {
    border: solid 1px #ddd;
}
.pagination ul li.active {
    color: #fff;
    background: #4198c5;
    border: none;
}
.pagination{
    display: flex;   
}
.product-link {
    width: 100%;
    margin-top: 0.7rem;
}
.product-link a {
    width: 2.1rem;
    height: 0.55rem;
    border-radius: 21px;
    border: solid 1px #999999;
    color: #666;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    margin-right: 0.2rem;
    display: inline-block;
    margin-bottom: 0.3rem;
}
.product-link a.active {
    background: #4198c5;
    border: 1px solid #4198c5;
    color: #fff;
}
.jqproduct{
    background: url(../img/bg11.png);
    margin-top: 0;
}
.product-name {
    width: 5.27rem;
    height: 0.82rem;
    background: url(../img/bg12.png);
    background-size: 100% 100%;
    margin: 0.6rem auto 0 auto;
}
.product-name span {
    display: inline-block;
    width: 5.17rem;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    color: #fff;
    font-size: 0.34rem;
}
.product-content li {
    margin-top: 0.7rem;
}
.scenic-spot-content-item-r{
    width:100%;
    overflow: hidden;
}
.scenic-spot-content-item-r img{
    width: 100%;
}
.scenic-spot-content-item-l {
    width: 100%;
    /* background: #f8f8f8; */
    padding: 0.65rem 0.3rem;
    box-sizing: border-box;
}
.scenic-spot-content-item-l .item-title {
    width: 100%;
    color: #4198c5;
    font-size: 0.34rem;
    display: flex;
    align-items: center;
    font-weight: 600
}
.scenic-spot-content-item-l .item-title img {
    width: 0.2rem;
    height:0.2rem;
    margin-right: 0.18rem;
}
.scenic-spot-content-item-l .item-article {
    margin-top: 0.45rem;
    font-size: 0.26rem;
    line-height: 0.48rem;
}
.complaint-form {
    width: 100%;
    margin-top: 0.6rem;
}
.complaint-form .radio-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
}
.complaint-form .radio-btn .radio-btn-con {
    display: flex;
    align-items: center;
}
.complaint-form .radio-btn .radio-btn-con label {
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
}
.complaint-form .radio-btn .radio-btn-con input {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.2rem;
    -webkit-appearance: button;
}
.complaint-form-list {
    margin-top: 0.8rem;
}
.complaint-form-list .item {
    width: 100%;
    font-size: 0.26rem;
    margin-top: 0.2rem;
}
.complaint-form-list .item input {
    width: 100%;
    margin-top: 0.15rem;
    height: 0.55rem;
    border-radius: 0.04rem;
    border: solid 1px #999999;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.24rem;
}
.complaint-form-list .item textarea {
    width: 100%;
    height: 1.9rem;
    border-radius: 4px;
    border: solid 1px #999999;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-top: 0.15rem;
}
.complaint-form-list .button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}
.complaint-form-list .button button {
    width: 3.08rem;
    height: 0.55rem;
    background-color: #4198c5;
    border-radius: 0.28rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    border: 1px solid #4198c5;
    outline: none;
}
.information1 .left .title {
  height: 0.78rem;
  line-height: 0.78rem;
  background: #4198c5;
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
}
.information1 .left .title span {
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: bold;
}
.information1 .left .title a{
  font-size: 0.24rem;
  color: #ffffff;
}
.information1 .left .acrcle{
  padding: 0.2rem;
}
.information1 .left .img1{
  width: 100%;
}
.information1 .left{
  border: 1px solid #4198c5;
  box-sizing: border-box;
}
.information1 .left .name{
  font-size: 0.3rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.3rem 0;
}
.information1 .left .nei{
  font-size: 0.26rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.4rem;
}
.information1 .left .time{
  font-size: 0.22rem;
  color: #999999;
  margin-top: 0.3rem;
}
.information1 .left .time img{
  display: inline-block;
  vertical-align: middle;
}
.information1 .left .list{
  padding: 0.2rem;
  padding-bottom: 0.5rem;
}
.information1 .left .list a{
  font-size: 0.26rem;
  color: #333333;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.information1 .left .list a .span1{
  width: 70%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;

}
.information1 .left .list a .span2{
  color: #999999;
}
.information1 .right{
  background: #4198c5;
  margin-top: 0.5rem;
  padding: 0.2rem;
  box-sizing: border-box;
  padding-bottom: 1rem;
}
.information1 .right .title{
  padding: 0.58rem 0;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.information1 .right img{
  width: 100%;
}
.information1 .right .list{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  margin-top: 0.6rem;
}
.information1 .right .list .item{
  width: 50%;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
  display: inline-block;
  font-size: 0.26rem;
  color: #ffffff;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.information1 .right .list .item span{
  font-weight: bold;
}
.information1 .right p{
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.58rem;
}
.jqinformation-detail .link {
  text-align: center;
  margin-top: 0.7rem;
}
.jqinformation-detail .link a {
  width: 2.08rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  display: inline-block;
  font-size: 0.26rem;
  color: #666666;
  border: 1px solid #9a9a9a;
  box-sizing: border-box;
  border-radius: 0.4rem;
  margin: 0 0.15rem;
}
.jqinformation-detail .link a.active {
  background: #4198c5;
  border: 1px solid #4198c5;
  color: #fff;
}
/* 6-1游园指南-开放时间 */
.opentime{

}
.nav-link {
  font-size:0;
  margin-top: 0.78rem;
}
.nav-link a{
  width: 2.08rem;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.26rem;
  color: #666666;
  display: inline-block;
  text-align: center;
  border: 1px solid #b8b8b8;
  border-radius: 0.36rem;
  margin-right: 0.3rem;
  margin-bottom: 0.28rem;
}
.nav-link a:nth-child(3n){
  margin-right: 0;
}
.nav-link a.active {
  background: #4198c5;
  border: 1px solid #4198c5;
  color: #fff;
}
.opentime .list{
  width: 6.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  box-sizing: border-box;
  margin-top: 0.6rem;
}
.opentime .list .item{
  width: 50%;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
  display: inline-block;
  font-size: 0.26rem;
  color: #333333;
  box-sizing: border-box;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.opentime .list .item span{
  font-weight: bold;
}
/* 6-2游园指南-攻略及路线 */
.strategies{
 padding-bottom: 0;
}
.strategies .content{
  position: relative;
}
.strategies .content textarea{
  width: 100%;
  height: 3.44rem;
  border: 1px solid #999999;
  border-radius: 0.05rem;
  padding: 0.4rem;
  padding-bottom: 0.68rem;
  box-sizing: border-box;
}
.strategies .content img{
  width: 0.24rem;
  display: inline-block;
}
.strategies .content .upload{
  width: 1.54rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  font-size: 0.22rem;
  color: #666666;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 0.36rem;
  position: absolute;
  bottom: 0.2rem;
  right: 1.8rem;
}
.strategies .content .topics{
  width: 1.16rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  font-size: 0.22rem;
  color: #666666;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 0.36rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.4rem;
}
.strategies .product-name{
  margin-bottom: 0.6rem;
}
.strategies .btn{
  width: 3.08rem;
  height: 0.54rem;
  margin: 0 auto;
  line-height: 0.54rem;
  text-align: center;
  background: #4198c5;
  border-radius:0.36rem;
  font-size: 0.26rem;
  color: #ffffff;
  display: block;
  margin-top: 0.58rem;
}
.strategies .adress{
  margin-top: 0.8rem;
}
.strategies .adress img{
  width: 100%;
}
.strategies .transport .item{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.strategies .transport{
  margin-bottom: 0.5rem;
  margin-top: 0.36rem;
}
.strategies .transport .list{
  margin-top: 0.5rem;
}

.strategies .transport .item span{
  width: 0.66rem;
  height: 0.75rem;
  line-height: 0.75rem;
  display: inline-block;
  background: url(../img/a.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}
.strategies .transport .item p{
  display: inline-block;
  width: 6.58rem;
  float: right;
  border: 1px solid #dddddd;
  padding: 0.4rem 0.3rem;
  padding-left:0.6rem;
  box-sizing: border-box;
  line-height: 0.5rem;
  border-radius: 0.08rem;
  font-size: 0.26rem;
  color: #333333;
}
.strategies .title{
  font-size: 0.3rem;
  color: #4198c5;
  font-weight: bold;
}
.strategies .selfdrive p{
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.4rem;
  margin-bottom:0.3rem;  
}
.strategies .selfdrive p:nth-last-child(1){
  margin-bottom: 0;
}
.strategies .selfdrive p span{
  font-weight: bold;
}
.strategies .selfdrive .list{
  margin-top:20px;
}
.strategies .tourline img{
  width: 100%;
}
.strategies .tourline p{
  font-size: 0.26rem;
  color: #333333;
  text-align: center;
  margin-top: 0.36rem;
  padding-bottom: 0.6rem;
}
/* 6-3游园指南-停车服务 */
.stopcar{
  
}
.stopcar .adr{
  margin-top: 0.6rem;
}
.stopcar .adr img{
  width: 100%;
}
.stopcar .standards{
  margin-top: 0.56rem;
}
.stopcar .standards table{
  width: 100%;
  margin: 0 auto;
  font-size: 0.26rem;
  color: #333333;
}
.stopcar .standards table thead{
  font-size: 0.26rem;
  color: #4198c5;
}
.stopcar .standards table thead th{
  font-weight: bold;
}
.stopcar .standards table td{
  padding: 0.3rem 0;
  text-align:center;
}
.stopcar .standards table th{
  padding: 0.3rem 0;
  text-align:center;
}
.stopcar .standards table .tr1 th{
  font-weight: initial;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  text-align: left;
}
.stopcar .standards tbody tr td{
  font-weight: bold;
}
/* 6-4游园指南-观光车服务 */
.tourbus{

}
.tourbus .list img{
  width: 100%;
  margin-bottom: 0.5rem;
}
.tourbus .product-name{
  margin-bottom: 0.8rem;
}
.tourbus .circuit .img1{
  width: 100%;
}
.tourbus .circuit .tit{
  font-size: 0.3rem;
  color: #4198c5;
  font-weight: bold;
}
.tourbus .circuit .tit img{
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  margin-right: 0.12rem;
}
.tourbus .circuit .detail{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.6rem;
  margin-top: 0.3rem;
  padding-bottom: 0.28rem;
}
.tourbus .circuit .item{
  padding-top: 0.44rem;
  border-bottom: 1px dashed #dddddd;
}
.tourbus .circuit .detail .div1{
  display: initial;
  font-weight: initial;
}
.tourbus .circuit .detail .div1 span{
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: url(../img/san.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.2rem;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin: 0 0.12rem;
}
.tourbus .circuit .detail .div1 img{
  display: inline-block;
}
.tourbus .circuit .detail .div1:nth-last-child(1) img{
  display: none;
}
.tourbus .charges{
  width: 100%;
  margin: 0 auto;
  border: 1px solid #999999;
}
.tourbus .charges h1{
  font-size: 0.32rem;
  color: #4198c5;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #999999;
  font-weight: bold;
}
.tourbus .charges .div1{
  padding: 0.44rem 0.28rem;
}
.tourbus .charges .div1 p{
  margin: 0 auto;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
}
.tourbus .charges .div1 p:nth-last-child(1){
  margin-bottom: 0;
}
/* 6-5游园指南-注意事项 */
.know{

}
.know .div1 .tit{
  font-size: 0.32rem;
  color: #4198c5;
  font-weight:bold;
  text-align: center;
  margin-bottom: 0.6rem;
  margin-top: 0.5rem;
}
.know .div1 .item p{
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.5rem;
  margin-bottom: 0.36rem;
}
/* 7-1草房子文化 */
.literature{

}
.literature .product-name{
  margin-bottom: 0.8rem;
}
.literature .childen img{
  width: 4.18rem;
  height:4.18rem;
  margin: 0 auto;
}
.literature .childen1 img{
  width: 3.15rem;
  height: 4.28rem;
  margin: 0 auto;
}
.literature .childen h1{
  font-size: 0.32rem;
  color: #4198c5;
  font-weight: bold;
  margin-bottom: 0.36rem;
}
.literature .childen p{
  font-size: 0.26rem;
  color: #333333;
  text-indent: 0.54rem;
  line-height: 0.5rem;
  margin-bottom: 0.3rem;
}
.literature .childen .left{
  margin-top: 0.5rem;
}

