.wrapper {
  margin: 0 auto;
  width: 100%;
  background-color: #0c64eb;
}
.header-logo {
  width: 40px;
  height: 40px;
}
.header {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  background-color: #0c64eb;
  width: 100%;
}
.header .login {
  font-size: 16px;
}
.header .nav {
  display: flex;
  justify-content: center;
}
.header .nav li {
  margin-left: 45px;
}
.header .nav li>a {
  font-weight: 550;
  color: #fff;
  font-size: 18px;
}
.header .nav li>a:hover{
  color: #ffd700;
}
.box img {
   width: 100%;
   display: block;
}
.box .image-container{
   position:relative;
   display:inline-block;
}
.box .image-container::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0,0,0,0,5);
   opacity: 0.5;
}
.box .top {
  background-image: url(../images/top-icon.png);
  background-size: 100%;
  width: 42px;
  height: 62px;
  position: fixed;
  right: 100px;
  bottom: 130px;
  cursor: pointer;
  z-index: 1;
}
.footer {
  height: 350px;
  padding: 40px;
  position: relative;
}
.footer .links {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.footer .links dt {
  margin: -1px 0 26px;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
  font-weight: 1000;
}
.footer .links dd {
  line-height: 26px;
}
.footer .links dd>a{
  color:#f9f6f6;
}
.footer .links dd>a:hover{
  color: #ffd700;
}

.footer .contact {
  text-align: center;
  border-left: 1px solid #e0e0e0;
  position: absolute;
  padding-left: 70px;
  float: right;
  right: 85px;
  top: 60px;
  color: #f0ecec;
}
.footer .contact .phone {
  font-size: 20px;
}
.footer .contact>a {
  margin-top: 5px;
  display: inline-block;
  width: 118px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.footer .contact>a::before {
  font-family: iconfont;
  content: "\e8bd";
}
.footer .contact>a:hover {
  background-color: #ffd700;
  color: white;
}
.jubao{
  color: #fff;
}

.site-info{
  padding: 30px 0;
  font-size: 12px;
  background: #fafafa;
}
.site-info .container{
  position: relative;
  width:1226px;
  margin:0 auto;
}
.site-info .container .logo-jhb{
  width: 58px;
  height: 58px;
  margin-right: 20px;
  background: url(../img/favicon.png) no-repeat;
  background-size: auto;
  background-size: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-info .container .info-text{
  color: #333;
  padding-left: 77px;
}
.site-info .container .info-text p {
  margin: 0;
  line-height: 18px;
  margin-bottom: 10px;
}
.beian a{
  color: #666;
}
.sites a:hover, .beian a:hover{
  color: #0c64eb;
}
.sep{
  margin: 0;
}
.sites a{
  color: #757575;
}
.slogan-target{
  clear: both;
  margin: 30px auto 0;
  width: 100%;
  height: 19px;
}
.lookwx, .joinUs ,a {
  cursor: pointer;
}
.jhb-dialog__wrapper{
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
}
.jhb-dialog__wrapper .jhb-dialog{
  postion: relative;
}
.jhb-dialog__wrapper .jhb-dialog .jhb-dialog__header{
  position: relative;
  padding: 14px 20px;
  background-color: #f5f5f5;
}
.jhb-dialog__wrapper .jhb-dialog .jhb-dialog__header .jhb-dialog__title{
  font-size: 18px;
  font-weight: 400;
  color: #424242;
  vertical-align: middle;
  line-height: 12px;
}

.jhb-dialog__wrapper .jhb-dialog .jhb-dialog__headerbtn{
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 14px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #757575;
  cursor: pointer;
  transition: all .2s;
  z-index: 10;
  border-radius: 15px;
}
.jhb-dialog__wrapper .jhb-dialog .jhb-dialog__headerbtn .jhb-dialog__close{
  vertical-align: middle;
  font-size: 24px;
  font-weight: 200;
}
.jhb-dialog__close .iconfont{
  font-family: iconfont !important;
  font-style: normal;
}

@media (max-width: 768px) {
  html, body { overflow-x: hidden; }
  .header { padding: 0 12px; height: auto; flex-wrap: wrap; }
  .header .nav { flex-wrap: wrap; }
  .header .nav li { margin-left: 12px; }
  .header .nav li>a { font-size: 16px; }
  .wrapper { width: 100%; }
  .wrapper-container, .container-horizontal, .container-zhongchou, .title-nav, .data-card-info { width: 100%; margin: 0; padding: 0 12px; }
  .wrapper-container { min-width: 0 !important;}
  .bg-box { height: auto; }
  .serv-rt-url { width: 100%; height: auto; padding-left: 12px; padding-right: 12px; padding-top: 16px; }
  .serv-right-content { display: flex; flex-wrap: wrap; }
  .right-w-1 { width: 50%; }
  .right-w-parent { height: auto; } 
  .tr-wrapper { flex-wrap: wrap; }
  .goods-cells { width: 48% !important; margin-right: 4%; }
  .img-trap-box { width: 100%; }
  .item-p0, .item-p1, .item-p2 { float: none; width: 100%; margin-left: 0; }
  .inner-list { height: auto; }
  .p-img { position: static; width: 120px; height: 120px; }
  .data-item-1, .data-item-2 { margin-left: 0; }
  .data-display, .data-cell .text-cell { float: none; margin-top: 4px; }
  .footer { padding: 20px; height: auto; }
  .footer .links { width: 100%; flex-direction: column; gap: 8px; }
  .footer .contact { position: static; right: auto; top: auto; border-left: none; padding-left: 0; margin-top: 20px; }
  .site-info .container { width: auto; padding: 0 12px; }
  .site-info .container .logo-jhb { position: static; margin-bottom: 12px; }
  span[style*="position: absolute"] { display: none !important; }
  div[style*="position: absolute"][style*="background-color: #fff"] { position: static !important; left: auto !important; top: auto !important; width: auto !important; height: auto !important; margin: 12px !important; }
}

@media (max-width: 480px) {
  .right-w-1 { width: 100%; }
  .goods-cells { width: 100% !important; margin-right: 0; }
  .header .nav li { margin-left: 8px; }
}
