﻿*{margin: 0;padding: 0;}
/*公共样式header footer*/
.public-container{
	width:1100px;
	margin:0 auto;}
.public-header .public-header-top{
	width:100%;
	height:40px;
	line-height:40px;
	background:#f8f8f8;
	position:relative;}
.public-header .public-left{
	float:left;}
.public-header .public-right{
	float:right;}
.public-header .public-header-list{
	float:right;}
.public-header .public-header-list .item{
	float:left;
	width:110px;}
.public-header .item a{
	margin-left: 28px;}
.public-header .item .call{
	display:inline-block;
	width:25px;
	height:25px;
	position:absolute;
	top:5px;
	background:url(../images/call.png);}
.public-header .item .home{
	display:inline-block;
	width:25px;
	height:25px;
	position:absolute;
	top:5px;
	background:url(../images/home.png);}
.public-header .item .sc{
	display:inline-block;
	width:25px;
	height:25px;
	position:absolute;
	top:5px;
	background:url(../images/sc.png);}
.public-header .public-header-middle{
	height:170px;
	margin-top:5px;}
.public-header .logo {
	width:1100px;
	height:170px;
	background:url(../images/logo.jpg);}
.public-header .public-search{
	position:relative;
	top:24px;
	left:-50px
;}
.public-header .public-input-text{
	width:246px;
	height:34px;
	border:none;
	padding-left:20px;
	outline:none;
	background:url(../images/public-input.png);}
.public-header .public-input-btn{
	width:65px;
	height:34px;
	border:none;
	position:absolute;
	left:246px;
	top:0;
	outline:none;
	cursor:pointer;
	background:url(../images/public-search-btn.png)
;}
.public-header .public-nav{
	height:40px;
	line-height:40px;
	background:#035ba6;
	overflow:hidden;}
.public-header .public-nav .item{
	float:left;
	width:175px;
	text-align:center;}
.public-header .public-nav .item a{
	color:#fff;
	font-size: 15px;}
.public-footer .public-footer-top{
	width:1100px;
	margin:0 auto;
	height:45px;
	line-height:45px;
	background:#e5e5e4;}
.public-footer .public-footer-top .item{
	float:left;
	width:135px;
	font-size: 16px;
	text-align:center;}
.public-footer .public-footer-top .item a{
	font-size: 16px;
	text-align: center;
	color:#035ba6;}
.public-footer .public-footer-middle{
	width:100%;
	height:186px;
	background:#f5f5f5;
	overflow:hidden;}
.public-footer .public-footer-middle .title{
	color:#035ba6;}
.public-footer .public-footer-middle p{
	line-height:34px;}
.public-footer .public-footer-middle p a{
	display:inline-block;
	margin-left:10px;
	color:#666666;}
.public-footer .public-footer-bottom{
	height:85px;}
.public-footer .public-text p span{
	display:inline-block;
	margin-left:10px;
	color:#444;
	font-size:14px;
	cursor:default;}
.public-footer .public-footer-bottom .public-text{
	margin-top:28px;
	text-align:center;
	line-height:34px;}