﻿@charset "utf-8";
/* content Css Style  */
#contenter{
	width:930px;
	margin:auto;
	height:205px;
	background:url(../images/bg.jpg) repeat-x bottom;
	overflow:hidden;
	text-align:left;
}
/* left style */
#left{
	float:left;
	width:400px;
}
.company{
	padding:30px 10px 30px 20px;
	line-height:20px;
}
.comimg{
	float:left;
	width:118px;
	height:145px;
}
.comimg .mores{
	margin:8px 0 0 65px;
}

/* mid style */
#mid{
	float:left;
	width:290px;
	height:205px;
	background:url(../images/dian.gif) no-repeat right 40px;
}
.proclass{
	padding:30px 0 30px 0;
}

/* right style */
#right{
	float:left;
	width:240px;
}
.email{
	background:url(../images/email.gif) no-repeat center center;
	margin:auto;
	height:100px;
	padding:103px 0 0 48px;
}
.email input{
	background:#f6fcfd;
	border:1px solid #a5b0b2;
	width:100px;
	color:#97aeb2;
	font-size:12px;
	height:19px;
	line-height:19px;
	vertical-align:middle;
}
input.login{
	width:35px; 
	height:33px; 
	border:0;
}
.email span{
	padding:5px 48px 0 0;
	}
