header{
  width:100%;
  min-width: 1200px;
}
.myhide{
  display: none;
}
.header_container{
  background-image: url(/r/cms/www/default/filesManage/hnImages/headerBg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #0B5FD5;
  width:100%;
}
.headerBox{
  width:1200px;
  height:240px;
  margin:0 auto;
  padding:30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerLeftIcon{
  display: flex;
  align-items: center;
  width: 100%;
}
.header_title{
  flex: 1;
  /*padding-left:20px;*/
}
.header_title img {
  height: 103px;
}
.header_title p:first-child{
  font-size: 48px;
  color: #fff;
  font-family: 思源黑体;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 102px;


}
.header_title p:first-child span {
  margin-left: 30px;
}
.header_title p:last-child{
  font-size: 24px;
  color: #fff;
  font-family: 思源黑体;
  font-weight: 700;
  line-height: 41px;
  word-spacing: 7px;
  letter-spacing: 1px;
}

.header_title p:last-child span {
  margin-left: 32px;
  font-size: 18px;
  letter-spacing: 1px;
}

.buttonBox .noLogin,
.buttonBox .isLogin{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding:0px 10px 5px;
}
.buttonBox p {
  font-size: 14px;
  font-weight: bold;
}
.buttonBox .noLogin span{
  display: inline-block;
  width:1px;
  background-color: #fff;
  margin:0 8px;
  padding-top:12px;
  vertical-align:middle
}
.noLogin .button_text,
.isLoginBox .button_text{
  color: #fff;
}
.noLogin .button_text:hover,
.isLoginBox .button_text:hover{
  color: #c7deff;
}
.registeredBox{
  position: relative;
}
.registeredList{
  display: none;
  width: 80px;
  position: absolute;
  bottom: -68px;
  left: -28px;
  z-index: 10;
  background: #fff;
}
.registeredList .button_text{
  width: 100%;
  line-height: 30px;
  z-index: 5;
  position: relative;
  color: #0b5fd5;
}
.registeredList .button_text:hover{
  color: #000;
}
.registeredList::before{
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top: -8px;
  left: 28px;
  z-index: 3;
}

.searchBox{
  width: 210px;
  display: inline-block;
  position: relative;
}
#headerKeyword{
  width:100%;
  height:32px;
  padding-left:5px;
  padding-right:30px;
}
.searchIcon{
  cursor: pointer;
  position: absolute;
  right:8px;
  top:10px;
}
.searchIcon::after{
  content: "";
  width:1px;
  height:14px;
  display: block;
  position: absolute;
  left: -10px;
  top:0px;
  background-color: #000;
}


.nav_container{
  width:100%;
  background-color: #0B5FD5;
}
.navListBox{
  width:1200px;
  height:60px;
  margin: 0 auto;
  display: flex;
  flex:1;
}
.navListBox a{
  display: flex;
  align-items: center;
  justify-content: center;
  width:16.7%;
  height:60px;
  line-height: 60px;
  /* padding:0 20px; */
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
}
.navListBox a.active{
  background-color: #fff;
  text-decoration: none;
}
.navListBox a:hover{
  text-decoration: none;
  background: #B8D6FF;
  color: #fff;
}
.navListBox a.active li
{
  color: #0B5FD5;
}
.navListBox a li{
  color: #fff;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
  font-size: 16px;
}
.navListBox a li img{
  width:22px;
  height:22px;
  /* margin-right:10px; */
  vertical-align: middle;
}
.searchCrumbs,
.crumbs {
  display: flex;
  width: 1200px;
  margin: auto;
  padding-top: 10px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #323232;
}
.searchCrumbs > li:last-child,
.crumbs > li:last-child {
  color: #0b5fd5;
}
.searchCrumbs > li:last-child>a,
.crumbs > li:last-child>a {
  color: #0b5fd5;
  cursor: default;
  pointer-events:none
}

.global-tips{
  display: none;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  padding: 4px 0;
  background-color: rgba(255, 255, 255, .5);
}