body {
    background: #eff1f3;
}

.pub-back {
    position: absolute;
    z-index: 1;
    height: 870px;
    width: 100%;
    min-width: 1300px;
    /* background-image: url('../img/home-01.png'); */
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
  }
.pub-content {
    position: relative;
    z-index: 2;
}

.pub-top {
    padding: 40px 0 55px;
}

.pub-top div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pub-top div:nth-child(1)>a {
    margin-left: 10px;
}

.pub-top div:nth-child(1) span:nth-child(3) {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.pub-top div:nth-child(1) span:nth-child(3) a {
    width: 50px;
    height: 32px;
    line-height: 32px;
    background-color: rgb(241, 239, 239);
    text-align: center;
    font-size: 12px;
    color: #ff9000;
}

.pub-top div:nth-child(1) span:nth-child(3) a:nth-child(1) {
    color: #fff;
    background: #ff9000;
}

.pub-top div:nth-child(1) span:nth-child(1),
.pub-top div:nth-child(1) span:nth-child(2) {
    width: 152px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    margin-left: 10px;
    display: flex;
    padding-right: 5px;
    align-items: center;
    border: 1px solid rgb(223, 223, 223);
}

.pub-top div:nth-child(1) span img {
    padding: 0 5px;
    font-size: 18px;
}

.pub-top div:nth-child(1) span input {
    border: 0;
    width: 100%;
    font-size: 12px;

}

.seach-form {
    margin-top: 15px;
}

.seach-form p {
    width: 30px;
    text-align: center;
    background: #fff;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(223, 223, 223);
    border-right: 0;
}

.seach-form p i {
    color: #1995dd;
    font-weight: 600;
}

.seach-form input {
    width: 332px;
    height: 30px;
    border: 0;
    border-top: 1px solid rgb(223, 223, 223);
    border-bottom: 1px solid rgb(223, 223, 223);

}

.seach-form button {
    background-image: -moz-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
    width: 76px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.pub-content>img {
    padding-bottom: 155px;
}

nav {
    display: flex;
    background-image: -moz-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
}

nav a {
    display: flex;
    align-items: center;
    height: 58px;
    flex: 1;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

nav a img {
    margin-right: 10px;
}
nav a:hover{
    background: #ffab0a;
}

.nav-on {
    background: #ffab0a;
}

.content {
    background: #fff;
    min-height: 650px;
    padding: 30px 20px;
}

footer {
    border-top: 3px solid rgb(224, 0, 24);
    text-align: center;
    padding: 30px 0 50px;
}

footer p {
    font-size: 16px;
    color: #000;
}

footer p:nth-child(2) {
    font-size: 14px;
    color: #333;
    margin: 15px 0 10px;
}

aside {
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 55;
}

aside a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 134, 221) 0%, rgb(1, 68, 172) 100%);
    width: 114px;
    height: 78px;
    margin-bottom: 20px;
}

aside a p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

aside span {
    display: flex;
    width: 114px;
    align-items: center;

}

aside span:nth-child(4) {
    justify-content: flex-end;

}

aside span button {
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 8.64px 0.36px rgba(9, 9, 10, 0.28);
    width: 47px;
    height: 45px;
    cursor: pointer;
}