.header {
  margin-left: 120px;
  margin-right: 120px;
  height: 60px;
  padding: 1px 0;
  box-sizing: border-box;
}

.header .wrapper {
  display: flex;
  justify-content: space-between;
}

.header-left {
  display: flex;
}

.header-left .logo-label {
  margin: 11px 20px 8px;
  line-height: 47px;
  padding-left: 12px;
  border-left: 2px solid #c3d4e4;
}

.header-right {
  display: flex;
  margin-top: 3px;
}

.header-right .search-box {
  width: 315px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  background: #e0e0e0;
  margin-top: 6px;
  position: relative;
}

.header-right .search-box .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/chuangyikongjianICON_fuzhi-.png') 0 0 no-repeat;
  background-size: 16px;
  left: 24px;
  top: 16px;
}

.header-right .search-box input {
  width: 315px;
  padding-left: 20px;
  box-sizing: border-box;
  outline: none;
  margin-top: 12px;
  background: #e0e0e0;
}

.header-right .admin-login a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
  height: 40px;
  width: 95px;
  background: #1195fd;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  margin-top:10px;
}

.header-right .admin-login img,
.header-right .user-info img {
  height: 24px;
}

.header-right .user-info {
  display: flex;
  height: 62px;
  font-size: 12px;
  align-items: center;
  margin: 0 10px 0 20px;
}
.header-right .user-info .avator{
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #1195fd;
  padding: 4px;
  box-sizing: border-box;
  margin-right: 5px;
}
.header-right .user-logout img {
  height: 30px;
  margin-right: 5px;
}
.header-right .user-logout{
  height: 62px;
  font-size: 14px;
}

.header-right .user-logout a {
  margin-top: 19px;
  display: flex;
  align-items: center;
  color: #1195fd;
}
.banner {
  height: 150px;
  width: 100%;
}

    .banner .swiper-container {
        height: 150px;
        width: 100%;
    }

        .banner .swiper-container img {
            height: 150px;
            width: 100%;
        }

.banner .swiper-container .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}

.menu {
  background-image: linear-gradient(0deg, #057ad7 0%, #1195fe 100%);
}

.menu .wrapper {
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
}

.menu .menu-item {
  flex: 1;
  text-align: center;
}

.menu .menu-item a {
  display: block;
  color: #fff;
  padding: 16px 0 15px;
  font-size: 20px;
}

.menu .menu-item span {
  line-height: 29px;
  display: block;
}

.menu .menu-item:not(.special) span {
  border-left: 1px solid #fff;
}

.menu .menu-item.active {
  background-image: linear-gradient(0deg, #faa315 0%, #ffd967 100%);
  margin-right: -1px;
}

.menu .menu-item.active span,
.menu .menu-item.active+.menu-item span {
  border-left-color: transparent;
}