* {
    font-weight: 600;
    font-family: PingFangSC, PingFang SC;
    text-decoration: none;
    font-style: normal;
}

.dark-background {
    background-color: #201E1E;
}

.gray-background {
    background-color: #f0f2f5;
}

.fww-font {
    font-weight: 600;
    font-family: PingFangSC, PingFang SC;
    text-decoration: none;
    font-style: normal;
}

.fww-header {
    height: 80px;
    background-color: #1B1818;
}

.fww-header .active {
    color: white;
}

.fww-header div {
    line-height: 80px;
}

.fww-header div > a {
    display: inline-block;
    margin-left: 52px;
    cursor: pointer;
}

.fww-menu {
    text-align: right;
}

.fww-menu span {
    margin-left: 92px;
}

.fww-menu span:last-child {
    margin-right: 60px;
}

.fww-menu span a {
    font-size: 21px;
    color: #AE9C90;
}

.fww-menu span a:hover {
    cursor: pointer;
    text-decoration: none;
}

.fww-homepage {
    margin-top: 330px;
    z-index: 1;
}

.fww-homepage img:first-child {
    position: absolute;
    top: -40px;
    left: -43px;
    z-index: -2;
}

.fww-home-sun {
    position: absolute;
    top: 107px;
    right: 18%;
    z-index: -1;
}

.fww-home-zp {
    margin-top: 48px;
    color: white;
    font-size: 48px;
}

.fww-home-zp span:first-child {
    color: #FF7218;
}

.fww-zpfl {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 20% 20px 20%;
    flex-wrap: wrap;
    gap: 2px;
    color: white;
}

.fww-zpfl > div {
    padding: 20px;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 250px;
}

.fww-btn {
    width: 134px;
    padding: 5px 30px;
    border-radius: 30px;
    background-color: #FF7114;
    cursor: pointer;
    color: white;
    margin-top: 100px;
    margin-bottom: 50px;
}

.fww-btn.fww-home-hover {
    background-color: white;
    color: #FF7114;
}

.fww-zpfl-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 50px;
    text-align: left;
}

.fww-zpfl-banner > span {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 134px;
}

.fww-zpfl-banner.fww-home-hover > span {
    color: #FABA49; /* 填充色 */
    -webkit-text-stroke: 2px white; /* 描边 */
    text-stroke: 2px white; /* 标准属性 */
}

.fww-zpfl-banner img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.fww-zpfl-list p {
    margin: 25px 0;
}

.fww-zpfl-list p:first-child {
    color: #FF7114;
}

.fww-zpfl-list.fww-home-hover p:first-child {
    color: white;
}

.fww-zpfl-list hr {
    width: 134px;
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .fww-zpfl {
        flex-direction: column;
        align-items: center;
    }

    .fww-zpfl > div {
        flex: 1 1 100%;
    }
}


.fww-footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fww-footer div span:first-child {
    font-size: 18px;
    color: #FF7218;
}

.fww-footer div span:last-child {
    font-size: 18px;
    color: #AE9C90;
}

.fww-beian {
    text-align: center;
    margin-bottom: 20px;
}

.fww-beian a {
    font-size: 15px;
    color: #AE9C90;
}

/*fww-portfolio*/
.fww-portfolio {
    margin-top: 72px;
}

.fww-portfolio-menu {
    margin-left: 52px;
}

.fww-category {
    font-size: 36px;
}

.fww-portfolio-menu a {
    color: #666666;
    font-size: 18px;
    margin-left: 7px;
    cursor: pointer;
    text-decoration: none;
}

.fww-portfolio-menu dl span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #666666;
}

.fww-portfolio-menu dt {
    margin-top: 24px;
}

.fww-portfolio-menu dt.active span {
    background-color: #FF7114;
}

.fww-portfolio-menu dt.active a {
    color: #FF7114 !important;
}

.fww-portfolio-menu dt.hover-active span {
    background-color: #FF7114;
}

.fww-portfolio-menu dt.hover-active a {
    color: #FF7114 !important;
}

.fww-portfolio-shows {
    height: 100%;
    overflow-y: scroll;
}


.fww-portfolio-shows::-webkit-scrollbar {
    width: 0em;
}

.fww-portfolio-shows::-webkit-scrollbar-track {
    background-color: transparent;
}

.fww-portfolio-shows::-webkit-scrollbar-thumb {
    background-color: #888;
}

.fww-portfolio-shows::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.fww-portfolio-shows img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fww-h5-header {
    height: 68px;
    background-color: #1B1818;
    opacity: 0.8;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.fww-h5-header.no-opacity {
    opacity: 1;
}

.fww-h5-header div {
    line-height: 64px;
}

.fww-h5-header div > a {
    display: inline-block;
    margin-left: 28px;
    cursor: pointer;
}

.fww-h5-menu {
    margin-top: 26px;
    margin-right: 22px;
}

.fww-h5-menu span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: white;
    border: 1px solid white;
}

.fww-h5-menu span {
    margin-top: 6px;
}

.fww-h5-menu-dropdown {
    width: 90px;
    height: 88px;
    background: #1B1818;
    opacity: 0.8;
    position: fixed;
    top: 68px;
    right: 0;
    z-index: 999;
    display: none;
}

.fww-h5-menu-dropdown span {
    display: block;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #AE9C90;
    font-size: 16px;
}

.fww-h5-menu-dropdown span.active {
    color: white
}

.fww-h5-portfolio {
    margin-top: 68px;
    width: 100%;
}

.fww-h5-footer .mid {
    margin: 12%;
}

.fww-h5-footer .active {
    color: white;
}

.fww-h5-footer div {
    height: 55px;
    background: rgba(27, 24, 24, 0.8);
    border-radius: 25px;
    position: fixed;
    bottom: 20px;
    z-index: 999;
    font-size: 16px;
    color: #AE9C90;
    text-align: center;
    line-height: 55px;
}

.fww-h5-homepage {
    margin-top: 145px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: left;
    font-style: unset;
}

.fww-h5-homepage img:first-child {
    position: absolute;
    top: -17px;
    left: -23px;
    z-index: -2;
}

.fww-h5-home-sun {
    position: absolute;
    top: 68px;
    right: 0;
    z-index: -1;
}

.fww-h5-home-zp {
    margin-top: 0px;
    color: white;
    font-size: 20px;
}

.fww-h5-home-zp span:first-child {
    color: #FF7218;
}

.fww-h5-zpj {
    margin-top: 110px;
}

.fww-h5-zpj.fww-zpj-margin {
    margin-top: 50px;
}

.fww-h5-zpj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fww-h5-seq span:first-child {
    display: block;
    width: 44px;
    background-color: white;
    border: 2px solid white;
    opacity: 0.76;
    margin-bottom: 7px;
}

.fww-h5-num {
    width: 35px;
    height: 42px;
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    font-size: 36px;
    color: #FFFDFB;
    line-height: 42px;
    text-stroke: 1px #FFFDFB;
    text-align: left;
    font-style: normal;
    -webkit-text-stroke: 1px #FFFDFB;
}

.fww-h5-seq span:last-child {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #FF7114;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.fww-h5-see {
    width: 100px;
    height: 38px;
    background: #FF7114;
    border-radius: 21px;
    border: 1px solid #FF7114;
    color: white;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
}

/*base*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.container-fluid,
.container {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}