.advantage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  padding-bottom: 0;
}

.advantageTop {
  width: 80%;
  color: #666666;
}

.advanImg {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

.advanImg>img {
  width: 100%;
}


.advantageTop>p {
  margin-top: 25px;
  line-height: 25px;
}

.advantageBut {
  width: 100%;
  margin-top: 150px;
}

.advantageBut>li {
    width: 80%;
    margin-left: 10%;
  display: flex;
}

.liLefta {
  width: 50%;
  overflow: hidden;
}

.liLefta>img {
  width: 100%;
  transition: all 0.5s;
}

.liLefta>img:hover {
  transform: scale(1.05);
}

.liRight {
  width: 32%;
  padding-left: 8%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  background: #f7f7f7;
}

.lirighta {
  padding-right: 8% !important;
  padding-left: 10% !important;
}

.liRight>p {
  line-height: 40px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 4;*/
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.tititui {
  margin-top: 30px;
}

.advantageZuan {
  width: 80%;
  margin-top: 80px;
}

.adCon {
  width: 100%;
}

.adCon>img {
  width: 80%;
}


.uiuiuii {
  flex-direction: column !important;
  height: auto !important;
  width: 0%;
  padding: 0 10%;
  display: none !important;
  background: #414e64;
  color: white;
  overflow: hidden;
}

.uiuiuii>li {
  padding-left: 20px;
  height: 50px !important;
  /* display: flex; */
  align-items: center;
  display: none;
}

.uiuiuii>li:hover {
  background: #0015ff;
}

.sanaa {
  height: 60px;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .advantageBut>li{
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .advantageBut{
    margin-top: 0 !important;
  }
  .liLefta{
    width: 90%;
    height: 300px;
    overflow: hidden;
    margin: 50px 0;
    margin-left: 5%;
    display: flex;
    order: 1;
  }
  .liRight{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 99;
  }
}




@media (max-width: 800px) {
.navdao{
    height: 60px !important;
}
  .navigation {
    display: none !important;
  }

  .navdao {
    top: unset !important;
  }
  .uiuiuii {
    width: 80% !important;
    display: flex !important;
  }
}