* {
  margin: 0;
  padding: 0;
}
#header {
  /* position: relative; */
  background-color: #1B1E2E;
  height: 44px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 999;
}
#header .header-logo {
  width: 80px;
  height: 20px;
  margin: auto 0 auto 10px;
}
#header .header-menu {
  width: 24px;
  height: 24px;
  margin: auto 10px auto 0;
}

#header .nav-bg-style {
  position: fixed;
  top: 44px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}
#header .nav-bg-style .nac-option{
  height: 16px;
  background-color: #1B1E2E;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  
}




#footer {
  background-color: #1B1E2E;
  height: 324px;
}

#footer .title {
  padding: 30px 20px 0;
  height: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 15px;
}

#footer .content {
  height: 100px;
  margin: 20px 20px 0;
  padding-bottom: 24px;
  border-bottom: 1px #898989 solid;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

#footer .content .contact {
  width: 160px;
}
#footer .content .contact .contact-option{
  margin-bottom: 15px;
  display: flex;
}

#footer .content .contact .contact-option img {
  width: 14px;
  height: 14px;
}
#footer .content .contact .contact-option .number {
  margin-left: 20px;
  text-align: left;
  height: 14px;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 14px;
}

#footer .content .er-code {
  width: 90px;
}

#footer .content .er-code img {
  width: 78px;
  height: 78px;
}

#footer .content .er-code .er-title {
  font-size: 12px;
  height: 12px;
  color: #CCCCCC;
  line-height: 12px;
}

#footer .copyright {
  margin-top: 23px;
  font-size: 11px;
  color: #999999;
  line-height: 18px;
  text-align: center;
}

#footer .call-style {
  margin-top: 21px;
  height: 54px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

#footer .call-style .call-logo {
  height: 22px;
  margin: auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #222222;
  line-height: 22px;
}

#footer .call-style .call-logo img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

#footer .call-style .call-btn {
  margin: auto 0;
  width: 138px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  background-color: #2D63EE;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.parting-image-style {
  height: 84px;
  background-image: url(../images/common/guanli_bg_guanli.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  line-height: 13px;
}

.parting-image-style :first-child {
  height: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 18px;
  padding-top: 17px;
  margin-bottom: 6px;
}
