*{list-style: none;
	margin:0; 
	padding: 0;
	font-family: arial,microsoft Yahei;
}

.top{
	width: 100%;
    position: fixed;
	top: 0;
	height:75px;
}
.top_content{
	max-width: 1920px;
	min-width: 1000px;
	margin: 0 auto;
	height: 75px;
	/*padding-top: 20px;*/
	box-sizing: border-box;
	/*background:#EE7700;*/
	background-color: rgba(237,119,21,1)!important;
}
.top_content .logo {
    height: 75px;
    float: left;
}
.top_content .logo img{
	float: left;
	margin-left: 25px;
}
.top_content .logo p{
	float: left;
	line-height: 75px;
	margin-left: 35px;
	color:#606060;
	font-size: 15px;
}
.top_content .logo b{
	color:#163d96;
}
.top_content .contact{
	float: right;
	width: 380px;
	height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top_content .contact li{
	float: left;
	margin-left:40px;
	width: 150px;
	font-size: 14px;
	color:#444444;
	line-height: 35px;
}
.top_content .contact li:hover{
    color:#0152be;
	text-decoration: underline;
}
.top_content .contact li img{
	margin-right: 10px;
	position: relative;
	top:3px;
}
.banner {
    width: 100%;
	background: #3c5473 url(../Images/rose/bg.jpg) no-repeat center;
    height: calc(100% - 75px - 55px);
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
	top:75px;
}

.banner_content{
	max-width: 1920px;
	margin:0 auto;
	box-sizing: border-box;
}
.footer{
	width: 100%;
    position: fixed;
	height: 55px;
	bottom: 0;
}
.footer p{
	width:200px;
	margin:0 auto;
	margin-top: 20px;
	font-size: 12px;
	color:#858585;
}
.slogan{
	float: left;
	width: 400px;
	height: 200px;
	margin-left:200px;
	position: relative;
	top: 120px;
	color:#fff;
}
.loginbg{
	width: 350px;
	height: 370px;
	background: #fff;
	border-radius: 5px;
	right:200px;
	float: right;
	position: relative;
	top: 100px;
	box-shadow: 0 0 20px #282828;
	background-color: rgba(255,255,255,0.8)!important;
	background-color: #fff;
	filter:Alpha(opacity=80);
	padding: 35px 45px;
	box-sizing: border-box;
	color: #4c4c4c;
}
.login_title{
	font-size: 20px;
	font-weight: bold;
}
.login_input{
	margin-top: 35px;
}
.login_input input{
	width: 265px;
	height: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 50px;
	outline:none;
	border:none;
	margin-top: 25px;
	color: #4c4c4c;
	font-size: 14px;
}
.login_getpwd{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	right:60px;
	margin-top:-28px;
	z-index: 999;
	cursor:pointer;
}
.login_getpwd a{
	color: #0152be;
	text-decoration:underline;
}
.login_input .user{
	background:#fff url(../Images/rose/user.png) no-repeat 22px 13px;
}
.login_input .pwd{
	background:#fff url(../Images/rose/pwd.png) no-repeat 22px 13px;
}

h3{
	font-size: 18px;
	height: 40px;
	width:200px;
	border-bottom:1px solid #fff;
}
.slogan p{
	margin-top: 40px;
}
h4{
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
.login_btn{
	margin-top: 60px;
}
.login_btn input{
	width: 130px;
	background: #1dbf93;
	color: #fff;
	font-weight: bold;
	height: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	outline:none;
	border:none;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s;
}
.login_btn input:hover{
	background: #0fb286;
}
.login_btn span{
	float: right;
	margin:15px 15px 0 0;
}
.login_btn span a{
	font-size: 12px;
	color:#4c4c4c;
	text-decoration: none;
}
.login_btn span a:hover{
	color:#4c4c4c;
	text-decoration: underline;
}