@charset "utf-8";
/* CSS Document */
html{
	width: 100%;
	height: 100%;
	
}
body{
	width: 100%;
	height: 100%;
	background: #fff !important;
}
.fixed{
position:fixed;
width:100px;
height:34px;

right:150px;
bottom:300px;
z-index:3;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.formarea{
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.left_zy{
width: 735px;
margin-top:202px;
float: left;

}
.col2{
	color: #fff;
	width: 735px;
	margin-top: 20px;
	background: url("../images/titlebg.png") no-repeat center;
	float: left;
	height: 509px;
}
.col2 span{
	font-size: 18px;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 80px;
}
.col2 p{
width:540px;
margin-left:100px;
line-height:40px;
}
.col2 ul li{
	width:calc(25% - 100px);
	float: left;
	margin: 5px 50px;
	line-height: 40px;
	text-align: center;
}
.col2 ul li a{
	color: #fff;
}
.right_bm{
	width: 396px;
	box-shadow: 0px 8px 26px 1px rgba(0, 0, 0, 0.35);
	background: #fff;
float: left;
margin-left: 40px;
margin-top: 272px;
}
.form{
	width: 350px;
	margin: 30px auto;
}
.form-group{
	width: 350px;
	height: 56px;
	background-color: #fcfcfc;
	border-radius: 5px 0 0 5px;
	border: solid 1px #4fc1e9;
	margin-bottom: 20px;
}
#dr_row_xiangmu{
	background: url(../images/bg1.png) no-repeat left;
}
.col-md-9{
	margin-left:54px;
}
.form-control{
	border: none;
	line-height: 54px;
}
#dr_xiangmu,#dr_zhuanye,#dr_xingming,#dr_dianhua,#dr_youxiang,#dr_danwei{
	width: 294px;
	height: 54px;
	padding-left: 15px;
	
}
#dr_row_zhuanye{
background:url(../images/bg2.png) no-repeat left;
}
#dr_row_xingming{
	background: url(../images/bg3.png) no-repeat left;
}
#dr_row_dianhua{
	background: url(../images/bg4.png) no-repeat left;
}
#dr_row_youxiang{
	background: url(../images/bg5.png) no-repeat left;
}
#dr_row_danwei{
	background: url(../images/bg6.png) no-repeat left;
}
#dr_row_btn{
border: none;
width:120px;
margin:20px auto 0 auto;
color:#fff;
}
.btn{
background: #0fafeb;
width: 120px;
height: 44px;
border-radius: 5px;
border: none;
color:#fff;
margin:0 0 30px 45px;
}