header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}
.header {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
}
.head-nav{
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.head-nav-item{
  position: relative;
}
.head-nav-item>a{
  font-size: 18px;
  color: #000;
  height: 80px;
  line-height: 80px;
  display: block;
  margin-left: 30px;
}
.head-nav-item>a .head-label{
  padding: 24px 0 12px 0;
}
.head-nav-item.active a .head-label{
  font-weight: 700;
  color: #00479d;
  border-bottom: 2px solid #00479d;
}
.head-nav-item:hover a .head-label{
  font-weight: 700;
  color: #00479d;
  border-bottom: 2px solid #00479d;
}
.head-nav-item:first-of-type a .head-label,.head-nav-item:last-of-type a .head-label{
  border-bottom: 0;
}
.head-nav-item:hover .head-flyout{
  display: block;
}
.mk-nav-responsive-link {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -18px;
  line-height: 8px;
  cursor: pointer;
  padding: 10px;
}
.mk-css-icon-close, .mk-css-icon-menu {
  width: 18px;
  height: 18px;
}
.mk-css-icon-close div, .mk-css-icon-menu div {
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  background-color: #3c3c3c;
}
.mk-css-icon-menu-line-1, .mk-css-icon-menu-line-3 {
  transition: all .2s ease;
}
.dashboard-active .mk-css-icon-menu-line-1, .is-active .mk-css-icon-menu-line-1 {
  -webkit-transform: rotate3d(0,0,1,
  45deg
  );
  transform: rotate3d(0,0,1,
  45deg
  );
  top: 6px;
}
.dashboard-active .mk-css-icon-menu-line-2, .is-active .mk-css-icon-menu-line-2 {
  opacity: 0;
}
.dashboard-active .mk-css-icon-menu-line-3, .is-active .mk-css-icon-menu-line-3 {
  -webkit-transform: rotate3d(0,0,1,
  -45deg
  );
  transform: rotate3d(0,0,1,
  -45deg
  );
  top: -6px;
}
.head-flyout{
  position: absolute;
  top: 80px;
  width: 220px;
  left: -50%;
  background-color: #fff;
  padding: 15px 20px 20px 20px;
  display: none;
  -moz-box-shadow: 1px 10px 10px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 10px 10px rgba(0, 0, 0, .3);
  box-shadow: 1px 10px 10px rgba(0, 0, 0, .3);
}
.head-flyout-item{
  display: flex;
  color: #8e8e8e;
  font-size: 16px;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.head-flyout-item:hover{
  color: #000;
  border-bottom: 1px solid #00479d;
}
.first-level-label{
  flex-grow: 1;
}
.head-flyout-item:hover .first-level-icon-right{
  display: block;
}
.first-level-icon-right{
  width: 6px;
  height: 10px;
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAZ0lEQVQImXWPMQqAMBRDXz2bd3Bw/R28QZ0dFDyCm9Pv4A28msTJUoQGsgReQsD8wjxJonYH3MAaYk7UkgTmE+bCfPmIgmI+Yv5gvkkiSCp0iHkETmDvaKlV1R6vwvT/0QOzjmGrJ17892DKxYnt+gAAAABJRU5ErkJggg==);
  background-size: 100%;
}
.subBanner {
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.banner-main{
  background: rgba(34,34,34,.9);
}
.banner-gray-content{
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.banner-gray-content a{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #8c8c8c;
}
.banner-gray-content a.tel{
  color: #fff;
  border-left: 0;
}
.banner-gray-content a.language{
  color: #fff;
  opacity: 1.6;
}
.banner-gray-content a.language.color{
  opacity: 1;
}
.banner-gray-content a.search {
  display: block;
  width: 37px;
  height: 17px;
  margin-left: 15px;
  background: url(../img/common/hearder-search-other.png)10px no-repeat;
}
.banner-gray-content *{
  color: #fff;
  font-size: 12px;
}
.search-slide{
  width: 100%;
  height: 44px;
  background: rgba(34,34,34,.5);
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 1;
  display: none;
  padding: 5px;
}
.search-slide form{
  width: 100%;
  height: 100%;
}
.subBanner .input{
  width: 80%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.subBanner .input .btn1{
  position: absolute;
  right: 20px;
  top: 7px;
  border: none;
  background-color: transparent;
  width: 17px;
  height: 17px;
}
.subBanner .input .btn1 i{
  opacity: .5;
}
.search-slide input{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0 20px;
  border-radius: 3px;
}
.banner_box{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.banner_box img {
  width: 100%;
  height: 100%;
}
.o_u{
  display: inline-block;
  text-rendering: auto;
  box-sizing: border-box;
}
.o_g {
  display: block;
  *zoom: 1;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 0!important;
}
@media (min-width: 768px) and (max-width: 991px){
  .head-nav-item>a{
    font-size: 16px;
    margin-left: 15px;
  }
  .head-flyout{
    width: 180px;
    padding: 7px 12px 12px 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .head-nav-item>a{
    font-size: 17px;
  }
  .head-flyout{
    width: 200px;
    padding: 7px 12px 12px 12px;
  }
}

@media (min-width: 1200px) {
  .banner_box{
    height: 400px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    display: block;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 139px;
    height: 38px;
    transform: translate(-5%,-50%);
    z-index: 98;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .header .logo {
    float: left;
    display: block;
    height: 60px;
    width: 100%;
    position: relative;
  }
  .head-nav-item>a i {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -5px;
      height: 12px;
      width: 12px;
      background: url(../img/common/icon_arrow_c.png) no-repeat 0 0;
      background-size: contain;
    }
  .head-nav-item.active>a i {
    background: url(../img/common/icon_arrow_c_avtive.png) no-repeat 0 0;
    background-size: contain;
    transform: rotate(
            180deg
    );
    top: 16px;
    transition: all .3s;
  }

  header .container{
    padding-left: 0;
    padding-right: 0;
  }
  .head-flyout-item{
    font-size: 13px;
    min-height: 32px;
    border-bottom: 0 !important;
  }
  .head-flyout-item .first-level-icon-right{
    display: none !important;
  }
  .search-slide input::placeholder{
    font-size: 13px;
  }
  .mk-nav-responsive-link{
    display: block;
  }
  .subBanner{
    margin-top: 60px;
  }
  .head-nav{
    position: fixed;
    top: 60px;
    border-top: 1px solid rgba(128,128,128,.2);
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
  }
  .head-nav-item>a{
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    position: relative;
  }
  .head-nav-item>a .head-label{
    padding: 0;
  }
  .head-nav-item{
    border-bottom: 1px solid rgba(128,128,128,.2);
  }
  .head-nav-item.active .head-flyout{
    display: block;
  }
  .head-flyout{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow:none;
    padding: 0 20px;
  }
  .head-nav-item a .head-label{
    border-bottom: 0 !important;
  }
}
