
body {
  background-color: #fff;
  margin: 0;
}
.cooperative {
  background: #FFFFFF;
}
.footer {
  background: #15192B;
}

.footer-container,.cooperative-container{
  width: 1200px;
  margin: 0 auto;
}

.cooperative-content{
  display: flex;
  flex-wrap: wrap;
  padding-bottom:40px;
  width: 990px;
  margin: 0 auto;
}

.cooperative-content :nth-child(4n){
  margin-right: 0;
}

.cooperative-card{
  margin-right: 10px;
  margin-bottom: 20px;
}

.cooperative-img{
  width: 240px;
  height: 126px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing:border-box;
}

.cooperative-img img{
  width: 240px;
  height: 126px;
}

.cooperative-des{
  font-size: 16px;
  font-family: PingFang SC;
  text-align: center;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
}

.footer-container{
  display: flex;
  align-items: center;
}

.footer-logo {
  width: 81px;
  height: 87px;
  background-image: url(../images/footlogo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-content{
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 0;
}

.footer-content>div{
  width: 100%;
}

.footer-content ul,
.footer-content li {
  padding: 0;
  margin: 0;
}

.footer-content ul {
  list-style: none;
  width: 100%;
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  /* height: 54px; */
  margin-bottom: 28px;
  justify-content: center;
}

.footer-content ul :last-child{
  border-right: none;
}

.footer-content li {
  float: left;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  /* padding: 0 26px; */
  border-right: 1px solid #fff;
  width: 160px;
  text-align: center;
}

.footer-content li a {
  color: #ffffff;
}

.copy-right {
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7E849E;
  /* line-height: 54px; */
  margin-bottom: 20px;
}

.copy-right a{
  color: #7E849E;
}

.foot-tip{
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7E849E;
}

.weixin-pic{
  margin-left: 100px;
}
.weixin-pic img{
  width: 80px;
}