/* reset
-----------------------------------------------------------------*/
html,body {
     min-width: 940px;
    margin: auto; 
    color:#333;
    background: #fff;
    font:16px 微软雅黑;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset {
    border:none;
    }
img {
    border:none;
    }
ul,li,dd,dl,dt {
    list-style:none;
    }
a {
    text-decoration:none;
    color:#333;
  -webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
    }
  a:active,a:visited,a:link,a:hover{
    border: 0;
    border-color: inherit;
    text-decoration:none;
    cursor: pointer;
  }
  a:focus{
    outline: none;
    -moz-outline-style:none;
  }

.img{
  display: block;
  width: 100%;
}
.container,header{
	width: 100%;
	overflow: hidden;
}
	.header{
		width: 940px;
		height: 102px;
		margin: auto;
		overflow: hidden;
	}
		.logo{
			display: flex;
			float: left;
			height: 80px;
			margin: 11px 0;
			overflow: hidden;
			vertical-align: middle;
		}
			.logo img{
				display: block;
				height: 80px;
				margin: auto;
				width:auto;
			}
		.nav{
			float: right;
			width: auto;
			overflow: hidden;
		}
			.nav li{
				float: right;
				width: auto;
				padding: 0 40px;
				line-height: 102px;
			}
				.nav li a{
					display: block;
					width: 100%;
					font-size: 14px;
					color: #999;
					overflow: hidden;
				}
				.nav li:hover a,.nav li.active a{
					color: #333;
				}
	
.content{
	width: 940px;
	margin: 20px auto 30px;
	overflow: hidden;
}
	.con-left{
		float: left;
		width: 540px;
		overflow: hidden;
	}
		.con-left h1,.con-center h1{
			margin-bottom: 19px;
			font-size: 32px;
			color: #333;
			font-weight: 500;
			text-shadow: 0px 0px 0px #333;
			line-height: 36px;
		}
		.form{
			width: 100%;
			overflow: hidden;
		}
			.form input,.form textarea{
				display: block;
				width: 378px;
				height: 30px;
				padding: 0 20px;
				margin-bottom: 4px;
				border: 1px solid #e0e0e0;
				border-radius: 3px;
				line-height: 30px;
				background: transparent;
				box-shadow: none;
				outline: none;
				font-size: 14px;
				color: #ccc;
				    font-family: 微软雅黑;
			}
			.form textarea{
				height: 126px;
			}
			.form input.btn{
				float: none;
				display: block;
				width: 100px;
				height: 32px;
				line-height: 32px;
				text-align: center;
				background: #48a233;
				color: #fff;
				border-radius: 3px;
				font-size: 16px;
				border: 0;
				outline: none;
				box-shadow: none;
			}

	.con-right{
		float: right;
		width: 400px;
		margin: 53px 0 0;
		overflow: hidden;
	}
		.con-right p{
			margin-bottom: 10px;
			font-size: 24px;
			line-height: 24px;
			color: #333;
		}
		.con-right span{
			display: block;
			width: 100%;
			font-size: 14px;
			color: #999;
			line-height: 24px;
		}
	
	.con-center{
		width: 100%;
		overflow: hidden;
	}
		.con-center p{
			font-size: 16px;
			line-height: 24px;
			color: #666;
		}


footer{
	width: 100%;
	line-height: 100px;
	text-align: center;
	background: #f1f1f1;
	font-size: 16px;
	color: #666;
}
	.foot{
		position: absolute;
		bottom: 0;
		left: 0;
	}

