@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #e0e0e0, #f7f7f7, #f7f7f7);
    background-repeat: repeat-x;
	
	color: #000000;
    font-family: Arial,Helvetica,tahoma,verdana,宋体,SimSun,华文细黑,STXihei,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

#headerBlock { width:950px; margin-left:auto; margin-right:auto; display:block; height:70px;}
#headerBlock .headerLogo { width:200px; float:left;}
#headerBlock .headerLogo img { height:70px;}
#headerBlock .headerBanner { width:700px; float:left; font-size:18px; padding-top:20px;}
#menuTop {
    background-color: #184a7d;
    background-image: linear-gradient(to bottom, #17568c, #1a3867);
    background-repeat: repeat-x;
}
#menuTop a { color:#ffffff; text-decoration:none; line-height:25px; padding:5px 30px;display:inline-block;}
#wrapHeader #menuTop { 
width:950px; 
margin-left:auto; 
margin-right:auto; 
border-radius:5px;
-webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.44);
-moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.44);
box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.44);
}
#wrapHeader #menuTop ul { padding:0; margin:0; text-align:center; height:35px;}
#wrapHeader #menuTop ul li { display:inline-block;padding:0; margin:0;}
#wrapHeader #menuTop ul li a:hover {background-image: linear-gradient(to bottom, #17568c, #17568c);
    background-repeat: repeat-x;}
#wrapHeader #menuTop ul li a.active {background-image: linear-gradient(to bottom, #1a3867, #17568c);
    background-repeat: repeat-x;}

#wrapContent {width:950px; margin-left:auto; margin-right:auto; min-height:300px; padding:20px 5px;}


#wrapFooter {width:950px; margin-left:auto; margin-right:auto; display:block; text-align:center; border-top: solid 1px #dddddd; padding-top:10px;}

/*   Gallery start  */
#wrapper {
				
			}
#inner {
				
			}
#carousel-wrapper {
				

				background: #fff;
				box-shadow: 0 3px 10px rgba(0,0,0,0.2);
				width: 930px;
				padding: 10px;
				
				bottom: 0;
				left: 0;
			}
#carousel {
				width: 920px;
				height: 518px;
				overflow: hidden;
			}
#carousel img {
				display: block;
				float: left;
				width: 920px;
			}
#pager-wrapper {
				height: 80px;
				width: 100%;
				overflow: hidden;
				
				bottom: -35px;
				left: 0;
				z-index: 2;
			}
#pager img {
				cursor: pointer;
				background: #fff;
				box-shadow: 0 2px 5px rgba(0,0,0,0.2);
				display: block;
				width: 80px;
				height: 45px;
				padding: 5px;
				margin: 5px;
				float: left;
			}
#pager img:hover {
				background: #eff;
			}
#pager img.selected {
				background: #dff;
			}
/*   Gallery end  */