/*我不信*/
.staticHeader {
  background: #fff;
  background-color: rgba(255, 255, 255, 1);
  height: 44px;
  line-height: 44px;
  padding: 16px 0;
  position: fixed;
  border-bottom: solid 1px #ddd;
  width: 100%;
  top: 0;
  z-index: 99;
  -webkit-transform: translateZ(0);
  box-sizing: content-box;
  font-family: Arial, "Hiragino Sans GB", "md-hsgb", "Microsoft YaHei",
    "WenQuanYi Micro Hei", sans-serif;
}

.staticHeader:before,
.staticHeader:after {
  content: " ";
  display: table;
}

.staticHeader:after {
  clear: both;
}

.staticHeader .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: left;
}

.staticHeader .logo img {
  vertical-align: middle;
}

.staticHeader .headerAction {
  /* float: left; */
  display: inline-block;
  position: relative;
  margin-right: 24px;
}

.staticHeader .headerAction .headerReg {
  width: 255px;
  outline: none;
  padding: 9px;
  font-size: 14px;
  height: 18px;
  line-height: 24px;
  vertical-align: middle;
  color: #999;
  border: solid 1px #8f8f8f;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.staticHeader .headerAction .headerReg.warm {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.staticHeader .headerAction .headerReg:focus {
  -webkit-box-shadow: 0 0 5px #0066cc;
  box-shadow: 0 0 5px #0066cc;
  border-color: #0066cc;
}

.staticHeader .headerAction a {
  margin-left: 4px;
  display: inline-block;
  padding: 0 23px;
  height: 38px;
  line-height: 38px;
  border: solid 1px #cfcfcf;
  color: #1a1a1a;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background-clip: padding-box;
  text-decoration: none;
}

.staticHeader a.headerBtnReg {
  color: #fff;
  background-color: #01ca83;
  border: none;
  transition: background-color 0.5s;
}

.staticHeader a.headerBtnReg:hover {
  background-color: #00b776;
}

.staticHeader a.headerBtnLogin:hover {
  background: #f8f8f8;
  transition: background 0.5s;
}

.staticHeader .headerAction .tooltip {
  line-height: 150%;
  width: 275px;
  top: 100%;
  margin-top: 8px;
}

.staticHeader .headerAction .tooltip .arrow {
  top: -8px;
  border-top: 0;
  border-bottom: solid 8px #ff5050;
}

.staticHeader li,
.sidebar li {
  height: 44px;
  line-height: 44px;
  float: left;
  margin-right: 40px;
  cursor: pointer;
}

.staticHeader li a,
.sidebar li a {
  font-size: 14px;
  color: #333;
}

/* .staticHeader li.current a,
.staticHeader li.current {
  color: #2196f3;
} */

.staticHeader span {
  display: none;
}

.staticHeader .pcHeadAction .pcAction span.point {
  width: 10px;
  height: 6px;
  display: inline-block;
  background: url('../images/point.png') no-repeat;
  background-position-x: right;
  background-size: cover;
  margin-left: 8px;
  vertical-align: middle;
}

.staticHeader .pcHeadAction .pcAction li:hover span.point {
  background-position-x: left;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  20%,
  60% {
    -webkit-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0);
  }

  40%,
  80% {
    -webkit-transform: translate3d(7px, 0, 0);
    transform: translate3d(7px, 0, 0);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  20%,
  60% {
    -webkit-transform: translate3d(-7px, 0, 0);
    -ms-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0);
  }

  40%,
  80% {
    -webkit-transform: translate3d(7px, 0, 0);
    -ms-transform: translate3d(7px, 0, 0);
    transform: translate3d(7px, 0, 0);
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
  box-sizing: border-box;
  display: flex;
}

.container .pcLogo {
  width: 220px;
  display: inline-block;
  vertical-align: top;
}

.container .headR {
  flex: 1;
}

.container .headR .pcHeadAction {
  display: flex;
  width: 100%;
}

.pcHeadAction .pcAction {
  flex: 1;
  width: 100%;
  text-align: right;
}

.pcHeadAction .pcAction>ul,
.pcHeadAction .pcAction>ul>li {
  display: inline-block;
  float: none;
  position: relative;
  color: #333;
  font-size: 14px;
}

.staticHeader .pcAction ul li.current>a,
.staticHeader .pcAction ul li.current {
  color: #2196f3 !important;
}

.pcHeadAction .pcAction>ul>li:hover {
  color: #2196f3
}

.staticHeader.pcAction>ul>li:hover>a,
.staticHeader .pcAction>ul>li:hover>a {
  color: #2196f3;
  text-decoration: none;
}

.pcHeadAction .pcAction>ul>li:hover ol>li {
  color: #333
}

.pcHeadAction .pcAction>ul>li .listBox {
  position: absolute;
  width: 246px;
  background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  top: 44px;
  left: -24px;
  z-index: 10;
  padding: 10px 0;
  display: none;
}

.pcHeadAction .pcAction>ul>li:hover .listBox {
  display: block;
}

.pcHeadAction .pcAction>ul>li .listBox li {
  display: block;
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  margin: 0;
}

.pcHeadAction .pcAction>ul>li .listBox li:hover,
.pcHeadAction .pcAction>ul>li .listBox li.current,
.pcHeadAction .pcAction>ul>li .listBox li.current a {
  background: rgba(245, 245, 245, 1) 0% 0% no-repeat padding-box;
  color: #2196f3
}

.pcHeadAction .pcAction>ul>li .listBox li:hover a {
  display: block;
  background: rgba(245, 245, 245, 1) 0% 0% no-repeat padding-box;
  color: #2196f3
}

.pcHeadAction .pcAction .langChangeContainer {
  display: inline-block;
  float: none;
  text-align: center;
}

.logo .contactUs {
  display: inline-block;
  width: 24px;
  margin: 0 24px;
  vertical-align: top;
}

.logo .contactUs .contactUsIcon {
  position: relative;
  width: 24px;
  height: 44px;
  display: inline-block;
  margin-top: 10px;
}

.logo .contactUs .contactUsIcon .telephoneIcon {
  z-index: 1;
  vertical-align: middle;
  display: block;
  cursor: pointer;
}

.logo .contactUs .contactUsIcon .telephoneIconH {
  z-index: 0;
  vertical-align: middle;
  display: none;
  cursor: pointer;
}

.logo .contactUs .contactUsIcon:hover .telephoneIcon {
  z-index: 0;
  display: none;
}

.logo .contactUs .contactUsIcon:hover .telephoneIconH {
  z-index: 1;
  display: block;
}

.contactUsIcon img {
  position: absolute;
  top: 0;
  left: 0;
}

.logo .contactUs .contactUsBox {
  position: absolute;
  display: none;
  background: #fff;
  top: 30px;
  left: -113px;
  width: 246px;
  height: 153px;
  border-radius: 4px;
  z-index: 1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.logo .contactUs .contactUsIcon:hover .contactUsBox {
  display: block;
}

.logo .contactUs .contactUsBox .phoneNum {
  font-size: 20px;
  font-weight: 500;
  margin: 18px 20px 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
}

.logo .contactUs .contactUsBox .phoneTxt {
  font-size: 12px;
  line-height: 14px;
  color: #9e9e9e;
  margin: 0 20px;
  padding: 0;
  word-wrap: break-word;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo .contactUs .contactUsBox ol {
  margin-top: 10px;
}

.logo .contactUs .contactUsBox li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  text-align: left;
  box-sizing: border-box;
}

.logo .contactUs .contactUsBox li a {
  color: #333;
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo .contactUs .contactUsBox li:hover {
  background: #f5f5f5;
}

.logo .contactUs .contactUsBox li:hover a {
  color: #2196f3;
}

.container .mHeadAction {
  display: none;
}

.sidebar {
  position: fixed !important;
  z-index: 2;
  height: 54px;
  background: #fff;
  text-align: left;
  width: 100%;
  top: 77px;
  line-height: 54px;
  border-bottom: solid 1px #ddd;
  max-width: 100% !important;
}

.sidebar ol {
  display: block;
  padding: 0 70px;
  text-align: center;
  background: #fff;
  width: 100%;
}

.sidebar ol li {
  line-height: 54px;
}

.sidebar ol li.current a {
  color: #2196f3;
  line-height: 54px;
}

/* 显示移动端头部样式 */
@media screen and (max-width: 600px) {

  .container,
  .sidebar ol {
    padding: 0 10px !important;
  }

  .logo .contactUs {
    display: none;
  }

  .container .headR .pcHeadAction {
    display: none;
  }

  .container .headR .mHeadAction {
    display: block;
    text-align: right;
  }

  .container .headR .mHeadAction .headerBtnLogin {
    margin-left: 8px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-clip: padding-box;
    text-decoration: none;
    width: 88px;
    border: solid 1px #cfcfcf;
    color: #666;
    background: #fff;
  }

  .container .headR .mHeadAction .headerBtnLogin:hover {
    text-decoration: none;
  }
}

/* 头部放不下nav,只显示注册登录 */
@media (min-width: 601px) and (max-width: 1250px) {

  .container,
  .sidebar ol {
    padding: 0 10px !important;
  }

  .logo .contactUs {
    display: none;
  }

  .container .headR .pcHeadAction .pcAction ul {
    display: none;
  }

  .staticHeader .headerAction {
    margin-right: 0;
  }

  .pcHeadAction .pcAction .langChangeContainer {
    display: none;
  }
}

@media screen and (min-width: 1740px) {

  .container,
  .sidebar ol {
    max-width: 1600px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
  }
}

/* ie9/10 */
@media screen\0 {
  .container .headR {
    display: inline-block;
    float: right;
  }

  .pcHeadAction .pcAction {
    display: inline-block;
    width: 800px;
    text-align: right;
    float: right;
  }
}

.erwmBox {
  display: inline-block;
  position: fixed;
  width: 44px;
  height: 44px;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

/* .erwmBox .erwm {
  display: none;
} */

.erwmBox .erwmIcon {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #2196f3 url(../images/erwm.png) no-repeat center center;
  background-size: 24px 24px;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
}

.erwmBox:hover .erwmIcon {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.35);
}

.erwmBox.show .erwmIcon {
  background: #E64558 url(../images/closeImg.png) no-repeat center center;
  background-size: 18px 18px;
}

.erwmBox .erwm {
  text-align: center;
  display: none;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  position: absolute;
  top: -192px;
  left: -110px;
  width: 152px;
  font-size:13px;
  background: #fff;
  height: 180px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease-in-out;
}

.erwmBox.show .erwm {
  animation-name: fadeInUp;
  animation-duration: 0.66s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  display: block;
}

.erwmBox .erwm .erwmImg{
  width: 111px;
  margin-top: 10px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 600px) {

  .erwmBox,
  .erwmBox.show,
  .erwmBox .erwmIcon {
    display: none;
  }
}
