*{
    margin:0;
    padding:0;
}
a{
    text-decoration:none;
    color:#000000;
}

.line{
    height:1px;
    background-color: #000000;
    width:115px;
    display: inline-block;
}

/*头部样式*/
#header-con{
    /*.header-con*/
    position:fixed;
    width:100%;
    z-index: 99999999;
    /*background: #1b1b1b;*/

    padding-top:13px;
    background: linear-gradient(180deg,#23201e 0,rgba(35,32,30,0));
}
header div.showLogo{
    height:102px;
    animation: showLogo 0.5s;
    -webkit-animation: showLogo 0.5s; /* Safari 与 Chrome */
}

.hideLogo {
    height: 56px;
    animation: hideLogo 0.5s;
    -webkit-animation: hideLogo 0.5s; /* Safari 与 Chrome */
    background: #1b1b1b !important;
}

@keyframes hideLogo
{
    from {height: 102px;}
    to {height: 56px;}
}

@-webkit-keyframes showLogo /* Safari 与 Chrome */
{
    from {height: 56px;}
    to {height: 102px;}
}


.logo{

}
.logo img{
    width:38px;
    margin-bottom: 8px;
}

#header-con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 18px;
}

nav a{
    margin-right: 20px;
    min-width:94px;
    color:#E5DFD9;
    text-decoration:none;
    display: inline-block;
    text-align: center;
    font-size:14px;

}
nav a:hover{
    color:#ffffff;
}

.header_mouser_over{
    background-color: #1b1b1b !important;
}

/*其他*/
@font-face
{
    font-family: Bauer_Bodoni_Titling_BT;
    src: url('/static/font/Bauer_Bodoni_Titling_BT.ttf')
}
/*img{*/
/*    max-width:100%;*/
/*}*/

.flex-c-c-c{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-r-s-c{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-r-c-c{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-r-b-c{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*页脚*/
footer {
    min-width: 1200px;

}

.f-container {
    width:1200px !important;
    /*overflow: hidden;*/
}
.footer_t_p{
    width:100%;
    background-color: #f6f6f6;
}
.footer_t {
    height: 280px;

}
.footer_b_p{
    width:100%;
    background-color:#1b1b1b;
}
.footer_b {
    height:190px;
    color:#ffffff;
    font-size:14px;
}

.footer_b>div:first-child{
    margin-top: 40px;
    margin-bottom: 20px;
    width:1200px;
    border-bottom: 2px solid #392d23;
}

.footer_b nav a{
    text-align: left;
}

.footer_t>div:nth-child(1) {
    font-size:13px;
}
.footer_t>div:nth-child(2) {
    font-size:28px;
    font-family: 黑体;
    margin:16px 0;
}

.footer_t>div:nth-child(4) {
    font-size:13px;
    margin:11px 0 16px 0px;
}

.footer_t .swiper-link{
    margin:0;
}

.footer_t .swiper-link .p-button {
    margin:0;
}
.footer_t>div:nth-child(5) a{
    width:60px;
    text-align: center;
    display: inline-block;
    color:#1b1b1b;
    text-decoration:underline;
}

.footer_b>div:first-child>div:first-child {
    margin-right:36px;
}
.footer_b>div:first-child{
    padding-bottom: 20px;
}


/*按钮*/

.swiper-link{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top:40px;
}
.swiper-link a{
    width: 170px;
    margin-bottom: 15px;
    background: #1a1a1a;
    /*border: 2px solid #1a1a1a;*/
    color: #ffffff !important;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;

}

/*其他页头部*/
.emo-season-head,.emo-season-head2,.emo-season-head{
    width:100%;
    max-height:619px;
    overflow: hidden;
    min-width:1200px;
}
map
.emo-season-head img,.emo-season-head2 img,.emo-season-head img{
    width:100%;
}

/**
3
 */

/*3**/
.emo-season-head{
    position:relative;
}
.season-desc-title{
    font-size:18px;
}
h1{
    color:#000000 !important;
}
.season-img{
    /*width:2.667rem;*/
}
.emo-season-title{
    position:absolute;
    top:40%;
    width:100%;
}

.emo-season-title h1,.emo-season-title h2,.emo-season-title div{
    width:100%;
    text-align: center;
    font-size: 50px;
    color:#ffffff !important;
    font-family: Bauer_Bodoni_Titling_BT;
}



.emo-season-title>div:first-child {
    font-size: 72px;
}

.no-border{
    border-bottom: none !important;
}
.footer_b>div>div{
    margin:0;
}

