body{
	background:url(../../images/home/bg0001.jpg) no-repeat;
	position: inherit;
	background-size:100% 100%;
}
.wrapper-box{
	width:100%;
	height:auto;
	/* overflow:hidden; */
}
.content-wrap{
	width:1152px;
	height: auto;
	margin: 0 auto;
}
.con-login{
	width: 1152px;
	height: 730px;
	margin: 0 auto;
	/* position:absolute;
	top:50%;
	margin-top:-365px; */
	background:#FCFCFC;
	margin-top:140px;
	-webkit-box-shadow:0 0 10px #c3c3c3; 
  -moz-box-shadow:0 0 10px #c3c3c3; 
  box-shadow:0 0 10px #c3c3c3; 
  border-radius: 5px;
}
.con-login .con-logo{
	width: 181px;
    padding-left: 50px;
    padding-top: 60px;
}
.con-login .con-logo img{
	width:181px;
}
.substance{
	overflow: hidden;
	width: 400px;
	height: auto;
	margin:0 auto;
}
.substance h3{
	font-size:38px;
	color:#556EA6;
	text-align:center;
	margin-top:32px;
	margin-bottom:10px;
}
.substance .p1{
	font-size:20px;
	color:#4C4C4C;
	text-align:center;
}
.sub-box2{
	width: 100%;
	height: auto;
	overflow:hidden;
	position: relative;
	border-radius:3px;
	margin-top: 27px;
}
.sub-box2 form{
	height: auto;
	
}
.sub-box2 form p{
	height: 30px;
	margin-top:40px;
	border-bottom:1px #CCCCCC solid;
}
.sub-box2 form p label{
	width: 80px;
	display: inline-block;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #595757;
	font-weight:normal;
}
.sub-box2 form p label span{
	color:red;
}
.sub-box2 form p input{
	width: 290px;
	height: auto;
	border:1px solid #fff;
	padding-left:6px;
	font-size:16px;
	color:#1B1B1B;
	font-family: "Microsoft Yahei";
}
.sub-box2 form p input:focus{
    outline:none;
}
.sub-box2 form p i{
	float:right;
	width:10px;
	height:10px;
	display:none;
	background:url(../../images/organIn/cha.png) no-repeat;
	background-size:10px;
	cursor: pointer;
	margin-right: 10px;
    margin-top: 13px;
    
}
.sub-box2 form p.trigger{
	border-bottom:1px #5A7ECA solid;
}
.sub-box2 form p.trigger label{
	color:#5A7ECA;
}
.sub-box2 button{
	width: 100%;
	height: 50px;
	background: #566CA5;
	color: #FFFFFF;
	border: none;
	font-size: 16px;
	border-radius:0;
	cursor :pointer;
	margin-top: 35px;
	font-family:"Microsoft Yahei";
}
.sub-box2 button.submit-chart:hover{
	background: #435786;
	color: #FFFFFF;
}
/* login dialog */
.modal-header{
	background:#F7F8F8;
	border-radius:5px 5px;
}
.modal-footer{
	border-top:none;
}
.modal-dialog{
	position:relative;
}
.mfooter{
	border:none;
	position:relative;
}
.modal-style{
	width:490px;
	height:260px;
	min-height:260px;
	margin:0 auto;
}
.btn{
	height:36px;
	font-size:12px;
	text-align:center;
}
.footer-box1{
	width:100%;
	height:50px;
	text-align:right;
	position:absolute;
	bottom:0;
	left:0;
	
}
.footer-box1 p{
	color:#D5D5D5;
}
.apply-ok h2{
	font-size:30px;
	text-align:center;
	position:relative;
	line-height:85px;
}
.apply-ok h2:before{
	content:"";
	width:46px;
	height:48px;
	display:inline-block;
	background: url("../../images/home/yes-ok.png") no-repeat;
	position:absolute;
	left:36px;
	top:20px;
}
.apply-ok h2 span{
	font-size:30px;
	color:#85B200;
}
.apply-ok p{
	line-height:22px;
	color:#666666;
	padding-left:10px;
}
/* dialog2 */
.apply-no h2{
	font-size:30px;
	text-align:center;
	position:relative;
	line-height:85px;
}
.apply-no h2:before{
	content:"";
	width:46px;
	height:48px;
	display:inline-block;
	background: url("../../images/home/apply-no.png") no-repeat;
	position:absolute;
	left:36px;
	top:20px;
}
.apply-no h2 span{
	font-size:30px;
	color:#85B200;
}
.footer-box2{
	height:85px;
	text-align:center;
}
.footer-box2 button{
	color:#FFFFFF;
	background:#85B200;
	width:138px;
	height:33px;
	border:none;
	text-align:center;
	border-radius:3px;
	font-size:14px;
}
