* {
	margin: 0;
	padding : 0;
	list-style: none;
	text-decoration:none;
	font-family:Microsoft YaHei,Arial;
}
.header {
	position:absolute;
	top:0;
	left:0;
	z-index: 100;
	width:100%;
	height:80px;
}
.middlebox {
	width:92%;
	margin:0 auto;
}
@media screen and (min-width:1440px){
	.middlebox {
		width:1200px;
	}
}
.login {
	border: 1px solid #fff;
    width: 80px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 16px;
    float:right;
    color:#fff;
}
.login:hover {
	background-color:#fff;
	color:#039EE6;
}
.logo {
	background:url(../../images/index/logo_03.png) no-repeat;
	float: left;
    width: 108px;
    height: 39px;
    margin-top:20px;
    cursor:auto;
}
.nav_top {
	float: left;
    margin-left: 88px;
}
.nav_top li {
	float:left;
}
.nav_top li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 80px;
    padding: 0 20px;
    transition: all 0.3s ease;
}
.nav_top li a:hover {
	background-color:#039ee6;
}
.banner {
	width:100%;
	height:416px;
	background:url(../../images/index/banner1.jpg) no-repeat center top;
	text-align: center;
	color:#fff;
	font-size:24px;
	padding-top:188px;
}
.banner p {
	font-family: "微软雅黑Regular";
	margin-bottom:10px;
}
.banner .banner_top {
	margin-bottom: 25px;;
}
.banner .banner_bottom {
	margin-top:70px;
	font-size:30px;
}
.serve {
	font-size:24px;
	text-align: center;
	margin-top:65px;
	margin-bottom:48px;
	font-weight:normal;
	color:#303030;
}
.list {
	width:722px;
	height:82px;
	margin:0 auto;
	color:#646464;
	font-size:14px;
	background:url(../../images/index/00.jpg) no-repeat;
	padding-left:120px;
	margin-bottom:56px;
	vertical-align: middle;
}
.list h5 {
	font-size:16px;
	color:#303030;
	margin-bottom: 8px;
}
.footer {
	background: #e5e5e5;
    padding: 20px 0;
    text-align: center;
}
.footer p {
	display:inline-block;
	padding:0 70px;
	position:relative;
	font-size:12px;
}
.about p a  {
	color:#303030;
	padding:0 6px;
}
.about .about_link {
	font-size:16px;
}
.footer .corpright {
	padding-top:20px;
	margin-bottom:8px;
}
/*登录按钮*/
a.login_link{
    border: 1px solid #fff;
    width: 80px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 16px;
}
a.login_link:hover{
    background: #fff;
    color: #00AEFF;
    text-decoration: none;
}
li.current{
    background: #039EE6;
}
.welcome {
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 80px;
}
.welcome a {
    color: #fff;
}
.welcome a:hover{
    color: #008ccd;
}

