body {
    height: calc(100vh + 1px);
    transition: all 0.3s;
    overflow-x: hidden;
}


header .nav-div {
    height: 93px;
    padding: 10px 0;
}

@media screen and (max-width:1200px) {
    header .nav-div {
        height: 62px;
    }
}

@media screen and (max-width:360px) {
    header .nav-div {
        height: 59px;
    }
}


header .nav-wrapper {
    position: fixed;
    justify-content: space-between;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 250, 251, 0.95);
    -moz-box-shadow: 0px 2px 3px rgba(227, 43, 47, 0.1);
    -webkit-box-shadow: 0px 2px 3px rgba(227, 43, 47, 0.1);
    box-shadow: 0px 2px 3px rgba(227, 43, 47, 0.1);
    padding: 10px 0;
}

@media screen and (max-width:1200px) {
    header .nav-wrapper {
        padding: 5px 0;
    }
}

header .nav-wrapper .navbar-brand {
    padding: 0;
}

header .container {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width:1200px) {
    header .container {
        max-width: 1200px;
        width: 100%;
        border-radius: 0;
        border: none;
    }

}

header .container .nav_box {
    display: flex;
}

.hidden {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width:1200px) {
    .logo img {
        width: 80%;
    }
}

.header__nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding: 0;
    margin: 0 5% 0 0;
}

.header__nav span {
    color: #E32B2F;
    margin: 7px 5px;
}

@media screen and (max-width:1200px) {
    .header__nav span {
        display: none;
    }
}

.header__nav .nav__item {
    list-style: none;
}

.header__nav .nav__item a {
    position: relative;
    display: block;
    color: #000;
    padding: 7px 18px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width:1200px) {
    .header__nav .nav__item a {
        padding: 15px 18px;
    }
}

.mob-menu {
    display: none;
}

.header__nav .nav__item a:hover,
.header__nav .nav__item a.active {
    background-color: #BF1418;
    color: #fff;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width:1200px) {
    .header__nav .nav__item a {
        line-height: 40px;
    }

    .header__nav .nav__item a:hover,
    .header__nav .nav__item a.active {
        border-radius: 0;
    }

    .mob-menu {
        display: block;
    }
}

.language {
    position: relative;
}

.language .lang-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.language .lang-icon .fa-globe-americas {
    font-size: 20px;
    color: #BF1418;
    margin-right: 10px;
}


.lang-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 30px;
    right: -20px;
    -moz-box-shadow: 0px 2px 4px rgba(227, 43, 47, 0.2);
    -webkit-box-shadow: 0px 2px 4px rgba(227, 43, 47, 0.2);
    box-shadow: 0px 2px 4px rgba(227, 43, 47, 0.2);
}

.lang-menu .d-flex {
    width: 90px;
    flex-direction: column;
}

@media screen and (max-width:1200px) {
    .language {
        -moz-box-shadow: 0px -1px 4px rgba(227, 43, 47, 0.2);
        -webkit-box-shadow: 0px -1px 4px rgba(227, 43, 47, 0.2);
        box-shadow: 0px -1px 4px rgba(227, 43, 47, 0.2);
    }

    .language .lang-icon {
        display: none;
    }

    .lang-menu {
        display: block;
        position: static;
        box-shadow: none;
    }

    .lang-menu .d-flex {
        width: 100%;
        flex-direction: row;
    }
}

.header__nav .language .lang-menu a {
    padding: 0 10px;
    line-height: 50px;
    color: #E32B2F !important;
    font-weight: 500;
    border-right: none;
}

.header__nav .lang-menu a:hover,
.header__nav .lang-menu a.active {
    color: rgb(165, 0, 0) !important;
    background-color: rgba(227, 43, 47, 0.2) !important;
    border-radius: 0;
}

.header__nav .lang-menu a::before {
    width: 0;
}

.header__nav .lang-menu a:nth-child(1) {
    border-radius: 0;
}

.language:hover .lang-menu {
    display: block;
}


main {
    padding-top: 60px;
}

section {
    padding: 40px;
    margin-bottom: 120px;
}

section .section__title {
    font-size: 32px;
    margin-bottom: 16px;
}

.hamBar {
    width: 70px;
    top: 0;
    right: 10px;
    align-items: center;
    justify-content: center;
    display: none;
}

@media (max-width: 1200px) {

    .header__nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        /* transform: translateY(100%);
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; */
        transform: translateY(calc(98% + 5px));
        background-color: #fff;
        margin: 0;
    }

    .header__nav .nav__item {
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }

    .hamBar {
        display: flex;
    }
}

/*rwd選單按鈕變化設定*/
.ham-btn {
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background-color: #E32B2F;
    position: relative;
    transition: background-color .01s .5s;
    padding: 0;
}

.ham-btn::before {
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #E32B2F;
    position: absolute;
    top: -10px;
    left: 0;
}

.ham-btn::after {
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #E32B2F;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.btn-box.active .ham-btn {
    background-color: transparent;
    transition: background-color .01s .2s;
}

.btn-box.close .ham-btn::before {
    animation: backturn1 .4s .2s ease-in-out reverse both,
        backmoveDown .3s .55s ease-in reverse both;
}

.btn-box.active .ham-btn::before {
    animation: moveDown .3s ease-in forwards,
        turn1 .4s .2s ease-in forwards;
}

.btn-box.close .ham-btn::after {
    animation: backturn2 .45s .1s ease-in reverse both,
        backmoveUp .3s .55s ease-in reverse both;
}

.btn-box.active .ham-btn::after {
    animation: moveUp .3s ease-in forwards,
        turn2 .4s .2s ease-in forwards;
}

@keyframes moveDown {
    0% {
        top: -10px;
    }

    100% {
        top: 0;
    }
}

@keyframes backmoveDown {
    0% {
        top: -10px;
    }

    100% {
        top: 0;
    }
}

@keyframes moveUp {
    0% {
        bottom: -10px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes backmoveUp {
    0% {
        bottom: -10px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes turn1 {
    0% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(50deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes backturn1 {
    0% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(50deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(145deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

@keyframes backturn2 {
    0% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(145deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

/*rwd選單按鈕變化設定end*/


.dropdowns {
    position: relative;
    z-index: 99999;
}

.navFixed {
    position: fixed;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1041;
}

.navFixed.nav-wrapper {
    padding: 5px 0;
}

@media screen and (max-width:1200px) {
    .navFixed.nav-wrapper {
        padding: 0;
    }
}

.navFixed .header__nav .nav__item a {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navFixed .header__nav .nav__item a::before {
    top: 20px;
}

.navFixed .logo img {
    width: 80%;
    margin: 5px 0;
}

@media screen and (max-width:1200px) {
    .navFixed .logo img {
        width: 75%;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
}

.navFixed .container {
    width: 100%;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navFixed .container .nav_box {
    max-width: 1320px;
    margin: 0 auto;
}

.nav__item .language {
    position: absolute;
    top: 10px;
    right: -50px;
    padding: 0 0 10px 10px;
}

.nav__item .language .lang-menu a {
    font-size: 15px;
    color: rgb(173, 173, 173);
    padding: 0 10px;

}


@media screen and (max-width:1200px) {
    .header__nav .nav__item .language .lang-menu a::before {
        content: '';
        background-color: #EAEAEA;
        position: absolute;
        width: 1px;
        height: 15px;
        top: 3px;
        right: 0;
    }

    .nav__item .language {
        position: static;
        padding: 0;
    }

    .nav__item .language .lang-menu a {
        color: rgb(173, 173, 173);
        padding: 5px 10px;
        width: calc(100%/3 - 0px);
    }

    .header__nav .nav__item .language .lang-menu a::before {
        height: 30px;
        top: 15px;
    }
}

.header__nav .nav__item .language .lang-menu a:nth-child(3):before {
    width: 0px;
}

.nav__item .language .lang-menu a:hover,
.nav__item .language .lang-menu a.active {
    background-color: rgba(0, 0, 0, 0);
    color: #E32B2F;
}

/*banner*/

.banner .swiper-slide .bn {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 25%;
    margin: 0 auto;

}

@media screen and (max-width:1440px) {
    .banner .swiper-slide .bn {
        padding-bottom: 25%;
    }
}

@media screen and (max-width:768px) {
    .banner .swiper-slide .bn {
        padding-bottom: 62%;
    }
}

.banner .swiper-pagination-bullet,
.banner .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
}

.banner .swiper-pagination-bullet-active {
    background-color: #E32B2F;
}

.index-about,
.index-product {
    overflow-x: hidden;
}


/*index*/

.index-about {
    background: url(/assets/img/bg-top.svg) top right no-repeat, url(/assets/img/bg-bottom.svg) #fff bottom left no-repeat;
    padding: 6% 0;

}

@media screen and (max-width:1440px) {
    .index-about {
        padding: 60px 0;
        background-size: 18%;
    }
}

@media screen and (max-width:1200px) {
    .index-about {
        padding: 60px 0;
        background-size: 24%;
    }
}

@media screen and (max-width:768px) {
    .index-about {
        padding: 60px 0;
        background-size: 25%;
    }

    .index-about .main_box .row {
        flex-direction: column-reverse;

    }
}

@media screen and (max-width:480px) {
    .index-about {
        background-size: 30%;
    }
}

.index-about .a-img {
    text-align: center;
}

.index-about .a-img img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .index-about .a-img img {
        width: 80%;
    }
}

.index-about .about-text .title i img {
    width: 39px;
    height: 39px;
}

.index-about .about-text .title {
    border-bottom: none;
}

.index-about .about-text .title span,
.index-news .news-box .title span {
    background: none;
    color: #000;
    font-size: 30px;
    vertical-align: middle;
    font-weight: bold;
}

@media screen and (max-width:768px) {

    .index-about .about-text .title span,
    .index-news .news-box .title span {
        font-size: 25px;
    }
}

@media screen and (max-width:768px) {
    .index-news .news-box .title span {
        font-size: 21px;
    }
}

.index-about .about-text {
    padding-left: 15%;
}

@media screen and (max-width:768px) {
    .index-about .about-text {
        padding-left: 0;
    }
}

.index-about .about-text .txt {
    padding: 20px 0;
    line-height: 185%;
    letter-spacing: 2px;
}

.index-about .about-text .txt b {
    font-size: 20px;
    color: #E32B2F;
}

@media screen and (max-width:768px) {
    .index-about .about-text .more {
        text-align: right;
    }
}


.index-box .more a {
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width:768px) {
    .index-box .more a span {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .index-box .more a {
        font-size: 16px;
    }
}

.index-box .more a:hover {
    color: #E32B2F;
}

.index-box .more a i {
    background: url(/assets/img/more-red-icon.svg) top center no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}


.index-box .more a i::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px #fff solid;
    background: #E32B2F;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.index-box .more a:hover i {
    background: url(/assets/img/more-w-icon.svg) top center no-repeat;
}

.index-box .more a:hover i::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*--------------*/
.index-product {
    background-repeat: no-repeat;
    background-position: top 30% center;
    background-color: rgba(118, 35, 24, 0.75);
    background-blend-mode: multiply;
    padding: 35px 20px;
}

.index-product::before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/assets/img/greenhouse.jpg);
    background-size: cover;

}

.index-product .container {
    padding: 0;
    position: relative;
}

.index-product .title {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: -50px;
    color: #fff;
    position: absolute;
    top: 0;
}

@media screen and (max-width:1200px) {
    .index-product .title {
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .index-product .title {
        text-align: center;
        font-size: 35px;
        position: static;
    }
}

.index-product .product-box {
    padding: 10px 0;
}

@media screen and (max-width:1440px) {
    .index-product .product-box {
        padding: 10px;
    }
}

@media screen and (max-width:768px) {
    .index-product .product-box .row {
        flex-direction: column-reverse;
    }
}

.index-product .pro-info {
    padding-left: 60px;
}

@media screen and (max-width:1200px) {
    .index-product .pro-info {
        padding-left: 30px;
    }
}

@media screen and (max-width:768px) {
    .index-product .pro-info {
        padding: 0;
        text-align: center;
    }
}

.index-product .pro-name {
    font-size: 30px;
    font-weight: bold;
    margin: 100px 0 30px;
}

@media screen and (max-width:768px) {
    .index-product .pro-name {
        font-size: 20px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 60px;
        margin: 30px 0;
    }
}

.index-product .pro-txt {
    font-size: 16px;
    line-height: 185%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 120px;
}

@media screen and (max-width:768px) {
    .index-product .pro-txt {
        display: none;
    }
}


.index-product .product-box .more {
    margin: 30px 0 20px;
}

@media screen and (max-width:768px) {
    .index-product .product-box .more {
        margin: 20px 0 0;
        text-align: right;
    }
}

.index-product .product-box,
.index-product .product-box .more a {
    color: #fff;
}

.index-product .product-box .more a i {
    background: url(/assets/img/more-w-icon.svg) top center no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.index-product .product-box .more a:hover i {
    background: url(/assets/img/more-red-icon.svg) top center no-repeat;
}

@media screen and (max-width:768px) {
    .index-product .product-box .more a i {
        background: url(/assets/img/more-w-icon.svg) center center no-repeat;
        background-size: 70%;
    }

    .index-product .product-box .more a:hover i {
        background: url(/assets/img/more-red-icon.svg) center center no-repeat;
        background-size: 70%;
    }
}


.index-product .product-box .more a i::before {
    background: #fff;
    border: 1px #E32B2F solid;
}

@media screen and (max-width:768px) {
    .index-product .product-box .more a i::before {
        width: 71%;
        height: 71%;
        top: 8px;
        left: 9px;
    }
}

@media screen and (max-width:768px) {

    .index-product .product-box .more a i,
    .index-product .product-box .more a:hover i {
        background: url(/assets/img/more-red-icon.svg) top center no-repeat #fff;
        border-radius: 50%;
        background-size: 100%;
        margin-right: 2px;
        width: 45px;
        height: 45px;
    }

    .index-product .product-box .more span {
        display: none;
    }
}

.index-product .product-box .pic {
    background-color: #fff;
    width: 80%;
    max-width: 490px;
    border-radius: 100%;
    border: 5px solid rgba(0, 0, 0, 0.5);
    aspect-ratio: 1 / 1;
}

@media screen and (max-width:1200px) {
    .index-product .product-box .pic {
        width: 100%;
        padding-right: 0;
        margin: 0 auto;
    }
}

.index-product .product-box .pic.p01,
.index-product .product-box .pic.p02 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-product .flex-container {
    display: none;
}

/*--------------*/
.index-news {
    background-image: url(/assets/img/news-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 50px 0 40px;
}

.news-box a {
    text-decoration: none;
}

.news-box .news-list {
    background-color: rgba(255, 249, 249, 0.8);
    border-radius: 10px;
    padding: 10px 0;
    border: 1px rgba(255, 249, 249, 0) solid;
    -moz-box-shadow: 0px 2px 4px rgba(227, 43, 47, 0.2);
    -webkit-box-shadow: 0px 2px 4px rgba(227, 43, 47, 0.2);
    box-shadow: 0px 2px 4px rgba(227, 43, 47, 0.2);
    position: relative;
    margin-bottom: 40px;
}

.news-box .news-list .n-more {
    position: absolute;
    bottom: 0;
    right: -6px;
}

.news-box .news-list .n-more img {
    width: 80%;
    max-width: 30px;
}

.news-box .news-main {
    display: flex;
    align-items: center;
    border-bottom: 1px #FFE4E5 solid;
    padding-bottom: 10px;
}

@media screen and (max-width:768px) {
    .news-box .news-main {
        align-items: flex-start;
        flex-direction: column;
    }
}

.news-box .date {
    color: #fff;
    background-color: #E32B2F;
    border-radius: 0 5px 5px 0;
    font-size: 13px;
    padding: 5px;
    margin-right: 10px;
}

@media screen and (max-width:768px) {
    .news-box .date {
        margin-bottom: 10px;
    }
}

.news-box .n-title {
    font-size: 18px;
    color: #730002;
    font-weight: bold;
    letter-spacing: 2px;
}

@media screen and (max-width:768px) {
    .news-box .n-title {
        margin: 0 15px;
    }
}

.news-box .news-info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    margin: 10px 30px 10px 20px;
    color: #333333;
    font-size: 16px;
    line-height: 185%;
    letter-spacing: 2px;
}

.news-box a:hover .news-list {
    border: 1px #E32B2F solid;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.news-box a:hover .news-list .n-more {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    right: 0;
}

.index-news .n-t-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media screen and (max-width:500px) {
    .index-news .n-t-box {
        align-items: center;
    }
}

.index-news .more a i::before {
    border: 1px #fff solid;
    background: #E32B2F;
    background-color: #E32B2F;
    background-image: url(/assets/img/more-w-icon.svg);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;

}

.index-news .n-t-box .more a:hover i::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width:768px) {

    .index-box .more a i,
    .index-box .more a i:before,
    .index-news .more a i:before {
        background: url(/assets/img/more-w-icon.svg) center center no-repeat #E32B2F;
        background-size: 100%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        transition-duration: unset;
        border: none;
    }
    .index-box .more a:hover i{
        background: none;
    }
}


/*main_box*/

.main_box img {
    width: 100%;
}


.select-area {
    display: none;
}

@media screen and (max-width:991px) {

    .select-area {
        width: 100%;
        margin: 20px 0;
        display: block;
        position: relative;
    }

    .select-area .select-bg {
        position: absolute;
        top: -5px;
        left: 2rem;
    }

    .select-area .category-select {
        letter-spacing: 1px;
        color: #E32B2F;
        background-color: #FFFFFF;
        border: 1px solid #E32B2F;
        font-size: 16px;
        padding: 6px 2rem 6px 1rem;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
    }

    .select-area .select-icon {
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        color: #E32B2F;
    }

    .product.product-de .title-area h1.tw-title {
        font-size: 25px !important;
        border-bottom: 1px solid #b9cdc2;
        margin-bottom: 0;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

.page_box {
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
}

.page_box h3 {
    line-height: 185%;
}

@media screen and (max-width:991px) {
    .page_box {
        padding: 50px 20px 20px 20px;
    }
}

.page_box .title span {
    padding: 5px 0;
    color: #b90004;
    font-size: 25px;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.page_box .title span::before,
.page_box .title span::after {
    content: "◆";
    color: #b90004;
    font-size: 30px;
    margin: 0 10px;
}

.page_box .link {
    width: 100%;
    margin: 10px 0;
}

.page_box .link a {
    text-decoration: none;
}

.page_box .link ul {
    padding: 0;
    margin: 0;
}

.page_box .link ul li {
    display: inline-block;
    width: calc(100% / 6 - 4px);
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .page_box .link ul li {
        display: inline-block;
        width: calc(100% / 4 - 10px);
        margin-top: 10px;
    }
}

@media screen and (max-width:500px) {
    .page_box .link ul li {
        display: inline-block;
        width: calc(100% / 2 - 10px);
        margin-top: 10px;
    }
}

.page-bg {
    padding-bottom: 80px;
    min-height: 500px;
}

.page-bg::before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/assets/img/page-bg.jpg) no-repeat bottom center;
    background-size: cover;
}



footer {
    background-color: #E32B2F;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    footer {
        padding: 20px 0 60px;
    }
}


footer .foot_con i {
    padding-right: 7px;
    width: 20px;
    text-align: center;
}

footer .foot_con a {
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
}

footer .foot_design {
    text-align: right;
}

@media screen and (max-width:768px) {
    footer .foot_design {
        text-align: left;
    }
}

footer .foot_design a {
    color: #fff;
    text-decoration: underline;
}



.semi-circle a {
    /*display: block;*/
    background: url(/assets/img/top.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 60px;
    right: 2%;
    z-index: 9999;
    text-decoration: none;
    background-size: 100%;
}

@media screen and (max-width:768px) {
    .semi-circle a {
        width: 40px;
        height: 40px;
        bottom: 60px;
    }
}

.semi-circle .scrollToTop {
    display: none;
}

.fixed-bottom {
    display: none;
}

@media screen and (max-width:768px) {

    .fixed-bottom {
        z-index: 1;
        display: block;
    }

    .fixed-bottom .button {
        position: relative;
        height: 50px;
    }

    .fixed-bottom .text {
        font-size: 15px;
    }

    .fixed-bottom .text a {
        text-decoration: none;
    }

    .fixed-bottom .text a:hover {
        text-decoration: none;
    }

    .fixed-bottom .button {
        background-color: #97181b;
        border-right: 1px #fff solid;
    }

    .fixed-bottom .button i,
    .fixed-bottom .button .text a {
        color: #fff;
    }

    .fixed-bottom .button i {
        margin-right: 10px;
    }
}