* {
	padding: 0;
	margin: 0;
	border: 0px solid #EEEEEE;
}
a{
	text-decoration: none;
	color: black;
}
body {
	max-width: 750px;
	margin: auto;
}
.head {
	width: 100%;
}

.headimg {
	width: 100%;
	position: relative;
	margin: auto;
}

.headimg img {
	width: 100%;
	display: block;
}

.logo {
	width: 100%;
	position: absolute;
	top: 25px;
	max-width: 750px;
	overflow: hidden;
}

.logoleft {
	float: left;
	width: 50%;
	margin-left: 10px;
}

.logoleft img {
	width: 100%;
}

.logoright {
	float: right;
	width: 40%;
	font-size: 0.8em;
	color: white;
	text-align: right;
	line-height: 30px;
	margin-right: 10px;
}

.zhuanye {
	width: 100%;
}

.zhuanye img {
	width: 100%;
	display: block;
}

.zhuanye2 {
	width: 100%;
}
.zhuanye2 img {
	width: 100%;
	display: block;
}

.lianxi {
	width: 100%;
	background:#fff ;
	overflow: hidden;
}

.lianxileft {
	width: 100%;
	height: 200px;
	margin: 5px 5px 15px 5px;
}

.wo {
	margin-bottom:2px ;
	color: #000000;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
.xinxi {width: 65%;
    color: #666666;
	line-height: 26px;
	font-size: 16px;
	text-align:left;
    float: left;
	padding-left: 0px;
	}
.ewm {float: right;
	padding-right: 5px;
   
}
.banquan {
	background:#235aa3 ;
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #EFEFEF;
	margin-top:5px;
	margin-bottom:40px;
   padding: 8px 0px 8px 0px;
}
.banquan a{font-size: 12px;
	     color: #EFEFEF;
}
.caidan {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: #EEEEEE;
	height: 45px;
	max-width: 750px;
}

.caidan1 {
	width: 33%;
	float: left;
	height: 45px;
	line-height: 45px;
	position: relative;
}

.caidan2 {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.caidan1 p {
	text-align: center;
	font-size: 1em;
}

.tabs {
	position: absolute;
	bottom: 45px;
	width: 80%;
	background: white;
	border: 1px solid silver;
	border-radius: 5px;
	margin-left: 10%;
}

.tabs p {
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 0.9em;
}

#tabs1,
#tabs2,
#tabs3 {
	display: none;
}