/*首页底部留言*/
.index-message {margin:60px 0 0;overflow:hidden;}
.index-message-center {width:94%;margin:30px auto;max-width:1540px;overflow:hidden;}
.index-message-box {font-size:14px;}
.index-message-l {display:inline-block;vertical-align:middle;width:50%;text-align:center;}
.index-message-l .th {font-size:45px;/* font-weight:bold; */margin:60px auto;text-align:center;width:60%;}
.index-message-l .th a {color:#333;}
.index-message-l .th a:hover {color:#4a4439;}
.index-message-l p {font-size:14px;line-height:28px;}
.index-message-l span {font-size:22px;color:#333;height:40px;line-height:40px;margin-bottom:20px;}
.index-message-l span i {font-size:22px;}
.index-message-l span a {color:#333;font-size:22px;display:inline-block;}
.index-message-l span a:hover {color:#f00;font-size:22px;}
.index-message-r {display:inline-block;vertical-align:middle;width:48%;}
.index-message-r-frame {}
.index-message-r img {max-width:100%;}
/*-------*/
.index-amessage {margin-bottom:30px;overflow:hidden;}
.index-amessage-t {background:#f0f0f0;padding:10px 16px;margin-bottom:20px;}
.index-amessage-t h5 {font-size:18px;line-height:24px;}
.index-amessage .th {font-size:20px;margin-bottom:10px;}
.index-amessage .index-amessage-centered {font-size:16px;}
.index-amessage .index-amessage-centered span {color:#F60;}
.index-amessage-row {margin-top:80px;overflow:hidden;}
.index-amessage-row .item {width:100%;float:left;margin-bottom:20px;}
.index-amessage-row .item input {color:#999;width:100%;line-height:48px;border:0;height:48px;}
.index-amessage-row .item textarea {color:#999;width:100%;line-height:48px;border:0;font-family:Arial,Helvetica,sans-serif;min-height:110px;}
.index-amessage-row .item.item-half {width:50%;}
.index-amessage-half {background:#fff;border:1px solid #919191;padding:0 0.5rem;margin-right:20px;}
.index-amessage-box {background:#fff;border:1px solid #919191;padding:0 0.5rem;}
.btn-button {display:block;width:100%;line-height:48px;height:48px;background-color:#3b7f38;border:0;color:#fff;font-size: 16px;}
@media screen and (max-width:768px) {
	.index-message-l,.index-message-r {width:100%;}
	.index-message-l .th {font-size:calc(1.46875rem + 2.625vw);width:100%;}
	.related-products ul li {width:50% !important;} /*推荐产品*/
}

input,button,select,textarea {outline:none;}
input,textarea {background:none}
/*按钮*/
.btn {display:inline-block;padding:6px 12px;font-weight:400;line-height:1.42857143;overflow:hidden;background:#0e4393;color:#FFF;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-appearance:none;appearance:none;}
/*默认样式*/
.btn:hover {opacity:.8;}
.btn:active {box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}
/*按钮大小*/
.btn-large {font-size:16px;height:38.4px;line-height:38.4px;padding:0px 26px;}
.btn-small {padding:5px 15px;font-size:14px;line-height:1.5;border-radius:3px;}
.btn-tiny {font-size:12px;height:22.4px;line-height:22.4px;padding:0px 13px;}
/*块按钮*/
.btn-block {display:block;}
/*表单*/
form {margin:0;}
button,input,select,textarea {font-family:inherit;margin:0;outline:none;/*box-sizing:border-box;*/ -webkit-appearance:none;}
button,select {text-transform:none;}
input,textarea {border:1px solid #ccc;/*padding:7px 10px;*/background-color:#fff;background-image:none;border-radius:3px;}
/*表单类*/
.form_text {width:90%;margin:8px 0;}
.form_textarea {width:90%;min-height:80px;display:block;}
.form_text_verifycode {width:80px;margin:8px 8px 8px 0;}
.form_text:focus,.form_textarea:focus,.form_text_verifycode:focus {box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
.form_radio {width:auto;border:0;}
.form_checkbox {width:auto;border:0}
.form_select {height:25px;}
.form_button {width:auto;vertical-align:middle;margin:10px 0;border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner {border:none;padding:0;}
input[disabled="disabled"] {background:#eee;}
.required {color:red;font-weight:bold;text-align:left;padding-left:3px;}
.form_text.Wdate {height:auto;border:1px solid #ccc;border-radius:3px;}
/*其它*/
.hide {display:none;}
/*隐藏*/
.code_image {cursor:pointer;}
/*验证码图片样式*/
.overflow_hide {overflow:hidden;}

::-webkit-input-placeholder{/*Webkit browsers*/
	color:#999;
	font-size:16px;
}
:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
	color:#999;
	font-size:16px;
}
::moz-placeholder{/*Mozilla Firefox 19+*/
	color:#999;
	font-size:16px;
}
:-ms-input-placeholder{/*Internet Explorer 10+*/
    color:#999;
    font-size:16px;
}
