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

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

.index-back{
	width: 100%;
	min-width: 1100px;
	background: #fdfdfd url(2018yxzf_body-back.png) top center repeat-x;
}

/*top*/
.top{
	width: 1100px;
	height: 34px;
	line-height: 34px;
}
.top a{
	color: #5d5d5d;
	float: left;
}
.top span{
	color: #dedede;
	padding: 0 5px;
	float: left;
}
.top h5{
	color: #5d5d5d;
	font-weight: normal;
	float: left;
	margin-left: 30px;
}

/*logo*/
.logo{
	width: 1100px;
	height: 116px;
	background: url(2018yxzf_logo-back.png) center no-repeat;
}
.logo h1{
	width: 335px;
	height: 77px;
	margin: 19.5px 5px;
}
.search{
	width: 341px;
	height: 70px;
	margin: 28px 58px 18px 58px;
	position: relative;
}
.search .search-back{
	width: 311px;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑", "Microsoft Yahei";
	background: url(2018yxzf_search-back.png) center no-repeat;
	padding: 0 15px;
	color: #858585;
	position: absolute;
	top: 0;
	left: 0;
}
.search .search-botton{
	width: 21px;
	height: 22px;
	background: url(2018yxzf_search-icon.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
}
.search h5{
	width: 311px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 15px;
}
.search h5 a{
	color: #2f75c4;
	display: inline-block;
	padding: 0 5px;
}

/*nav*/
.nav{
	width: 1100px;
	height: 42px;
	line-height: 42px;
	background: #165aa6;
	text-align: center;
}
.nav a{
	width: 152px;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #3175c2;
	display: inline-block;
}
.nav a:hover{
	color: #9dc3ed;
}
.nav .nav-ts{
	border-right: 0;
}

/*foot*/
.foot-back{
	width: 100%;
	min-width: 1100px;
	height: 140px;
	background: #1659a0;
}
.foot{
	width: 1100px;
	height: 96px;
	margin-top: 10px;
	padding: 22px 0;
	position: relative;
}
.foot-left{
	width: 110px;
	height: 55px;
	position: absolute;
	top: 28px;
	left: 128px;
}
.foot-right{
	width: 47px;
	height: 57px;
	position: absolute;
	top: 42px;
	right: 185px;
}
.foot-center{
	width: 1100px;
	height: 96px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.foot-center a{
	color: #fff;
}
.foot-center a:hover{
	color: #afb9c6;
}
.foot-center span{
	padding: 0 5px;
}
.foot-center h5{
	font-weight: normal;
	color: #afb9c6;
}