.home-block {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
    overflow: visible;
    scroll-snap-align: start;
}
#block1 {
    background-image: url("/static/new5.0/home/images/home1.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 1920px) {
    #block1 {
        background-size: initial;
    }
}
#block2 {
    background-image: url("/static/new5.0/home/images/7.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 720px;
    display: flex;
}
.w1210 {
    width: 1210px;
    margin: 0 auto;
}
.logo_hang {
    width: 100%;
    height: 130px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 30px;
    z-index: 1;
}
.logo_hang .logo {
    width: 168px;
    display: inline-block;
    vertical-align: top;
    margin-right: 178px;
}
.logo_hang .logo img {
    width: 168px;
    margin-top: 32px;
}
.search {
    display: inline-block;
    vertical-align: top;
}
.search .tablist {
    margin-top: 28px;
    margin-bottom: 5px;
}
.search .tablist .tablists {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    height: 20px;
    font-size: 14px;
}
.search .tablist .borderR {
    margin: 0 2px;
}
.search .tablist .tablists .hover {
    color: rgba(255, 255, 255, 1);
}
.cas_search_main .kuang {
    width: 500px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    color: #fff;
}
.cas_search_main .kuang::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.cas_search_main .input02 {
    width: 80px;
    height: 40px;
    background-color: #2973BA;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
.entry_hang {
    background: rgba(11, 44, 78, 0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}
.entry-block {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: inherit;
}
.entry-border {
    height: 120px;
    width: 1px;
    background: rgba(216, 216, 216, 0.5);
}
.entry-item {
    display: inline-flex;
    align-items: center;
    /*width: 50%;*/
    height: 120px;
    box-sizing: border-box;
}
.entry-item .entry-img {
    height: 90px;
    padding: 0 36px;
}
.entry-item .entry-content {
    width: 380px;
}
.entry-item .entry-content .entry-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.entry-item .entry-content .entry-title span {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
}
.entry-item .entry-content .entry-title img {
    width: 20px;
    height: 20px;
}
.entry-item .entry-content .entry-message {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 32px;
}

.block-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(49, 63, 79, 0.7);
}
.plat-block {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 63%;
    min-width: 1210px;
    max-width: 1510px;
    margin: 130px auto 0;
    position: relative;
}
@media screen and (max-width: 1320px) {
    .plat-block {
        min-width: 1110px;
    }
}
.plat-item {
    width: 33.3%;
    height: 31.5vh;
    min-height: 260px;
    max-height: 360px;
    box-sizing: border-box;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
    cursor: pointer;
}
.plat-item:nth-child(1) {
    background-image: url("/static/new5.0/home/images/7.jpg");
}
.plat-item:nth-child(2) {
    background-image: url("/static/new5.0/home/images/2.jpg");
}
.plat-item:nth-child(3) {
    background-image: url("/static/new5.0/home/images/1.jpg");
}
.plat-item:nth-child(4) {
    background-image: url("/static/new5.0/home/images/4.jpg");
}
.plat-item:nth-child(5) {
    background-image: url("/static/new5.0/home/images/5.jpg");
}
.plat-item:nth-child(6) {
    background-image: url("/static/new5.0/home/images/6.jpg");
}
.plat-item:nth-child(6) {
    background-image: url("/static/new5.0/home/images/6.jpg");
}
.plat-item .plat-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}
.plat-item .plat-content {
    position: absolute;
    top: 32%;
    transition: 0.3s;
    width: 100%;
}
.plat-item .plat-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.plat-item .plat-message {
    color: rgba(235, 235, 235, 0.75);
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
    text-align: left;
    padding: 0 55px;
}
.plat-item:hover {
    background-size: 170%;
    border: 2px solid #fff;
}
.plat-item:hover .plat-mask {
    background: rgba(32, 53, 67, 0.2);
}
.plat-item:hover .plat-content {
    top: 85%;
}

.searchBox {
    background: #fff;
    width: 500px;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
}
.searchBoxRange {
    display: flex;
    width: 100%;
    height: 75px;
    align-items: center;
    color: #666666;
    font-size: 14px;
}
.searchBoxRange .searchBoxSelect {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 18px;
    margin-left: 20px;
    cursor: pointer;
    background: #F5F5F5;
    color: #292929;
}
.searchBoxRange .searchBoxSelect.selected {
    background: #2973BA;
    color: #FFFFFF;
}
#queryStringList {
    padding: 4px 0;
    border-top: 1px solid #F5F5F5;
    display: none;
}
#queryStringList .searchBoxTitle {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}
#queryStringList .searchBoxItem {
    font-size: 14px;
    line-height: 36px;
    color: #292929;
    border-radius: 2px;
    padding: 0 10px;
    cursor: pointer;
}
#queryStringList .searchBoxItem strong {
    font-size: 14px;
}
#queryStringList .searchBoxItem:hover {
    background: #F5F5F5;
}