﻿
/*新版留言板样式*/

.ny_ly > h3{ font-size:36px; font-weight:bold; }
.ny_ly > p{font-size:14px;margin-top: 20px;color: #666;}
.mes_form{ margin-top:40px; display:table;width: 1200px;}
.mes_form_l{float:left;width: 564px;margin-top: -16px;}
.mes_form_l > p{ margin-bottom:13px; position:relative;}
.mes_form_r p{position:relative;}
.mes_form_l > p > input{width: 580px;height: 50px;background: #eee;border: none;text-indent: 10px;font-size: 14px;color: #434343;}
.mes_form_r{ float:right;    position: relative;}
.mes_form_r > textarea{height: 236px;width: 560px;padding: 20px 10px 0 10px;background: #eee;border: none;/* margin-bottom:13px; */position:relative;font-family: arial;font-size: 14px;color: #434343;}
.mes_form_r > p > input{width: 580px;height: 49px;background: #eee;border: none;text-indent: 10px;font-size: 14px;color: #434343;/* margin-bottom:13px; */}
.mes_form_tj{ cursor: pointer;display:block; float:left; width:192px; height: 45px;margin-top: 30px; clear: left; background: #4a68a7; border: none; color:#fff; font-size: 16px;}
.mes_form_cz{cursor: pointer;width:192px; height: 45px;margin-top: 30px; float: left; margin-left: 10px; background: #a0a0a0;border: none;color:#fff; font-size: 16px;}
.ny_zxyjy{margin-bottom: 90px; }
.ny_zxyjy > h3{ font-size:24px; font-weight:bold; border-left: 5px solid #4a68a7; height: 30px; padding-left: 20px; line-height: 30px; margin-bottom: 60px;}
.nyly_li{ display:table; margin:34px 0; border-bottom:1px solid #eee;    width: 100%;}
.nyly_li > h3{ color:#333333; font-size: 16px; font-weight: bold;}
.nyly_li > h3 > span{ display:inline-block; width:8px; height: 8px; border: 3px solid #4a68a7; border-radius: 50%; margin: 0 10px 0 4px;}
.nyly_li > p{ color:#666666; font-size: 14px; margin-top: 14px;}
.nyly_li > div > p{ float:left; margin-left: 10px; font-size: 14px; color:#666666; line-height: 30px;}
.nyly_li > div{display: table; float:right;}
.nyly_li > div > p .icon-liulan{ font-size:20px;display: block; line-height: 30px; float: left;}

.Validform_checktip{
	    display: block;
    position: absolute;
    color: #f00;
    right: 20px;
    top: 0;
    line-height: 50px;
}
.Validform_right,.Validform_wrong{top:15px;}
@media screen and (max-width:1024px){
	.mes_form{display:block; width: 100%;overflow: hidden;}
	.mes_form_l > p > input,.mes_form_r > textarea,.mes_form_r > p > input{width:100%;box-sizing:border-box;}
	.mes_form_r > textarea{height:240px;}
	.mes_form_l{width:45%}
	.mes_form_r{width:50%;margin-left:5%}
	.mes_form_tj,button.mes_form_cz,.mes_form_cz{width:48%}
	button.mes_form_cz{margin-left:4%;}
}

@media screen and (max-width:1024px){
	.mes_form_l,.mes_form_r{width:100%;margin-left:0}
	.ny_ly{width:100%; height:auto; display:block; overflow:hidden}
}

@media screen and (max-width:414px){
	
	.mes_form{width:100%!important}
	.mes_form_cz{width:45%}
}


