@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{font-family:"宋体","微软雅黑",Arail,Tabhoma,Georgia; font-size: 12px; text-align: left;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
/*a:link,a:visited,a:hover,a:active{text-decoration:none;} */
/*==========================Reset_End===========================*/

/*工厂化栏目导航*/
.gch_nav{
	width:100%;
	height:37px;
	background:#435766;
	border-top:1px solid #4f6270;
	margin:0 auto;
	}
.gch_nav .navInner{
	width:1100px;
	height:37px;
	margin:0 auto;
	}
.gch_nav .navInner .navList{
	height:37px;
	display:inline-block;
	padding:0 18px;
	}
.gch_nav .navInner .select{
	background:#00a0e9;
	}
.gch_nav .navInner .navList a{
	line-height:37px;
	font-family:"微软雅黑";
	color:#fff;
	font-size:14px;
	}