p {
    margin: 0;
}

.logo {
    width: 5.76924%;
}

.jj-nav {
    width: 53.077%;
    margin-right: 5%;
    margin-left: 4%;
}

.nav-right {
    width: 13.077%;
}

@media (min-width: 1400px) {
    .container {
        width: 1300px;
        margin: 0px auto
    }
}

.heads {
    display: flex;
}

.nav-right .sears {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.jj-search {
    display: flex;
    align-items: center;
}

.jj-search:hover {
    cursor: pointer;
}

.jj-search h3 {
    font-size: 16px;
    color: #333333;
    margin-right: 8px;
}

.jj-tel {
    display: flex;
    align-items: center;
}

.jj-tel:hover {
    cursor: pointer;
}

.jj-tel img {
    margin-bottom: 10px;
}

.jj-tel h3 {
    font-size: 16px;
    color: #333333;
    margin-right: 8px;

}

.navv li a {
    position: relative;
    line-height: 36px;
}

#menu {
    width: 100%;
}

.navv li a:hover {
    border-bottom: 1px solid #1b1b1b;
}

.navv li.active a{
    border-bottom: 1px solid #1b1b1b;
}



.jj-nav {
    margin-top: 25px;
}

#header {
    margin-top: 30px;
}

.logo img {
    width: 100%;
}

.sears {
    margin-top: 30px;
}

.heatel {
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 99;
    width: 150%;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 30px;
    display: none;
}

.hides {
    border-radius: 30px;
}

.heatel h3 {
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
}

.heatel img {
    margin-right: 10px;
}

/*产品展示*/

.jj-products {
    margin-top: 60px;
}

.jj-procate {
    padding: 0px 60px;
    margin: 0px auto;
}

.jj-procate li {
    float: left;
    padding: 0px 15px 56px 48px;
    margin-right: 2.45%;
    width: 31.7%;
}

.jj-procate li:last-child {
    margin-right: 0;
}

.pro-cate {
    float: left;
}

.pro-cate a {
    display: block;
    overflow: hidden;
}

.pro-cate .procate-txt {
    float: left;
    margin-top: 50px;
    padding-top: 36px;
    margin-right: 24px;
}

.pro-cate {
    float: right;
}

.pro-cate img {
    margin-bottom: 35px;
}

.pro-cate a div h3 {
    font-size: 12px;
    color: #ffffff;
    font-family: "Arial";
    text-transform: uppercase;
}

.pro-cate a div h4 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 5px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 30px;
    position: relative;
}

.pro-cate a div h4::before {
    content: '';
    position: absolute;
    width: 122px;
    height: 1px;
    background-color: #fff;
    bottom: -13px;
    left: 0;
}

.pro-cate:nth-child(1) {
    background-color: #bedbe3;
}

.pro-cate:nth-child(2) {
    background-color: #d5c0a7;
}

.pro-cate:nth-child(3) {
    background-color: #b8c5c5;
}

.jj-prolist {
    margin-top: 128px;
}

.jj-title h3 {
    font-size: 18px;
    color: #000000;
}

.jj-title h4 {
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    font-family: "Arial";
    margin-top: 10px;
    position: relative;
}

.jj-title h4::before {
    content: '';
    position: absolute;
    width: 136px;
    height: 1px;
    background-color: #000;
    bottom: -18px;
    left: 0;
}

.promxshow li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.promxshow li:nth-child(3n) {
    margin-right: 0;
}

.product_list1 li {
    margin-top: 20px;
}

.product_list1 li h3 {
    text-align: left;
}

.product_list1 li h3 {
    padding: 0;
    display: flex;
    align-items: center;
}

.product_list1 li h3 a {
    font-size: 16px;
    color: #000000;
    line-height: 66px;
    margin-left: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product_list1 li h3 span {
    width: 44px;
    height: 1px;
    background-color: #000;
    display: none;
}

.product_list1 {
    padding-top: 50px;
}

.product_list1 li:hover h3 a {
    color: #0071dc;
}

.product_list1 li:hover h3 span {
    width: 44px;
    height: 1px;
    background-color: #000;
    display: block;
    transition: all 2s;
    animation: move ease-in-out .3s;
}

@keyframes move {
    0% {
        width: 0;
        height: 1px;
    }

    50% {
        width: 22px;
        height: 1px;
    }

    100% {
        width: 44px;
        height: 1px;
    }
}







/*在线留言*/
.jj-inquiry {
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
    margin-top: 120px;
}

.inquiry-left {
    float: left;
    width: 50%;
    padding-top: 152px;
    padding-bottom: 165px;
}

.inquiry-left h3 {
    font-size: 60px;
    color: #000000;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 4px;
}

.inquiry-left h4 {
    font-size: 60px;
    color: #000000;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 4px;
}

.inquiry-left h5 {
    font-size: 30px;
    color: #ffc073;
    line-height: 72px;
    letter-spacing: 20px;
}

.inquiry-right {
    float: right;
    width: 50%;
    padding-top: 150px;
    padding-left: 7.3%;
    padding-bottom: 95px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
    font-size: 16px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
    font-size: 16px;
}

.kiss {
    opacity: 0;
}

#code {
    position: relative;
}

#code img {
    margin-left: 10px;
    position: absolute;
    right: 0px;
    top: 30px;
}

.message2 #checkcode {
    width: 100%;
}

.sixs {
    padding: 0 11.818%;
    margin-top: 85px;
}

.jj-submit input {
    border: 1px solid #282828;
    font-size: 16px;
    color: #282828;
    line-height: 50px;
    padding: 0 35px;
    background-color: transparent;
    text-align: center;
    width: 160px;
}

.jj-submit input:hover {
    color: #fff;
    background-color: #000;
}

.mess a {
    border: 1px solid #282828;
    font-size: 16px;
    color: #282828;
    line-height: 50px;
    padding: 0 35px;
    background-color: transparent;
    text-align: center;
    display: block;
    width: 160px;
}

.mess a:hover {
    color: #fff;
    background-color: #000;
}

.msgh3{
    font-size: 16px;
    color: #000000;
}

.messages{
    border-bottom: 2px solid #575f5b;
    padding: 0;
    margin-right:8%;
}
.messages:nth-child(3){
    margin-right: 0;
}

.messages{
    display: flex;
    align-items: center;
    width: 28%
}

.messages .msgh3{
    width: 54%;
}

.flexs{
    display: flex;
}

#code{
    padding: 0;
    border-bottom: 2px solid #575f5b;
    display: flex;
    padding-bottom: 40px;
    margin-top: 20px;
}

.msgh3{
    width: 14%;
    float: left;
    line-height: 32px;
}

.message2 #checkcode{
    width: 20%;
    float: right;
}







/*热销案例*/
.jj-case {
    margin-top: 120px;

}

.cases {
    position: relative;
}

.morecase a {
    border: 1px solid #282828;
    font-size: 16px;
    color: #282828;
    line-height: 40px;
    padding: 0 35px;
    background-color: transparent;
    text-align: center;
    display: block;
    width: 145px;
    position: absolute;
    right: 0;
    top: 20px;
}

.morecase a:hover {
    color: #fff;
    background-color: #282828;
}

.caselist li {
    position: relative;
}

.caselist li a h3 {
    text-align: center;
    font-size: 18px;
    color: #010101;
    transition: all .3s;
}

.case-title {
    background-color: #fff;
    width: 100%;
    padding-top: 22px;
    bottom: 0;
    padding-bottom: 10px;
    width: 90.4762%;
    margin-left: 4.7619%;
    position: relative;
    margin-top: -30px;
    box-shadow: #eee 0px 0px 8px;
    margin-bottom: 5px;
}

.caselist li a {
    display: block;
    position: relative;
}

.caselist li a h4 {
    text-align: center;
    font-size: 12px;
    color: #999999;
    transition: all .3s;
    line-height: 30px;
}

.case-list {
    margin-top: 85px;
    padding-bottom: 100px;
}

.case-list .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 0.5em;
    outline: none;
    border-radius: 50%;
    width: 0.6em;
    height: 0.6em;
    color: #000000;
    background-color: #dcdcdc;
}

.case-list .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: -10%;
}

.case-list .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #0071dc;
    transition: all .3s;
}

.caselist li a:hover .case-title h3 {
    color: #0071dc;
    transition: all .3s;
}

.caselist li a:hover .case-title h4 {
    opacity: 0;
}

.caselist li a:hover .caseimg img {
    transform: scale(1.08);
    transition: all .5s;
}

.caselist li a .caseimg img {
    transition: all .5s;
}

.caselist li a .caseimg {
    overflow: hidden;
}


/*新闻中心*/

.jj-news {
    background: url(../images/bg2.png) no-repeat center;
    background-size: cover;
    margin-top:30px;
}

.news-left {
    float: left;
    width: 50%;
    padding: 70px 0;
}

.news-right {
    float: right;
    width: 50%;
    padding-top: 66px;
    padding-left: 6.1%;
}

.news-img {
    width: 92.31%;
}

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

.news-title h3 {
    font-size: 18px;
    color: #000000;
}

.news-title span {
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    font-family: "Arial";
    margin-top: 8px;
    position: relative;
}

.news-title span::before {
    content: '';
    position: absolute;
    width: 57px;
    height: 1px;
    background-color: #000;
    right: -87px;
    bottom: 17px;
}

.ntxt h3 {
    font-size: 18px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ntxt h4 {
    font-size: 14px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    width: 70%;
}

.ntxt h5 {
    font-size: 12px;
    color: #999999;
    margin-top: 23px;
}

.ntxt {
    padding: 36px 0px;
    border-bottom: 1px solid #dcdcdc;
}

.news-list a:last-child .ntxt {
    border: none;
}

.ntxt:hover h3 {
    color: #0071dc;
}

.news-list {
    margin-top: 24px;
}

.newsa {
    display: block;
    font-size: 14px;
    color: #282828;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    margin: 0px auto;
    width: 140px;
    margin-top: 15px;
}

.newsa:hover {
    color: #fff;
    background-color: #000;
    border: none;
}





/*关于我们*/

.jj-about {
    margin-top: 160px;
}

.abo-left {
    float: left;
    width: 50%;
    margin-top: -30px;
}

.abo-right {
    float: right;
    width: 50%;
}

.abotxt {
    width: 90%;
}

.abotxt h3 {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    margin-top: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.abotxt h3 p:nth-child(2n) {
    height: 15px;
}

a.aboa {
    margin-top: 86px;
    display: block;
    font-size: 14px;
    color: #282828;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    width: 140px;
}

a.aboa:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

.aboleft {
    padding-left: 32.3%;
}

.aboimg img {
    width: 100%;
}

.aboflex {
    display: flex;
    align-items: center;
}

.abo-left {
    position: relative;
}

.bigtxt {
    text-transform: uppercase;
    font-size: 196px;
    font-weight: bold;
    color: #333333;
    opacity: .03;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -88px;
    z-index: -999;
}











/*首页视频*/

.jj-video {
    margin-top: 120px;
}

.video-con {
    margin-top: 80px;
}

.video1 video {
    width: 100%;
}

.video2 video {
    width: 100%;
}

.video1 {
    width: 48.4615%;
    padding: 0;
    margin-right: 3.077%;
}


.video2 {
    width: 48.4615%;
    padding: 0px;
}








/*联系我们*/

.jj-content {
    background-color: #f6f7f9;
    margin-top: 136px;
    padding-top: 120px;
    padding-bottom: 100px;
}

.con-txt {
    margin-top: 80px;
    font-size: 16px;
    line-height: 32px;
}

.con-left {
    width: 50%;
    float: left;
}

.con-right {
    width: 50%;
    float: right;
    padding-top: 45px;
    padding-left: 50px;
    padding-right: 25px;
}

.con-map #dituContent {
    width: 100% !important;
}

.conmsg {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.conmsg h3 {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.conmsg a {
    display: block;
    font-size: 14px;
    color: #282828;
    line-height: 34px;
    padding: 0 30px;
    border: 1px solid #000;
    text-align: center;
    margin-left: 30px;
}

.conmsg a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.jj-copyright {
    width: 88%;
    float: left;
    font-size: 14px;
    color: #999999;
}

.jj-copyright span {
    color: #0071dc;
}

.jj-copyright a {
    font-size: 14px;
    color: #999999;
}

.jj-copyright a:hover {
    color: #0071dc;
}

.fwzc {
    width: 12%;
    float: right;
    font-size: 14px;
    color: #999999;
}

.fwzc a {
    font-size: 14px;
    color: #999999;
}

.fwzc a:hover {
    color: #0071dc;
}

.k2 {
    font-size: 12px;
    color: #999999;
    float: left;
    width: 23.077%;
}

.k2 a {
    font-size: 12px;
    color: #999999;
}

.k2 a span {
    color: #999999;
}

.k2 a:hover {
    font-size: 12px;
    color: #0071dc;
}

.footall2 {
    display: flex;
    align-items: center;
}

.x-region {
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}

.x-region a {
    font-size: 14px;
    color: #999999;
}

.x-region a:hover {
    color: #0071dc;
}

.jj-link {
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
}

.jj-link a {
    font-size: 14px;
    color: #999999;
}

.jj-link a:hover {
    color: #0071dc;
}

.jj-footer {
    padding-top: 30px;
}

.jj-footer1 {
    border-top: 1px solid #dededd;
}













/*自适应调整*/

@media(max-width:1900px) {
    .pro-cate a {
        display: flex;
    }

    .pro-cate .procate-txt {
        width: 32%;
    }

    .procate-img {
        width: 67%;
    }

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

    .pro-cate .procate-txt {
        margin-right: 0;
    }
}

@media(max-width:1600px) {
    .hides {
        right: 0;
        left: auto;
    }

    .heatel {
        right: 0;
        left: auto;
    }
}

@media(max-width:1439px) {
    .pro-cate .procate-txt {
        width: 40%;
    }

    .pro-cate a div h4 {
        font-size: 20px;
    }

    .procate-img {
        width: 60%;
    }

    .pro-cate .procate-txt {
        margin-top: 20px;
    }
}

@media(max-width:1399px) {
    .inquiry-left h3 {
        font-size: 48px;
    }

    .inquiry-left h4 {
        font-size: 48px;
    }

    .inquiry-left h5 {
        font-size: 28px;
    }

    .jj-submit input {
        padding: 0;
        width: 120px;
    }

    .mess a {
        padding: 0;
        width: 120px;
    }

    #code img {
        top: 0;
        width: 90px;
    }

    .conmsg {
        display: block;
    }

    .conmsg a {
        padding: 0;
        width: 120px;
        margin-top: 30px;
        margin-left: 0;
    }

    .jj-copyright {
        width: 100%;
    }

    .fwzc {
        width: 50%;
        float: left;
    }

    .footall2 {
        display: block;
        overflow: hidden;
    }

    .k2 {
        width: 50%;
        float: left;
        line-height: 40px;
    }

    .x-region {
        float: left;
        width: 50%;
    }

    .jj-link {
        margin-left: 0;
    }

    .jj-nav {
        margin-top: 0;
    }

    .jj-nav {
        margin-right: 3%;
        width: 70%;
    }

    .nav-right {
        width: 18%;
    }

    .heads {
        align-items: center;
    }

    .sears {
        margin-top: 0;
    }

    .ntxt {
        padding: 25px 0;
    }

    .newsa {
        margin-bottom: 15px;
    }

    .x-region {
        text-align: right;
    }

    .pro-cate a {
        display: block;
    }

    .pro-cate .procate-txt {
        padding-top: 0;
    }

    .jj-procate li {
        padding: 20px 30px;
    }

    .pro-cate .procate-txt {
        width: 100%;
        text-align: center;
    }

    .procate-img {
        width: 100%;
        margin-top: 40px;
    }

    .pro-cate img {
        margin-bottom: 10px;
    }

    .pro-cate a div h4::before {
        display: none;
    }

    a.aboa {
        margin-top: 66px;
    }
    .inquiry-right{
        padding-left:0;
    }
    .messages{
        width:30%;
        margin-right:6%;
    }
}

@media(max-width:1180px) {

    .con-right {
        padding: 0;
        margin-top: 30px;
    }
}

.foot {
    display: none;
}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }

    a.aboa {
        margin-top: 36px;
    }

    .inquiry-left h3 {
        font-size: 36px;
        line-height: 66px;
    }

    .inquiry-left h4 {
        font-size: 36px;
        line-height: 66px;
    }

    .inquiry-left h5 {
        font-size: 24px;
        line-height: 55px;
    }

    .sixs {
        margin-top: 45px;
    }

    .jj-submit input {
        width: 88px;
        font-size: 14px;
        line-height: 36px;
    }

    .mess a {
        width: 88px;
        font-size: 14px;
        line-height: 36px;
    }

    #code {
        width: 75%;
    }

    .message2 #content {
        height: 45px;
    }

    .morecase a {
        width: 120px;
        padding: 0;
    }

    .news-right {
        padding-top: 16px;
        padding-left: 4.1%;
    }

    .news-list {
        margin-top: 0;
    }

    .ntxt {
        padding: 16px 0;
    }

    .ntxt h5 {
        margin-top: 14px;
    }

    .ntxt h4 {
        margin-top: 14px;
        width: 90%;
    }

    .newsa {
        width: 120px;
    }

    .bigtxt {
        font-size: 99px;
    }

    .abotxt h3 {
        line-height: 24px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        margin-top: 20px;
    }

    a.aboa {
        width: 120px;
    }

    .conmsg h3 {
        line-height: 24px;
    }

    .con-txt {
        margin-top: 20px;
        font-size: 15px;
    }

    .conmsg {
        margin-top: 18px;
    }

    .conmsg a {
        margin-top: 20px;
    }

    .news-title span {
        font-size: 28px;
    }

    .news-title h3 {
        font-size: 16px;
    }

    .news-title span::before {
        right: -68px;
    }

    .foot {
        display: block;
    }

    .caselist li a h3 {
        font-size: 16px;
    }

    .video1 {
        width: 100%;
        margin-right: 0;
    }

    .video2 {
        width: 100%;
        margin-top: 25px;
    }
    
    .msgh3{
        font-size:14px;
    }
    
    #code{
        padding-bottom:20px;
    }
}




@media(max-width:767px) {
    .promxshow {
        display: block;
    }

    .procate-img {}

    .jj-procate li {
        padding: 8px 15px;
    }

    .container {
        padding: 0 15px;
    }

    .jj-procate {
        display: none;
    }

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

    .jj-prolist {
        margin-top: 0;
    }

    .product_list1 {
        padding-top: 30px;
    }

    .promxshow li {
        width: 49%;
        margin-right: 2%;
    }

    .promxshow li:nth-child(2n) {
        margin-right: 0%;
    }

    .promxshow li:nth-child(3n) {
        margin-right: 0;
    }

    .promxshow li:nth-child(3) {
        margin-right: 2%;
    }

    .product_list1 li h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .inquiry-left {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
    }

    .inquiry-right {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .jj-submit {
        float: left;
    }

    .message2 .mess {
        float: left;
    }

    .sixs {
        overflow: hidden;
    }

    .jj-news {
        background: url(../images/bg2.png) no-repeat left;
        margin-top:20px;
    }

    .news-left {
        width: 100%;
        display: none;
    }

    .news-right {
        width: 100%;
    }

    .con-left {
        width: 100%;
    }

    .con-right {
        width: 100%;
    }

    .abo-left {
        width: 100%;
        padding-left: 15px;
    }

    .aboleft {
        padding-left: 0;
    }

    .aboflex {
        display: block;
    }

    .abo-right {
        width: 100%;
        margin-top: 30px;
    }

    .abotxt h3 {
        line-height: 24px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 16;
        margin-top: 20px;
    }

    .jj-video {
        margin-top: 60px;
    }

    .jj-content {
        background-color: #f6f7f9;
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .con-right {
        display: none;
    }

    .jj-inquiry {
        margin-top: 60px;
    }

    .jj-case {
        margin-top: 60px;
    }
    .flexs{
        display:block;
    }
    .messages{
        width:100%;
        margin-top:16px;
    }
}

@media(max-width:566px) {
    .msgh3 {
        width:25%;
    }
    #code{
        padding-bottom:10px;
        margin-top:0;
    }
}

@media(max-width:555px) {
    .jj-title h4 {
        font-size: 24px;
    }

    .morecase a {
        width: 66px;
        font-size: 14px;
        right: 15px;
        line-height: 42px;
    }

    .con-right {
        display: block;
    }

    .inquiry-left h3 {
        font-size: 26px;
        line-height: 38px;
    }

    .inquiry-left h4 {
        font-size: 26px;
        line-height: 38px;
    }

    .inquiry-left h5 {
        font-size: 20px;
        color: #ffc073;
        line-height: 36px;
        letter-spacing: 10px;
    }

    .inquiry-left {
        padding-bottom: 0;
    }

    .jj-products {
        margin-top: 55px;
    }
}









/*小屏幕底部*/

.foot {
    background: #1e1d2d;
    color: #bcbbbe;
    padding: 0 15px;
    /*padding-top: 20px;*/
    /*padding-bottom: 15px;*/
}

.fw {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.fw .du .dul .p1 span {
    float: right;
    padding-right: 20px;
}

.fw .du .dul .sec li {
    padding-left: 10px;
    margin-bottom: 8px;
}

.fw .du .dul .sec {
    display: none;
}

.fw .du .dul .sec a {
    color: #939090;
    font: 400 13px/26px "Microsoft yahei";
}

.fw .du .dul p {
    border-bottom: 1px solid #7a7a7a;
    font: 400 16px/52px "Microsoft yahei";
}

.fw .du {
    font-size: 14px;
}

.sjbq {
    font-size: 12px;
    color: #bcbbbe;
    padding-top: 5px;
}

.sjbq a {
    color: #bcbbbe;
}

.x-m-power {
    text-align: center;
    color: #bcbbbe;
    font: 400 14px/20px "Microsoft yahei";
    margin-top: 20px;
}

.x-m-power a {
    color: #bebebe !important;
    font: 400 14px/20px "Microsoft yahei";
}

.x-m-power a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.products-lists {
    display: none
}


.products-lists li {
    text-align: center;
}

.products-lists li a {
    font-size: 15px;
    color: #547e83;
}

@media(max-width:376px) {
    .products-lists {
        display: block
    }

    .products-lists .owl-nav {
        display: none;
    }

    .products-lists {
        margin: 30px 0px;
    }

}









.line {
    width: 78px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 310px;
    bottom: 80px;
    z-index: 999;
}

.lihe-h {
    position: absolute;
    width: 0;
    height: 1px;
    background: #d97f3b;
    animation: myfirst 15s;
    -moz-animation: myfirst 15s;
    /* -webkit-animation: myfirst 3.3s; */
    -o-animation: myfirst 15s;
    animation-iteration-count: infinite;
}

@keyframes myfirst {
    0% {
        width: 0;
    }

    33.33% {
        width: 33.33%;
    }

    66.66% {
        width: 66.66%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes myfirst

/* Firefox */
    {
    0% {
        width: 0;
    }

    33.33% {
        width: 33.33%;
    }

    66.66% {
        width: 66.66%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes myfirst

/* Safari 和 Chrome */
    {
    0% {
        width: 0;
    }

    33.33% {
        width: 33.33%;
    }

    66.66% {
        width: 66.66%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes myfirst

/* Opera */
    {
    0% {
        width: 0;
    }

    33.33% {
        width: 33.33%;
    }

    66.66% {
        width: 66.66%;
    }

    100% {
        width: 100%;
    }
}

.sb-jj{
    display: flex;
    align-items: center;
    width: 20%;
    margin-top: 19px;
}
.sb-jj h3{
    font-size: 18px;
    color: #333;
}
.sb-jj h4{
    font-size: 20px;
    color: #0071dc;
    font-family: "Arial";
}

.slb{
    text-align: center;
}
@media(max-width:1399px){
    .sb-jj h3 {
    font-size: 14px;
    color: #333;
    }
.sb-jj h4{
    font-size: 16px;
    color: #0071dc;
    font-family: "Arial";
}
.navv li a{
    font-size:14px;
}
.navv li{
    margin-right:4%;
}
.sb-jj{
    width:30%;
}
.sb-jj{
    margin-top:5px;
}
}