/* banner */
.banner {
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    height: 400px;
    margin: 0 auto;
    background: url('../../images/banner.png') no-repeat center;
}

.banner-title-content {
    font-size: 0;
    text-align: center;
    padding-top: 55px;
}

.banner-title-content img {
    display: inline-block;
    width: 46px;
    height: 110px;
    margin: 13px 20px 0 0;
}

.banner-title-text {
    display: inline-block;
}

.banner-title-text h1 {
    color: #FFFFFF;
    font-size: 54px;
    line-height: 80px;
    font-weight: bold;
}

.banner-title-row {
    width: 498px;
    height: 1px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.banner-title-text h2 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 10px;
}

.banner-search-content {
    width: 662px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.banner-search-content input {
    float: left;
    width: 546px;
    height: 48px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 18px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px 0px 0px 4px;
}

.banner-search-content input::placeholder {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.banner-search-confirm {
    float: left;
    width: 116px;
    height: 48px;
    background: #F87403;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}

.banner-search-confirm:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #F87403;
}

.banner-search-confirm img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 11px auto;
}

.banner-hot-search {
    width: 662px;
    margin: 14px auto 0 auto;
    overflow: hidden;
}

.banner-hot-search img {
    float: left;
    width: 49px;
    height: 14px;
    margin: 4px 20px 0 0;
}

.banner-hot-search a {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
}

.banner-bottom-ul {
    font-size: 0;
    text-align: center;
    margin-top: 50px;
}

.banner-bottom-ul li {
    display: inline-block;
    position: relative;
    width: 318px;
    height: 90px;
    padding: 0 12px;
    box-sizing: border-box;
}

.banner-middle-ul {
    margin: 0 40px;
}

.banner-bottom-ul li {
    background: linear-gradient(176deg, #DBE9FE 0%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px rgba(218, 225, 234, 0.4);
}

.banner-bottom-ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 318px;
    height: 90px;
}

.banner-li-title {
    position: relative;
    color: #330000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 18px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.banner-li-detail {
    position: relative;
    width: 110px;
    height: 28px;
    color: #F87403;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #F87403;
    cursor: pointer;
}

.banner-li-detail:hover {
    color: #FFFFFF;
    background: #F87403;
}