@charset "utf-8";
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img/* img elements 图片元素 */ {
	border: medium none;
	margin: 0;
	padding: 0;
}
/** 设置默认字体 **/
body, button, input, select, textarea {
	font: 12px/1.5 '宋体', tahoma, Srial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em {
	font-style: normal;
}
/** 重置列表元素 **/
ul, ol {
	list-style: none;
}
/** 重置超链接元素 **/
a {
	text-decoration: none;
	color: #333;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #F40;
}
/** 重置图片元素 **/
img {
	border: 0px;
}
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.head {
	height: 93px;
	text-align: center;
	background: url(../images/head_bg.jpg) repeat-x;
}
.tel_main {
	background: url("../images/tel_bg.jpg") no-repeat scroll 0 0;
	/* background: none repeat scroll 0 0 #009946; */
	height: 608px;
	width: 1440px;
}
.tel_con {
	/* background: url("../images/tel_bg_03.jpg") no-repeat scroll 0 0; */
	height: 608px;
	margin: 0 auto;
	width: 975px;
}
.tel_cont {
	float: left;
	overflow: hidden;
	width: 300px;
	margin-top: 38px;
}
.tel_cont ul {
	margin-left: 30px;
	overflow: hidden;
	width: 100%;
}
.tel_cont ul li {
	float: left;
	overflow: hidden;
}
.tel_cont ul li a {
	color: #fff;
	display: block;
	float: left;
	font-family: 微软雅黑;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
}
.tel_cont ul li a:hover {
	background: none repeat scroll 0 0 #fff;
	color: #1c7eba;
}
.tel_cont ul li span {
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	height: 21px;
	line-height: 24px;
	margin: 0 5px 0 2px;
}
.tel_form {
	float: right;
	width: 343px;
	display:inline;
	margin-top: 30px;
	margin-right: 60px;
	
}
.telinput {
	color: #999999;
	float: left;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin-left: 41px;
	
	margin-top: 170px;
	width: 240px;
	outline: none;
	
}
.tel_submit {
	background: none repeat scroll 0 0;
	_margin-right:0px;
	
}
.reset {
	background: none repeat scroll 0 0;
	outline: none;
}
.tel_button {
	margin-top: 305px;
	height: 45px;

}
#reset {
	border: medium none;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 26px;
	width: 27px;
	margin-top: 170px;
}
.tel_button input {
	border: medium none;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 45px;
	width: 313px;
	outline: none;


}
.zx {
	float: left;
	margin-top: 80px;
	margin-left: 42px;
	display:inline;


}
.zx a { display:block; float: left; width:115px; height:41px; margin-right: 25px;}
.zx img {
	margin-right: 10px;
}
.foot {
	text-align: center;
	padding: 10px 0
}
.foot a {
	padding: 0 6px;
}
/*新改头图*/
.jw_top {
	background: #f5f1eb;
}
