@charset "utf-8";
*{
font-family: "helvetica neue",arial,sans-serif;	
    margin: 0;
    padding: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    color: #fff;  
    text-decoration: none;
}

body,html{	
	padding: 0;
	margin: 0;
	background-color: #fff;
}
ul {
    list-style-type: none;
}
.top {
	height: 100px;
	width: 100%;
	background-color: #367fa9;
}
.top_width{
	
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.midd_bg {
	background-color: #3c8dbc;
	height: 618px;
}
.ct_left{
	float: left;
	padding: 107px 0 0 107px;
}
.ct_right{
	float: right;
	width: 510px;
	
}
.yy_select{
	width:510px;
	height: 116px;
	position: relative;
}
.yy_select ul{
    padding-top: 50px;
	right: 0px;
	position: absolute;
}
.yy_select ul li{
	float: left;
	margin-left: 20px;
	font-size: 18px;
}
.login_box{
	width: 400px;
	height: 440px;
	background-color: #fff;
	border-radius: 8px;
	padding-left: 55px;
	padding-right: 55px;
}
.login_box h2{
	width: 100%;
	text-align: center;
	color: #000;
    padding-top: 48px;
	padding-bottom: 30px;
	font-size: 26px;
}
.form-control{
	width: 380px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #bfbfbf;
	padding-left: 20px;
	color: #000;
	border-radius: 4px;
	font-size: 18px;
	margin-bottom: 20px;
}
.form-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	border: 1px solid #27A9E3;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	outline: 0;
}.yzm_box{width: 100%;}
.yzm-control{
	width: 180px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #bfbfbf;
	padding-left: 20px;
	color: #000;
	border-radius: 4px;
	font-size: 18px;
	margin-bottom: 20px;
	float: left;
}
.yzm-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	border: 1px solid #27A9E3;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	outline: 0;
}
.yzm_btn{
	width: 180px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #bfbfbf;
	color: #2d64ff;
	border-radius: 4px;
	font-size: 18px;
	margin-bottom: 20px;
	float: right;
	background-color: #FFFFFF;
	cursor: pointer;
	outline: 0;
}
.yzm_left{float: left;width: 200px;}
.yzm_right{float: right;width: 180px;}
.login_btn{
	width: 400px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #bfbfbf;
	color: #000;
	border-radius: 4px;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #3c8dbc;
	cursor: pointer;
	outline: 0;
	color: #fff;
}
.copyright{
	color: #000;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
}