@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,a{margin:0;padding:0;border:none;font-family: "Microsoft YaHei";}
body{
	font-size:14px;
	color:#3a3a3a;
	font-family: "Microsoft YaHei";
}
/* address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}*/
ol,ul{list-style:none;}
select,input,img{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
table,td,tr,th{font-size:12px;}
a{
	text-decoration:none;
	cursor:pointer;
	color:#3a3a3a;
}
a:hover{text-decoration:none;color:#F60;}
fieldset,img{border:0;}




/**头部**/
.header{ width:1200px; height:290px; margin:0 auto; position: relative;}
.logo{
	height: 290px;
	background: url(czjlogo.png) left center no-repeat;
}
.top_huany{ position: absolute; top:10px; left: 10px; width: 200px; color: #fff; }
.search_box{
	position:absolute;
	top:117px;
	right: 0px;
	width:340px;
	height: 40px;
}


.search_ipt{
	width:240px;
	height:40px;
	line-height:40px;
	background:#fff url(search.png) 10px center no-repeat ;
	float:left;
	color:#adadad;
	padding-left:50px;
}
.search_sub{
	width:65px;
	height:40px;
	line-height: 40px;
	float:left;
	background: #2093fb;
	color: #dfecfe;
	font-size: 18px;
	font-family: "微软雅黑";
}


.section {
  padding: 15px;
  background-color: #fff;
}
.section .top {
  height: 45px;
  line-height: 45px;
  color: #737373;
  margin-bottom: 9px;
  background: #ffffff url(location.png) no-repeat 20px center;
  padding-left: 40px;
}
.section .top i {
  color: #9d9d9d;
  font-size: 16px;
}
.section .top a {
  float: right;
}




/**尾部**/
/** 第七排 **/
.cont7{width:1100px;height:40px; margin: 0px auto; margin-top:10px;}
.cont7_left{ width:155px; height:40px; float:left; background:#2980b9;text-align:center; }
.cont7_left span{ color:#FFF; line-height:40px; font-size:18px;}
.cont7_r{
	width:930px;
	height:30px;
	float:left;
	margin-left:15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:16px;
}
.foot{ width:1100px; height:70px; margin:0 auto;}
.foot1{
	text-align:center;
	line-height:30px;
	padding-top: 30px;
	font-size:16px;
	color:#575757;
}