@charset "utf-8";
/*Reset*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,select,textarea,p,th,td,span,a
{
    margin: 0;
    padding: 0;
    color: #000;
    font-family: pingfontweb,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
    outline: none;
    -webkit-text-size-adjust: none;
}
body{ font-size: 14px; background: #fff; min-width:1440px;}
h1,h2,h3{ font-weight: normal; }
ul,ol{ list-style: none; }
img{ border: none; vertical-align: bottom; }
input { border: none; background-color: transparent; }
select,textarea,input { outline: none; }
a{ text-decoration: none; }
a:hover{ text-decoration: none; color: #00a7eb; }
.left{ float: left; }
.right{ float:right;}

/*头部*/
.head{
	width:100%;
	height:78px;
	background:#fff;
}

.nav{
	width:1140px;
	height:100%;
	margin:0 auto;
}

.nav .logo{
    display: inline-block;
    margin-top: 4px;
}

.index-menu{
	float:right;
	height:100%;
}

.index-menu li{
    float: left;
}

.index-menu li a{
	display:block;
	height: 78px;
    line-height: 78px;
	padding: 0 18px;
	font-size: 18px;
}

.footer{
    width: 100%;
    height: 80px;
	line-height:80px;
}

.footer p{
	text-align:center;
}