@charset "utf-8";
/* CSS Document */

/* head */
.main-header{
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	margin-bottom: 18px;
}
.top-bar{
	height: 40px;
}
.top-left{
	font-size: 15px;
	line-height: 40px;
}
.top-right{
	font-size: 15px;
	line-height: 40px;
} 
.header{
	width: 100%;
	height: 92px;
	margin-bottom: 22px;
}
.header .logo{
	width: 830px;
	height: 94px;
}
.header .logo img{
	width: 830px;
	height: 94px;
}
.logo-right{
	height: 92px;
	width: 276px;
}
.hotline{
	width: 100%;
	height: 50px;
	padding-left: 134px;
	background: url(../images/phone.png)92px center no-repeat;
}
.hotline-phone{
	color: #0055a6;
	font-size: 20px;
	font-weight: bold;
}
.search-box{
	width: 100%;
	height: 44px;
	margin-top:46px;
}
.search-box input{
	width: 95%;
	height: 42px;
	padding-left: 16px;
	line-height: 44px;
	color:#919191;
	font-size: 14px;
	background: url(../images/search.png) 236px center no-repeat #f0f0f0;
	border: none;
	border-radius: 5px;
}
.navbar-container{
	width: 100%;
	height: 60px;
	background: #0055a6;
}
.navbar li{
	float: left;
	height: 60px;
	width: 150px;
}
.navbar li a{
	margin-top: 16px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #004383;
}
.navbar li:hover{
	background: #0464bf;
}
.navbar .active{
	background: #0464bf;
}

/* /head */

/* foot */
.foot{
	width: 100%;
	height: 328px;
	background: #f1f1f1;
}
.link{
	height: 68px;
	line-height: 68px;
	padding-left: 28px;
	background: url(../images/link.png) left center no-repeat;
	font-size: 20px;
}
.foot-pic img{
	width: 224px;
	height: 74px;
	margin-right: 17px;
}
.foot-pic li{
	float: left;
}
.foot-pic {
	overflow: hidden;
	margin-bottom: 20px;
}
.foot-text{
	width: 100%;
	height: 140px;
	border-top: 1px solid #d8d8d8;
	padding-top: 20px;
}
.foot-left p{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color:#666666;
}
.foot-left>p:first-child{
	background: url(../images/foot_txt_bg.png) 500px center no-repeat;
}
.foot-left{
	width: 800px;
}
.foot-right {
	width: 128px;
	height: 126px;
}
.foot-right img{
	display: block;
	width: 105px;
	margin: 0 auto;
}
.foot-right span{
	display: block;
	height: 40px;
	line-height: 40px;
	color:#ff7544;
	font-size: 14px;
}

/* /foot */