body {
  background: #333;
  font-family: "MicrosoftYaHei";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  background-color: rgba(220, 20, 60, 0.2);
}
.header {
  background: #CC0000;
  height: 60px;
  width: 100%;
  line-height: 60px;
  color: #fff;
  position: relative;
  text-align: center;
}
.header h1 {
  text-align: center;
  font-size: 26px;
  display: inline-block;
  margin: 0 auto;
}
.header h1::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(img/logo.jpg) no-repeat 40% center;
  background-size: 48px 48px;
  border-radius: 50%;
  float: left;
  padding-top: 10px;
  padding-right: 24px;
}
.header .home {
  position: absolute;
  left: 10px;
  top: 0;
  color: #fff;
  font-size: 24px;
}
.main {
  width: 1000px;
  margin: 0 auto;
  min-height: 90vh;
}
.part {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  color: #333;
  display: inline-block;
}
.part:first-child {
  border-top: none;
  position: relative;
}
.part ul {
  list-style: none;
}
.part li {
  margin: 10px;
}
.part a {
  color: #000;
  font-size: 20px;
}
.part p {
  font-weight: bold;
}
.quanshang li {
  min-width: 50%;
  display: block;
  font-size: 18px;
}
.quanshang li p {
  display: inline-block;
}
.quanshang li b,
.quanshang li a {
  font-size: 18px;
  color: blue;
  font-weight: bold;
  vertical-align: top;
  padding-bottom: 1px;
  border-bottom: 1px solid blue;
  cursor: pointer;
}
.quanshang li b:hover,
.quanshang li a:hover {
  background-color: rgba(220, 20, 60, 0.2);
}
.contact {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
}
.contact .wx {
  background: green;
  padding: 10px;
  text-align: center;
  height: 210px;
}
.contact .qq {
  height: 210px;
  margin-left: 14px;
  background: #47c0f0;
  padding: 10px;
  text-align: center;
}
.contact img {
  width: 160px;
  height: 160px;
}
.contact p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.contact .logos {
  text-align: center;
  margin-top: 10px;
}
.contact .logos img {
  width: 50px;
  height: 50px;
  padding: 4px;
}
.liucheng li {
  display: block;
}
.footer {
  text-align: center;
  color: gray;
  line-height: 30px;
}
.footer a {
  font-size: 14px;
  color: #CC0000;
  padding: 8px;
  display: block;
}
.red {
  color: #CC0000 !important;
  font-weight: bold;
}
ol {
  list-style: disc;
  padding-left: 20px;
  font-weight: bold;
}
ol li {
  margin: 0px !important;
}
#jiaoge {
  position: absolute;
  right: 24px;
  top: 24px;
}
#jiaoge img {
  display: block;
  width: 300px;
  margin: 0;
}
#jiaoge p {
  font-size: 18px;
  text-align: center;
  color: #CC0000;
}
h4 img {
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}
.pink {
  color: orchid;
}
.green {
  color: green;
}
.block {
  display: block!important;
}
.block p {
  display: block!important;
}
.lh {
  background: #eebc5e;
  padding: 12px;
}
@media screen and (min-width: 801px) {
  .pc-right {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .lh {
    position: absolute;
    right: 250px;
    top: 20px;
  }
}
@media screen and (max-width: 800px) {
  body {
    background: #fff;
  }
  .header .home,
  .header h1 {
    font-size: 22px;
  }
  .main {
    width: 100%;
  }
  .part {
    margin-bottom: 0;
  }
  .pc-only {
    display: none;
  }
  #jiaoge {
    display: none;
  }
  .contact {
    display: none;
  }
  .intro img {
    width: 100% !important;
  }
}
.new {
  background-color: yellow;
  display: inline-block;
  font-size: 20px;
}
.part .link {
  color: blue;
  font-size: 20px;
  background-color: #fff;
}
.intro img {
  width: 450px;
  border: 4px solid #de9494;
  display: inline-block;
  vertical-align: top;
}
