.main .container {
    width: 1200px;
    
}
.container-main {
    
    width: 814px  !important;
   
}
*{
    margin: 0;
    padding: 0;
  }
  .flex{
    display: flex;
    }
  .a-c{
    align-items: center;
  }
  .j-c{
    justify-content: center;
  }
  .j-s{
    justify-content: space-between;
  }
  .f-w{
    flex-wrap: wrap;
  }
  a{
    text-decoration: none;
    color: #000;
  }
  .m-a{
    margin: 0 auto;
  }
  .rel{
    position: relative;
  }
  .abs{
    position: absolute;
  }
  [v-cloak]{
    display: none;
 }

  .rdxrmzf{
    width: 100%;
    height: 100%;
  }
  .rdxrmzf .header{
    width: 1200px;
    height: 250px;
    background: url(./hd-background.png) no-repeat;
  }
  .rdxrmzf .header .rdxrmzf{
      width: 410px;
      height: auto;
      left: 50%;
      top: 10%;
      transform: translateX(-50%);
  }
  .rdxrmzf .header .rdxrmzf img{
    width: 100%;
    height: 100%;
  }
  .rdxrmzf .header .slh{
    width:210px;
    background-color: #0067b6;
    left: 90%;
    top: 15%;
    padding: 4px 10px;
    border-radius: 20px;
    border: 3px solid #fff;
    transform: translateX(-50%);
  }
  .rdxrmzf .header .slh a{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
  }
  .rdxrmzf .header .seacrh{
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
  }
  .rdxrmzf .header .seacrh input{
    width: 500px;
    text-indent: 20px;
    font-size: 26px;
    margin-left: 10px;
    border: none;
    outline: none;
  }
  .rdxrmzf .header .seacrh span{
	  font-size: 26px;
     width: 90px;
     background-color: #0067b6;
     color: #fff;
     text-align: center;
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
  }
  .rdxrmzf .header .nav-contianer{
    padding: 10px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    bottom: 0%;
  }
  .rdxrmzf .header .nav{
    list-style: none;
 
    bottom: 0%;
  }
  .rdxrmzf .header .nav li{
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #0067b6;
  }
  .rdxrmzf .header .nav li a{
    color: #fff;
    font-size: 26px;
  }
  @media screen and (max-width:768px){
 .dzjg-img {
    display: !important;
}
.yzs {
 display:none;
}
.wwz{
display:none;
}
    .rdxrmzf .header{
        width: 100%;
        height: 180px;
        background-size: 110% 100%;
    }
    .rdxrmzf .header .rdxrmzf{
        width: 60%;
    }
    .rdxrmzf .header .slh{
       padding: 0px;
    width: 70px !important;
    text-align: center;
    top: 23%;
    height: 24px;
    line-height: 20px;
    }
    .rdxrmzf .header .slh a{
        font-size: 14px;
    }
    .zzzb{
        display: none;
    }
    .rdxrmzf .header .seacrh{
        width:60%;
        top:40%
    }
    .rdxrmzf .header .seacrh input{
        width: 90%;
        font-size: 16px;
        text-indent: 5px;
    }
    .rdxrmzf .header .seacrh span{
        width: 22%;
        font-size: 16px;
    }
    .rdxrmzf .header .nav-contianer{
        width: 100%;
        overflow-x: auto;
        padding: 0px;
        background-color: #0067b6; 
    }
    .rdxrmzf .header .nav li.active{
        background-color: #fff;
        color: #0067b6;
    }
    .rdxrmzf .header .nav li.active a{
        color: #0067b6;
    }
    .rdxrmzf .header .nav{
        width: 1200px;
        padding: 5px 20px;
    }
    .rdxrmzf .header .nav li a{
      font-size: 20px;
    }
  }
  .footer{
    width: 100%;
    margin-top: 20px;
    background-color: #767676;
  }
  .footer .gl{
     padding: 20px 0;
     border-bottom: 1px solid #eee;
  }
  .footer .gl ul{
    list-style: none;
    margin: 0 auto;
    width: 1200px;
  }
  .footer .gl ul li{
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 258px;
    justify-content: center;
    padding: 5px 0px;
  }
  .footer .gl ul li img{
    width: 30px;
  }
  .footer .gl ul li a{
	  font-size: 26px;
    margin-left: 10px;
  }
  .footer  .footertext{
    width: 1200px;
    padding: 30px 0;
  }
  .footer  .footer-title{
    text-align: center;
  }
  .footer  .footer-title ul{
	      font-size: 26px;
     list-style: none;
     color: #fff;
     margin:  10px 0;
  } 
  .footer  .footer-title ul li span{
    margin: 0 15px;
  }
  .footer  .footer-title p{
	    font-size: 26px;
    color: #fff;
    margin:  5px 0;
  }
  @media screen and (max-width:768px){
    .footer{
        position: relative;
    }
    .footer .gl ul{
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        
    }
    .footer .gl{
        padding: 20px 10px;
    }
    .footer .gl ul li{
        width: 170px;
        margin-bottom: 10px;
    }
    .footer .footertext{
        width: 100%;
        position: relative;
        padding-bottom:110px;
    }
    .dzjg{
        position: absolute;
        top: 67%;
        left: 20%;
    }
    .zfwz{
        position: absolute;
        top: 64%;
        left: 55%;
    }
    .footer-title{
        font-size: 14px;
    }
    .footer .gl ul li a{
      font-size: 16px;
    }
    .footer .footer-title ul{
      font-size: 16px;
      display: flex;
    }
    .footer .footer-title p{
      font-size: 16px;
    }
  }