.banner {
    position: relative;

    z-index: 1;
}

.banner .banner-pic {
    position: relative;
}

.banner .banner-pic .pic {
    display: block;

    position: relative;

    z-index: 1;

    height: 280px;

    background: no-repeat center center;
    background-size: 100%;
    opacity: 0.8;
}

.banner .banner-pic .pic:before {
    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    width: 100%;

    height: 100%;

    /* background: rgba(0,0,0,.5); */

    content: "";
}

.banner .banner-info {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    position: absolute;

    top: 85px;

    left: 0;

    right: 0;

    bottom: 85px;

    z-index: 3;

    color: #fff;
}

.banner .banner-info .title {
    font-size: 48px;

    font-weight: 600;

    text-transform: uppercase;

    line-height: 60px;

    text-align: center;

    line-height: 1;
}

.banner .banner-info .txt {
    text-align: center;

    font-size: 24px;

    font-weight: 300;

    color: rgb(255 255 255 / 50%);
}

.banner .banner-info .txt p {
    margin: 0;

    margin-top: 35px;
}

.banner_support .banner-info .title {
    font-size: 40px;

    font-weight: 500;

    text-transform: uppercase;

    line-height: 60px;

    text-align: center;
}

.banner_support .banner-info .txt {
    text-align: center;

    font-size: 40px;

    font-weight: 500;
}

.banner-info h1 {
    font-size: 48px;
    font-weight: 600;
}

.page_subject {
    padding: 0px 15px;
}

.loacion {
    border-bottom: 1px solid #eee;
    padding: 35px 0 25px;
    position: relative;
}

.loacion h1 {
    margin-bottom: 0;
    text-align: left;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    letter-spacing: 1.5px;
}

.loacion .breadcrumb {
    font-size: 13px;
    background-color: transparent;
    border: none;
    position: relative;
    float: none !important;
    text-align: left;
    bottom: 0;
    padding: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li + li:before {
    content: ">";
    transform: scaleX(0.6);
    display: inline-block;
}
.loacion .breadcrumb a {
    color: #999;

    letter-spacing: 1px;
}
.loacion .nav {
    position: absolute;
    right: 0;
    bottom: 0;
}
.feestd-menu .on-service {
}
.feestd-menu a {
    background: #ffe47a;
    text-align: center;
    padding: 0px 16px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #333;
    display: inline-block;
}
.feestd-menu a.act {
    background-color: var(--SW-PAGE-YELLOW-COLOR);
    color: #fff;
}
.about,
.contact {
    padding: 20px;
    line-height: 1.6;
    min-height: 400px;
}
.contact img {
    max-width: 100%;
}

.container {
    margin-bottom: 50px;
}
.nl-list {
}
.nl-list li {
    border-bottom: 1px solid #eee;

    padding: 20px;
}
.time-left {
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 3px;
    background-color: #f0f0f0;
    padding: 10px;
}
.time-left p:first-child {
    font-size: 20px;
}
.time-left p:last-child {
    font-size: 16px;
    margin-top: 5px;
}
.time-left p {
    padding: 0;
    margin: 0;
}
.word-right {
    float: left;
    margin-left: 20px;
    height: 72px;
}

.nl-list li:hover .time-left {
    cursor: pointer;
    color: #fff;
    background: #1e52c2;
}

.newsdetail {
    margin-top: 35px;
}

.newsdetail h1.title {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
}

.newsdetail h1.title {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
}

.newsdetail .subtit {
    font-size: 14px;
    color: #888;
    margin-top: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
}

.newsdetail .conbox {
    float: left;
    width: 850px;
}

.newsdetail .details {
    margin-top: 30px;
    line-height: 1.8;
    padding-bottom: 30px;
    min-height: 400px;
}

.newsdetail .details img {
    max-width: 100%;
}

.track-box {
    min-height: 450px;

    margin: 0 auto;

    margin-top: 50px;
}

.track-box .search-box {
    background-color: #fff7e1;

    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.track-box .input {
    height: 120px;
    width: 400px;
    border: none;
    font-size: 16px;
    border: 1px solid #dadada;
    padding-left: 10px;
    vertical-align: bottom;
}

.track-box .trackbtn {
    width: 120px;
    height: 45px;
    color: #fff;
    background-color: #8c6769;
    border: none;
    margin-left: 10px;
    font-size: 18px;
}

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

table.gridtable th {
    border-width: 1px;
    padding: 13px 0px;
    border-style: solid;
    border-color: #666666;
    background-color: #dcdfe6;
}

table.gridtable td {
    border-width: 1px;
    padding: 13px;
    border-style: solid;
    border-color: #dcdfe6;
    background: #f3f6f9;

    line-height: 22px;
}

@media (min-width: 992px) {
}

@media (min-width: 1025px) {
}

@media screen and (min-width: 1600px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1250px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    .loacion h1 {
        font-size: 22px;
    }

    .loacion {
        padding: 25px 0 15px;
    }

    .banner .banner-pic .pic {
        height: 180px;
    }

    .product ul,
    .news ul {
        margin-left: 0px;
        margin-right: 0px;
    }
    .product ul li {
        margin: 0 auto;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .product ul li img,
    .news ul li img {
        max-width: 100%;
    }

    .news ul li {
        margin: 0 auto;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .newsdetail h1.title {
        height: auto;
        font-size: 20px;

        line-height: 1.5;
    }

    #exzoom {
        width: 100%;
    }

    .detail_info {
        margin-top: 20px;
    }
    .detail_info h1 {
        font-size: 20px;
    }

    .track-box .input {
        height: 120px;
        width: 90%;
        border: none;
        font-size: 16px;
        border: 1px solid #dadada;
        padding-left: 10px;
        vertical-align: bottom;
        margin-left: auto;
        margin-right: auto;
    }
    .track-box .trackbtn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 740px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 413px) {
}

@media screen and (max-width: 375px) {
}
