body {
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
  /* background: #fff url(../images/bg.jpg) 50% 0 no-repeat; */
}

.header-top {
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #999;
  background-color: #034a88;
}
.header-top .fl img {
  width: 45px;
  height: 45px;
  /* vertical-align: middle; */
  margin-top: 7px;
}
.header-top .fl > h1 {
  font-size: 18px;
  color: #fff;
  margin-right: 25px;
  font-weight: 600;
}

.header-content {
  background-image:url(images/bg4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header-content > div {
  height: 350px;
  padding-top: 110px;
  line-height: 40px;
  color: #fff;
}

.header-content > div > div {
  font-size: 33px;
  letter-spacing: 8px;
}
.header-content > div > span {
  font-size: 16px;
}
.header-top .navigate ul {
  display: inline-block;
}
.header-top .navigate ul li {
  display: inline-block;
  height: 60px;
  margin-right: 10px;
  padding: 0 10px;
}
.header-top .navigate ul li a {
  color: #fff !important;
}
.header-top .navigate ul li.active {
  border-bottom: 6px solid #64b5f6;
}
.navigate > div {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
.navigate > div input {
  position: relative;
  top: -2px;
  border: none;
  outline: none;
  font-size: 13px;
  width: 170px;
  background-color: #30628d;
  color: #fff;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 4px 40px 3px 8px;
}
input::placeholder {
  color: #fff;
  font-size: 13px;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #fff;
}
.navigate > div .search {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  font-size: 13px;
}

input::-moz-placeholder {
  font-size: 13px;
}

input:-ms-input-placeholder {
  font-size: 13px;
}
.header .address {
  display: inline-block;
}
.header .address button {
  position: relative;
  top: -9px;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #fff;
  padding: 6px 9px;
  font-size: 14px;
  border-radius: 15px;
  background-color: transparent;
}
.header-top .fl .address img {
  width: 30px;
  height: 30px;
  margin-top: 16px;
}
.address-detail {
  position: absolute;
  padding: 35px 20px 10px 20px;
  top: 110px;
  left: 10%;
  width: 1000px;
  /*overflow-y:auto;*/
  /*height: 392px;*/
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 99;
  transition: all 0.5s ease;
}
.address-back {
  width: 20px;
  height: 20px;
  cursor: pointer;
  line-height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #999;
}

.address-detail li {
  margin-bottom: 15px;
}
.address-detail li a:first-child {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.address-detail li a {
  display: inline-block;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.logo {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.shadow {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
}
