@charset "utf-8";
/* Comon tags */
body { 
	width: 100%;
	min-width: 1000px;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	font-family:"微软雅黑";
	margin: 0px;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* TOP */
.all_top{ height:100px; margin:0 auto; background-color:#1797c0 }
.top{ height:100px; width:1000px; margin:0 auto; color:#FFFFFF; overflow:hidden}
.logo{ width:432px; float:left; margin-top:20px; height:54px}
.top_right{  float:right; margin-top:40px; font-size:20px; text-align:right; color:#FFFFFF}
.top_right a{color:#FFFFFF}
.top_right a:hover{color:#e7de60}


/* cn */
.cn{ overflow:hidden; width:1000px; margin:0 auto; margin-top:20px; margin-bottom:20px; }
.cn_left{ width:210px; float:left;}
.bottom_dq{ background-color:#1797c0; height:50px; text-align:center; font-size:16px; color:#FFFFFF; line-height:50px; border-bottom:3px #ececec solid; margin-bottom:10px;  }
.bottom{ background-color:#ececec; height:50px; text-align:center; font-size:16px; line-height:50px;  margin-bottom:10px;color:#666;  }
.bottom a{color:#666;}
.bottom a:hover{background-color:#1797c0;color:#FFFFFF;}

.cn_right{ width:720px; float:right; border:1px #eeeeee solid; padding-left:20px; padding-right:20px; padding-bottom:15px; padding-top:0px; line-height:30px;}
.cn_right_title{ border-bottom:1px #ececec solid; height:50px; line-height:50px; text-align:left; font-size:18px; margin-bottom:30px; }

/* down */
.down_list{ width:auto; margin:0 auto; border-bottom:1px #ececec dashed; height:50px; line-height:50px;}
.down_list a:link{ color:#1797c0 }
.down_list a:visited{color:#1797c0 }
/* foot */
.all_foot{ background-color:#f8f8f8; border-top:1px #e5e5e5 solid; height:90px; margin:0 auto;}
.foot{ width:1000px; margin:0 auto; line-height:30px; margin-top:15px; text-align:center; }
.foot a:link{ color:#666; }
.foot a:hover{color:#1797c0;}
.foot a:visited{ color:#666; }