﻿*{margin:0px;padding:0px;}
body{position:relative;
				font-family:Microsoft Yahei;
			}
.box{width:1080px;height:300px;margin:30px 0px;position:relative; display:inline-block;}
		.picslider{width:760px;height:300px;overflow:hidden; float:right;}
		.picslider ul li{list-style-type:none;width:100%;height:300px;position:relative;overflow:hidden;}
		.picslider ul li .img1{position:absolute;left:-760px;top:0px;}
		.picslider ul li .img2{position:absolute;left:-15px;top:0px;display:none;}
		.navi{width:100px;height:14px;position:absolute;bottom:10px;right:20px;}
		.navi ul li{list-style-type:none;width:12px;height:12px;float:left;margin-right:5px;cursor:pointer;
			border:1px solid red;}
		.navi ul .bg{background:deepskyblue;width:14px;height:14px;border:none;}
#container{	
	width:1180px;
	text-align:center;
	background-color:rgb(255,255,255);
	margin:0px auto;
	
   }
.nav{	
	position:relative;
	z-index:2;	
	width:1024px;
	margin:0px auto;
	padding:0px;
	//background-color:#008DC9;	
}
.nav li{
		
	display:block;
	list-style:none;
	float:left;
	width:18%;			
	text-align:center;
}
.nav li a{
	display:block;
	padding:10px;	
	margin:0;
	text-decoration:none;
	color:white;
}
.nav a:hover{	
	background-color:RGB(214,28,42);
	cursor:pointer;
	font-weight:bold;
	color:white;	
}
a.nor:hover{
	background:#00BFF3;
}
.full{
	height:40px;
	width:100%;
	background-color:#00BFF3;
}
.banner{
	background:url("../images/banner2.png") no-repeat center;
	height:100px;
	text-align:center;
	padding:0;
	background-color:#FFF;
}
.border{
	border:1px solid #383635;
}
.shadow{
	box-shadow:-5px 5px 15px 5px rgb(245,245,245);
}

.indent{
	text-indent:2em;
}
.footer1{
/*position:fixed;left:0;bottom:0;width:100%;z-index:1;
margin-top:150px;*/
	background-color:#00BFF3;
	color:white;
	height:60px;

	padding-top:10px;
	text-align:center;
	font-size:14px;
}
.footer{ z-index:1;width:100%; height:100px; background:#00BFF3; text-align:center; color:#fff;float:right;}
.dropdown{	
			margin:0px;
			padding:0px;
			display:block;
			float:none;	
		}
.dropdown-text{
			color:#FFF;
			font-size:16px;
			width:185px;					
			text-align:center;
			padding:0px;
			margin:0px;
			position:absolute;
			display:none;			
			background:RGB(214,28,42);
			}			
.dropdown:hover,.dropdown-text{
			cursor:pointer;
			background:RGB(214,28,42);}
.dropdown:hover .dropdown-text{
			display:block;
			background:RGB(0,191,243);}
.dropdown-text li{
			float:none;
			width:100%;
			margin:-3px auto;
			text-align:center;border-bottom:
}
.dropdown-text a:hover{
	border-bottom:1px solid white;
}
li .up{
	margin-top:-15px;
}
.pages{text-align:center;width:100%;margin:0 auto;}
.pages a{color:#909090;display:block;height:25px;line-height:25px;border:1px #d5d5d5 solid;float:left;padding-left:10px;padding-right:10px;background:#fff;margin-right:6px;}
.pages .prev,.pages .next{height:25px;width:52px;}
.pages .now,.pages a:hover{background:rgb(0,191,243);color:#fff}
.pages .disable{display:none;}
.pages ul{  align: center;}
.pages li{  float: left; list-style:none;}
.piccard{	
	width:240px;
	height:135px;
	display:block;	
	float:left;
	margin:8px 8px;
	border-radius:6px;
	transition:2s;
}
.piccard img{
	width:240px;
	height:135px;
	//border:12px solid rgb(37,148,147);
	//border-radius:6px;
}
.piccard .hovertext{
	font-size:16px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	margin:0px;
	width:240px;
	height:135px;	
	opacity: 0;
	transition: all 0.5s;
	z-index:1;}
	.hovertext p{
		display:block;
		margin:60px auto;
	}
	.hovertext,.hovertext p,.hovertext a{
		color:#FFFFFF;
	}
.piccard:hover img{
	opacity:0.6;
}
.piccard:hover .hovertext{
	opacity:1;
	cursor:pointer;
}
.b-red{
	border:12px solid #50260A;
}
.b-green{
	border:12px solid #146B03;
}
.b-blue{
	border:12px solid #366FB5;
}
.b-gray{
	border:12px solid #262626;
}
.b-dark{
	border:12px solid #0C0C0C;
}
.b-cyan{
	border:12px solid #3886AE;
}
@media screen and (max-width:1024px){
	.full,.footer,#container{
		width:100%;}
	}
.clear{
	clear:both;
}
.cell{
	position:fixed;
	top:100px;
	right:0px;
	z-index:999;	
	width:100px;
	height:150px;	
}
.cell li{
	
	width:50px;
	color:white;
	cursor:pointer;
	text-align:center;
	width:auto;
	padding:10px 6px;
	background:#3886AE;	
	margin:5px 0px;
	list-style:none;
	border-radius:4px;
}
.cell li:hover{
	background:RGB(214,28,42);
	}



#header_search{width: 208px; height: 32px; position: absolute; top: 104px; right: 10px; background-color: #edeeef;}
.header_search_text{width: 165px; height: 30px; font-family: '微软雅黑'; font-size: 12px; color: #8e8e8e; background-color: transparent; border: none; outline-style: none; line-height: 30px; text-indent: 5px;float: left;}
.header_search_subm{ width: 32px; height: 32px; float: right; background-color: #7bd2db; border:none;outline-style: none; background-image: url('../images/zoomIn.png'); background-position: center center; background-repeat: no-repeat;cursor:pointer}
