.company {
  margin-top: 100px;
}
/* banner图 */
.banner {
  width: 100%;
  height: auto;
  max-height: 500px;
}
/* 合作优势 */
.coo-list {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coo-list .coo-item {
  width: 220px;
  background-image: url('../img/company/u2.png');
  background-position: 0 0;
  background-size: 100% 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coo-item .c-i-title {
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bolder;
  color: #ff9a00;
}
.coo-item .c-i-desc{
  padding: 20px 35px;
}
.coo-item {
  font-size: 18px;
  color: #808080;
}
/* 合作支持 */
.support {
  margin-top: 60px;
  width: 100%;
  background-color: #fcc97a;
}
.sup-content {
  /*margin: 20px auto 0;*/
  padding-bottom: 20px;
}
.sup-item {
  width: 358px;
  margin: 0 auto 50px auto;
}
.sup-content .s-i-t-img {
  width: 346px;
  height: 346px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #fff;
}
.s-i-title {
  width: 270px;
  height: 78px;
  line-height: 60px;
  text-align: center;
  font-size: 32px;
  font-weight: bolder;
  color: #ff9a00;
  background-image: url('../img/company/u3.png');
  background-position: center 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 42px auto 22px auto;
}
.s-i-desc {
  width: 100%;
  font-size: 18px;
  color: #fff;
}
/* 合作流程 */
.process {
  width: 100%;
  background-position: 0 0;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.process img{
  max-width: 100%;
}
@media screen and (max-width: 1400px) {

  .lkh-container-lang{
    display: none;
  }
  .lkh-container-small{
    display: block;
  }

  .lkh-container-small .coo-list{
    justify-content: center;
  }
  .lkh-container-small .coo-list:first-child{
    margin-bottom: 40px;
  }
  .lkh-container-small .coo-item:not(:nth-child(3n)){
    margin-right: 52px;
  }
}
@media screen and (min-width: 1400px) {
  .lkh-container-lang{
    display: block;
  }
  .lkh-container-small{
    display: none;
  }
}