/*head*/
.nav_menu {
    background: #fff;
    box-shadow: none;
    border-bottom: 0;
}
.header-user {
    margin-top: 8px;
}

.header-user a {
    font-size: 16px;
}

.header-user a.active {
    width: 120px;
    height: 40px;
    background: #2368F2;
    border-radius: 20px;
    color: #fff;
}

.header-search button.btn-search {
    top:0 !important;
}

/*轮播*/
.slogan {
    height: 360px;
}
.sliderBox{
    height:360px;
    background: linear-gradient(270deg, #3A6EFF 0%, #4A9BFF 100%);
    overflow: hidden;
}

.slider-content.active .slider-text{
    margin-left:60px;
}

.slider-arrow {
    text-align: center;
    display: inline-block;
    bottom:20px;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.tiao {
    background-color: #fff;
    cursor:pointer;
}
.icon-content {
    position: relative;
    width: 520px;
    margin-top:20px;
}

.slider-content .picture-1{
    width: 253px;
    left: 125px;
    top: 10px;
}

.slider-content .picture-1.picture-2{
    width:259px;
    top: 49px;
    left: 136px;
}
.slider-content .picture-1.picture-3{
    width: 201px;
    top: 19px;
    left: 190px;
}