* {
  margin: 0;
  padding: 0;
  font-family: 'microsoft yahei';
}
html,
body {
  width: 100%;
  min-width: 1366px;
  background: white;
}
.header {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.header h1 {
  height: 100px;
  text-align: left;
  margin-top: 40px;
  position: relative;
  top: 0;
  left: 0;
}
.header h1 .loginBtn {
  display: none;
  float: right;
  width: 60px;
  height: 25px;
  font-size: 14px;
  color: white;
  background: #008080;
  margin: 0px 10px;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  border-radius: 6px;
}
.header h1 .myInfo {
  float: right;
  height: 25px;
  font-size: 14px;
  color: black;
  margin: 10px 10px;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  border-radius: 6px;
}
.header h1 .myInfo span {
  font-size: 18px;
  color: #00A692;
  text-decoration: underline;
}
.header h1 .loginOut {
  display: none;
  float: right;
  height: 25px;
  font-size: 14px;
  margin: 5px 10px;
  text-align: center;
  color: #E28A8F;
  line-height: 35px;
  border-radius: 6px;
}
.header h1 .search {
  width: 500px;
  height: 90px;
  margin-top: -100px;
  margin-left: 400px;
}
.header h1 .search #search0 {
  width: 350px;
  height: 30px;
  outline: none;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: left;
  color: black;
  text-indent: 1em;
}
.header h1 .search #search1 {
  width: 80px;
  height: 35px;
  outline: none;
  border-radius: 5px;
  text-align: left;
  color: white;
  background: #0061ae;
  text-align: center;
  border: none;
  cursor: pointer;
}
.header h1 .topQRcode {
  display:none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.B {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}
.footer {
  padding-top: 20px;
  width: 100%;
  height: 300px;
  background: #717171;
  color: white;
  position: relative;
  top: 0;
  left: 0;
}
.footer .footerBox {
  float: left;
  width: 27%;
  height: 270px;
  text-align: left;
}
.footer .footerBox h6 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-bottom: 10px;
}
.footer .footerBox p {
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  padding-right: 40px;
  font-size: 14px;
}
.footer .footerBox p a {
  color: white;
  text-decoration: none;
}
.footer .footerBoxl1 {
  width: 15%;
}
.footer .footerBoxl2 {
  width: 15%;
}
.footer .footerBox-a {
  width: 1100px;
  height: 40px;
  color: white;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -550px;
}
.footer .footerBox-a a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.footer .footerImg1 {
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
