@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
input::-webkit-outer-spin-button,
input, textarea{
	color: #000 !important;
}
input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"]{ -moz-appearance: textfield; }
textarea{
	font-family: "微软雅黑";
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a {
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;

}
.clearfix{
	zoom: 1;
}
body {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}
.clear{ clear:both;}
div,ul ,li, input{
	box-sizing: border-box;
}
em, i, strong{
	font-style: normal;
}
.wrap_top h1{display:none}

.header {
  width: 100%;
  height: 100px;
  background: #fff; }
  .header .m {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .m em {
      display: block; }
    .header .m .link {
      height: 100%;
      display: flex;
      align-items: center;
      padding-right: 16px; }
      .header .m .link a {
        height: 100%;
        display: flex;
        align-items: center;
        margin-left: 66px; }
        .header .m .link a img {
          display: block;
          margin-right: 5px; }
        .header .m .link a span {
          font-size: 14px;
          color: #666666; }
    .header .m .search {
      overflow: hidden;
      width: 428px;
      height: 44px;
      display: flex;
      align-items: center;
      position: relative;
      background: #fff;
      border: 1px solid #eaeaea;
      border-radius: 40px; }
      .header .m .search input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        font-size: 16px;
        color: #666666;
        padding-left: 35px;
        background: none; }
      .header .m .search div {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        width: 60px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer; }
        .header .m .search div::after {
          content: '';
          width: 1px;
          height: 30px;
          background: #eaeaea;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
		.header .m .search .search_button{
        width: 39px;
        height:33px;
		background-image:url("../images/search.png");
		border:0px;
		background-repeat:no-repeat;
		background-color: #fff;
		background-position:center center;
		cursor: pointer;
		}  
		
		.search_result_mfk{font-size:16px;margin-top:20px;}
		  

.navbar {
  width: 100%;
  height: 46px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center; }
  .navbar ul {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center; }
    .navbar ul li {
      height: 100%;
      transition: all .3s; }
      .navbar ul li.on {
        background: #4bd4bc; }
        .navbar ul li.on a {
          color: #fff;
          font-weight: bold; }
      .navbar ul li:hover {
        background: #4bd4bc; }
        .navbar ul li:hover a {
          color: #fff;
          font-weight: bold; }
      .navbar ul li a {
        display: flex;
        align-items: center;
        height: 100%;
        font-size: 18px;
        color: #333333;
        padding: 0 30px; }
        .navbar ul li a .down {
          margin-left: 5px; }
        .navbar ul li a .hot {
          display: block;
          margin-left: 5px; }

footer {
  overflow: hidden;
  box-sizing: border-box;
  background: #5a5a5a;
  width: 100%;
  padding: 35px 0; }
  footer ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center; }
    footer ul li {
      font-size: 16px;
      position: relative; }
      footer ul li a {
        color: #fff;
        padding: 0 26px;
        display: block;
        position: relative;
        transition: all .1s; }
        footer ul li a:hover {
          color: #4BD4BC; }
      footer ul li::after {
        content: '';
        width: 1px;
        height: 16px;
        background: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      footer ul li:last-child::after {
        display: none; }
  footer p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px; }
	
	
	
.no_result_mfkcn{
	text-align: center;
	background-color: #fff;
	padding-bottom:20px;
}

.no_result_mfkcn .no_pic{
    height: 300px;
    width: 300px;
	margin: 0 auto;
	padding-top:20px;
}

.no_result_mfkcn .no_wenzi{
	font-size:16px;
	margin-top:22px;
	color: #666;
}
	
	
	