/*====================================*/

.banner {
    min-height: 500px;
    background: #efefef;
}

.banner .bannerImgBox img {
    width: 100%;
    min-width: 1200px;
}

.banner_bottom {
    position: absolute;
    width: 100%;
    margin-top: -89px;
    z-index: 2;
    bottom: 0;
}

.banner .bannerText1 {
    position: absolute;
    top: 19%;
    left: 17%;
    width: 4%;
}

.banner .bannerText2 {
    position: absolute;
    top: 27%;
    left: 29%;
    width: 7%;
}

.banner_bottom img {
    width: 100%;
}

.banner_bottom .bannerImgBox {
    height: 500px;
    background: red;
}

.banner .swiper-wrapper {
    height: auto !important;
}

.banner .swiper-slide {
    height: auto !important;
}

.swiper-container {
    position: relative;
}

.swiper-container:hover .swiper-button-prev {
    left: 0;
}

.swiper-container:hover .swiper-button-next {
    right: 0;
}

#index_banner {
    min-height: auto;
}

#indexBanner {
    height: auto;
}

.swiperThumbs {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 999;
}

.swiperThumbs .swiperThumbsBox {
    width: 1200px;
    margin: auto;
    position: relative;
}

.swiperThumbs .swiperThumbsBox .swiperThumbsBoxHtml {
    overflow: hidden;
}

.swiperThumbs .swiperThumbsBox .swiper-slide {
    width: 225px;
}

.swiperThumbs .swiperThumbsBox .thumbsBox {
    height: 116px;
    background: rgba(0, 0, 0, 0.78);
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    margin-top: 36px;
}

.swiperThumbs .swiperThumbsBox .thumbsBox:hover {
    background: rgba(0, 0, 0, 0.9);
}

.swiperThumbs .swiperThumbsBox .imgBox {
    position: absolute;
    top: -36px;
    left: 10px;
    right: 10px;
    height: 118px;
}

.swiperThumbs .swiperThumbsBox .imgBox img {
    width: 100%;
    height: 100%;
}

.swiperThumbs .swiperThumbsBox .imgBox:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    border: 22px solid;
    z-index: 1;
    border-color: transparent #FFBF27 #FFBF27 transparent;
}

.swiperThumbs .swiperThumbsBox .priceTag {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 2;
    padding: 2px;
    font-size: 12px;
    color: #fff;
}

.swiperThumbs .swiperThumbsBox .thumbsTitle {
    padding: 6px 10px;
    margin-left: 90px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.swiperThumbs .swiperThumbsBox .thumbsContent {
    margin-left: 10px;
    color: #fff;
    font-size: 10px;
    margin-right: 14px;
    padding-top: 90px;
    overflow: hidden;
}

.swiperThumbs .swiperThumbsBox .swipperLeftBtn {
    position: absolute;
    left: -50px;
    top: 48px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/indexbannerleft.png") no-repeat;
    cursor: pointer;
}

.swiperThumbs .swiperThumbsBox .swipperRightBtn {
    position: absolute;
    right: -60px;
    top: 48px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/indexbannerright.png") no-repeat;
    cursor: pointer;
}

.banner .swipperBottomBtn {
    position: absolute;
    right: 50%;
    bottom: 8px;
    z-index: 10;
    display: block;
    width: 48px;
    height: 48px;
    margin-left: -48px;
    background: url(../img/indexbannerbottom.png) no-repeat;
    cursor: pointer;
}

.banner .swipperBottomBtn.active {
    background: url("../img/indexbannerbottom_a.png") no-repeat;
}

/* banner切换按钮 */

.swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/btn-left.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: -50px;
    margin-top: -25px;
    transition: left .5s ease-out;
    cursor: pointer;
}

.swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/btn-right.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    right: -50px;
    margin-top: -25px;
    transition: right .5s ease-out;
    cursor: pointer;
}


/*====================================*/

.release_box {
    padding-top: 90px;
    width: 100%;
    box-sizing: content-box;
    position: relative;
}

.bamboo {
    position: absolute;
    width: 524px;
    height: 1183px;
    background: url("../img/bamboo.png") no-repeat center center;
    background-size: 100%;
    left: -115px;
    top: -111px;
}

.release {
    width: 1200px;
    margin: 25px auto;
    position: relative
}

.panda1 {
    width: 50px;
    height: 50px;
}

.release_left {
    float: left;
}

.release_right {
    float: left;
    margin-left: 148px;
    margin-top: 75px;
}

.release_right ul {
    position: relative;
}

.release_right ul li {
    position: absolute;
    top: 0;
    left: 0;
}

.release_right ul li img {
    width: 601px;
    height: 361px;
}

.release_right ul li.quanw {
    z-index: 6;
    transition: all 1s ease;
}

.release_right ul li.quanw2 {
    top: -20px;
    left: 20px;
    z-index: 4;
    opacity: .7;
    transition: all 1s ease;
}

.release_right ul li.quanw3 {
    top: -40px;
    left: 40px;
    z-index: 2;
    opacity: .5;
    transition: all 1s ease;
}

.right_zz {
    position: absolute;
    width: 266px;
    height: 298px;
    background: url(../img/index1.png) no-repeat;
    background-size: 100%;
    top: 40px;
    left: 75%;
}

.index_href {
    position: absolute;
    text-align: center;
    margin-left: 1240px;
    top: 150px;
    z-index: 89;
}

.index_href a {
    color: #717171;
    font-size: 16px;
    display: block;
    margin-left: 100px;
    height: 24px;
    margin-bottom: 30px;
}

.gg {
    display: inline-block;
    width: 92px;
    height: 24px;
    background: rgba(181, 181, 181, 1);
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
}

.qw {
    position: absolute;
    font-size: 34px;
    color: #333;
    margin-top: 24px;
    margin-left: 5px;
}

.qw_en {
    font-size: 14px;
    color: #808080;
    letter-spacing: 1px;
}

.content {
    cursor: pointer;
    max-height: 100px;
    overflow: hidden;
}

.left_content {
    margin-top: 70px;
}

.left_content .time {
    text-align: center;
    width: 100px;
    background: #bfbfbf;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 1);
}

.left_content .time_hover {
    background: rgba(229, 43, 49, 1);
}

.left_content .time_con {
    width: 310px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-family: MicrosoftYaHei;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 150%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.look_more {
    width: 129px;
    height: 26px;
    background: rgba(229, 43, 49, 1);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
}

.panda_bg {
    position: absolute;
    width: 279px;
    height: 272px;
    background: url("../img/panda.png") no-repeat;
    background-size: 100%;
    right: 30px;
    margin-top: -80px;
}


/*天府样式*/

.tianfu {
    width: 100%;
    padding-top: 100px;
    position: relative;
}

.tianfu .bgpanda {
    position: absolute;
    top: -120px;
    right: 0px;
    width: 266px;
    height: 298px;
    background: url("../img/panda.png") no-repeat;
    background-size: 100% 100%;
}

.tianfu .bambooleft1 {
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 266px;
    height: 298px;
    background: url(../img/index1.png) no-repeat;
    background-size: 100% 100%;
}

.tianfu .bgimgleef {
    position: absolute;
    top: -80px;
    left: 50%;
    background: url('../img/leaf2.png') no-repeat;
    width: 129px;
    height: 118px;
}

.tianfu .bgimgleef1 {
    position: absolute;
    top: 0px;
    left: 77%;
    background: url('../img/leaf.png') no-repeat;
    width: 129px;
    height: 118px;
}

.tianfu_head {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.tianfu_img {
    width: 63px;
    height: 63px;
    vertical-align: middle;
}

.leaf1 {
    position: absolute;
    width: 129px;
    height: 118px;
    background: url("../img/leaf2.png") no-repeat;
    background-size: 100%;
    margin-top: -60px;
    margin-left: 30px;
}

.tf {
    /*position:absolute;*/
    font-size: 34px;
    color: #333;
    letter-spacing: 2px;
    margin-left: 5px;
    position: relative;
    letter-spacing: 10px;
}

.tf img {
    display: inline-block;
    margin-right: 20px;
}

.tf_en {
    font-size: 14px;
    color: #808080;
    letter-spacing: 2px;
}

.leaf2 {
    position: absolute;
    width: 132px;
    height: 52px;
    background: url("../img/leaf.png") no-repeat;
    background-size: 100%;
    margin-left: 80px;
    margin-top: -40px;
}

.tf_title {
    height: 22px;
    font-size: 22px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 36px;
}

.map {
    width: 100%;
    position: relative;
    z-index: 0 !important;
}

.dh {
    width: 1200px;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
}

.dh a {
    display: inline-block;
    width: 275px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background-size: 100%;
}

.map_xq {
    position: absolute;
    width: 521px;
    height: 309px;
    background-size: 100%;
    padding: 33px 29px 19px;
    top: 40%;
    margin-left: 7%;
}

.xq_left a {
    float: left;
    font-size: 14px;
    width: 33px;
    height: 91px;
    background: rgba(221, 162, 55, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 17px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 8px;
    margin-top: 82px;
}

.xq_left p {
    float: left;
    width: 112px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    writing-mode: vertical-rl;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-rl;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.xq_left h1 {
    float: left;
    font-size: 20px;
    color: #fff;
    width: 21px;
    height: 114px;
    font-size: 20px;
    font-weight: normal;
    margin-left: 25px;
    margin-top: 80px;
}

.xq_right {
    float: right;
    width: 200px;
    height: 200px;
    background-size: 100%;
    margin-top: 40px;
    margin-right: 20px;
}

.map_img {
    width: 100%;
    margin-top: 45px;
}

.visit {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 140px;
}

.vis_1 {
    position: relative;
    display: inline-block;
    margin-left: 120px;
}

.vis {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: rgba(236, 236, 236, 1);
    opacity: 0.49;
    border-radius: 50%;
    /*margin-left:120px;*/
}

.visit2:hover {
    -webkit-animation-name: layui-rotate;
    animation-name: layui-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.visitBox .visitBoxCircle {
    position: relative;
    background: #e4e4e4;
    border-radius: 50%;
    padding: 36px;
    width: 204px;
    height: 204px;
}

.visitBox .visitBoxCircle img {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.visitBox .visitBoxCircle .imgBox:hover {
    -webkit-animation-name: layui-rotate;
    animation-name: layui-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.visitBox .visitBoxCircle .visitBoxText {
    position: absolute;
    right: -20px;
    top: -20px;
}

.visitBox > a:hover p {
    color: #b14848;
}

.vis_left {
    margin-left: 0px;
}

.visit1 {
    position: absolute;
    width: 191px;
    height: 179px;
    background-size: 100%;
    margin-top: -211px;
    margin-left: -63px;
}

.visit2 {
    position: absolute;
    width: 200px;
    height: 168px;
    background-size: 100%;
    margin-top: -211px;
    margin-left: -63px;
}

.visit3 {
    position: absolute;
    width: 161px;
    height: 195px;
    background-size: 100%;
    margin-top: -211px;
    margin-left: -49px;
}

.visit4 {
    position: absolute;
    width: 170px;
    height: 222px;
    background-size: 100%;
    margin-top: -219px;
    margin-left: -51px;
}

.vis_1 p {
    font-size: 18px;
    color: #333;
    margin-top: 37px;
}

.visit_bottom {
    width: 1200px;
    margin: 0 auto;
    margin-top: 86px;
    text-align: center;
}

.vis_bottom {
    display: inline-block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    background: rgba(236, 236, 236, 1);
    border-radius: 30px;
    font-size: 20px;
    color: #333;
}

.visit_bottom a {
    position: relative;
}

.visit_bottom a .lineleft {
    position: absolute;
    border: 1px solid #ccc;
}

.info {
    margin-left: 70px;
}


/*文化历史开始*/

.history {
    margin-top: 93px;
    overflow-x: hidden;
}

.his_head {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.his_head .cultureTitle {
    text-align: center;
    color: #333;
    font-size: 43px;
    letter-spacing: 10px;
}

.his_head .cultureTitle img {
    display: inline-block;
    margin-right: 20px;
    width: 58px;
    height: 58px;
    vertical-align: top;
}

.his_head .his_leaf {
    position: absolute;
    width: 124px;
    height: 52px;
    background: url("../img/culture_leaf.png") no-repeat;
    background-size: 100%;
    left: 28%;
    top: 0;
}

.history .panda2Box {
    width: 341px;
    height: 302px;
    background: url('../img/index3.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 112px;
    left: -312px;
}

.his_ch {
    font-size: 34px;
    color: #333;
    margin-left: 5px;
}

.his_en {
    font-size: 14px;
    color: #808080;
    letter-spacing: 2px;
}

.his_content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
}

.hisSwiper {
    height: 440px;
}

.tabs a {
    font-size: 18px;
    color: #333;
    margin-left: 66px;
    text-align: center;
}

a.active {
    color: #F22E33;
    border-bottom: 2px solid #F22E33;
}

.cul_content {
    margin-top: 59px;
    height: 479px;
    display: none;
}

.cul {
    width: 364px;
    height: 479px;
    float: left;
    margin-left: 53px;
    padding: 0px;
    position: relative;
    text-align: left;
}

.cul1 {
    margin-left: 0px;
    background-size: 100%;
    background: #eee;
    margin-right: 34px;
}

.cul2 {
    background-size: 100%;
    background: #eee;
}

.cul3 {
    background-size: 100%;
    background: #eee;
}

.c_title {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 73px;
}

.cul_name {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 27px;
    bottom: 26px;
}

.his_con {
    margin-top: 41px;
}

.his {
    width: 280px;
    margin-left: 26px;
    float: left;
    text-align: left;
}

.his1 {
    margin-left: 0px;
    margin-right: 18px;
}

.his_img {
    width: 280px;
    height: 190px;
}

.himg1 {
    background-size: 100%;
    background: #eee;
}

.himg2 {
    background-size: 100%;
    background: #eee;
}

.himg3 {
    background-size: 100%;
    background: #eee;
}

.himg4 {
    background-size: 100%;
    background: #eee;
}

.arrow {
    width: 18px;
    height: 18px;
    float: left;
}

.his_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    float: left;
    margin-left: 10px;
}

.his_fl {
    float: right;
    width: 50px;
    height: 20px;
    background: rgba(251, 119, 181, 1);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.his_float {
    padding-top: 30px;
}

.his_float p {
    width: 280px;
    font-size: 12px;
    color: #333;
    margin-top: 15px;
    text-align: justify;
    line-height: 20px;
    position: absolute;
    z-index: 2;
}

.bowl {
    position: absolute;
    width: 347px;
    height: 247px;
    background: url("../img/bowl.png") no-repeat;
    background-size: 100%;
    right: 0;
    margin-top: -141px;
}

.history_leaf {
    position: absolute;
    width: 116px;
    height: 105px;
    background: url("../img/his_leaf.png") no-repeat;
    background-size: 100%;
    margin-left: 200px;
}

.culture_more {
    text-align: center;
    margin-top: 0px;
}

.culture_more a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: rgb(191, 184, 184);
    border-radius: 50%;
    line-height: 48px;
    font-size: 30px;
}

.culture_more a:hover {
    background: rgba(229, 43, 49, 1);
}

.treasure {
    width: 100%;
    margin-top: 60px;
}

.treasure_bg {
    width: 100%;
    position: relative;
}

.treasureimg_bg {
    width: 100%;
}

.bg_mask {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
}

.mask {
    width: 100%;
}

.treasure_word {
    position: absolute;
    z-index: 10;
    width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    top: 26px;
}

.word_title {
    width: 70px;
    height: 300px;
    background: url("../img/word.png") no-repeat;
    background-size: 100%;
    float: left;
}

.by {
    width: 120px;
    height: 200px;
    background: url("../img/trea.png") no-repeat;
    background-size: 100%;
    margin-left: 100px;
}

.by p {
    display: inline-block;
    width: 18px;
    height: 80px;
    font-size: 18px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-left: 19px;
    margin-top: 48px;
}

.by .tz {
    margin-left: 37px;
}

.jz_img {
    float: right;
    width: 433px;
    height: 169px;
    background: url(../img/jz_word.png) no-repeat;
    background-size: 100%;
    margin-top: -190px;
    margin-right: 40px;
}

.phg_box {
    position: absolute;
    width: 1200px;
    right: 0;
    left: 0;
    margin: auto;
}

.phg {
    width: 448px;
    height: 244px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.6;
    position: absolute;
    z-index: 10;
    bottom: 57px;
    right: 55px;
    padding-left: 39px;
    padding-right: 42px;
    padding-top: 27px;
}

.phg_header span {
    color: #fff;
    font-size: 18px;
}

.phg_header a {
    color: #fff;
    font-size: 18px;
    float: right;
}

.phg p {
    height: 125px;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    text-align: justify;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.treasure_content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 55px;
    background: rgba(246, 246, 246, 0);
}

.treasure_left {
    width: 550px;
    float: left;
    height: 800px;
    overflow: hidden;
}

.treasure_left h1 {
    font-size: 20px;
    color: #333;
    background: #e6e6e6;
    border: none;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.treasure_contentTabBox {
    border-left: 1px solid rgba(229, 229, 229, 1);
    border-right: 1px solid rgba(229, 229, 229, 1);
}

.treasure_contentTabBox .treasure_contentTab {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    cursor: pointer;
    color: #333;
}

#activityTabKind .treasure_contentTab {
    width: 25%;
}

.treasure_contentTabBox .treasure_contentTab:hover {
    color: #48bc28;
}

.treasure_contentTabBox .treasure_contentTab.active {
    color: #48bc28;
}

.treasure_right {
    float: right;
    width: 550px;
    overflow: hidden;
}

.treasure_right h1 {
    font-size: 20px;
    color: #333;
    background: #e6e6e6;
    border: none;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.treasure_right .ph_box {
    padding: 30px;
    position: relative;
    padding-right: 138px;
}

.treasure_right .moreActive {
    border-left: 1px solid rgba(229, 229, 229, 1);
    border-right: 1px solid rgba(229, 229, 229, 1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    height: 200px;
    background: url("../img/activebgindex.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.treasure_right .moreActive p {
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    text-align: center;
}

.treasure_right .moreActive .moreActiveBtn {
    display: inline-block;
    background: #E52B31;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
}

.treasure_right .moreActive .moreActiveBtn:hover {
    background: #f34046;
}

.hot {
    position: absolute;
    width: 32px;
    height: 28px;
    background: url("../img/hot.png") no-repeat;
    background-size: 90%;
    margin-left: -32px;
    margin-top: 8px;
}

.say {
    position: absolute;
    width: 32px;
    height: 28px;
    background: url("../img/say.png") no-repeat;
    background-size: 76%;
    margin-left: -32px;
    margin-top: 16px;
}

.mes_warp {
    padding-top: 20px;
    padding-left: 21px;
    padding-right: 25px;
    border-left: 1px solid rgba(229, 229, 229, 1);
    border-right: 1px solid rgba(229, 229, 229, 1);
    position: relative;
    height: 584px;
    overflow: auto;
}

.mes_warp::-webkit-scrollbar-track-piece, .right_ph::-webkit-scrollbar-track-piece {
    background-color: #FFFFFF;
}

.mes_warp::-webkit-scrollbar, .right_ph::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.mes_warp::-webkit-scrollbar-thumb, .right_ph::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    min-height: 28px;
}

.mes_warp::-webkit-scrollbar-thumb:hover {
    background-color: #A0A0A0;
}


.treasure_left .moreActive {
    border-left: 1px solid rgba(229, 229, 229, 1);
    border-right: 1px solid rgba(229, 229, 229, 1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.treasure_left .moreActive p {
    text-align: center;
    padding: 40px 0;
}

.treasure_left .moreActive p a {
    display: inline-block;
    background: #E52B31;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
}

.mes_warp .faceBox {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
}

.mes_warp .faceBox .header_img {
    width: 100%;
    height: 100%;
}

.right_ph {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 30px;
    border-left: 1px solid rgba(229, 229, 229, 1);
    border-right: 1px solid rgba(229, 229, 229, 1);
    height: 504px;
    overflow: auto;
}

.treasure_right .ph_box {
    border-bottom: 1px dashed #bfbfbf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.treasure_right .ph_box:last-child {
    border-bottom: none;
}

.treasure_right .ph_box:nth-child(1) .mc {
    color: red;
    font-weight: bold;
}

.treasure_right .ph_box:nth-child(2) .mc {
    color: #e4af1e;
    font-weight: bold;
}

.treasure_right .ph_box:nth-child(3) .mc {
    color: #1ee428;
    font-weight: bold;
}

.ph_name {
    margin-left: 20px;
}

.ph_time {
    position: absolute;
    top: 30px;
    right: 0;
    color: #888;
}

.ph_top {
    margin-top: 20px;
}

.mes_box {
    border-bottom: 1px dashed #bfbfbf;
    position: relative;
}

.mes_box:last-child {
    border-bottom: none;
}

.header_img {
    width: 67px;
    height: 68px;
}

.mes_time {
    width: 420px;
    margin-left: 84px;
}

.header_name {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.header_time {
    font-size: 16px;
    color: #888;
}

.mes_warp .header_nr {
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 62px;
}

.dianzan {
    margin-top: 20px;
    float: right;
    margin-bottom: 10px;
}

.dianzan .plun_count {
    color: #333;
}

.plun {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/hf.png") no-repeat;
    background-size: 100%;
    margin-left: -30px;
}

.dz_count {
    margin-left: 100px;
}

.dz {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/fabulous.png") no-repeat;
    background-size: 100%;
    margin-left: 72px;
    cursor: pointer;
}

.dz.active {
    background: url("../img/fabulous_a.png") no-repeat;
    background-size: 100%;
}

.top {
    margin-top: 41px;
}

.no-bottom {
    border: none;
}

.more_plun {
    width: 120px;
    height: 38px;
    margin: 0 auto;
    background: rgba(229, 43, 49, 1);
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 35px;
}

.more_ph {
    width: 120px;
    height: 38px;
    margin: 0 auto;
    background: rgba(229, 43, 49, 1);
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 35px;
}


/*.treasure{
	margin-bottom:60px;
}*/


.first,
.second,
.third {
    margin: 10px 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: red;
    border-radius: 10px;
    cursor: pointer;
}


/*===============   图标定义    ================*/

.pandaImg {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/panda1.png) no-repeat;
    vertical-align: top;
}


/*============================================*/

.container {
    width: 1200px;
    margin: auto;
    position: relative;
}

.releaseBox {
    position: relative;
}

.releaseBox .bambooleft {
    position: absolute;
    top: 0;
    left: -50px;
    width: 524px;
    height: 783px;
    background: url("../img/bamboo.png") no-repeat;
    background-size: 100% 100%;
}

.releaseBox .bambooleft1 {
    position: absolute;
    top: 50px;
    right: 100px;
    width: 266px;
    height: 298px;
    background: url("../img/index1.png") no-repeat;
    background-size: 100% 100%;
}

.releaseBox .releaseTop {
    padding: 50px 0;
}

.releaseBox .releaseTop h3 {
    font-size: 34px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 10px;
}

.releaseBox .releaseTop p {
    font-size: 14px;
    color: #808080;
    letter-spacing: 4px;
}

.releaseBox .releaseContent {
    min-height: 520px;
}

.releaseBox .releaseContentBox .time span {
    display: inline;
    color: #fff;
    background: #BFBFBF;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 2px;
    margin-right: 10px;
}

.releaseBox .releaseContentBox .releaseTitle {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 64px;
}

.releaseBox .releaseContentBox .releaseRow {
    width: 360px;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}

.releaseBox .releaseContentBox .releaseRow .time {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap;
    height: 26px; */
    line-height: 24px;
    color: #333;
    font-weight: 600;
}

.releaseBox .rightImgBox {
    position: absolute;
    top: 110px;
    right: 20px;
    width: 650px;
    height: 400px;
}

.releaseBox .rightImgBox img {
    width: 601px;
    height: 361px;
    display: block;
}

.releaseBox .rightImgBox .imgul {
    position: relative;
    height: 100%;
}

.releaseBox .rightImgBox .imgul > li {
    position: absolute;
    bottom: 0;
    left: 0;
}

.releaseBox .rightImgBox .imgul li.quanw {
    bottom: 0px;
    left: 0px;
    z-index: 6;
    transition: all 1s ease;
}

.releaseBox .rightImgBox .imgul li.quanw2 {
    bottom: 20px;
    left: 20px;
    z-index: 4;
    opacity: .7;
    transition: all 1s ease;
}

.releaseBox .rightImgBox .imgul li.quanw3 {
    bottom: 40px;
    left: 40px;
    z-index: 2;
    opacity: .3;
    transition: all 1s ease;
}

.releaseBox .rightImgBox .jintextimg {
    position: absolute;
    top: -69px;
    left: 60px;
    z-index: 10;
    width: 123px;
    height: 153px;
    display:none;
}

.releaseBox .morepText a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    background: #E52B31;
}

.releaseBox .morepText {
    width: 360px;
}

.releaseBox .morepText a:hover {
    background: #f14147;
}

.leftLoactionBox {
    position: fixed;
    top: 36%;
    right: 30px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 6px;
    z-index: 99;
    box-shadow: 2px 2px 6px #928e8e;
    width: 80px;
    text-align: center;
    display: none;
    transition: all .4s;
}

.leftLoactionBox .closeBox {
    position: relative;
}

.leftLoactionBox .closeloactionBtn {
    width: 14px;
    height: 14px;
    background: red;
    position: absolute;
    top: -14px;
    right: -14px;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.leftLoactionBox .show-location {
    display: none;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 120px;
    margin-top: -60px;
    padding: 36px 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px #928e8e;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.leftLoactionBox a {
    color: #333;
    font-size: 14px;
    padding: 26px 0;
    display: block;
    border-bottom: 1px solid #d6d6d6;
}

.leftLoactionBox > ul > li:last-child a {
    border-bottom: none;
    background: url(../img/retop.png) no-repeat;
    background-position: center 0;
    padding-top: 26px;
    background-size: 30px;
    background-position: center center;
}

.leftLoactionBox > ul > li > .pandaa {
    background: url(../img/panda1.png) 50% 50%/30px no-repeat;
}

.leftLoactionBox > ul > li > .tianfua {
    background: url(../img/tianfu.png) 50% 50%/30px no-repeat;
}

.leftLoactionBox > ul > li > .hicona {
    background: url(../img/hicon.png) 50% 50%/30px no-repeat;
}

.leftLoactionBox > ul > li > .worda {
    background: url(../img/word1.png) 50% 50%/30px no-repeat;
}

.leftLoactionBox > ul > li > .cdmapa {
    background: url(../img/cs.png) 50% 50%/30px no-repeat;
}

.leftLoactionBox > ul > li > .hota {
    background: url(../img/hot.png) 50% 50%/30px no-repeat;
}

.leftLoactionBox > ul > li {
}

.leftLoactionBox a:hover {
    color: #E52B31;
    border-bottom: 1px solid #E52B31;
}

.leftLoactionBox > ul > li.active a {
    border-bottom: 1px solid #E52B31;
    color: #E52B31;
}

.welcome-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: #fff;
    background-size: cover;
    background-position: bottom;
}

.welcome-box .swiper-pagination-bullet-active {
    background: #eeeeee;
}

.welcome-box .countdown {
    display: inline-block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    color: #FEFEFE;
    font-size: 12px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    box-shadow: 0 0 4px #222222;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
}

.welcome-box .countdown .time-num {
}

.welcome-box .countdown .time-num::after {
    content: '';
    width: 1px;
    height: 9px;
    background-color: #fdfdfd;
    margin: 0 5px;
    display: inline-block;
}

.welcome-bg {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: auto;
    /*	background: url(../img/welcome_bg.jpg) no-repeat center; */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.dateListBox {
    width: 280px;
    height: 330px;
    float: left;
    margin-right: 18px;
}

.dateListBox .imgBox {
    width: 280px;
    height: 190px;
    /* background: #eee; */
    overflow: hidden;
}

.dateListBox .imgBox img {
    display: block;
    min-width: 100%;
    min-height:100%;
    margin:0 auto;
}

.dateListBox .dateTitle {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 46px;
}

.dateListBox .activeType {
    padding: 3px 10px;
    display: inline-block;
    background: #E52B31;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.dateListBox .address {
    margin-top: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.dateListBox .address .addressspan {
    font-size: 14px;
    color: #333;
    margin-left: 4px;
}

.dateListBox .dateOtherInfo {
    text-align: left;
    margin-top: 10px;
    color: #333;
    margin-left: 4px;
}

.dateListBox .dateOtherInfo .inforight {
    float: right;
    margin-right: 20px;
    color: #f80;
    margin-left: 4px;
}

.dateListBox .dateOtherInfo .pricespan {
    margin-left: 14px;
    font-weight: 700;
}

.addressIcon {
    display: inline-block;
    width: 10px;
    height: 13px;
    background: url("../img/dis1.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.mapTopTitle {
    padding: 50px 0;
    position: relative;
}

.mapTopTitle .mapTopTitleText {
    text-align: center;
    color: #333;
    font-size: 43px;
    letter-spacing: 10px;
}

.mapTopTitle .mapTopTitleText img {
    margin-right: 20px;
    vertical-align: top;
}

.mapTopTitle .mapTopTitlelan {
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 6px;
}

.mapTopTitle .leftLeaf {
    position: absolute;
    top: 38px;
    left: 223px;
    width: 109px;
    height: 100px;
    background: url(../img/leaf2.png) no-repeat;
    background-size: cover;
}

.mapTopTitle .rightLeaf {
    position: absolute;
    top: 38px;
    right: 337px;
    width: 109px;
    height: 50px;
    background: url(../img/leaf.png) no-repeat;
    background-size: cover;
}

.linkContentBox .imgBox {
    float: left;
    width: 180px;
    height: 84px;
    margin-right: 7px;
    margin-bottom: 10px;
}

.linkTopBox .linkRow {
    position: relative;
    border-bottom: 1px dashed #aaa;
    margin: 60px 0;
}

.linkTopBox .linkRow .inkText {
    position: absolute;
    top: -30px;
    left: calc(50% - 120px);
    display: block;
    font-size: 20px;
    background: #ECECEC;
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
}

.kindBox {
    margin-right: -26px;
}

.kindBox .kindBoxList {
    width: 280px;
    height: 140px;
    margin-right: 26px;
    margin-bottom: 26px;
    float: left;
    background: #eee;
    padding: 36px;
    cursor: pointer;
}

.kindBox .kindBoxList:nth-child(1) {
    background: url(../img/wenbo_bg.png) no-repeat;
}

.kindBox .kindBoxList:nth-child(2) {
    background: url(../img/shejiao_bg.png) no-repeat;
}

.kindBox .kindBoxList:nth-child(3) {
    background: url(../img/yishu_bg.png) no-repeat;
}

.kindBox .kindBoxList:nth-child(4) {
    background: url(../img/tushu_bg.png) no-repeat;
}

.kindBox .kindBoxList:nth-child(5) {
    background: url(../img/trip_bg.png) no-repeat;
}


.kindBox .kindBoxList:nth-child(6) {
    background: url(../img/music_bg.png) no-repeat;
}

.kindBox .kindBoxList p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.linkContent {
    background: #F5F5F5;
    padding: 20px 10px;
    padding-bottom: 0;
    margin-top: 32px;
}

.linkContent > ul {
    margin-right: -20px;
}

.linkContent > ul > li {
    float: left;
    width: 180px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.linkContent > ul > li .imgBox {
    padding: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.linkContent > ul > li .imgBox img {
    width: 100%;
    height: 100%;
}

