header {
  height: 90px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 30px;
  z-index: 100;
  min-width: 240px;
  -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 {
  height: 90px;
  position: relative;
  overflow: visible;
}
.header .logo {
  float: left;
  display: block;
  width: 235px;
  height: 90px;
  position: relative;
}
.header .logo img{
  display: block;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 98;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#cd-nav {
  position: relative;
}
#cd-nav * {
  -moz-transition: all .1s ease;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.cd-nav-container.is-visible {
  width: 940px;
  padding: 0 14px 0 12px;
  overflow: visible;
}
.cd-nav li a.search {
  display: block;
  width: 14px;
  height: 90px;
  opacity: .3;
  padding-left: 40px !important;
  background: url(../img/common/hearder-search.png) 20px center no-repeat;
}
.cd-nav li a.search {
  position: relative;
}
.cd-nav li:last-child::after {
  content: '';
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  left: -1px;
  top: 74%;
  margin-top: -10px;
}
.cd-nav-container {
  float: left;
  background-color: #fff;
  width: 0px;
  height: 90px;
  overflow: hidden;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.newSearchInput {
  display: none;
  width: 170px;
  height: 38px;
  position: absolute;
  bottom: -43px;
  right: 0px;
}
.newSearchInput::before{
  content: '';
  position: absolute;
  left: 50%;
  -ms-transform: rotate(45deg);
  transform: rotate(
          45deg);
  z-index: 1;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.newSearchInput input {
  display: block;
  width: 100%;
  font-size: 13px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
  height: 38px;
  line-height: 38px;
  padding: 7px 30px 7px 10px;
}
.newSearchInput .searchBox img {
  width: 100%;
  height: 100%;
  opacity: .3;
}

.newSearchInput .searchBox {
  width: 16px;
  height: 17px;
  position: absolute;
  top: 9px;
  right: 7px;
}
.newSearchInput .searchBox button{
  background-color: transparent;
}
.cd-nav-trigger {
  background: #00479d;
  z-index: 99;
  float: left;
  height: 90px;
  width: 117px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.cd-nav-trigger.no-touch span {
  background: none;
}
.cd-nav-trigger span {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 25px;
  height: 2px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-nav-trigger.no-touch span::before {
  -webkit-transform: translateX(-2px) translateY(8px) rotate(
          45deg
  );
  -moz-transform: translateX(-2px) translateY(8px) rotate(45deg);
  -ms-transform: translateX(-2px) translateY(8px) rotate(45deg);
  -o-transform: translateX(-2px) translateY(8px) rotate(45deg);
  transform: translateX(-2px) translateY(8px) rotate(
          45deg
  );
}

.cd-nav-trigger.no-touch span::after, .cd-nav-trigger.no-touch span::before {
  width: 100%;
  background: #fff;
}
.cd-nav-trigger span::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
}
.cd-nav-trigger span::before, .cd-nav-trigger span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s, width 0.2s;
  -moz-transition: -moz-transform 0.2s, width 0.2s;
  transition: transform 0.2s, width 0.2s;
}
.cd-nav-trigger.no-touch span::after {
  -webkit-transform: translateX(-2px) translateY(-10px) rotate(
          -45deg
  );
  -moz-transform: translateX(-2px) translateY(-10px) rotate(-45deg);
  -ms-transform: translateX(-2px) translateY(-10px) rotate(-45deg);
  -o-transform: translateX(-2px) translateY(-10px) rotate(-45deg);
  transform: translateX(-2px) translateY(-10px) rotate(
          -45deg
  );
}
.cd-nav-trigger.no-touch span::after, .cd-nav-trigger.no-touch span::before {
  width: 100%;
  background: #fff;
}
.cd-nav-trigger span::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
}
.cd-nav  * {
  display: block;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.language {
  position: absolute;
  right: 1px;
  top: 0px;
  z-index: 1;
  width: 54px;
  height: 28px;
  opacity: 1;
  padding-left: 0px;
}
.language:hover{

}
.language:hover h6{
  display: block;
}
.language h6 {
  display: none;
  width: 28px;
  height: 28px;
  color: #333;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
}
.cd-nav li {
  position: relative;
  float: left;
}
.cd-nav li .children-list{
  position: absolute;
  top: 90px;
  width: 192px;
  line-height: 48px;
  text-align: center;
  padding: 13px 0;
  left: -50px;
  display: none;
  background-color: #fff;
}
.cd-nav li .children-list a{
  color: black;
  font-size: 16px;
}
.cd-nav li .children-list a:hover{
  color: #00479d;
}
.cd-nav a.cur {
  font-weight: bold;
}
.cd-nav a:hover, .cd-nav a.cur {
  color: #00479d;
  font-weight: bold;
}
.cd-nav a.front{
  color: #808080;
}
.cd-nav a.front:hover{
  color: #000;
}
.cd-nav a:hover strong{
  color: #000;
}
.cd-nav li.active i{
  transform: rotate(
          180deg
  );
  top: 12px;
}
.cd-nav li>a {
  display: block;
  width: 100%;
  padding: 30px 12px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin: 0px auto;
  position: relative;
}
.cd-nav li>a .icon-lianjie{
  font-size: 25px;
}
.cd-nav li.active>a:before{
  content: '';
  left: 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 3px;
  background: #00479d;
}
.cd-nav li.active .children-list{
  height: auto;
}
.cd-nav li.active .children-list a{
  color: #999;
}
#cd-nav ul {
  position: relative;
}

@media screen and (max-width: 767px){
  .newSearchInput{
    width: 100%;
    position: relative;
    bottom: 124px;
  }
  header {
    height: 60px;
    top: 0;
    min-width: auto;
    width: 100%;
    background: #666;
  }
  .header {
    height: 100%;
  }
  .zj-banner-top{
    margin-top: 60px;
  }
  #cd-nav {
    position: fixed;
    z-index: 999;
    overflow-y: auto;
  }
  .cd-nav li {
    float: none;
    margin-right: 0;
    margin-bottom: 1%;
  }
  .cd-nav li i.icon_arrow{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 12px;
    background: url(../img/common/icon_arrow_d.png) no-repeat 0 0;
    background-size: contain;
  }
  .cd-nav li.active>a:before {
    content: none;
  }
  .cd-nav a.cur {
    color: #fff;
  }
  .cd-nav li>a {
    position: relative;
    font-size: 14px;
    padding: 1% 0;
    height: 40px;
    line-height: 40px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
    color: #999;
  }
  .cd-nav li>a .icon-lianjie{
    text-align: center;
  }
  .cd-nav li.active{
    border-bottom: rgba(255,255,255,0.1) solid 1px;
  }
  .cd-nav li.active>a{
    border-bottom: 0;
  }
  .cd-nav-container {
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #333;
  }
  .cd-nav-trigger {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 910;
    background-color: #565656;
  }
  .cd-nav-container.is-visible {
    top: 60px;
    width: 100%;
    padding: 10% 5% 1% 5%;
  }
  .header .logo {
    height: 60px;
    width: 100%;
    background: #3c3c3c;
  }
  .header .logo img{
    left: 5%;
    width: 139px;
    height: 38px;
    transform: translate(-5%,-50%)
  }
  .cd-nav li:last-child::after{
    width: 0;
  }
  .cd-nav a strong {
    color: #fff;
  }
  .cd-nav li a.search{
    opacity: .3;
    height: 40px;
    padding-left: 0px;
    background: url(../img/common/search1.png) center center no-repeat;
    border-bottom: none;
  }
  .language {
    width: 28px;
    height: 28px;
    right: auto;
    top: auto;
    margin: 20px auto 10px auto;
    background: left center no-repeat;
    opacity: 1;
    left: 0%;
    margin-left: -14px;
  }
  .cd-nav li .children-list{
    position: relative;
    top: auto;
    width: auto;
    line-height: 48px;
    text-align: left;
    padding: 13px 0;
    left: auto;
    display: none;
    height: 0;
    transition: height 0.3s ease-out;
    background-color: #333;
    opacity: .6;
  }
  .cd-nav li .children-list a{
    font-size: 13px;
  }
  .cd-nav a:hover, .cd-nav a.cur{
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .cd-nav-container.is-visible {
    width: 516px !important;
    padding: 0;
  }
  .cd-nav li>a .icon-lianjie{
    font-size: 22px;
  }
  .language{
    right: 6px;
  }
  .cd-nav li a.search{
    background: url(../img/common/hearder-search.png) 10px center no-repeat;
    padding-left: 28px !important;
  }
  header,.header,.cd-nav-container{
    height: 70px;
  }
  .cd-nav li>a {
     font-size: 12px !important;
     padding: 20px 2px !important;
   }
  .cd-nav li .children-list a{
    font-size: 12px;
  }
  .cd-nav-trigger{
    width: 70px;
    height: 70px;
  }
  .cd-nav li a.search{
    height: 70px;
  }
  .language{
    width: 24px;
    height: 24px;
    top: 23px;
  }
  .cd-nav li .children-list{
    width: 150px;
    line-height: 30px;
    top: 70px;
  }
  .header .logo{
    width: 170px;
    height: 70px;
  }
}

@media (min-width: 991px) and (max-width: 1400px){
  .cd-nav-container.is-visible {
    width: 690px;
  }
  header {
    top: 20px;
    height: 80px;
    min-width: auto;
  }
  .header {
    height: 80px;
  }
  .header .logo {
    width: 215px;
    height: 80px;
  }
  .cd-nav-trigger {
    height: 80px;
    width: 80px;
  }
  .cd-nav-container {
    height: 80px;
  }
  .cd-nav li a.search{
    height: 80px;
  }
  .cd-nav li .children-list{
    top: 80px;
  }
  .language{
    top: 33px;
  }
  .cd-nav li .children-list a{
    font-size: 13px;
  }
}
