.head {
    width: 100%;
    line-height: 38px;
    background-color: #f5f5f5;
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    float: left;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.head-left {
    padding: 0 10px;
}

.head-right {
    float: right;
    padding-right: 10px;
}

.langeuageSelect {
    height: 30px;
}

.logo {
    height: 120px;
    clear: both;
    /*min-width: 1200px;*/
}

    .logo img {
        margin-top: 30px;
        width: 171px;
        height: 58px;
    }

.pc-header-logo {
    width: 30%;
    float: left;
}

@media screen and (min-width: 1024px) {
    .pc-header-btn {         
        justify-content: space-around !important;
    }
    .mobile-header-btn {
        display: none !important;
    }
}
.pc-header-btn {
    text-align: right !important;
    text-align: end;
    vertical-align: middle;
    width: 70%;
    float: left;
    padding-top: 3%;
}

#toplinks #head-btn1 input {
    font-family: "Roboto",Sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #ac140f;
    border: 1px solid #ac140f;
    width: 175px;
    height: 40px;
    margin-right: 10px !important;
}

@media screen and (max-width: 1024px) {
    .pc-header-btn {
        display: none !important;
    }

    .mobile-header-btn {
        display: flex !important;
    }
}

.mobile-header-btn {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

#toplinksMobile{
    width: 100%
}

#toplinksMobile #head-btn2 input {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc0000;
    float: left;
}

#toplinksMobile #head-btn3 input {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #07b53b;
    float: left;
}

#toplinksMobile #head-btn2 input a {
        display: block;
        text-align: center;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        color: #ffc000;
}

.bander .swiper-container .swiper-wrapper .swiper-slide img {
    height: 560px;
}

.hide-content {
    display: none;
}

#openMenu {
    width: 55px;
    height: 50px;
    background: #e7a71c;
    justify-content: center;
    align-items: center;
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    float: right;
    margin-top: 20px;
    position: relative;
}

.pnav-nav {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 20;
    width: 250px;
    background-color: #e7a71c;
}

    .pnav-nav li {
        width: 100%;
    }

        .pnav-nav li a {
            width: 100%;
            height: 50px;
            line-height: 50px;
            display: block;
            margin-left: 20px;
        }

        .pnav-nav li ol {
            margin-left: 40px;
        }

            .pnav-nav li ol a {
                text-align: left;
                color: #333;
            }

.pactive a {
    color: #fff;
}

.pnav-nav li ol li .pactive-two {
    color: #fff;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav {
    height: 50px;
    background-color: #dc0000;
    /*min-width: 1200px;*/
}

.nav-nav {
    width: 100%;
    display: flex;
}

    .nav-nav li {
        flex: 1;
        text-align: center;
        position: relative;
    }

        .nav-nav li a {
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            color: #fff;
            font-size: 16px;
        }

            .nav-nav li a:hover {
                background: #ac140f;
            }

.active {
    background: #ac140f;
}

.nav-nav li dl {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 20;
    text-align: center;
    background-color: #dc0000;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

    .nav-nav li dl dd {
        line-height: 50px;
        height: 50px;
        display: block;
        width: 100%;
        border-top: 1px solid #ac140f;
    }

        .nav-nav li dl dd a {
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            color: #fff;
            font-size: 16px;
        }

.bander {
    height: 560px;
}

.swiper-slide a {
    display: block;
    width: 100%;
}

.crumbs_in {
    text-align: left;
}

.crumbs {
    margin-top: 20px;
}

.product {
}

.title-style-one {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
    margin-top: 20px;
    color: #dc0000;
    font-weight: bold;
}

.title-style {
    height: 40px;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 20px;
}

em {
    display: inline-block;
    width: 225px;
    height: 1px;
    margin-bottom: 8px;
    background: #cecece;
}

.em-left {
    margin-right: 20px;
}

.em-right {
    margin-left: 20px;
}

.product-sec {
    width: 500px;
    margin: 0 auto;
    height: 30px;
    display: flex;
    justify-content: center;
}

    .product-sec li {
        float: left;
        text-align: center;
        width: 25%;
    }

        .product-sec li a {
            display: block;
            text-align: center;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            border: 1px solid #ccc;
            margin-left: 10px;
        }

            .product-sec li a:hover {
                color: #fff;
                background: #dc0000;
                border-color: #dc0000;
            }

.product-show {
    margin-top: 30px;
    width: 100%;
}

    .product-show li {
        float: left;
        width: 23%;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .product-show li a {
            display: block;
            width: 100%;
            height: 100%;
            border: 1px solid #f0f0f0;
            position: relative;
        }

            .product-show li a img {
                width: 100% !important;
                height: 212px !important;
            }

            .product-show li a:hover {
                border: 1px solid red;
                background-color: red;
                -moz-box-shadow: 2px 2px 10px #909090;
                -webkit-box-shadow: 2px 2px 10px #909090;
                box-shadow: 2px 2px 10px #909090;
                color: white;
            }

            .product-show li a span {
                display: block;
                padding-left: 4px;
                text-align: center;
                font-size: 16px;
                margin: 10px 0;
            }

                .product-show li a span p {
                    text-align: center;
                }

        .product-show li:nth-child(4n) {
            margin-right: 0;
        }

.product-del {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .product-del a {
        display: block;
        width: 198px;
        height: 48px;
        font-size: 16px;
        line-height: 48px;
        text-align: center;
        border: 1px solid #ccc;
        transition: all .5s;
        margin: 0 auto;
        float: left;
    }

        .product-del a:hover {
            background: #dc0000;
            color: #fff;
            transition: all .5s;
            border: 1px solid #dc0000;
            cursor: pointer;
        }

.line-left {
    height: 1px;
    margin-top: 25px;
    float: left;
    background-color: #ccc;
    width: calc(50% - 100px)
}

.line-right {
    float: right;
    height: 1px;
    margin-top: 25px;
    background-color: #ccc;
    width: calc(50% - 100px)
}

.news {
    margin-bottom: 20px;
}

    .news .swiper-button-prev {
        display: none;
    }

    .news .swiper-button-next {
        display: none;
    }

    .news .swiper-container {
        height: 270px;
    }

    .news .swiper-pagination {
        display: none;
    }

    .news .swiper-slide {
        width: 288px;
        height: 256px;
    }

        .news .swiper-slide img {
            width: 288px !important;
            height: 216px !important;
        }

        .news .swiper-slide span {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 16px;
            margin: 10px;
        }

            .news .swiper-slide span p {
                text-align: center;
            }

.aboutus .content .detail {
    box-sizing: border-box;
    padding: 10px;
    float: left;
    /*min-width: 700px;*/
}

#shareUl {
    margin-bottom: 66px !important;
    margin-top: 30px !important;
}

.footer {
    width: 100%;
    background-color: #2E3033;
    margin-top: 20px;
}

#friendLinkshtitle {
    color: white;
    font-size: 20px;
    padding: 20px;
}

.friendlink {
    color: #fff;
    text-align: center;
}

    .friendlink a {
        color: #fff;
        margin:10px;
        display:inline-block;
    }

        .friendlink a img {
            width: 162px;
            height: 88px;
        }

.footer-nav {
    display: flex;
    justify-content: center;
}

    .footer-nav li {
        flex: 1;
    }

        .footer-nav li a {
            color: #fff;
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }

.footer-link {
    color: #fff;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

    .footer-link p {
        text-align: center;
    }

.sideTitle i {
    transition: all linear 0.3s;
}

.footactive  a {
    color: #dc0000!important;
}


.shareit {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 20;
    width: 40px;
}

.topI {
    position: relative;
    top: 10px;
}

    .topI i {
        font-size: 34px;
        color: #5c9c67;
    }

.BackTop {
    display: block;
    border-radius: 50%;
    text-align:center;
}

.ShowHide {
    position: relative;
    transform: rotate(90deg);
    top: 5px;
}

    .ShowHide i {
        font-size: 34px;
        color: #5c9c67;
    }

#customer {
    display: block;
}

.customerService {
    position: relative;
}

    .customerService a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .customerService img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .customerService i {
        display: block;
        font-size: 34px;
        color: #5c9c67;
        width: 100%;
        height: 100%;
        line-height: 50px;
    }

/******************************************************************最新消息******************************************************/
.news {
    margin-top: 20px;
}

.news-left {
    float: left;
    width: 25%;
}

    .news-left h2 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #dc0000;
    }

.second-title {
    width: 100%;
    border: 1px solid #ddd;
}

    .second-title li {
        width: 100%;
    }

        .second-title li a {
            background: #fff url(../images/tb9.png) 15px center no-repeat;
            box-sizing: border-box;
            width: 100%;
            height: 50px;
            display: block;
            line-height: 50px;
            border-top: 1px solid #eaeaea;
            padding-left: 35px;
        }

            .second-title li a:hover {
                background: #ffffff url(../images/tb11.png) 15px center no-repeat;
                color: #dc0000;
            }

.show-product {
    width: 100%
}

    .show-product li {
        margin-top: 10px;
    }

        .show-product li a img {
            width: 300px;
            height: 170px;
        }

        .show-product li a span {
            text-align: center;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 10px;
        }

.news-right {
    float: left;
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}

.news-right-content {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
}

.news-right-img img {
    width: 308px;
    height: 180px !important;
}

.news-right-content:hover {
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
}

    .news-right-content:hover h2 {
        color: red
    }

.news-right p img {
    display: none;
}

.news-right-img {
    float: left;
    width: 35%;
    margin: 10px 0 10px 10px;
}

.news-right-font {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    width: 62%;
    padding-right: 20px;
}

    .news-right-font img {
        display: none;
    }

    .news-right-font a h2 {
        font-size: 18px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .news-right-font a h2:hover {
            color: #dc0000;
        }

    .news-right-font p {
        box-sizing: border-box;
    }

.second-title-show {
    padding-left: 50px;
}

.newspage-content-type {
    padding-left: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.news-right p {
    padding-left: 10px;
    margin-top: 10px;
    padding-right: 20px;
}

.news-detail-show {
    max-height: 90px;
    height: 90px;
    overflow: hidden;
    line-height: 28px;
}

.ptitle-news {
    display: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    margin-bottom: -38px
}

.current .fa-chevron-down {
    transform: rotate(3.14159rad);
}

.news-border {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
}
/******************************************************************最新消息子页面******************************************************/
.newsChild-right {
    float: left;
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}

    .newsChild-right h2 {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }

.newsChild-righ-mid {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-detail-list {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.news-detail-time {
    display: inline-block;
    width: 50%;
    text-align: left;
}

.newsChild-right-last {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 49%;
    margin-left: 1%;
}

.newsChild-right-next {
    float: right;
    width: 49%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

    .newsChild-right-next span {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 90%;
    }

.newsChild-right-last span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}
/******************************************************************产品介绍******************************************************/
.product-right {
    float: left;
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}


.product-right-show li {
    float: left;
    width: 45%;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .product-right-show li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #f0f0f0;
        position: relative;
    }

        .product-right-show li a img {
            /*width: 283px;*/
            width: 100% !important;
            height: 300px !important;
        }

        .product-right-show li a:hover {
            background-color: red;
            -moz-box-shadow: 2px 2px 10px #909090;
            -webkit-box-shadow: 2px 2px 10px #909090;
            box-shadow: 2px 2px 10px #909090;
            color: #fff;
        }

.time-title-list span {
    display: inline-block;
}

.time-title-list .product-time {
    width: 25%;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.time-title-list .product-title {
    width: 50%;
    text-align: center;
}

.time-title-list .product-list {
    width: 25%;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
}

.product-right-show li a span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 5px 0 5px 0;
}

    .product-right-show li a span p {
        text-align: center;
    }

.dg-show-page {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .dg-show-page span {
        float: none;
        background-color: transparent;
        /* vertical-align: middle; */
    }

    .dg-show-page ul {
        overflow: hidden;
        display: inline-block;
        margin: 0;
    }

    .dg-show-page li {
        float: left;
        margin: 0;
        list-style: none !important;
    }

        .dg-show-page li a {
            display: inline-block;
            margin: 0px 2px;
            padding: 0 8px;
            height: 30px;
            line-height: 30px;
            background: transparent;
            border: 1px solid #dc0000;
            cursor: pointer;
            color: #9e9e9e;
        }

        .dg-show-page li .number_hit {
            display: inline-block;
            margin: 0px 2px;
            padding: 0 8px;
            height: 30px;
            line-height: 30px;
            background: transparent;
            border: 1px solid #dc0000;
            color: #9e9e9e;
        }

    .dg-show-page .pageRemark {
        display: inline-block;
        background-color: #dc0000;
        margin: 0px 2px;
        padding: 0 8px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        vertical-align: top;
        font-size: 16px;
    }

    .dg-show-page li .active {
        background: #dc0000;
        color: #fff;
    }

.product-detail-list {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.product-detail-time {
    display: inline-block;
    width: 150px;
    text-align: left;
}

.ptitle-product {
    display: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    margin-bottom: -38px;
}
/******************************************************************产品介绍子页面******************************************************/
/******************************************************************关于我们******************************************************/
.about {
    margin-top: 20px;
}

    .about h2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .about p {
        margin: 20px 0;
    }

}
/******************************************************************联系我们******************************************************/
.contact {
    margin-top: 20px;
}

    .contact h2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
    }

    .contact p {
        margin: 20px 0;
    }

#sideNav {
    padding-bottom: 40px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.text-indent {
    text-indent: 1em;
}

.text-indent2 {
    text-indent: 2em;
}

.layui-nav-tree {
    width: 100%;
}

.layui-nav .layui-nav-item a {
    color: #434343 !important;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #fff !important;
    color: #dc0000 !important;
}

.layui-nav {
    background: #fff !important;
}

.layui-nav-tree .layui-this > a {
    background-color: #fff !important;
}

.layui-nav-itemed > .layui-nav-child {
    background-color: #fff !important;
}

.layui-nav .layui-nav-mored, .layui-nav-itemed > a .layui-nav-more {
    border-color: transparent transparent #000 !important;
}

.layui-nav-more {
    border-top-color: #000 !important;
}

.layui-nav .layui-this a {
    background-color: #fff !important;
    color: #dc0000 !important;
}

.layui-nav li a {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.layui-nav-bar {
    background: none !important;
}

marquee {
    color: #999999;
}

#footerText>p>span>span {
    color: #999999 !important;
}