html{width: 100%;overflow-x: hidden;}
body {
  width: 100%;
  overflow: hidden;
  background: url("mainbg_20191120.png") top center no-repeat;
}
.searchbox {
  width: 610px;
  height: 40px;
  margin: 0 auto;
  margin-top: 235px;
  border-radius: 5px;
  overflow-x: hidden;
  position: relative;
}
.searchbox .searchtext {
  width: 520px;
  height: 100%;
  border: 0px;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 14px;
}
.searchbox .placeholder {
  position: absolute;
  font-size: 14px;
  color: #999;
  line-height: 40px;
}
.searchbox img {
  position: absolute;
  top: 12px;
  left: 10px;
}
.searchbox .searchbut {
  width: 90px;
  height: 100%;
  background-color: #ec383d;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  border: 0px;
}
.lmlist {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.lmlist a {
  display: inline-block;
  width: 150px;
  height: 45px;
  background-color: #035fb8;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  margin-left: 19px;
  margin-top: 20px;
  border-radius: 5px;
}
.lmlist img {
  position: absolute;
  top: 0;
  right: -167px;
}
.inform {
  width: 1200px;
  height: 290px;
  margin: 0 auto;
  margin-top: 17px;
  background-color: #fff;
  border-radius: 5px;
}
.inform img {
  float: left;
  margin-top: 35px;
  margin-left: 18px;
  margin-right: 44px;
}
.inform .inlistpc {
  width: 570px !important;
  float: left !important;
}
.inform .inlistpc111 {
    width: 570px !important;
    float: right !important;
  }
.inform ul li {
  font-size: 18px;
  line-height: 40px;
  list-style: disc;
  color: #bababa;
}
.inform ul li a {
  color: #373737;
}
.inform ul li span {
  float: right;
  margin-right: 50px;
  color: #373737;
}
.wyzzc {
  width: 1200px;
  height: 195px;
  margin: 0 auto;
  margin-top: 61px;
  background-color: #9ae0df;
  position: relative;
  border-radius: 5px;
}
.wyzzc .mainpic {
  position: absolute;
  left: 42px;
  top: -45px;
}
.wyzzc .Iam,
.wyzzc .Ifind {
  width: 322px;
  height: 160px;
  background: url("wyzzcbg_20191121.png") no-repeat;
  position: absolute;
}
.wyzzc .Iam div,
.wyzzc .Ifind div {
  width: 163px;
  height: 105px;
  float: right;
  background-color: #fff;
  margin-top: 23px;
  margin-right: 44px;
}
.wyzzc .Iam div img,
.wyzzc .Ifind div img {
  display: block;
  margin: 0 auto;
  margin-top: 6px ;
  margin-bottom: 6px;
}
.wyzzc .Iam ul li,
.wyzzc .Ifind ul li {
  width: 100%;
  line-height: 30px;
  height:30px;
  text-align: center;
  font-size: 14px;
}

.wyzzc .Iam .select,
.wyzzc .Ifind .select {
  background-color: #eaeaea;
}
.wyzzc .Iam {
  top: 19px;
  left: 345px;
}
.wyzzc .am {
  margin-top: 56px;
  margin-left: 28px;
}
.wyzzc .Ifind {
  top: 19px;
  right: 183px;
}
.wyzzc .find {
  margin-top: 56px;
  margin-left: 28px;
}
.wyzzc button {
  float: right;
  background-color: #ff9600;
  width: 121px;
  height: 37px;
  margin-top: 74px;
  margin-right: 29px;
  border: 0px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
}
.wyzzc button img {
  margin-top: -5px;
  margin-left: -10px;
}
.linkicons {
  width: 1200px;
  height: 95px;
  margin: 0 auto;
  margin-top: 61px;
  margin-bottom: 20px;
}
.linkicons a {
  float: left;
  width: 286px;
  height: 94px;
  font-size: 24px;
  line-height: 94px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.linkicons .a1,
.linkicons .a2,
.linkicons .a3 {
  margin-right: 15px;
}
#scrollDiv
	{
  margin-top:0px;
  margin-right: 0px;
	height: 60px;
	overflow: hidden;
  }
  #scrollDiv li{
    height: 30px;
    line-height: 30px;
  }
  #scrollDiv2
	{
  margin-top:0px;
  margin-right: 0px;
	height: 60px;
	overflow: hidden;
  }
  #scrollDiv2 li{
    height: 30px;
    line-height: 30px;
  }
  .header{display: none;width: 100%;}
  .lmlist .listphone{display: none;}
  .informphone{display: none;}
  .inlistphone{display: none;}
  @media screen and (max-width:480px) {

    .lmlist img {
        display: none
    }
   
    body{
        background: #e9f7ff;
        }
    .header{display: block;}
    .header img{width: 100%;}
    .banq{display: none;}
    .searchbox{margin-top: 20px;width: 90%;}
    .searchbox .searchtext{width: 80%;}
    .searchbox .searchbut {
      width: 15%;}
    .lmlist{width: 100%;height: auto;}
    .lmlist .listphone{display: block;padding-bottom: 20px;}
    .lmlist .listpc{display: none;}
    .lmlist a{width: 27%;}
    .informphone{display: block;}
    .informphone img{display:block;width: 95%;margin:0 auto;float: inherit;padding-top: 10px;}
    .informpc{display: none;}
    .inform{width: 100%;height: auto;}
    .inform ul.inlistphone{width: 95%;margin: 0 auto;float: inherit;padding-top:10px;padding-bottom: 10px;}
    .inlistphone{display: block;}
    .inlistpc{display: none;}
    .mainpic{display: none;}
    .wyzzc{width: 100%;height: auto;margin-top: 20px;padding-top: 10px;padding-bottom: 20px;}
    .wyzzc .Iam, .wyzzc .Ifind {
      width: 322px;
      height: 160px;
      background: url(wyzzcbg_20191121.png) no-repeat;
      position: initial;
      margin:0 auto;
      margin-top: 20px;
  }
  .wyzzc button{float:inherit;margin:0 auto;display: block;margin-top: 20px;}
  .linkicons{width: 100%;height: auto;}
  .linkicons a{width: 42%;}
  .linkicons a img{width: 100%;}
}