@charset "utf-8";
/* CSS Document */

body { margin:0; }

.bj01{
	background:url(../images/bj.jpg);
	height:950px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll ;
}
.zbn_sycx{
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 50px;
	padding: 0 5px;
	transition: background 0.3s ease-in-out;
	width: 100%;
}
.zbn_sycx :focus {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 10px #9ecaed;
}

#zbn_sycx_button{
	-webkit-appearance: none;
  
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
}

  