.banner {
    width: 100%;
    height: 300px;
    background: url("../images/bg-core-header.jpg") no-repeat top center;
    background-size: cover;
    overflow: hidden;
    margin-top: 100px;
}

/* 导航 */
.main .nav .nav-box {
    display: inline-block;
    width: 185px;
    height: 70px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.main .nav .nav-box:first-of-type,
.main .nav .nav-box:last-of-type {
    width: 185px;
}

.main .nav .nav-bg {
    background-color: #ff3f3f;
    width: 190px;
    height: 70px;
    position: absolute;
    top: -1px;
    left: -1px;

}

.main .nav .nav-bg i {
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url("../images/icon.png") no-repeat -675px -90px;
    margin: 70px 0 0 80px;
}

/* 内容 */
.main .content {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: none;
}


.main .on {
    display: block;
}

.main .content .companyName {
    width: 100%;
    height: 220px;
    margin-top: 40px;
}

.main .content .companyName .subName {
    width: 100%;
    height: 220px;
    text-align: left;
    display: inline-block;
}

.main .content .companyName .subName .title h1 {
    font-size: 30px;
    color: #333333;
    line-height: 50px;
}

.main .content .companyName .subName .title h2 {
    font-size: 30px;
    color: #eeeeee;
}

.main .content .companyName .subName .title .ticket .ticket_icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("../images/icon.png") no-repeat -275px -280px;
    vertical-align: middle;
}

.main .content .companyName .subName .title .ticket .cableway_icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("../images/icon.png") no-repeat -362px -285px;
    vertical-align: middle;
}

.main .content .companyName .subName .title .ticket .hotel_icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("../images/icon.png") no-repeat -170px -215px;
    vertical-align: middle;
}

.main .content .companyName .subName .title .ticket .data_icon {
    display: inline-block;
    width: 45px;
    height: 43px;
    background: url("../images/icon.png") no-repeat -280px -340px;
    vertical-align: middle;
}

.main .content .companyName .subName .title .ticket .tea_icon {
    display: inline-block;
    width: 45px;
    height: 43px;
    background: url("../images/icon.png") no-repeat -100px -220px;
    vertical-align: middle;
}

.main .content .companyName .subName .title .ticket .arts_icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("../images/icon.png") no-repeat -273px -215px;
    vertical-align: middle;
}

.main .content .companyName .subName .title .ticket {
    line-height: 25px;
    margin-top: 40px;
}

.main .content .companyName .subName .title .ticket span {
    display: inline-block;
    border: 2px solid #ff3f3f;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.main .content .companyName .subName .title .ticket p {
    display: inline-block;
}

.main .content .companyName .rglogo {
    display: inline-block;
    width: 29%;
    vertical-align: top;
}

.main .content .companyName .rglogo img {
    width: 100%;
}


.main .content .describe {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}



.main .content .describe .details .p1,
.main .content .describe .details .p2 {
    font-size: 12px;
    color: #333333;
    height: 25px;
    line-height: 25px;
}

.main .content .describe .details h4 {
    font-size: 12px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.main .content .describe .details h4 a:hover {
    color: #ff3f3f;
}

.main .content .describe .details .p3 {
    font-size: 12px;
    color: #333333;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.main .content .describe .details .s {
    font-size: 12px;
    color: #333333;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-left: 50px;
}

.main .content .describe .details h5 {
    font-size: 12px;
    color: #ff3f3f;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.describe .details .teadiscript {
    font-size: 12px;
    line-height: 25px;
}

.describe .details .bigdata {
    width: 100%;
    font-size: 12px;
    height: 40px;
    line-height: 25px;
}

.describe .details .pdata {
    margin-top: 30px;
    width: 1008px;
    margin-bottom: 30px;
}

.describe .details .goveaffairs {
    height: 90px;
}

.describe .details .touredata {
    height: 90px;
}

/* 游山票 */
.main .content .imgshow ul li {
    width: 450px;
    display: inline-block;
    font-size: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.main .content .imgshow ul li img {
    width: 100%;
}

.main .content .imgshow ul li .opity {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    margin-top: -50px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    display: none;
}

.main .content .imgshow ul li:hover .opity {
    display: block;
}

/* 索道 */
.main .content .imgshow .leftBgimg {
    width: 634px;
    display: inline-block;
    margin-right: 15px;
    height: 420px;

}
.main .content .imgshow .leftBgimg img{
    width: 100%;
    height: 100%;
    transition: all 0.25s ease 0s;
}
.main .content .imgshow .rightimg {
    width: 340px;
    display: inline-block;
    height: 420px;
}
.main .content .imgshow .topimg{
    width: 100%;
    height: 200px; 
    margin-bottom: 20px;
}
.main .content .imgshow .btmimg {
    width: 100%;
    height: 200px; 
}

.main .content .imgshow .topimg img {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease 0s;
}



.main .content .imgshow .btmimg img {
    width: 100%; 
    height: 100%;
    transition: all 0.25s ease 0s;
}

.main .content .imgshow .leftBgimg img:hover,
.main .content .imgshow .btmimg img:hover,
.main .content .imgshow .topimg img:hover {
    transform: scale(1.1);
}

/* 酒店 */
.describe .hotel-list {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.describe .hotel-list .hotel-box {
    display: inline-block;
    width: 18.5%;
    position: relative;
    cursor: pointer;
}

.describe .hotel-list .hotel-box .wihte-mask {
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.describe .hotel-list .on .wihte-mask {
    display: none;
}

.describe .hotel-list .hotel-box h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 10px;
    text-align: center;
}

.describe .hotel-list .hotel-box .imgbox-show {
    width: 100%;
    height: 300px;
    position: relative;
}

.describe .hotel-list .hotel-box .imgbox-show img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.describe .hotel-list .hotel-box .imgbox-show .mask {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.describe .hotel-list .hotel-box .imgbox-show .mask i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 10px 4px;
}

/* .describe .hotel-list .hotel-box .imgbox-show .mask .star {
    background: url("../images/hotel-star.png") no-repeat 0 0;
} */

.describe .hotel-describe1,
.describe .hotel-describe2,
.describe .hotel-describe3,
.describe .hotel-describe4,
.describe .hotel-describe5 {
    display: none;
    margin: 30px 0;
}

.describe .actcontent {
    margin: 70px 0;
}

.describe .show {
    display: block;

}

.main .content .imgshow {
    margin: 80px 0;
    justify-content: space-between;
    display: flex;
}

.main .content .imgshow .hotel1 {
    width: 50%;
    display: inline-block;
}

.main .content .imgshow .linebox {
    width: 49%;
    display: inline-block;
}

.main .content .imgshow .hotel2,
.main .content .imgshow .hotel3 {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    height: 160px;
    margin-bottom: 10px;
}

.main .content .imgshow .hotel4 {
    width: 100%;
    vertical-align: top;
}

.main .content .imgshow .hotel1 img,
.main .content .imgshow .hotel2 img,
.main .content .imgshow .hotel3 img,
.main .content .imgshow .hotel4 img {
    width: 100%;
    transition: all 0.25s ease 0s;
    height: 100%;
}

.main .content .imgshow .hotel1 img:hover,
.main .content .imgshow .hotel2 img:hover,
.main .content .imgshow .hotel3 img:hover,
.main .content .imgshow .hotel4 img:hover {
    transform: scale(1.1);
}

.main .content .url-link {
    margin: 0 0 60px 0;
    text-align: left;
}

.main .content .url-link a:hover {
    color: #ff3f3f;
}
/* 茶业 */
.main .content .tea{ 
    display: block;
}
.main .content .imgshow .teaimg1 {
    width: 525px;
    display: inline-block;
}

.main .content .imgshow .teaimg1 img,
.main .content .imgshow .teaimg2 img,
.main .content .imgshow .teaimg3 img,
.main .content .imgshow .teaimg4 img,
.main .content .imgshow .teaimg5 img {
    width: 100%;
    transition: all 0.25s ease 0s;
    height: 350px;
}

.main .content .imgshow .teaimg1 img:hover,
.main .content .imgshow .teaimg2 img:hover,
.main .content .imgshow .teaimg3 img:hover,
.main .content .imgshow .teaimg4 img:hover,
.main .content .imgshow .teaimg5 img:hover {
    transform: scale(1.2);
}

.main .content .imgshow .teaimg2 {
    width: 219px;
    display: inline-block;
}

.main .content .imgshow .teaimg3 {
    width: 219px;
    display: inline-block;
}

.main .content .imgshow .teaimg4,
.main .content .imgshow .teaimg5 {
    width: 484px;
    display: inline-block;
}
/* 演艺 */
.main .content .act{ 
    display: block;
}
.main .content .imgshow .artimg1 {
    width: 580px;
    height: 400px;
    display: inline-block;
}

.main .content .imgshow .artimg2 {
    width: 400px;
    height: 400px;
    display: inline-block;
} 
.main .content .imgshow .artimg1 img,
.main .content .imgshow .artimg2 img {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease 0s;
}
.main .content .imgshow .artimg1 img:hover,
.main .content .imgshow .artimg2 img:hover {
    transform: scale(1.1);
}
/* 更多业务 */  
.main .content .imgshow .adimg1 {
    width: 480px;
    height: 400px;
    display: inline-block;
}

.main .content .imgshow .adimg1 {
    width: 480px;
    height: 400px;
    display: inline-block;
} 
.main .content .imgshow .adimg1 img,
.main .content .imgshow .adimg1 img {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease 0s;
}
.main .content .imgshow .adimg1 img:hover,
.main .content .imgshow .adimg1 img:hover {
    transform: scale(1.1);
}