﻿@charset "utf-8";
/* CSS Document */

/*  */
body{color:#696868;}
.vam { vertical-align:middle;}
.tr { text-align:right;}
.tl { text-align:left;}
.redfont{ color:#F00;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pr{position: relative;}
.pa{ position:absolute;}
.word{
	width:1000px;
	margin:0 auto;
}
.ie6{*zoom:1}
.dib{display:inline-block;*display:inline;*zoom:1;/* IE6 */}

/* Clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}

/*  */
.mt10{ margin-top:10px;}
.mg10{margin:10px;}
.ml15{margin-left:15px;}

/* 折叠margin */
.cm1{overflow:hidden;}/*缺点：内容超部分会被隐藏*/
.cm2{padding-top:1px;}/*缺点：会造成一个像素的顶部内边距*/
.cm3{border:1px solid transparent}/*缺点：会有边框*/
.cm4{position: absolute;}/*缺点：做布局不推荐用这个。*/



/* 全局连接样式 */
a { color:#676767; text-decoration:none; }  /*for ie */
a:focus{outline:0;} /*for ff */
a:hover,a.currr { color:#eb6100; text-decoration:underline;}

/* 主导航连接样式 */
#mainnav a{
	display:block;
	height:30px;
	padding:0 10px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}
#mainnav a:hover{ color:#FFF;border-radius:5px;background:#B61212; text-decoration:none;}

#headlink{}

/*底部导航*/
#footmenu a{color:#FFF;}
#footmenu a:hover{color:#eb6100;}

/*首页内容块链接样式*/
.hpic a span{display:block;font-size:15px;color:#eb6100;}
.hpic a{width:100px;height:40px;padding-left:15px;background:url(../images/icon_1.gif) no-repeat;top:35px;left:120px;}
.hpic a:hover span{ color:#000;}
ul.hul1 a{ padding-left:30px;background:url(../images/icon_3.gif) 15px 2px no-repeat;}
ul.hul1 a:hover{background:url(../images/icon_2.gif) 15px 2px no-repeat;text-decoration:none;}
