﻿/* - - - - - - - - - 全局重置样式  - - - - - - - - -*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,address,code,
del,em,img,dl,dt,dd,ol,ul,li,
fieldset,form,label{
margin:0;padding:0;border:0;
font-style:inherit;font-family:inherit;vertical-align:baseline;}
img{border:none;vertical-align:middle;}
input,select,button{vertical-align:middle;}
input{padding:0;}
button{cursor:pointer;}
body{font-family:Arial, Helvetica, sans-serif;font-size:12px;background:#fff; color:#3f3f3f;}
ul,ol{list-style-type:none;}
h3,h4{font-size:14px;}
em,address{font-style:normal;}
a{ text-decoration:none; color:#0a74b9;}
/*链接样式*/
a:link{}	
a:hover{text-decoration:underline;}	/*鼠标悬停时*/
a:active{}	/*鼠标点击与释放之间*/
a:visited{}	/* 已被访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.no_bor{ border:none!important;}	/*无边框*/
.no_bg{ background:none!important;}	/*无背景*/
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
.f_left{ float:left;}	/*左浮动*/
.f_right{ float:right;}	/*右浮动*/
	/*页头*/
	#header{width:1024px;height:127px;margin:0 auto;background:url(../image/headbg.jpg) no-repeat left bottom;}
		/*网站标志*/
		#logo{float:left;width:252px;height:107px;padding-top:20px;}
		/*联系我们*/
		#contact_us{float:right;width:770px;height:51px;margin-bottom:14px;}
		#contact_us ul{float:right;color:#3364c0;}
		#contact_us ul li{margin-right:0px;display:block; text-align:right;line-height:25px;}
		/*下拉菜单样式*/
		#contact_us .select{float:right;position:relative;margin-top:12px;}
		#contact_us .select dt{width:143px;height:24px;line-height:24px;background:url(http://cuecc.hzjiaoyu.com/image/dtbg.jpg) no-repeat left top;overflow:hidden;cursor:pointer;}
		#contact_us .select dt strong{text-indent:12px;font-weight:normal;color:#81a3c8;display:block;}
		#contact_us .select dd{width:135px;position:absolute;top:24px;left:4px;background-color:#fff;border:1px solid #d7d7d7;display:none;}
		#contact_us .select dd a{height:24px;line-height:24px;text-align:center;color:#81a3c8;border-bottom:1px solid #f1f1f1;display:block;}
		#contact_us .select dd a:hover{background-color:#f1f1f1;}
		/*登陆*/
		#login{float:right;width:770px;height:49px;}
		#login a{float:right;width:76px;height:29px;line-height:26px;margin-left:9px;text-align:center;color:#3f3f3f;background:url(http://cuecc.hzjiaoyu.com/image/hui_btn.gif) no-repeat left top;display:inline;}
	/*菜单*/
	#menu{width:1024px;height:31px;position:relative;margin:0 auto 10px;background:url(http://cuecc.hzjiaoyu.com/image/menu_right_bg.gif) no-repeat right top;z-index:490;}
	#menu ul{float:left;width:964px;padding-left:47px;background:#067cac url(http://cuecc.hzjiaoyu.com/image/menu_left_bg.gif) no-repeat left top;}
	#menu ul li{float:left;position:relative;margin-right:6px;display:inline;}
	#menu ul li a{height:15px;line-height:15px;padding:8px 30px 8px 25px;font-size:14px;font-weight:bold;color:#fff;background:url(http://cuecc.hzjiaoyu.com/image/menu_a_bg.gif) no-repeat left center;display:inline-block;}
	#menu ul li a:hover{text-decoration:none;}
	#menu ul ol{width:100%;position:absolute;top:31px;left:0;background:#0371a0;overflow:hidden;border-radius:0 0 8px 8px;display:none;}
	#menu ul ol li{float:none;margin:0;display:block;}
	#menu ul ol li a{height:24px;line-height:24px;padding:0;text-align:center;font-weight:normal;background:none;display:block;}
	#menu ul ol li a:hover{background:#00628c;}
	/*位置*/
	#Location{width:984px;height:39px;line-height:39px;margin:0 auto 10px;padding:0 20px;color:#067cad;}
	#Location a{font-size:14px;color:#067cad;}
	/*页尾*/
	#footer{padding:27px 0 45px;font-size:14px;background:#067cac;border-top:7px solid #5aaed2;}
	#footer dl{float:left;width:112px;line-height:24px;margin-left:17px;color:#fff;display:inline;}
	#footer dl dt{font-size:16px;font-weight:bold;}
	#footer dl dd a{color:#fff;display:block;}
	#footer .erweima{float:left;width:110px;height:107px;margin:0 30px;display:inline;}
	#footer .erweima img{width:110px;height:107px;}
	#footer .copyright{float:right;line-height:24px;text-align:right;color:#fff;}
	#footer .copyright ul li{display:inline;}
	#footer .copyright ul li a{color:#fff;}
