﻿a, span {
  vertical-align:top;
}

.header {
  width: 100%;
  height: 100px;
  background: #1369C0;
  line-height: 100px;
}

.header-centered {
  width: 1200px;
  height: 100px;
  margin: auto;
  /* border: 1px solid red; */
}

.header-logo {}

.header-bk {
  width: 200px;
  height: 100px;
  float: left;
  margin-left: 20px;
}

.header-zz {
  font-family: "微软雅黑";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
}

.header-zt {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #fff;
}

.header-right {
  /* border: 1px solid red; */
  float: right;
  height: 100px;
}

.header-right-left {
  float: left;
  width: 595px;
  font-size: 20px;
  line-height: 100px;
  color: #fff;
  margin-right: 15px;
}

.header-right-left .header-right-center a {
  width: 101px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.header-right-left .header-right-center .active {
  font-size: 24px;
  font-weight: bold;
}

.header-right .header-right-center a:hover {
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
}

.header-search {
  float: right;
  width: 98px;
  border-radius: 50px;
  height: 40px;
  background-color: #8eb7e1;
  margin-top: 30px;
  margin-right: 10px;
  line-height: 40px;
  position: relative;
}

.header-search input {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 42px 0 18px;
  width: 100%;
  border:0px;
  background:no-repeat;
}

.header-search input::-webkit-input-placeholder {
  color: #fff;
}

.header-search input::-moz-input-placeholder {
  color: #fff;
}

.header-search input::-ms-input-placeholder {
  color: #fff;
}

.header-search img {
  width: 22px;
  position: absolute;
  top: 8px;
  right: 16px;
}

.header-right-l-hide {
  margin-right: 18px;
  display: none;
  margin-top: 4px;
}


/*下拉*/
.xiala {
  width: 1200px;
  margin: 0 auto;
  color: #666;
  overflow: hidden;
  margin-bottom: 10px;
}

.xiala-item {
  width: 170px;
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
}

.xiala .active {
  background-color: #f2f2f2;
}

.xiala .active .xiala-i-p {
  color: #1369c0
}

.xiala-i-p {
  display: inline-block;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  background: url(../images/drop-icon.png) no-repeat right center;
}

.xiala .active .xiala-i-p {
  background: url(../images/drop-icon2.png) no-repeat right center;
}

.xiala-hide {
  width: 100%;
  background-color: #f2f2f2;
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
}

.xiala-h-item {
  display: none;
  padding: 12px 0 12px 50px;
}

.xiala-hide a {
  font-size: 15px;
  color: #1369c0;
  display: inline-block;
  width: 276px;
  line-height: 35px;
  margin-left: 10px;
}


/* 底部 */
.footer {
  width: 100%;
  height: 100px;
  background: #1369C0;
}

.footer-centered {
  width: 1200px;
  height: 100px;
  margin: auto;
}

.footer-zt {
  color: #fff;
  font-family: "微软雅黑";
  font-size: 14px;
  margin-top: 12px;
}

.footer-zt:nth-child(3) {
  color: #fff;
  font-family: "微软雅黑";
  font-size: 14px;
  margin-top: 7px;
}

.footer-left {
  width: 658px;
  float: left;
}

.footer-right {
  float: right;
}

.footer-right img {
  float: right;
  margin-right: 30px;
  margin-top: 12px;
}

.xhy-f .footer {
  background: none;
}

.footer-right {
  display: inline-block;
}

.lf {
  float:left;
}

.f-as a {
  color:#fff;
}

.f-as span {
  padding: 0 7px;
}

.g-header-link a {
  font-size:14px;
  color:#fff;
}