@charset "utf-8";
.liuyan_con{ margin: 50px auto; width:725px; max-width:100% }
.liuyan_left{  }
.liuyan_right{ float: right; width: 50%; background: url(../images/ly.png) no-repeat top;  height: 479px; background-size: 100%; }
.ly_text{ width: 280px; margin: 40px 0px 0px 100px; color: #999; font-size: 16px; line-height: 200%; }
.liuyan_left input[type="text"]{ background: none;  border:none; width: 100%; outline:none;}
.liuyan_left textarea{ background: none; border:none;  outline:none;}
.liuyan_left p{ padding-bottom:20px; }
.liuyan_left p span{ padding-bottom:10px;color: #5a5a5a; display:block}
.liuyan_left p input[type="text"]{  border: #ededed 1px solid; line-height: 50px; text-indent: 20px; border-radius:3px;}


.liuyan_left p textarea{height: 120px; width: 100%;border: #ededed 1px solid;border-radius:3px; padding:20px;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.liuyan_left p input::-webkit-input-placeholder{color: #999;  } /*?使用webkit内核的浏览器 */
.liuyan_left p input:-moz-placeholder{color: #999; } /*?Firefox版本4-18 */
.liuyan_left p input::-moz-placeholder{color: #999; } /*?Firefox版本19+ */
.liuyan_left p input:-ms-input-placeholder{color: #999; }
.liuyan_left textarea::-webkit-input-placeholder{color: #999; font-family: "Arial"; padding-left: 10px; }

.liuyan_left p input[type="submit"]{ border:none; width: 213px; line-height: 51px; height:51px; background-color: #d61519; color: #fff; text-align: center; }

@media only screen and (max-width: 1024px) {



}

@media only screen and (max-width: 768px) {
.liuyan_right{ background-size:100% auto;  background-position: top;  }
.ly_text{ width: 50%; }
.liuyan_left p{ margin: 0px auto 10px auto; }
}


@media only screen and (max-width: 600px) {
.liuyan_right{  display: none; }
.liuyan_left{ float: none; width: 95%; margin: auto; }
.liuyan_left p input[type="text"]{ line-height: 40px; }
}