.banner-box {
  height: 420px;
  background: url('../img/bg_help_banner.jpg') no-repeat center;
}
.banner-box .banner {
  width: 1200px;
  margin: 0 auto;
  height: 420px;
  position: relative;
}
.banner-box .banner .banner-text {
  width: 250px;
  height: 48px;
  font: 48px/48px "微软雅黑";
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 168px;
  letter-spacing: 12px;
  position: relative;
  z-index: 1;
  text-indent: 10px;
  animation: fadenum 1s;
}
.banner-box .banner .banner-line {
  width: 240px;
  height: 24px;
  background: #004D99;
  margin: 0 auto;
  margin-top: -15px;
  animation: fadenum2 1s;
}
@keyframes fadenum {
  0% {
    transform: scale(0.8) rotate(0.1deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadenum2 {
  0% {
    width: 0px;
  }
  100% {
    width: 240px;
  }
}
.help-header-box {
  height: 60px;
  background: #FFFFFF;
  box-shadow: 4px 8px 16px 0 rgba(0, 26, 51, 0.06);
  margin-bottom: 40px;
}
.help-header-box .help-header {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.help-header-box .help-header .help-header-item {
  height: 57px;
  margin-left: 40px;
  margin-right: 40px;
  color: #4D4D4D;
  border-bottom: 3px solid transparent;
  font: 16px/57px "微软雅黑";
  cursor: pointer;
}
.help-header-box .help-header .ischeck {
  color: #004D99;
  border-bottom: 3px solid #004D99;
}
.help-tip {
  width: 1200px;
  height: 48px;
  margin: 0 auto;
  color: #999999;
  font: 14px/24px "微软雅黑";
}
.help-img-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
}
.help-img-box .help-img-title {
  width: 1200px;
  height: 56px;
  border-bottom: 1px solid #E3E3E3;
}
.help-img-box .help-img-title .help-img-title1 {
  color: #004D99;
  font: 16px/56px "微软雅黑";
  font-weight: bold;
  margin: 0 20px 0 40px;
}
.help-img-box .help-img-title .help-img-title2 {
  color: #004D99;
  font: 16px/56px "微软雅黑";
  font-weight: bold;
}
.help-img-box .help-content-box {
  width: 1080px;
  padding: 0 60px;
}
.help-img-box .help-content-box .h-c-font1 {
  width: 1080px;
  font: 14px/14px "微软雅黑";
  color: #808080;
  margin-top: 20px;
}
.help-img-box .help-content-box .h-c-num-font {
  width: 1080px;
  height: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.help-img-box .help-content-box .h-c-num-font .num {
  width: 20px;
  height: 20px;
  background-image: linear-gradient(135deg, #0088cc 0%, #004d99 100%);
  font: 12px/20px "微软雅黑";
  color: #fff;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 10px;
}
.help-img-box .help-content-box .h-c-num-font .num-font {
  height: 20px;
  font: 14px/20px "微软雅黑";
  color: #4D4D4D;
  font-weight: bold;
  float: left;
}
.help-img-box .help-content-box .h-c-font2 {
  font: 14px/24px "微软雅黑";
  color: #808080;
  width: 1080px;
  height: 24px;
}
.help-img-box .help-content-box .down-pdf {
  width: 100px;
  height: 30px;
  font: 12px/30px "微软雅黑";
  color: #004D99;
  text-indent: 33px;
  border: 1px solid #004D99;
  margin: 10px 20px 10px 20px;
  cursor: pointer;
  background: #ffffff url(../img/icon_download_sel.png) no-repeat 13px center;
}
.help-img-box .help-content-box .down-pdf:hover {
  width: 102px;
  height: 32px;
  font: 12px/32px "微软雅黑";
  border: none;
  color: #fff;
  background: #004d99 url(../img/icon_download_nor.png) no-repeat 13px center;
}
.help-img-box .h-c-img {
  height: 240px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.footer-box-v2 {
  width: 100%;
  height: 156px;
  background: #00274D;
  float: left;
  position: relative;
}
.footer-box-v2 .footer {
  width: 1200px;
  height: 156px;
  margin: 0 auto;
  background: #00274D;
}
.footer-box-v2 .footer .top {
  width: 436px;
  height: 94px;
  margin: 0 auto;
}
.footer-box-v2 .footer .top .item {
  height: 94px;
  font: 14px/94px "微软雅黑";
  color: rgba(255, 255, 255, 0.5);
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.footer-box-v2 .footer .top .noborder {
  border-right: none;
}
.footer-box-v2 .footer .bottom {
  width: 1198px;
  height: 13px;
  margin-top: 11px;
  font: 13px/13px "微软雅黑";
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.phone-tip {
  width: 80px;
  height: 80px;
  border: 1px solid #E3E3E3;
  background: #ffffff url(../img/icon_tel_nor.png) no-repeat center 18px;
  font: 14px/120px "微软雅黑";
  color: #4D4D4D;
  position: fixed;
  bottom: 70px;
  right: 20px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.phone-tip .phone-tip-1 {
  display: none;
  width: 160px;
  height: 80px;
  border: 1px solid #E3E3E3;
  position: absolute;
  left: -180px;
  background: #fff;
  top: 0;
}
.phone-tip .phone-tip-1 .phone-tip-text1 {
  font: 16px/16px "微软雅黑";
  color: #4D4D4D;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 7px;
  font-weight: bold;
}
.phone-tip .phone-tip-1 .phone-tip-text2 {
  font: 14px/14px "微软雅黑";
  color: #4D4D4D;
  text-align: center;
}
.phone-tip:hover {
  background: #004D99;
  border: none;
  color: #fff;
  background: #004d99 url(../img/icon_tel_sel.png) no-repeat center 18px;
}
.phone-tip:hover .phone-tip-1 {
  display: block;
}
