﻿@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:360px;
	overflow:hidden;
	background:#fff;
	margin:220px 180px 123px 498px;
	padding-bottom:30px;
	border-radius: 6px;
	transform: translateY(-50%);
}
.content .con_main dl dt{
    width: 238px;
    margin: 20px auto 20px;
    font-size: 18px;
}
.content .con_main dl dt span{
    color: #2F73C3;	
}
.content .con_main dl dt i
{
    display: inline-block;
    width: 1px;
    height: 22px;
    vertical-align: middle;
    background: #2F73C3;
    margin: 0 30px;
}
.content .con_main dl dt .con_dt{
	float:left;
	width:167px;
	height:48px;
	border-left:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	
}
.content .con_main dl dd{
	width:280px;
	float:left;
	margin:0;
	padding:0 40px 0 40px;
	
}
.content .con_main dl dd .wjmm{
	float:right;
	color:#333;
	font-size:12px;
}
.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: 100%;
    height: 35px;
    border: 0;
    outline: none;
    border-bottom: 2px solid #f3f3f3;
    padding: 0 5px;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
}

.input_text_verifycode
{
    width: 190px;
    height: 35px;
    border: 0;
    outline: none;
    background: #eef2e6;
    border-radius: 6px;
    vertical-align: middle;
    text-align: center;  
    font-size: 12px;  
}

.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 {
	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 {
    width: 100%;
    height: 35px;
    background: #2F73C3;
    border-radius: 6px;
    text-align: center;
    line-height: 34px;
    margin: 30px 0 6px;
    color: #fff;
    font-size: 16px;
}

.login:hover
{
    cursor:pointer;
    opacity: 0.9;
}

.content .con_main dl dd .zc {
    font-size:12px;
    float:left;
    color:#333;
}


.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; }