﻿.fl{
	float: left;
}
.fr{
	float: right;
}
.middle{
	width: 1200px;
	margin: 0 auto;
}
.middlecc{
	width: 1200px;padding-top:15px;
	margin: 0 auto;
}

input{
	vertical-align: top;
}
.container{
	width: 100%;
	height: auto;
}
.item1{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 36px;
	border-bottom: 1px solid #4470b4;
	background: #015293;
	position: relative;
}
.item2{
	width: 100%;
	height: auto;
	background: #fcfbf8 url(../images/esd.png) no-repeat center top;
	position: relative;
}
/*background: #fcfbf8 url(../images/esd.png) no-repeat center top; */
.hf{
        margin: 0px auto;
        height:70px;
        width:1200px;
}

.item3{
	width: 100%;
	height: auto;
	position: relative;
	background:  #fcfbf8 url(../images/lydbg.png) no-repeat center bottom;
}
.item4{
	width: 100%;
	max-width: 1920px;
	height: 240px;color:#fff;
	background: #015293;
	position: relative;
	margin: 0 auto;
}
.welcome{
	width: 40%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
}
.topLink li{
	float: left;
	line-height: 36px;
}
.topLink li a{
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
}
.topLink li em{
	display: inline-block;
	width: 2px;
	height: 15px;
	background: #fff;
	vertical-align: middle;
}

/*logo*/
.top{
	width: 100%;
	height: 200px;
}
.logo{
	width: 42%;
	margin-top: 55px;
}
.logo a{
	display: block;
}

/*search*/
.search{
	width: 325px;
	position: relative;
	margin: 78px 0;
}
.search input{
	height: 45px;
	line-height: 45px;
	border: 0;
	outline: 0;
}
.search input[type=text]{
	width: 278px;
	text-indent: 9px;
	font-size: 14px;
}
.search input[type=submit]{
	position: absolute;
	right: 2px;
	top: 0;
	width: 45px;
	background: #015293 url(../images/search.png) no-repeat center;
}

/*导航*/
.nav{
	width: 100%;
	height: auto;
	background-color: #015293;
}
.navLi{
	float: left;
	height: 56px;
	line-height: 56px;
	position: relative;
	background: #015293 url(../images/bg2.png) no-repeat right center;
}
.navLi1{
	background: transparent;
}
.navLi:hover{
	background-color: #044579;
}
.navLi>a:hover{
	background-color: #044579;
}
.nav .navLi a{
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	width: 150px;
	height: 56px;
	text-align: center;
}
.nav .navLi ul{
	position: absolute;
	top: 56px;
	width: 100%;
	height: auto;
	z-index: 99;
	display: none;
	/*background: url(../images/bg1.png) repeat;*/
}
.nav .navLi ul li{
	background: url(../images/bg0.png) repeat;
	height: 35px;
	line-height: 35px;	
}
.nav .navLi ul li a{
	font-weight: 100;
	font-size: 16px;
}
.nav .navLi ul li:hover{
	background: #0d3352;
}
.nav .navLi:hover .navTwo{
	display: block;
}
.footer1{
	width: 214px;
	margin-top: 35px;
	margin-left: 100px;
}
.footer1 a{
	display: inline-block;
	margin-left: 22px;
}
.footer2{
	width: 675px;
	margin-top: 35px;
	margin-left: 15px;
}
.footer2 p{
	font-size: 12px;
	 color: #FFFFFF;
}
/*==page==*/
.page{text-align:center;margin:15px 0;}
.page a,
.page span{
	border:1px solid #E0E0E0;
	font-size:14px;
	padding:2px 8px;
	color: #888888;
}
.page a:hover{color:#fff;background: #015293;}
.page form{display: inline;}
.page form input{width:30px;height:18px;vertical-align: baseline;}