@charset "utf-8";

/*导航样式2*/
.nav_company{float:left;padding-top:24px;padding-left:6px;}
.nav_company ul li{float:left;font-size:18px;padding:0 14px 0 14px;display:block;color:#6a6a6a;}
.shu_left{border-left:1px solid #ddd;}
/*end*/

/*按钮样式*/
.btn_blue, .btn_qblue, .btn_gray{ 
	width: 80px;
	height: 32px;
	font-size:14px;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	border:0;
	cursor: pointer;
	color: #fff;
	display:inline-block;
}
.btn_blue{ /*常规主按钮*/
	background: #0066b3;
}
a.btn_blue:hover{
	color:#fff;
	background:#2a83c7;
}
.btn_qblue{ /*常规副按钮*/
	background:#3da4f1;
}
.btn_gray{ /*置灰按钮*/
	background: #ddd;
	pointer-events: none; 
}
a.btn_qblue:hover{ 
	color:#fff;
	background:#1693f0;
}
.btn_td_blue{ /*表格按钮*/
	font-size:14px;
	border-radius: 4px;
	height:28px;
	padding:0 10px;
	margin:10px 0;
	line-height: 28px;
	background: #0066b3;
	color: #fff;
	display:inline-block;
}
a.btn_td_blue:hover{
	color:#fff;
	background:#3da4f1;
	cursor:pointer;
}
.btn_rjp{ /*软键盘*/
	width: 100px;
	height: 32px;
	text-align: center;
	border:0;
	cursor: pointer;
	line-height: 32px;
	color: #fff;
	background: #0066b3;
	display:inline-block;
}
/*end*/

/*布局*/
.massage1 {
	width:100%; 
	height:auto;
}
.w960{
	width:960px; 
	margin:40px auto 60px; 
	overflow:hidden;
	position:relative;
}
.title {/*标题*/
	border-left: 10px solid #c1c1c1;
	padding-left: 12px;
	color: #333;
	height: 34px;
	font: 30px/32px "Microsoft YaHei";
}
.Ad1, .Ad2{/*广告图*/
	height:307px;
	width:490px;
	background:url(../images/zhanghao.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:0px;
}
.Ad2{
	background:url(../images/kuaijie.png) no-repeat 0 0;
}
#search {
    font-size: 14px;
    margin: 20px;
}
.search_jyjl {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    margin-left: 50px;
    display: inline-flex;
}

/*表单*/
.f_box{
	margin-top:40px;
	padding: 0 10px;
	overflow: hidden;
}
.f_box_left{
	float:left; 
	font-size:18px; 
    margin: 0 20px 0 10px;
}
.f_box_rigt{/*分隔线*/
	float:left;
    width: 810px;
    margin-top: 17px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    position: relative;
}
.f_box_rigt p{
	font:16px "Microsoft Yahei";
	line-height:35px;
}
.list{
	margin:40px 0 0 22px;
	width:100%;
	height:100%;
}
.list dt, .list dd{
	font-size:14px;
	margin-bottom:30px; 
	float:left;
    height: 32px;
	line-height:32px;
}
.list dt{
	width:84px;
	padding-right:24px;
}
.list dd{
	width:298px;
}
.list dd.dd1{
    width: 500px;
    font-size: 12px;
    color: #999;
    position: relative;
}
.list dd.dd2{
    width: 300px;
}
.list input[type="text"], .list input[type="tel"], .list input[type="password"], .list input[type="code"], .list input[type="number"] {
    color: #333;
    font-size: 14px;
}
.username {
    width: 256px;
    height: 30px;
    border: 1px solid #0066b3;
    padding: 0 6px;
}
.code, .code01 {
    height: 30px;
    border: 1px solid #0066b3;
    padding: 0 6px;
    float: left;
}
.code{
	width: 164px;
	margin-right: 12px;
}	
.code01 {
	width: 157px;
}
dd.hint {
    width: 500px;
}
dd a{
	color:#0066b3;
}
.dd1 span{
	display:block; 
	line-height:16px;
}
.dd1 a{
	line-height:16px;
}
dd.tiaokuan {
    height: 45px;
    width: 800px;
	line-height:25px;
}
.tiaokuan span {/*复选框-未勾选*/
    width: 14px;
    height: 14px;
    margin-top: 6px;
    display: block;
    float: left;
    margin-right: 6px;
    background: url(../images/1_1.png) center center no-repeat;
}
.tiaokuang .takeed {/*复选框-已勾选*/
    background: url(../images/2.png) center center no-repeat;
}
a.text_link {
    margin-left: 24px;
}
.list dt.text, .list dd.text {/*纯文字时的行间距*/
    line-height: 10px;
    height: 25px;
    margin-bottom: 15px;
}
.dd1 .yzmts {/*短信验证码提示1*/
    position: absolute;
    top: 25px;
    left: -298px;
    color: #666;
}
.f_box_rigt p.yzmts {/*短信验证码提示2*/
    position: absolute;
    left: 130px;
    bottom: 65px;
}
.label_nin {/*单选框-未选中*/
    padding-right: 20px;
    background: url(../images/ico/select.png) no-repeat left top;
}
.label_nin.hover {/*单选框-鼠标滑过*/
	background: url(../images/ico/select_hover.png) no-repeat left top;
}
.label_nin.cur {/*单选框-已选中*/
    background: url(../images/ico/selected.png) no-repeat left top;
}
/*end*/

/*表格*/
.biao {
    width: 100%;
    margin: 25px 0 10px;
    border: 1px solid #ccc;
}
.biao th {
    border-bottom: 1px solid #ccc;
    height: 60px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background-color: #e6e6e6;
}
.biao td {
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    height: 54px;
}
table.biao tr:last-child td {/*最后一行表格去掉多余的线*/
    border-bottom: 0;
}
.biao th i{
    background: url(../images/ico/question.png) no-repeat;
    width: 24px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 200px;
}
/*end*/

/*时间控件*/
.title4 {
    float: left;
    height: 32px;
    line-height: 32px;
    width: 70px;
}
.search_jyjl {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}
.layinput{
    width: 102px;
	padding-left: 5px;
    height: 30px;
    border: 1px solid #1774BA;
    float: left;
    color: #333333;
}
/*end*/

/*****成功(失败/提醒)提示页面*****/
.success {
    margin: 55px 0 70px 120px;
}
.xx_top {/*成功提示*/
    display: block;
    height: 64px;
    padding-left: 110px;
    background: url(../images/success.png) no-repeat left top;
    font-size: 30px;
    line-height: 60px;
}
.success p {
    line-height: 24px;
    font-size: 16px;
    margin: 10px 0 0 110px;
}
.success .btn_blue{
	margin:45px 0 0 110px;
}
.godchildren{/*提示页的表格*/
	padding: 0px; 
	margin: 30px 0 40px 90px;	
	width:835px; 
	border:1px solid #ddd;
}
.godchildren th, .godchildren td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-left:12px;
	font-size: 14px; 
	height:40px;
}
.godchildren th{
	background-color: #eee; 
	width:120px;
    font-weight: normal;
}
.godchildren td{ 
	width:298px;
}
.godchildren tr:last-child th, .godchildren tr:last-child td{
	border-bottom:none;
}
.godchildren td:last-child{
	border-right:none;
}
/*end*/

/*tab标签*/
.pic_nva {
    height: 40px;
    border-bottom: 1px solid #ddd;
	margin: 30px 0;
}
.pic_nva ul li {
    float: left;
    padding:0 20px;
    height: 38px;
    line-height: 40px;
    text-align: center;
}
.pic_nva ul li a{
    font-size: 18px;
    line-height: 40px;
    font-family: "Microsoft YaHei";
    cursor: default;
}
.pic_nva .cur {
    border-bottom: 4px solid #0066b3;
}
.pic_nva ul li.cur a {
    color: #0066b3;
}
.pic_nva a.fr {/*退出登录*/
    color: #0066b3;
    font-size: 14px;
    line-height: 47px;
}
/*end*/

/*温馨提示*/
.login_info {
	font-size:14px;
	color:#666;
	margin-top: 20px;
}
.login_info h2 {
	font-size:18px;	
	font-weight: normal;
	height:40px;
	line-height:40px;
	padding-left:35px;
	color:#333;
	background:url(../images/ico/wxts.png) no-repeat 0 10px;
}
.login_info .item1 {
	/*margin-bottom:50px;*/	/*20160627 jww注释*/
	padding-left:35px;
}
.login_info ul li{
	background:url(../images/ico/dot.png) no-repeat left 12px; 
	text-indent:12px;
}
/*end*/

/*进度条-样式2*/
.pbd_step{
	overflow: hidden;
	padding:0 12px;
}
.pbd_step_item{
	height:65px;
	float:left;
}
.pbd_step_item em, .pbd_step_item span, .pbd_step_item i{
	display:inline-block;
	vertical-align:top;
}
.pbd_step_item em{
	width: 36px;
	height: 36px;
	margin-top: 28px;
	background: url(../images/ico/icon_step.png);
}
.pbd_step_item span{
	line-height: 90px;
	margin-left:6px;
	color:#999;
	font-size:24px;
}
.pbd_step_item.on span{
	color:#0066B3;
	font-size: 30px;
	line-height: 90px;
}
.pbd_step_item i{
	width:20px;
	height:20px;
    margin: 35px 16px 0 20px;
}
.pbd_step_item .arrow {
    background: url(../images/ico/icon_step.png) no-repeat -8px -103px;;
}
.pbd_step_1 em{ background-position: 0px 0px;}
.pbd_step_2 em{ background-position: 0px -34px;}
.pbd_step_3 em{ background-position: 0px -69px;}
.pbd_step_1.on em{ background-position: -53px -2px;}
.pbd_step_2.on em{ background-position: -53px -45px;}
.pbd_step_3.on em{ background-position: -53px -87px;}
/*end*/

/*翻页器*/
.page {
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
	font-family: "Microsoft YaHei";
	height: 22px;
	width: 655px;
	margin: 20px auto 30px;
	color: #666;
}
.page .ps{
	width: 42px;
	background:#0066B3;
	color: #fff;
}
.page a {
	display: inline-block;
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
}
.page span {
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color:#666;
}
.page .page_cur {
	font-weight: bold;
	background: #0066B3;
	color: #fff;
}
.page span.yeshu{
	display: inline-block;
	padding: 0 8px;
	line-height: 22px;
	width: 50px;
}
.page .pagetxt {
	margin: 0 3px;
	width: 38px;
	padding: 2px 0;
	line-height:14px;
	overflow: hidden;
	border: solid 1px #cadbe7;
	vertical-align: middle;
	text-align: center;
}
.page .pagebtn {
	width: 55px;
	line-height: 22px;
	height:22px;
	font-size: 12px;
	vertical-align: middle;
	background:#0066B3;
	color: #fff; 
	cursor:pointer;
	text-align: center;
}
.page strong {
	color: #fff;
	background: #0066B3;
	display: inline-block;
	padding: 0 13px;
	height: 22px;
	line-height: 22px;
	margin: 0 12px;
}
.page .pc:hover{
	color:#fff; 
	width:22px;
	height:22px;
	background:#0066b3; 
	cursor:pointer;
}
/*end*/

/*下载打印按钮*/
.down, .print {
    width: 50px;
    height: 22px;
    font-size: 14px;
    padding-left: 25px;
    display: inline-block;
    color: #0066b3;
}
.down {
    background: url(../images/ico/d-p.png) no-repeat 0 2px;
	margin-left: 13px;
}
.print {
    background: url(../images/ico/d-p.png) no-repeat -89px 2px;
}
/*end*/

.m_hide{ display:none;}