@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0}

body{ font-family: 微软雅黑,Verdana, Geneva, sans-serif;text-align:center; font-size:12px;} 
#h{
		display:none;
	}
#main{margin:0 auto;width:100%;}
#menue{background-color:white;height:70px;font-size:12px;}
.menudian{background-color:#CCC; width:1px;}
.menutext{width:180px;text-align:center}
.search{
	
	position:absolute; 
	height:30px;
	width:200px; 
	right:10px; 
	top:15px;
	/*border:1px solid #CCC;*/
	border-radius:10px;
	}
.searchico{
	position:absolute; 
	height:16px;
	width:16px; 
	right:10px; 
	top:7px;
	background-image:url(../imgs/search.png);
	}
	
.searchtext{
position:absolute; 
height:16px;
width:150px; 
right:35px; 
top:7px;
border:1px solid #CCC;
}

a{text-decoration: none}
a:link{color: black;}
a:visited{color:black;}
a:hover{color:red;}
a:active{color: black;}


.dropdown-content a {text-decoration: none}
.dropdown-content a{vertical-align: middle;margin:10px;}
.dropdown-content a:link{color: black;}
.dropdown-content a:visited{color:black;}
.dropdown-content a:hover{color:white;}
.dropdown-content a:active{color: black;}


.a-menu{
	display:table-cell; 
	height:60px; 
	vertical-align:middle; 
	text-align: center;
	text-decoration:none;
	color: black;
	}
.a-menu:hover  {
	color:red;
	font-weight:bold;
}

.dropdown-title{
height:70px;
display:table-cell; 
vertical-align:middle;
text-align: center;
/*padding-top:25px;
padding-bottom:15px;*/

font-size:18px;
font-weight:bold;
}
.dropdown-content {
	width:180px;
  display: none;
  position: absolute;
  background-color:#FFF;
/*  background-color:#0C0;*/
  min-width: 117px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index:2;
  font-size:14px;
/*  padding: 12px 16px;*/

/*filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;*/
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-title {
	color:#FFF;
	background-color:#d2051b;
}

.dropdown-link {
	/*margin-bottom:15px;*/
	padding-bottom:15px;
	padding-top:15px;
}
.dropdown-link:hover{
	background-color:#d2051b;
	color:#FFF;
}

.sanji{
	margin-left:202px; 
	margin-top:-30px;
	width:210px; 
  background-color:#FFF;
	display: none;
	position: absolute;
	}
#sanjicontent:hover .sanji {
	display: block;
}

#bannerimg{
	width:100%;
	height:70px;
	/*background:url(../imgs/banner.png) no-repeat center center;*/
	margin:auto;
	text-align:center;
	}
#floot{
	width:100%;
	height:640px; 
	/*background:url(../imgs/flootbground.png) no-repeat center center;*/
	margin:auto;
	/*margin-top:250px;
	margin-top:250px;*/
	background-color:#6d6b6a;
	}
#floot_mb{
	display:none;
	}
	
.floottitlecontent{
	text-align:left; 
	height:336px; 
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	}
	
/*#floot a{font-size:14px;text-decoration: none}
#floot a:link{color: white;}
#floot a:visited{color:black;}
#floot a:hover{color:red;}
#floot a:active{color: black;}*/


.searchtext input {
outline:none;
background:transparent;
border:none;
outline:medium;
    }
.searchtext *:focus { 
outline: none;
background-color: transparent;
}

img{border:0px}


.floottitle{
	font-size:16px; 
	font-weight:bold; 
	margin-bottom:20px;
	color:#FFF;
	}
.flootlink {
	margin-bottom:10px;
	color: white;
	font-size:16px;
	text-align:left;
}

.flootlink_mb {
	margin-bottom:8px;
	color:#666666;
	font-size:12px;
	text-align:left;
}

.flootdian{
	background-color:#5E5E5E; 
	width:1px;
	height:350px;
	margin-top:30px;
}


.flootlink a{font-size:14px;text-decoration: none}
.flootlink a:link{color: white;}
.flootlink a:visited{color:white;}
.flootlink a:hover{color:red;}
.flootlink a:active{color: black;}

#contbeian a{font-size:14px;text-decoration: none}
#contbeian a:link{color: white;}
#contbeian a:visited{color:white;}
#contbeian a:hover{color:red;}
#contbeian a:active{color: black;}


/*.searchtext ::selection{background:transparent; }
.searchtext ::-moz-selection{background:transparent; }*/


@media only screen and (max-width:1024px){
	#h{
		display:block;
	}
	#menue{
		display:none;
	}
	#floot{
		display:none;
	}
	#floot_mb{display:block;}
}