*{
	margin:0;
	padding:0;
	border:0;
	font-family: 微软雅黑;
	font-size:12px;
}
input:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color:#c5c5c5 !important;
}
::-moz-input-placeholder{
	color:#c5c5c5 !important;
}
::-o-input-placeholder{
	color:#c5c5c5 !important;
}
a{
	text-decoration: none;
}
html,body {
	height: 100%;
}
.top_header{
	width:100%;
	/* height: 780px; */
	height: 100% !important;
	background: url(../../img/homepage_img.png);
	background-repeat:repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.top_header>.top_header_center{
	width: 966px;
	height: 100%;
	margin: auto;
	position: relative;
	padding-top: 6%;
	box-sizing: border-box;
}
.top_header>.top_header_center .title_yun{
	font-size:36px;
	color:white;

	/* font-weight:500; */
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
}
.top_header>.top_header_center .center_c{
	height:502px;
	width: 100%;
	/* margin-top: 40px; */
	margin: 40px auto;
	background-color: white;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 12px;

}
.top_header>.top_header_center .center_c>img{
	float: left;
	display: block;
	margin: 12% 0 12% 10%;
}
.top_header>.top_header_center .center_c .register_text{
	float: right;
	width: 45%;
	padding-top: 60px;
	padding-right: 12px;
    margin-right: 12px;
}
.top_header>.top_header_center .center_c .register_text>input,.top_header>.top_header_center .center_c .register_text>a{
	display: block;

}
.top_header>.top_header_center .center_c .register_text>input{
	width: 340px;
	height:42px;
	border:1.5px solid #dcdcdc;
	/* color:black; */
	font-size:14px;
    font-weight: bolder;
	margin-bottom: 18px;
	padding-left: 40px;
	/* font-family: 微软雅黑; */
}
/* .top_header>.top_header_center .center_c .register_text .account{
	background: url(../../img/account.jpg) 12px no-repeat;
} */
/* .top_header>.top_header_center .center_c .register_text .password{
	background: url(../../img/password.png) 12px no-repeat;
} */
.top_header>.top_header_center .center_c .register_text .submit{
	display: block;
	width: 340px;
	height: 42px;
	text-align: center;
	letter-spacing: 2px;
	background-color: RGB(1,64,153);
	line-height: 42px;
	font-size: 18px;
	color: white;
	font-weight: bold;
}
.top_header>.top_header_center .center_c .register_text .submit:hover{
	background-color: rgba(1,59,146,.75);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
}
.top_header>.top_header_center .center_c .register_text .remember{
	margin-top: 20px;
}
.top_header>.top_header_center .center_c .register_text .remember span{
	margin-left: 15px;
	float: left;
	font-size: 13px;
}
.top_header>.top_header_center .center_c .register_text .remember input{
	/* float: left; */
	display: inline-block;
	margin-top: 2px;
}
.top_header>.top_header_center .center_c{
/* 	background-image: url(../../images/img_centerline.png);
background-repeat: no-repeat;
background-position: 423px 17px; */
background: url(../../img/back_big.png) no-repeat;
background-size: 100%;
}
