@charset "utf-8";
.liuyan_con{ margin: 20px auto; }
.liuyan_tit{font-size: 24px; text-align: center; margin:20px auto; color: #F79646; font-weight: bold;}
.liuyan_left{  border:#eee 5px solid; padding:20px 0; width: 800px; margin:auto; max-width: calc(100% - 10px); }
.liuyan_left form{ width: 500px; margin:auto; max-width: 90%; }
.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{ margin: 20px auto; }
.liuyan_left p input[type="text"]{ border-bottom: #d7d7d7 1px solid; border: #d7d7d7 1px solid; line-height: 45px; text-indent: 20px;}

.liuyan_left dd{ margin: 10px auto; border: #d7d7d7 1px solid; }
.liuyan_left dd textarea{height: 100px; margin: 10px auto; width: 97%; margin-left: 1.5%;}
.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: 100%; line-height: 45px; background: #F79646; color: #fff; text-align: center; }





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



.ly_text{ margin-left: 55px; }

}

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

.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; }
}