.head{ width:100%; height:120px; background:#FFFFF8; }
	.logo{ width:1000px; height:120px; margin:0 auto; }
	.logo .logoleft{padding-top:17px; float:left;height:120px;}
	.logo .rightup{float:left;  height:60px; width:350px; position: relative;}
	.rightdown{float:left;  height:60px; width:350px; position:relative;}
	.logo .txt{float:right; margin-top:25px; margin-right:60px; font-size:30px; color: #46A3FF; font-family:Tahoma;transition-duration: 0.1s;
-moz-transition-duration: 0.1s; /* Firefox 4 */-webkit-transition-duration: 0.1s; /* Safari 和 Chrome */ -o-transition-duration: 0.1s;display: block; }
	.logo .txt:hover{float:right; margin-top:15px; margin-right:60px; font-size:35px; color: #CC6699; font-family:Tahoma;transition-duration: 0.1s;
-moz-transition-duration: 0.1s; /* Firefox 4 */-webkit-transition-duration: 0.1s; /* Safari 和 Chrome */ -o-transition-duration: 0.1s;cursor: pointer;}
	.logo .txt1{float:right;  margin-right:60px; font-size:30px; color: #46A3FF; font-family:Tahoma;transition-duration: 0.1s;
-moz-transition-duration: 0.1s; /* Firefox 4 */-webkit-transition-duration: 0.1s; /* Safari 和 Chrome */ -o-transition-duration: 0.1s;}
	.logo .txt1:hover{float:right;  margin-right:60px; font-size:35px; color: #CC6699; font-family:Tahoma;transition-duration: 0.1s;
-moz-transition-duration: 0.1s; /* Firefox 4 */-webkit-transition-duration: 0.1s; /* Safari 和 Chrome */ -o-transition-duration: 0.1s;cursor: pointer;}
	em{font-style:normal;}
	ul, li{list-style:none;padding:0;margin:0;}
	.menudiv{width:100%;height:50px;background:#f1f1f1;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
	.menudiv .menudivcon{width:1070px;height:50px;overflow:hidden;margin:0 auto; }
	#jsddm{float:left;margin:10px 0 0 0;}	
	#jsddm li{float:left; }
	#jsddm li a{font:bold 16px/30px "微软雅黑";color:#0b72c1;display:block;float:left;padding:0 8px;}
	#jsddm li a:hover{background:#0b72c1;color:#fff;}
	#jsddm li em{display:block;width:1px;height:16px;background:#0b72c1;margin:10px 30px 0 33px;float:left;}	
	.footer{ width:100%; height:140px; background:#eee; margin-top:20px; border-top:1px solid #ccc;}
	.footercenter{width:1000px; margin:0 auto; height:140px; }
	.footerleft{float:left;width:120px;  height:140px;  padding-top:15px; }
	.footerright{float:left;width:880px;  height:140px; border:0px #000000 solid }
	.footerrightup{width:880px;  height:80px; }
	.footerrightdown{width:880px;  height:60px; border:0px #000000 solid; text-align:center;padding-top:5px;font-size:16px; font-family: "Times New Roman"; color:#999}
	.fleft{float:left; width:440px; height:80px;border:0px #000000 solid; text-align:center; padding-top:10px;font-size:16px; font-family: "Times New Roman";color:#666}
	.fright{float:left; width:440px; height:80px;border:0px #000000 solid; text-align:center; padding-top:10px;font-size:16px; font-family:"Times New Roman";color:#666}
	/* Buttons styles */


	a.btn,.btn {
    margin-right: 1em; /* remove this while use*/
	margin-top: 10px;
	display: inline-block;
	outline: none;
	*zoom: 1;
	text-align: left;
	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:220px;
	}
/* Radius */
	.btn-radius {
  	border-radius: 0px;
	}
/* Sizes */
	.btn-small {
	font-size: 0.8125em;
	padding: 0.4125em 1.25em;
	}
	.btn-medium {
	font-size: 0.9375em;
	padding-left: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: #4A4AFF;
	border-color: #4A4AFF;
}
	.btn-orange:hover {
  	background: #4A4AFF;
  	color: #fff;
  	border-color: #4A4AFF;		
}

	.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;	
}