a{
  text-decoration:none;
  color: black;
}
body {
  margin: 0 0;
}
.background {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

/* 1.顶部导航 */
.background  .headNav{
 height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 999;
}
.background .headNav .navBlock {
  width: 1200px;
  padding-top: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.background .navBlock .textRight .one {
font-family: 'PingFangSC-Medium','Microsoft YaHei',微软雅黑;
font-size: 18px;
color: #1D1916;
text-align: center;
line-height: 16px;
font-weight: 600;
  border-bottom: 4px solid #DD010D;
  /*padding: 0 20px;*/
}
.logoLeft .text {
font-family: 'MicrosoftYaHei-Bold',微软雅黑;
font-size: 26px;
color: #231815;
letter-spacing: 0;
text-align: center;
line-height: 26px;
font-weight: 700;
}
.logoLeft img{
  height:39px;
}


.logoLeft .img_logo img{
  margin: 0 2px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  margin: 0 4px;
  margin-top: -6px;
}
.background .slide .text .redtext{
font-size: 20px;
color: #E9132B;
letter-spacing: 0;
line-height: 20px;
font-weight: 400;
}
.textRight span{
  padding: 0px 20px;
}
 .textRight span a{

  font-family: 'PingFangSC-Regular','Microsoft YaHei',微软雅黑;
  font-size: 18px;
  color: #1D1916;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
 }

.textRight {
  width: 58%;
  height: 52px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 10px;
}

.loginEnd{
  width: 136px;
  height: 42px;
  background-image: linear-gradient(135deg, #F63418 0%, #D5020E 100%);
  border-radius: 24px;
  border: none;
  margin-top: -5px;
  font-family: 'PingFangSC-Regular','Microsoft YaHei',微软雅黑;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}
.regionEnd{
  display: none;
  width: 136px;
  height: 42px;
  background-image: linear-gradient(135deg, #F63418 0%, #D5020E 100%);
  border-radius: 24px;
  border: none;
  margin-top: -5px;
  font-family: 'PingFangSC-Regular','Microsoft YaHei',微软雅黑;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}
/* 底部 */
.footer{
  width: 100%;
  height: 290px;
  background: #1F2229;
  float: left;
  color: #fff;

}
.footer .content{
  width: 1200px;
  margin: 0 auto;
}
.footer .lianJie{
  font-family: 'PingFangSC-Regular','Microsoft YaHei',微软雅黑;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.footer .contentT{
    padding: 0 234px;
    height: 212px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    justify-content: space-between;
}
.line{
  width: 1200px;
  border-bottom: 0.2px solid rgb(117, 117, 117);
  position: absolute;
}
.footer .content .boxx{
  font-family: 'PingFangSC-Regular','Microsoft YaHei',微软雅黑;
font-size: 18px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 24px;
font-weight: 400;
}
.footer .small{
font-family: 'PingFangSC-Regular','Microsoft YaHei',微软雅黑;
font-size: 14px;
color: #A1A6BA;
letter-spacing: 0;
line-height: 14px;
font-weight: 400;
}
.footer .dibu{
margin: 32px 0;
  text-align: center;
}
.loginEnd a{
  color: #fff;
  line-height: 42px;
}

.regionEnd a{
  width: 136px;
  height: 42px;
  background-image: linear-gradient(135deg, #F63418 0%, #D5020E 100%);
  border-radius: 24px;
  border: none;
  margin-top: -5px;
  font-family: 'PingFangSC-Regular','Microsoft YaHei',微软雅黑;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  html{
    font-size: 14px;
  }
  .background{
    width: 100vw;
    overflow-x: hidden;
  }
  .background .headNav{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 34px;
  }
  .background .headNav .navBlock{
    transform: scale(0.3);
    position: absolute;
    top: -19px;
    left: -405px;
  }
  /*.background .headNav{*/
  /*  width: 100vw;*/
  /*  height: 46px;*/
  /*}*/
  /*.background .headNav .navBlock{*/
  /*  width: 100vw;*/
  /*}*/
  .background .headNav .navBlock .logoLeft{
    width: 20%;
  }
  .background .headNav .navBlock .logoLeft img{
    width: 100%;
    height: auto !important;
  }
  /*.textRight{
    height: 22px;
    font-size: 0.5rem;
    margin-top: 0px;
    width: 62%;
  }
  .textRight span{
    padding: 0px 2px;
  }
  .textRight span a{
    font-size: 0.4rem;
  }
  .background .navBlock .textRight .one{
    font-size: 0.5rem;
    border-width: 2px;
  }
  .loginEnd{
    width: 70px;
    height: 32px;
    font-size: 0.5rem;
    transform: scale(0.7);
    position: relative;
    left: -13px;
    top: -3px;
  }
  }
  .loginEnd a span{
    font-size: 0.5rem;
    position: relative;
    top: -2px;
  }
  .loginEnd img{
    width: 10px;
  }*/
  .footer{
    height: auto;
  }
  .footer .content{
    width: 100%;
  }
  .line{
    width: 100%;
  }
  .footer .contentT{
    padding: 0px 10px;
  }
  .footer .lianJie{
    font-size: 12px;
  }
  .footer .content .boxx img{
    width: 60px;
  }
  .footer .content .boxtwo img{
    width: 60px;
  }
  .footer .content .boxx{
    font-size: 12px;
  }
  .footer .small{
    font-size: 10px;
    margin: 10px auto 20px;
  }
  .footer .content .contentT{
    position: relative;
    height: auto;
    padding: 15px 10px;
  }
  .footer .content .contentT .one{
    position: relative;
    top: -35px;
  }
  .footer .content .contentT .two{
    position: absolute;
    top: 80px;
  }

  .loginEnd{
    display: none;
  }
  .regionEnd{
    display: initial;
  }
}
