﻿/*----------------------------
	CSS3 Animated Navigation
-----------------------------*/
.fancyNav{
	/* Affects the UL element */
	display: inline-block;
	padding-left: 0px;
}
.fancyNav li{
    background-color: #25979A;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
    background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: linear-gradient(#fefefe 0%, #25979A 50%, #25979A 51%);
    border-right: 1px solid rgba(9, 9, 9, 0.125);
    box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
    position: relative;
    float: left;
    list-style: none;
    line-height: 40px;
    height: 40px;
    margin: 0px auto;
    overflow: hidden;
    background: #25979A;
}
.fancyNav li a{
	color:#fff;
	padding: 0px 20px;
	display:block;
	background:#6BC0C3;
}
.fancyNav li a{
  cursor: pointer;
}
.fancyNav li a:hover{
	color:#fff;
	background:#34B2B1;
	text-decoration:none;
}
nav{
	display: block;
	text-align: center;
}

#carouselScenery .carousel-item img{
  width: 294px;
  max-width:314px;
  height: 218px;
}
.carousel-item .mask {
    FILTER: alpha(opacity=40);
    opacity: 0.4;
    width: 100%;
    height: 24px;
    background-color: #000;
    position: absolute;
    bottom: 25px;
    left: 0;
    display: block;
}
.carousel-item .carousel-caption {
    position: absolute;
    height: 25px;
    bottom: 25px;
    font-size: 15px;
    color: #ffffff;
    text-indent: 6px;
    text-align: left;
		white-space: nowrap;/*禁止自动换行*/
		overflow: hidden;
		text-overflow: ellipsis;
}
.carousel-indicators {
    position: absolute;
    bottom: -18px;
    z-index: 15;
    right: 0;
    left: auto;
    margin-right:0;
    text-align: right;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 2px;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #D00000;
    background-color: #FFFFFF;
    color: #D00000;
    font-size: 16px;
    text-align: center;
}
.carousel-indicators .active {
 display: inline-block;
 width: 18px;
 height: 2px;
 margin: 3px;
 font-size: 15px;
 border: 1px solid #FFFFFF; 
 background-color: #D00000;
 color: #FFFFFF;
}
#carouselItitv .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
#carouselItitv .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.iconimg{
	width:40px;
}
.left-1 ul{
    width: 100%;
    background: #474747;
}
.clearfix {
    display: block;
    padding: 0px;
		padding-left: 0；
}
.left-1 ul li {
    width: 100%;
    height: 59px;
    float: left;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    list-style-type:none;
}
.left-1 ul li img {
    margin-right: 15px;
}
.left-1 ul li img, .left-1 ul li span {
    display: inline-block;
    zoom: 1;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    margin-top: 13px;
}
.left-1 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
}
.left-1 ul li a:hover{ background:#0065B3;}