.header {
  width: 100%;
  background: #cfcfcf;
}

.header-bar {
  height: 30px;
  line-height: 30px;
  color: #444444;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bar .bar-l a {
  color: #444444;
  margin-right: 10px;
}

.header-bar .bar-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}

.header-bar .bar-r a {
  color: #444444;
  margin-left: 10px;
}

.header-bar .bar-r span {
  font-size: 16px;
  color: #444444;
}

.header-bar .bar-r span .tel {
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url(../images/tel.png) no-repeat;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.header-bar .bar-r img {
  width: 80px;
  margin-left: 15px;
}

.header-search {
  width: 100%;
  height: 153px;
}

.header-search .search-wrap {
  height: 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-search .search-wrap .logo {
  width: 165px;
  height: 45px;
  margin-right: 30px;
}

.header-search .search-wrap .logo img {
  width: 100%;
}

.header-search .search-wrap .select-station {
  color: #444444;
  margin-right: 45px;
}

.header-search .search-wrap .select-station span {
  font-size: 14px;
}

.header-search .search-wrap .select-station div {
  font-size: 12px;
}

.header-search .search-wrap .select-station .loc-icon {
  display: inline-block;
  width: 11px;
  height: 15px;
  background: url(../images/location.png) no-repeat;
}

.header-search .search-wrap .sub-station {
  position: relative;
  cursor: pointer;
}

.header-search .search-wrap .sub-station .tanchu {
  display: none;
  width: 700px;
  height: 308px;
  background: url(../images/tanchu.png) no-repeat center;
  background-size: 100%;
  border-radius: 4px;
  position: absolute;
  z-index: 10000;
  top: 25px;
  left: -230px;
}

.header-search .search-wrap .sub-station .tanchu .sub-station-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-search .search-wrap .sub-station ul.tanchu1 {
  margin-top: 40px;
  margin-left: 10px;
}

.header-search .search-wrap .sub-station ul.tanchu1 li {
  height: 45px;
  line-height: 45px;
  position: relative;
}

.header-search .search-wrap .sub-station ul.tanchu1 li i {
  display: block;
  width: 2px;
  height: 16px;
  background-color: #3d8dc0;
  position: absolute;
  top: 16px;
}

.header-search .search-wrap .sub-station ul.tanchu1 li a, .header-search .search-wrap .sub-station ul.tanchu1 li b {
  font-size: 14px;
  color: #3d8dc0;
  margin-left: 10px;
}

.header-search .search-wrap .sub-station ul.tanchu1 li a {
  color: #555555;
}

.header-search .search-wrap .search-main {
  width: 535px;
  margin-right: 45px;
}

.header-search .search-wrap .search-main .input-item {
  width: 535px;
  height: 40px;
  border: 2px solid #3a85b7;
  border-radius: 4px;
  position: relative;
}

.header-search .search-wrap .search-main .input-item .input-text {
  width: 476px;
  height: 36px;
  outline: none;
  text-indent: 15px;
  font-size: 14px;
  border: none;
}

.header-search .search-wrap .search-main .input-item .search-icon {
  display: block;
  width: 31px;
  height: 29px;
  background: url(../images/search.png) no-repeat;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.header-search .search-wrap .search-main .input-item .search-icon::after {
  display: block;
  content: '';
  width: 1px;
  height: 20px;
  background: #dcdcdc;
  position: absolute;
  top: 5px;
  right: 45px;
}

.header-search .search-wrap .search-main .hot-search a, .header-search .search-wrap .search-main .hot-search span {
  color: #a9a9a9;
  font-size: 12px;
  margin-right: 5px;
}

.header-search .search-wrap .senior-search {
  color: #d76361;
  position: relative;
  top: -15px;
}

.header-search .search-wrap .senior-search > a {
  display: block;
}

.header-search .search-wrap .senior-search .senior-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../images/search-icon.png) no-repeat;
}

.header-search .search-wrap .senior-search span, .header-search .search-wrap .senior-search > a {
  color: #d76361;
  font-size: 12px;
  cursor: pointer;
}

.header-search .search-wrap .senior-search a {
  padding-left: 3px;
}

.header-search .search-wrap .senior-search::after {
  display: block;
  content: '';
  width: 1px;
  height: 30px;
  background: #dcdcdc;
  position: absolute;
  top: 10px;
  left: -20px;
}

.senior-search-header {
  background: #3f8fc2;
}

.senior-search-header .search-wrap .search-main {
  margin-left: 100px;
}

.senior-search-header .search-wrap .search-main .input-item {
  background: #fff;
}

.senior-search-header .search-wrap .search-main .hot-search span, .senior-search-header .search-wrap .search-main .hot-search a {
  color: #fff;
}

.crumbs-nav-wrap {
  width: 100%;
  padding: 8px 0;
  background: #0264a5;
}

.crumbs-nav-wrap .crumbs-nav span {
  color: #fff;
  font-size: 14px;
}

.header-nav {
  width: 100%;
  height: 46px;
  background: #3d8dc0;
}

.header-nav .nav-wrap {
  height: 46px;
}

.header-nav .nav-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav .nav-wrap ul li {
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  cursor: pointer;
}

.header-nav .nav-wrap ul li a {
  color: #fff;
  font-size: 18px;
}

.header-nav .nav-wrap ul li.active {
  background: #1b78b1;
}

.head-nav {
  width: 100%;
  height: 46px;
  -webkit-box-shadow: 0px 1px 1px #bebaba;
          box-shadow: 0px 1px 1px #bebaba;
}

.head-nav .nav-wrap {
  height: 46px;
}

.head-nav .nav-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-nav .nav-wrap ul li {
  height: 46px;
  line-height: 46px;
  padding-right: 50px;
  cursor: pointer;
}

.head-nav .nav-wrap ul li a {
  color: #000;
  font-size: 16px;
}

.head-nav .nav-wrap ul li.active a {
  border-bottom: 3px solid #000;
  padding-bottom: 11px;
}

.head-nav .nav-wrap ul li:hover a {
  border-bottom: 3px solid #000;
  padding-bottom: 11px;
}

.search-header {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 1px 1px #bebaba;
          box-shadow: 0px 1px 1px #bebaba;
}

.sub-nav {
  width: 100%;
  height: 127px;
  background: url(../images/home/nav.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-nav .nav-menus {
  width: 1200px;
  margin: 0 auto;
}

.sub-nav .nav-menus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-nav .nav-menus ul li {
  width: 150px;
  height: 117px;
  padding-left: 50px;
  padding-top: 10px;
  padding-right: 30px;
}

.sub-nav .nav-menus ul li:nth-child(even){
  padding-left: 0px;
  width: 100px;
}

.sub-nav .nav-menus ul li .title {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  height: 23px;
  line-height: 23px;
  padding: 5px 0;
  margin-left: 10px;
}
/*.sub-nav .nav-menus ul li:nth-child(2n) .title {*/
  /*padding-left: 10px;*/
/*}*/
.sub-nav .nav-menus ul li .title img {
  margin-right: 5px;
}

.sub-nav .nav-menus ul li .title::after {
  display: block;
  content: "";
  width: 3px;
  height: 15px;
  background: #e2b160;
  position: absolute;
  top: 10px;
  left: -10px;
}

.sub-nav .nav-menus ul li p {
  line-height: 22px;
  margin-left: 10px;
}

.sub-nav .nav-menus ul li p a {
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  letter-spacing: 1px;
}

.sub-nav .nav-menus ul li:nth-child(odd) {
  background: url(../images/home/h_arrow.png) no-repeat;
  background-size: 100% 100%;
}

.footer-wrap {
  width: 100%;
  height: 260px;
  background: #2e7fb4;
  margin-top: 40px;
  padding-top: 40px;
}

.footer-wrap .footer-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-wrap .footer-t .item-left h4 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.footer-wrap .footer-t .item-left p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-wrap .footer-t .item-left p span {
  padding-left: 30px;
}

.footer-wrap .footer-t .item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrap .footer-t .item-right .qr-code {
  width: 107px;
  height: 107px;
  text-align: center;
  margin-left: 20px;
}

.footer-wrap .footer-t .item-right .qr-code img {
  width: 107px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.footer-wrap .footer-t .item-right .qr-code p {
  color: #fff;
  font-size: 16px;
}

.footer-wrap .footer-b {
  margin-top: 55px;
}

.footer-wrap .footer-b .b-wrap {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrap .footer-b .b-wrap > div {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrap .footer-b .b-wrap > div a {
  color: #fff;
  font-size: 14px;
  padding-right: 10px;
}

.footer-wrap .footer-b .b-wrap > div img {
  width: 78px;
  height: 27px;
  margin-right: 20px;
}

.footer-wrap .footer-b .b-wrap > div > p {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
/*# sourceMappingURL=header.css.map */