* {
  margin: 0;
  padding: 0;
}

.advantage-wrapper .banner {
  width: 100%;
  height: 900px;
  background-image: url("../img/advantage-img/profession-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.advantage-wrapper .banner div {
  font-size: 50px;
  font-weight: bold;
  color: white;
  line-height: 160%;
}

.page_w {
  max-width: 1600px;
  width: 84%;
  margin: 0 auto;
}

.main-advantage{
  padding-top: 5%;
}
.main-advantage-width{
  width: 72%;
  margin: 0 auto;
}
.advantage-wrapper .main-advantage .advantage-title {
  text-align: center;
  white-space: nowrap;
}

.advantage-wrapper .main-advantage .advantage-title .title {
  font-size: 24px;
  font-weight: bold;
}

.advantage-wrapper .main-advantage .advantage-title .icon {
  width: 50px;
  height: 2px;
  background-color: #eea05d;
  margin: 20px auto;
}

.advantage-wrapper .main-advantage .advantage-desc {
  box-sizing: border-box;
  text-align: center;
  line-height: 200%;
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  margin-top: 3%;
}

.advantage-wrapper .main-advantage .advantage-list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.advantage-wrapper .main-advantage .advantage-list li {
  height: inherit;
  margin: 0 auto;
}



.advantage-wrapper .main-advantage .advantage-list li .main-list li {
  height: 250px;
  text-align: center;
  margin-bottom: 100px;
}

.advantage-wrapper .main-advantage .advantage-list li .main-list li:last-child {
  margin-bottom: 0px;
}

.advantage-wrapper .main-advantage .advantage-list li .main-list li p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.advantage-wrapper .main-advantage .advantage-list .line {
  width:1px;
  height: inherit;
  background-color: #dcdddd;
}


.equipment .equip-title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.equipment .equip-title .icon {
  width: 50px;
  height: 2px;
  background-color: #b96136;
  margin: 20px auto;
}

.equipment .equip-content {
  width: 947px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  position: relative;
}

.equipment .equip-content ul li.on{
  color: #b96136
}

.equipment .equip-content .decorate-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
   top: 20px;
}

.equip-content ul{
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
}
.equip-content ul li:hover{
  color: #b96136
}
.equip-content ul li{
  position: absolute;
  cursor: pointer;
  white-space: nowrap;
}
.equip-content ul li:first-child{
  right: 91%;
  top: 8.5%;
}
.equip-content ul li:nth-child(2){
  left: 102%;
  top: 42.5%;
}

.equip-content ul li:nth-child(3){
  left: 96%;
  top: 77%;
}
.equip-content ul li:nth-child(4){
  left: 50%;
  bottom: -9%;
  transform: translateX(-50%);
}
.equip-content ul li:nth-child(5){
  right: 96%;
  top: 77%;
}
.equip-content ul li:nth-child(6){
  right: 102%;
  top: 42.5%;
}
.equip-content ul li:nth-child(7){
  left: 92%;
  top: 8.5%;
}

.equipment {
  width: 100%;
  background-image: url("../img/advantage-img/equipment.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 200px;
  padding: 200px 0px;
  box-sizing: border-box;
}
.equip-img img{
  width: 100%;
}
.equip-img{
  width: 947px;
  height: 566px;
}

.equipment .equip-content .decorate-circle img {
  max-width: 200%;
  min-width: 100%;
  min-height: 100%;
}

.instrument {
  padding-top: 6% ;
  box-sizing: border-box;
}

.instrument .instrument-title {
  text-align: center;
}

.instrument .instrument-title .title {
  font-size: 24px;
  font-weight: bold;
}

.instrument .instrument-title .icon {
  width: 60px;
  height: 2px;
  background-color: #ed9d58;
  margin: 20px auto;
}

.instrument .instument-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 50px;
}

.instrument .instument-list li {
  width: 32%;
  margin-bottom: 2%;
  transition: all 1s;
}

.instrument .instument-list li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.instrument .instument-list li img {
  width: 100%;
}

.honor{
  padding-top: 6%;
}
.honor .honor-title {
  text-align: center;
  white-space: nowrap;
}

.honor .honor-title .title {
  font-size: 24px;
  font-weight: bold;
}

.honor .honor-title .icon {
  width: 50px;
  height: 2px;
  background-color: #efa86a;
  margin: 20px auto;
}

.honor .swiper {
  position: relative;
  margin: 100px auto;
}

.honor .swiper .swiper-slide {
  width: 320px;
  /* background: #fff; */
  /* box-shadow: 0 4px 15px #ddd; */
}

.honor .swiper .swiper-slide img {
  width: 100%;
  display: block;
}

.honor .swiper .swiper-slide .title{
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  /* background: #fff; */
  /* box-shadow: 0 4px 15px #ddd; */
}
.honor .swiper .arrow{
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  transform: translateY(-1px);
  position: absolute;
  top: 50%;
  z-index: 111;
  transform: translateY(-50%);
}

.honor .swiper .arrow .next,.honor .swiper .arrow .pre{
    height: 46px;
    width: 50px;
    box-sizing: border-box;
    background-color: #2c1782;
    transform: skewX(-14deg);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor .swiper .arrow .next:hover,.honor .swiper .arrow .pre:hover{
  background-color: #e7791a;
}


.swiper .arrow .next{
  transform:translateX(-12px)  translateY(100%) skewX(-14deg) ;
}
.swiper .arrow .next i{
display: inline-block;
width: 16px;
height: 16px;
background-color: transparent; 
border-color: #fff;
border-style: solid;
border-width: 2px 2px 0 0;
margin:1px auto;
transform:skewX(14deg)  rotate(45deg);
}

.swiper .arrow .pre i{
display: inline-block;
width: 16px;
height: 16px;
background-color: transparent; 
border-color: #fff;
border-style: solid;
border-width: 2px 2px 0 0;
margin:1px auto;
transform:skewX(14deg) rotate(225deg);
}

@media (max-width: 1400px){
    .equipment .equip-content{
       width: 757.6px;
    }
    .equip-img{
      width: 757.6px;
      height: 452.8px;
    }
    .equipment .equip-content .decorate-circle{
      width:400px;
      height: 400px;
    }
}




@media screen and (max-width:768px){
  .advantage-wrapper .main-advantage .advantage-list .line{
    display: none;
  }
  .advantage-wrapper .main-advantage .advantage-list li .main-list li p{
    line-height: 1.5;
    font-size: 14px;
  }
  .advantage-wrapper .main-advantage .advantage-list li .main-list li{
    margin-bottom: 0;
    width: 49%;
  }
  .advantage-wrapper .main-advantage .advantage-list{
    margin-top: 6%;
    display: block;
  }
  .advantage-wrapper .banner{
    height: 300px;
  }
  .advantage-wrapper .banner div{
     font-size: 16px;
  }
  .main-advantage-width{
    width: 92%;
  }
  .advantage-wrapper .main-advantage .advantage-desc{
    font-size: 14px;
    width: 100%;
  }
  .advantage-wrapper .main-advantage .advantage-title .title{
    font-size: 20px;
  }
  .instrument .instrument-title .title{
    font-size: 20px;
  }
  .honor .swiper{
    margin-top: 6%;
  }
  .instrument .instument-list li:not(:nth-child(3n)){
    margin-right: 0;
  }
  .instrument .instument-list li{
    width: 49%;
  }
  .instrument .instument-list{
    margin-top: 6%;
    justify-content: space-between;
  }
  .honor .swiper .arrow .next, .honor .swiper .arrow .pre{
    display: none;
  }
  .equipment{
    display: none;
  }
  .honor .honor-title .title{
    font-size: 20px;
  }
  .main-list{
    display: flex;
  }
}