body{
  padding: 0;
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style-type: none;
}
.pcTopStyle{
  display: block;
}
.mobileTopStyle{
  display: none;
}
.pcTopStyle-content {
  height: 40px;
  margin: 0 auto;
  width: 980px;
}
/*pc椤堕儴 宸︿晶鍐呭*/
.pcTopStyle-left {
  float: left;
  width: 500px;
}
.pcTopStyle-left>a{
  text-decoration: none;
}
.pcTopStyle-left>a {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  color: #333;
  font-size: 12px;
}
.pcTopStyle-left>a:hover{
  color:orange;
  text-decoration:underline;
}
.pcTopStyle-left .pcTopStyle-leftLogo {
  background: rgba(0, 0, 0, 0) undefined no-repeat scroll 0 0;
  height: 28px;
  line-height: 28px;
  margin-right: 0;
  text-indent: -9999px;
  width: 20px;
}
/*pc椤堕儴 鍙充晶鍐呭*/
.pcTopStyle-right {
  float: right;
  width: 300px;
  overflow: hidden;
}
.pcTopStyle-right>li {
  float: right;
  margin-left: 10px;
}
.pcTopStyle-right>.pcTopStyle-right-one>a{
  background: rgba(0, 0, 0, 0) undefined no-repeat scroll 0 -133px;
  display: block;
  height: 13px;
  margin-top: 14px;
  text-indent: -9999px;
  width: 13px;
}
.pcTopStyle-right>.pcTopStyle-right-two>a{
  background: rgba(0, 0, 0, 0) undefined no-repeat scroll 0 -94px;
  display: block;
  height: 12px;
  margin-top: 14px;
  text-indent: -9999px;
  width: 14px;
}
.pcTopStyle-right>.pcTopStyle-right-three>a{
  background: rgba(0, 0, 0, 0) undefined no-repeat scroll 0 -54px;
  display: block;
  height: 12px;
  margin-top: 15px;
  text-indent: -9999px;
  width: 16px;
}
.pcTopStyle-right-one>a:hover{
  background-position: -13px -133px;
}
.pcTopStyle-right-two>a:hover{
  background-position: -14px -94px;
}
.pcTopStyle-right-three>a:hover{
  background-position: -16px -54px;
}
/*pc搴曢儴 鏍峰紡*/
.pcFootStyle {
  display: block;
  background-color: #4c79ba;
  padding: 5px 0;
  width: 100%;
}
.pcFootStyle-content {
  padding: 24px 0 16px;
}
.pcFootStyle-ul {
  height: 20px;
  width: 425px;
  margin: 0 auto;
  overflow: hidden;
}
.pcFootStyle-ul>li{
  border-right: 1px solid #fff;
  float: left;
  height: 14px;
  line-height: 14px;
  text-align: center;
  width: 70px;
}
.pcFootStyle-ul>li:last-child{
  border: none;
}
.pcFootStyle-ul>li>a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
position: relative;
  top: -3px;
}
.pcFootStyle-ul>li>a:hover{
  text-decoration: underline;
}
.pcFootStyle-content p {
  color: #fff;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0;
}
.mobileFootStyle{
  display: none;
}
@media (max-width: 1000px) {
  .pcTopStyle{
      display: none;
  }
  .mobileTopStyle{
      display: block;
  }
  .mobileTopStyle {
      padding-left: 14px;
  }
  .mobileTopStyle-img {
      display: inline-block;
      height: 2rem;
      margin: 0.5rem 0;
  }
  .mobileTopStyle-img>img {
      height: 100%;
      display: block;
  }
  .pcFootStyle{
      display: none;
  }
  .mobileFootStyle{
      display: block;
  }
  .mobileFootStyle {
      font-size: 14px;
      margin-bottom: 24px;
      margin-top: 24px;
      text-align: center;
  }
}