﻿@font-face {

	font-family: "微软雅黑","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB",arial,helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaiTi_GB2312';
  src: url('../font/KaiTi_GB2312.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.x-header {
  position: relative;
  z-index: 2;
}
.x-header__wrap {
  width: 1200px;
  margin: 0 auto;
}

.x-header__top {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.x-header__logo {
  float: left;
  width: 486px;
  padding-top: 9px;
}

.x-header__slogan {
  float: right;
  text-align: right;
  padding-top: 30px;
  font-size: 18px;
  font-style: italic;
  color: #666;
  font-family: 'zzgf';
}

.x-header__slogan p {
  margin: 5px 0 0;
  color: #ccc;
  font-size: 12px;
  font-style: italic;
}

.x-header .x-nav {
  width: 100%;
  height: 54px;
  background-color: #6eba44;
}

.x-header .x-nav__wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  zoom: 1;
}

.x-header .x-nav__wrap:after,
.x-header .x-nav__wrap:before {
  content: '';
  display: table;
}

.x-header .x-nav__wrap:after {
  clear: both;
}

.x-header .x-nav__item {
  float: left;
  height: 100%;
  line-height: 54px;
}
.x-header .x-nav__item.on > a {
  background-color: #f18f57;
}
.x-header .x-nav__item:nth-child(2):hover ul {
  height: 280px;
}
.x-header .x-nav__item:nth-child(3):hover ul {
  height: 200px;
}
.x-header .x-nav__item:nth-child(4):hover ul {
  height: 160px;
}
.x-header .x-nav__item:nth-child(5):hover ul {
  height: 120px;
}
.x-header .x-nav__item:nth-child(6):hover ul {
  height: 80px;
}
.x-header .x-nav__item:nth-child(7):hover ul {
  height: 80px;
}

.x-header .x-nav a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  width: 171px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 18px;
}

.x-header .x-nav a:hover {
  background-color: #f18f57;
}

.x-header .x-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgba(110, 186, 68, 0.8);
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.x-header .x-nav ul a {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}