.w {
	width:1400px;
	margin:0 auto;
  display: table;
}
/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}
/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}
/*取消链接的下划线且修改字体颜色*/
a {
    color: #666;
    text-decoration: none;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei';
    color: #666
}
/*隐藏元素*/
.hide,
.none {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}
.clearfix {
    *zoom: 1
}
/*左浮动*/
.fl{
	float: left;
}
/*右浮动*/
.fr{
	float: right;
}
  header .hea_ywtb {
	height: 5rem;
	position: relative;
  }
  header .hea_ywtb .hea_img a {
	float: left;
  }
  header .hea_ywtb .hea_img a img {
	width: 12.1875rem;
	padding-left: 2.5rem;
	margin-top: .9375rem;
  }
  header .hea_ywtb .hea_dl {
	width: 10.375rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	border: .0625rem solid #fff;
	border-radius: 3.125rem;
	float: left;
	text-align: center;
	margin: .9375rem;
  }
  header .hea_ywtb .hea_dl a {
	color: #fff;
	font-size: 1.5rem;
  }
  header .hea_search {
	width: 100%;
	height: 27.5rem;
	background: url(../images/ss_bj.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
  }
  header .hea_search img {
	width: 8.5rem;
	height: 9.0625rem;
	margin: 1.75rem 19.1875rem 0rem;
  }
  header .hea_search .ch_bt h1 {
	font-size: 3.375rem;
	line-height: 3.375rem;
	text-align: left;
	color: #084c87;
	line-height: 1.5rem;
	letter-spacing: .1688rem;
	text-align: center;
	margin-top: 2.375rem;
  }
  header .hea_search .ch_bt p {
	font-size: 1.5rem;
	color: #084c87;
	text-align: center;
	margin-top: 1.25rem;
  }
  header .hea_search .ch_bt p span {
	color: #ed0702;
  }
  /*头部*/
