﻿/* 政府直通车头部样式 */
.head-top-left{
  float: left;
}
.head-top-right{
  float: right;
}
header #header-container{
  height:699px;
  height:6.99rem;
  background: url("../images/ztc-top-bg.png") center no-repeat;
  background-size: cover;
}
header #header-container #top{
  padding-top: 21px;
  padding-top: 0.21rem;
  width: 1200px;
  width: 12rem;
  height: 70px;
  height: 0.7rem;
  margin: 0 auto;
}
.head-top-right{
  line-height: 70px;
  line-height: 0.7rem;
  color: white;
}
.head-search{
  width: 776px;
  width: 7.76rem;
  height: 61px;
  height: 0.61rem;
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  margin-left: -388px;
  margin-left: -3.88rem;
}
.head-search .hd-search-input {
  float: left;
  width: 579px;
  width: 5.79rem;
  height: 61px;
  height: 0.61rem;
  border-radius: 10px 0 0 10px;
  border-radius: 0.1rem 0 0 0.1rem;
  background-color: #fff;
  padding: 0 24px ;
  padding: 0 0.24rem ;
  line-height: 61px;
  line-height: 0.61rem;
}
.head-search .hd-search-input input {
  width: 531px;
  width: 5.31rem;
  line-height: 61px;
  line-height: .61rem;
  float: left;
}
.head-search img {
  float: left;
  width: 149px;
  width: 1.49rem;
  height: 61px;
  height: 0.61rem;
  border-radius: 0 10px 10px 0;
  border-radius: 0 0.1rem 0.1rem 0;
}
#zcztc-banner{
  position: relative;
}
#zcztc-banner>img{
  width: 100%;
}
/* 手机端适配 */
@media screen and (max-width: 768px) {
  /* 头部适配 */
  header #header-container #top{
    width: auto;
  }
  .head-logo img{
    width: 50%;
    padding-left: 0.2rem;
  }
  .head-top-left{
    width: 80%;
  }
  .head-top-right{
    width: 20%;
  }
  .head-search{
    width: 70%;
    margin-left: -35%;
    height: .41rem;
    bottom: .2rem;
  }
  .head-search .hd-search-input{
    width: calc( 100% - 1.5rem );
    height: .41rem;
  }
  .head-search .hd-search-input input{
    width: 100%;
    height: auto;
    line-height: .41rem;
  }
  .head-search img{
    height: .41rem;
    width: auto;
    float: right;
  }
}
