@charset "gb2312";

/*  
	*@Description: 0411hd home 
	*@Author:      wangyingran  
	*@Update:      wangyingran (2012-09-24)  
*/ 

/*初始化*/
html{ color:#000; background:#f1f1f1;}
body,button,input,select,textarea{ font-size:12px; font-family:"微软雅黑","Arial";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p { margin:0;padding:0;}
img{ border:0;}
ol,ul{ list-style:none;}
em,i{ font-style:normal;}

/*链接*/
a:link{ color:#2cb4e8; text-decoration:none;}
a:visited{ color:#2cb4e8; text-decoration:none;}
a:hover{ color:#2cb4e8; text-decoration:underline;}

/*清除浮动*/
.clearfix:after{ content:"\200B"; display:block; height:0; clear:both;}
.clearfix{ *zoom:1;}
.clear{ clear:both; visibility:hidden;}

/*去除链接虚框*/
a,area{ blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus{ -moz-outline-style: none; } /* for Firefox */

/*通用*/
.mr30{ margin-right:30px;}

/*头部导航*/
.header{ width:100%; height:92px; background:url(../images/home//header_bg.gif) repeat-x;}
.header_con{ width:1000px; margin:0 auto;}
.header_logo{ width:580px; height:60px; float:left; margin-top:13px;}
.header_links{ float:right; margin-top:38px;}
.header_links a:link,.header_links a:visited{ color:#999;}
.header_links a{ display:block; color:#999; padding-left:20px; background:url(../images/home//return.png) left no-repeat;}
.header_links a:hover{ color:#000; text-decoration:none; background:url(../images/home//return_hover.png) left no-repeat;}
.banner{ width:100%; height:300px; background:url(../images/home//banner_bg.jpg) repeat-x;}
.banner_con{ width:100%; height:300px; background:url(../images/home//banner.jpg) center no-repeat;}

/*内容区*/
.main{ width:1000px; margin:30px auto;}
.nav{ width:150px; float:left;}
.nav ul li{ width:150px; height:40px;}
.nav ul li a{ display:block; height:40px; line-height:40px; text-align:center; font-size:18px; color:#666;}
.nav ul li a:link,.nav ul li a:visited{ color:#666;}
.nav ul li a:hover{ text-decoration:none; color:#000; background:url(../images/home//nav_hover.gif) no-repeat;}
.nav ul li a.nav_current{ color:#000; background:url(../images/home//nav_current.gif) no-repeat;}
.navFixed{ position:fixed; top:30px; _position:absolute; _top:expression(documentElement.scrollTop);}

.content{ width:750px; padding:20px 35px; float:right; background:#fff; border-top-right-radius:15px; border-bottom-right-radius:15px; -webkit-box-shadow:1px 1px #ddd;-moz-box-shadow:1px 1px #ddd;}
.content_tit{ padding:0 5px 20px 5px; font-size:28px; font-weight:normal; color:#a68100; background:url(../images/home//dot.gif) bottom repeat-x;}
.content_article{ padding:30px 0; font-size:14px; color:#333; line-height:180%;}
.content_article p{ margin-bottom:15px;}
.content_pic{}
.content_pic dl{ width:360px; height:300px; float:left; margin-bottom:10px;}
.content_pic dl dt{ width:360px; height:260px;}
.content_pic dl dt img{ width:360px; height:260px; display:block;}
.content_pic dl dd{ height:40px; line-height:40px; text-align:center; font-size:14px;}

.content_report{ padding:20px 0;}
.content_report ul li{ height:40px; line-height:40px; font-size:14px; border-bottom:1px #f2f2f2 solid;}
.content_report ul li span{ float:right; color:#999;}

.content_feedback{ padding:20px 0;}

/*尾部区*/
.footer{ width:100%; clear:both; padding:30px 0; background:#2cb4e8;}
.footer ul{ width:1000px; margin:0 auto;}
.footer ul li{ height:22px; line-height:22px; text-align:center; color:#fff;}
.footer ul li a{ padding:0 8px;}
.footer ul li a:link{ color:#fff; text-decoration:none;}
.footer ul li a:visited{ color:#fff; text-decoration:none;}
.footer ul li a:hover{ color:#fff; text-decoration:underline;}