@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
a{
	color: #333;
	text-decoration: none;
}
.header {
  width: 100%;
  background-color: #FFF;
  height: 68px;
  line-height: 68px; }

.nav {
  width: 1200px;
  margin: 0 auto;
  height: 68px; }
  .nav-item {
    display: inline-block;
    width: 50%;
    float: right; }
    .nav-item .nav-item-cont {
      float: left;
      width: 16.6%;
      text-align: center;
      font-size: 16px;
      color: #333;
      display: inline-block;
      height: 68px; }
    .nav-item .nav-item-cont:hover {
      background-color: #206bd1;
      color: #FFF; }
    .nav-item .nav-item-cont.active {
      background-color: #206bd1;
      color: #FFF; }
  .nav .aboutBox {
    position: relative; }
    .nav .aboutBox .aboutQy {
      position: relative;
      left: -7px; }
  .nav .aboutBox:hover.aboutBox:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 28px; }
  .nav .aboutBox.active.aboutBox:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 28px; }
  .nav .aboutBox:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 28px; }
  .nav-item:first-child {
    width: 15%;
    text-align: center;
    float: left;
    height: 52px;
    margin-top: 8px; }
    .nav-item:first-child img {
      height: 52px; }
  .nav .right-nav {
    position: relative; }
  .nav .about {
    position: absolute;
    top: 68px;
    right: 17%;
    z-index: 99;
    display: none; 
 }
    .nav .about-item {
      list-style: none;
      background-color: #fff;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
      width: 100px;
      height: 50px;
      line-height: 50px;
      text-align: center; }
    	.nav .about-item a{
			display: block;
			width: 100%;
			height: 100%;
    		
    	}
    .nav .about-item:hover {
      background-color: #f3f3f3;
    
 }

/*# sourceMappingURL=header.css.map */
