﻿@charset "UTF-8";
body {
  min-width: 1200px; }

.headerid {
  width: 1200px;margin:0 auto;
  height: 120px;
  background: #FFF;
  position: relative; }
  .headerid .left {
    width: 230px;
    float: left;
    height: 120px;
    display: table; }
    .headerid .left span {
      display: table-cell;
      vertical-align: middle; }
    .headerid .left img {
      width: 196px;
      height:120px;
      display: inherit; }
  .headerid .mid {
    float: left;
    height: 120px; }
    .headerid .mid ul {
      width: 100%;
      height: 120px;}
    .headerid .mid .bnav1 {
      width: 112px;
      height: 120px;
      float: left;}
      .headerid .mid .bnav1 a {
        font-size: 16px;
        line-height: 117px;
        color: #000;
        display: block;
        border-bottom: 3px solid #FFF;
        text-align: center;
        transition-duration: 0.5;
        -webkit-transition-duration: 0.5;
        -ms-transition-duration: 0.5;
        -o-transition-duration: 0.5;
        transition-property: color border-color;
        -webkit-transition-property: color border-color;
        -ms-transition-property: color border-color;
        -o-transition-property: color border-color; }
      .headerid .mid .bnav1 div {
        width: 100%;
        width: calc(100vw - 20px);
        background:#0085BE ;
        left: 0;
        position: absolute;
        top: 120px;
        height: 60px;
        border-color: #ca9f75;
        z-index: 100; }
      .headerid .mid .bnav1 ul {
        border-width: 0;
        position: absolute;
        top: 0;
        height: 60px;
        z-index: 101;
        width: auto; }
        .headerid .mid .bnav1 ul a {
          border-width: 0;
          display: inline-block; }
        .headerid .mid .bnav1 ul .bnav2 {
          height: 60px;
          float: left;
          margin: 0 25px; }
          .headerid .mid .bnav1 ul .bnav2 a {
            font-size: 16px;
            line-height: 60px;
            color: #ffffff;
            display: block;
            transition-duration: 0.5;
            -webkit-transition-duration: 0.5;
            -ms-transition-duration: 0.5;
            -o-transition-duration: 0.5;
            transition-property: color;
            -webkit-transition-property: color;
            -ms-transition-property: color;
            -o-transition-property: color; }
        .headerid .mid .bnav1 ul .bnav2.on a,.headerid .mid .bnav1 ul .bnav2:hover a {
          color: #ca9f75; }
      .headerid .mid .bnav1 .u1 {
        width: 900px;
        left: 50px; }
      .headerid .mid .bnav1 .u2 {
        width: 900px;
        left: 100px !important; }
      .headerid .mid .bnav1 .u3 {
        width: 720px;
        left: -220px; }
      .headerid .mid .bnav1 .u4 {
        width: 360px;
        left: -80px; }
      .headerid .mid .bnav1 .u5 {
        width: 500px;
        left: -150px; }
      .headerid .mid .bnav1 .hide {
        display: none; }
    .headerid .mid .bnav1.on a {
      color: #0085BE;
      border-color: #0085BE; }
  .headerid .right {
    float: right; }
    .headerid .right .tel {
      font-size: 24px;
      line-height: 24px;
      color: #0085BE;
      background: url(img/icon2_03.png) no-repeat left center/13px 17px;
      padding-left: 25px;
      margin-top: 12px; }
    .headerid .right .rtel {
      font-size: 16px;
      line-height: 24px;
      color: #000;
      padding-left: 25px;
      margin-top: 12px; }
    .headerid .right .tian {
      width: 136px;
      height: 20px;
      margin-top: 15px; }
      .headerid .right .tian a{
        display: block;
        width: 100%;
        height: 100%;
      }
      .headerid .right .tian img{
        width: 136px;
        height: 20px;
        display: inherit;
        transform:scale(1.0);
        -webkit-transform:scale(1.0);
          transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          -ms-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-property: color font-weight transform;
          -webkit-transition-property: color font-weight transform;
          -ms-transition-property: color font-weight;
          -o-transition-property: color font-weight transform;
      }
      .headerid .right .tian img:hover{
         transform:scale(1.1);
        -webkit-transform:scale(1.1);
      }
