@charset "utf-8";
/* CSS Document */
/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;}
body{ font-size:14px; font-family: "微软雅黑","黑体","宋体",Arial; line-height:28px;}
ol,ul,dl{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
input,button,textarea,select{font:100% Arial,'宋体';}

/* 默认全局样式超链接样式 */
a:link {color: #646464; text-decoration:none;}/* 链接基本样式 */
a:visited {color: #646464;text-decoration:none;}/* 链接点击过后的样式 */
a:hover {color: #ff6317; text-decoration:underline;}/* 链接移上时的样式 */
a:active {color: #222; text-decoration:underline;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both;}
.noBorder{border:none;	}

img,li{ vertical-align:top;}/* 解决图片和LI的高度空隙问题 */

.left{float:left; ;margin-top:20px}
.right{float:right; margin-top:20px; margin-right:10px}


/*头部*/
@charset "utf-8";
/* CSS Document */
/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;}
body{ font-size:14px; font-family: "微软雅黑","黑体","宋体",Arial; line-height:28px;}
ol,ul,dl{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
input,button,textarea,select{font:100% Arial,'宋体';}

/* 默认全局样式超链接样式 */
a:link {color: #646464; text-decoration:none;}/* 链接基本样式 */
a:visited {color: #646464;text-decoration:none;}/* 链接点击过后的样式 */
a:hover {color: #ff6317; text-decoration:underline;}/* 链接移上时的样式 */
a:active {color: #222; text-decoration:underline;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both;}
.noBorder{border:none;	}

img,li{ vertical-align:top;}/* 解决图片和LI的高度空隙问题 */

.left{float:left; ;margin-top:30px}
.right{float:right; margin-top:40px;}


/*头部*/
.header{width:1100px; height:120px; margin:0 auto}

/*daohang*/
#nav{width:100%;height:35px;line-height:35px;background:#5b5b5b; clear:both}
.nav{width:1100px;height:35px; margin:0 auto}
.nav ul{width:1100px;height:35px;line-height:35px;padding-left:0px;margin:0px;}
.nav ul li{background:#5b5b5b; float:left;width:183px;text-align:center;height:35px;font-size:15px;font-weight:bold; position:relative; font-family:"方正正淮黑简体";}
.nav ul li a.current{ background:#0e74bd}
.nav ul li a{ color:#fff; display:block; text-decoration:none;line-height:35px;}
.nav ul li a:hover{ color:#fff; background:#dc1c8b}
.nav ul li ul{ display:none; position:absolute; top:35px; width:183px; height:500px; overflow: hidden; z-index:100}
.nav ul li ul li{ float:left; background:#dc1c8b; color:#fff}
.nav ul li ul li a{line-height:30px; }
.nav ul li ul li a:hover{ background:#dc1c8b}
.nav ul li:hover ul{ display:block;}



/*banner*/
.banner{width:100%; height:100%;}





/*底部*/
.footer{width:100%; height:120px;background: #5b5b5b; margin:10px auto; padding-top:10px;}
.footer p{text-align:center; line-height:25px; color:#fff }
.footer a{  color:#fff}

/*table*/
.table tr td{ border:1px #484847 solid; }
