*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  font-family: "微软雅黑", "宋体", -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue',"Helvetica", "Arial",sans-serif;
}
div{
  margin: 0;
  padding: 0;
}
/* :root{
    --parmi:#ed1c24;
} */
.w{
  max-width: 1200px;
  min-width: 1000px;
}

.main{
  max-width: 1200px;
  min-width: 1000px;
  height: auto;
  min-height: 427px;
  margin: 40px auto !important;
}

.font0{
  font-size: 0;
}

.header {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header a{
    text-decoration: none;
  }
  .header a:hover{
    text-decoration: underline;
  }
.top-menu{
    width: 100%;
    height: 100px;
    background-color:#ed1c24;
    margin: 0;
    padding: 0;
    min-width: 1000px;
}
.btn-login{
  padding:5px 18px;
  border: 0;
  font-size: 14px;
  color: #FFF;
  outline: none;
  margin-left: 3px;
  background-color: #434343;
  cursor: pointer;
  text-decoration: none;
}
.btn-login:hover {
  background-color: #000000;
  text-decoration: underline;
}
.btn-reg{
  padding: 5px 18px;
  border: 0;
  font-size: 14px;
  color: #FFF;
  outline: none;
  margin-left: 5px;
  background-color: #a10101;
  cursor: pointer;  
  text-decoration: none;
  margin-right: 15px;
}
.btn-reg:hover {
  background-color: #830000;
  text-decoration: underline;
}
.tel{
  display: inline-block;
  width: 195px; 
  height: 38px; 
  overflow: hidden; 
  background: no-repeat; 
  background: url(/static/images/public_img.png);
  background-position: -20px 0;
  margin-right: 15px;
}

.nav{
  width: 100%;
  min-width: 1000px;
  height: 50px;
  background-color: #333;
  color: white;
  margin: 0;
}
.navbody {
  max-width: 1200px;
  min-width: 1000px;
  line-height: 50px;
  margin: 0 auto;
}
.navbody ul{
  list-style-type: none;
  width: auto;
  height: auto;
}
.navbody ul li {
  list-style-type: none;
  float: left;
  transition: background-color ease .3s;
  -webkit-transition: background-color ease .3s;
}
.navbody ul li:hover {
  background-color: #454648;
}
.navbody ul li a {
  padding: 0 30px;
  line-height: 50px;
  color: #e3e3e3;
  font-size: 18px;
  display: block;
  text-decoration: none;
}
.navbody ul li a:hover {
  color: #FFF;
  text-decoration: none;
}
.navbody ul li a.sel {
  color: #FFF;
}
.navbody ul li.hnavmore a {
  padding-right: 25px;
}
.navbody ul li.hnavmore ul {
  width: 153px;
  padding: 0 0 10px;
  position: absolute;
  height: auto;
  background-color: #454648;
  display: none;
}
.navbody ul li.hnavmore:hover ul {
  display: block;
  z-index: 1000;
}
.navbody ul li.hnavmore ul li {
  float: left;
  width: 100%;
  height: 40px;
}
.navbody ul li.hnavmore ul li:hover {
  background-color: #ed1c24;
}
.navbody ul li.hnavmore ul li a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  text-align: center;
}

.navbody ul li.hnavmore2 a {
  padding-right: 25px;
}
.navbody ul li.hnavmore2 ul {
  width: 137px;
  padding: 0 0 10px;
  position: absolute;
  height: auto;
  background-color: #454648;
  display: none;
}
.navbody ul li.hnavmore2:hover ul {
  display: block;
  z-index: 1000;
}
.navbody ul li.hnavmore2 ul li {
  float: left;
  width: 100%;
  height: 40px;
}
.navbody ul li.hnavmore2 ul li:hover {
  background-color: #ed1c24;
}
.navbody ul li.hnavmore2 ul li a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  text-align: center;
}

.bc_arrow {
  width: 10px;
  height: 4px;
  position: relative;
  left: 6px;
  bottom: 3px;
  transition: transform ease .3s;
  -webkit-transition: -webkit-transform ease .3s;
}
.bc_icon {
  display: inline-block;
  overflow: hidden;
  background: no-repeat;
  background: url(/static/images/public_img.png);
  background-position: -20px -50px;
}

.footer {
  width: 100%;
  min-width: 1000px;
  height: 323px;
  background-color: #434343;
  margin: 0;
  padding: 0;
  color: #a0a0a0;
}
.footerbody{
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 64px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.ft_left{
  width: 519px;
  padding-left: 10px;
  display: flex;
  justify-content: flex-start;
}
.ft_left_gfkf_p{
  height: 18px;
  font-weight: 400;
  font-size: 13px;
  color: #A0A0A0;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-top: 20px;
}

.ft_split{
  width: 1px;
  height: 60px;
  margin-top: 16px;
  border-left: 1px solid #9F9F9F;
}

.ft_right{
  width: 669px;
  text-align: right;
}
.left_title{
  font-size: 20px;
  margin-top: 8px;
}
.left_time{
  font-size: 13px;
}
.left_info{
  padding-left: 28px;
}

.right_info{
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.right_item{
  text-align: center;
}
.item_desc{
  width: 122px;
  height: 18px;
  font-weight: 400;
  font-size: 13px;
  color: #A0A0A0;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-top: 8px;
  text-align: center;
}

.copyright{
  line-height: 28px;
  font-size: 14px;
  padding: 40px 0 0 0;
}
.copyright span{
  margin-right: 24px;
}
.copyright a{
  color: #a0a0a0;
  text-decoration: none;
  margin-right: 3px;
}
.copyright a:hover{
  text-decoration: underline;
}
.tel2{
  display: inline-block;
  width: 195px; 
  height: 38px; 
  margin:12px 0px 8px -43px;
  overflow: hidden; 
  background: no-repeat; 
  background: url(/static/images/public_img.png);
  background-position: -20px 0;
}

.qcode{
  position: absolute;
  width: 282px;
  height: 131px;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  padding:18px 18px 0 18px;
  gap: 12px;
  background-image: url("/static/images/code_bg.png");  
}
.qcode img{
  width: 80px;
  height: 80px;
  font-size: 0px;
}
.qcode p{
  text-align: left;
  line-height: 24px;
}
.qcode_title{
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-style: normal;
  padding-top: 2px;
}
.qcode_desc{
  height: 18px;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  text-align: left;
  font-style: normal;
  padding-top: 12px;
}

.qc1{
  left:102px;
  top:-133px;
  display: none;
}

.qc2{
  left:224px;
  top:-133px;
  display: none;
}

.qc3{
  left:346px;
  top:-133px;
  display: none;
}

.qc4{
  left:468px;
  top:-133px;
  display: none;
}
@media screen and (max-width: 1199px) {
    
.qc4{
  left:278px;
  top:-133px;
  display: none;
}
}