﻿.indexMore{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px auto;
    text-align:center;
}
    .indexMore a {
        display:inline-block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        background-color: #199ba2;
        color:#fff;
        border-radius:5px;
        transition:all 0.5s;
    }
      .indexMore a:hover{
          background-color:#4dc2c8;
      }

/*关于我们*/
.indexAbout {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.indexAboutPic {
    width: 35%;
    float: left;
    margin-right: 5%;
}
.indexAboutPic img{
    max-width:100%;
}
.indexAboutRight{
    width:60%;float:left;
}
    .indexAboutRight .title {
        width: 100%;
        line-height: 50px;
        font-size: 36px;
    }
    .indexAboutRight .content {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 50px 0;
        margin: 40px auto;
    }
        .indexAboutRight .content h2 {
            font-size: 24px;
            line-height: 35px;
            margin-bottom:20px;
        }
        .indexAboutRight .content h3 {
            font-size: 16px;
            line-height: 30px;
            color: #666;
        }
    .indexAboutRight .more {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 30px auto;
        text-align: right;
    }
        .indexAboutRight .more a {
            display: inline-block;
            width: 200px;
            height: 50px;
            line-height: 50px;
            background-color: #199ba2;
            border-radius: 10px;
            text-align: center;
            color: #fff;
            transition: all 0.5s;
            font-size: 16px;
        }
            .indexAboutRight .more a:hover {
                background-color: #4dc2c8;
                box-shadow: 0 0 10px #ddd;
            }

/*旅游*/
.indexTravelTitle{
    width:100%;
}
    .indexTravelTitle .left {
        width:60%;float:left;
        line-height:50px;
        font-size:36px;
        color:#000;
    }
    .indexTravelTitle .right {
        width:40%;float:left;
        text-align:right;
    }
        .indexTravelTitle .right a {
            display:inline-block;
            padding: 10px 60px;
            font-size: 16px;
            background-color: #e6e6e6;
            border-radius:10px;
            transition:all 0.5s;
        }
        .indexTravelTitle .right a:hover{
            background-color:#199ba2;
            color:#fff;
        }

.indexTravelList{
    width:100%;
    height:auto;overflow:hidden;
}
    .indexTravelList li {
        width: 21.5%;
        float: left;
        margin: 30px 1.5%;
        border: 1px solid #eee;
        border-radius: 10px;
        transition: all 0.5s;
        position: relative;
        height: auto;overflow:hidden;
    }
    .indexTravelList li span{
        position:absolute;
        top:0;
        right:0;
        background:rgba(255,0,0,0.8);
        color:#fff;
        font-size:13px;
        padding:5px 10px;
        border-bottom-left-radius:10px;
        border-top-right-radius:10px;
    }
    .indexTravelList li:hover {
        box-shadow: 0 0 10px #ccc;
        border:1px solid #4dc2c8;
    }
    /*.indexTravelList li:nth-child(1) {
        background-image: url(../Images/indexTravelBg.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        border: 0;
        line-height: 26px;
        width:19%;
        padding: 20px 1%;
        color: #666;
    }*/
    /*.indexTravelList li:nth-child(1) h2{
        line-height:40px;
        color:#333;
        margin-bottom:10px;
    }*/
        .indexTravelList li .pic{
            width:100%;
            height:220px;overflow:hidden;
        }
        .indexTravelList li img {
            width: 100%;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            max-height: 220px;
        }
    .indexTravelList li .content{
        width:90%;
        height:auto;overflow:hidden;
        margin:20px auto;
    }
    .indexTravelList li h2 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 24px;
    }
    .indexTravelList li h3 {
        width: 100%;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-size: 12px;
        color:#666;
        margin:15px auto;
    }
    .indexTravelList li h4 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 16px;
        color: #199ba2;
    }

/*作品展示*/
.indexPhoto{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(../Images/indexPhotoBg.jpg);
    background-position:center;
    background-size:cover;
}
.indexPhotoTitle {
    width: 100%;
    color: #fff;
    line-height: 80px;
    font-size: 40px;
    font-weight: bold;
    font-family: Arial;
    border-bottom: 1px solid #8b8e8f;
    padding-bottom:60px;
    margin-bottom:50px;
}
    .indexPhotoTitle span {
        float: right;
        display: inline-block;
        border: 4px solid #fcce20;
        width:20px;
        height:40px;
    }
.indexPhotoDesc{
    width:100%;
    height:auto;overflow:hidden;
    color:#fff;
}
    .indexPhotoDesc .left {
        width: 50%;
        float: left;
        line-height:50px;
        font-size:36px;
        font-weight:bold;
    }
    .indexPhotoDesc .right {
        width:50%;float:left;
        line-height:25px;
        font-size:16px;
    }

/*图片切换*/
.indexPhotoSwiper{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
    .indexPhotoSwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
    }

    .indexPhotoSwiper .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1);
    }
.indexPhotoList{
    width:100%;
}
.indexPhotoList img{
    width:100%;
}
.indexVideoList{
    width:100%;
    height:auto;overflow:hidden;
}
    .indexVideoList li{
        width:18%;float:left;
        margin:10px 1%;
        height:auto;overflow:hidden;
        position:relative;
    }
    .indexVideoList li img{
        width:100%;
        height:200px;
    }
        .indexVideoList li h2{
            width:90%;
            height:40px;line-height:40px;
            background:rgba(0,0,0,0.6);
            color:#fff;
            position:absolute;
            bottom:0;
            left:0;
            padding:0 5%;
        }
        .indexVideoList li span{
            display:block;
            width:100%;
            position:absolute;
            top:40%;
            color:#fff;
            font-size:40px;
            text-align:center;
        }

    /*新闻资讯*/
    .indexNewsTitle {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }
.indexNewsTitleLeft{
    width:70%;float:left;
}
    .indexNewsTitleLeft h2{
        line-height:55px;
        font-size:36px;
    }
    .indexNewsTitleLeft s{
        display:block;
        width:50px;
        height:4px;
        background-color:#fcce20;
    }
    .indexNewsTitleLeft h3 {
        line-height: 30px;
        font-size: 18px;
        color:#555;
        margin:10px auto;
    }
    .indexNewsTitleRight {
        width: 30%;
        float: left;
        text-align:right;
    }
    .indexNewsTitleRight a {
        display: inline-block;
        padding: 10px 60px;
        font-size: 16px;
        background-color: #199ba2;
        border-radius: 10px;
        transition: all 0.5s;
        color:#fff;
    }

        .indexNewsTitleRight a:hover {
            background-color: #47c9d0;
            color: #fff;
        }
.indexNewsList{
    width:100%;
    height:auto;overflow:hidden;
    margin:40px auto;
}
    .indexNewsList li {
        width: 29%;
        float: left;
        margin: 20px 1%;
        border: 1px solid #e5e5e5;
        transition:all 0.5s;
        padding:15px 1%;
    }
    .indexNewsList li:hover{
        border:1px solid #199ba2;
    }
        .indexNewsList li:hover h2{
            color:#199ba2;
        }
        .indexNewsList li h2 {
            font-size: 20px;
            line-height: 35px;
            height:35px;overflow:hidden;
        }
        .indexNewsList li h3 {
            font-size: 14px;
            height:60px;overflow:hidden;
            line-height:30px;
            color:#666;
            margin:20px auto;
        }
    .indexNewsList li h4{
        line-height:30px;
        font-size:14px;
    }
        .indexNewsList li h4 img{
            vertical-align:middle;
        }
        .indexNewsList li h4 span {
            float: right;
            font-size: 16px;
        }

@media(max-width:720px){
    /*关于我们*/
    .indexAboutPic {
        width:100%;
        margin-right: 0;
    }
    .indexAboutRight {
        width: 100%;
        margin-top:20px;
    }

    /*旅游*/
    .indexTravelList li {
        width: 90%;
        margin: 30px 4.5%;
        border: 1px solid #eee;
        border-radius: 10px;
        transition: all 0.5s;
        position: relative;
        height: auto;
        overflow: hidden;
        
    }
        .indexTravelList li img {
            max-height: 400px;
        }

    /*作品展示*/


        .indexPhotoDesc .left {
            width: 100%;
        }

        .indexPhotoDesc .right {
            width: 100%;
            margin:20px auto;
        }

        .indexVideoList li {
            width: 48%;
            float: left;
            margin: 10px 1%;
            height: auto;
            overflow: hidden;
            position: relative;
        }

    /*新闻资讯*/
    .indexNewsTitle {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .indexNewsTitleLeft {
        width: 100%;
        float: left;
    }

        .indexNewsTitleLeft h2 {
            line-height: 55px;
            font-size: 36px;
        }
        .indexNewsTitleLeft h3 {
            line-height: 25px;
            font-size: 14px;
            color: #555;
            margin: 20px auto;
        }

    .indexNewsTitleRight {
        width: 100%;
    }

        .indexNewsList li {
            width: 89%;
            float: left;
            margin: 20px 2%;
            border: 1px solid #e5e5e5;
            transition: all 0.5s;
            padding: 15px 3%;
        }

            .indexNewsList li:hover {
                border: 1px solid #199ba2;
            }

                .indexNewsList li:hover h2 {
                    color: #199ba2;
                }

            .indexNewsList li h2 {
                font-size: 20px;
                line-height: 35px;
            }

            .indexNewsList li h3 {
                font-size: 14px;
                height: 60px;
                overflow: hidden;
                line-height: 30px;
                color: #666;
                margin: 20px auto;
            }

            .indexNewsList li h4 {
                line-height: 30px;
                font-size: 14px;
            }

                .indexNewsList li h4 img {
                    vertical-align: middle;
                }

                .indexNewsList li h4 span {
                    float: right;
                    font-size: 16px;
                }











}