<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鑳屾櫙 */
.sub-banner {
    height: 370px;
    background-size: cover;
    position: relative;
}

.guanywm {
    font-size: 50px;
    color: black;
    margin-left: 16%;
    position: absolute;
    top: 35%;
}

.redline {
    width: 72px;
    border-bottom: 3px solid #e60012;
    margin-top: 10px;
}

@media only screen and (max-width: 920px) {
    .sub-banner {
        height: 150px;
    }

    .guanywm {
        font-size: 25px;

    }
}



/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
    color: #fff;
    font: 300 18px/59px microsoft yahei;
    background: #006db9;
    padding-left: 18px;
}

.sidenav {
    text-align: center;
    position: relative;
}

.sidenav li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin: 0 20px;
}


.sub_nav {
    background: #e8e9f0;
    border-bottom: 1px solid #dde2ea;
}


.sidenav li.active {
    background-color: #e60012;
    width: 120px;
}

.sidenav li:hover a,
.sidenav li a:hover {
    color: #e60012;
}

.sidenav li.active a {
    color: #fff;
    font-weight: bold;
}

/* overview */
.ln-menu-link {
    display: block;
    font-size: 16px;
    position: relative;
    *zoom: 1;
    line-height: 55px;
    color: #000;
}

#ln-menustate {
    display: none;
}

@media only screen and (max-width: 920px) {
    .sidenav li {
        font-size: 14px;
        margin: 0 10px;
    }

    .ln-menu-link {
        font-size: 14px;
    }
}


@media only screen and (max-width: 767px) {
    .sub_nav {
        margin-top: 0;
    }

    .sidenav {
        background: #fff;
    }

    .sidenav li {
        width: 100%;
        text-align: center;
        border-right: 0;
        padding: 0;
        margin: 0;
        border-bottom: 0;
    }

    .sidenav li.active:before {
        display: none;
    }

    .sidenav li.active a {
        color: #fff;
        line-height: 20px;
    }


    .sub_nav {
        background: #fff;
    }

    .ln-menu-link .inco {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .ln-menu-link {
        line-height: 20px;
        border-bottom: 1px solid #d7d7d7;
        border-right: none;
        border-left: none;
        border-top: none;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .overview.hidden {
        display: block;
    }

    .sidenav li.on {
        border-bottom: none;
    }

    .sub_nav li:first-child .ln-menu-link {
        border-left: none;
    }
}

.sidenav li.on a {
    color: #10924e;
}


#ln-menustate {
    display: none;
}

.localnav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.ln-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 1
}

/* background */
.ln-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1)
}

/*.ln-background:after { background-color: rgba(153,153,153,0.4); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }*/
#ln-menustate:checked~.localnav .ln-background,
#ln-menustate:target~.localnav .ln-background {
    background-color: rgba(255, 255, 255, 1);
    max-height: none;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

#ln-menustate:checked~.localnav .ln-background:after,
#ln-menustate:target~.localnav .ln-background:after {
    background-color: #d6d6d6
}

.ln-content {
    position: relative;
    z-index: 2;
}

.ln-curtain {
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#ln-menustate:checked~.localnav .ln-curtain,
#ln-menustate:target~.localnav .ln-curtain {
    -webkit-transition: opacity 1s ease 0.1s;
    transition: opacity 1s ease 0.1s
}

.ln-actions {
    float: left;
    display: none;
}

.ln-action {
    float: left;
    margin-left: 24px
}

/* chevron */
.ln-menucta {
    cursor: pointer;
    display: block;
    margin-right: -11px;
    overflow: hidden;
    width: 40px;
    height: 48px;
    -webkit-tap-highlight-color: transparent;
}

.ln-menucta-chevron {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 1px;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1)
}

.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
    background: #333
}

.ln-menucta-chevron::before {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    right: 50%
}

.ln-menucta-chevron::after {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    left: 50%
}

#ln-menustate:checked~.localnav .ln-menucta-chevron,
#ln-menustate:target~.localnav .ln-menucta-chevron {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

#ln-menustate:checked~.localnav .ln-menucta-chevron::before,
#ln-menustate:target~.localnav .ln-menucta-chevron::before {
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5)
}

#ln-menustate:checked~.localnav .ln-menucta-chevron::after,
#ln-menustate:target~.localnav .ln-menucta-chevron::after {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5)
}

.ln-menucta-anchor {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}

.ln-menucta-anchor:focus {
    outline-offset: -6px;
    width: 100%;
    height: 100%
}

.ln-menucta-anchor-close {
    display: none
}

.ln-menucta-anchor-label {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

#ln-menustate:checked~.ln-menucta-anchor-open,
#ln-menustate:target~.ln-menucta-anchor-open {
    display: none
}

#ln-menustate:checked~.ln-menucta-anchor-close,
#ln-menustate:target~.ln-menucta-anchor-close {
    display: block
}

@media only screen and (max-width: 767px) {
    .content {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .col-main {
        margin: 0;
    }

    .col-left {
        float: left;
        width: 200px;
        margin-left: -100%;
        margin: 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .localnav {
        height: 48px
    }

    .overview {
        float: left;
        line-height: 48px;
        padding: 0;
        background: none;
        color: #000;
        font-size: 14px;
    }

    .sidenav {
        border-width: 0;
    }

    .ln-menu-link {
        border-bottom: 0 none;
    }

    .ln-background {
        min-height: 48px;
        -webkit-transition: background-color 0.5s ease 0.7s;
        transition: background-color 0.5s ease 0.7s
    }

    .ln-menu {
        line-height: 48px;
        padding-top: 0;
        width: 100%
    }

    .ln-menu-tray {
        overflow: hidden;
        pointer-events: none;
        visibility: hidden;
        width: 100%;
        max-height: 0;
        -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s, visibility 0s linear 1s;
        transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s, visibility 0s linear 1s;
    }

    #ln-menustate:checked~.localnav .ln-menu-tray,
    #ln-menustate:target~.localnav .ln-menu-tray {
        max-height: 400px;
        max-height: -webkit-calc(100vh - 48px - 48px);
        max-height: calc(100vh - 48px - 48px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: auto;
        visibility: visible;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s
    }

    #ln-menustate:checked~.localnav.ln-opening .ln-menu-tray,
    #ln-menustate:target~.localnav.ln-opening .ln-menu-tray {
        overflow-y: hidden
    }

    #ln-menustate:checked~.localnav.ln-sticking .ln-menu-tray,
    #ln-menustate:target~.localnav.ln-sticking .ln-menu-tray {
        max-height: -webkit-calc(100vh - 48px);
        max-height: calc(100vh - 48px)
    }

    .ln-curtain {
        -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
        transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s
    }

    #ln-menustate:checked~.ln-curtain,
    #ln-menustate:target~.ln-curtain {
        opacity: 1;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }

    .ln-actions {
        display: block;
        margin-left: 0;
        padding: 0 16px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        left: 50%
    }

    .ln-action {
        margin-left: 16px
    }

    .ln-action-menucta {
        margin-left: -20px;
        position: absolute;
        left: 0;
        z-index: 1
    }

    .ln-action-button {
        float: right;
        margin-left: 27px
    }

    .ln-content {
        padding: 0 20px;
    }

    .inner-cont {
        margin: 10px;
    }

    .sidenav {
        opacity: 1;
        padding: 17px 10px 28px 10px;
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
        transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
        transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
        transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s
    }

    .sidenav .level2 li,
    .sidenav .level2 li a {
        line-height: 20px;
    }

    #ln-menustate:checked~.localnav .sidenav,
    #ln-menustate:target~.localnav .sidenav {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0.2s, 0.4s;
        transition-delay: 0.2s, 0.4s
    }

    .ln-menu-item {
        display: block;
        line-height: 48px;
        margin-left: 0;
        width: 100%;
        padding: 0;
    }

    .ln-menu-item:first-child .ln-menu-link {
        border-top: 0
    }

    .ln-menu-item:nth-child(1) .ln-menu-link {
        -webkit-transition-delay: 0.07s;
        transition-delay: 0.07s
    }

    .ln-menu-item:nth-child(2) .ln-menu-link {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s
    }

    .ln-menu-item:nth-child(3) .ln-menu-link {
        -webkit-transition-delay: 0.21s;
        transition-delay: 0.21s
    }

    .ln-menu-item:nth-child(4) .ln-menu-link {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s
    }

    .ln-menu-item:nth-child(5) .ln-menu-link {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s
    }

    .ln-menu-item:nth-child(6) .ln-menu-link {
        -webkit-transition-delay: 0.42s;
        transition-delay: 0.42s
    }

    .ln-menu-item:nth-child(7) .ln-menu-link {
        -webkit-transition-delay: 0.49s;
        transition-delay: 0.49s
    }

    #ln-menustate:checked~.localnav .ln-menu-item:nth-child(1) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(1) .ln-menu-link {
        -webkit-transition-delay: 0.56s;
        transition-delay: 0.56s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(2) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(2) .ln-menu-link {
        -webkit-transition-delay: 0.49s;
        transition-delay: 0.49s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(3) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(3) .ln-menu-link {
        -webkit-transition-delay: 0.42s;
        transition-delay: 0.42s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(4) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(4) .ln-menu-link {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(5) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(5) .ln-menu-link {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(6) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(6) .ln-menu-link {
        -webkit-transition-delay: 0.21s;
        transition-delay: 0.21s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(7) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(7) .ln-menu-link {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s
    }

    .ln-menu-link {
        border-top: 1px solid rgba(214, 214, 214, 0.5);
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform
    }

    #ln-menustate:checked~.localnav .ln-menu-link,
    #ln-menustate:target~.localnav .ln-menu-link {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .ln-menucta-anchor {
        display: block
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {

    #ln-menustate:checked~.ln-menu-tray,
    #ln-menustate:target~.ln-menu-tray {
        max-height: 280px;
        max-height: -webkit-calc(100vh - 48px - 48px);
        max-height: calc(100vh - 48px - 48px)
    }
}

@media only screen and (max-width: 767px) {
    .ln-menu-link {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;

    }
}

/* 鍏充簬鎴戜滑 */
/* 鍐呭鏍囬 */
.content {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f7f7f7;
}

.inner-tit {
    max-width: 1220px;
    font-size: 29px;
    text-align: center;
    margin: 50px auto;
    padding: 0 20px;
}

.inner-tit .inner-txt {
    margin-top: 6%;
}

@media only screen and (max-width: 920px) {
    .inner-tit {
        font-size: 18px;
        margin-bottom: 30px;
        font-weight: bold;
    }
}


.bofang {
    height: 535px;
    background: url(../assets/factory2.png) no-repeat 50% 0;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bofang-box {
    text-align: center;
}

.bofang-box .bf-title a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}


@media only screen and (max-width: 920px) {
    .bofang {
        height: 250px;
    }

}

.content2 {
    padding: 60px;
}


.inner-tit2 {
    font-size: 16px;
    text-indent: 2em;
    max-width: 1500px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 20px;
}

@media only screen and (max-width: 920px) {
    .inner-tit2 {
        font-size: 14px;
        margin-bottom: 30px;
        font-weight: bold;
    }
}

.matou {
    max-width: 1600px;
    margin: 0 auto;
}

.matou-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.matou-left {
    max-width: calc(50% - 45px);
    background-color: #f6f6fa;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 2%;

}

.matou-right {
    max-width: calc(50% - 45px);
    background-color: #f6f6fa;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 2%;
}

.matou-right .mt-img,
.matou-left .mt-img {
    overflow: hidden;
}

.matou-left .mt-img img {
    max-width: 100%;
    transition: all 1s;
}

.matou-left .mt-img img:hover {
    transform: scale(1.05);
}

.matou-right .mt-img img {
    max-width: 100%;
    transition: all 1s;
}

.matou-right .mt-img img:hover {
    transform: scale(1.05);
}


.matou-bottom {
    max-width: 660px;
    margin: 30px auto 50px;
}

.matou-bottom .mt-title span {
    font-size: 28px;
}

.contain {
    margin-top: 15px;
}

.contain p {
    line-height: 30px;
    font-size: 16px;
}


@media only screen and (max-width: 1440px) {
    .matou-bottom {
        padding: 0 10px;
    }

    .matou-box {
        margin-bottom: 2%;
    }
}

@media only screen and (max-width: 768px) {
    .matou-box {
        flex-direction: column;
    }

    .matou-left {
        margin-right: 0;
        max-width: 100%;
    }

    .matou-right {
        margin-left: 0;
        max-width: 100%;
    }

    .matou-box {
        margin-bottom: 2%;
    }
}

.up-down {
    height: 136px;
    line-height: 136px;
    text-align: center;
}

.up-down a {
    color: #e60012;
    font-size: 22px;
}



/* 鍙戝睍鍘嗙▼ */
.historybox {
    height: 794px;
    background: url(../assets/fazhan.png) no-repeat center;
    position: relative;

}

.down-line {
    position: absolute;
    bottom: 0;
    left: 0;
}

.down-line img {
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .historybox {
        height: 645px;
    }
}

@media only screen and (max-width: 920px) {
    .historybox {
        height: 500px;
    }
}

/*  */
.historymenu {
    padding: 0 50px;
    position: relative;
    margin-top: 60px;
}

.red-line {
    position: absolute;
    left: 137px;
    top: 27px;
}



#owl-history .item {
    padding-top: 30px;
    text-align: center;
    font: 700 18px/24px microsoft yahei;
    color: #7a7a7a;
    cursor: pointer;
}

#owl-history .item:after {
    content: "";
    display: block;
    top: 32px;
    left: 0;
    position: absolute;
    width: 2px;
    height: 20px;
    background: #999999;
    transform: rotate(25deg);
}

#owl-history .item:hover,
#owl-history .item.on {
    color: #e8410b;
    font-size: 22px;
}

#owl-history .owl-dots {
    height: 0;
}

#owl-history .owl-dots .owl-dot {
    filter: alpha(opacity=0);
    opacity: 0;
}

#owl-history .owl-prev,
#owl-history .owl-next {
    width: 120px;
    top: 20px;
    height: 41px;
    background: none;
    text-indent: 120px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#owl-history .owl-prev {
    position: absolute;
    left: -60px;
    background: #fff url(../images/arrow-circle-left-red.png) left top no-repeat;
}



#owl-history .owl-next {
    position: absolute;
    right: -60px;
    background: #fff url(../images/arrow-circle-right-red.png) right top no-repeat;
}


.history-container {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 10% auto 0;
}

.history-container .pic {
    max-width: 500px;
}

.history-container .pic img {
    width: 100%;
}

.history-container .txtarea {
    margin-left: 8%;
}

.history-container .txtarea h3.tit {
    font-size: 30px;
    color: black;
}

.history-container .txtarea .desc {
    font-size: 18px;
    margin-top: 30px;
    line-height: 30px;
}

@media only screen and (max-width: 1440px) {
    .history-container {
        width: 80%;
    }


}

@media only screen and (max-width: 1280px) {
    .history-container .txtarea h3.tit {
        font-size: 24px;
    }

    .history-container .txtarea .desc {
        font-size: 16px;
    }
}


@media only screen and (max-width: 768px) {
    .history-container {
        flex-direction: column;
    }

    .historybox {
        height: 650px;
    }

    .history-container .txtarea .desc {
        font-size: 16px;
    }

    .history-container .pic {
        margin-left: 0;
        width: 400px;
    }
}

@media only screen and (max-width: 500px) {
    .history-container .pic {
        width: 300px;
    }

    .history-container .txtarea h3.tit {
        font-size: 20px;
    }


}


/* 浜у搧涓庢湇鍔� */
.products {
    max-width: 1600px;
    margin: 100px auto 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    /*justify-content: space-between;*/
}

.products .products-box1 {
    /*width: 500px;*/
    width: 33.33333%;
    height: 600px;
    background: url(../assets/power-factory.png) center no-repeat;
    background-position: center !important;
    margin: 15px 0;
}

.products .products-box1:hover {
    transform: scale(1.05);
}

.products .products-box2:hover {
    transform: scale(1.05);
}

.products .products-box3:hover {
    transform: scale(1.05);
}

.products .products-box2 {
    width: 500px;
    height: 800px;
    background: url(../assets/power-factory2.png) no-repeat;
    margin-left: 1%;
    margin-right: 1%;
}

.products .products-box3 {
    width: 500px;
    height: 800px;
    background: url(../assets/power-engineering-keyvisual.png) no-repeat;
    margin-left: 1%;
}


.products-font {
    width: 60%;
    color: #fff;
    margin: 140px auto 0;
}

.products-font span {
    font-size: 34px;
    margin-top: 200px;
}

.products-font p {
    font-size: 18px;
    margin-top: 20px;
}

@media only screen and (max-width: 920px) {
    .products {
        margin-top: 50px;
    }

    .products .products-box1 {
        height: 600px;
    }

    .products .products-box2 {
        height: 600px;
    }

    .products .products-box3 {
        height: 600px;
    }

    .products-font span {
        font-size: 28px;
    }

    .products-font p {
        font-size: 16px;
    }

    .products-font {
        width: 80%;
    }

}

@media only screen and (max-width: 768px) {
    .products {
        margin-top: 50px;
    }

    .products-font {
        margin-top: 100px;
    }

    .products-font span {
        font-size: 20px;
    }

    .products-font p {
        font-size: 14px;
    }

}


@media only screen and (max-width: 500px) {
    .products {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
    }

    .products .products-box1 {
        width: 100%;
        height: 400px;
        margin: 0;
        margin-bottom: 2px;
    }

    .products .products-box2 {
        width: 100%;
        height: 400px;
        margin: 0;
        margin-bottom: 2px;
    }

    .products .products-box3 {
        width: 100%;
        height: 400px;
        margin: 0;
        margin-bottom: 2px;
    }

    .products-font {
        margin-top: 80px;
    }

    .products-font span {
        font-size: 28px;
    }

    .products-font p {
        font-size: 16px;
    }
}



/* 鎷涜搐绾冲＋ */
.inner-tit03 {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border-bottom: 1px solid #e8e7ef;
    position: relative;
    padding-bottom: 10px;
}

.inner-tit03:before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 200px;
    height: 2px;
    background: #e60012;
}

.careerMenu {
    width: 100%;
}

.careerMenu h3 {
    height: 150px;
    cursor: pointer;
    /* line-height: 150px; */
    color: #555;
    margin-top: 20px;
    padding-left: 30px;
    background: #f3f5f9;
    position: relative;
    display: flex;
    align-items: center;
}



.careerMenu h3 .date {
    width: 200px;
    overflow: hidden;
    /* float: left; */
    /* height: 150px; */
    font-size: 18px;
    font-weight: 500;
}

.careerMenu h3 em {
    /* float: left; */
    display: block;
    /* margin-top: 45px; */
    width: 40px;
    height: 17px;
    background: url(../images/arrow-circle-right-small.png) center no-repeat;
    cursor: pointer;
}

.careerMenu h3 .tit01 {
    width: calc(100% - 960px);
    margin-left: 45px;
    height: 36px;
    /* float: left; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: black;
    font-weight: 500;
    position: relative;
}

.careerMenu h3 .tit01:after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #e60012;
}


.careerMenu h3 .tit02 {
    width: 150px;
    /* height: 150px; */
    margin-right: 40px;
    /* float: left; */
    font-size: 18px;
    font-weight: 500;

}

.careerMenu h3 .tit03 {
    width: 100%;
    /* height: 150px; */
    /* margin-right: 70px; */
    /* float: left; */
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.careerMenu h3.on .tit01 {
    font-weight: bold;
}



.careerMenu h3.on em {
    background: url(../images/arrow-circle-down-small.png) no-repeat center;
}


.careerMenu h3 .btn_wyyp {
    height: 40px;
    line-height: 40px;
    width: 80px;
    background: #e60012;
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
}

.careerMenu h3 .btn_wyyp2 {
    height: 40px;
    line-height: 40px;
    width: 80px;
    background: #e60012;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
}




.careerMenu .nwms {
    box-sizing: border-box;
    width: calc(100% - 0px);
    background-color: #f3f5f9;
    padding-left: 110px;
    font-size: 16px;
    padding-bottom: 20px;
}

.careerMenu .nwms .warp {
    margin-bottom: 30px;
    margin-right: 300px;
    font-size: 16px;
    line-height: 24px;
    color: black;
}



@media only screen and (max-width: 1350px) {
    .careerMenu h3 .tit01 {
        width: 200px;
    }

    .careerMenu h3 .tit02 {
        width: 100px;
        font-size: 16px;
    }

    .careerMenu h3 .tit03 {
        font-size: 16px;
    }

    .careerMenu h3 .date {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1200px) {
    .careerMenu h3 {
        flex-wrap: wrap;
    }

    .careerMenu h3 .tit03 {
        width: 680px;
    }

    .zpbox{
        margin-left: 85px;
    }
}

@media only screen and (max-width: 1180px) {
    .careerMenu h3 {
        font-size: 14px;
    }

    .careerMenu .nwms .warp {
        font-size: 14px;
        font-weight: 500;
    }

}





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

    .careerMenu h3 .tit01:after {
        width: 40px;
    }

    .careerMenu .nwms {
        padding-left: 30px;

    }

    .careerMenu h3 .date,
    .careerMenu h3 .tit03,
    .careerMenu h3 .tit02 {
        display: none;
    }

    .careerMenu h3 {
        margin-top: 10px;
        padding: 0 0 0 20px;
        height: 110px;
    }

    .careerMenu h3 .tit01 {
        font-size: 22px;
        height: 34px;
        margin-left: 20px;
    }

    .careerMenu .nwms .warp {
        margin-right: 0;
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 384px){
    .careerMenu h3 .btn_wyyp {
        top: 72%;
        left: 80px;
    }
    .careerMenu h3 .btn_wyyp2 {
        top: 72%;
        right: 60px;
    }
}




/* 鏂伴椈涓績 */
.newslist {
    margin-top: 100px;
}

.newslist li {
    border-bottom: 1px solid #d6d6d6;

    padding: 30px;
    background: #fff;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.newslist li .date {
    width: 240px;
    color: black;
    float: left;
    overflow: hidden;
    font-size: 16px;
    /*height: 240px;*/
    text-align: center;
}

.newslist li .date h2 {
    font-size: 36px;
    line-height: 1em;
    padding-top: 50px;
}

.newslist li .date p {
    font-size: 30px;
}

.newslist li .pic {
    width: 360px;
    height: 190px;
    float: left;
    overflow: hidden;
}

.newslist li .pic img {
    width: 100%;
    height: 100%;
    transition: transform 2s;
}

.newslist li .txtarea {
    width: calc(100% - 620px);
    float: right;
    padding: 40px 0 0 0;
}

.newslist li .txtarea h3 {
    line-height: 30px;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.newslist li .txtarea .date02 {
    color: #909090;
    font-size: 14px;
    display: none;
}

.newslist li .txtarea .date02 i {
    margin-right: 5px;
}

.newslist li .txtarea .desc {
    line-height: 2em;
    font-size: 14px;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.newslist li:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}

@media only screen and (max-width:1440px) {
    .newslist li .txtarea h3 {
        font-size: 18px;
    }

    .newslist li .txtarea {
        width: calc(100% - 620px);
        float: right;
        padding: 30px 0 0 0;
    }

    .newslist li .txtarea .desc {
        font-size: 14px;
    }
}



@media only screen and (max-width:920px) {
    .newslist li .date {
        display: none;
    }

    .newslist li .pic {
        width: 320px;
        height: 200px;
    }

    .newslist li .txtarea {
        width: calc(100% - 400px);
        padding: 20px 0 0 30px;
    }

    .newslist li .txtarea .desc {
        line-height: 1.5em;
        font-size: 14px;
    }

    .newslist li .txtarea .date02 {
        display: block;
        margin-bottom: 10px;
    }

    .newslist li .txtarea h3 {
        font-size: 16px;
    }

    .newslist li {
        margin-bottom: 20px;
    }
}

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

    .newslist li .pic {
        width: 100%;
        height: auto;
        margin-right: 0;
        float: none;
    }

    .newslist li .txtarea {
        width: calc(100% - 20px);
        float: none;
        margin: 10px;
        padding: 0;
    }

    .newslist li .txtarea h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .newslist li .txtarea .desc {
        font-size: 12px;
    }

    .newslist li .txtarea .date02 {
        font-size: 12px;
        margin-bottom: 0;
    }
}


/* ==========================================================================
   Pagination鍒嗛〉
   ========================================================================== */
#Lb_pager {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

#Lb_pager .pages a {
    display: inline-block;
    background: #fff;
    margin: 0 3px;
    padding: 0 15px;
    color: #333;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    border: 1px solid #999999;
}


#Lb_pager .pages .pgcurrent {
    color: #fff;
    cursor: default;
    background-color: #e60012;
    border-color: #e60012;
}

#Lb_pager .pages .pgempty {
    cursor: not-allowed;
}

#Lb_pager .pages a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e60012;
    border-color: #e60012;
}



/* ==========================================================================
   newsdetails
   ========================================================================== */
.innernews .newsdetails {
    width: calc(100% - 450px);
    float: left;
}

.innernews .newtitle {
    margin-bottom: 40px;
    margin-top: 100px;
}

.innernews .newtitle h1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.innernews .newtitle .byline {
    height: 70px;
    color: #999;
    line-height: 25px;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}

.innernews .newtitle .byline span {
    display: inline-block;
}

.innernews .newtitle .byline .bdsharebuttonbox {
    display: inline-block;
}

.innernews .newtitle .byline .bdshare-button-style0-16:after {
    display: inline-block;
}

.innernews .newtitle .byline .bdshare-button-style0-16 a,
.innernews .newtitle .byline .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    margin: 0;
}

.innernews .newtitle .byline a {
    color: #999999;
}

.newsh_cn {
    padding: 20px 30px;
}

.newsh_cn p {
    font-size: 16px;
    /*text-indent: 2em;*/
    line-height: 2.5em;
    color: #555555;

}


.news-img {
    text-align: center;
}

.news-img img {
    width: 100%;
}

.toolbar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #e9e9e9;
    display: flex;
    justify-content: center;
}


.fhshare {
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #e60012;
    font-size: 16px;
    margin-right: 30px;
}


.fhshare a {
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}




.innernews .right {
    width: 300px;
    padding: 30px 20px;
    float: right;
    border: 1px solid #dfe4eb;
    margin-top: 120px;
    border-top: 3px solid #e60012;
}

.innernews .right h3.tit {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color: #000;
}



.zxnewslist li {
    margin-top: 20px;
    padding-bottom: 10px;
}

.zxnewslist li p.date {
    color: #999;
}

.zxnewslist li p.date span {
    color: #999;
    /* width: 80px; */
    margin-left: 10px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.zxnewslist li p.tit {
    margin-top: 10px;
    /* padding-left: 20px; */
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


.zxnewslist li p.tit a:hover {
    color: #e60012;
}


@media only screen and (max-width:1200px) {
    .newtitle h1 {
        font-size: 24px;
    }

    .innernews .right {
        width: 250px;
        padding: 30px;
    }

    .innernews .newsdetails {
        width: calc(100% - 350px);
    }
}

@media only screen and (max-width:920px) {
    .newtitle h1 {
        font-size: 20px;
    }

    .innernews .right {
        display: none;
    }

    .innernews .newsdetails {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width:768px) {
    .newtitle {
        margin-top: 0;
    }

    .newtitle h1 {
        font-size: 16px;
    }

    .newtitle .byline {
        font-size: 12px;
    }

    .newtitle .byline .bdshare-button-style0-16 a,
    .newtitle .byline .bdshare-button-style0-16 .bds_more {
        font-size: 12px;
    }

    .newtitle {
        margin-bottom: 0;
    }

    .toolbar {
        margin-top: 0;
        flex-direction: column;
    }

    .toolbar .fhshare {
        height: 40px;
        width: calc(100% - 42px);
        margin-right: 0;
        margin-bottom: 10px;
    }

    .fhshare {
        line-height: 30px;
        padding: 0 20px;
        font-size: 14px;
    }

    .toolbar .xwydbox h5 {
        font-size: 14px;
    }
}


/* ==========================================================================
   contact
   ========================================================================== */

.contactlist {
    margin-left: -30px;
    margin-top: 100px;
}


.contactlist li {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.contactlist li:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -1px, 0);
}

.lxfsbox {
    padding: 50px;
    background: #f3f5f9;
}

.lxfsbox .row01 {
    height: 240px;
    overflow: hidden;
    padding-left: 40px;
}

.lxfsbox .row01 h4 {
    color: #000;
    font-size: 24px;
}

.lxfsbox .row01 .desc {
    margin-top: 30px;
    line-height: 50px;
    font-size: 18px;
}

.lxfsbox .row01 .ckdt {
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    width: 86px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    background-color: #e60012;
    display: inline-block;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}

.lxfsbox .row01 .desc img {
    margin-right: 10px;
}


.zblxfs {
    text-align: center;
    font-size: 30px;
    height: 130px;
    line-height: 100px;
}

@media only screen and (max-width:1515px) {
    .lxfsbox .row01 .desc {
        font-size: 16px;
        line-height: 30px;
    }
}

@media only screen and (max-width:1200px) {
    .lxfsbox .row01 .desc {
        font-size: 16px;
    }
}

@media only screen and (max-width:920px) {
    .contactlist {
        margin-left: -10px;
    }

    .contactlist li {
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .lxfsbox .row01 .desc {
        font-size: 14px;
    }

    .lxfsbox {
        padding: 30px;
    }

    .lxfsbox .row01 {
        padding-left: 30px;
    }
}

@media only screen and (max-width:768px) {
    .contactlist {
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .zblxfs {
        height: 100px;
    }

    .contactlist li {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        margin-left: 0;
    }

    .lxfsbox {
        padding: 20px 20px 20px 0;
    }

    .lxfsbox .row01 {
        height: auto;
        padding-left: 20px;
    }

    .lxfsbox .row01 .desc {
        font-size: 12px;
        line-height: 30px;
    }

    .lxfsbox .row01 h4 {
        font-size: 14px;
    }
}

/*  */

.lxfsul {
    margin-left: -20px;
    margin-bottom: 30px;
}

.lxfsul li {
    width: calc(20% - 20px);
    margin-left: 20px;
    float: left;
}

.lxfsbox2 {
    background-color: #f3f5f9;
    padding: 50px;
    text-align: center;
    cursor: pointer;
    height: 300px;
}

.lxfsbox2 .inco {
    width: 75px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    transition-duration: 800ms;
}

.lxfsbox2 .inco img {
    width: 100%;
}

.lxfsbox2:hover .inco {
    transform: rotateY(360deg);
}


.lxfsbox2 h3 {
    font-size: 24px;
    margin-top: 10px;
}

.lxfsbox2 .desc {
    font-size: 16px;
    margin-top: 20px;
    color: #717272;
    word-break: break-all
}

.contactpart01 {
    padding: 40px 0 60px 0;
}

.contactpart01 img {
    max-width: 100%;
}

@media only screen and (max-width:1360px) {
    .lxfsul {
        margin-left: -10px;
    }

    .lxfsul li {
        width: calc(20% - 10px);
        margin-left: 10px;
    }

    .lxfsbox2 {
        padding: 50px 20px;
        height: 230px;
    }

    .lxfsbox2 .desc {
        font-size: 14px;
        line-height: 1.5em;
    }

    .lxfsbox2 h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width:1100px) {
    .lxfsbox2 .inco {
        width: 60px;
        height: 60px;
    }

    .lxfsbox2 {
        padding: 30px 20px;
        height: 190px;
    }

}

@media only screen and (max-width:920px) {
    .lxfsul li {
        width: calc(33.33% - 10px);
        margin-bottom: 10px;
    }

    .lxfsul {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:768px) {
    .lxfsul {
        margin-left: 0;
        margin-bottom: 0;
    }

    .lxfsul li {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-bottom: 10px;
    }

    .lxfsbox2 {
        height: auto;
    }

    .lxfsbox2 .desc {
        font-size: 12px;
        margin-top: 10px;
    }

    .lxfsbox2 h3 {
        font-size: 14px;
    }

    .lxfsbox2 .inco {
        width: 40px;
        height: 40px;
    }

    .contactpart01 {
        padding: 20px 0 20px 0;
    }
}


/* ==========================================================================
   investor
   ========================================================================== */

.cwbg-date {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
    color: #777;
}

.cwbg-date a {
    color: #909090;
}

.cwbg-date a:hover,
.cwbg-date .on {
    color: #e8410b;
    font-size: 30px;
}

.cwbg {
    border: 1px solid #d5d5d5;
    padding: 80px 100px 0;
}

.cwbg h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.invlist {
    margin-left: -20px;
}

.invlist li {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    float: left;
    background: #f3f5f9;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.invlist li .warp {
    padding: 40px 60px;
    height: 90px;
    overflow: hidden;
}

.invlist li .downa {
    width: 65px;
    float: right;
}

.invlist li .left {
    width: calc(100% - 140px);
    float: left;
}

.invlist li .left img {
    margin-right: 16px;
}

.invlist li span {
    font-size: 22px;
    line-height: 2em;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.invlist li p.date {
    color: #777;
}

.invlist li:hover {
    transform: translate3d(0, -2px, 0);
}


@media only screen and (max-width: 1200px) {
    .invlist li span {
        font-size: 16px;
    }

    .invlist li .warp {
        padding: 40px;
    }

    .cwbg {
        padding: 40px 10px 0;
    }

}

@media only screen and (max-width: 920px) {
    .invlist li .warp {
        padding: 20px;
        height: 70px;
    }

    .invlist li h3 {
        font-size: 14px;
    }

    .invlist li .left {
        width: calc(100% - 100px);
    }

    .invlist li .downa {
        width: 50px;
    }
}

@media only screen and (max-width:768px) {
    .invlist {
        margin-left: 0;
    }

    .invlist li {
        width: 100%;
        margin: 0 0 15px 0;
        float: none;
    }

}


.warp {
    max-width: 1280px;
    _width: 1280px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.warp .newtitle {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 50px;
    display: none;
}

.warp .newsh_cn {
    padding: 10px 0;
}
.wrapper .newtitle1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 50px;
}

.wrapper .newtitle {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 50px;
    display: none;
}

.owl-matou .owl-nav {
    display: none;
}

.owl-matou .matou-left {
    max-width: 795px;
    margin-right: 0;
    overflow: visible;
}

.owl-matou .matou-right {
    max-width: 795px;
    margin-left: 0;
    overflow: visible;
}

.owl-matou .contain {
    height: 150px;
}</pre></body></html>