﻿/*----------------------------
	CSS3 Animated Navigation
-----------------------------*/
.fancyNav{
	/* Affects the UL element */
	display: inline-block;
	padding-left: 0px;
}
.fancyNav li {
    float: left;
    list-style: none;
    line-height: 40px;
    height: 40px;
    margin: 0px auto;
    overflow: hidden;
}
.fancyNav li a{
	color:#000;
	padding: 0px 12px;
	display:block;
	background:#6EC2E5;
	margin: 0 5px;
	border-radius: 10px 10px 0 0;
}
.fancyNav li a{
  cursor: pointer;
}
.fancyNav li a:hover{
	color:#fff;
	background:#0183CF;
	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: 20px;
    line-height: 20px;
    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: 20px;
 line-height: 20px;
 margin: 1px;
 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;
}
