﻿@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
body{
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}
ul,li{ list-style:none;}
a{ text-decoration:none;}
.float-lt{
	float:left;
}
.float-rt{
	float:right;
}
/*header头部*/
.header-bar{
	height:80px;
	padding:20px 0;
	overflow: hidden;
}
.logo{
	width:430px;
	height: 80px;
}
.logo img{
	width:auto;
	height:100%;
}

.header-enter{
	margin-top:20px;
	margin-right:10px;
}
.header-enter ul li{
	display: inline-block;
	margin:0 5px;
}
.header-enter ul a{
	display: block;
	padding-left:32px;
	height: 30px;
	line-height: 30px;
	color: #1492ff;
	font-size: 16px;
}
.header-enter ul a:hover{
	text-decoration: underline;
}
.en-help-btn{
	background: url(../image/reg-1.png) no-repeat left center;
}
.en-index-btn{
	background: url(../image/reg-2.png) no-repeat left center;
}
/*header头部 end*/

.main-bar{
	width:100%;
	min-width:1200px;
	min-height:600px;
	padding:30px 0 45px 0;
	background: url(../image/top-bg.png) no-repeat center top;
	background-size: 100% auto;
	position: relative;
}
.bottom-bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: auto;
	z-index: -1;
}
/*底部css*/
.footer{
	width: 100%;
	min-width: 1250px;
	padding:10px 0;
	text-align: center;
	line-height:20px;
	background: #5b6064;
	color: #fff;
	font-size: 12px;
}
.footer-text{
	display: inline-block;
	width:550px;
	margin:20px;
	vertical-align: middle;
}
.footer ul{
	width: 100%;
	overflow: hidden;
	
}
.footer li{
	width: 25%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.footer li a{
	color: #fff;
}
.footer li a:hover{
	text-decoration: underline;
}
.footer li.footer-text-p::before{
	content: "•";
    color: #fff;
    font-size: 15px;
    float: left;
    color: #999999;
}
.footer p{
	width: 100%;
	line-height: 40px;
	text-align: center;
}
.footer img{
	vertical-align: middle;
}

/*底部css end*/
.wrapper{
	width:1200px;
	margin:0px auto;
}
.reg-cont{
	width:1200px;
	background: #fff;
	margin: 0 auto;
}
.reg-box{
	width:100%;
	padding: 30px 0px;
	box-shadow: 0px 5px 2px #e6e6e6;
}
.reg-box-top{
	width: 1132px;
	height:50px;
	margin: 0 auto;
	border-bottom: 1px #dbdbdb solid;
}
.rbt-left{
	height:50px;
	line-height: 50px;
	vertical-align: middle;
	display: inline-block;
	float: left;
}
.rbt-left-zc{
	color: #0f9cec;
	font-size:20px ;
	margin-left: 20px;
}
.rbt-left-t{
	margin-left: 20px;
	font-size: 14px;
	color: #666;
}
.blueline{
	margin-top: 48px;
	margin-left: -240px;
}
.rbt-right{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #666666;
	height:50px;
	line-height: 50px;
	vertical-align: middle;
	margin-right:10px ;
}
.rbt-right-login{
	color: #1492ff;
}
.rbt-right-login:hover{
	text-decoration: underline;
}
.reg-message{
	width: 690px;
	height: 820px;
	margin: 0 auto;
	margin-top: 45px;
	color: #5d7a9e;
	font-size: 16px;
} 

.reg-td{
	text-align: right;
}
.reg-input{
	width: 508px;
	height: 38px;
	border: 1px #e2e8ec solid;
	text-indent: 1em;
}
/* .psw-lev{
	display: inline-block;
	width: 165px;
	height: 20px;
	background: #daf5ff;
	text-align: center;
}
.psw-lev1{
	margin-left: 8px;
} */

/*chenshangyuan 修改start*/
.psw-lev{
	background: #daf5ff;
}
.psw-lev2{
	display: inline-block;
	text-align: center;
	width: 33%;
	height: 20px;
}
.psw-lev1{
	margin-left: 0.5%;
}
/*chenshangyuan 修改end*/

/* .reg-input1{
	width: 350px;
	height: 38px;
	border: 1px #e2e8ec solid;
	text-indent: 1em;
	background: url(../image/pic_code.jpg) no-repeat right;
	font-size: 14px;
}
.reg-input2{
	width: 200px;
	height: 38px;
	border: 1px #e2e8ec solid;
	text-indent: 1em;
	font-size: 14px;
} */
/* .reg-code{
	float: left;
	display: inline-block;
	width: 140px;
	height: 38px;
	background: #d1e6f8;
	font-size:16px;
	color:#116bb8;
	line-height: 38px;
	text-align: center;
	border: 1px #8fbee6 solid;
	border-radius: 2px;
	margin-right: 160px;
}  */
.reg-input3{
	width: 20px;
	height: 20px;
	vertical-align:bottom;
	margin-right: 10px;
}
.reg-xieyi{
	color: #1492ff;
}
.reg-zhuce{
	display: inline-block;
	width: 242px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background:#1492ff;
	font-size: 20px;
	color: #fff;
	border-radius:4px ;
	cursor: pointer;
}

