/************************* 登录页面 ******************************/
#phone.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdPhone.jpg) no-repeat 8px center;
}
#txtpass.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdPw.jpg) no-repeat 8px center;
}
#identify.placeholdBg{
	background: url(../../Content/images/pics/bg_inputplaceholdCode.jpg) no-repeat 8px center;
}
.header{
	width: 100%;
	height: 90px;
	background-color: #fff;
	box-shadow: 0 2px 8px #d4d4d4;
}
.header .logo{
	width: 399px;
	height: 73px;
	overflow: hidden;
	margin: 10px 0 0 10px;
}
.header .logo img,.activ img{
	display: block;
}
.backHome{
	padding: 0px 0 0 28px;
	margin: 32px 62px 0 0;
	background: url(../images/NavHomeImages/icons/backhomeic.png) no-repeat left center;
}
.loginMainbox{
	background-color: #f4f4f4;
}
.activ{
	width: 521px;
	height: 139px;
	overflow: hidden;
	margin: 45px 0 0 37px;
	background: url(../images/NavHomeImages/icons/activeBg.png) no-repeat top center;
	padding: 302px 0 0 56px;
}
.color_green{
	color: #6daa4c;
	border: 1px solid #6daa4c;
}
.color_blue{
	color: #5a9ed5;
	border: 1px solid #5a9ed5;
}
.color_moregreen{
	color: #3fb094;
	border: 1px solid #3fb094;
}
.color_moreblue{
	color: #2ca4c7;
	border: 1px solid #2ca4c7;
}
.productBox li{
	width: 108px;
	height: 38px;
	line-height: 38px;
	margin:0 15px 25px 0;
	text-indent: 56px;
	font-size: 18px;
	cursor: default;
}
.fuwuBg{
	background: url(../images/NavHomeImages/icons/fuwu_icon.png) no-repeat 16px center;
}
.zhengceBg{
	background: url(../images/NavHomeImages/icons/zhengce_icon.png) no-repeat 18px center;
}
.jishuBg{
	background: url(../images/NavHomeImages/icons/jishu_icon.png) no-repeat 17px center;
}
.rencaiBg{
	background: url(../images/NavHomeImages/icons/rencai_icon.png) no-repeat 19px center;
}
.zijinBg{
	background: url(../images/NavHomeImages/icons/zijin_icon.png) no-repeat 13px center;
}
.huiyiBg{
	background: url(../images/NavHomeImages/icons/huiyi_icon.png) no-repeat 14px center;
}
.chuangyeBg{
	background: url(../images/NavHomeImages/icons/chuangye_icon.png) no-repeat 19px center;
}
.zhengwuBg{
	background: url(../images/NavHomeImages/icons/zhengwu.png) no-repeat 20px center;
}
.loginMain{
	padding-top: 50px;
}
.loginCon{
	width: 344px;
	background: #ffffff;
	padding: 30px 40px 40px;
	margin: 45px 60px 0 0;
	border-radius: 0 0 4px 4px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 7px #a7a7a7;
}
.loginCon .tit,.registerCon .tit{
	margin-bottom: 34px;
	font-size: 24px;
	font-weight: bold;
}
.inputText{
	width: 330px;
	height: 38px;
	padding: 0 0 0 10px;
	border: 1px solid #ddd;
	line-height: 38px\9;
}
.codePics,.codePics img{
	width: 92px;
	height: 40px;
	display: block;
	cursor: pointer;
}
.rememberPW{
	margin:15px 0 0 0;
}
.identify .code{
	width: 160px;
}
.checkbox{
	width: 15px;
	height: 15px;
	margin: 3px 10px 0 2px;
}
.loginBtn{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background: #308bd8;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	margin: 16px 0;
}
.loginBtn:hover{
	background: #106ebd;
}
/*底部*/
.loginFooter{
	width: 100%;
	border-top: 1px solid #dbe9ee;
	background-color: #f6f9fa;
	height: 173px;
	padding-top: 29px;
}
.con1{
	width: 230px;
	padding: 0px 79px 0 72px;
	border-right: 1px solid #e1e1e1;
}
.con1 h3,.con2 h3{
	color: #666;
	font-weight: bold;
	margin-bottom: 15px;
}
.con1 li{
	margin-right: 28px;
}
.con1 a,.con2 li{
	display: block;
	height: 28px;
	line-height: 28px;
	color: #666;
	margin-right: ;
}
.con2{
	padding-left: 98px;
}
.footerPosition{
	position: absolute;
	bottom: 0;
	left: 0;
}
/*************************** 公用文件 **********************************/
.bg_gray{
	background: #ccc;
	color: #fff;
}
.bg_gray:hover{
	background: #ccc;
	color: #fff;
}
.orange{
	color: #ff8517;
}
/* 过度动画 */
.transi{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
/* 放大 */
.scalesmall:hover{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.scale:hover{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
/* 鼠标划上左移效果 */
.towardsLeft:hover{
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	transform:translate(0,-10px);
}
/*****************************注册规则页面*****************************/
.Wordwrap{
	width: 1000px;
	margin: 0 auto;
}
