
#cd-2{ height:896px; }
#cd-2 .btn {
	font-size: 18px;
	line-height: 48px;
	position: absolute;
    top:770px;
	display: block;
	min-width: 220px;
	border-radius:25px;
	margin: 20px 20px;
	text-align: center;
	color: #fff;
	background: #df4a43;
}
#cd-2 .btn:nth-child(1) {right: 600px;}
#cd-2 .btn:nth-child(2) {
	right: 340px;
}
/*#cd-2 .btn:hover {
  background: #2b314b;
}*/
#cd-3{ height:590px; background:url(/images/cd_04.jpg) center no-repeat;}


#dacf-1{ height:510px; background:url(/images/dacf_03.jpg) center no-repeat;}


#liuyan {
    background:#1e202b;
}

#liuyan form {
    height:100px;
    display: flex;
    flex-flow: row flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	width:860px;
	margin:0px auto;
}

#liuyan .form-group {
  flex: 0 0 33.33%;
  padding: 0px;
}

#liuyan .form-group input {
  width: 230px;
  height: 50px;
  border-radius: 25px;
  outline: none;
  font-size: 19px;
  padding-left: 25px;
  background: none;
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
}

#liuyan .form-group input[type="submit"] {
  background: #e04742;
  border: 1px solid #e04742;
  padding: 0;
  cursor: pointer;
}