html,
body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

.search-status,
.not-found-data {
    margin: 0 auto;
    text-align: center;
}

.banner {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
}

.banner-box {
    width: 100%;
}

.banner-introduce {
    position: relative;
    height: 92vh;
    padding-top: 28vh;
    margin: 0 auto;
    overflow: hidden;
    /* background: url("../images/banner.png") center center no-repeat;
    background-size: cover; */
}

.banner-mask {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 92vh;
    background-color: #000000;
    opacity: 0.55;
}

.banner-video {
    position: absolute;
    z-index: 1;
    width: 105%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.banner-box-text {
    width: 660px;
    height: 293px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}
.banner-title {
    width: 100%;
    margin-bottom: 51px;
}

.banner-text {
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

/* 搜索条件样式 */

.size_10 {
    font-size: 10px !important;
}

.pointers {
    cursor: pointer;
}

.search {
    display: flex;
    /* width: 100%; */
    padding: 15px 0 10px 0;
    margin: 0 auto;
    justify-content: space-between;
}

.search_title {
    position: relative;
    cursor: default;
    /* background-color: #fff; */
}

.search_title h6 {
    display: inline-block;
    font-size: 24px;
}

.search_title img {
    position: absolute;
    bottom: 13px;
    right: -29px;
    width: 10px;
    height: 18px;
    transform: rotate(90deg);
}

.search_input  {
    position: relative;
}

.search_input input {
    width: 216px;
    height: 42px;
    border: 0;
    color: #061828;
    text-indent: 15px;
    font-size: 14px;
    background-color: rgba(245,245,245,1);
}

.search_input img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
}


/* 筛选 */
.navs {
    padding: 8px 20px;
    background:rgba(247,247,247,.4);
}
.isHidden {
    display: none;
}

.navs .nav_statistics {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.nav_statistic {
    width: 124px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 8px;
    color: #fff;
    background-color: #0086F1;
}

.nav_statistic {
    position: relative;
}

.nav_statistic {
    display: none;
}

.delect_screen {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
}

.nav_statistics .empty {
    display: none;
    margin-left: 10px;
    width: 124px;
    height: 40px;
    line-height: 34px;
    color: rgba(7,25,40,.75);
}

.empty_icon {
    display: inline-block;
    width: 10px;
    font-size: 21px;
}

.navs .nav_row {
    display: flex;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}
.navs .nav_row:nth-last-child(n+2) {
    border-bottom: 1px dashed rgba(0,0,0,.15);
}

.nav_title {
    min-width: 100px;
    white-space: nowrap;
    padding-top: 15px;
    color:rgba(7,25,40,.75);
    text-align: left;
    font-weight: 700;
}

.nav_items {
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
}
.nav_screen {
    padding: 8px 15px;
    color:rgba(7,25,40,.9);
    cursor: default;
}
.nav_screen:hover,
.screen_active {
    color: #0086F1;
}

/* 搜索条件样式结束 */

/* 故事陈列部分样式 */

.list-box {
    display: flex;
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}

.list-box .list {
    display: flex;
    flex-wrap: wrap;
}

.list-box .list a {
    width: 32.75%;
    padding-bottom: 10px;
}

.list-box .list a:nth-child(3n+2) {
    margin: 0 0.83%;
}

.list-item img {
    width: 100%;
    height: 249px;
    transition: all .5s;
}
.list-item {
    height: 100%;
    overflow: hidden;
}
.list-item >div {
    position: relative;
    width: 100%;
    height: calc(100% - 249px);
    font-size: 18px;
    color: #272728;
    text-align: left;
    padding: 20px 20px 48px 20px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.item_tittle {
    width: 100%;
    margin-bottom: 10px;
    line-height: 24px;
    overflow: hidden;
}

.list-item div .tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 28px;
    overflow: hidden;
}

.list-item:hover .item_tittle {
    color:rgba(0,134,242,1);
    /* font-weight: bold; */
}
.list-item:hover .item_tag {
    color: rgba(0,134,242,1);
}
.list-item:hover img {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    transition: all .5s;
    /* animation: imgScale 1s;
    animation-fill-mode: forwards; */
}
.list-item .item_tag {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    background:#ededed;
    border-radius:15px;
    font-size: 14px;
    color: rgba(6,24,40,.6);
}

.search-status {
    padding: 20px 0;
    font-size: 24px;
}

/* 故事陈列部分样式结束 */

/* 底部css 临时代码  start*/
.contact {
    height: 171px;
    line-height: 171px;
}

.contact-title {
    font-size: 32px;
    text-align: left;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);

}
/* PC底部免费咨询按钮样式 */
.contact-btn {
    width: 148px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: auto;
    color: white;
    font-size: 14px;
    background: rgba(0, 204, 254, 1);
    border-radius: 4px;
}
/* 结束 */

.box{
  
    margin: 0 auto;
}
#wrap2{
    transform: translateX(-22.5%);
}

/* PC分页器样式 */
.pagination-btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    cursor: pointer;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
}
.pagination-btns{
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    cursor: pointer;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}
.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

#pagination-prev {
    margin-right: 5px;
}

#pagination-next {
    margin-left: 5px;
}

.pagination-ellipsis{
    display: inline-block;
    position: relative;
    padding: 5px 11px 7px 11px;
    margin: 0 5px;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
    
}
.pagination-current{
    /* border:1px solid #3E8DDD; */
    color:#0086F2;
    border: 0;
}
.pagination-disabled{
    cursor: not-allowed;
}
.pagenum{
    vertical-align: middle;
}
.page{
    font-size: 16px;
    color: rgba(0,0,0,1);
}
.page input{
    width: 48px;
}

.page-position{
   
    position: relative;
    height: 100px;
    transform: translateY(-50px);
}
.page-position-box{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.page-position input{
    transform: translateY(-10px);
    width: 60px;
    height: 40px;
}
.page-position span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,1);
    text-align: left;
    margin: 0 10px;
}

#wrap1 {
  margin-bottom: 80px;
}

/* @keyframes imgScale {
    from {
        transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
        -o-transform: scale3d(1,1,1);
    }
    to {
        transform: scale3d(1.1,1.1,1.1);
        -ms-transform: scale3d(1.1,1.1,1.1);
        -moz-transform: scale3d(1.1,1.1,1.1);
        -webkit-transform: scale3d(1.1,1.1,1.1);
        -o-transform: scale3d(1.1,1.1,1.1);
    }
} */

@media screen and (max-width:1200px){
    .banner-introduce {
        width: 100%;
    }
    .search{
        width: 98%;
    }
    .list-box{
        width: 98%;
    }
    .navs .nav_statistics{
        width: 98%;
    }
    .navs .nav_row{
        width: 98%;
    }
}
@media screen and (max-width: 768px){
    .banner-box-text{
        width: 700px;
    }
    .list-box .list a{
        width: 48%;
    }
    .list-box .list a:nth-child(3n+2){
        margin: 0;
    }
    .list-box .list a:nth-child(2n+2){
        margin: 0 2%
    }
}

