* {
    transition: all 0.3s;
}

body {
    font-family: "Microsoft Ya Hei", Arial, sans-serif;

    /*background-image: url("../images/index.jpg");
    background-position: center top;
    opacity: 0.5;*/
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #9b0000;
    text-decoration: none;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #9b0000;
    border-color: #9b0000;
}

.btn-primary {
    border-color: #9b0000;
    background-color: #9b0000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    border-color: #ad1319;
    background-color: #ad1319;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
}

.btn-link {
    color: #9b0000;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #9b0000;
}

.skin-color {
    color: #9b0000;
}

.app-page-header {
    background-color: #fff;
}

.app-page-header.black-bg {
    background-color: #000;
}

.app-page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 11px 0;
    max-width: 1400px;
    margin: 0 auto;
}

.app-page-header .right-area {
    display: flex;
    align-items: center;
}

.app-page-header .right-area .menus {
    margin-top: 8px;
}

.app-page-header .right-area .menus a {
    color: #444;
    margin-left: 48px;
    font-weight: bold;
}

.app-page-header .right-area .order {
    color: #fff;
    font-weight: bold;
    background-color: #9b0000;
    line-height: 60px;
    padding: 0 17px;
    font-size: 12px;
    margin-left: 62px;
    letter-spacing: 1px;
    border: 2px solid #9b0000;
}

.app-page-header .right-area .order:hover {
    color: #9b0000;
    background-color: #fff;
}

.app-page-header .right-area .share a {
    margin-left: 30px;
}

.app-page-footer {
    padding-top: 87px;
    color: #fff;
    background-image: url("../images/common/app-page-footer/bg.jpg");
    background-position: center;
    background-size: cover;
}

.app-page-footer .main {
}

.app-page-footer .main .header {
    font-size: 36px;
    margin-bottom: 29px;
}

.app-page-footer .main .title {
    font-size: 18px;
    margin-bottom: 4px;
}

.app-page-footer .main .content {
    line-height: 31px;
    margin-bottom: 20px;
}

.app-page-footer .main #contact-us-map {
    height: 395px;
    background-color: #ddd;
    margin-top: 88px;
    margin-left: 20px;
}

.app-page-footer .copyright {
    text-align: center;
    padding: 11px 0 65px 0;
}

.index-page .banner-area {
    height: 716px;
    position: relative;
}

.index-page .banner-area .banner-mask {
    width: 100%;
    height: 100%;
    background-image: url("../images/pages/index/banner-mask.png");
}

.index-page .banner-area .banner-swiper {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-button-next,
.index-page .banner-area .banner-swiper .swiper-button-prev {
    color: #9b0000;
}

.index-page .banner-area .first-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 2;
    color: #fff;
}

.index-page .banner-area .first-screen .inner {
    margin-top: 226px;
}

.index-page .banner-area .first-screen .inner .line-1 {
    text-align: center;
    padding: 0 30px;
}

.index-page .banner-area .first-screen .inner .line-1 img {
    max-width: 100%;
}

.index-page .banner-area .first-screen .inner .line-2 {
    text-align: center;
}

.index-page .banner-area .first-screen .inner .order-btn {
    color: #fff;
    display: inline-block;
    line-height: 50px;
    padding: 0 36px;
    font-weight: bold;
    background-color: #9b0000;
    margin-top: 121px;
    letter-spacing: 1px;
    border: 2px solid #9b0000;
}

.index-page .banner-area .first-screen .inner .order-btn:hover {
    color: #9b0000;
    background-color: #fff;
}

.index-page .aboutus-area {
    margin-top: 139px;
    margin-bottom: 120px;
}

.index-page .aboutus-area .img {
    width: 100%;
}

.index-page .aboutus-area .img img {
    width: 100%;
}

.index-page .aboutus-area .text {
    font-size: 18px;
    line-height: 60px;
    margin-left: 57px;
    margin-top: -3px;
}

.index-page .aboutus-area .text p {
    text-indent: 2em;
    margin-bottom: 0;
}

.index-page .outstory-area {
    margin-bottom: 20px;
}

.index-page .outstory-area .row {
    display: flex;
}

.index-page .outstory-area .img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.index-page .outstory-area .img:after {
    content: ' ';
    transition: all 0.3s;
}

.index-page .outstory-area .img:hover:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.index-page .outstory-area .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.index-page .outstory-area .img:hover img {
    transform: scale(1.5, 1.5) rotate(15deg);
    -webkit-transform: scale(1.5, 1.5) rotate(10deg);
    -moz-transform: scale(1.5, 1.5) rotate(10deg);
    -o-transform: scale(1.5, 1.5) rotate(10deg);
}

.index-page .outstory-area .right .img {
    margin-bottom: 10px;
    height: calc((100% - 10px) / 2);
}


.index-page .outstory-area .right .img:last-child {
    margin-bottom: 0;
}

.index-page .outstory-area .left {
    padding-right: 5px;
}

.index-page .outstory-area .right {
    padding-left: 5px;
}

@media (min-width: 1180px) {
    .container {
        width: 1150px;
    }
}

@media (max-width: 992px) {
    .app-page-footer .main #contact-us-map {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .index-page .banner-area {
        height: 600px;
    }

    .index-page .banner-area .first-screen .inner {
        margin-top: 190px;
    }

    .index-page .aboutus-area .text {
        margin-top: 0;
        margin-left: 30px;
        line-height: 37px;
    }
}

@media (max-width: 768px) {
    .app-page-header .right-area .menus {
        display: none;
    }

    .app-page-header .right-area .order {
        margin-left: 0;
        line-height: 38px;
        padding: 0 10px;
    }

    .app-page-header .right-area .share {
        display: none;
    }

    .index-page .banner-area {
        height: 400px;
    }

    .index-page .banner-area .first-screen .inner {
        margin-top: 110px;
    }

    .index-page .banner-area .first-screen .inner .order-btn {
        margin-top: 70px;
    }

    .index-page .aboutus-area {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .index-page .aboutus-area .text {
        margin-top: 60px;
    }

    .index-page .outstory-area .row {
        display: block;
    }

    .index-page .outstory-area .left {
        padding-right: 15px;
    }

    .index-page .outstory-area .right {
        padding-left: 15px;
    }

    .index-page .outstory-area .left .img {
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .app-page-footer .main #contact-us-map {
        height: 240px;
    }

    .index-page .banner-area {
        height: 300px;
    }

    .index-page .banner-area .first-screen .inner {
        margin-top: 90px;
    }

    .index-page .banner-area .first-screen .inner .order-btn {
        margin-top: 50px;
    }
}