@charset "utf-8";

body {
	margin: 10px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: #F0F0F0  repeat-x;
}

#main{
  background-color:white;
  width:1500px;
  height:2000px;
  -webkit-box-shadow: 2px 4px 11px #737373;
  -moz-box-shadow: 2px 4px 11px #737373;
  box-shadow: 2px 4px 11px #737373;
  border-radius:4px;
  margin-left: auto;
  margin-right: auto;
  align:center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#head {
	background-color: #eee;
	width: 100%;
	height: 150px;
	
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

#menu {
	text-align: left;
	height: 40px;
	background-color: #F6F6F5;
	color:#3B54A3;
	font-size: 10px;

}
#menu_top {
	width :100%;
	height:150px;
	margin:0 auto;
	position :relative;
}
#menu_top_left{
	width :400px;
	height:150px;
	margin:0 auto;
	float:left;
/* 	background-color:#ECEAEC; */
}
#menu_top_right{
	width :1050px;
	height:150px;
	margin-left:435px;
/* 	background-color:red;   */
	
}
#menu_top a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 5px 5px 5px #606060;
	-webkit-transform: translate(2px, 20px);
	-moz-text-shadow: 0 0 10px #606060;
	-webkit-text-shadow: 0 0 10px #606060;
}
#menu_top label {
	text-decoration: none;
	color: #ffffff;
}

#menu_top_right ul {
	line-height: 40px;
	margin: 0 0 0 0;
	padding: 0;
	display：inline-block;
	
}

#menu_top_right a {
	color: #434343;
	text-decoration: none;
}

.dropdown {
/* 	font: italic 18px Georgia, serif; */
font:Eras Demi ITC, serif; font-size:20px;
  position: relative;
  display: inline-block;
  z-index:2;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  color:black;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  font:Eras Demi ITC, serif;
}
#menu_top_right li {
	margin-top:105px;
	font-size: 19px; /* 字体大小 */
	width: 148px;
	display :inline;
	list-style: none;
	list-style-image: none;
	float: left;
	text-align: left;
	padding-left :10px;
	vertical-align:bottom;
	font:Eras Demi ITC, serif; font-size:18px;
}
#menu_top_right a:hover {
	color: #6690cc;
}
#menu_top_right .active a {
	color: #6690cc;
	text-decoration: none;
}
#select_one{
width:400px;
height:35px;
/* border-radius: 0px; */
border:1px solid #3b62a3;  
background-color:#fafafa; 
}
#select_one1{
width:400px;
height:35px;
/* border-radius: 0px; */
border:1px solid #3b62a3;  
background-color:#fafafa; 
}
#select_one2{
width:400px;
height:35px;
/* border-radius: 0px; */
border:1px solid #3b62a3;  
background-color:#fafafa; 
}
#select_one3{
width:400px;
height:35px;
/* border-radius: 0px; */
border:1px solid #3b62a3;  
background-color:#fafafa; 
}
#select_one4{
width:400px;
height:35px;
/* border-radius: 0px; */
border:1px solid #3b62a3;  
background-color:#fafafa; 
}
#footer {
	width: 1200px;
	height: 40px;
	font: normal 110% arial, helvetica, sans-serif;
	margin: 10px auto;
	background: #222; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ffffff' ); /* for IE */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
	-webkit-box-shadow: -1px 0 10px #999999;
	-webkit-box-shadow: 1px 0 10px #999999;
	-webkit-box-shadow: 0 1px 10px #999999;
	-moz-box-shadow: -1px 0 10px #999999;
	-moz-box-shadow: 1px 0 10px #999999;
	-moz-box-shadow: 0 1px 10px #999999;
	box-shadow: 1px 0 10px #999999;
	box-shadow: -1px 0 10px #999999;
	box-shadow: 0 1px 10px #999999;
}

#footer p {
	text-align:center;
	padding: 10px 1px 1px 1px;
	display: block;
	line-height: 48px;
	font: normal 100% arial, helvetica, sans-serif;
	color: #000000;
}