.header {
  width: 100%;
  height: 360px;
  position: relative;
}

.header-logo{
  width: 100%;
  height: 300px;
  background: url(../img/headerBg.png;vpn_img) no-repeat center center;
}

.header a {
  color: #ffffff;
}

.fixed {
  position: fixed;
  top: -277px;
  left: 0;
  z-index: 999999;
  box-shadow: 0 0 10px 0 #ccc;
  background: #fff;
}

.login {
  width: 1200px;
  padding-top: 15px;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.login-box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

/* .login-btn:hover, .login-btn a:hover {
  color: #ff5500;
} */

.login-grap {
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  margin: 0 5px;
}

.login-icon {
  width: 124px;
  height: 29px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1860A8;
}

.menu-list {
  width: 1200px;
  height: 100%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-list-title {
  width: 165px;
  text-align: center;
  position: relative;
}

.menu-list-title a {
  width: 100%;
  display: inline-block;
  line-height: 60px;
  color: #ffffff;
}

.menu-list-title a:hover {
  background-color: #1CA8DD;
}

.active a {
  background-color: #1CA8DD;
}

.menu-list-title-son {
  border-top: 2px solid #1DA3D8;
  width: 165px;
  text-align: center;
  position: absolute;
  top: 60px;
  font-size: 18px;
  display: none;
  z-index: 99;
}

.menu-list-title-son a {
  width: 100%;
  display: inline-block;
  line-height: 40px;
  background-color: #1CA8DD;
}

.menu-list-title-son a:hover {
  color: #000;
}

.menu-list-title-son a:before{
  content: "";
  position: absolute;
  left: 22px;
  width: 121px;
  height: 40px;
  border-bottom: 1px dashed #56C0E8;
}

.menu-list-title-son a:last-child:before {
  border: none;
}

.right-search {
  width: 190px;
  height: 75px;
  position: relative;
}

.search {
  /* width: 544px; */
  /* height: 75px; */
  display: flex;
  align-items: center;
  /* background: linear-gradient(105deg, transparent 20px, #7EB9FD 0); */
}

.search-box {
  width: 180px;
  height: 29px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-img {
  width: 62px;
  height: 62px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-image: url(../img/searchBtn.png;vpn_img);
  background-size: 62px 62px;
  background-repeat: no-repeat;
}

.input-groups {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.input-groups input {
  font-size: 12px;
}

.input-group-btn {
  display: flex;
  align-items: center;
  /* margin-left: 20px; */
}

.input-group-btn img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.btn-search {
  margin-top: -2px;
  background-color: transparent;
  color: #EBEBEB;
}

.search .form-controls {
  height: 100%;
  background: transparent;
  border: none;
  color: #000000;
}

.form-controls::-webkit-input-placeholder {
  color: #9A9A9A;
}

.search>.search-box>.input-groups>.form-controls {
  width: 125px;
  flex: 0.85;
  margin-left: 15px;
}

.search>.search-box>.input-groups>.form-controls:focus {
  box-shadow: none;
}

.fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px 0 #ccc;
  background-color: #1860A8;
}
