﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}
body, div, ul, li, h1, h2, h3, h4, h5, span, a, p {
	margin: 0 auto;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei";
	font-size: 14px;
	color: #000;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #0c65ca;
}
img {
	border: 0;
}
input {
	border: 0;
	outline: none;
}
.left {
	float: left;
}
.right {
	float: right;
}


/*top*/
.top{
	width: 1200px;
	height: 154px;
}
.top .logo{
	width: 505px;
	height: 85px;
	background: url(icon_13j.png) no-repeat;
	background-position:0 0;
	margin-top: 34px;
}
.top .search{
	width: 378px;
	height: 40px;
	position: relative;
	margin-top: 57px;
}
.top .search .search-back{
	width: 338px;
	height: 40px;
	line-height: 40px;
	background: #eee;
	border-radius: 20px;
	padding: 0 20px;
	font-family: "微软雅黑", "Microsoft Yahei";
	font-size: 14px;
	color: #666;
}
.top .search .search-botton{
	width: 18px;
	height: 18px;
	background: url(icon_13j.png) no-repeat;
	background-position:-521px 0;
	position: absolute;
	right: 20px;
	top: 11px;
	cursor: pointer;
}

/*nav*/
.nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #0c65ca;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 5px 3px #dfdfdf;
    -moz-box-shadow: 0 5px 3px #dfdfdf;
	-o-box-shadow: 0 5px 3px #dfdfdf;
    box-shadow: 0 5px 3px #dfdfdf;
}
.nav ul{
	width: 1200px;
	height: 50px;
}
.nav ul li{
	width: 239px;
	height: 50px;
	line-height: 50px;
	float: left;
	border-left: 1px solid #247cdf;
}
.nav ul .nav-sy{
	width: 240px;
	border-left: 0;
}
.nav ul li i{
	width: 44px;
	height: 50px;
	background: url(icon_13j.png) no-repeat;
	float: left;
	margin: 0 14px 0 50px;
}
.nav ul li .nav-icon1{
	background-position:0 -88px;
}
.nav ul li .nav-icon2{
	background-position:-52px -88px;
}
.nav ul li .nav-icon3{
	background-position:-103px -88px;
}
.nav ul li .nav-icon4{
	background-position:-154px -88px;
}
.nav ul li .nav-icon5{
	background-position:-206px -88px;
}
.nav ul li a{
	font-size: 18px;
	color: #fff;
}
.nav ul li:hover{
	background: #247cdf;
}

/*bottom*/
.bottom{
	width: 100%;
	min-width: 1200px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	border-top: 1px solid #ddd;
}
.bottom a{
	color: #247cdf;
	padding: 0 10px;
}