/*reset*/

* {
	padding: 0;
	margin: 0;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	/*vertical-align: baseline;*/
	background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
	display: block;
}

html,
body {
	height: 100%;
	color: #333;
	font-size: 13px;
	font-family: "微软雅黑", MicrosoftYaHei;
}

a {
	text-decoration: none;
	color: #3cf;
	-webkit-tap-highlight-color: transparent;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

input {
	outline: medium none;
	font-family: "微软雅黑", MicrosoftYaHei;
	font-size: 14px;
}

button {
	font-family: "微软雅黑", MicrosoftYaHei;
}

em {
	font-style: normal;
}

.wrap {
	max-width: 100%;
	min-height: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #ccc;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color: #f60;
}

.ececk_warning {
	font-size: 13px;
	color: red;
	width: 300px;
	margin: 0 auto;
	display: none;
}

header {
	width: 100%;
	height: 50px;
	background: #1e1b29;
	border-bottom: solid 4px red;
}

.member_wrap {}

.header_item {
	overflow: hidden;
}

.user_menu {
	width: 100%;
	height: 170px;
	padding: 20px 0;
	background: url(../img/banner_bg.jpg) repeat;
}

.header_item {
	width: 980px;
	margin: 0 auto;
}

.menu_head {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: solid 3px #fff;
	overflow: hidden;
}

.menu_head img {
	width: 100%;
	height: 100%;
}

.menu_info {
	width: 840px;
	margin-left: 20px;
}

.info_name {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}

.info_name_box {
	margin-top: 10px;
}

.level {
	font-size: 14px;
	color: #f60;
	font-weight: bold;
}

.info_desc {
	margin-top: 10px;
	font-size: 14px;
	color: #FFF;
}

.banner_menu {
	width: 980px;
	height: 50px;
	margin: 20px auto;
	background: #fff;
}

.nav_box {
	margin-top: 50px;
}

.nav_box ul {
	overflow: hidden;
}

.nav_box ul li {
	display: block;
	padding: 0 20px;
}

.nav_box ul li a {
	color: #fff;
	font-size: 16px;
}

.nav_box ul li a:hover {
	color: red;
}

.login_wrap {
	/*background: url(../img/logo_bg.jpg) no-repeat center;*/
	/*background-size: 100%;*/
}

.login_box {
	width: 360px;
	border: solid 1px #f0f0f0;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #ea8463;
	background: rgba(255, 255, 255, 0.8);
	margin: 0px auto;
}

.login_title {
	font-size: 16px;
	text-align: center;
	color: #888888;
	padding: 15px 0;
	width: 300px;
	margin: 0 auto;
}

.login_title .login-titleleft {
	float: left;
	color: #d04d22;
	/* font-weight: bold; */
	border-bottom: solid 2px #ea8463;
	height: 24px;
}

.login_title .login-titleright {
	float: right;
	color: #e3393c;
	font-size: 14px;
}

.login_title .login-titleright img {
	width: 16px;
	height: 16px;
	padding-top: 2px;
	margin-right: 2px;
	float: left;
}

.form_text_ipt {
	width: 300px;
	height: 30px;
	border: solid 1px #CCCCCC;
	margin: 20px auto 0 auto;
	background: #FFFFFF;
}

.form_text_ipt span {
	color: #ddd;
	line-height: 20px;
}

.form_check_ipt {
	width: 300px;
	margin: 10px auto;
	overflow: hidden;
}

.form_text_ipt input {
	width: 290px;
	height: 30px;
	margin: 0 5px;
	border: none;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #666;
}

.check_left label {
	cursor: pointer;
}

.check_left label input {
	position: relative;
	top: 2px;
}

.form_btn {
	width: 300px;
	height: 40px;
	margin: 10px auto;
}

.form_btn button {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 100%;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	background: #0066CC;
	cursor: pointer;
}

.form_reg_btn {
	width: 300px;
	margin: 20px auto 0;
	font-size: 14px;
	color: #666;
}

.other_login {
	overflow: hidden;
	width: 300px;
	height: 30px;
	line-height: 80px;
	margin: 0px auto;
}

.telYanzheng {
	display: inline-block;
	width: 147px;
	height: 32px;
	margin-left: -14px;
	text-align: center;
	line-height: 32px;
	background-color: #f00;
	color: #fff;
	cursor: pointer;
}

.telYanzheng:hover {
	color: #ccc;
}

.other_left {
	font-size: 14px;
	color: #999;
}

.contbox {
	width: 1310px;
	min-width: 1310px;
	overflow: hidden;
	margin: 0 auto;
}


/*检索*/

.czsmbox {
	height: 440px;
	width: 240px;
	border-radius: 20px;
	background-color: #008dff;
	color: #fff;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	margin: 20px;
}

.czsmbox span {
	font-size: 12px;
	color: #ddd;
}

#css {
	text-decoration: none;
}

.tab1 {
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.menu {
	height: 60px;
	font-size: 14px;
	background-color: #4c93cc;
}

.menu li {
	float: left;
	/*width: 187px;*/
	text-align: center;
	line-height: 60px;
	height: 60px;
	cursor: auto;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	cursor: pointer;
}

.menu li:first-child {
	border-left-width: 0;
}

#tab1 .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu li.off {
	position: relative;
	z-index: 1000;
}

.menu li.off span {
	color: #008dff;
	position: relative;
	z-index: 9999;
}

.menu li.off div {
	position: absolute;
	top: 2px;
	width: 187px;
	height: 60px;
	font-weight: bold;
	z-index: 500;
	background: url(../img/menubg.png) no-repeat center center;
}

#content #tab1 .menudiv #con_one_1 #1 table tr td #u112_input {
	height: 50px;
}

#test1 {
	height: 100px;
	margin-top: 15px;
	width: 300px;
}

#bc01 {
	height: 29px;
	width: 52px;
	background-image: url(images/u113.png);
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}

.menudiv {
	background: #fefefe;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
	padding-top: 70px;
}


/*td {
	margin-top: 11px;
	padding-top: 11px;
}*/

#tx01 {
	height: 157px;
	width: 158px;
	background-image: url(images/u131.png);
	background-repeat: no-repeat;
	float: left;
}

#wzms {
	height: 157px;
	width: 278px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#content #tab1 .menudiv #con_one_3 #txgg #wzms span {
	font-size: 14px;
	color: #F00;
}

#tpsc {
	background-image: url(images/u133.png);
	height: 33px;
	width: 81px;
	margin-top: 40px;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#txgg {
	height: 160px;
	width: 500px;
	margin-top: 20px;
	margin-left: 100px;
}

.menudiv div {
	/*padding: 15px;
	line-height: 28px;*/
}

#content {
	width: 1000px;
}


/*检索*/

.retrieval .caozuo {
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-right: 50px;
	margin-bottom: 20px;
	font-size: 15px;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.retrieval ul li {
	float: left;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-right: 50px;
	font-size: 15px;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.retrieval ul li span,
.retrieval .caozuo span {
	float: left;
	padding-left: 30px;
}

.retrieval ul li img,
.retrieval .caozuo img {
	margin-top: 10px;
}

.retrieval .shuoming {
	margin-top: 200px;
	font-size: 14px;
}

.retrieval .shuoming p {
	margin-bottom: 10px;
}


/*检索反馈*/

.feedback table {
	width: 100%;
}

.feedback table th {
	border: solid 1px #eaeaea;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.feedback table td {
	border: solid 1px #eaeaea;
	height: 56px;
	text-align: center;
	position: relative;
}


/*.feedback table td:last-child a img{
	float: right;
	margin-top: -20px;
}*/


/*.feedback table td:first-child{
	width:30%;
}
.feedback table td:last-child{
	width:30%;
}
*/


/*合作流程*/

.process {
	/* width: 80%;*/
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	line-height: 30px;
}

.process ul li {
	float: left;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 0 35px 20px 35px;
	font-size: 15px;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.process ul li span {
	float: left;
	padding-left: 10px;
}

.process ul li img {
	margin-top: 10px;
}


/*文件管理*/

.manage table {
	width: 100%;
}

.manage table th,
.manage table td {
	border: solid 1px #eaeaea;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

div.manageheader {
	padding: 0!important;
	line-height: 41px!important;
	width: 82%;
	margin: 0 auto;
	text-align: left;
}

div.manageheader .label {
	background: no-repeat;
	color: #333;
}

div.manageheader .arrow {
	display: block;
	width: 16px;
	height: 16px;
	background: no-repeat center;
	float: right;
}

div.manageheader .arrow.up {
	background-image: url(../img/arrow_u.png);
	margin-top: 14px;
}

div.manageheader .arrow.down {
	background-image: url(../img/arrow_d.png);
	margin-top: 14px;
}

.managemenu {
	display: none;
	width: 82%;
	margin-left: 44px;
	text-align: left;
}


/*案件进展*/

.progress table {
	width: 100%;
}

.progress table th,
.progress table td {
	border: solid 1px #eaeaea;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

div.progressheader {
	padding: 0!important;
	line-height: 41px!important;
	width: 80%;
	margin: 0 auto;
}

div.progressheader .label {
	background: no-repeat;
	color: #3cf;
}

div.progressheader .arrow {
	display: block;
	width: 16px;
	height: 16px;
	background: no-repeat center;
	float: right;
}

div.progressheader .arrow.up {
	background-image: url(../img/arrow_u.png);
	margin-top: 14px;
}

div.progressheader .arrow.down {
	background-image: url(../img/arrow_d.png);
	margin-top: 14px;
}

.progressmenu {
	display: none;
	width: 100%;
	text-align: left;
}

.progressmenu .menubox {
	margin: 10px;
	border: 1px solid #ddd;
}

.progressmenu p {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #000;
	background: #e8eef1;
}

.progressmenu img {
	margin-right: 5px;
}

.progressmenu li {
	margin: 5px;
}

.progressmenu div {
	padding: 0!important
}


/*在线预定*/

.yuding {
	margin: 20px;
}

.yuding p {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}

.yuding p.all {
	background: #dddddd;
}

.yuding p.alltit {
	background: #eeeeee;
	margin-top: 10px;
}

.yuding table {
	width: 100%;
}

.yuding table th,
.yuding table td {
	border: solid 1px #eaeaea;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.yuding button {
	width: 30px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ddd;
	background: #fff;
	margin: 10px;
}

div.yudingheader {
	padding: 0!important;
	line-height: 41px!important;
	width: 80%;
	margin: 0 auto;
}

div.yudingheader .label {
	background: no-repeat;
	color: #333;
}

div.yudingheader .arrow {
	display: block;
	width: 16px;
	height: 16px;
	background: no-repeat center;
	float: right;
}

div.yudingheader .arrow.up {
	background-image: url(../img/arrow_u.png);
	margin-top: 14px;
}

div.yudingheader .arrow.down {
	background-image: url(../img/arrow_d.png);
	margin-top: 14px;
}

.yudingmenu {
	display: none;
	width: 100%;
	text-align: left;
}

.yuding p.jiesuan {
	background: #eeeeee;
	text-align: right;
	height: 50px;
}

.yuding p.jiesuan .zj {
	color: #f00;
	font-size: 14px;
}

.yuding p button.jiesuanbtn {
	width: 100px;
	height: 40px;
	background: #d84a4a;
	border: 0;
	color: #fff;
	margin: 5px;
}

.retrieval,
.manage,
.progress {
	padding: 50px;
	overflow: hidden;
}

.feedback {
	padding: 20px;
	overflow: hidden;
}

.retrieval .uploadify-button {
	/*border: none;
    color: #fff;
    margin-top:70px;
    background: url(../img/bg12.jpg) no-repeat;*/
	width: 143px!important;
	height: 40px!important;
	line-height: 40px!important;
	text-align: center;
	cursor: pointer;
}

.feedback .uploadify-button {
	border: none;
	width: 143px!important;
	height: 40px!important;
	line-height: 40px!important;
	color: #fff;
	margin-top: -15px;
	margin-left: 20px;
	background: url(../img/bg12.jpg) no-repeat;
	text-align: center;
	cursor: pointer;
}

.uploadify {
	float: left;
	height: auto!important;
}


/*.uploadify-queue,.uploadify-queue-item{
	width:100px;
	height:20px;
}*/

.uploadify-queue-item {
	margin-left: 20px;
}


/*.cancel{
	text-align:right;
	height:20px;
	position: absolute;
	top:40px;
	right:30px;
}*/


/*.fileName{
	width: 140px;
    position: absolute;
    top:40px;
    left:20px;
    white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}*/

.uploadifyfilebox {
	border: 1px solid #f00;
}

.hetongtd {
	height: 65px!important;
}

.retrieval {
	position: relative;
	line-height: 30px;
}

.retrieval p,
.process p {
	height: 65px;
	margin-top: 12px;
	border-bottom: 1px dashed #dddddd;
}

.retrieval p strong {
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 14px;
}

.lineh60 {
	line-height: 60px;
}

#fname {
	position: absolute;
	top: 240px;
	left: 50px;
}

.data {
	display: none;
}

.retrieval .fileName {
	position: absolute;
	left: 50px;
	/*top: 300px;*/
	top: 250px;
	width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.retrieval .cancel a {
	position: absolute;
	/*top: 301px;*/
	top: 251px;
	left: 203px;
	color: #F06D65;
	/*display: none;*/
}

.retrieval .cancel a img {
	width: 25px;
	height: 25px;
}

.retrieval .shanghcuan {
	position: absolute;
	/*top: 258px;*/
	top: 185px;
	left: 200px;
}

.feedback .fileName {
	position: absolute;
	left: 20px;
	top: 45px;
	color: #555;
	width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.feedback .cancel a {
	position: absolute;
	top: 43px;
	left: 178px;
	color: #F06D65;
	/*display: none;*/
}

.feedback .shanghcuan {
	position: absolute;
	top: 10px;
	left: 175px;
}

.feedback .cancel a img {
	width: 25px;
	height: 25px;
}

.z-register-search {
	margin-top: 10px;
	width: 350px;
	height: 140px;
	border-bottom: none;
}

.z-register-search-text {
	margin-top: 0px;
	width: 85px;
	float: left;
	margin-left: 0px;
}

.s-reg-1 {
	width: 800px;
	height: 40px;
}

.s-reg-1 input {
	width: 200px;
	height: 30px;
}

.s-reg-1 span {
	margin-top: 11px;
	font-size: 12px;
	color: #d84a4a;
}

.s-reg-2 {
	width: 300px;
	height: 40px;
}

.s-reg-2 input {
	width: 100px;
	height: 30px;
	padding-left: 10px;
}

.s-reg-2 span {
	margin-top: 11px;
	font-size: 12px;
	color: #d84a4a;
	padding-left: 10px;
}

.s-reg-3 {
	width: 200px;
	height: 40px;
}

.s-reg-3 input {
	width: 70px;
	height: 30px;
	padding-left: 10px;
}

.s-reg-3 span {
	margin-top: 11px;
	font-size: 12px;
	color: #d84a4a;
	padding-left: 10px;
}

.z-register-search ul li {
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	padding: 5px 0 0 0;
}

.z-register-searchbt1 {
	border: none;
	margin: 50px 39%;
}

.z-register-search ul {
	margin: 0px 0 0 0px;
	width: 100px;
	float: left;
	text-align: right;
}

.z-search-register i,
.z-search-registration i,
.z-search-entry i {
	display: block;
	float: right;
	margin: 20px;
	cursor: pointer;
}

.s-right-input-gx {
	background: #1ba1e6;
	color: #ffffff;
	padding: 11px 72px;
	margin-top: 20px;
	margin-left: 26px;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	border: none;
}

.savebt {
	width: 200px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	background: #D84A4A;
	margin: 15px 0 0 0px;
	border-radius: 3px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 40px 37%;
	border: none;
}

.savebt:hover {
	background: #BD2525;
}


/**/

.manage .uploadify-button {
	position: absolute;
	top: -5px;
	left: 0;
	border: none;
	width: 143px!important;
	height: 40px!important;
	line-height: 40px!important;
	color: #fff;
	background: url(../img/bg12.jpg) no-repeat;
	text-align: center;
	cursor: pointer;
}

.swfupload {
	top: 5px;
	left: 20px;
	border: none;
	width: 143px!important;
	height: 40px!important;
	line-height: 40px!important;
	cursor: pointer;
}

.manage td {
	position: relative;
}

.manage .uploadify-button-text {
	/*	position: absolute;
	top:0;
	width: 143px!important;
	left:30px;*/
}

.manage .shanghcuan {
	/*position: absolute;
	top: 200px;
	left: 240px;*/
}

.manage .fileName {
	position: absolute;
	left: 60px;
	top: 55%;
	color: #555;
	width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.manage .uploadify {
	width: 143px!important;
	height: 40px!important;
	color: #fff;
	margin-left: 50%;
	left: -71px;
	/*background: url(/cdthw/Public/static/thw20/img/bg12.jpg) no-repeat;*/
	position: relative;
}

.manage .uploadify-button {
	width: 143px!important;
	height: 40px!important;
	line-height: 40px!important;
	text-align: center;
	cursor: pointer;
}

.manage .cancel a {
	position: absolute;
	top: 55%;
	margin-top: 0;
	left: 220px;
	color: #F06D65;
}

.manage .cancel a img {
	width: 25px;
	height: 25px;
}


/** loading专用 开始 **/

.loading {
	position: fixed;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.load8 .loader {
	margin: 10px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 10px solid #008dff;
	border-right: 10px solid #008dff;
	border-bottom: 10px solid #008dff;
	border-left: 10px solid #ffffff;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.load8 .loader,
.load8 .loader:after {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/** loading专用 结束 **/

#cover {
	position: fixed;
	z-index: 666;
	top: 0;
	left: 0;
	displat: none;
	width: 100%;
	height: 100%;
	background: #414139 none repeat scroll 0% 0%;
	opacity: 0.5;
}