﻿* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

body {
    background: #f8f8f8;
    font-size: 15px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333;
    transition: color 0.5s ease 0s;
}

#div-nav-box {
    height: 60px;
    margin-top: -20px;
    background: #fff;
    padding: 30px 0;
}

    #div-nav-box ul {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    #div-nav-box li {
        width: calc(20% - 40px);
        text-align: center;
        overflow: hidden;
        z-index: 899;
    }

    #div-nav-box .nav-title {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        color: #fff;
        background: #F49E18;
        border-width: 10px;
        border-style: solid;
        border-color: #FAD395;

    }

    #div-nav-box .tc2 {
        background: #F1677C;
        border-color: #F0BFC4;
    }

    #div-nav-box .tc3 {
        background: #05C8E6;
        border-color: #95EAF5;
    }

    #div-nav-box .tc4 {
        background: #B65AE0;
        border-color: #E3AFF7;
    }

    #div-nav-box .tc5 {
        background: #38D158;
        border-color: #A7F2B7;
    }

.message {
    pointer-events: all;
    margin-top: 3px;
    background: #000;
    overflow: hidden;
    display: none;
    z-index: 9999;
}



#div-nav-box li:hover > div.message {
    transition: all .1s;
    display: block;
}



.message a {
    padding: 15px 0;
    margin: 0;
    font-size: 18px;
    display: block;
    color: #fff;
    text-align: center;
    border-bottom: 1px rgba(0,0,0,.05) solid;
    cursor: pointer;
}

    .message a:last-child {
        border: none;
    }

    .message a:hover {
        border-bottom: 1px rgba(0,0,0,.1) solid;
        background: rgba(0,0,0,.1);
    }




/*顶部轮播图*/
#banner_container {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #ccc;
    box-shadow: 0 0 3px #ccc;
}


/*页面主体*/
.main_container {
    margin: 30px auto;
    width: calc(1200px - 40px);
    overflow: hidden;
    padding: 20px;
    border: 1px rgb(231,231,231) solid;
    border-radius: 5px;
}


/*区块内容标题*/
.new_title {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    /*border-bottom: 1px #dedede solid;*/
}

    .new_title span {
        display: inline-block;
        font-size: 24px;
        font-weight: normal;
        color: #333;
    }

    .new_title font {
        float: right;
        font-size: 14px;
        color: #999;
        cursor: pointer;
    }

    .new_title a {
        text-decoration: none;
        color: #999;
    }

        .new_title a:hover {
            color: #c42a1a;
        }

.flrc_title {
    text-align: center;
    margin: 60px 0;
    background: url(../Image/flrc_title.jpg) no-repeat center bottom;
    font-size: 36px;
    color: #002F7B;
    font-weight: bolder;
    padding-bottom: 10px;
    font-family: SimSun, Microsoft YaHei;
}


/*图文新闻动态*/
.new_container {
    overflow: hidden;
}

.new_banner {
    float: left;
    width: 45%;
    height: 300px;
}

    .new_banner img {
        width: 100%;
        height: 100%;
    }

.new_banner_p {
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 260px;
    background: rgba(0,0,0,.5);
    color: #FFF;
    width: 100%;
    text-indent: 20px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_info {
    margin-left: 30px;
    float: left;
    display: inline-block;
    width: calc(55% - 30px);
    height: 305px;
}

.new_info_li {
    padding: 5px 0;
    line-height: 27px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px #dedede dashed;
    position: relative;
}

    /*.new_info_li:hover {
        font-size: 16px;
        cursor: pointer;
        color: #396fcd;
        font-weight: bold;
    }*/

    .new_info_li time {
        float: right;
        color: #999;
        font-size: 14px;
    }

    .new_info_li i {
        display: block;
        position: absolute;
        width: 0px;
        height: 0px;
        background: #c42a1a;
        bottom: 0;
        left: 0;
    }


/*特色服务*/
#service_container {
    width: 100%;
    background: url(../Image/icon_service_bg.png);
}

.service_box {
    display: flex;
    padding: 40px 0;
    margin: 0 auto;
    width: 1200px;
}

.service_item {
    position: relative;
    flex: 1;
    margin-left: 30px;
    height: 150px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    background: #4BA2FC;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
    overflow: hidden;
}

    .service_item:first-child {
        margin: 0;
    }

.service_item_icon {
    display: block;
    width: 60px;
    margin: 20px auto 0px auto;
}

.service_item_bg {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    transform: scale(1.1);
    transition: all .2S;
}

.service_item_mask {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    border-radius: 8px;
    /*background: #1276f2;*/
    transform: scale(1);
    transition: all .2S;
}

.service_item:hover > .service_item_mask {
    /*background: rgba(0,0,0,.3);*/
    background: #1276f2;
    transform: scale(1.1);
}

.service_item:hover > .service_item_bg {
    transform: scale(1);
}

/*探索度假区*/
#introduce_container {
    overflow: hidden;
}
/*描述文字*/
.introduce_info {
    float: left;
    width: 35%;
}

    .introduce_info p {
        line-height: 28px;
    }

    .introduce_info span {
        display: inline-block;
        margin-top: 40px;
        color: #078717;
        font-size: 12px;
        font-weight: 600;
        border: 2px solid #31933e;
        padding: 9px 27px;
        text-decoration: none;
        cursor: pointer;
    }

        .introduce_info span:hover {
            background: #067114;
            color: #fff;
        }
/*探索度假区图片*/
.introduce_img_box {
    position: relative;
    margin-left: 40px;
    float: left;
    display: inline-block;
    width: calc(65% - 40px);
    height: 400px;
}

.introduce_img {
    position: absolute;
    box-shadow: 0 0 10px #ddd;
    border: 10px #fff solid;
}

#introduce_img_1 {
    width: 600px;
    right: 0;
    top: -60px;
    z-index: 1;
    box-shadow: none;
    border: none;
}

#introduce_img_2 {
    width: 300px;
    top: 100px;
    left: 80px;
    z-index: 2;
}

#introduce_img_3 {
    width: 250px;
    top: 150px;
    left: 300px;
    z-index: 3;
}

/*透明背景层*/
.transparent_container {
    margin: 30px auto;
    width: 100%;
    height: 300px;
    background: url(../Image/icon_bottom.jpg) no-repeat fixed;
    background-size: 100%;
    background-position: bottom;
}

#transparent_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    background: linear-gradient(90deg,rgba(0,0,0,.4) 50%,transparent 0), linear-gradient(rgba(0,0,0,.4) 50%,transparent 0);
    background-size: 2px 2px;
}

#transparent_info {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

    #transparent_info img {
        display: block;
        padding-top: 90px;
        margin: 0 auto;
        opacity: .9;
    }


/*热门景点*/
.scenic_container {
    margin-bottom: 50px;
    overflow: hidden;
}

/*图片底部文字*/
.scenic_intro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-indent: 20px;
    font-size: 20px;
    font-weight: bold;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.right_intro {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

/*左侧大景点*/
.scenic_left {
    position: relative;
    float: left;
    width: 50%;
    height: 400px;
    overflow: hidden;
}

    .scenic_left img {
        height: 100%;
    }


/*右侧小景点*/
.scenic_right {
    position: relative;
    margin-left: 20px;
    float: left;
    display: inline-block;
    width: calc(50% - 20px);
    height: 400px;
}

.scenic_right_flex {
    display: flex;
    height: 190px;
}

    .scenic_right_flex:first-child {
        margin-bottom: 20px;
    }

.scenic_right_item {
    position: relative;
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
}

    .scenic_right_item:last-child {
        margin: 0;
    }

    .scenic_right_item img {
        width: 100%;
    }





/*页面底部*/
#page_bottom {
    width: 100%;
    height: 300px;
    background: #272831;
}

#bottom_container {
    margin: 0 auto;
    width: 1200px;
}

/*联系我们*/
#bottom_contact {
    padding: 10px 0;
    height: 80px;
    line-height: 80px;
    color: #fff;
    border-bottom: 1px #3d3d47 solid;
}

    #bottom_contact span {
        margin-right: 50px;
        font-size: 28px;
    }

    #bottom_contact i {
        color: rgb(126, 128, 138);
        margin-right: 50px;
        font-size: 20px;
        font-style: normal;
    }

    #bottom_contact font {
        font-size: 16px;
        margin-right: 50px;
    }

/*底部栏目*/
#bottom_tab {
    margin-top: 20px;
    display: flex;
    width: 100%;
    color: #fff;
}

.bottom_tab_item {
    flex: 1;
    text-align: left;
    cursor: pointer;
}

    .bottom_tab_item div {
        font-size: 18px;
    }

    .bottom_tab_item span {
        display: block;
        margin-top: 20px;
        font-size: 17px;
        color: #7E808A;
    }
/*二维码*/
#qr_code {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #7E808A;
    letter-spacing: 2px;
}

    #qr_code img {
        display: block;
        margin: 0 auto;
        width: 130px;
        text-align: center;
    }


/*页脚*/
#page_footer {
    width: 100%;
    padding: 20px 0px;
    height: 60px;
    line-height: 30px;
    color: #000;
    background-color: #EAEBEB;
}

    #page_footer p {
        margin: 0 auto;
        width: 1200px;
        text-align: center;
    }


.hd {
    height: 40px;
    line-height: 40px;
    background: #fff;
    position: relative;
}

    .hd ul {
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        width: 100%;
    }

        .hd ul li {
            float: left;
            width: 9.375rem;
            margin-right: 5px;
            text-align: center;
            cursor: pointer;
            background: #f8f8f8;
        }

            .hd ul li.on {
                color: #fff;
                background: #c42a1a;
            }


.bd li {
    cursor: context-menu;
    margin: 0 14px 20px;
    float: left;
    width: 270px;
    height: 6.5625rem;
    text-align: center;
    border-radius: 10px;
    padding: 25px 0 0;
    font-size: 1.25rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

    .bd li .date {
        display: block;
        font-size: 43px;
        color: #e60000;
        padding-bottom: 10px;
    }

    .bd li:hover {
        background: #c42a1a;
        color: #fff;
    }

        .bd li:hover .date {
            color: #fff;
        }


.button--ujarak {
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
}

    .button--ujarak::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #c42a1a;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale3d(.7, 1, 1);
        transform: scale3d(.7, 1, 1);
        -webkit-transition: -webkit-transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s;
        -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
        transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    }

    .button--ujarak.button--round-s::before {
        border-radius: 2px;
    }

    .button--ujarak.button--inverted::before {
        background: #7986cb;
    }

    .button--ujarak,
    .button--ujarak::before {
        -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
        transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    }

        .button--ujarak:hover, .button--ujarak:hover .counter {
            color: #fff;
        }

        .button--ujarak.button--inverted:hover {
            color: #37474f;
            border-color: #fff;
        }

        .button--ujarak:hover::before {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
