.banner {
    position: relative;

    z-index: 1;
}

.banner .banner-pic {
    position: relative;
}

.banner .banner-pic .pic {
    display: block;

    position: relative;

    z-index: 1;

    height: 185px;

    background: no-repeat center center;
    background-size: 100%;
}

.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;
}

.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;
}
.about,
.contact {
    padding: 20px;
    line-height: 1.6;
}
.contact img {
    max-width: 100%;
}
.product {
    padding: 50px 0 0;
}
.container {
    margin-bottom: 50px;
}
.product-list {
    margin-top: 35px;
}
.product-list .item {
    margin-bottom: 20px;
}
.product-list .item .imgs {
    overflow: hidden;
}
.product-list .item .imgs img {
    max-width: 100%;
}
.product-list .item .info {
    margin-top: 10px;
}
.product-list .item .info .name {
    text-align: center;
}
.product .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.product .detail {
    line-height: 1.8;
}
.product_detail {
    padding: 50px 0 0;
}
#exzoom {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.detail_info {
}
.detail_info h1 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.detail_info .description {
    color: #555;
    font-size: 14px;
}
.detail_info .description p {
    line-height: 3;
}
.product_detail_con img {
    max-width: 100%;
}
.pro_detail_tit {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.news {
}

.news ul {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 45px;
}
.news .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.news .detail {
    line-height: 1.8;
}

.news ul li {
    margin: 0px 20px 40px;
    width: calc(33.333% - 40px);
    float: left;
}
.news ul li .imgs {
    height: 220px;
    overflow: hidden;
}
.news ul li img {
    width: 100%;
    height: 220px;
}

.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;
}

.newsdetail .details img {
    max-width: 100%;
}

.newsdetail .prnews {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    font-size: 16px;
    position: relative;
}
.prnews ul {
    width: 80%;
}
.prnews li {
    margin-bottom: 20px;
}

.sub_menu {
    margin-top: 60px;

    margin-bottom: 60px;
}

.sub_menu a {
    font-size: 20px;

    font-weight: 500;

    position: relative;

    color: #888888;

    margin-right: 35px;
}

.sub_menu a.on {
    color: #333;
}

.sub_menu .cur a::after,
.sub_menu li:hover a::after {
    content: "";

    display: block;

    position: absolute;

    /* top: 4px; */

    bottom: -5px;

    left: 0;

    width: 100%;

    height: 2px;

    margin: 0 auto;

    background: var(--SW-PAGE-ROOT-COLOR);
}

.sub_menu .wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sub_menu .wrapper {
    height: 35px;
}

.sub_menu .wrapper .scroller {
    position: absolute;
}

.sub_menu .wrapper .scroller li {
    float: left;
    text-align: center;
    font-style: none;
    padding: 0 0.2rem;
}

@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) {
    .banner .banner-pic .pic {
        height: 120px;
        background-size: cover;
    }
    .loacion h1 {
        font-size: 22px;
    }

    .loacion {
        padding: 25px 0 15px;
    }

    .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;
    }
}

@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) {
}
