@charset "utf-8";

*{margin:0;padding:0;letter-spacing: 1px;}
body,button,input,select,textarea{font:12px/2 Verdana, Regular, Helvetica, sans-serif;}/*雅黑：\5FAE\8F6F\96C5\9ED1  Verdana, Helvetica, sans-serif*/
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;word-wrap: break-word; white-space: normal;}
small{font-size:12px;}
li{list-style:none;}
a:link,a:visited{color:#555;text-decoration:none;}
a:hover{color: #427fd7;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#555;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;outline: none;resize: none;overflow: hidden;padding: 2px;}
table{border-collapse:collapse;border-spacing:0;}
b{font-weight: normal;}
i{font-style: normal;}
body{background: #fff;}

#bannder{
	width: 100%;
	height: 280px;
	background: url("../pic/banner.jpeg") no-repeat center;
	background-size: auto;
}

#header_wrapper{
	width: 60%;
	box-sizing: border-box;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 20px;

}


#header_wrapper .logo .txt{
	color: #595757;
	font-size: 18px;
	position: relative;
	bottom: 13px;
	letter-spacing: 2px;
	padding-top: 8px;

}

#header_wrapper .logo .img{
	width: 160px;
	height: 40px;
	background: url("../pic/logo.jpeg") no-repeat;
	background-size: 160px 40px;
}
.navs{
	display: flex;
	font-size: 18px;
	height: 35px;
	padding: 0 5px;
}

.navs .item{
	box-sizing: border-box;
	margin-right: 20px;
}


.copy{color: #FFFFFF;background: #333333;text-align: center;min-width: 1200px; padding: 30px 0;}
.copy h3{padding: 0 0 20px;font-size: 14px;}
.copy h3 a{color: #fff;}
.copy p{margin: 0;}

