* {
  margin: 0;
  padding: 0;
}

body,
html {
  background: #fff;
  font-family: Microsoft YaHei;
}

ul,
li {
  list-style: none;
}
a{
  text-decoration: none;
}
.container {
  min-width: 1200px;
}

.content {
  width: 1200px;
  margin: 0 auto;
}
/* 头部 */
.header {
  height: 96px;
  line-height: 96px;
  padding: 0 100px;
  overflow: hidden;
}

.logo-box {
  height: 50px;
  width: 150px;
  margin-top: 25px;
  background: url(../image/logo.png) no-repeat;
  background-size: 150px 50px;
  float: left;
}
.menu {
  float: right;
}
.menu li {
  float: left;
  padding-right: 50px;
}
.menu li a {
  color: #5D5D63;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 8px;
}

.menu li:hover a,
.menu li.active a {
  color: #8B4B9F;
}

.menu li.active a {
  border-bottom: 3px solid #8B4B9F;
}

/* 标题 */
.common-title {
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

.common-title:after {
  content: "";
  display: inline-block;
  width: 97px;
  height: 2px;
  margin: 35px auto 0;
  background: #E1E5E1;
}

.common-title .title-black {
  font-size: 36px;
  font-family: 'SimHei';
  color: #232323;
  line-height: 29px;
  letter-spacing: 2px;
}

.common-title .title-grey {
  font-size: 34px;
  color: #232323;
  line-height: 29px;
  opacity: 0.17;
  margin-top: -14px;
}
/* 底部 */
.bottom{
  /* position: fixed;
  bottom: 0;
  left: 0;
  right: 0; */
  background: #363636;
}
.bottom .content{
    padding: 90px 0 0;
}
.bottom-box{
  display: flex;
  padding-bottom: 50px;
}
.bottom-box-item{
  flex: 1;
  text-align: left;
  color: #fff;
  font-size: 14px;
  color: #FFFFFF;
}
.bottom-box-item a{
  color: #fff;
}
.bottom-box-item a:hover{
  text-decoration: underline;
}
.bottom-box-item a img{
  vertical-align: bottom;
}
.bottom-box-title{
  font-size: 17px;
  font-family: 'SimHei';
  color: #F0C235;
  line-height: 29px;
}
.bottom-box-text{
  line-height: 29px; 
}
.bottom-img-box{
  float: right;
  width: 145px;
  height: 145px;
}
.bottom-code{
  width: 145px;
  height: 145px; 
}