﻿@charset "utf-8";
/* CSS Document */

.wrap{
	width:920px;
	height:1%;
	margin:0 auto;
	overflow:hidden;
}
.header{
	float:left;
	width:100%;
	padding-top:30px;

}
.logo{
	float:left;
	width:134px;
	padding:3px;
}
.topnav{
	float:left;
	width:600px;
	padding:3px;
	padding-left:174px;
}
.content{
	float:left;
	width:920px;
	height:436px;
	overflow:hidden;
	margin-top:20px;
        background:url(../images/con_img03.jpg) no-repeat;
}
.con_img{
display:none;
}
.content .con_main{
	width:338px;
	overflow:hidden;
	background:#fff;
	margin:80px 180px 123px 520px;
	padding-bottom:30px;
	border:1px solid #c9c9c9;
}
.content .con_main dl dt{
	width:100%;
	height:49px;
	overflow:hidden;
	margin-bottom:35px;
}
.content .con_main dl dt span{
	display:block;
	float:left;
	width:170px;
	height:49px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	line-height:49px;
	text-align:center;
	
}
.content .con_main dl dt .con_dt{
	float:left;
	width:168px;
	height:48px;
	border-left:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	
}
.content .con_main dl dd{
	width:258px;
	float:left;
	margin:0;
	padding:0 40px 0 40px;
	
}
.content .con_main dl dd .wjmm{
	float:right;
	color:#c9c9c9;
	line-height:24px;
}
.content .con_main dl .con_input{
	position:relative;
}
.con_show .simg{
	visibility:visible;
}
.simg{
	visibility:hidden;
	position:absolute;
	color:#c9c9c9;
	line-height:33px;
	text-indent:15px;
	font-size:14px;
	top:0;
	left:45px;
}

.input_text{
	width:257px;
	height:33px;
	background:#f8f8f8;
	border:1px solid #c9c9c9;
	color:black;
	text-indent:15px;
	line-height:33px;
	font-size:14px;
	_margin-left:-15px;
	*margin-left:-15px;
}
::-ms-clear,::-ms-reveal{
    display:none;
}
.footer{
	width:860px    height:28px;
	overflow:hidden;
	background:#f7f7f7;
	padding:15px 30px;

}
.footer ul li{
	float:left;
	height:28px;
	line-height:28px;
	color:#848585;
}
.footer ul li a{
	color:#848585;
	padding:0 7px;
}
.footer ul .bq{
	margin-left:20px;
}

.nav_main, .nav_icon, .login, .zc {
	background:url(../images/button.gif) no-repeat;
}
.nav_main {
	width:100%;
	height:40px;
	overflow:hidden;
	background-position:0 -437px;
}
.nav_icon {
	width:100%;
	height:16px;
	overflow:hidden;
	margin-top:10px;
	background-position:0 -543px;
}

.login {
	display:block;
	margin-top:25px;
	text-indent:-999px;
	overflow:hidden;
	float:left;
	width:100px;
	height:35px;
	background-position:0 -610px;
}
.zc {
	display:block;
	margin-top:25px;
	text-indent:-999px;
	overflow:hidden;
	float:right;
	width:100px;
	height:35px;
	background-position:-100px -610px;
}

.inputshow{
	color:#333;
    border:1px solid #86c440;
   
}


/** 清除内外边距 **/
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;}
a:hover { text-decoration: underline; color:#F40; }
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }