* {
    padding: 0;
    margin: 0
}

@font-face {
    font-family: "STZhongsong";
    src: url("./STZhongsong.ttf");
}

@font-face {
    font-family: "SourceHanSans-Normal";
    src: url("./SourceHanSans-Normal.otf");
}

#app {
    width: 100%;
    height: 100%;

}

.top {
    width: 100%;
    height: 852px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('./img/banner.png');




}

.header {
    width: 100%;
    height: 60px;




}

.header_wrap {
    width: 1200px;
    height: 60px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date_span1 {
    width: 244px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;

}

.header_btn {

    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    line-height: 0px;
    color: #FFFFFF;
    cursor: pointer;

}

.header_btn_span {
    margin-left: 44px
}

.topcontent {
    width: 1200px;
    margin: 0 auto;
    display: flex;

    justify-content: space-between;

}

.tag {
    width: 580px;
    height: 340px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 4px 20px rgba(120, 1, 14, 0.7);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tagicon {
    width: 162px;
    height: 162px;
    background: url('./img/z.png') 100% 100%;
    cursor: pointer;
}
.tagicon2 {
    width: 162px;
    height: 162px;
    background: url('./img/f.png') 100% 100%;
    cursor: pointer;
}
.tagicon:hover{
    background: url('./img/zc.png') 100% 100%;
}
.tagicon2:hover{
    background: url('./img/fc.png') 100% 100%;
}

.tagtxt {

    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;

    color: #2E2E2E;

}

.title {
    width: 504px;

    margin: 115px auto 100px auto;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;


}

.title_p1 {
    width: 100%;
    height: 36px;
    font-size: 36px;
    margin: 5px;
    font-family: STZhongsong;
    font-weight: 600;
	color: #ffffff;
    opacity: 0.82;
}

.title_p2 {
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
	margin:5px;
    color: #ffffff;

    opacity: 0.82;


    letter-spacing: 0.2px;


}

.title_p3 {

    color: #ffffff;

    font-size: 64px;
    font-family: Source Han Sans CN;
    font-weight: bold;

    color: #FFFFFF;
    text-shadow: 0px 2px 6px rgba(14, 8, 155, 0.6);


}



.footer {
    width: 100%;
    height: 228px;

    background-repeat: no-repeat;
    background-image: url('./img/footer.png');

    background-color: #DF0018;


}

.footer_tabs_wrap {
    width: 800px;

    display: flex;
    align-items: center;
    justify-content: space-between;


}

.footer_tabs {
    width: 1200px;
    height: 58px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;


    border-bottom: 1px solid #FFFFFF;
    margin: 0 auto;

    color: #FFFFFF;



}

.footer_txt {
    width: 100%;

    height: 158px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_txt_wrap {
    width: 667px;

    text-align: center;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #ffffff;



}

.footer_txt_wrap p {
    height: 50px;
    line-height: 50px;




}