﻿/*新闻资讯*/
.news {
    width: 1200px;
    margin: 0 auto;
}
    /*新闻资讯头部部分*/
    .news > .top {
        height: 37px;
        line-height: 37px;
        overflow: hidden;
    }

        .news > .top > div {
            float: left;
        }
/*标题样式*/
.title {
    color: #e94e50;
    font-size: 28px;
    height: 37px;
    line-height: 37px;
    margin-right: 10px;
}

    .title > a {
        color: #e94e50 !important;
    }

    .title > div > a {
        color: #e94e50 !important;
    }

    .title > span {
        color: #fff;
        padding: 0 10px;
        font-weight: lighter;
    }
/*公告切换效果*/
.news > .top > .notice_slider {
    border-left: 1px dashed #fff;
    overflow: hidden;
    height: 31px;
    padding: 3px 0;
    padding-left: 25px;
}

    .news > .top > .notice_slider > div:first-child {
        width: 60px;
        height: 31px;
        float: left;
        border-radius: 4px;
        background: #e94e50;
        line-height: 31px;
        text-align: center;
        color: #fff;
        font-size: 18px;
    }

    .news > .top > .notice_slider > div.slider {
        float: left;
        margin-left: 10px;
        height: 31px;
        position: relative;
        width: 740px;
        overflow: hidden;
    }

        .news > .top > .notice_slider > div.slider > ul {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

            .news > .top > .notice_slider > div.slider > ul > li > a {
                height: 31px;
                line-height: 31px;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #fff;
            }
/*新闻资讯内容*/
.news_content {
    margin-top: 24px;
    overflow: hidden;
}

    .news_content > div {
        width: 924px;
        height: 400px;
        float: left;
        background: url(../images/news_content_bg.png) center center no-repeat;
        background-size: cover;
    }

    .news_content > ul {
        width: 250px;
        height: 370px;
        margin: 15px 0;
        float: right;
        background: rgba(255,255,255,0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
        border-radius: 8px;
    }

        .news_content > ul > li:hover {
            background: #fff;
            transition: .6s;
        }

            .news_content > ul > li:hover > a {
                transform: scale(1.1);
                transition: .6s;
            }
/*新闻资讯轮播*/
.news_slider {
    float: left;
    margin: 15px;
    position: relative;
    overflow: hidden;
    width: 552px;
    height: 370px;
}

div.news_slider ul.items {
    position: absolute;
    float: left;
}

    div.news_slider ul.items li {
        float: left;
    }

        div.news_slider ul.items li a {
            float: left;
            display: block;
            height: 100%;
            width: 100%;
            line-height: normal !important;
        }

.news_slider img {
    width: 100%;
    height: 100%;
    display: block;
}

div.news_slider div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}

    div.news_slider div.tips div.text a {
        color: #FFF;
        font-size: 16px;
        line-height: 30px;
        margin-left: 20px;
    }

    div.news_slider div.tips div.nums {
        display: none;
    }

div.tips div.nums {
    position: absolute;
    right: 0px;
    top: -35px;
    height: 100%;
}

div.tips div.nums a {
        display: inline-block;
        float: left;
        width: 10px;
        height: 10px;
        background-color: #efefef;
        text-indent: -99999px;
        margin: 15px 10px 0px 0px;
    }

div.tips div.nums a.active {
            background-color: #2356c2;
        }
/*新闻资讯列表*/
.news_list {
    float: right;
    width: 300px;
    height: 310px;
    margin: 22px 10px;
    padding: 20px 15px;
    margin-left: 0;
    border-radius: 8px;
    background-image: url(../images/view_bg.jpg);
}

    .news_list > div {
        padding-bottom: 10px;
        border-bottom: 1px dashed #c2c2c2;
    }

        .news_list > div > a {
            color: #1e1e1e;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 28px;
            display: block;
        }

        .news_list > div > p {
            color: #666666;
            font-size: 12px;
            line-height: 20px;
            word-break: break-word;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

    .news_list > ul {
        padding: 5px 0;
    }

        .news_list > ul > li > a > div {
            width: 98%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .news_list > ul > li > a {
            display: block;
            line-height: 28px;
            height: 28px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #1e1e1e;
            font-size: 14px;
        }
/*右边菜单*/
.news_content > ul > li {
    padding-left: 50px;
    border-bottom: 1px dashed #616161;
    line-height: 90px;
    height: 90px;
}

    .news_content > ul > li:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .news_content > ul > li:last-child {
        border: none;
    }

    .news_content > ul > li > a {
        font-size: 24px;
        color: #626262;
        display: block;
        padding-left: 40px;
        transition: .6s;
        background-repeat: no-repeat;
        background-position: center left;
    }

        .news_content > ul > li > a:hover {
            color: #626262 !important;
        }
/*新闻资讯结束*/
/*中部banner*/
.center_slider {
    width: 1200px;
    height: 160px;
    margin: 30px auto 40px;
    position: relative;
    overflow: hidden;
}

    .center_slider ul.items {
        position: absolute;
        float: left;
    }

        .center_slider ul.items li {
            float: left;
        }

            .center_slider ul.items li a {
                float: left;
                display: block;
                height: 100%;
                line-height: normal !important;
            }

    .center_slider img {
        width: 100%;
        height: 100%;
        display: block;
    }
/*中部banner结束*/
/*关于我们*/
.abouUs {
    width: 100%;
    height: 443px;
    padding: 60px 0 90px;
    background: url(../images/aboutUs_bg.png) center center no-repeat;
    background-size: cover;
}

    .abouUs > div {
        width: 1200px;
        height: 443px;
        margin: 0 auto;
    }

.abouUs_content {
    margin-top: 16px;
    width: 1165px;
    height: 338px;
    margin-left: -35px;
    padding: 24px 0px 20px 70px;
    background: url(../images/abouUs_content_bg.png) center center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}

    .abouUs_content > .left {
        float: left;
        width: 860px;
        height: 250px;
        padding: 10px 0;
        overflow: hidden;
    }

        .abouUs_content > .left > li {
            overflow: hidden;
            display: none;
            padding: 3px 0;
        }

            .abouUs_content > .left > li.active {
                display: block;
            }

            .abouUs_content > .left > li > .text {
                width: 570px;
                color: #666666;
                font-size: 14px;
                line-height: 28px;
                text-align: justify;
                letter-spacing: 0.3px;
                float: left;
            }

            .abouUs_content > .left > li > .img {
                float: right;
                width: 275px;
                height: 310px;
            }

                .abouUs_content > .left > li > .img > div {
                    width: 263px;
                    height: 138px;
                    background: #eeeeee;
                    padding: 6px;
                }

                    .abouUs_content > .left > li > .img > div:first-child {
                        margin-bottom: 10px;
                    }

                    .abouUs_content > .left > li > .img > div img {
                        width: 100%;
                        height: 100%;
                    }

    .abouUs_content > .right {
        float: right;
        width: 300px;
        height: 120px;
        margin: 2px 0;
    }

.aboutA {
    text-align: left;
    padding: 5px;
}

.aboutList {
    padding: 3px 8px;
    color: #000;
    border: 1px solid #2857c1;
    border-radius: 3px;
    display: inline-block;
}

.right > li {
    width: 114px;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    color: #fff;
    font-size: 14px;
    background: #e94e50;
    margin-top: 5px;
    margin-right: 15px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    border: 4px solid #FAF408;
    display: inline-block;
}

    .right > li > div {
        padding-left: 42px;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .right > li:hover {
        box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
    }


    .right > li.bus {
        background: #2857c1;
    }

        .right > li.bus::after {
            border-right: 10px solid #2857c1;
        }

    .right > li.taxi::after {
        border-right: 10px solid #ff7e00;
    }

    .right > li.other::after {
        border-right: 10px solid #009f65;
    }

    .right > li:first-child {
        margin-top: 5px;
    }
/*关于我们结束*/
/*旅游产业*/
.tourist {
    width: 1200px;
    height: 517px;
    margin: 0 auto;
    padding-top: 40px;
}

    .tourist > .title {
        text-align: center;
        height: auto;
    }

        .tourist > .title > p {
            color: #626262;
            font-size: 24px;
            font-weight: lighter;
        }
/*旅游产业轮播*/
.tourist_slider {
    width: 1170px;
    height: 350px;
    margin: 30px 15px;
    overflow: hidden;
    position: relative;
}

    .tourist_slider > .icon {
        width: 80px;
        height: 80px;
        background-color: #0578db !important;
        position: absolute;
        top: 50%;
        margin-top: -40px;
        cursor: pointer;
    }

    .tourist_slider > .prev {
        left: 0;
        background: url(../images/prev.png) center center no-repeat;
    }

    .tourist_slider > .next {
        right: 0;
        background: url(../images/next.png) center center no-repeat;
    }

    .tourist_slider > .slider_content {
        width: 972px;
        height: 350px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

        .tourist_slider > .slider_content > ul {
            position: absolute;
            overflow: hidden;
            left: -324px;
        }

            .tourist_slider > .slider_content > ul > li {
                padding: 7px;
                width: 290px;
                height: 270px;
                float: left;
                margin: 35px 12px;
                transition: .6s;
                overflow: hidden;
                background-image: url(../images/view_bg.jpg);
            }

                .tourist_slider > .slider_content > ul > li > a {
                    box-sizing: border-box;
                }

                    .tourist_slider > .slider_content > ul > li > a > img {
                        width: 100%;
                        height: 210px;
                        transition: 0.7s;
                        box-sizing: border-box;
                    }

                    .tourist_slider > .slider_content > ul > li > a > .divMain {
                        height: 50px;
                        padding: 5px;
                        transition: 0.7s;
                        overflow:hidden;
                    }

                        .tourist_slider > .slider_content > ul > li > a > .divMain > div {
                            margin: 0;
                            padding: 0;
                            color: #343333;
                            font-size: 16px;
                            text-align: center;
                            line-height: 26px;
                        }

                        .tourist_slider > .slider_content > ul > li > a > .divMain > p {
                            color: #626262;
                            font-size: 14px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                .tourist_slider > .slider_content > ul > li.active {
                    border-color: #0578db;
                    margin: 0 12px;
                    height: 340px;
                    background: #0578db;
                }

                    .tourist_slider > .slider_content > ul > li.active img {
                        height: 245px;
                        transition: .6s;
                    }

                    .tourist_slider > .slider_content > ul > li.active > a > .divMain {
                        height: 60px;
                        transition: 0.6s ease-out;
                        overflow:hidden;
                    }

                        .tourist_slider > .slider_content > ul > li.active > a > .divMain > * {
                            color: #fff;
                            line-height: 32px;
                            transition: .6s;
                        }
