/* .header {
  background: url("../img/logo.png") no-repeat left center;
} */

.fwBg {
  background: url("../img/bgline.jpg") repeat-x;
  /* background-size: 1px 100%; */
}

#phone {
  background: url("../img/phone.png") no-repeat left center;
  background-size: 20px;
}

#address {
  background: url("../img/address.png") no-repeat left center;
  background-size: 20px;
}

#email {
  background: url("../img/email.png") no-repeat left center;
  background-size: 20px;
}

.sjTitle {
  background: url(../img/sjicon.png) no-repeat left center;
}

.bsjTitle {
  background: url("../img/bsj.png") no-repeat left center;
}

.jgOne {
  width: 100%;
  height: 420px;
  background: url("../img/two_bj_l.png") left bottom no-repeat;
}

.jgOnes {
  width: 100%;
  height: 100%;
  background: url("../img/two_bj_r.png") right top no-repeat;
}

#jcTwo1 {
  background: url("../img/two_yycj_zhdd.png") no-repeat left center;
  background-size: 100% 100%;
}

#jcTwo2 {
  background: url("../img/two_yycj_njgl.png") no-repeat left center;
  background-size: 100% 100%;
}

#jcTwo3 {
  background: url("../img/two_yycj_jsgl.png") no-repeat left center;
  background-size: 100% 100%;
}

#jcTwo4 {
  background: url("../img/two_yycj_zbzy.png") no-repeat left center;
  background-size: 100% 100%;
}

#jcF1 {
  background: url("../img/two_sd_glxt.png") no-repeat left center;
  background-size: 100% 100%;
}

#jcF2 {
  background: url("../img/two_sd_bzxt.png") no-repeat left center;
  background-size: 100% 100%;
}

#jcF3 {
  background: url("../img/two_sd_zyxt.png") no-repeat left center;
  background-size: 100% 100%;
}

#jcF4 {
  background: url("../img/two_sd_btxt.png") no-repeat left center;
  background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
  #phone {
    background: url("../img/phone.png") no-repeat left center;
    background-size: .28rem;
  }

  #address {
    background: url("../img/address.png") no-repeat left center;
    background-size: .28rem;
  }

  #email {
    background: url("../img/email.png") no-repeat left center;
    background-size: .28rem;
  }

/*   .header {
    background: url("../img/logo.png") #f1f1f1 no-repeat 5.5rem center;
    background-size: 1.5rem;
  } */

  .header_menu {
    background: url("../img/headerMenu.png") no-repeat center center;
    background-size: .33rem;
  }

  .sjTitle {
    background: url(../img/sjicon.png) no-repeat left center;
    background-size: .26rem;
  }

  .bsjTitle {
    background: url("../img/bsj.png") no-repeat left center;
    background-size: .27rem;
  }
}