@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;
}

/*top*/
.top-back{ 
    width: 100%;
	min-width: 1100px;
	background: #f3f6fa;
}
.top{
	width: 1100px;
	height: 26px;
	line-height: 26px;
}
.top .top-left{
	font-size: 12px;
	color: #858fa6;
}
.top .top-left i{
	width: 30px;
	height: 26px;
	background: url(2018yx_time.png) center no-repeat; 
	float: left;
}
.top a{
	font-size: 12px;
	float: left;
	color: #858fa6;
}
.top p{
	height: 26px;
	float: left;
	margin-right: 25px;
}
.top p .right-botton{
	height: 16px;
	line-height: 16px;
	color: #8a9cc5;
	font-weight: bold;
	background: #ebf2fa;
	border: 1px solid #d1e2fa;
	padding: 0 10px;
	margin: 4px 2px;
}
.top span{
	width: 4px;
	height: 4px;
	background: #858fa6;
	border-radius: 50px;
	float: left;
	margin: 11px 5px;
}

/*logo*/
.logo{
	width: 1100px;
	height: 136px;
	background: url(2018yx_logo-back.png) 605px center no-repeat;
}
.logo h1{
	width: 310px;
	height: 77px;
	margin: 29.5px 0;
}
.search{
	width: 345px;
	height: 96px;
	margin: 40px 12px 0 0;
	position: relative;
}
.search .search-back{
	width: 315px;
	height: 32px;
	line-height: 32px;
	font-family: "微软雅黑", "Microsoft Yahei";
	border: 1px solid #858fa6;
	border-radius: 30px;
	padding: 0 15px;
	color: #999;
	position: absolute;
	top: 32px;
	left: 0;
}
.search .search-botton{
	width: 20px;
	height: 20px;
	background: url(2018yx_search-icon.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 39px;
	right: 13px;
}
.search h5{
	width: 345px;
	height: 21px;
	line-height: 21px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 15px;
}
.search h5 img{
	width: 21px;
	height: 21px;
	float: left;
	margin-right: 8px;
}
.search h5 a{
	float: left;
	padding: 0 5px;
}
.search h5 span{
	float: left;
}

/*nav*/
.nav{
	width: 100%;
	min-width: 1100px;
	height: 40px;
	line-height: 40px;
	background: #015293;
	text-align: center;
}
.nav ul{
	width: 1100px;
}
.nav a{
	width: 218px;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #3175c2;
	float: left;
}
.nav a:hover{
	color: #bcdcf5;
}
.nav .nav-ts{
	width: 220px;
	height: 44px;
	line-height: 44px;
	color: #bcdcf5;
	background: #024a85;
	margin-top: -4px;
	border-right: 0;
	text-align: left;
}
.nav .nav-ts img{
	float: left;
	margin: 7px 15px 0 55px;
}

/*foot*/
.foot-back{
	width: 100%;
	min-width: 1100px;
	height: 162px;
	background: url(2018yx_foot-back.png) center no-repeat;
	margin-top: 10px;
}
.foot{
	width: 1100px;
	height: 136px;
	padding-top: 26px;
	position: relative;
}
.foot-left{
	width: 52px;
	height: 64px;
	position: absolute;
	top: 51px;
	left: 56px;
}
.foot-right{
	width: 110px;
	height: 55px;
	position: absolute;
	top: 56px;
	right: 67px;
}
.foot-center{
	width: 1100px;
	height: 96px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #646464;
}
.foot-center a{
	height: 24px;
	line-height: 24px;
	color: #646464;
	border: 1px solid #e1e1e1;
	padding: 0 10px;
	margin-bottom: 6px;
	display: inline-block;
}
.foot-center a:hover{
	color: #afb9c6;
}
.foot-center span{
	padding: 0 5px;
}
.foot-center h5{
	font-size: 12px;
	font-weight: normal;
	color: #afb9c6;
}
.clearBoth{
	width:100%; height:1px; clear:both;
}