* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  min-width: 1020px;
  color: #565656;
}

a {
  color: #565656;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.wrapper {
  width: 1020px;
  margin: 0 auto;
}

.clearbox {
  overflow: hidden;
}

.site-header {
  height: 120px;
  background-color: #fff;
}

.site-header .top-title {
  float: left;
  line-height: 36px;
  font-size: 14px;
}

.site-header .top-info {
  float: right;
  line-height: 36px;
  font-size: 14px;
}

.site-header .top-info span {
  margin-left: 20px;
}
.top-info-mobile {
  display: none;
}

.site-header .logo-header {
  float: left;
  width: 245px;
  height: 77px;
}

.site-header .logo-header img {
  display: block;
  /* height: 60px; */
  width: 200px;
  border: none;
  cursor: pointer;
  margin-top: 14px;
}

.site-header .site-navigation {
  float: right;
}

.site-header .site-navigation p {
  float: left;
  font-size: 16px;
  line-height: 77px;
}

.site-header .site-navigation p a {
  color: #565656;
  text-decoration: none;
}

.site-header .site-navigation p:not(:last-child) {
  margin-right: 40px;
}

.site-header .site-navigation .site-navigation-active a {
  color: #cc4bed !important;
}

.menu-wrap {
  display: none;
}

.site-footer-top {
  background-color: #3e454c;
  padding: 30px 0;
}

.site-footer-top-l {
  float: left;
  padding-top: 30px;
}
.site-footer-top-l p {
  overflow: hidden;
  margin-bottom: 15px;
}

.site-footer-top-l p span {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  line-height: 24px;
}

.site-footer-top-l p span a {
  color: #9b9b9b;
}

.site-footer-top-l p span:first-child {
  font-weight: bold;
  font-size: 18px;
}

.site-footer-top-r {
  float: right;
}

.site-footer-top-r img {
  display: block;
  width: 138px;
  height: 138px;
}

.site-footer-bottom {
  color: #888;
  background-color: #373c42;
  padding: 25px 0;
  font-size: 12px;
}

.site-footer-bottom p:first-child {
  float: left;
}

.site-footer-bottom p:last-child {
  float: right;
}

.site-footer-bottom p a {
  color: #888;
}
