/* CSS Document */
@charset "utf-8";
* {padding:0; margin:0;}
html, body{margin: 0;padding: 0;width: 100%;height: 100%;min-height: 100%;font: 14px/1.8 "宋体",Helvetica,sans-serif;line-height: 1.231;-webkit-touch-callout: none;display: -webkit-box;-webkit-box-orient: vertical;-webkit-box-align:stretch;position: relative; }
a {text-decoration:none;outline:none;color:#fff}
a:hover{text-decoration:none}
.clearBoth{clear:both;height:0;}
ul,li {list-style:none;}
img {border:none;}
.main{max-width:740px;margin:auto;min-height:100%;background-color:#ACCE22;position: relative;}
.hide{display:none;}
@media screen {
	.form_ctrl {margin: .5em;	}

	.ctrl_title {display: block;margin: .4em 0;color: #363837;font-weight: 600;font-size: 1.0em;line-height: 1.2em;	}
	
	.ctrl_title_1 {  display: block;  margin: 0.4em 0;  color: #363837;  font-weight: 100;  font-size: 0.9em;  line-height: 2.8em;	}

	.page_head,.page_separator {margin: 0;padding: 0;	}
}
@media screen {
	.page_head {height: 3em;background-color: #6eb9c7;		color: black;		text-align: center;		line-height: 3em;	}

	.page_pic {		overflow: hidden;		margin: .5em;	}
	.page_pic img {		box-sizing: border-box;		width: 100%;		height: auto;		border: 1px solid #dedede;		border-radius: .5em;	}

	.page_text {	margin: .5em;		text-indent: 0;}

	.page_pic_text {	overflow: hidden;	margin: .5em;}

	.page_pic_text img#img1 {	float: right;	margin: .3em 0 .3em .3em;	width: auto;	height: 5em;}

	.page_pic_text img#img2 {	float: left;	margin: .3em .3em .3em 0;	width: auto;	height: 4em;}

	.page_pic_text p {	text-indent: 2em;}
}


/*在线留言*/
.main .about .ipu{width:100%;margin:0 auto 20px;}
.main .about .ipu .name{color:#ffffff;font-size:13.5px;height:30px;}
.main .about .ipu .name span{color:#f97f12;font-size:87.5%;}
.main .about .ipu .tip{width:97.14285%;height:48px;line-height:48px;color:#ffffff;background:url(../images/input.jpg) no-repeat;background-size:100% 48px;border:none;padding-left:1.42857%;padding-right:1.42857%;font-size:87.5%;;}
.main .about .ipu .teartxt{width:97.14285%;font-size:87.5%;height:113px;line-height:25px;color:#ffffff;border:none;margin-bottom:10px;background: url(../images/content.jpg) no-repeat;background-size:100% 113px;padding-left:1.42857%;padding-right:1.42857%;resize:none;}
.main .about .zylb{width:100%;margin:0 auto;}
.main .about .zylb .ipu{float:left;width:50%;}
.main .about .zylb .ipu .yzma{width:94.28571%;height:48px;line-height:48px;color:#ffffff;background:url(../images/code.jpg) no-repeat;border:none;background-size:100% 48px;padding-left:2.85714%;padding-right:2.85714%;font-size:87.5%;}
.main .about .zylb .yzmt{float:left;width:16.14285%;margin-left:5.71428%;margin-top:30px;}
.main .anniu{height:48px;width:175px;margin:0 auto;}
.main .anniu #button{height:48px;width:175px;background:url(../images/tijiao.gif) no-repeat;border:none;cursor:pointer;}
.main .success{width:100%;min-height:740px;}
.main .success .ssimg{width:53.10810%;margin:0 auto;margin-top:30%}
.main .success .ssimg img{width:100%;}
.main .success .back{height:34px;width:130px;margin:40px auto;}
.main .success .back a{display:block;}

@media screen {
	input:not([type="range"]),textarea,select {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1em;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
	}

	input[type="text"],input[type="password"],select,textarea {
		margin: 1px 0;
		padding: .8em .6em;
		width: 100%;
		border: 1px solid #bfbfbf;
		border-radius: 0;
		background-color: white;
	}

	textarea {
		height: 5.6em;
		line-height: 1.2em;
	}
	
		input[type="submit"] {
		box-sizing: border-box;
		padding: .8em 0;
		width: 100%;
		border: hidden;
		border-radius: .15em;
		background-color: #ff6c00;
		color: white;
		font-weight: bold;
	}

}