@charset "utf-8";
/*===子页面样式===*/
.col-xs-2dot5{
	position: relative;
	float: left;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
	width: 20%;
}
.col-xs-9dot5{
	position: relative;
	float: left;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
	width: 80%
}
.subpage{
	width:auto;
	padding: 10px 0;
	overflow:hidden;
	border-radius:4px;
	}
.subpage .basicbar{
	height:100%;
	margin-top:10px;
	border:solid 1px #e7e7e7;
	}
.subpage h1{
	margin:20px auto;
	font:25px 思源黑体;
	line-height:2.5em;
	color:#464646;
	text-align:center;
	}
.subtitle{
	width:auto;
	height:47px;
	background:#e07254;
	border-bottom:solid 1px #e7e7e7;
	font:bold 14px/47px 宋体;
	color:#fff;
	text-align:center;
	}
.subpage .panel-default {
    border:none;
    box-shadow: none;
}
.pubmsg-box {
    margin: 8px auto;
}

/*面包屑样式*/
.breadcrumb{
	height: 40px;
	border-radius: 0;
	border-bottom: solid 1px #f3f3f3;
	color: #2ba4dc;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
	background: #f3f3f3;
}

.breadcrumb>li+li:before{
	content: ">";
}
.breadcrumb li a{
	font-family: "思源黑体" ;
}
.breadcrumb span{
	font-weight: bold;
}
/*子页列表导航样式*/
.subnav{	
}
.subnav .nav-title{
	position: relative;
	font: bold 23px/48px 思源黑体;
	text-align: center;
	border-radius: 2px;
	background-image: -moz-linear-gradient( 0deg, rgb(32,144,216) 0%, rgb(40,183,234) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(32,144,216) 0%, rgb(40,183,234) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(32,144,216) 0%, rgb(40,183,234) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2090d8', endColorstr='#28b7ea');
	height:48px; 
	margin-bottom: 10px;
	color: #fff; 
}

.own-nav .subnav li{
	height: 210px;
	font: 14px/40px 宋体;
	text-align: center;
	margin-bottom: 10px;  
	position: relative;
	background: #f3f3f3;
}
.own-nav .subnav li:before{
	display: none;
}
.own-nav  .subnav li>a{
	padding: 0;
	font: 14px/40px 宋体;
}  
.page-list{
	min-height: 560px;
}

.subnav li{
	height: 40px;
	font: 14px/40px 宋体;
	position: relative;
	background: #f3f3f3;
	margin-bottom: 10px;
}
.subnav li:before{
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	left: 0;
	content: "■";
	text-align:center;
	color:#28a5ee;
	font-size: 14px;
}
.subnav li>a{
	padding: 0;
	text-indent:2em;
	font: 14px/40px 宋体;
}
.subnav li:hover:before,.subnav .active:before{
	color: #fff;
	
}
.subnav li:hover,.subnav .active{
	background-image: -moz-linear-gradient( 0deg, rgb(34,199,255) 0%, rgb(41,160,236) 99%);
	background-image: -webkit-linear-gradient( 0deg, rgb(34,199,255) 0%, rgb(41,160,236) 99%);
	background-image: -ms-linear-gradient( 0deg, rgb(34,199,255) 0%, rgb(41,160,236) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b7ea', endColorstr='#2090d8');
}

.subnav li:hover a,.subnav .active a{
	font-weight: bold;
	color: #fff;
	cursor:pointer;
}
/*文章列表*/
.sublist{
	position: relative;
	border-radius: 4px;	
	}

.sublist  li{
	height:34px;
	margin:0 auto;
	padding-left:20px;
	
	}

.sublist li a{
	display:block;
	max-width:80%;
	font:14px/34px 宋体;
	color:#393939;
	}
.sublist li a:before {
    width: 2px;
    content: "·";
    margin-right: 5px;
    font: bold 14px/34px 思源黑体;
}
.sublist  li em{
	font:14px/34px 宋体;
	color:#393939;
	float: right;
}	
.sublist  li a:hover{
	font:bold 14px/34px 宋体;
	color:#ffa800;
	}
.sublist .new-icon{
	float:left;
	margin:12px 5px;
	}
.sublist .date{
	float:right;
	font:14px/34px 宋体;
	color:#999;
	}
/*分页样式*/
.turnpage .pagination>li:last-child>a,.turnpage .pagination>li:last-child>span,.turnpage .pagination>li:first-child>a,.turnpage .pagination>li:first-child>span{
	border-radius: 0;
}
.turnpage .input-group{
	max-width: 135px;
	margin: 20px auto;
}
.turnpage a.active{
	background: #e96a6c;
	color: #fff;
}
.turnpage .input-group .btn{
	border-radius: 0;
}
.turnpage .form-control{
	max-width: 43px;
}

/*文章承载*/
.page{
	position: relative;
	width:auto;
	font:14px/30px 宋体;
	color:#626262;
	border-top: none;
	border-radius: 0 0 7px 7px;
	behavior: url(js/PIE.htc);
	}
.page .title{
	width:auto;
	margin:10px auto;
	}
.page .title h1{
	width:auto;
	font:bold 27px/35px 宋体;
	color:#232323;
	text-align:center;
	}
.main .p{
	text-indent:3px ;
}
.page .title .explain{
	font:13px/30px 宋体;
	color:#626262;
	text-align:center;
	background-color: #fafafa;
	}
.page .title .explain span:hover{
	cursor:pointer;
	color: #de681a;
	}
.page .main{
	width:auto;
	    padding: 20px 0;
}
/*文章内容样式*/
.page-content{
	padding: 0 40px;
}
.page-content .subway{
	height: 30px;
	background: #f4f4f4;
	font: 14px/30px 宋体;
	color: #2f2f2f;
}
.page-content .main{
	padding: 20px 0;
}	
/*文章快捷翻页*/
.quickturn {
    width: auto;
    margin: 20px auto;
    padding: 10px 0;
    border-top: 1px solid #dedede;
}
.quickturn li{
	display: table;
	width: 100%;
	height: 20px;
	margin: 5px auto;
	table-layout: fixed;
}
.quickturn li .head{
	display: table-cell;
	width: 50px;
	font: 14px/20px 宋体;
	color: #fff;
	background: #2ba4dc;
	text-align: center;
}
.quickturn li .body{
	display: table-cell;
	padding: 0 5px;
	font: 14px/20px 宋体;
	color: #474747;
	text-align: left;
}


/*司法公开查询框*/
.doc-querybox{
	height: 50px;
	background: #fcf9ea;
	overflow: hidden;
}
.doc-querybox .main{
	width: 100%;
	height: 100%;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 120px;
	margin-left: -120px;
}
.doc-querybox .own-box-title.nav-tabs>li.active>a{
	height: 50px;
	line-height: 30px;
}
.doc-querybox .input-group-addon,.doc-querybox .form-control{
	border-radius: 0;
	background: #fff;
	border-color: #d7bd98;
	font-size: 14px;
}
.doc-querybox .input-group-addon{
	background: none;
	border: none;
}


/*查询面板*/
.query-panel{
	border-radius: 0;
}
.query-panel .titlebar{
	border-radius: 0;
}
.query-panel .panel-title{
	font-family: 宋体;
	font-weight: bold;
	font-size: 14px;
}
.query-panel .own-box-title.nav-tabs>li.active>a{
	height: 50px;
	line-height: 30px;
}
.query-panel .input-group-addon,.query-panel .form-control{
	border-radius: 0;
	background: #fff;
	border-color: #e0e0e0;
	font-size: 14px;
}
.query-panel .input-group-addon{
	background: none;
	border: none;
}
/*表格样式*/
.subform{
	}
.subform table{
	border:solid 1px #e7e7e7;
	border-collapse:collapse;
	word-break:break-all;
	}
.subform th{
	height:35px;
	background:#fafafa;
	border-bottom-width:1px;
	}
.subform .table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
	border-bottom-width:1px;
}
.subform .title{
	float:left;
	margin-left:10px;
	font:bold 14px/35px 宋体;
	color:#3766be;
	}
.subform td{
	max-width:30%;
	height:40px;
	padding:0 3em;
	border:solid 1px #e7e7e7;
	font:14px/40px 宋体;
	color:#777;
 	}
.subform td b{
	padding:0 3px 0 20px;
	}
.subform td b:first-child{
	padding:0 3px 0 0;
	}
.subitem{
	text-align:center;
	}
.subform .more{
	float:right;
	padding:0 10px;
	margin:8px;
	border:solid 1px #3766be;
	border-radius:5px;
	font:14px/18px 宋体;
	color:#3766be;
	}
.subform .more:hover{
	background:#3766be;
	color:#fff;
	}
.medialist th{
	border: solid 1px #e7e7e7;
	text-align: center;
}
.medialist .title,.medialist td{
	float: none;
	text-align: center;
}
.medialist .subitem{
	text-align: left;
}
.medialist .subitem a{
	max-width: 80%;
}
/*表格样式2*/
.doclist{
	padding:10px;
	}
.doclist table{
	border-collapse:collapse;
	table-layout:fixed;
	}
.doclist tr{
	height:30px;
	font:14px/30px 宋体;
	color:#626262;
	text-align:center;
	}
.doclist .table>thead>tr>th,.doclist .table>tbody>tr>th,.doclist .table>tfoot>tr>th,.doclist .table>thead>tr>td,.doclist .table>tbody>tr>td,.doclist .table>tfoot>tr>td{
	border-top: none;
}
.doclist td a{
	display:inline-block;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:left;
	}
.docmessage{
	width:auto;
	height:35px;
	margin:10px auto;
	background:#fafafa;
	font:14px/35px 宋体;
	color:#70afed;
	text-align:center;
	}
.docmessage em{
	padding:0 5px;
	font:14px/35px 宋体;
	color:#70afed;
	}
.textbox{
	width:auto;
	height:auto;
	overflow:hidden;
	line-height:2.5em;
	color:#777;
	padding:10px 0 40px 0;
	border-bottom:dashed 1px #aaa;
	}
.textbox p{
	line-height:2em;
	}
/*登录弹窗*/
/* input */
.theme-signin input {
	font-size: 14px;
	font-size: 100%;
	font-family: 思源黑体;
	outline: none;
	line-height: normal;
	color: #444;
}
.theme-signin .ipt {
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 6px;
	height: 31px;
	line-height: 31px;
	color: #555;
	width: 180px;
	vertical-align: baseline;
}
.theme-signin .ipt:focus {
	border-color: #95C8F1;
	box-shadow: 0 0 4px #95C8F1;
}
/* btn */
.theme-signin .btn {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	min-width: 52px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: #666;
	background-color: #f5f5f5;
	background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: linear-gradient(top, #F5F5F5, #F1F1F1);
}
.theme-signin input.btn {
	height: 29px;
}
.theme-signin .btn-primary {
	border-color: #3079ED;
	color: #F3F7FC;
	background-color: #4D90FE;
	background: -webkit-linear-gradient(top, #4D90FE, #4787ED);
	background: -moz-linear-gradient(top, #4D90FE, #4787ED);
	background: linear-gradient(top, #4D90FE, #4787ED);
}
.theme-signin .btn-primary:hover {
	border-color: #2F5BB7;
	color: #fff;
	background-color: #4D90FE;
	background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
	background: -moz-linear-gradient(top, #4D90FE, #357AE8);
	background: linear-gradient(top, #4D90FE, #357AE8);
}
.theme-signin .btn-primary:active {
	box-shadow: #2176D3 0 1px 2px 0 inset;
	border-color: #3079ED;
}
.theme-signin .btn-primary:focus {
	border-color: #4d90fe;
	outline: none
}
.theme-signin .theme-buy {
	margin-top: 7%;
	text-align: center;
}
.theme-signin {
	font-size: 15px;
}
.theme-popover-mask {
	z-index: 9;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	-moz-opacity: 0.5;
	display: none;
}
.theme-popover {
	z-index: 9;
	position: absolute;
	top: 10%;
	left: 58%;
	width: auto;
	height: auto;
	margin: 0 0 0 -330px;
	border-radius: 5px;
	border: solid 1px #e4e4e4;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px #666;
	background: #fff;
	overflow:hidden;
}
.theme-poptit {
	border-bottom: 1px solid #d5d5d5;
	background:#f6f6f6;
	padding: 12px;
	position: relative;
	height: 40px;
}
.theme-poptit .close {
	float: right;
	color: #626262;
	padding: 5px;
	margin: -2px -5px -5px;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd
}
.theme-poptit h3{
	color:#212a31;
	font-size:14px;
	font-weight:normal;
	font-family:思源黑体;
	}
.theme-poptit .close:hover {
	color: #0071ce;
}
.theme-popbod {
	padding: 60px 15px;
	color: #444;
	height: auto;
}
.dform {
	padding:25px 40px;
	text-align: center;
}
.theme-signin {
	margin:0 auto;
	text-align: left;
	font-size: 14px;
}
.theme-signin h4 {
	color: #999;
	font-weight: 100;
	margin-bottom: 20px;
	font-size: 14px;
}
.theme-signin li {
	list-style:none;
	padding-left:120px;
	margin-bottom: 10px;
	overflow:hidden;
}
.theme-signin li strong {
	float: left;
	margin-left: -80px;
	width:80px;
	text-align: right;
	line-height: 32px;
	font-family:思源黑体;
	color:#777;
}
.theme-signin .btn {
	margin-bottom: 10px;
	margin-right:10px;
}
.theme-signin p {
	font-size: 14px;
	color: #999;
}

/*锚点导航*/

.slidenav{
	position: fixed;
	display: table;
	width: 120px;
	height: auto;
	margin-right: auto;
	top: 300px;
	left:0;
	right: auto;
	z-index: 99;
}

@media (min-width: 1160px) {
	.slidenav{
		position: fixed;
		display: table;
		width: 120px;
		height: auto;
		margin-right:560px;
		top: 300px;
		right:50%;
		left: auto;
	}
}
.slidenav:before{
	position: absolute;
	width: 2px;
	height: 100%;
	border-left: dashed 1px #a7a7a7;
	right: -20px;
	content: "";
}
.slidenav li{
	position: relative;
	width: auto;
	height: 30px;
	margin-bottom: 10px;
	border: solid 1px #3766be;
	border-radius: 5px;
	background: #fff;		
}
.slidenav li:before{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: -25px;
	margin-top: -2.5px;
	border-radius: 3px;
	background: #3766be;
	content: "";
}
.slidenav li:active{
	background: #3766be;
}
.slidenav li a{
	display: block;
	width: auto;
	height: 100%;
	font: 14px/30px 宋体;
	color: #3766be;
	text-align: center;
}
.slidenav li:active a{
	color: #fff;
}

/*结果页*/
.result{
	padding:15px;
	font:14px/30px 宋体;
	color:#626262;
	}
.result .tip{
	margin: 15px auto;
	font:14px/30px 宋体;
	color: #999;
}
.result ul li{
	display: table;
	width: 100%;
/* 	padding-bottom: 10px; */
	margin-bottom: 20px;
	border-bottom: dashed 1px #d2d2d2;
}
.result .maintitle{
	font: 18px/50px 宋体;
	margin-bottom: 10px;
	color: #2f2f2f;
}
.result .info{
	font:14px/30px 宋体;
	padding: 0 5px;
	color: #5a5958;
	background: #f3f3f3;
}
.result .btn-box{
	width: auto;
	height: 40px;
	padding: 5px 0;
	text-align: center;
}

.result img{
	display: block;
	margin: 20px auto;
}
.orange{
	color: #ffa800;
}	


/*选择法院*/
/*公共：盒子样式*/
.basicbox{
    position: relative;
	width:auto;
	background:#fff;
    border:solid 1px #eddeca;
    overflow: hidden;
	}
.basicbox:first-child{
	margin-left:0;
	}
.basicbox .head{
	position:relative;
	height:42px;
	padding-top: 5px;
	background: #7ea9f6;
	}

.basicbox .head .name{
	width:auto;
	height:37px;	
	font:bold 14px/37px 宋体;
	color:#fff;
	background: #3766be;
	text-align:center;
	}
.basicbox .head .main{
	width:auto;
	margin:0 12px;
	padding:0 10px;
	font:24px/46px 思源黑体;
	border-radius:5px;
	}
.basicbox .head .more{
	float:right;
	width:auto;
	height:50px;
	margin:8px;
	font:14px/50px 思源黑体;
	color:#333;
	}
.basicbox .head .more:hover{
	color:#d0482e;
	}
.basicbox .body{
	width:auto;
	}
/*表格样式*/
.form-type-1{
	overflow: hidden;
}
.form-type-1 dt{
	height: 40px;
	background: #fff5e9;
	border-bottom: none;
	font: 18px/40px 思源黑体;
	color: #a0562d;
	text-align: center;
}
.form-type-1 .item{
	float: left;
	height:100%
}
.form-type-1 dd{
	height: 65px;
	border-top: solid 1px #e4c79e;
	font: 18px/65px 思源黑体;
	color: #a0562d;
	text-align: center;
	}
.form-type-1 dd:hover{
	background: #f4f9fd;
}
.form-type-1 dd a:hover{
	font-weight: bold;
}
.chosebox{
	position: relative;
	height: 100%;
}
.chosebox .first-level,.chosebox .second-level{
	padding: 10px;
	overflow: hidden;
}
.secondbar{
}
.secondbar dt{
	padding: 0 15px;
}
.secondbar dt .second-court{
	margin-left: 10px;
}
.secondbar dt .second-court:before{
	content: "您当前选择的法院是：";
}
.secondbar .first-court{
	font-size: 18px;
	font-weight: bold;
}
.secondbar dd{
	border: none;
	height: 45px;
	margin: 2px auto;
	line-height: 45px;
}
.secondbar dd:hover{
	background: #fff;
}
.secondbar dd .item:hover,.secondbar dd .active{
	background: #fbf1e7;
}
.secondbar .item{
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: left;
	font-size: 14px;
}
.second-level{
	display: none;
}
.chosebox .btn-box{
	position: absolute;
	width: 100%;
	height: 58px;
	bottom: 0;
	padding: 10px 0;
	text-align: center;
	background: #fbf1e7;
	border-top: solid 1px #e4c79e;
}
.chosebox .submit{
	width: 120px;
	height: 100%;
	margin: 0 10px;
	background: #3766be;
	font:bold 14px 宋体;
	color: #fff;
	border-radius: 0;
}
.chosebox .reset{
	width: 120px;
	height: 100%;
	margin: 0 10px;
	background: #f2e0c9;
	font:bold 14px 宋体;
	color: #2f2f2f;
	border-radius: 0;
}
#chose-prev{
	display: none;
}
.case-content .choosebtn{
	height: 54px;
	background-image: -moz-linear-gradient( 90deg, rgb(222,107,31) 0%, rgb(240,155,99) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(222,107,31) 0%, rgb(240,155,99) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(222,107,31) 0%, rgb(240,155,99) 100%);
	border: solid 1px rgb( 221, 172, 105 );
	box-shadow:inset 0 0 3px #ffe0b0;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
}

.password-tip{
	font: 14px/24px 宋体;
	color: #333;
}
.password-name{
	display: table;
	width: 100%;
	background: #f9fbff;
	border:dashed 1px #c3d2ef;
}
.password-title{
	font:bold 14px/30px 宋体;
	color: #3e6ec5;
}




/*文书列表*/
.index-text-type-1{
	position: relative;
	background: #fff;
	padding: 45px 20px;
	border-radius: 5px;
	behavior: url(js/PIE.htc);
}
.index-text-type-1 .item{
	display: inline-block;
	position: relative;
	width: 302px;
	height: 53px;
	margin: 16px 20px;
	border: solid 1px #dbdbdb;
	border-radius: 5px;
	background: #fff;
	behavior: url(js/PIE.htc);	
}
.index-text-type-1 .item:hover{
	background: #86c4f3;
	border-color: #86c4f3;
}
.index-text-type-1 .item:before{
	position: absolute;
	top: 17px;
	left: 17px;
	content: url(../images/icon-doc1.png);
}
.index-text-type-1 .item:hover:before{
	content: url(../images/icon-doc1-hover.png);
}
.index-text-type-1 .item:after{
	position: absolute;
	top: 17px;
	right: 17px;
	content: ">";
	color: #cdcdcd;
}
.index-text-type-1 .item:hover:after{
	color: #fff;
}
.index-text-type-1 .item a{
	display: block;
	height: 50px;
	font: 14px/50px 宋体;
	padding: 0 40px 0 60px;
	color: #000;
	text-align: left;
}
.index-text-type-1 .item:hover a{
	color: #fff;
}




/*查询条*/
.consultbar{
	width:auto;
	margin:0 auto 10px auto;
	background:#f5f5f5;
	}
.consultbar .content{
	width:auto;
	margin:0 auto;
	padding:15px 20px;
	overflow: hidden;
	}
.consultbar li{
	float:left;
	width:auto;
	height:100%;
	padding:0 1%;
	text-align:center;
	}
.consultbar .name{
	float:left;
	width:auto;
	font:14px/34px 宋体;
	color:#474747;
	text-align:right;
	}
.consultbar .inputbox{
	float:left;
	width:auto;
	height:34px;
	padding:0 5px;
	margin:0 5px;
	background:#fff;
	border:solid 1px #e1e1e1;
	font:14px/25px 宋体;
	color:#777;
	}
.consultbar .longinput{
	width:360px;
	}
.consultbar .middleinput{
	width:170px;
	}
.consultbar .shortinput{
	width:120px;
	}
.consultbar .miniinput{
	width:90px;
	}
.consultbar .yzm{
	float:left;
	width:80px;
	height:34px;
	margin-left:5px;
	border:solid 1px #e2e2e2;
	overflow:hidden;
	}
.consultbar .yzm img{
	width:80px;
	height:34px;
	}
.btnbox{
	width:100%;
	height:100%;
	}
.btnbox .btn{
	width:85px;
	height:34px;
	font:bold 14px 宋体;
	}
.btnbox .submit{
	background-image: -moz-linear-gradient( 90deg, rgb(224,90,0) 0%, rgb(255,118,12) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(224,90,0) 0%, rgb(255,118,12) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(224,90,0) 0%, rgb(255,118,12) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0.5, startColorstr = #ff760c, endColorstr = #e05a00); /*IE8*/
	font:bold 14px 宋体;
	color:#fff;
	border-radius: 3px;
	border: solid 1px #ef6d05;
	}
.btnbox .reset{
	background-image: -moz-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0.5, startColorstr = #ffffff, endColorstr = #eeeeee); /*IE8*/
	font:bold 14px 宋体;
	color:#2f2f2f;
	border-radius: 3px;
	border: solid 1px #d5d5d5;
	}

/*全屏登录*/
.full-login{
	position: absolute;
	width: 740px;
	height: 320px;
	top: 50%;
	right: 10%;
	margin-top: -250px;
	z-index: 1;
}
.full-login .titlebar{
	height: 72px;
	background: url(../images/full-logo.png) center right no-repeat;
}
.full-login .contentbar{
	padding: 25px 0;
}
.full-login .inputbox{
	float: left;
	display: inline-block;
	width: 42%;
	height: 80px;
	margin: 0 2%;
	text-align: center;
	border: solid 1px #fbfdf8;
	border-radius: 3px;
	background: rgba(255,255,255,0.3);
}
.full-login .inputbox img{
	margin-top: 13px;
}
.full-login .btn-line{
	margin-top: 30px;
	text-align: center;
}
.full-login .button{
	width: 215px;
	height: 64px;
	margin: 0 20px;
	line-height: 64px;
	border: none;
	border-radius: 10px;
	font: 30px/64px "思源黑体";
	color: #fff;
}
.full-login .button:focus{
	outline: none;
}
.full-login .submit{
	background: #f09326;
}
.full-login .reset{
	background: #00a0e9;
}
