@media only screen and (max-width: 1199px) {
  /*通用*/
  .inner, .links{
    width: 100% !important;
  }
  body{
    background: url(bg_phone.jpg) no-repeat center top #fff !important;
  }
  #barrierfree_container{
    background: none;
  }
  /*主体部分开始*/
  .container{
    width: 100%;
    max-width: none;
    min-width: auto;
    margin: 0 auto;
    background: #fff;
    min-height: 8rem;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    border: none;
  }
  .lmy_dqwz_box{
    display: none;
    height: 5.625rem;
  }
  .lmy_dqwz_wz{
    padding-left: 4.5rem;
    background: url(wz_icon.png) left center no-repeat;
    line-height: 4.5rem;
    font-size: 1.875rem;
    background-size: 15%;
  }
  .lmy_dqwz_box table{
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.875rem;
  }
  .lmy_dqwz_box table a{
    font-size: 1.875rem;
  }
  .wzdt_list_box {
    width: 100%;
    min-height: 5rem;
  }
  .par_tit {
    width: 50%;
    margin: 0 auto;
    height: 4rem;
    line-height: 4rem;
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-top: 2.5rem;
  }
  .par_tit:before {
    content: "";
    width: 4.5rem;
    height: 1px;
    background: #3366CC;
    position: absolute;
    right: 0;
    top: 2.25rem;
  }
  .par_tit:after {
    content: "";
    width: 4.5rem;
    height: 1px;
    background: #3366CC;
    position: absolute;
    left: 0;
    top: 2.25rem;
  }
  .first_list {
    width: 100%;
    margin-top: 2.5rem;
  }
  .first_list li {
    float: left;
    width: 48%;
    height: 7.5rem;
    line-height: 7.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .first_list li:nth-child(2n){
    margin-left: 4%;
  }
  .first_list li.cc_tit{
    width: 100%;
    height: auto;
    padding: 1rem;
    line-height: 4.5rem;
  }
  /*主体部分结束*/
}


@media only screen and (max-width: 768px) {
  /*通用*/
  .inner, .links{
    width: 100% !important;
  }
  body{
    background: url(bg_phone.jpg) no-repeat center top #fff !important;
  }
  #barrierfree_container{
    background: none;
  }
  /*主体部分开始*/
  .container{
    width: 100%;
    max-width: none;
    min-width: auto;
    margin: 0 auto;
    background: #fff;
    min-height: 8rem;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    border: none;
  }
  .lmy_dqwz_box{
    display: none;
    height: 5.625rem;
  }
  .lmy_dqwz_wz{
    padding-left: 4.5rem;
    background: url(wz_icon.png) left center no-repeat;
    line-height: 4.5rem;
    font-size: 1.875rem;
    background-size: 15%;
  }
  .lmy_dqwz_box table{
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.875rem;
  }
  .lmy_dqwz_box table a{
    font-size: 1.875rem;
  }
  .wzdt_list_box {
    width: 100%;
    min-height: 5rem;
  }
  .par_tit {
    width: 100%;
    margin: 0 auto;
    height: 4rem;
    line-height: 4rem;
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-top: 2.5rem;
  }
  .par_tit:before {
    content: "";
    width: 4.5rem;
    height: 1px;
    background: #3366CC;
    position: absolute;
    right: 0;
    top: 2.25rem;
  }
  .par_tit:after {
    content: "";
    width: 4.5rem;
    height: 1px;
    background: #3366CC;
    position: absolute;
    left: 0;
    top: 2.25rem;
  }
  .first_list {
    width: 100%;
    margin-top: 2.5rem;
  }
  .first_list li {
    float: left;
    width: 100%;
    height: 7.5rem;
    line-height: 7.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .first_list li:nth-child(2n){
    margin-left: 0;
  }
  .first_list li.cc_tit{
    width: 100%;
    height: auto;
    padding: 1rem;
    line-height: 4.5rem;
  }
  /*主体部分结束*/
}
