/**
 * UC 样式
 * ------------------------------------------------------------------------
 * Author：Wanyi Bai <wanyibai@gmail.com>
 */

html, body {
	font: normal 14px "微软雅黑" !important;
	color: #777;
	background: #FFF;
}
html, body {
	min-width: 1200px;
	height: 170px;
	position: relative;
	z-index: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

textarea {
	resize: none;
	overflow-y: auto
}
ol, ul {
	list-style: none;
}
li {
	vertical-align: bottom;
}
fieldset, img {
	border: none;
}
img, input, select, button {
	vertical-align: middle;
}
img {
	border: 0;
	vertical-align: middle
}
a img, img {
	-ms-interpolation-mode: bicubic
}
.img-responsive {
	max-width: 100%;
	height: auto
}
*:focus {
	outline: none;
}
.fl {
	float: left;
	display: inline;
	overflow: hidden;
}
.fr {
	float: right;
	display: inline;
	overflow: hidden;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.header {
	margin-bottom: 20px;
}
.footer {
	margin-top: 20px;
}
.layout {
	margin: 0px auto;
	width: 1200px;
	min-width: 1200px;
	color: #AAAAAA;
}

/* 头部 */
.logo {
	width: 400px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../../Public/Images/logo.png) no-repeat center 18px;
}
.logo a {
	text-indent: -5000px;
	display: block;
	height: 100px;
	font-size: 0;
}
.head-title {
	width: 200px;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
}
.banner {
	width: 600px;
	height: 100px;
	background: #FFFFFF url(../Images/banner.jpg) no-repeat center center;
}
.navs {
	height: 29px;
	background: #FCFCFC;
	border-bottom: 1px solid #EDEEF0;
	line-height: 30px;
}
.navs a {
	color: #AAAAAA;
	text-decoration: none;
}
.nav {
	height: 40px;
	background: #F35C0C;
}
.nav-layout {
	padding: 0px 40px;
	margin: 0px auto;
	width: 1100px;
}
.nav-layout h2 {
	padding: 0px 18px;
	font: bold 20px/40px "微软雅黑";
	color: #FFFFFF;
	text-decoration: none;
}
.nav-li {
	margin: 5px 14px;
	font: bold 16px/30px "微软雅黑";
	text-align: center;
	color: #FFFFFF;
}
.nav-li a {
	height: 30px;
	padding: 0px 8px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.nav-li a:hover {
	color: #F35C0C;
	background: #FFFFFF;
}
.nav-li.selected a {
	color: #F35C0C;
	background: #FFFFFF;
}

/* 主体 */
.main {
	width: 1120px;
	min-height: 560px;
	padding: 40px;
}
.center {
	width: 559px;
	min-height: 540px;
	padding: 10px 50px;
	margin: 0px auto;
}
h1 {
	font-size: 32px;
	color: #555F55;
	padding-bottom: 20px;
}
p {
	font-size: 16px;
	line-height: 2em;
}
ol {
	padding: 50px 0px;
}
li {
	padding-right: 20px;
}
.home {
	height: 20px;
	width: 50px;
	display: block;
	padding-left: 25px;
	background: #FFF url(../Images/home.png) no-repeat 0px 0px;
	color: #777;
	text-decoration: none;
	font-size: 16px;
	overflow: hidden;
}
.back {
	height: 20px;
	width: 50px;
	display: block;
	padding-left: 25px;
	background: #FFF url(../Images/back.png) no-repeat 0px 0px;
	color: #777;
	text-decoration: none;
	font-size: 16px;
	overflow: hidden;
}
a:hover {
	color: #AA3F55;
	background-position: 0px -20px;
}

/* 底部 */
.footer .layout {
	margin: 0px auto;
	width: 1140px;
	min-width: 1200px;
	color: #777;
	padding: 30px;
}
.foot {
	border-top: 1px solid #E1E7E8;
	background: #F7F7F7;
}
.foot-link {
	text-align: center;
}
.foot-link span {
	padding: 10px;
}
.foot-link a {
	color: #777;
	text-decoration: none;
}
.foot-copyright, .foot-icp, .foot-cert {
	text-align: center;
	padding-top: 10px;
}

.form-box {
	width: 298px;
	height: 38px;
	border: 1px #CCCCCC solid;
	position: relative;
}
.form-box label {
	color: #777777;
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFFFF);
	zoom: 1;
}
.form-box input {
	width: 240px;
	height: 38px;
	border: none;
	font-size: 14px;
	padding: 0;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 2;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
	zoom: 1;
	color: #777777;
}

.tip {
	width: 300px;
	height: 30px;
	line-height: 30px;
	color: #999999;
	padding-left: 12px;
}

#email-item, #password-item, #o-password-item, #confirm-item, #validcode-item {
	width: 300px;
	height: 90px;
}

#email-item .form-box {
	background: #FFF url(../Images/email.png) no-repeat 260px center;
}
#password-item .form-box, #o-password-item .form-box {
	background: #FFF url(../Images/password.png) no-repeat 260px center;
}
#confirm-item .form-box {
	background: #FFF url(../Images/confirm.png) no-repeat 260px center;
}


#realname-item, #mobile-item, #postcode-item {
	width: 300px;
	height: 90px;
}

#company-item, #address-item {
	width: 600px;
	height: 90px;
}
#industry-item {
	width: 600px;
	height: 90px;
}

#company-item .form-box, #industry-item .form-box, #address-item .form-box {
	width: 598px;
}

 #industry-item .form-box {
	 border: none;
}

#company-item input, #address-item input {
	width: 540px;
}

#code {
	cursor: pointer;
	vertical-align: middle;
	border: 1px #CCCCCC solid;
}

.form-select {
	width: 300px;
	height: 38px;
	border: 1px #CCCCCC solid;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777777;
	background-color: #fff;
	background-image: none;
}

/* IE浏览器下隐藏下拉按钮 */
select::-ms-expand { display: none; }

/* 定义隐藏下拉框默认样式及图片覆盖下拉按钮 */
.info-select{
	width: 291px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background: url(../Images/arrow.png) no-repeat scroll right center transparent;
}

.agreement {
	width: 458px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	padding-left: 30px;
	background: #FFF url(../Images/agree.png) no-repeat left center;
}
.agreement span {
	color: #2659FF;
}
.agreement span a {
	color: #2659FF;
}
.bottom-item {
	padding: 10px;
}
.bottom-forget a {
	height: 30px;
	padding: 0px 10px;
	color: #2659FF;
	text-decoration: none;
}
.bottom-register a {
	height: 30px;
	padding: 0px 10px;
	color: #2659FF;
	text-decoration: none;
}
.bottom-login a {
	height: 30px;
	padding: 2px 6px;
	margin: 0px 4px;
	color: #FFFFFF;
	text-decoration: none;
	background: #2659FF;
}
#update-btn {
	width: 200px;
	height: 40px;
	background: #FF4000;
	color: #FFFFFF;
	border: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	cursor: pointer;
}

#login-btn {
	width: 200px;
	height: 40px;
	background: #FF4000;
	color: #FFFFFF;
	border: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	cursor: pointer;
}

#register-btn {
	width: 200px;
	height: 40px;
	background: #FF4000;
	color: #FFFFFF;
	border: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	cursor: pointer;
}

.lists {
	width: 680px;
	min-height: 750px;
	padding: 10px 0;
	margin: 0 auto;
}

.lists li {
	padding: 6px 0;
}

.lists a.title {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	margin-right: 20px;
}

.lists a.del-btn {
	width: 50px;
	height: 30px;
	background: #FF4000;
	padding: 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.page-layer {
	width: 680px;
	margin: 0 auto;
}
.pagination {
	padding: 0px 20px;
	border-radius: 4px;
	font-size: 12px;
	margin: 0 auto;
}
.pagination div a, .pagination div span {
	position: relative;
	float: left;
	padding: 4px 8px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-right: 4px;
}
.pagination div:first-child a,
.pagination div:first-child span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination div:last-child a,
.pagination div:last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination div a:hover,
.pagination div span:hover,
.pagination div a:focus,
.pagination div span:focus {
	color: #FFF;
	font-weight: bold;
	background-color: #F60;
	border-color: #DDD;
}
.pagination div span.current,
.pagination div span:hover.current,
.pagination div span:focus.current,
.pagination div a.current,
.pagination div a:hover.current,
.pagination div a:focus.current {
	z-index: 2;
	color: #F60;
	font-weight: bold;
	cursor: default;
	background-color: #FFF;
	border-color: #DDD;
}
.pagination div span.disabled,
.pagination div span:hover.disabled,
.pagination div span:focus.disabled,
.pagination div a.disabled,
.pagination div a:hover.disabled,
.pagination div a:focus.disabled {
	color: #777;
	cursor: not-allowed;
	background-color: #FFF;
	border-color: #DDD;
}