
.main {
	width: 100%;
	background: #eee;
}

.project {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.title {
	padding-top: 36px;
	text-align: center;
}

.title h3 {
	position: relative;
	width: 4em;
	display: inline-block;
	font: normal 30px/50px "microsoft yahei";
}

.title i {
	position: absolute;
	height: 3px;
	width: 40px;
	background-color: #FF6600;
	bottom: -3px;
	left: 37px;
}

.project table {
	background-color: #fff;
	margin-top: 30px;
}

.project table th span {
	color: #fff;
	font: bold 18px/30px "microsoft yahei";
}

.project table th {
	height: 95px;
	font: normal 14px/30px "microsoft yahei";
}

.project table th strong {
	font: bold 16px/30px "microsoft yahei";
}

.project table th p {
	font: bold 18px/30px "microsoft yahei";
	color: #ff6600;
}

.project table th i {
	font: normal 18px/30px "microsoft yahei";
	color: #eb201d;
}

.project table th b {
	font: normal 24px/30px "microsoft yahei";
	color: #eb201d;
}

.project table td {
	height: 59px;
	text-align: center;
}
.project table th a.btn{
	width: 110px;
	height: 32px;
	border-radius: 3px;
	display: block;
	font:bold 16px/32px "microsoft yahei";
	text-indent: 10px;
	color: #fff;
	margin: 0 auto;
	text-align: left;
	background: url(../images/service2017/finger.png) 80px 5px no-repeat #FF6600;
}
.project table .serviceleft {
	background-color: #fff4eb;
	font: bold 18px/30px "microsoft yahei";
	color: #ff6600;
}

.project table .serviceright {
	background-color: #f3f9ff;
	font: bold 15px/30px "microsoft yahei";
}

.project table .serviceright a {
	color: #666666;
}

.project table tr td {
	font: normal 16px/18px "microsoft yahei";
}

.project table tr td a.btn {
	font: normal 14px/32px "microsoft yahei";
	width: 98px;
	height: 32px;
	display: inline-block;
	color: #fff;
	background-color: #f54a47;
	border-radius: 2px;
}

.loginBg {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
	z-index: 9999;
}
.loginBg_mask {
	width: 100%;
	height: 100%;
	opacity: .4;
	background: #000;
}
.loginBg_box{
	position:absolute;
	background: #fff;
	width: 485px;
	height: 460px;
	top: 50%;
	left: 50%;
	border-radius: 4px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.loginTitle {
	width: 100%;
	height: 45px;
	background: #f2f2f2;
	line-height: 45px;
	border-radius: 4px 4px 0 0 ;
	font-size: 16px;
	text-indent: 20px;
	font-weight: bold;
	position: relative;
}
.loginClose {
	float: right;
}
.loginClose i {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 8px;
	top: 8px;
	background: url(../images/loginClose.png)  center no-repeat;
}
.loginPhone {
	width: 60%;
	text-align: left;
	margin: 23px auto;
}
.loginPhone i {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../images/loginPhone.png)  center no-repeat;
}
.loginPhone p {
	float: right;
	font-size:14px;
	line-height: 24px;
}

.loginBox {
	margin: 0 45px;
	margin-bottom: 23px;
	position: relative;
}
.loginBox i {
	position: absolute;
	left: 16px;
	top: 0;
	width: 20px;
	height: 38px;
	vertical-align: middle;
}
.loginBox i.user {
	background: url(../images/zhanghao.png) center no-repeat;
}
.loginBox i.pass {
	background: url(../images/loginpass.png) center no-repeat;
}
.loginBox input {
	width: 100%;
	border: 1px solid #d1d1d1;
	height:38px;
	color: #666;
	text-indent:40px;
	border-radius:3px;
	font-size: 14px;
	line-height:40px;
}
#divDragCheck {
	height: 40px;
}
#divDragCheck #drag {
	position: relative;
	background-color: #fff;
	height: 38px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #d1d1d1;
}
#divDragCheck .drag_bg {
	background-color: #7ac23c;
	height: 38px;
	width: 0px;
}
#divDragCheck .drag_text {
	position: absolute;
	top: 0px;
	height: 40px;
	line-height:40px;
	width: 100%;
	font-size: 14px;
	color: #666;
}
#drag .handler {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 38px;
	border-right: 1px solid #ccc;
	cursor: move;
	background: url(../images/drag_bg.png) no-repeat center #f1f1f1;
}
.clearfix {
	*zoom: 1;
	overflow: hidden;
}
.remember {
	margin: 15px 45px;
}
.remember a {
	float: left;
	font-size: 12px;
	color: #50a240;
	outline: none;
}
.regBtn{
	margin: 20px 45px 0;
}
.regBtn button {
	width: 45%;
	height: 40px;
	background: #50a240;
	border: none;
	cursor: pointer;
	outline: none;
	float: left;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
}
.regBtn .reg {
	display: inline-block;
	width: 45%;
	height: 40px;
	background: #f48421;
	float: right;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
}
.remember p {
	margin: 0 45px 0;
	text-align: right;
	color: #666;
}
.remember p a {
    float:right;
	color: #50a240;
}
