a {
    text-decoration: none;
    background: transparent;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
 @media (max-width:1024px)
 {
	.header-box {
		position:absolute;
	}
 }
  .header-box .header-pc {
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    0box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); 
  }
    .header-box .header-pc .logo {
      0width: 150px;
      height: 36px;
      display: block;
      float: left;
	  padding:17px;}
	  .header-box .header-pc .logo img{
		height:100%;
	  }
    .header-box .header-pc .search {
      width: 70px;
      height: 70px;
      float: right;
      background-color: #deb01a;
      background-image: url(../img/search.png);
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }
    .nav {
      float: right;width:846px;
      }
      .nav ul li {
        margin:0 30px;
        height: auto;
        float: left; }
        .nav ul li .tits {
          width: 100%;
          height: 87px;
          line-height: 87px;
          text-align: center;
          display: block;
          font-size: 16px;
          
          position: relative; }
          .nav ul li .tits:after {
            width: 11px;
            height: 14px;
            position: absolute;
            background-repeat: no-repeat;
            background-image: url(../images/nav_line.png);
            content: '';
            top: 0px;
            right: -5px; }
          .nav ul li .tits:before {
            width: 0;
            height: 4px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: width 0.5s,left 0.5s;
            background-color: #e95016;
            content: ""; }
        .nav ul li .mnav {
          width: 100%;
          height: auto;
          background-color: #fff;
          border-top: 1px solid #e5e5e5;
          border-bottom: 2px solid #e95016;
          position: absolute;
          top: 87px;
          left: 0;
          z-index: 10000;
          display: none;
          padding-top: 1%;
          padding-bottom: 1%; }
          .nav ul li .mnav .nav-new {
            width: 100%;
            margin: 0 auto;
            height: auto;
            position: relative; }
            .nav ul li .mnav .nav-new .item {
              width: 18.75%;
              height: auto;
              float: left;
              margin: 0 3.125%; }

              .nav ul li .mnav .nav-new .item .tit {
                width: 100%;
                height: auto;
                display: block;
                margin-bottom: 11px; }
                .nav ul li .mnav .nav-new .item .tit .pic {
                  width: 100%;
                  height: auto; }
                .nav ul li .mnav .nav-new .item .tit .t {
                  font-size: 18px;
                  line-height: 20px;
                  color: #666;
                  margin-top: 18px; }
                  .nav ul li .mnav .nav-new .item .tit .t:hover {
                    color: #fcca00; }
              .nav ul li .mnav .nav-new .item .it-new {
                width: 100%;
                height: auto;
                line-height: 30px; }
                .header-box .header-pc .nav ul li .mnav .nav-new .item .it-new .t {
                  width: calc(100% - 15px);
                  padding-left: 15px;
                  height: auto;
                  display: block;
                  font-size: 14px;
                  color: #666;
                  position: relative; }
                  .nav ul li .mnav .nav-new .item .it-new .t:after {
                    width: 4px;
                    height: 4px;
                    background-color: #fcca00;
                    position: absolute;
                    top: 14px;
                    left: 0;
                    content: ''; }
                  .nav ul li .mnav .nav-new .item .it-new .t.t1 {
                    width: calc(50% - 15px);
                    float: left; }
                  .header-box .header-pc .nav ul li .mnav .nav-new .item .it-new .t:hover {
                    color: #fcca00; }
              .nav ul li .mnav .nav-new .item .it {
                width: 100%;
                height: auto; }
                .nav ul li .mnav .nav-new .item .it a {
                  width: calc(50% - 15px);
                  padding-left: 15px;
                  height: auto;
                  display: block;
                  font-size: 14px;
                  line-height: 30px;
                  color: #666;
                  float: left;
                  white-space: nowrap;
                  position: relative; }
                  .nav ul li .mnav .nav-new .item .it a:after {
                    width: 5px;
                    height: 5px;
                    background-color: #fcca00;
                    position: absolute;
                    top: 13px;
                    left: 0;
                    content: ''; }
                  .nav ul li .mnav .nav-new .item .it a:hover {
                    color: #fcca00; }
            .nav ul li .mnav .nav-new .line {
              width: 1px;
              height: 100%;
              position: absolute;
              top: 0;
              background-color: #fdc100; }
              .nav ul li .mnav .nav-new .line.line1 {
                left: 25%; }
              .nav ul li .mnav .nav-new .line.line2 {
                left: 50%; }
              .nav ul li .mnav .nav-new .line.line3 {
                left: 75%; }
          @media (max-width: 1580px) {
            .nav ul li .mnav .nav-new .item .it-new .t {
              width: calc(100% - 10px);
              padding-left: 10px; }
              .nav ul li .mnav .nav-new .item .it-new .t.t1 {
                width: calc(50% - 10px); }
            .nav ul li .mnav .nav-new .item .it a {
              width: calc(50% - 10px);
              padding-left: 10px; } }
          @media (max-width: 1400px) {
            .nav ul li .mnav .nav-new .item {
              width: 22%;
              margin: 0 1.5%; } }
        .nav ul li:hover .tits {
          color: #fcca00; }
          .nav ul li:hover .tits:before {
            width: 60px; }
        .nav ul li:hover .mnav {
          display: block; }
        .nav ul li:last-child .tits:after {
          display: none; }
        .nav ul li.on .tits {
          color: #fcca00; }
          .nav ul li.on .tits:before {
            width: 60px; }
    .search-box {
      width: 400px;
      height: auto;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff;
      z-index: -1;
      border-top: 1px solid #ccc;
      opacity: 0;
      transition: all .5s; }
      .search-box .search-new {
        width: 100%;
        height: auto;
        margin: 0 auto; }
        .search-box .search-new .search-item {
          width: 80%;
          height: auto;
          float: left; }
          .search-box .search-new .search-item .text {
            width: calc(100% - 80px);
            float: left;
            height: 80px;
            padding-left: 20px;
            background: none;
            border: none;
            font-size: 18px;
            line-height: 80px;
            color: #999; }
          .search-box .search-new .search-item .submit {
            width: 40px;
            height: 40px;
            margin-top: 20px;
            background-size: cover;
            background-position: center center;
            background-image: url(../img/search_bg.png);
            border: none;
            background-color: none;
            border-radius: 100%;
            overflow: hidden;
            float: right; }
        .search-box .search-new .search-close {
          width: 20px;
          height: 20px;
          float: right;
          margin-right: 6.25%;
          margin-top: 30px;
          display: block;
          background-position: center center;
          background-repeat: no-repeat;
          background-image: url(../img/search_close.png); }
      .search-box.on {
        top: 70px;
        opacity: 1;
        z-index: 9000; }
  .header-box .header-m {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none; }
    .header-box .header-m .logo {
      height: 34px;
      display: block;
      float: left;
      padding:18px; }
	  .header-box .header-m .logo img{
		  width:auto;
		  height:100%;
	  }
    .header-box .header-m .nav-click {
      width: 30px;
      height: 100%;
      display: block;
      float: right;
      margin-right: 3%;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../img/nav_click.png); }
    .header-box .header-m .sidebar {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%;
      transition: left 0.2s;
      z-index: 15; }
      .header-box .header-m .sidebar .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5); }
      .header-box .header-m .sidebar .sidebar-new {
        width: 350px;
        height: 100%;
        background-color: #fff;
        float: right;
        position: relative;
        z-index: 10000;
        overflow-x: hidden;
        overflow-y: auto; }
        .header-box .header-m .sidebar .sidebar-new .logo1 {
          width: 234px;
          margin-left: 30px;
          display: block;
          margin-top: 15px; }
        .header-box .header-m .sidebar .sidebar-new .nav {
          width: calc(100% - 60px);
          height: auto;
          padding: 30px; }
          .header-box .header-m .sidebar .sidebar-new .nav ul {
            width: 100%;
            height: auto; }
            .header-box .header-m .sidebar .sidebar-new .nav ul li {
              width: 100%;
              height: auto; }
              .header-box .header-m .sidebar .sidebar-new .nav ul li .tits {
                width: 100%;
                height: auto;
                font-size: 20px;
                line-height: 50px;
                color: #333;
                display: block; }
                .header-box .header-m .sidebar .sidebar-new .nav ul li .tits span {
                  float: left; }
                .header-box .header-m .sidebar .sidebar-new .nav ul li .tits i {
                  width: 32px;
                  height: 50px;
                  float: right;
                  display: block;
                  background-position: center center;
                  background-repeat: no-repeat;
                  background-image: url(../img/down.png);
                  background-size: 24px;
                  transform: rotate(-90deg); }
              .header-box .header-m .sidebar .sidebar-new .nav ul li dl {
                width: 100%;
                height: auto;
                display: none; }
                .header-box .header-m .sidebar .sidebar-new .nav ul li dl dd {
                  font-size: 18px;
                  line-height: 45px; }
                  .header-box .header-m .sidebar .sidebar-new .nav ul li dl dd .tit {
                    width: 100%;
                    height: auto;
                    color: #333;
                    display: block; }
                    .header-box .header-m .sidebar .sidebar-new .nav ul li dl dd .tit span {
                      margin-left: 20px;
                      float: left; }
                    .header-box .header-m .sidebar .sidebar-new .nav ul li dl dd .tit i {
                      width: 32px;
                      height: 45px;
                      float: right;
                      display: block;
                      background-position: center center;
                      background-repeat: no-repeat;
                      background-image: url(../img/down.png);
                      background-size: 24px; }
                    .header-box .header-m .sidebar .sidebar-new .nav ul li dl dd .tit.on i {
                      transform: rotate(-180deg); }
                  .header-box .header-m .sidebar .sidebar-new .nav ul li dl dd .mnav {
                    width: 100%;
                    height: auto;
                    display: none; }
                    .header-box .header-m .sidebar .sidebar-new .nav ul li dl dd .mnav a {
                      width: calc(100% - 40px);
                      padding-left: 40px;
                      display: block;
                      font-size: 16px;
                      line-height: 40px;
                      color: #333; }
      .header-box .header-m .sidebar.on {
        left: 0; }
