/* header */
.header {
  height: 80px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  min-width: 1200px;
  max-width: 2560px;
  /* color: #ffffff;
  background-color: #ffffff00; */
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.header-nav{
	width: 1140px;
	margin: 0 auto;
  display: flex;
}

.header-div {
  min-width: 1200px;
  /* z-index: 999; */
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.4);
  transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  position: fixed;
  top: 80px;
}

.home-icon {
  /* margin-left: 1.5%; */
  /* margin-top: 23.61px; */
	margin-right: 15%;
  /* float: left; */
  /* position: absolute; */
  z-index: 9999;
	height: 80px;
	line-height: 80px;
  width: 190px;
}

.home-icon img {
  width: 260px;
}
.home-icon svg{
  fill: #005BA9;
}
.home-icon.isTop svg{
  fill: #ffffff;
}

.header .navbar > ul {
  list-style: none;
  display: flex;
}

.navbar {
  flex: 1;
  margin-top: 26px;
  padding-bottom: 7px;
  width: auto;
  display: inline-block;
  position: relative;
  border: none;
  /* left: 20%; */
  /* transform: translateX(-50%); */
}
@media screen and (max-width: 1400px) {
  .navbar {
    /* margin-top: 26px;
    padding-bottom: 7px;
    padding-right: 8%; */
  }
}

.navFloat {
  position: relative;
  /* float: left; */
}

.header .navbar ul li {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0 12px;
  cursor: pointer;
}

/* 翻转样式 */

.nav-item {
  width: 90px;
}

.three-d {
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -ms-perspective: 200px;
  -o-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.34s linear;
  -moz-transition: all 0.34s linear;
  -ms-transition: all 0.34s linear;
  -o-transition: all 0.34s linear;
  transition: all 0.34s linear;
  position: relative;
  height: 26px;
  width: 100%;
}

.three-d-box {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translatez(-8px);
  -moz-transform: translatez(-8px);
  -ms-transform: translatez(-8px);
  -o-transform: translatez(-8px);
  transform: translatez(-8px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
}

.front,
.back {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.front {
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transform: rotatex(0deg) translatez(8px);
  -moz-transform: rotatex(0deg) translatez(8px);
  -ms-transform: rotatex(0deg) translatez(8px);
  -o-transform: rotatex(0deg) translatez(8px);
  transform: rotatex(0deg) translatez(8px);
}

.back {
  -webkit-transform: rotatex(-90deg) translatez(8px);
  -moz-transform: rotatex(-90deg) translatez(8px);
  -ms-transform: rotatex(-90deg) translatez(8px);
  -o-transform: rotatex(-90deg) translatez(8px);
  transform: rotatex(-90deg) translatez(8px);
  color: transparent;
}

.header .dropdown {
  padding-bottom: 20px;
}

.header .navbar ul li:hover {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  /* border-bottom: 5px solid #0054A8;  */
}
@font-face{
  font-family: 'puhui';
  src: url('../font/Alibaba-PuHuiTi-Regular.ttf');
}
.header .navbar ul li a {
  text-decoration: none;
  font-family: puhui;
  font-size: 18px;
  font-weight: 600;
  /* color: #000000; */
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.header .navbar .nav > li > a:hover,
.header .navbar .nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0);
}

.header .navbar .dropdown-menu {
  width: 100px;
  transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  animation: a_menu_item_show 0.1s ease-out both;
  -webkit-animation: a_menu_item_show 0.1s ease-out both;
  /* Safari 和 Chrome */
  background-color: rgba(255, 255, 255, 0);
  border: none;
  left: -13px;
  box-shadow: none;
  padding-top: 40px;
  /* padding-top: 10px\0;  ie9 */
  min-width: auto;
}

.header .navbar .dropdown-menu li a {
  background: rgba(255, 255, 255, 0);
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.dropdown-menu > li > a {
  white-space: normal;
}

.header .navbar .dropdown-menu li {
  color: #ffffff;
  width: 100px;
  margin: 0;
}

.header .navbar .dropdown-menu li:hover {
  border-bottom: none;
}

.header .navbar .dropdown-menu li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* IE9+ */
@media all and (min-width: 0) {
  .dropdown-active .three-d-box .front {
    color: #0054a7 !important;
  }
}

/* Chrome 和 opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .dropdown-active .three-d-box {
    transform: translateZ(-8px) rotateX(90deg);
  }

  .dropdown-active .three-d-box .front {
    color: transparent !important;
  }

  .dropdown-active .three-d-box .back {
    color: #0054a7 !important;
  }

  .three-d:hover .three-d-box {
    transform: translateZ(-8px) rotateX(90deg);
  }

  .three-d:hover .three-d-box .back {
    color: #0054a7;
  }

  .three-d:hover .three-d-box .front {
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    color: transparent !important;
  }
}

.menu-hook {
  /* background:#e8a204; */
  width: 130px;
  height: 250px;
  position: absolute;
  left: -30px;
  /* width: 0px; */
  margin-top: 28px;
  z-index: 1;
  visibility: hidden;
  transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  /* border-right: 1px solid rgba(255, 255, 255, 0.8); */
  /* border-left: 1px solid rgba(255, 255, 255, 0.8); */
}

.menu-hook::before {
  content: "";
  width: 0%;
  height: 0%;
  background: #045EAA;
  position: absolute;
  left: 50%;
  top: 0;
  transition: width 0.3s, left 0.3s;
}

.dropdown-active .menu-hook::before {
  width: 100%;
  height: 100%;
  left: 0;
}

@keyframes a_menu_item_show {
  from {
    top: 5px;
  }

  to {
    top: 20px;
  }
}

.header-icon {
  line-height: 80px;
  font-size: 16px;
  float: right;
  text-align: center;
  z-index: 99;
  position: absolute;
  right: 0px;
  padding-left: 20px;
  width: 90px;
}

.icon-left {
  float: left;
  margin-right: 1.5%;
  color: #ffffff;
}

/* .header-icon-others {
  float: right;
  background: #0054a7;
  color: #ffffff;
  width: 120px;
  height: 80px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 0px !important;
} */

.header-icon-others {
  cursor: pointer;
  display: block;
  width: 120px;
  height: 80px;
  background-color: #0054a7;
  /* padding-top:58px;  */
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.header-icon-others:before {
  left: -120px;
  top: -80px;
}

.header-icon-others:before,
.header-icon-others:after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 80px;
  background: rgba(12, 117, 219, 0.7);
  z-index: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.header-icon-others:after {
  right: -120px;
  bottom: -80px;
}

.header-icon-others:hover:before {
  color: #ffffff;
  left: 0;
  top: 0;
}

.header-icon-others:hover:after {
  color: #ffffff;
  right: 0;
  bottom: 0;
}
.header-icon-others:hover span {
  position: absolute;
  z-index: 9;
  left: 20px;
  color: #ffffff;
  text-align: center;
}
.header-icon-others:hover .more-website {
  margin-left: 50px;
}

.more-website {
  margin-right: 0px !important;
  margin-left: 5px;
}

/* 搜索  */
.search {
  cursor: pointer;
  margin-right: 15px;
}

/* 中英文切换 */
.international {
  cursor: pointer;
}

.international a {
  color: #ffffff;
  text-decoration: none;
}

/* 九洲站群 */
.jiuzhou-websites {
  top: 0;
  bottom: 0;
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  height: 100vh;
  z-index: 99999999;
  width: 0px;
  background: #ffffff;
  right: 0px;
  color: #000000;
  padding: 20px 0px 20px 30px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  box-shadow: 10px 10px 20px 10px rgba(53, 67, 93, 0.5);
}

.jiuzhou-websites-header {
  position: absolute;
  width: 90%;
  color: #35435d;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}

.website-header-close .glyphicon {
  color: #999999;
}

.websites-header-title {
  float: left;
  font-size: 30px;
}

.website-header-close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.website-header-close span {
  cursor: pointer;
}

.jiuzhou-websites-content {
  padding-left: 20px;
  margin-top: 70px;
}

.jiuzhou-websites-content a {
  text-decoration: none;
  color: #333333;
}

.jiuzhou-websites-content ul li {
  margin-bottom: 10px;
}

/* 搜索 */
.header-search {
  visibility: hidden;
  position: fixed;
  top: 80px;
  height: 100px;
  z-index: 10000;
  width: 0vw;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 0px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  box-shadow: 10px 10px 20px 10px rgba(53, 67, 93, 0.5);
}

.header-search span {
  cursor: pointer;
}

.header-search input {
  width: 30vw;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 35%;
  margin-top: -25px;
}

.header-search span {
  background: #0054a7;
  padding: 8px 20px;
  font-size: 25px;
  margin-left: 15px;
  border-radius: 3px;
  position: absolute;
  margin-top: -25px;
  top: 50%;
  left: 65%;
}

.header-search-close {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 25px;
  width: 50px;
  height: 50px;
}

.header-search-close span {
  background: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 1800px) {
  .menu-hook {
    width: 140px;
  }

  .header .navbar ul li {
    margin: 0 20px;
  }

  .home-icon {
    /* margin-left: 40px; */
  }

  /* .home-icon img {
    width: 470px;
  } */
}

@media screen and (max-width: 1500px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1450px) {
  .header .navbar ul li {
    margin: 0 5px;
  }

  .menu-hook {
    width: 120px;
    left: -20px;
  }
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  .home-icon {
    margin-left: 20px;
  }

  /* .home-icon img {
    width: 200px;
  } */
}

@media screen and (max-width: 1350px) {
  .home-icon {
    margin-left: 20px;
  }

  /* .home-icon img {
    width: 200px;
  } */
}

@media screen and (max-width: 1300px) {
  .header .navbar ul li a {
    font-size: 16px;
  }

  .menu-hook {
    left: -19px;
    width: 100px;
  }

  .header .navbar ul li {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    /* position: absolute; */
  }
  body {
    overflow-x: auto;
  }
}

.header .nav .nav-bg{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 300px;
}

