.header {
  height: 50px;
  background: #0084f0;
}
.header .logo,
.header .logo a {
  display: block;
  float: left;
  width: 143px;
  height: 40px;
}
.header .logo {
  overflow: hidden;
  line-height: 200px;
  margin: 5px 0 0 0;
}
.header .logo a {
  background: url(../images/logo_s1.png) no-repeat center top;
}
.header .zh {
  float: left;
  padding: 0 20px 0 5px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
  cursor: pointer;
  margin: 15px 0 0 30px;
}
.header .zh .curr {
  line-height: 20px;
  color: #ffffff;
}
.header .zh .arerwo {
  position: absolute;
  right: 6px;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
.header .zh .zh_type {
  display: none;
  position: absolute;
  width: 49px;
  border: 1px solid #cccccc;
  left: -1px;
  top: 20px;
  z-index: 999;
  background: #ffffff;
}
.header .zh .zh_type .item {
  height: 26px;
  line-height: 26px;
  color: #666666;
}
.header .zh .zh_type .item:hover {
  background: #fafafa;
}
.header .zh:hover {
  border: 1px solid #cccccc;
}
.header .zh:hover .zh_type {
  display: block;
}
.blockbox .blockTit1 {
  width: 235px;
  height: 300px;
}
.blockbox .blockTit2 {
  width: 235px;
}
.blockbox .blockCon {
  box-sizing: border-box;
  width: 963px;
  padding: 0 10px 0 20px;
}
.blockbox .iconimg {
  width: 101px;
  height: 101px;
  margin: 0 auto 15px auto;
}
.blockbox .info {
  font-size: 14px;
  line-height: 150%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.blockbox .info span {
  display: contents;
}
.header .nav .curr {
  background: #0b39f1;
  color: #348ff8;
}
.header .adimin_nav {
  float: right;
  margin: 3px 0 0 20px;
}
.header .adimin_nav .g,
.header .admin_subnav {
  display: block;
  float: right;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.header .adimin_nav .curr {
  background: #0b39f1;
  color: #ffffff;
}
.qnaWrpa {
  width: 1102px;
  margin: 22px auto 0 auto;
}
.helpGuide {
  position: fixed;
  left: 50%;
  top: 180px;
  z-index: 5556;
  margin-left: -780px;
  width: 160px;
  background: #ffffff;
  border: 1px solid #0084f0;
  box-shadow: 0px 3px 11px 0px rgb(0 10 41 / 7%);
}
.helpGuide .item {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding: 0 0 0 20px;
  position: relative;
}
.helpGuide .curr {
  background: #0084f0;
  color: #ffffff;
}
.helpGuide .curr:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color:transparent transparent transparent #0084f0;
  position: absolute;
  right: -17px;
  top: 50%;
  margin: -4px 0 0 0;
}