.header {
  padding-left: 120px;
  padding-right: 120px;
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px 0px #E1E5EB;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media (max-width: 1000px) {
  .header {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header .head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

@media (max-width: 1000px) {
  .header .head-box {
    height: 50px;
  }
}

.header .head-box .logo_box {
  display: flex;
  align-items: center;
}

.header .head-box .logo_box .logo {
  margin-right: 78px;
}

.header .head-box .logo_box .logo img {
  height: 40px;
}

@media (max-width: 1000px) {
  .header .head-box .logo_box .logo img {
    height: 30px;
  }
}

.header .head-box .logo_box .phone {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .header .head-box .logo_box .phone {
    display: none;
  }
}

.header .head-box .logo_box .phone p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  margin: 0 8px;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox {
    width: 100%;
    height: calc(100% - 50px);
    flex-direction: column;
    background-color: rgba(36, 38, 40, .5);
    position: fixed;
    right: -100%;
    top: 50px;
    display: flex;
    align-items: flex-end;
    transition: all 0.5s;
    z-index: 999;
  }

  .header .head-box .t-navbox.active {
    right: 0;
    transition: all 0.5s;
  }
}

.header .head-box .t-navbox .nav_box {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box {
    width: 70%;
    background-color: #fff;
    height: 100%;
    flex-direction: column;
    padding-left: 30px;
    align-items: flex-start;
    position: relative;
  }
}

.header .head-box .t-navbox .nav_box .link {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box .link {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    justify-content: flex-start;
    padding-top: 20px;
  }
}

.header .head-box .t-navbox .nav_box .link a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #1A253B;
  margin-right: 60px;
}

.header .head-box .t-navbox .nav_box .link a.active {
  font-weight: 600;
  color: #EB3340;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box .link a {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.header .head-box .t-navbox .nav_box .zx {
  width: 165px;
  height: 40px;
  border-radius: 40px;
  opacity: 1;
  
  background: linear-gradient(180deg, #F85966 0%, #D51D37 100%);
  
  box-sizing: border-box;
  border: 1px solid #D7213B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .head-box .t-navbox .nav_box .zx:hover{
  background: linear-gradient(180deg, #960014 0%, #C90012 100%);

  box-sizing: border-box;
  border: 1px solid #D7213B;
}
.header .head-box .t-navbox .nav_box .zx:focus{
  box-sizing: border-box;
border: 2px solid #FF8D97;background: #960014;
}
@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box .zx {
    display: none;
  }
}

.header .head-box .t-navbox .nav_box .zx img {
  margin-right: 9px;
  width: 22px;
}

.header .head-box .t-navbox .nav_box .zx p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  
  /* 纯白 */
  color: #FFFFFF;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box .mzx {
    position: absolute;
    bottom: 50px;
  }

  .header .head-box .t-navbox .nav_box .mzx .hl {
    margin-bottom: 10px;
    width: 76px;
  }

  .header .head-box .t-navbox .nav_box .mzx .dh {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
  }

  .header .head-box .t-navbox .nav_box .mzx .dh img {
    margin-right: 6px;
    width: 12px;
  }

  .header .head-box .t-navbox .nav_box .mzx .dh p {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 16px;
  }

  .header .head-box .t-navbox .nav_box .mzx .dz {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
  }

  .header .head-box .t-navbox .nav_box .mzx .dz p {
    margin-bottom: 5px;
  }

  .header .head-box .t-navbox .nav_box .mzx a {
    height: 37px;
border-radius: 4px;
background: #26982D;
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .header .head-box .menu {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../image/m1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
  }

  .header .head-box .menu.active {
    background-image: url(../image/m2.png);
    transition: all 0.5s;
  }
}

.footer {
  display: flex;
  justify-content: center;
  background: #000000;
  padding-top: 125px;
  padding-bottom: 73px;
}

@media (max-width: 1000px) {
  .footer {
    flex-wrap: wrap;
    background-color: #1a253b;
    padding-top: 0;
    padding-bottom: 0;


  }
}

.footer .item01 {
  margin-right: 90px;
  width: 347px;
}

@media (max-width: 1000px) {
  .footer .item01 {
    display: none;
  }
}

.footer .item02 {
  margin-right: 120px;
}

@media (max-width: 1000px) {
  .footer .item02 {
    display: none;
  }
}

.footer .item02 img {
  max-width: 200px;
}

.footer .item02 h2 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.footer .item02 p {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  margin-bottom: 8px;
}

.footer .item02 a {
  display: block;
  width: 174px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  background-color: #681dff;
}

.footer .item03 {
  margin-right: 95px;
}

@media (max-width: 1000px) {
  .footer .item03 {
    margin-right: 0;
    width: 100%;
    width: calc(100% - 50px);
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(208, 211, 219, 0.2);
  }
}

.footer .item03:last-of-type {
  margin-right: 0;
}

.footer .item03 h4 {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-bottom: 35px;
}

@media (max-width: 1000px) {
  .footer .item03 h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
  }
}

@media (max-width: 1000px) {
  .footer .item03 .al {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer .item03 .al a {
    margin-right: 60px;
    color: rgba(208, 211, 219, 1);
  }

  .footer .item03 .al a:nth-of-type(3n) {
    margin-right: 0;
  }
}

.footer .item03 a {
  display: block;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 1000px) {
  .footer .item03 a {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}

.footer .item03 a:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .footer .item03 a:last-of-type {
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .footer .item04 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 5px;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }

  .footer .item04 .left>img {
    width: 88px;
    margin-bottom: 8px;
  }

  .footer .item04 .left .dha {
    display: flex;
    align-items: center;
  }

  .footer .item04 .left .dha img {
    width: 12px;
    margin-right: 8px;
  }

  .footer .item04 .left .dha p {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 14px;
  }

  .footer .item04 a {
    width: 120px;
    height: 37px;
   
    background: #26982D;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .footer .item05 {
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 22px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1000px) {
  .footer .item06 {
    padding-top: 35px;
    padding-bottom: 25px;
    display: flex !important;
    justify-content: center;
  }

  .footer .item06 .ewm {
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
  }

  .footer .item06 img {
    width: 70px;
    margin-bottom: 15px;
  }

  .footer .item06 p {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #D0D3DB;
    line-height: 18px;
  }

  .footer .item06 span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 4px;
    line-height: 16px;
  }
}

@media (max-width: 1000px) {
  .footer .item07 {
    width: 100%;
    background: #0F1726;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer .item07 .ab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer .item07 .ab a {
    font-size: 12px;
    font-weight: 400;
    color: #D0D3DB;
    line-height: 12px;
    border-right: 1px solid #D0D3DB;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer .item07 .ab a:last-of-type {
    border: none;
  }

  .footer .item07 p {
    font-size: 12px;
    font-weight: 400;
    color: #D0D3DB;
    line-height: 16px;
    text-align: center;
  }

  .footer .item07 p a {
    color: #D0D3DB;
  }
}

.beian {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #D0D3DB;
  line-height: 18px;
  text-align: center;
  background: #0F1726;
}
.slide-right {
  position: fixed;
  z-index: 99;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.slide-right a {
  display: block;
  position: relative;
}
.slide-right a .xf{
    position: absolute;
    display: none;

}

.slide-right a:hover .xf{
    display: block;
}
.slide-right a .xf02{
        right: 54px;
    top: -32px;
}
.slide-right a .xf02 img{
    width: 124px;
        max-width: inherit;
    
}
.slide-right a .xf01{
    width: 215px;
    height: 50px;
    background-image: url('../image/rdhb.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
    right: 54px;
    top: 0;
        border-radius: 4px;padding-right: 11px;
}

.slide-right img{
    width: 54px;
}
.xfk{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9990;
    left: 0;
       top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.xfk.active{
    display: flex;
}
.xfk .k{
    max-width: 500px;
    position: relative;
}
.xfk .k .close{
    width: 50px;
    height:50px;
    position:absolute;
    right: 10px;
    top: 10px;

}

@media (max-width: 1000px) {
    .xfk .k{
    max-width: 85%;
    position: relative;
}
.xfk .k .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}
}


@media (max-width: 1000px) {
    .slide-right {
    position: fixed;
    z-index: 99;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.slide-right a .xf01{
    display: none !important;
}
}