body{
    background: url("../../images/bg.png") no-repeat  center 0;
}
.header_top {
    justify-content: center;
    height: 40px;
    font-size: 13px;
}
.header_top > .bj-column{
    width: 1300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_top_title{
    margin-right: 200px;
}
.header_top_user{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_top_user a{
    color: #333333;
}
.header_top_user .top_split {
    display: block;
    width: 0px;
    height: 14px;
    border: solid 1px #666666;
    margin-left: 10px;
    margin-right: 10px;
    float: right;
}
.header_top_user a{
	cursor:pointer;
}
.header_top_user  ul{
	list-style:none;
	display:flex;
	justify-content:center;
	align-items:center;
}
.header_top_user  ul li{
	margin-left:10px;
	text-decoration:underline;
}
.header_middle{
    justify-content: center;
    margin: 15px 0;
}
.header_middle>.bj-column{
    width: 1300px;
    justify-content: center;
}
.header_middle .logo_block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_middle .logo_block .logo{
    background: url("../../images/logo.png") no-repeat;
    width: 74px;
    height: 65px;
}
.header_middle .logo_block .title{
    font-size: 67px;
    font-family: Source Han Serif SC;
    font-weight: 800;
    line-height: 96px;
    color: #BC0000;
    margin: 0 40px;
}
.header_middle .logo_block .split{
    width: 4px;
    height: 61px;
    background: #BC0000;
}
.header_middle .logo_block .sub_title{
    font-size: 36px;
    font-family: Source Han Serif SC;
    font-weight: 800;
    color: #BC0000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_middle .logo_block .sub_title .sub_title_sub{
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.header_middle .logo_block .sub_title>span{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header_bottom{
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.header_bottom > .bj-column{
    width: 1300px;
}
.header_bottom .title_search_block{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header_bottom .title_search_block .title_search_title{
    /*font-size: 72px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    line-height: 82px;
    color: #BC0000;
    text-shadow: 0px 4px 1px rgba(0, 0, 0, 0.16);
    letter-spacing: 26px;*/
	font-size: 67px;
    font-family: Source Han Serif SC;
    font-weight: 800;
    line-height: 96px;
    color: #BC0000;
    margin: 0 40px;
}

.header_bottom .title_search_block .input_block{
    background-color:  #BC0000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 34px;
    width: 466px;
    height: 66px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header_bottom .title_search_block  input{
    width: 323px;
    height: 60px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 34px 0px 0px 34px;
    border: none;
    outline: none;
    padding-left: 20px;
    font-size: 20px;
}
.header_bottom .title_search_block .title_search_btn{
    width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 44px;
    color: #FFFFFF;
}




.container{
    justify-content: center;
}
.container>.bj-column{
    width: 1300px;
    background: #FFFFFF;

}
.content>.bj-column{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.22);
    padding: 40px 50px;
}
.content_title{
    padding-bottom: 26px;
    border-bottom: 3px solid #021C47;
}
.content_title > .bj-column{
    justify-content: space-between;
}
.content_title .content_title_title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 44px;
    color: #021C47;
}
.content_title  .content_title_tools_years{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 27px;
    color: #707070;
	    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}
.content_title  .content_title_tools_user{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 37px;
    color: #BC0000;
    margin-left: 75px;
	
}
.selectdate{
	position: absolute;
    top: 40px;
}
.content_title .years_icon{
    transform: rotate(180deg);
    display: inline-block;
	margin-left:5px;
	font-size:19px;
	cursor:pointer;
}
.content_title .content_title_tools{
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}

.content_search .content_search_row{
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    margin-top: 17px;
}
.content_search .content_search_row ul{
	flex-wrap:wrap;
    list-style: none;
    display: flex;
}
.content_search .content_search_row ul li{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
}
.content_search .content_search_row ul li a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #707070;
    padding: 7px 7px;
}
.content_search .content_search_row ul li a:hover{
    background: #021C47;
    color: #ffffff;
}
.content_search .content_search_row ul li .show{
    background: #021C47;
    color: #ffffff;
}


.content_card .bj-column{
    justify-content: space-between;
}
.content_card .card{
    width: 284px;
    height: 419px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    margin-top: 31px;
}

.content_card .card_empty{
    width: 284px;
    height: 399px;
    background: #FFFFFF;
    margin-top: 31px;
}
.content_card .card .djs{
    background: #0000005c;
    width: 100%;
    height: 101px;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
}
.content_card .card .djs .djs_zt{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.content_card .card .djs .djs_days{
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.content_card .card .djs .djs_time{
    font-size: 25px;
    font-family: DS-Digital;
    font-weight: bold;
    line-height: 42px;
    color: #FFFFFF;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.content_card .card .zt_icon_block{
    background: #ffffff5c;
    width: 100%;
    height: 101px;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
}
.content_card .card .end_icon{
    background: url("../../images/icon_end.png");
    width: 132px;
    height: 101px;
}
.content_card .card .lb_icon{
    background: url("../../images/icon-lb.png");
    width: 132px;
    height: 101px;
}

.content_card .card img{
    width: 100%;
    height: 201px;
}
.content_card .card .jtzt{
    width: 100%;
    height: 28px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    z-index: 2;
}
.content_card .card .card_top{
    position: relative;
}
.content_card .card .card_bottom{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.jjjt{
    background-color: #009F3Acc;
}
.zzjt{
    background-color: #E51F00cc;
}
.jsjt{
    background-color: #00000075;
}
.content_card .card .card_bottom_title{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content_card .card .dj{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
}
.content_card .card .dqj{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.content_card .card .price{
    color:#C50000;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
}
.content_card .card .price_item{
    color: #707070;
    margin-top: 10px;
}
.content_card .card .card_bottom_price{
    width: 100%;
    margin: 15px 0;
}
.content_card .card .card_bottom_num{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pagination{
    margin: 80px 0;
}
.pagination > .bj-column{
    justify-content: center;
}
.pageStyle{
    display: flex;
    justify-content: center;
    align-items: center;

}
.pageStyle a,.pageStyle span{
    background: #646B7433;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    display: flex;
    width: 50px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
}
.pageStyle .current {
    text-decoration: none;
    color: #ffffff;
    background-color: #0062DF;
}

.footer{
    height: 110px;
    background-color: #000C46;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding: 45px 0;
}
.footer_block {
    width: 1300px;
    align-items: center;
}
.footer_block > .bj-column{
    width: 70%;
    flex-wrap: nowrap;
}
.footer .logo{
    background: url("../../images/logo2.png") no-repeat;
    width: 114px;
    height: 114px;
    display: flex;
    margin-right: 45px;
}
.footer .footer_url{
    display: flex;
    flex-wrap: wrap;
}
.footer .footer_url span{
    font-size: 44px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: 100%;
}
.footer .footer_url .url{
    font-size: 32px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    line-height: 37px;
    color: #FFFFFF99;
}
.footer  .footer_block_right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 30%;
}

.footer  .footer_block_right span{
    width: 100%;
}



