@charset "utf-8";
*{ margin:0; padding:0;}
a, body, button, caption, dd, div, dl, dt, em, figure, form, h1, h2, h3, h4, h5, h6, html, i, img, input, label, li, ol, p, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul { 
	margin: 0;padding: 0;
}
fieldset, img { border: 0; }
ul, ol, li { list-style: none; }
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; background-color: #fff; border: none;}
code, kbd, samp, tt { font-size: 100%; }
a{text-decoration:none;}
a:hover{text-decoration: none;}
input, button, textarea{font-size: 100%;}
ol, ul { list-style: none; }
table,tr,td { /*border-collapse: collapse;*/ border-spacing: 0; margin:0;padding:0;}
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
.fr { float: right; *display: inline;}
.fl { float: left; *display: inline;}
.ehn, .otw, .tow { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.clearfix { clear: both; *zoom:1;}
.clearfix:after { display: block; clear: both; content: "\0020"; visibility: hidden; height: 0; }
body {
    font: 14px/1.5 "PingFang SC", "Microsoft YaHei",  "Helvetica Neue", Arial, "Hiragino Sans GB", "微软雅黑", SimSun, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, "Hiragino Sans GB", "微软雅黑", SimSun, sans-serif;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-margin-start: 0;
    -webkit-margin-end:0;
    -webkit-padding-start:0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*页面布局共同样式*/
.wrap{
	width:1080px;
	height: auto;
	overflow: hidden;
	background: #f1f1f1;
	margin: 0 auto;
	overflow-y:scroll ;
}
.content{
	margin: 0 30px;
}
/*头部*/
.header{
	width: 100%;
	margin-top:34px;	
}
.header .img{
	width:100% ;
	height:574px;
    border-radius:30px;
}
.header .img img{
	width: 100%;
}
