ul li{ list-style-type:none;}
	input,button,select,textarea{outline:none;}
	-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #ccc;}
	-moz-placeholder { /* Mozilla Firefox 19+ */color: #ccc;}
	-ms-input-placeholder,textarea:-ms-input-placeholder {color: #ccc;}
	-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #ccc;}
	.head{width:100%;  height:120px;}
	.logo{width:1200px; margin:0 auto; height:120px;z-index:100;position:relative;border-bottom:2px #045e9a solid;}
	.dh{float:right; width:800px; margin-right:0px; border:0px #0066CC solid; height:30px; margin-top:75px;}
	.dhul{width:100%;height:30px;padding:0;}
	.dhulli {width:120px; border:0px #000000 solid; float:left; height:30px;margin:0;padding:0; font-family:"Georgia"; font-size:20px; color: #000000; line-height:30px; text-align:center;border-radius:0px;}	
	.dhulli:hover{ background-color: #045e9a; color:#FFFFFF; cursor:pointer;transition-duration: 0.5s;-moz-transition-duration: 0.5s; /* Firefox 4 */-webkit-transition-duration: 0.5s; /* Safari 和 Chrome */-o-transition-duration: 0.5s; text-decoration: none;border-radius:0px;}
	.downul{ margin:0; width:200px; padding:0; height:auto; background: #fff;    border: 1px solid #e5e9ef \9;    border-top: 0;    box-shadow: rgba(0,0,0,0.16) 0 2px 4px;    border-radius: 0 0 4px 4px;    height: auto; display:none;overflow:hidden;/*加上它，即可*/ z-index:100;}
	.downulli{width:200px; border:0px #000000 solid; float:left; height:30px;margin:0;padding-left:20px; font-family:"Georgia"; font-size:16px; color: #000000; line-height:30px; text-align:left;}
	.downulli:hover{ background-color:#ddd ;padding-left:30px;;cursor:pointer;transition-duration: 0.2s;-moz-transition-duration: 0.2s; /* Firefox 4 */-webkit-transition-duration: 0.2s; /* Safari 和 Chrome */-o-transition-duration: 0.2s; text-decoration: none;z-index:100;position:relative;}
	.downulli a{ float:left; width: auto; margin-left:5px; font-size:16px;font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; color:#000000}
	.downulli a:hover{ text-decoration:none;}
	.foot{ margin-top:20px; }
	.footcenter{ margin: 0 auto; width:1200px; height:120px;border-top:2px solid #0b72c1;  height:120px;}
	.footcontent {float: left;width: 960px;text-align: center; font-family: "Georgia"; font-size: 16px; color: #666; height: 120px;padding: 20px;}
	a.btn,.btn {
    margin-right: 14px; /* remove this while use*/
	margin-top: 10px;
	display: inline-block;
	outline: none;
	*zoom: 1;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 350;
	letter-spacing: 1px;
	vertical-align: middle;
	border: 1px solid;
	transition: all 0.2s ease;
	box-sizing: border-box;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);
	width:124px;
	}
/* Radius */
	.btn-radius {
  	border-radius: 0px;
	}
/* Sizes */
	.btn-small {
	font-size: 0.8125em;
	padding: 0.4125em 1.25em;
	}
	.btn-medium {
	font-size: 15px;

	}
	.btn-large {
	font-size: 1.0625em;
	padding: 0.5625em 1.5em;
	}

/* Colors */
	.btn-green {
	color: #484891;
	border-color: #484891;
	}
	.btn-green:hover {
	background: #484891;
    color: #fff;
    border-color: #484891;		
}

	.btn-blue {
	color: #005AB5;
	border-color: #005AB5;
	border:1px solid;
}
	.btn-blue:hover {
 	background: #4682B4;
  	color: #fff;
  	border-color: #4682B4;		
}

	.btn-orange {
	color: #336699;
	border-color: #336699;
}
	.btn-orange:hover {
  	background: #336699;
  	color: #fff;
  	border-color: #336699;		
}

	.btn-red {
	color: #AE0000;
	border-color: #AE0000;
}
	.btn-red:hover {
  background: #B22222;
  color: #fff;
  border-color: #B22222;	
}

	.btn-gray {
	color: #808080;
	border-color: #808080;
}
	.btn-gray:hover {
  background: #808080;
  color: #fff;
  border-color: #808080;	