@charset "utf-8";
/* CSS Document */
.log_main {
	width: 100%;
	height: 600px;
	background: url(../images/company-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

* {
	margin: 0;
	padding: 0
}

img {
	border: 0
}

a {
	text-decoration: none;
	color: #666;
}

h1 {
	font-weight: 100;
	padding-bottom: 30px;
	line-height: 50px;
	padding-top: 80px;
	text-align: center
}

.rygl_up {
	width: 400px;
	height: 360px;
	background: #fff;
	margin-top: 150px;
	margin-left: 60%;
	position: absolute;
}

#tab {
	overflow: hidden;
	zoom: 1;
}

#tab li {
	float: left;
	color: #fff;
	height: 55px;
	cursor: pointer;
	line-height: 55px;
	list-style-type: none;
	width: 200px;
	text-align: center;
	font-size: 20px;
	background: rgba(0, 0, 0, .58)
}

#tab li.current {
	color: #000;
	background: #fff
}

#content ul {
	display: none;
	width: 340px;
}

.zhuce {
	width: 340px;
	height: 150px;
	padding: 30px
}

input.zhuce_num, input.zhuce_psd, input.denglu_num, input.denglu_psd {
	height: 40px;
	line-height: 40px;
	line-height: 40px;
	border-radius: 2px;
	margin-bottom: 20px;
	width: 325px;
	color: #9d9d9e;
	border: 1px solid #d8d8d8;
	padding-left: 15px;
	font-size: 14px;
}

.code {
	width: 170px !important;
}

input.zhuce_btn, input.denglu_btn {
	height: 40px;
	line-height: 40px;
	line-height: 40px;
	border-radius: 2px;
	margin-bottom: 20px;
	clear: both;
	width: 340px;
	text-align: center;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa93e),
		color-stop(.5, #ff7708), to(#ff7708));
	border: 0;
	font-size: 16px;
}

.denglu {
	width: 340px;
	height: 230px;
	padding: 30px;
	background: #fff
}

.denglu_zidong {
	width: 340px;
	height: 20px;
	margin-bottom: 30px;
}

.fuxuan {
	width: 13px;
	height: 13px;
	text-align: center
}

.denglu_zidong span {
	font-size: 14px;
	color: #9d9d9e;
	line-height: 20px;
}

/*头部开始*/
.header {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e7e7e7;
	background: #fff
}

.header .header_n {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

.header .header_logo {
	float: left;
	width: 96px;
	height: 50px;
	background: url(../images/logo.png) center no-repeat
}

.header .header_nav {
	float: right;
	width: 304px;
	height: 50px;
	margin-right: 15px;
	background: #FFF
}

.header .header_nav ul.ul1 {
	
}

.header .header_nav ul.ul1 li {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	font-weight: 100;
	font-weight: 100;
}

.header .header_nav ul.ul1 li a:hover {
	color: #229ad6
}

.header ul.ul1 li .header_nav2:hover {
	cursor: pointer
}

.header .header_nav ul.ul2 {
	position: absolute;
	z-index: 1000;
	margin: 2px 0 0;
	font-size: 14px;
	top: 48px;
	margin-left: 145px;
	width: 158px;
	height: 150px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.header ul.ul2 li {
	float: left;
	width: 158px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer
}

.header ul.ul2 li:hover {
	background: #efefef;
	color: #22a4dd
}

ul {
	list-style: none;
}
/*头部结束*/