﻿/*全局定义*/
*{margin:0; padding:0;}
img{-ms-interpolation-mode:bicubic;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr,acronym{border:0; outline:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal; font-weight:normal;}
ol,ul,li{list-style:none;}
caption,th{text-align:left;}  
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
hr{clear:both; height:0px; border:none; border-bottom:solid 1px #DDD;}
br{clear:both;}
form{display:inline;}


.line {
	border-bottom:1px #CCCCCC solid;
}
.line_x {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}



/*Firefox下按钮文内字居中*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;}

textarea:focus,input:focus{outline:none;}/*去除webkit内核浏览器文本框在获得焦点时边框变亮*/
textarea{resize:none;}/*去除现代浏览器文本区域右下角拖动可改变大小*/



body{
	background:#FFF;
	color:#666;
-webkit-text-size-adjust:none;	font-family: "微软雅黑";
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
}

a{blr:expression(this.onFocus=this.blur()); outline:none;}/*清除a链接外围虚线框*/
a:link,a:visited{color:#666666; text-decoration:none;}
a:hover{color:#C00; text-decoration:underline;}


/*LayOut*/
.l{float:left;}
.r{float:right;}
.c:before,.c:after{content:""; display:table;}/*清除浮动*/
.c:after{clear:both; overflow:hidden;}
.c{
	zoom:1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}

.auto{clear:both; margin:0 auto;}
.hide{display:none;}


.wrap{
	clear:both;
	width:1400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.wrap1{
	clear:both;
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.banner{
	clear:both;
	margin-bottom:10px;
	text-align:center;
	background:#EEE;
	overflow:hidden;
	width: 100%;
}


/*h1~h6标题样式*/
h1{
	font-family: "Microsoft YaHei", "微软雅黑", Arial;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	color: #C82204;
}
h2{font:lighter 20px "Microsoft YaHei","微软雅黑","黑体","幼圆",Arial,sans-serif;}
h3,h4,h5{font-weight:bolder;}
h3{
	font-size:16px;
	text-align: left;
}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:12px;}


.wrap2 {
clear:both; width:100%; margin:0 auto;
}


.pagemenu a:link {font-size: 14px;color: #333333;text-decoration: none; border-bottom:1px solid #EEEEEE; border-right:1px solid #EEEEEE; width:150px; height:52px; line-height:52px; display:block; background: #F7F7F7; padding-left:50px; }
.pagemenu a:visited {font-size: 14px;color: #333333;text-decoration: none; border-bottom:1px solid #EEEEEE; border-right:1px solid #EEEEEE; width:150px; height:52px;line-height:52px;  display:block; background:#F7F7F7; padding-left:50px; }
.pagemenu a:hover {font-size: 14px;color:#333333;text-decoration: none; border-bottom:1px solid #EEEEEE;  width:150px; height:52px;line-height:52px;  display:block; background:#FFFFFF; padding-left:50px; }
.pagemenucurrent {font-size: 14px;color: #333333;text-decoration: none; border-bottom:1px solid #EEEEEE;  width:150px; height:52px; line-height:52px; display:block; background:#FFFFFF; padding-left:50px; font-weight:bold; }

.pading25{ padding:25px;}
.otherbtn{float:left; width:63px; height:29px; text-align:center; background:url(../Images/Btn_Bg1.jpg); color:#FFF; border:none;}

.centermenu a:link {font-size: 14px;color: #333333;text-decoration: none; border-bottom:1px solid #EEEEEE; border-right:1px solid #EEEEEE; width:140px; height:28px; line-height:28px; display:block; background: #F7F7F7; padding-left:60px; }
.centermenu a:visited {font-size: 14px;color: #333333;text-decoration: none; border-bottom:1px solid #EEEEEE; border-right:1px solid #EEEEEE; width:140px; height:28px;line-height:28px;  display:block; background:#F7F7F7; padding-left:60px; }
.centermenu a:hover {font-size: 14px;color:#333333;text-decoration: none; border-bottom:1px solid #EEEEEE;  width:140px; height:28px;line-height:28px;  display:block; background:#FFFFFF; padding-left:60px; }
.centermenucurrent {font-size: 14px;color: #333333;text-decoration: none; border-bottom:1px solid #EEEEEE;  width:140px; height:28px; line-height:28px; display:block; background:#FFFFFF; padding-left:60px; font-weight:bold; }
