@charset "utf-8";

/* 标语 */
.by-banner {
    position: relative;
    width: 100%;
}
.by-banner img {
    display: block;
    width: 100%;
}
.by-banner .by-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.by-banner .by-wrap .wrap-con {
    width: 100%;
    height: 100%;
    display: table;
}
.by-banner .by-wrap .wrap-con .wrap-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
}
.by-banner .by-wrap .wrap-con .wrap-cell .title {
    font-size: 54px;
    color: #fff;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 80px;
}

/* 导航页 */
.sub-nav-container {
    position: relative;
    width: 100%;
    border-top: 2px solid #d6001d;
    background-color: #f4f4f4;
}
.sub-nav {
    margin: 0 auto;
    position: relative;
    width: 1250px;
    height: auto;
}
.sub-nav .sub-nav-list {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.sub-nav .sub-nav-list li {
    box-sizing: border-box;
    flex: 1;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.sub-nav .sub-nav-list li a {
    display: block;
    color: inherit;
}
.sub-nav .sub-nav-list li.on {
    color: #fff;
    background-color: #d6001d;
}
.sub-nav .sub-nav-list li:hover {
    color: #fff;
    background-color: #d6001d;
}
/* 位置 */
.pos-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.pos-container .pos-wrap {
    margin: 0 auto;
    position: relative;
    width: 1080px;
    height: auto;
}
.pos-container .pos-wrap .navigation {
    height: 68px;
    line-height: 85px;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    /* border-bottom: 1px dashed #c9c9c9; */
}
.pos-container .pos-wrap .navigation a {
    color: inherit;
}
/* 标题-部分 */
.page-container .f-container {
    margin: 0 auto;
    position: relative;
    width: 1080px;
    height: auto;
}
.f-container .f-tit {
    margin-top: 60px;
    width: 100%;
}
.f-container .f-tit h2 {
    color: #333;
    font-size: 28px;
    font-weight: normal;
}
.f-container .f-tit span {
    margin-top: 20px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #d6001d;
}
