﻿* {
    font-family: '微软雅黑';
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.scroll {
    height: 400px;
    position: relative;
    margin: 0 auto;
}

    .scroll ul {
        width: 800%;
        position: absolute;
    }

        .scroll ul li {
            float: left;
            height: 400px;
        }

            .scroll ul li img {
                width: 100%;
            }

.slice_box {
    width: 970px;
    height: 112px;
    margin: 42px auto 0;
    position: relative;
}

    .slice_box ul {
        overflow: hidden;
    }

        .slice_box ul li {
            width: 150px;
            height: 112px;
            margin-right: 14px;
            float: left;
            background-color: #000;
        }

            .slice_box ul li:last-child {
                margin-right: 0;
            }

            .slice_box ul li img {
                width: 100%;
                height: 100%;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

                .slice_box ul li img.current_state {
                    width: 150px;
                    height: 112px;
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

.new_banner.scroll {
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

    .new_banner .scroll ul {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.new_banner .scroll-in {
    position: relative;
}

.new_banner .scroll_ul .banner-li {
    width: 100%;
    height: 600px !important;
    background-size: cover;
    background-position: 50%,50%;
}

.new_banner .scroll-in li {
    float: left;
}

.new_banner.scroll ol {
    width: 100px;
    height: 347px;
    position: absolute;
    right: 40px;
    top: 127px;
    list-style: none;
}

    .new_banner.scroll ol li {
        width: 100px;
        height: 59px;
        border: 2px solid rgba(255,255,255,0);
        margin-bottom: 10px;
        cursor: pointer;
    }

        .new_banner.scroll ol li img {
            width: 96px;
            height: 55px;
        }

        .new_banner.scroll ol li.cur_rent {
            border: 2px solid #fff;
        }

.navbar {
    height: 159px;
    background: none;
    position: relative;
    width: 100%;
}

.navbar-static-top {
    background: url(../images/top_balck.png) repeat-x;
}

.sear_bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.search_back {
    width: 100%;
    position: relative;
}

.seaarch-in1 {
    border-radius: 0px 2px 2px 0 !important;
    background-color: #72B2BE;
    border: 1px solid #65A3af;
}

.font3 {
    font-size: 15px;
}

.text-white {
    color: #fff;
}

.search_back .form-control {
    border-radius: 2px 0 0 2px !important;
    border: 1px solid #fff;
}

.sear_bottom ::-moz-placeholder {
    font-weight: 500;
    font-family: '微软雅黑';
}

.sear_bottom ::-webkit-input-placeholder {
    font-weight: 500;
    font-family: '微软雅黑';
}

.sear_bottom :-ms-input-placeholder {
    font-weight: 500;
    font-family: '微软雅黑';
}

.sear_bottom input {
    color: #56abe4;
}

.center_title {
    text-align: center;
    font-family: '微软雅黑';
}

    .center_title h1 {
        font-size: 24px;
    }

    .center_title span {
        font-size: 12px;
    }

    .center_title i {
        display: block;
        color: #26a9b1;
        margin: -33px auto 0px;
        width: 40px;
        background: #fdfbf6;
    }

    .center_title hr {
        width: 40%;
        margin: 20px auto;
        border-color: #c7c7c7;
    }

.hot_cities {
    text-align: center;
    margin: 20px auto;
}

    .hot_cities ul, .hot_cities li {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        .hot_cities li a {
            text-decoration: none;
            line-height: 14px;
            padding: 2px 10px;
            color: black;
            cursor: pointer;
        }

        .hot_cities li:hover a {
            background-color: #cbdef3;
            color: white;
        }

        .hot_cities li.active a {
            background-color: #3785d6;
            color: white;
        }


.guide_list li {
    float: left;
    width: 326px;
    border: 1px solid #fdfbf6;
    margin: 0 11px 11px 0;
    padding: 10px;
    background: #fdfbf6;
    border-bottom: 1px solid #f7f3e9;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .guide_list li.current {
        background: #fff;
        border: 1px solid #E7E0CE;
        box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    }

    .guide_list li:nth-child(3n+3) {
        margin-right: 0px;
    }

    .guide_list li.current .destination_name {
        color: #69B3C0 !important;
    }


.area_list, .guide_list {
    overflow: hidden;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 20px;
}

    .area_list li, .guide_list li {
        float: left;
        width: 324px;
        height: 324px;
        margin: 0 14px 14px 0;
        overflow: hidden;
        position: relative;
    }

        .area_list li:nth-child(3n+3) {
            margin-right: 0px;
        }

            .area_list li a img {
                width: 100%;
                -webkit-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
            }

                .area_list li a img:hover {
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }

            .area_list li a, .area_list2 li a {
                position: relative;
            }

                .area_list li a p {
                    margin: 0;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
                    -webkit-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }

            .area_list li img, .area_list1 li img, .area_list2 li img {
                width: 100%;
                height: 100%;
            }

            .area_list li a p {
                margin: 0;
                position: absolute;
                left: 50%;
                top: 50%;
                text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                font-size: 30px;
            }


.fullscreen.bg {
    background: #3abfc4;
    color: white;
    width: 100%;
}

.bg .center_title {
    padding-top: 20px;
}

    .bg .center_title i {
        background: #3abfc4;
        color: white;
    }

    .bg .center_title hr {
        border-color: white;
    }

.services {
    height: 300px;
}

    .services li {
        cursor: pointer;
        float: left;
        position: relative;
        text-align: center;
        width: 250px;
        margin: 30px 0;
    }

i.border {
    border: 2px solid white;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    padding-top: 20px;
    padding-left: 2px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services li:hover i.border {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.synews_bt {
    width: 1000px;
    height: 207px;
    margin: 0 auto;
    padding-top: 55px;
}
