/* 共用页头样式 */
.header{
    width: 100%;
    height: 80px;
    background: #2c9aa6;
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    opacity: 0;
}
.head{
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 10;
}
.logo{
    display: inline-block;
    margin-top: 21px;
    margin-left: 20px;
}
.logo img{
    height: 36px;
}
.nav{
    height: 80px;
}
.nav>li>a{
   font-size: 18px;
   color: #fff;
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-top: 25px;
    padding: 0 30px;
    line-height: 30px;
    border-right: 1px solid rgba(255,255,255,.3);
    box-sizing: border-box;
}
.nav>li:last-child>a{
    border-right: none;
}
.nav>li{
    /*width: 120px;*/
    height: 80px;
    text-align: center;
    /*position: relative;*/
    z-index:2;
}
.nav>.active{
    background-color: #fff;
}
.nav>.active>a{
    color:#2c9aa6;
}
.nav>li:hover{
    background-color: #fff;
}
.nav>li:hover>a{
    color:#2c9aa6;
}
.nav>li:hover .nav-up li{
    transform:perspective(0px) rotateX(0deg);
    height:36px;
}
.nav-up{
    position: absolute;
    top:80px;
    left: -17.5px;
    overflow: hidden;
}
.nav-up li{
    width: 155px;
    text-align: center;
    background: rgba(255,255,255,.85);
    margin-bottom: 1px;
    transform:perspective(120px) rotateX(-90deg);
    -webkit-transform:perspective(120px) rotateX(-90deg);
    -o-transform:perspective(120px) rotateX(-90deg);
    -ms-transform:perspective(120px) rotateX(-90deg);
    -moz-transform:perspective(120px) rotateX(-90deg);
    transform-origin: center top 0;
    height: 0;
    transition: all .2s ease .2s;
    overflow: hidden;
    box-shadow:0px 0px 5px rgba(0,0,0,.2);
}
.nav-up .active a{
    color: #2c9aa6;
}
.nav-up li a{
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 36px;
}
.nav-up li:hover a{
    color: #2c9aa6;
}
.head .en{
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    width: 100px;
    border-left: 1px solid rgba(255,255,255,.2);
    cursor: pointer;
    position: relative;
    color: #fff;
}
.head .en img{
    margin-top: 38px;
    margin-left: 8px;
}
.head .en .lang{
    position: absolute;
    top:80px;
    left: 0;
    display: none;
    z-index: 30;
}
.en:hover .lang{
    display: block;
}
.en .lang li{
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    border-top:1px solid #2c9aa6;
    background: rgba(255,255,255,.85);
    font-size: 14px;
}
.lang li a{
    color: #555;
    display: block;
}
.lang li:hover{
    background: #2c9aa6;
}
.lang li:hover a{
    color: #fff;
}
.search{
    width: 80px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    background: #2c9aa6;
    color: #fff;
}

/* 2020.0420改版隐藏导航 */
.child {
    position: absolute;
    top: 80px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    /*height: 0;*/
    height: 400px;
    transition: .3s;
    background-color: rgba(255, 255, 255, .7);
}
.nav>li:hover .child {
    /*height: 400px;*/
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.yx-list{
    width: 1276px;
    height: 100%;
    margin: 0 auto;
}
.yx-list-left{
    display: block;
    width: 396px;
    height: 100%;
    background: url('http://file.geeker.com.cn/uploadfile/test/1540541875594/guide-img.jpg') no-repeat center;
    background-size: cover;
}
.yx-list-right{
    width: 880px;
    height: 100%;
}
.child1{
    width: 25%;
    height: 100%;
    text-align: left;
}
.child1-top{
    position: relative;
    width: 100%;
    height: 41.5%;
}
.child1-top img {
    width: 100%;
    height: 100%;
}
.child1-tit{
    position: absolute;
    bottom: 25px;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 0 0 15px;
    line-height: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.child1-tit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 19px;
    height: 4px;
    background-color: #e76428;
}
.child1-list {
    position: relative;
    width: 100%;
    height: 58.5%;
    padding-top: 12px;
    background-color: #fff;
    border-right: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.child1-channel{
    width: 100%;
    height: 58.5%;
    padding: 25px 0 0 16px;
    background-color: #fff;
    border-right: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.child1-channel a{
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-top: 15px;
    line-height: 20px;
    color: #333;
    font-size: 20px;
}
.child1-channel a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 4px;
    background-color: #e76428;
}
.child1-channel a:hover {
    color: #2c9aa6;
}
.child-channel{
    padding: 12px 18px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}
.child-channel a {
    color: #666;
}
.child-channel a:hover {
    color: #2c9aa6;
}
.child1-list:last-child{
    border-right: none;
}
.child1-list li{
    font-size: 14px;
    line-height: 14px;
    padding: 6px 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.child1-list li a {
    color: #666;
}
.child1-list li a:hover {
    color: #2c9aa6;
}
.child1-list li a .code {
    display: none;
    position: absolute;
    top: 10px;
    left: 70%;
    margin-left: -63px;
    border: 10px solid #fff;
}
.child1-list li a .code1 {
    top: 40px;
}
.child1-list li a:hover .code {
    display: block;
}

.zw-list{
    width: 880px;
    height: 100%;
    margin: 0 auto;
}
.wz-list{
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}
.zx-list{
    width: 880px;
    height: 100%;
    margin: 0 auto;
}
.wz-list .child1, .zw-list .child1 {
    width: 220px;
}
.zx-child {
    width: 100%;
    height: 50%;
}
.zx-child li {
    float: left;
    width: 25%;
    height: 100%;
    background-color: #fff;
}
.zx-child-cover {
    display: block;
    width: 100%;
    height: 166px;
    overflow: hidden;
    transition: .3s;
}
.zx-child-cover img {
    width: 100%;
    height: 100%;
}
.channel-cover {
    position: relative;
    padding: 28px 0 0 19px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.channel-cover img {
    position: absolute;
    top: 0;
    left: 0;
}
.channel-cover p {
    position: relative;
    z-index: 1;
    padding: 14px 0 13px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.channel-cover p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 4px;
    background-color: #e76428;
}
.channel-cover a {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.channel-cover a:hover {
    font-weight: bold;
}
.zx-child-tit {
    width: 100%;
    color: #666;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zx-child li:hover .zx-child-tit {
    color: #2c9aa6;
}
.cover img {
    transition: .3s;
}
.zx-child li:hover .cover img {
    transform: scale(1.1);
    transition: .3s;
}
/* 隐藏导航 */
.nav-menu{
    width: 30px;
    line-height: .5;
    height: 30px;
    margin-top: 26px;
    cursor: pointer;
    position: relative;
    display: none;
    margin-right:20px;
}
.nav-menu span{
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #2c9aa6;
    position: absolute;
}
.nav-menu.active .s1{
    transform: rotate(45deg);
    transition: all .3s;
    top:12px;
}
.nav-menu.active .s3{
    transform: rotate(-45deg);
    transition: all .3s;
    top:12px;
}
.nav-menu.active .s2{
    opacity:0;
    transition: all .3s;
}
.nav-menu .s1{
    top:4px;
    transition: all .3s;
}
.nav-menu .s2{
    top:12px;
    transition: all .3s;
}
.nav-menu .s3{
    top:20px;
    transition: all .3s;
}
.nav-menu-two{
    background: #fff;
    width: 100%;
    padding: 0 20px;
    position: fixed;
    top:80px;
    left: 0;
    z-index: -1;
    transition: all 1s;
    height: 0;
    overflow-y: scroll;
}
.nav-menu-two .title{
    font-size: 24px;
}
.nav-menu-two a{
   font-size: 16px;
    color: #666;
    margin-right: 40px;
    margin-top: 20px;
    display: inline-block;
}
.nav-menu-two .title a{
    color:#333;
    font-size: 24px;
}
@media (max-width: 1500px) {
    .head .en{
        display: none;
    }
    .nav-right{
        display: none;
    }
    .nav-menu{
        display: block;
    }
}
@media (max-width: 768px){
    .head .search {
        display: none;
    }
}
@media (max-width: 414px){
    .logo{
        width: 70%;
        margin-top: 22px;
    }
    .logo img{
        width:100%;
        height: 29px;
    }
}
@media (max-width: 320px){
    .logo{
        width: 70%;
        margin-top: 27px;
    }
    .logo img{
        width:100%;
        height: 20px;
    }
}
@media screen and (min-width: 321px) and (max-width: 375px){
    .logo{
        width: 70%;
        margin-top: 25px;
    }
    .logo img{
        width:100%;
        height: 26px;
    }
}
/* 二级导航 */
.nav-two{
    position: fixed;
    left:0;
    top: 80px;
    width: 100%;
    background:rgba(0,164,192,.8) ;
    height:230px;
    display: none;
}
.subnav{
    width: 130px;
    border-left: 1px solid #6dc8dd;
    text-align: center;
    height: 230px;
    position: relative;
    box-sizing: border-box;
}
.subnav:first-child{
    border: none;
}
.subnav a{
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.subnav a:hover{
    text-decoration: underline;
}
.sub-ul{
    margin-right: 160px;
}
.subnav .cgb{
    display: block;
    width: 100%;
    height: 100%;
    background: #2c9aa6;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    transform: scaleX(0);
    -webkit-transform:scaleX(0);
}
.subnav ul{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    margin-top: 15px;
}
.subnav:hover .cgb{
    transform: scaleX(1);
    -webkit-transform:scaleX(1);
}
.nav-right:hover .nav-two{
    display: block;
}
/* 公用页脚 */
.footer{
    background: #000;
    padding: 40px;
}
.footer-nav{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #333;
}
.footer-nav a{
    font-size: 16px;
    color: #999;
    margin-right: 40px;
}
.footer-nav a:hover{
    color: #fff;
}
.foot-right{
    margin-right: 30px;
}
.foot-right li{
    position: relative;
}
.foot-right span{
    display: inline-block;
    width:30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #333;
    color: #333;
    border-radius: 100%;
    margin-left: 20px;
    cursor: pointer;
    font-size: 24px;
}
.foot-right span:hover{
    color: #fff;
    border-color: #fff;
}
.foot-right .img{
    padding: 10px;
    background: #fff;
    position: absolute;
    top:-140px;
    left: -30px;
    z-index: 10;
    border:1px solid #eee;
    display: none;
}
.foot-right .img:after{
    content: "";
    position: absolute;
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top:125px;
    left:57px;
}
.foot-right li:hover p{
    display: block;
}
.foot-tel{
   font-size: 14px;
    color:#555;
    margin: 15px 0;
}
.foot-copy{
    font-size: 14px;
    color:#555;
    margin: 15px 0;
}
.foot-copy a{
    color: #555;
}
.foot-copy a:hover{
    color: #fff;
}
@media (max-width: 1000px) {
    .footer{
        padding: 20px 10px;
    }
    .footer-nav{
        display: none;
    }
    .foot-tel{
        text-align: center;
    }
    .foot-copy p{
        width: 100%;
        text-align: center;
    }
    .foot-copy a{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}
/* 搜索弹出层 */
.search-content{
    position: fixed;
    left: -500%;
    width: 100%;
    top:0;
    bottom: 0;
    background: rgba(24,23,35,.95);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    z-index: 1;
}
.search-content .close{
    float: right;
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    top: 20px;
    right: 20px;
}
.search-content .close:hover{
    transform: rotate(180deg);
    transition: all .5s;
}
.search-content .content{
    text-align: center;
    width: 60%;
}
.search-input{
    margin-top: 40px;
}
.search-input input{
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    width:60%;
    vertical-align: middle;
}
.search-input input::-webkit-input-placeholder{
    color: #999;
}
.search-input span{
    display: inline-block;
    width:60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #00a4c0;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
}
.search-input span img{
    width: 30px;
    vertical-align: middle;
    margin-top: 15px;
}
@media (max-width: 768px){

}
/*  首页 */
.index-banner{
    margin-top: 80px;
    height:850px;
    position: relative;

}
.banner-bom{
    position: absolute;
    bottom: 30px;
    left: 48%;
    text-align: center;
    z-index: 5;
    cursor: pointer;
}
.banner-bom{
    animation:myfirst 1s linear infinite;
    -moz-animation:myfirst 1s linear infinite;
    -webkit-animation:myfirst 1s linear infinite;
    -o-animation:myfirst 1s linear infinite;
}
@keyframes myfirst{
    0% {bottom: 40px}
    25% {bottom: 35px}
    50%{bottom: 30px}
    75%{bottom: 35px}
    100%{bottom: 40px}
}
.index-activity{
    padding:1vw 2vw;
    background: #f5f5f5;
}
.index-activity label{
    font-size: 26px;
    color: #333;
}
.scroll-news{
    height: 20px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;

}
.scroll-news-ul{
    position: relative;
    top:0;
}
.scroll-news li+li{
    margin-top: 10px;
}
.scroll-news a{
    font-size: 14px;
    color: #333;
}
@media (max-width: 768px){
    .scroll-news{
        height: 20px;
        overflow: hidden;
        margin-left: 10px;
        margin-top: 10px;
        width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
/* 概况栏 */
.index-gk{
    overflow:hidden;
}
.index-gk li{
    width: 33.333%;
    border-right: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding: 4vw 2vw;
}
.index-gk li h1 a{
    font-size: 26px;
    color:#333;
}
.index-gk li h1{
    font-weight: normal;
}
.index-gk li:hover a{
    color: #2c9aa6;
}
.index-gk li p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.index-gk li>a{
    font-size: 26px;
    color: #999;
    margin-top: 4vw;
    display: inline-block;
}
.index-gk li>a:hover{
    color: #2c9aa6;
}
.index-gk li:first-child{
    margin-top: 100px;
}
.index-gk li:nth-child(2){
    margin-top: 150px;
}
.index-gk li:last-child{
    margin-top: 200px;
}
@media (max-width:768px) {
    .index-gk li{
        width: 100%;
        border-right: 1px solid #f5f5f5;
        box-sizing: border-box;
        padding: 6vw 2vw;
        border-bottom: 1px solid #f5f5f5;
    }
    .banner-bom{
        width: 50px;
        left:45%;
    }
    .banner-bom img{
        width: 100%;
    }
    .index-banner{
        height: 320px;
    }
}
.index-video{
    position: relative;
}
.video-img{
    width: 55%;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.video-img img{
    width: 100%;
}
.video-img .btn{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}
.video-dis{
    position: absolute;
    right: 0;
    top:0;
    width: 45%;
    height: 100%;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 8vw 3vw;
    margin-top: 150px;
}
.video-dis h2 a{
    font-size: 26px;
    color: #333;
}
.video-dis h2 a:hover{
    color: #2c9aa6;
}
.video-dis h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.video-dis p{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.more span,.more i{
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}
.video-dis .more i{
    margin-left: 20px;
}
.video-dis .more{
    display: inline-block;
    width: 134px;
    height: 34px;
    border:1px solid #666;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin-top: 3vw;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.video-dis .more span{
    position: relative;
    z-index: 3;
}
.video-dis .more:after{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    width: 0%;
    bottom: 0;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.video-dis .more:hover{
    border: 1px solid #00a4c0;
    color: #fff;
    position: relative;
}
.video-dis .more:hover span{
    color: #fff;
}
.video-dis .more:hover i{
    color: #fff;
}
.video-dis .more:hover:after{
    width: 100%;
    left: 0%;
    background: #00a4c0;
}
.video-box-lh{
    position: fixed;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.video-in{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: url('../images/guanbi.png') 14 14, default;
    background: rgba(0,0,0,.5);
    width: 100%;
    height:100%
}
.video-play{
    width: 600px;
    position: relative;
    z-index: 1001;
    overflow: hidden;
}
.video-play video{
    width: 100%;
}
@media (max-width:1000px) {
    .video-play{
        width: 100%;
    }
    .index-right-icon{
        display:none;
    }
}
@media (max-width:1200px){
    .index-video>div{
        width: 100%;
    }
    .index-video{
        position: static;
    }
    .video-dis{
        position: static;
    }
}

/* 景区公告、旅游快讯 */
.notice {
    display: flex;
    width: 100%;
    height: 400px;
    background-color: #fff;
}
.notice-list {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    padding: 70px 125px 0 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notice-list:first-child {
    border-right: 1px solid #e0e0e0;
}
.notice-tit {
    color: #333;
    font-size: 26px;
    line-height: 26px;
}
.notice-info {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 14px;
}
.notice-li {
    margin-top: 20px;
}
.notice-li li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
}
.notice-li li a {
    max-width: 60%;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.notice-li li a:hover {
    color: #2c9aa6;
}
.notice-li li span {
    color: #808080;
}
.notice-more {
    margin-top: 53px;
}
.notice-more a {
    color: #999;
    font-size: 16px;
}
.notice-more a span{
    color: #333;
}
.notice-more a:hover, .notice-more a:hover span {
    color: #2c9aa6;
}
@media (max-width:1000px) {
    .notice {
        height: auto;
        flex-wrap: wrap;
    }
    .notice-list {
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    .notice-list:first-child {
        border-right: none;
    }
}
/* 快速订票 */
.order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 386px;
    background: url(../images/index-order.jpg) no-repeat center 80%;
}
.order-tit {
    color: #333;
    font-size: 26px;
}
.order-info {
    margin-top: 35px;
    color: #666;
    font-size: 14px;
}
.order a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 151px;
    height: 40px;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
}
.order a span {
    position: absolute;
    z-index: 2;
}
.order a:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0;
    height: 40px;
    transition: .5s;
}
.order a:hover {
    border-color: #2c9aa6;
}
.order a:hover:after {
    width: 151px;
    left: 0;
    background-color: #2c9aa6;
    transition: .5s;
}
/* 特色景点 */
.special-scenic {
    width: 100%;
    height: 855px;
    background-color: #fff;
}
.index-common-tit {
    padding-top: 80px;
    color: #333;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}
.index-common-info {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.special-scenic-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 75px;
    padding: 0 83px;
}
.special-scenic-list li {
    width: 28%;
}
.scenic-cover {
    display: block;
    width: 100%;
    height: 253px;
    overflow: hidden;
}
.scenic-cover img {
    width: 100%;
    height: 100%;
    transition: .3s;
}
.scenic-cover:hover img {
    transform: scale(1.1);
    transition: .3s;
}
.scenic-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 35px 15px 40px;
    border: 1px solid #eee;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.scenic-info-tit {
    width: 100%;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scenic-info-tit:hover {
    color: #2c9aa6;
}
.scenic-info-summary {
    width: 100%;
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.scenic-info-more {
    display: inline-block;
    margin-top: 35px;
    color: #999;
    font-size: 14px;
    line-height: 14px;
}
.scenic-info-more:hover {
    color: #2c9aa6;
}
@media (max-width:1000px) {
    .special-scenic {
        height: auto;
        padding-bottom: 30px;
    }
    .special-scenic-list {
        flex-direction: column;
        padding: 0;
    }
    .special-scenic-list li {
        width: 100%;
    }
}
.index-more {
    width: 100%;
    margin-top: 80px;
    text-align: center;
}
.index-more a {
    color: #333;
    font-size: 16px;
    line-height: 16px;
}
.index-more a span {
    margin-right: 10px;
    color: #b2b2b2;
}
.index-more a:hover, .index-more a:hover span {
    color: #2c9aa6;
}
/* 美食住宿 */
.index-food {
    width: 100%;
    height: 734px;
    background-color: #f5f5f5;
}
.index-food-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 75px;
    padding: 0 83px;
}
.index-food-list li {
    display: flex;
    flex-direction: column;
    width: 22%;
    padding: 25px 25px 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-food-cover {
    display: block;
    width: 100%;
    height: 253px;
    overflow: hidden;
}
.index-food-cover img {
    width: 100%;
    height: 100%;
    transition: .3s;
}
.index-food-cover:hover img {
    transform: scale(1.1);
    transition: .3s;
}
.index-food-tit {
    width: 100%;
    height: 55px;
    color: #333;
    font-size: 16px;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-food-tit:hover {
    color: #2c9aa6;
}
@media (max-width:1000px) {
    .index-food {
        height: auto;
        padding-bottom: 30px;
    }
    .index-food-list {
        flex-direction: column;
        padding: 0;
    }
    .index-food-list li {
        width: 100%;
    }
}


/* 首页攻略 */
.index-note ul{
    position: relative;
}
.index-note li{
    float: left;
    width: 33.3333%;
    height: 100%;
}
.index-note .guides{
    position: absolute;
    left: 0;
    top:0;
    width: 33.3333%;
    height: 100%;
    background: #f5f5f5;
    padding: 4vw 3vw;
    box-sizing: border-box;
}
.index-note .guides h2{
    font-size: 60px;
    color: #333;
    font-weight: 400;
}
.index-note .guides .name a{
    font-size: 26px;
    color:#333;
}
.index-note .guides .name a:hover{
    color: #2c9aa6;
}
.index-note .guides .dis{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.index-note .guides>a{
    font-size: 16px;
    color: #999;
    margin-top:4vw;
    display: inline-block;
}
.index-note .guides>a span {
    color: #333;
}
.index-note .guides>a:hover, .index-note .guides>a:hover span {
    color: #2c9aa6;
}
.note-img{
    overflow: hidden;
}
.note-img img{
    width: 100%;
    transition: all .2s;
}
.note-img:hover img{
    transform: scale(1.2,1.2);
    transition: all .2s;
}
.index-note ul{
    position: relative;
}
.index-note li:nth-child(2){
    margin-left: 33.3333%;
}
.index-note .note-cont{
    padding: 2vw 1vw;
}
.index-note .note-cont .title{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-note .note-cont .title a{
    color: #333;
}
.index-note .note-cont .title a:hover{
    color: #2c9aa6;
}
.index-note .note-cont .summary{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.index-note .note-cont .summary a{
    font-size: 14px;
    color: #999;
}
.index-note li:nth-child(2){
    margin-top: 200px;
}
.index-note li:first-child{
    margin-top: 150px;
}
.index-note li:last-child{
    margin-top: 250px;
}
@media (max-width:1000px){
    .video-dis{
        margin-bottom: 20px;
    }
    .index-note li{
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }
    .index-note .guides{
        position: static;
        width: 100%;
    }
    .index-note li:nth-child(2){
        margin-left: 0;
    }
    .index-note .note-cont .title{
        font-size: 18px;
    }
    .index-note .note-cont{
        padding:6vw 2vw 1vw;
    }
}
/* 旅游资讯栏 */
.index-news .news{
    width: 33.33%;
    position: relative;
    margin-top: 150px;
}
.index-news .news img{
    width: 100%;
}
.index-news .news-up{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 35%;
    background: #fff;
    padding: 2vw;
    box-sizing: border-box;
}
.index-news .news-up .title a{
    font-size: 20px;
    color: #333;
    font-weight: 400;
}
.index-news .news-up .title a:hover{
    color: #2c9aa6;
}
.index-news .news-up p{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news .news-up>a{
    font-size: 28px;
    color: #666;
    margin-top: 1.5vw;
    display: inline-block;
}
.index-news .news-up>a:hover{
    color: #2c9aa6;
}
.index-scenic{
    width: 66.6666%;
    position:relative;
    margin-top: 200px;
}
.index-scenic img{
    width: 100%;
}
.index-scenic .scenic-up{
    position: absolute;
    width: 50%;
    height: 32.5%;
    background: #fff;
    bottom: -2px;
    left:0;
    padding: 2vw;
    box-sizing: border-box;
}
.index-scenic .scenic-up .title a{
    font-size: 20px;
    color: #333;
    font-weight: 400;
}
.index-news .scenic-up .title a:hover{
    color: #2c9aa6;
}
.index-news .scenic-up p{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news .scenic-up>a{
    font-size: 28px;
    color: #666;
    margin-top:1.5vw;
    display: inline-block;
}
.index-news .scenic-up>a:hover{
    color: #2c9aa6;
}
@media (max-width:1300px){
    .index-news>div{
        width: 100%;
    }
    .index-news .news{
        width: 100%;
    }
    .index-scenic .scenic-up{
        position: static;
        width: 100%;
        padding:6vw 2vw;
    }
    .index-news .news-up{
        padding:6vw 2vw;
        height: auto;
    }
}

.index-bom{
    background: #f5f5f5;
}
.index-bom li{
    width: 20%;
    background: #f5f5f5;
    padding: 3vw 2vw;
    box-sizing: border-box;
}
.index-bom li .daq{
    font-size: 28px;
    color: #666;
}
.index-bom li .name{
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}
.index-bom li:hover .name{
    color: #2c9aa6;
}
.index-bom li .dis{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.index-bom li:first-child{
    margin-top: 150px;
}
.index-bom li:nth-child(2){
    margin-top: 200px;
}
.index-bom li:nth-child(3){
    margin-top: 250px;
}
.index-bom li:last-child{
    margin-top: 300px;
}
@media (max-width:768px){
    .index-bom li{
        width: 100%;
        border-top:1px solid #fff;
        padding: 6vw 2vw;
    }
}



/* 印象 */
.imp-banner{
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
.imp-banner>img{
    width: 100%;
    transition: all 20s;
    animation: myfirst 20s;
    -moz-animation: myfirst 20s;
    -webkit-animation: myfirst 20s;
    -o-animation: myfirst 20s;
    animation-iteration-count:infinite;
}
@keyframes myfirst{
    0%   {transform: scale(1,1);}
    50%  {transform: scale(1.2,1.2);}
    100% {transform: scale(1,1);}
}
.imp-center{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.by-box{
    width: 330px;
    height:150px;
    position: relative;
}
.box-t{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    border:1px solid #eee;
    box-sizing: border-box;
}
.box-t .line1{
    width: 1px;
    height:0;
    display: inline-block;
    position:absolute;
    bottom: -1px;
    left: -1px;
    background: #ff7f44;
}
.box-t .line2{
    width:0;
    height:1px;
    display: inline-block;
    position:absolute;
    top:-1px;
    left: -1px;
    background: #ff7f44;
}
.box-t .line3{
    width: 1px;
    height:0;
    display: inline-block;
    position:absolute;
    top: -1px;
    right: -1px;
    background: #ff7f44;
}
.box-t .line4{
    width: 0;
    height:1px;
    display: inline-block;
    position:absolute;
    bottom: -1px;
    right: -1px;
    background: #ff7f44;
}
.by-box .by1{
    font-size: 20px;
    color:#fff;
    position: absolute;
    left:0;
    bottom: 100px;
    opacity: 0;
    transition: all 2s;
    width: 100%;
    text-align: center;
}
.by-box .by2{
    width:100%;
    font-size: 20px;
    color:#fff;
    position: absolute;
    left:0px;
    bottom:-50px;
    opacity: 0;
    transition: all 2s;
    text-align: center;
}
.by-box .img1{
    position:absolute;
    bottom: 0;
    left: -50px;
}
.by-box .img2{
    position:absolute;
    top: -40px;
    right: -50px;
}
.by-box .name{
    font-size:14px;
    color:#fff;
    text-align: center;
    margin-top:20px;
}
@media (max-width: 1000px){
    .imp-banner{
        height: 500px!important;
        position: relative;
        overflow: hidden;
    }
    .imp-banner>img{
        position: absolute;
        top:0;
        left: -50%;
        height:100%;
        width: auto!important;
        margin:0 auto;
        transform:translateX(-50%);
    }
}
@media (max-width: 768px){
    .bin-box .img1{
        width: 22px;
    }
    .bin-box .img2{
        width: 32px;
    }
}
.imp-banner>img{
    width: 100%;
}
.imp-intro{
    padding: 4vw;
}
.imp-intro h2{
    font-size: 26px;
    color: #333;
}
.imp-intro .dis{
    font-size: 14px;
    color:#999;
    margin-top: 20px;
}
.imp-ul{
    margin-top:30px;
}
.imp-ul li{
    margin-right: 12%;
}
.imp-ul .num{
    font-size:18px;
    color: #2c9aa6;
}
.imp-ul .num span{
    font-size: 36px;
}
.imp-ul .name{
    font-size:14px;
    color: #666;
}
.imp-scenic-dis{
    padding:4vw;
    background: #f5f5f5;
}
.imp-scenic-dis>div{
    width: 40%;
}
.imp-scenic-dis .name{
    font-size: 20px;
    color:#333;
    margin-bottom:20px;
}
.imp-scenic-dis a{
    font-size:14px;
    color:#666;
    margin-right: 25px;
}
.imp-scenic-dis a:hover{
    color: #2c9aa6;
}
.imp-bom{
    padding: 4vw;
}
.imp-bom ul{
    margin: 0 -20px;
}
.imp-bom li{
    padding: 0 20px;
    width: 33.3333%;
    box-sizing:border-box;
}
.imp-bom li img{
    width: 100%;
    transition: all .2s;
}
.imp-bom li .img{
    overflow: hidden;
}
.imp-bom li img:hover{
    transform: scale(1.2,1.2);
    transition: all .2s;
}
.imp-bom .name{
    font-size:24px;
    color:#333;
    margin-top: 20px;
    font-weight: normal;
}
.imp-bom .name a{
    color:#333;
    font-weight: normal;
}
.imp-bom .name a:hover{
    color: #2c9aa6;
}
.imp-bom .dis{
    font-size:14px;
    color: #666;
    margin-top: 10px;
}
.imp-bom .more{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    display:inline-block;
}
.imp-bom .more:hover{
    color: #2c9aa6;
}
@media (max-width: 768px) {
    .imp-ul li{
        width: 100%;
        margin: 0 0 20px;
    }
    .imp-scenic-dis>div{
        width:100%;
        margin-top: 20px;
    }
    .imp-scenic-dis{
        padding-bottom: 8vw;
    }
    .imp-bom li{
        width: 100%;
        margin-bottom: 30px;
    }
}


/* 玩转 */
.play-dis{
    padding: 4vw;
}
.play-dis h2{
  font-size: 26px;
    color: #333;
}
.play-dis p{
   font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.play-classify{
    padding: 24px 4vw;
    background: #f5f5f5;
}
.play-classify li{
    position: relative;
}
.play-classify div{
    width: 50%;
}
.play-classify .img img{
    width: 100%;
}
.play-right{
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 3vw 2vw;
    box-sizing: border-box;
}
.play-cont{
    top: 0;
    left: 0;
}
.play-right .title{
    font-size: 22px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.play-right .title a{
    font-size: 30px;
    color: #2c9aa6;
}
.play-right .title i{
   font-size: 60px;
    color: #bbb;
    font-style: italic;
    font-family: Arial;
}
.play-right .line{
    display: inline-block;
    width:60px;
    height: 1px;
    background: #999;
    margin: .8vw 0;
}
.play-right .summary a{
    font-size: 14px;
    color: #888;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.play-right .more{
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 4vw;
}
.play-right .more:hover span{
    color: #2c9aa6;
}
.play-classify li .img{
    margin-top: 150px;
    transition: all 1.5s;
}
.play-classify li .play-right{
    margin-top: 200px;
    transition: all 1.5s;
}
@media (max-width:1000px){
    .play-classify .img{
        width: 100%;
        float: left;
    }
    .play-right{
        position: static;
        width: 100%!important;
        float: left;
        padding: 5vw 3vw;
    }
}

/* 攻略 */
.note-line{
    background: #f5f5f5;
    padding: 4vw;
}
.note-line .play-dis{
    padding: 0;
}
.note-line-out{
    margin: 0 -40px;
}
.note-line-list li{
    width: 33.3333%;
    float: left;
    padding:40px 40px 0;
    box-sizing: border-box;
    opacity: 0;
}
.note-line-list li>div{
    background: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
}
.note-line-list li .title{
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.note-line-list li .summary{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    min-height: 40px;
}
.note-line-list li .more{
    font-size: 14px;
    color: #999;
    margin-top: 30px;
    display: inline-block;
}
.note-line-list div:hover .title{
    color: #2c9aa6;
}
.note-line-list div:hover .more{
    color: #2c9aa6;
}
.note-line-list li:first-child{
    margin-top: 150px;
    transition: all 1.5s;
}
.note-line-list li:nth-child(2){
    margin-top: 200px;
    transition: all 1.5s;
}
.note-line-list li:last-child{
    margin-top: 250px;
    transition: all 1.5s;
}
.note{
    padding: 4vw;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}
.note-title .name{
    font-size: 26px;
    color: #333;
}
.note-title .dis{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.note-out{
    margin: 0 -40px;
    overflow: hidden;
}
.note-ont-list li{
    width: 33.3333%;
    float: left;
    padding:40px 40px 0;
    box-sizing: border-box;
    transition: all 1.5s;
}
.infor-list li:first-child{
    margin-top: 150px;
}
.infor-list li:nth-child(2){
    margin-top: 200px;
}
.infor-list li:last-child{
    margin-top: 250px;
}
.note-ont-list .img{
    overflow: hidden;
}
.note-ont-list .img img{
    width: 100%;
    transition: all 1.5s;
}
.note-ont-list .img:hover img{
    transform: scale(1.2,1.2);
    transition: all 1.5s;
}
.note-in-cont{
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-top:none;
}
.note-in-cont .name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.note-in-cont .name a{
    font-size: 16px;
    color: #333;
}
.note-in-cont .name a:hover{
    color: #2c9aa6;
}
.note-in-cont .summary{
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    min-height: 40px;
}
.note-in-cont .more{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    display: inline-block;
}
.note-in-cont .more:hover{
    color: #2c9aa6;
}
.look-more{
    text-align: center;
    color: #999;
    margin-top:40px;
    font-size: 14px;
}
.look-more:hover{
    color: #2c9aa6;
}
@media (max-width:1000px){
    .note-line-list li{
        width: 100%;
    }
    .note-ont-list li{
        width: 100%;
        padding: 20px 20px 0;
    }
}
/* 景区信息 */
.note-info {
    width: 100%;
    height: 328px;
    padding-top: 100px;
    color: #fff;
    background: url(../images/jqxx-bg.jpg) no-repeat center;
}
.note-info-tit {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}
.note-info-summary {
    margin-top: 30px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.note-info-list {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}
.note-info-list a {
    position: relative;
    margin: 0 60px;
    padding-left: 16px;
    color: #fff;
    font-size: 18px;
}
.note-info-list a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.note-info-list a .code {
    display: none;
    position: absolute;
    top: -130px;
    left: 50%;
    margin-left: -63px;
    border: 10px solid #fff;
}
.note-info-list a:hover, .note-info-list a:hover:after {
    text-decoration: underline;
}
.note-info-list a:hover .code {
    display: block;
}


/* 帮助 */
.help-link{
    padding: 4vw;
}
.help-link li{
    width: 25%;
    text-align: center;
    transition: all 1.5s;
    opacity: 0;
}
.help-link-new ul li{
    width: 33.33%;
}
.help-link li:first-child{
    margin-top: 150px;
}
.help-link li:nth-child(2){
    margin-top: 200px;
}
.help-link li:nth-child(3){
    margin-top: 250px;
}
.help-link li:nth-child(4){
    margin-top: 300px;
}
.help-link li i{
    display:inline-block;
    width: 100px;
    height: 100px;
    border:1px solid #eee;
    border-radius: 100%;
    line-height: 100px;
    font-size: 54px;
    color:#999;
}
.help-link li h2{
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    font-weight:normal;
}
.help-link li p{
    font-size: 14px;
    color:#666;
    margin-top: 10px;
}
@media (max-width:1000px){
    .help-link li{
        width: 50%;
        text-align: center;
    }
    .help-link li p{
        display: none;
    }
    .help-link li i{
        font-size: 54px;
        color:#999;
    }
    .help-link li h2{
        vertical-align: bottom;
        font-size:20px;
        margin-left: 5px;
    }
}

.travel{
    overflow: hidden;
}
.travel-center{
    margin: 24px 0 0;
}
.travel-center li{
    width: 50%;
    box-sizing: border-box;
    transition: all 1.5s;
}
.travel-center li:first-child{
    margin-top: 150px;
}
.travel-center li:last-child{
    margin-top:200px;
}
.travel-pob{
    width: 100%;
    background: url(../upload/que-bgm.jpg) center center no-repeat;
    padding: 4vw 7vw;
    box-sizing: border-box;
    height:28vw;
}
.travel-pob .title{
    font-size: 24px;
    color: #333;
}
.travel-pob .summary{
    font-size: 14px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2vw;
    margin-bottom: 100px;
}
.travel-pob .tel{
    font-size: 20px;
    color:#1ba3b7;
    margin-top: 2vw;
}
.travel-guide {
    display: block;
    width: 358px;
    height: 46px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    background-color: #2c9aa6;
    border-radius: 3px;
}
.ts-tel,.jy-tel{
    font-size: 14px;
    color: #666;
    margin-top: 2vw;
}
.jy-tel{
    padding-bottom: 2vw;
}
.ts-tel span,.jy-tel span{
    color: #1ba3b7;
}
.travel-knowledge{
    width: 100%;
    background: #f5f5f5;
    padding: 4vw 7vw;
    box-sizing: border-box;
    height:28vw;
}
.travel-knowledge .title{
    font-size: 24px;
    color: #333;
}

.travel-en{
    font-size: 24px;
    color: #999;
    margin-top: .4vw;
}
.travel-knowledge input{
    width: 100%;
    background: rgba(0,0,0,0);
    padding: 10px;
    border:1px solid #ccc!important;
    border-radius: 3px;
    margin-top: 20px;
    color: #999;
    box-sizing: border-box;
}
.travel-knowledge .who{
    width: 100%;
    background: rgba(0,0,0,0);
    padding: 10px;
    border:1px solid #ccc!important;
    border-radius: 3px;
    margin-top: 20px;
    color: #666;
    box-sizing: border-box;
}
.travel-knowledge textarea{
    padding: 10px;
    border:1px solid #bbb!important;
    border-radius: 3px;
    width: 100%;
    background: rgba(0,0,0,0);
    margin-top: 20px;
    color: #999;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}
.travel-knowledge .btn{
    display: inline-block;
    width:160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #919191;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.travel-knowledge .btn:hover{
    background: #2c9aa6;
}
@media (max-width: 1600px){
    .travel-knowledge{
        width: 100%;
        background: #f5f5f5;
        padding: 4vw 7vw;
        box-sizing: border-box;
        height:40vw;
    }
    .travel-pob{
        width: 100%;
        background: url(../upload/que-bgm.jpg) center center no-repeat;
        padding: 4vw 7vw;
        box-sizing: border-box;
        height:40vw;
    }
}
@media (max-width: 1000px) {
    .travel-center li{
        width: 100%;
        box-sizing: border-box;
    }
    .travel-center li>div{
        height: auto;
    }
}
.help-nav li{
    width: 33.3333%;
    padding: 4vw;
    box-sizing: border-box;
    transition:all 1.5s;
}
.help-nav li:first-child{
    margin-top: 150px;
}
.help-nav li:nth-child(2){
    margin-top: 200px;
}
.help-nav li:last-child{
    margin-top: 250px;
}
.help-nav li i{
    font-size: 46px;
    color: #666;
    vertical-align: middle;
}
.help-nav li span{
    font-size:22px;
    color: #333;
    margin-left: 3px;
    vertical-align: middle;
}
.help-nav li .dis{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.help-nav li+li{
    border-left:1px solid #eee;
}
@media (max-width: 1000px){
    .help-nav li{
        width:100%;
    }
    .help-nav li+li{
        border-left:none;
        border-top: 1px solid #eee;
    }
}


.special-events{
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}
.special-events .flexslider{
    margin: 0;
    border: 0;
    background: #f5f5f5;
}
.special-events .play-right-cont{
    width: 55%;
    padding:4vw;
    box-sizing: border-box;
}
.special-events .left-img{
    width: 45%;
}
.special-events .play-right-cont .name{
    font-size: 26px;
    color: #333;
}
.special-events .play-right-cont .title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3vw;
}
.special-events .play-right-cont .title a{
    font-size: 22px;
    color: #333;
    display: inline-block;
    width: 100%;
}
.special-events .play-right-cont .title a:hover,
.special-events .play-right-cont .more:hover{
    color: #2c9aa6;
}
.special-events .play-right-cont .summary{
    font-size: 14px;
    color: #666;
    margin-top: 1vw;
    line-height: 24px;
}
.special-events .play-right-cont .more{
    font-size: 14px;
    color: #666;
    margin-top:1.5vw;
    display: inline-block;
}
.special-events .flex-control-nav{
    width: 100%;
    position: absolute;
    bottom: 5%;
    text-align: left;
    padding-left: 4vw;
    box-sizing: border-box;
}
.special-events .flex-control-nav a{
    border: 1px solid #999;
    background: rgba(0,0,0,0);
}
.special-events .flex-control-nav a:hover{
    border: 1px solid #2c9aa6;
    background: rgba(0,0,0,0);
}
.special-events .flex-control-paging li a.flex-active{
    border: 1px solid #2c9aa6;
    background: rgba(0,0,0,0);
}
@media (max-width: 1000px){
    .special-events .play-right-cont{
        width:100%;
        padding:6vw 4vw;
        box-sizing: border-box;
    }
    .special-events .left-img{
        display: none;
    }
    .special-events .flex-control-nav{
        display: none;
    }
}

/* 景区概况 */
.survey-intro{
    background: #f5f5f5;
    padding: 30px 10vw;
}
.survey-intro .survey-cont{
    background: #fff;
    padding: 30px;
}
.survey-intro img{
    max-width: 100%;
}
@media (max-width: 768px){
    .survey-intro{
        background: #f5f5f5;
        padding: 0px;
    }
    .survey-intro .survey-cont{
        background: #fff;
        padding: 20px;
    }
}

/* 导游导览 */
.guide-intro img{
   width: 100%;
}

/* 新闻列表 */
.line-list{
    padding: 20px 4vw;
    background: #f5f5f5;
    min-height: 500px;
}
.line-list-inside{
    background: #fff;
    padding: 24px;
}
.line-list-inside .img{
    overflow: hidden;
    height: 14vw;
}
.line-list-inside div{
    overflow: hidden;
}
.line-list-inside .video-list，.line-list-inside .video-list{
    height: auto;
}
.line-list-inside .travel-list-cs{
    height: auto;
}
.line-list-inside div:hover .img{
    transform: scale(1.1,1.1);
    transition: all .3s;
}
.line-list-inside .img{
    width: 100%;
    transition: all .3s;
}
.line-list li{
    padding: 9px;
    box-sizing: border-box;
    width: 33.3333%;
}
.line-list .title{
    font-size: 16px;
    color: #333;
    overflow : hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;

}
.line-list .title:hover{
    color: #00a4c0;
}
.line-list .summary{
    font-size: 14px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
@media (max-width: 1000px){
    .line-list li{
        width: 100%;
    }
    .line-list{
        padding: 10px 0;
        background: #f5f5f5;
    }
    .line-list-inside .img{
        height: auto;
    }
}

.news-content{
    padding:2% 4vw;
    overflow: hidden;
    background: #f5f5f5;
}
.news-content .title{
    /*height: 70px;*/
    /*line-height: 10px;*/
    border-bottom: 1px dashed #dcdbdb;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 22px;
}
.news-content .title p{
    font-size: 16px;
    color: #999;
    margin-top: 30px;
}
.news-content .title .title-info{
    font-size:15px;
    margin-top:12px;
    color:#999;
}
.news-content .news-bg{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    min-height: 500px;
}
.next-page p{
    margin-top: 20px;
    color:#666;
    font-size: 14px;
}
.next-page p a{
    color: #666;
}
@media (max-width: 768px){
    .news-content{
        padding:20px;
        overflow: hidden;
        background: #f5f5f5;
    }
}


/* 添加推荐列表的详情 */
.list-warp {
    padding: 2% 10vw;
    min-height: 500px;
    overflow: hidden;
    background: #f5f5f5;
}
.list-content {
    display: flex;
    justify-content: space-between;
    padding: 0!important;
    background-color: #fff!important;
}
.list-content .news-bg {
    width: 70%;
}
.recommend {
    width: 30%;
    height: 100%;
    background-color: #fff;
}
.recommend-tit {
    padding: 30px 0 0 75px;
    color: #000;
    font-size: 16px;
    line-height: 16px;
}
.recommend-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.recommend-list li {
    display: flex;
    flex-direction: column;
    width: 300px;
}
.recommend-cover {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.recommend-cover img {
    width: 100%;
    height: 100%;
    transition: .3s;
}
.recommend-cover:hover img{
    transform: scale(1.1);
    transition: .3s;
}
.recommend-title {
    width: 100%;
    height: 47px;
    color: #666;
    font-size: 14px;
    line-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend-title:hover {
    color: #2c9aa6;
}
@media (max-width:1000px) {
    .recommend {
        display: none;
    }
    .list-content .news-bg {
        width: 100%;
    }
}
.recommend-page {
    width: 300px;
    padding-bottom: 50px;
    margin: 20px auto 0;
}
.recommend-page a {
    color: #333;
    font-size: 14px;
}
.recommend-page a:hover {
    color: #2c9aa6;
}
.recommend-page p a {
    margin-right: 10px;
}
/* 视频 */

.video-list{
    position: relative;
}
.video-list:hover .video-menu{
    opacity: 1;
    transition: all .2s;
}
.video-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,164,192,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .2s;
}
.video-menu .daq{
    display: inline-block;
    font-size:60px;
    color: #fff;
}
.video-box-lh{
    position: fixed;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.video-in{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: url('../images/guanbi.png') 14 14, default;
    background: rgba(0,0,0,.5);
    width: 100%;
    height:100%
}
.video-play{
    width: 600px;
    position: relative;
    z-index: 1001;
    overflow: hidden;
}
.video-play video{
    width: 100%;
}
@media (max-width:1000px) {
    .video-play{
        width: 100%;
    }
    .index-right-icon{
        display:none;
    }
}

/* 美景图库 */
.pict-list {
    position: relative;
    top: 40px;
    padding-bottom: 80px;
    padding-left:40px;
    padding-right:40px;
}
.pict-list .p-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 282px;
    margin-bottom: 24px;
    transition: all .5s; }
.pict-list .top {
    height: auto;
    font-size: 0; }
.pict-list .top img {
    width: 100%;
    height: auto; }
.pict-list .bottom {
    padding: 10px 15px 8px;
    border: 1px solid #eee;
    background: #fff; }
.pict-list .tit {
    font: 16px/30px "Microsoft YaHei";
    color: #666; }
.pict-list .op {
    font: 14px/24px "Microsoft YaHei";
    color: #999; }
.pict-list .op .daq-icon {
    font-size: 16px;
    margin-right: 5px; }
.pict-list .op a {
    color: #999;
    margin-right: 42px; }

@media (max-width:1000px) {
    .pict-list .p-card{
        width: 170px;
    }
    .pict-list {
        position: relative;
        top: 20px;
        padding-bottom: 80px;
        padding-left:24px;
        padding-right:24px;
    }
}
@media (max-width:415px) {
    .pict-list .p-card{
        width: 151px;
    }
    .pict-list {
        position: relative;
        top: 20px;
        padding-bottom: 80px;
        padding-left:24px;
        padding-right:24px;
    }
    .pop_btn{
        display: block;
        position: fixed;
        width: 40px;
        height:80px;
        top: 50%;
        margin-top: -75px;
        z-index: 10002;
    }
}
.picture-list img,.picture_popup img{
    max-width: 100%!important;
}
.picture-list{
    padding: 40px 0 0;
    background: #f5f5f5;
    margin: 0 140px;
    overflow: hidden;
}
.no-more{
    text-align: center;
    color: #bfbebe;
}
@media (min-width:414px) and (max-width:768px) {
    .picture-list{
        padding: 10px;
        margin: 0;
    }
    .picture-tags span{
        display: none;
    }
    .pop_btn{
        display: none;
    }
}
@media (min-width:320px) and (max-width:413px) {
    .picture-list{
        padding: 10px;
        margin: 0;
    }
    .picture-tags span{
        display: none;
    }
    .pop_btn{
        display: none;
    }
}
@media (max-width:320px) {
    .picture-list{
        padding: 5px;
        margin: 0;
    }
    .picture-tags span{
        display: none;
    }
    .pop_btn{
        display: none;
    }
}



/* 新闻详情*/
.news-banner{
    width: 100%;
    height:180px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
.news-banner{
    background: url(../upload/detail-img.jpg) center top no-repeat;
}
.news-title{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    padding-left: 5%;
    box-sizing: border-box;
}
.news-title .title{
    font-size: 26px;
    color: #fff;
    margin-top: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
}
.news-title .dis{
    font-size:14px;
    color: #fff;
    margin-top: 10px;
}
.news-content{
    padding:2% 10vw;
    min-height: 500px;
    overflow: hidden;
    background: #f5f5f5;
}
.news-content img{
    max-width: 100%;
}
.news-content .news-bg{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
/*.next-page{*/
/*border-top: 1px solid #ddd;*/
/*margin-top: 30px;*/
/*}*/
.next-page p{
    margin-top: 20px;
    color:#666;
    font-size: 14px;
}
.next-page p a{
    color: #666;
}



/* 酒店詳情 */
.hotel-detail-banner .title{
    margin-top: 100px;
}
.hotel-detail-cont{
    padding:2% 4vw;
    background: #fff;
}
.hotel-pic{
    position: relative;
}
.hotel-pic-left{
    width: 60%;
    padding-right:15px;
    background: #fff;
    box-sizing: border-box;
}
.hotel-pic-left img{
    width: 100%;
}
.hotel-pic-right{
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 60%;
    background: #f5f5f5;
    border-radius: 5px;
}
.hotel-price{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30%;
    background: #00a4c0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.hotel-price .price{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.hotel-price .price .num{
    font-size: 60px;
}
.hotel-pic-right>p{
    font-size: 14px;
    color:#666;
    margin-left: 5%;
    margin-top:1vw;
}
.hotel-pic-right .tel{
    margin-top: 2vw;
}
.btn-price{
    display: inline-block;
    width:150px;
    height: 40px;
    line-height:40px;
    text-align: center;
    border: 1px solid #00a4c0;
    background: #00a4c0;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-left:5%;
    margin-top: 3vw;
    position: relative;
}
.btn-price:hover{
    background: #fff;
    color: #00a4c0;
}
.btn-price:hover .pay-img{
    display: block;
}
.pay-img{
    width: 100px;
    height: 100px;
    position:absolute;
    top:-35px;
    left: 160px;
    display: none;
}

.hotel-dis{
    padding:2% 4vw;
    background: #f5f5f5;
}
.hotel-dis .title{
    font-size:26px;
    color: #333;
    margin-bottom: 20px;
}
.hotel-around{
    padding:2% 140px;
    background: #fff;
}
.hotel-around .title{
    font-size:26px;
    color: #333;
    margin-bottom:12px;
}
.hotel-around-list{
    margin: 0 -12px;
}
.hotel-around-list li{
    width: 33.3333%;
    padding: 12px;
    box-sizing: border-box;
}
.hotel-cont-around{
    position:relative;
    overflow: hidden;
}
.hotel-around-list img{
    width: 100%;
    transition:  all .3s;
}
.hotel-around-list .name{
    position:absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size:20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotel-cont-around:hover img{
    transform: scale(1.1,1.1);
    transition:  all .3s;
}
@media (max-width:1200px){
    .hotel-pic-left{
        width: 100%;
        float: left;
        padding:0;
    }
    .hotel-pic-right{
        position: static;
        width: 100%!important;
        float: left;
        padding-bottom: 20px;
        margin-top: 2%;
    }
    .hotel-price .price .num{
        font-size: 40px;
    }
    .hotel-price{
        padding: 20px 0;
    }
    .hotel-around-list li{
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    .hotel-detail-cont,
    .hotel-dis,
    .hotel-around{
        padding: 2%;
    }
    .hotel-dis .title{
         margin-top: 20px;
     }
    .hotel-dis img{
        width: 100%;
    }
    .news-content .news-bg{
        padding:20px;
        box-sizing: content-box;
    }
    .news-content{
        padding: 0;
    }
    .news-banner{
        width: 100%;
        height:100px;
        margin-top: 80px;
        position: relative;
        overflow: hidden;
    }
    .news-title .title{
        margin-top: 40px;
    }
}

.travel-list-cs .title{
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.travel-list-cs .dis{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
    margin-top: 12px;
    font-size: 14px;
    min-height:40px;
}
.travel-law .dis{
    min-height: 40px;
}



.traffic-classify{
    padding: 24px 4vw;
    background: #f5f5f5;
}
.traffic-classify li{
    position: relative;
}
.traffic-classify div{
    width: 50%;
}
.traffic-classify .img img{
    width: 100%;
}
.traffic-right{
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 3vw 2vw;
    box-sizing: border-box;
}
.traffic-cont{
    top: 0;
    left: 0;
}
.traffic-right .title{
    font-size: 22px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.traffic-right .title a{
    color:#555;
}
.traffic-right .title a:hover{
    color:#00a4c0 ;
}
.traffic-right .line{
    display: inline-block;
    width:60px;
    height: 1px;
    background: #999;
    margin: 1vw 0;
}
.traffic-right .summary a{
    font-size: 14px;
    color: #888;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.traffic-right .more{
    display: inline-block;
    width: 134px;
    height: 34px;
    border:1px solid #999;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #555;
    margin-top: 4vw;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.traffic-right .more span{
    position: relative;
    z-index: 3;
}
.traffic-right .more:after{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    width: 0%;
    bottom: 0;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.traffic-right .more:hover{
    border: 1px solid #00a4c0;
    color: #fff;
    position: relative;
}
.traffic-right .more:hover span{
    color: #fff;
}
.traffic-right .more:hover:after {
    width: 100%;
    left: 0%;
    background: #00a4c0;
}
.traffic-detail{
    background: #f5f5f5;
    padding: 30px;
}
.traffic-title{
    font: normal 20px "Microsoft YaHei";
    color: #00a4c0;
    height: 40px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 48px;
}
.traffic-detail .traffic{
    background: #fff;
    padding:24px;
}
.traffic-detail .traffic-content{
    padding: 24px 0;
}
@media (max-width:1000px){
    .traffic-classify .img{
        width: 100%;
        float: left;
    }
    .traffic-right{
        position: static;
        width: 100%!important;
        float: left;
        padding: 5vw 3vw;
    }
    .traffic-classify li+li{
        margin-top: 24px;
    }
    .traffic-detail{
        padding: 0;
    }
    .traffic-title{
        margin-top: 0px;
    }
}


.guide-list .name{
    color: #333;
    font-weight: normal;
    font-size: 18px;
}
.guide-list .man{
    color: #3EB4FA;
    padding-left: 5px;
}
.guide-list span i{
    font-size: 16px;
    margin-left: 3px;
}
.guide-list .women{
    color: #fe5064;
    padding-left: 5px;
}
.guide-list label{
    color: #666;
}
.guide-list .level{
    color: #999;
}
.guide-list p{
    font-size: 14px;
    margin-top: 10px;
}
.guide-list p:first-child{
    margin-top: 0;
    margin-bottom:16px ;
}


.travel-agency .line-1{
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #bbb;
    border-radius: 2px;
    vertical-align: middle;
}
.travel-agency .line-2{
    display: inline-block;
    width: 4px;
    height: 15px;
    background: #bbb;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 3px;
}
.agency_tit{
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.agency_tit .name{
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    margin-left: 5px;
}
.data_info *{
    vertical-align: middle;
}
.data_info{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.data_info i{
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #bbb;
    border-radius: 100%;
    color: #fff;
    margin-right: 5px;
}
.data_info span{
    color: #333;
}



/* 地图 */
.contact-map{
    height: 800px;
    margin-top:80px;
}
.contact-map .map{
    width: 100%;
    height: 100%;
}
.couple{
    background: #ddd;
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    padding: 140px 60px;
}
.couple p{
    margin-bottom: 20px;
}
.couple .name1{
    font-size: 24px;
}
.couple .name{
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}
.couple label{
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
}
.couple .name span{
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #999;
    vertical-align: middle;
}
.couple .en{
    font-size: 22px;
    color: #666;
    margin-top:15px;
}
.couple input{
    width: 75%;
    background: #fff;
    padding: 8px;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
}
.couple .content-message{
    width: 75%;
    background: #fff;
    padding: 8px;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.couple .text{
    width:75%;
    background: #fff;
    padding: 8px;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.couple .btn{
    width: 120px;
    height: 40px;
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
}
.couple .btn:hover{
    background: #00a4c0;
    color: #fff;
}
.couple input::-webkit-input-placeholder{
    color: #999;
}
.couple textarea::-webkit-input-placeholder{
    color: #999;
}
@media (max-width:1000px){
    .contact-map .map{
        width: 100%;
        height: 360px;
    }
    .couple{
        background: #ddd;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        height: auto;
    }
}

/* 搜素 */
.search-list{
    margin-top: 80px;
}
.search-list .g-types{
    width: 100%;
    background: #f5f5f5;
    padding-left: 65px;
    box-sizing: border-box;
}
.search-list .g-types .active{
    color: #00a4c0;
    border-color: #00a4c0;
}
.search-list .g-type{
    float: left;
    font: 14px/42px "Microsoft YaHei";
    color: #666;
    padding: 0 15px;
    border-bottom: 3px solid #f5f5f5;
    text-align: center;
    cursor: pointer;
}
.g-r-wrapper b{
    color: #00a4c0;
}
.g-r-container{
    min-height: 650px;
    padding:0 65px 40px;
}
.g-r-wrapper .s-result{
    font: 12px/68px "Microsoft YaHei";
    color: #999;
}
.r-news-list .tit a{
    font-size:16px;
    color: #555;
    font-weight: 500;

}
.r-news-list dd{
    margin-top: 30px;
}
.r-news-list .summary{
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}
.r-secnie-list .left{
    display: inline-block;
    float:left;
    width: 20%;
}
.r-secnie-list dd{
    margin-top: 30px;
}
.r-secnie-list .left img{
    width: 100%;
}
.r-secnie-list .right{
    padding-left: 20px;
    float: left;
    width: 80%;
    box-sizing: border-box;
}
.r-secnie-list .right a{
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
.r-secnie-list .right .summary{
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}
.g-r-container .no-data{
    margin-top: 20px;
}
@media (max-width:768px){
    .g-r-container{
        min-height: 650px;
        padding:0 10px 40px;
    }
    .search-list .g-types{
        padding-left: 10px;
    }
    .r-secnie-list .left{
        width: 100%;
    }
    .r-secnie-list .right{
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .contact-map{
        height:360px;
    }
}
.video-name .name{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content .productName{
    font-size: 18px;
    color: #333;
}
.line-ap{
    width: 100%;
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    color: #666;
}
.line-ap span+span{
    margin-left: 40px;
}
.line-food{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.traffic-detail img{
    max-width: 100%;
}

/* 政务 */
.gover-link{
    background: #fbfbfb;
    padding: 0;
}
.gover-link li{
    box-sizing:border-box;
    padding:3vw;
    border-bottom:1px solid #ddd;
}
.gover-link li+li{
    border-left: 1px solid #ddd;
    box-sizing:border-box;
}
.gover-link li i{
    display: inline;
    border:0;
}
.gover-link li h2{
    color: #666;
    margin-top:-10px;
    font-size:18px;
}
.message-list{
    padding: 4vw 30px;
}
.message-list .title,
.message-list .summary{
    text-align: center;
}
.message-list .title{
    font-size: 26px;
    color: #333;
    font-weight:normal;
}
.message-list .summary{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.message-ul li{
    padding: 0 30px;
    box-sizing:border-box;
    width: 33.3333%;
}
.message-ul{
    margin-top: 4vw;
}
.message-div{
    padding:24px;
    border:1px solid #ccc;
}
.message-div .time{
    font-size:20px;
    color:#999;
}
.message-div .title a{
    font-size:16px;
    color:#333;
    overflow: hidden;
}
.message-div .title a:hover{
    color:#00a4c0;
}
.message-div .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
    text-align: left;
}
.message-div .line{
    display: inline-block;
    height: 1px;
    width: 40px;
    background: #bbb;
    margin-top:20px;
}
.message-div .summary{
    text-align: left;
    margin-top: 15px;
    line-height: 20px;
}
.message-div .more{
    font-size: 14px;
    color:#666;
    vertical-align: middle;
    margin-top: 40px;
    display: inline-block;
}
.message-div .daq{
    font-size: 12px;
    color: #bbb;
    vertical-align: middle;
}
.message-div .more:hover{
    color:#00a4c0;
}
@media (max-width:1200px){
    .gover-link li h2{
        vertical-align: middle;
        margin-top:0;
    }
}
@media (max-width:768px) {
    .message-list{
        padding: 4vw 0;
    }
    .message-ul li{
        padding: 0 15px;
        box-sizing:border-box;
        width: 100%;
    }
    .message-ul li+li{
        margin-top: 30px;
    }
}
.help-link li:hover .daq,
.help-link li:hover h2
{
    color:#00a4c0;
    border-color:#00a4c0;
}

/* 新增机构设置 */
.bg01 {
    background-color: #f5f5f5;
}
.common-box {
    display: flex;
    width: 1366px;
    min-height: 720px;
    margin: 50px auto 70px;
    background-color: #fff;
}
.common-left {
    width: 285px;
    margin-right: 28px;
    background-color: #2c9aa6;
    border: 1px solid #e3e3e3;
    user-select: none;
}
.common-left li{
    width: 100%;
    height: 45px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    box-sizing: border-box;
    cursor: pointer;
}
.common-left li:first-child {
    height: 71px;
    line-height: 71px;
    border-bottom: 1px solid #fff;
    cursor: auto;
    font-size: 22px;
}
.common-left li.curr, .common-left li:hover:not(.common-first) {
    color: #2c9aa6;
    background-color: #fff;
}
.common-right {
    flex: 1;
    padding: 30px 40px 30px 0;
}
.common-position {
    position: relative;
    padding-left: 25px;
    color: #333;
    font-size: 20px;
}
.common-position:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/common-home-icon.png);
}
.common-position span {
    color: #2c9aa6;
}
.common-content {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.leader-list {
    display: flex;
    flex-direction: column;
}
.leader-list li {
    display: flex;
    margin-top: 30px;
}
.leader-cover {
    width: 132px;
    height: 161px;
}
.leader-info {
    flex: 1;
    padding: 20px 30px 20px;
    color: #333;
    font-size: 18px;
}
.leader-info p:first-child {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .common-box {
        display: block;
        width: 100%;
        margin-top: 0;
    }
    .common-left {
        width: 100%;
        border: none;
    }
    .common-position {
        display: none;
    }
    .common-content {
        padding-top: 0;
        border-top: none;
    }
    .common-right {
        padding: 0 20px;
    }
    .leader-info {
        padding: 10px 0 0 20px;
    }
    .leader-list {
        padding-bottom: 20px;
    }
    .leader-info p:first-child {
        margin-bottom: 5px;
    }
}