﻿
/*NewsDetail*/
.nei-banner {
    width: 100%;
    position: relative;
}

    .nei-banner .img img {
        width: 100%;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
    }

        .nei-banner .text h3 {
            font-size: 50px;
            color: #fff;
        }

.bx-mb-nav {
   background:#f8f8f8;
   padding:15px 0
}

    .bx-mb-nav p {
        font-size: 14px;
        color: #666;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 16px;
    }

    .bx-mb-nav a:hover {
        color: #008dce;
    }

.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #008dce;
        }

@media screen and (max-width: 1000px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 0px;
    }

        .bx-mb-nav p {
            font-size: 14px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}

img {
    transition: all 0.5s;
    max-width: 100%;
    vertical-align: middle;
}

.lz-hade {
    position: fixed;
    width: 100%;
     padding: 0 50px;
    display: flex;
    align-items: center; 
    z-index: 8;
    height: 100px;
    border-bottom: solid 1px #ffffff30;
    transition: all 0.5s;
   /* background:#fff*/
}
.lz-hade .container{
    display: flex;
    align-items: center;
    z-index: 8;
        width: 100%;
    height: 100%
}

.lz-hade2 {
    background-color: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.lz-hade .lz-logo img {
    height: 60px;
}

.lz-hade .lz-logo img.logo-a {
    display: block;
}

.lz-hade .lz-logo img.logo-b {
    display: none;
}

.lz-hade2 .lz-logo img.logo-a {
    display: none;
}

.lz-hade2 .lz-logo img.logo-b {
    display: block;
}

.lz-hade .lz-nav {
    margin-left: auto;
}

.lz-hade .lz-nav ul {
    display: flex;
    align-items: center;
    padding-right: 25px;

}

.lz-hade .lz-nav ul li {
    position: relative;

    font-size: 16px;
    line-height: 50px;

}
.lz-hade .lz-nav ul li a{
    display:block;
    padding: 0 25px;
}
.lz-hade .lz-nav ul li:hover .cp-fd {
    display: flex;
}

.lz-hade .lz-nav ul li .cp-fd {
    position: absolute;
    background-color: #000;
    backdrop-filter: blur(12px);
    top: 80px;
    left: 50%;
    margin-left: -82px;
    display: flex;
    width: 100%;
    /* border-top: solid 1px #eee; */
    border-radius: 10px;
    padding: 10px 10px;
    line-height: 25px;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    display: none;
    transition: all 0.5s;
}

.lz-hade .lz-nav ul li .cp-fd2 {
    width: 165px;
}

.lz-hade .lz-nav ul li .cp-fd .list {
    width: 33.3%;
}

.lz-hade .lz-nav ul li .cp-fd2 .list {
    width: 100%;
    padding: 0;
}

.lz-hade .lz-nav ul li .cp-fd .list h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
    text-align: center;
}

.lz-hade .lz-nav ul li .cp-fd .list a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

.lz-hade .lz-nav ul li .cp-fd .list a:hover {
    color: var(--color);
}

.lz-hade .lz-nav ul li > a {
    position: relative;
    color: #fff;
    display: block;
}

.lz-hade2 .lz-nav ul li > a {
    color: #333;
}

.lz-hade .lz-nav ul li:hover a,
.lz-hade .lz-nav ul li.active a {
    color: #e1ba61;
}


.sidh {
    width: 40px;
    display: none;
    margin-left: 10px;
}

/*��Ʒ2��?-tow*/
/*�⵼��*/
.bx-side-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 8;
    width: 100%;
    height: 100%;
    display: none
}

.bx-side-nav-list {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #000;
    z-index: 9;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.bx-side-nav > i {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    position: absolute;
    top: 10px;
    left: 280px
}

.bx-side-nav-list > .div-title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.bx-side-nav-list > ul > li {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-bottom: solid 1px #ececec;
}

.bx-side-nav-list > ul > li > a {
    display: block;
    color: #666
}

.bx-side-nav2 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 88;
    width: 100%;
    height: 100%;
    display: none;
}

.bx-side-nav2 > i {
    position: absolute;
    top: 10px;
    right: 280px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.bx-side-nav-list2 {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.bx-side-nav-list2 > .div-title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.bx-side-nav-list2 > ul > li {
    text-align: center;
    font-size: 14px;

    border-bottom: solid 1px #ececec;
}

.bx-side-nav-list2 > ul > li > a {
    display: block;
    color: #333;
    line-height: 40px;
    text-align: left;
}
.bx-side-nav-list2 > ul > li  .list {
    padding-bottom: 10px;
}
.bx-side-nav-list2 > ul > li  .list a{
    display: block;
    padding-left: 20px;
    text-align: left;
    color: #fff;
    line-height: 30px;
}

.bx-side-nav-list2 > .div-title img {
    height: 35px;
}

.bx-side-nav-list2 > ul > li .div-fd a {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #ececec;

}

.bx-side-nav-list2 > ul > li .div-fd {
    display: none;
}

.lz-yuy {
    position:relative;
    font-size: 14px;
    color: #fff;
    display:flex;
    align-items:center;
    cursor:pointer;
    padding:10px 0; 
    
}
.lz-yuy i{
    display:inline-block;
    width:15px;
    height:15px;
    background:url(../images/icon-x.png) no-repeat center;
    background-size:12px;
    margin-left:5px;

}
.lz-yuy .yy-yuena{
    position:absolute;
    background:#fff;
    padding:10px;
    left:50%;
    margin-left:-50px;
    top:32px;
    z-index:10;
    border-radius:2px;
    display:none;
    width:100px;
}
.lz-yuy .yy-yuena a{
    display:block;
   font-size:14px;
   text-align:center;
   line-height:25px;
}
.lz-yuy:hover .yy-yuena{
    display:block;
}



@media (max-width: 1500px) {
    .lz-hade {
        padding: 0 30px;
        height: 80px;
    }

    .lz-hade .lz-logo img {
        height: 40px;
    }

    .lz-hade .lz-nav ul {
        padding-right: 10px;

    }

    .lz-hade .lz-settings .lz-Language {
        font-size: 16px;
        line-height: 80px;
    }

    .lz-hade .lz-nav ul li {
        padding: 0 10px;
        font-size: 16px;
        line-height: 80px;
    }


    .lz-hade .lz-nav ul li .cp-fd {
        top: 80px;
        width: 800px;
    }

    .lz-hade .lz-nav ul li .cp-fd2 {
        width: 165px;
    }
}

@media (max-width: 1200px) {
    .sidh {
        width: 40px;
        display: block;
        cursor: pointer;
        margin-left:auto
    }

    .sidh img {
        filter: grayscale(200%) brightness(700%);
        width: 100%;
    }



    .lz-hade .lz-nav {
        display: none;
    }
    .lz-hade2 .sidh img {
        filter: grayscale(0) brightness(0);
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .lz-yuy{
        margin-left:auto;
    }
    .lz-hade {
        padding: 0 10px;
        height: 50px;
    }

    .lz-hade .lz-logo img {
        height: 30px;
    }

    .lz-hade .lz-nav ul li {
        padding: 0 10px;
        font-size: 14px;
        line-height: 50px;
    }
}



.lz-banner {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.lz-banner .batet-h3{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    background:#00000060;
    display:flex;
    align-items:center;
    justify-content:center;
}
.lz-banner .batet-h3 h3{
    font-size:60px;
    font-weight:bold;
    color:#fff;
    border-bottom: solid 1px #fff;
    padding-bottom:40px;
}
.lz-banner img {
    width: 100%;
    min-height: 220px;
    /*  height: 100vh; */
    object-fit: cover;
}

.lz-banner .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 20px;
}
.lz-banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 0.2;
}
.lz-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.ny-banenr{
  position:relative;
  height:400px;
  overflow:hidden;
  text-align:center;
}
.ny-banenr img{
    width:100%;
}
.ny-banenr .tet{
       position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    background:#00000060;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ny-banenr .tet h3{
    font-size:28px;
    margin-top:5%;
    color:#fff;
    border:solid 1px #fff;
    padding:10px 25px
}
@media (max-width: 1000px) {
    .banner-tet img{
    display:none
}
.banner-tet .banner-tet-fl{
    width:45%;
}
.banner-tet .banner-tet-fl h4{
    font-size:14px;
}
.banner-tet .banner-tet-fl .tet-h3{
    display:flex;
    justify-content:center;
    font-size:14px;
}
.banner-tet .banner-tet-fl .bj-p{
    padding:5px;
    font-size:12px;
    letter-spacing:0px;
}
.banner-tet .banner-tet-fl .h-p{
    display:none;
}
    .lz-banner .batet-h3 h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .ny-banenr {
        position: relative;
        height: 250px;
        overflow: hidden;
        text-align: center;
    }

        .ny-banenr img {
            width: 100%;
            height: 250px;
            object-fit: cover
        }
}

.Detail-ca {
    padding: 40px 0;
    min-height: 300px;
}
.Detail-ca .tltle{
    text-align:center;
    font-size:20px;
    border-bottom:solid 1px #eee;
    padding-bottom:15px;
}
.Detail-ca .Detail-nr{
    padding-top:20px;
    font-size:14px;
    line-height:25px;
}


.index-one{
    padding:40px 0;
}
.index-one ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.index-one ul li{
    width:25%;
    padding:0 10px;
    height:130px;
}
.index-one ul li a{
    border:1px solid rgb(217, 217, 217);
    display:flex;
    align-items:center;
    padding:15px;
    height:100%;
    color:#5a5a5a
   
}
.index-one ul li a .pic{
    width:50px;
}
.index-one ul li a .tet{
    width:calc(100% - 50px);
    padding-left:10px;
}
.index-one ul li a .tet h3{
    font-size:16px;
    padding-bottom:10px;
}
.index-one ul li a .tet p{
    font-size:14px;
}
.index-one ul li.li-t{

}
.index-one ul li.li-t div.bj-p{
    background:#e1ba61;
    height:100%;
    color:#fff;
   display:flex;
   align-items:center;
   justify-content:center;
}
.index-one ul li.li-t div h3{
    font-size:24px;
    padding-bottom:10px;
}
.index-one ul li.li-t div p{
    font-size:14px;
}
@media (max-width: 1000px) {

.index-one{
    padding:30px 0;
}
.index-one ul{
    margin:0 -5px;
}
.index-one ul li{
    width:50%;
    padding:5px;
    height:auto;
}
.index-one ul li a{
    display:block;
    padding:10px;
    
}
.index-one ul li a .pic{
    width:100%;
    text-align:center;
}
.index-one ul li a .pic img{
    height:50px;
}

.index-one ul li a .tet{
    width:100%;
    padding-left:0px;
    padding-top:10px
}
.index-one ul li a .tet h3{
    text-align:center;
}
}

.in-title{
    text-align:center;
    margin-bottom:40px;
}
.in-title h3{
    font-size:32px;
    font-weight:bold;
    color:#e1ba61
}
.in-title p{
    font-size:14px;
    color:#5a5a5a;
    padding:10px 0;
}
.in-title .zhangs{
    display:flex;
    align-items:center;
    justify-content:center;
}
.in-title .zhangs span{
    background:#5a5a5a;
    height:1px;
    width:120px;
    display:inline-block;
    margin:0 5px
}

.index-product {
    padding: 40px 0;
}
.index-product-f{
    display:flex;
    flex-wrap:wrap
}
.index-product .fl-list {
    width: 200px;
    border: 1px solid rgb(217, 217, 217);
    padding:40px 20px;
}
.index-product .fl-list a{
    display:block;
    margin-bottom:5px;
    background:#e1ba61;
    font-size:14px;
    color:#fff;
    padding:10px;
    text-align:center
}

.index-product .fr-list{
    width:calc(100% - 200px);
    padding-left:40px;
}
.index-product .fr-list ul{
    display:flex;
    margin:0 -10px
}
.index-product .fr-list ul li{
    padding:0 10px;
    width:33.3%;
}
.index-product .fr-list ul li a{
   border: 1px solid rgb(217, 217, 217);
   padding:15px;
   display:block;
   height:100%
}
.index-product .fr-list ul li .tet{
    padding:10px 10px 0 10px;
}
.index-product .fr-list ul li h3{
    font-size:16px;
    color:#5a5a5a
}
.index-product .fr-list ul li p{
    color:#999;
    padding:5px 0 0 0 
}
.index-product .fr-list ul li p s{
    color:#5a5a5a
}
.index-product .fr-list ul li p span{
    color:#e1ba61
}
.index-product .fr-list ul li:hover a{
       border: 1px solid #e1ba61
}
.index-product .fr-list ul li:last-child{
    display:none;
}

@media (max-width: 1000px) {
.in-title{
    text-align:center;
    margin-bottom:20px;
}
.in-title h3{
    font-size:24px;
}
.in-title .zhangs span{
    width:80px;
}

.index-product {
    padding: 30px 0;
}
.index-product-f{
    display:block;
}
.index-product .fl-list {
    display:none
}
.index-product .fr-list{
    width:100%;
    padding-left:0px;
}
.index-product .fr-list ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -5px
}
.index-product .fr-list ul li{
    padding:5px;
    width:50%;
}
.index-product .fr-list ul li a{
   border: 1px solid rgb(217, 217, 217);
   padding:15px;
   display:block;
   height:100%
}
.index-product .fr-list ul li:last-child{
    display:block;
}

}


.index-ppjs{
    margin-top:40px;
    background:url(../images/ag6n.jpg) no-repeat center;
    background-size:cover;
    padding:60px 0;
}
.index-ppjs-f{
    display:flex;
    justify-content: flex-end;
}
.index-ppjs .tet{
    background:#fff;
    padding:40px;
    width:70%;
}
.index-ppjs .tet h3{
    font-size:32px;
    color:#e1ba61;
}
.index-ppjs .tet  p{
    font-size:14px;
    color:#5a5a5a;
    line-height:35px;
    padding:20px 0 40px 0;
}
.index-ppjs .tet  a{
    display:inline-block;
    padding:10px 30px;
    border:solid 1px rgba(255,74,0,1);
    color:rgba(255,74,0,1);
    border-radius:5px
}
.index-ppjs .tet  a:hover{
    background-color:rgba(255,74,0,1);
    color:#fff
}

@media (max-width: 1000px) {
    .index-ppjs{
    margin-top:20px;
    padding:20px;
}
.index-ppjs .tet{
    padding:20px;
    width:100%;
}
.index-ppjs .tet h3{
    font-size:24px;
}
.index-ppjs .tet  p{
    line-height:25px;
}

}

.index-news{
    padding:60px 0;
}
.index-news-ul ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px
}
.index-news-ul ul li{
    width:50%;
    padding:10px 20px;
}
.index-news-ul ul li a{
    padding:10px;
    border-bottom:1px dashed #dbd4cd;
    display:flex;
    align-items:center;
}
.index-news-ul ul li a .time{
    width:80px;
    height:80px;
    text-align:center;
    background:#f8f8f8;
    color:#666;
    padding-top:10px;
}
.index-news-ul ul li a .time span{
    font-size:20px;
}
.index-news-ul ul li a .tet{
    width:calc(100% - 80px);
    padding-left:15px;
}
.index-news-ul ul li a .tet  h3{
    font-size:22px;
    padding-bottom:10px;
    color:#5a5a5a
}
.index-news-ul ul li a .tet p{
    line-height:20px;
    font-size:14px;
    height:40px;
    color:#999
}
.index-news-ul ul li a:hover h3{
    color:#e1ba61
} 
@media (max-width: 1000px) {
.index-news{
    padding:40px 0;
}
.index-news-ul ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px
}
.index-news-ul ul li{
    width:100%;
    padding:10px;
}
}

.index-dzfw {
    padding: 60px 0;
    background: url(../images/333_fpar.jpg) no-repeat center;
    background-size:cover
}
.index-dzfw  ul{
    display:flex;
    flex-wrap:wrap
}
.index-dzfw  ul li{
    width:33.3%;
    height:205px;
    color:#fff;
    display:flex;
    align-items:center;
    border-top:solid 1px #fff;
    border-left:solid 1px #fff;
    overflow:hidden;
    box-sizing:border-box
}
.index-dzfw  ul li:first-child{
    border:none;
}
.index-dzfw  ul li:nth-child(3){
     border-top:none
}
.index-dzfw  ul li:nth-child(6){
     border-right:solid 1px #fff;
}
.index-dzfw  ul li:nth-child(7){
      border-left:none
}
.index-dzfw  ul li:nth-child(8){
      border-bottom:solid 1px #fff;
}
.index-dzfw  ul li>p{
    padding:20px;
    font-size:14px;
    line-height:25px;
}
.index-dzfw  ul li .title-fw{
    text-align:center;
    width:100%
}
.index-dzfw  ul li .title-fw h3{
    font-size:40px;
    font-weight:bold
}
.index-dzfw  ul li .title-fw p{
    font-size:20px;
    padding-top:10px;
}
@media (max-width: 1000px) {
.index-dzfw {
    padding: 40px 0;
}
.index-dzfw  ul{
    display:flex;
    flex-wrap:wrap
}
.index-dzfw  ul li{
    width:50%;
    height:auto;
    color:#fff;
    display:flex;
    align-items:center;
    border-top:solid 1px #fff;
    border-left:solid 1px #fff;
    overflow:hidden;
}
.index-dzfw  ul li:first-child{
    border:none;
    width:100%;
    height:auto;
    padding-bottom:20px;
}
.index-dzfw  ul li:nth-child(3),
.index-dzfw  ul li:nth-child(5),
.index-dzfw  ul li:nth-child(7),
.index-dzfw  ul li:nth-child(9){
     border-top:none;
     display:none;
}
.index-dzfw  ul li:nth-child(6){
     border-right:solid 0px #fff;
     border-bottom:solid 1px #fff
}
.index-dzfw  ul li:nth-child(7){
      border-left:none
}
.index-dzfw  ul li:nth-child(4),
.index-dzfw  ul li:nth-child(8){
      border-right:solid 1px #fff;
}
.index-dzfw  ul li:nth-child(8){
      border-bottom:solid 1px #fff;
}
.index-dzfw  ul li>p{
    padding:20px;
    font-size:14px;
    line-height:25px;
}
.index-dzfw  ul li .title-fw{
    text-align:center;
    width:100%
}
.index-dzfw  ul li .title-fw h3{
    font-size:24px;
    font-weight:bold
}
.index-dzfw  ul li .title-fw p{
    font-size:14px;
    padding-top:10px;
}
}

.index-hzhb {
    padding: 60px 0;
    background: rgb(244, 244, 244)
}
.index-title{
    font-size:36px;
    color:#333;
}

footer {
    background: rgb(25, 37, 46)
}
.footer-f{
    display:flex;
    justify-content:space-between;
    padding:40px 0;
}
.foot-logo{
    width:260px;
}
.foot-logo img{
    height:60px;
}
.foot-logo h3{
    font-size:16px;
    color:#fff;
    padding-top:20px;
}
.foot-logo p{
    font-size:16px;
    color:#e1ba61;
    padding-top:10px;
}
.footer-f .ewm {
    text-align: center;
}
.footer-f .ewm img{
    width:120px;
}
.footer-f .ewm p{
    color:#fff;
    padding-top:10px;
}
.footer-f .tet{
    width:50%;
}
.footer-f .tet ul{
    display:flex;
    justify-content:space-between;
}
.footer-f .tet ul li a{
    color:#fff;
    font-size:16px;
}
.footer-f .tet ul li a:hover{
    color:#e1ba61
}
.footer-f .tet .tet-lxfs{
    border:solid 1px #fff;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:30px 0 30px 0
}
.footer-f .tet .tet-lxfs p{
    padding:0 20px;
    font-size:14px;
    color:#fff
}
.footer-f .tet .tet-yj{
    font-size:14px;
    color:#fff;
}
.footer-f .tet .tet-yj a{
       color:#fff;
}
.foot-d {
    font-size: 14px;
    color: #fff;
    padding:15px 10px;
    text-align:center;
    background:rgb(32, 45, 56)
}
.foot-d a{
 color:#fff;
}

@media (max-width: 1000px) {
.index-hzhb{
    padding:40px 0;
}
.footer-f{
    display:block;
    text-align:center;
}
.footer-f .ewm{
    display:none;
}
.footer-f{
    display:flex;
    justify-content:space-between;
    padding:40px 10px;
}
.foot-logo{
    width:100%;
}
.foot-logo img{
    height:50px;
}
.footer-f .tet{
    width:100%;
    display:none;
    padding:20px 0;
}
.footer-f .tet ul{
    display:none;
}
.footer-f .tet .tet-lxfs{
    display:block;
    margin:0px 0 20px 0
}

}

.about-one{
    padding:60px 0;
}
.ny-title{
    position:relative;
    display:inline-block;
    text-align:left;
    padding:40px 0;
    background:#fff;
    padding-left:60px
}
.ny-title:after{
    content:'';
    position:absolute;
    top:10px;
    left:0;
    border:solid 2px #333;
    width:119px;
    height:140px;
    z-index:0
    
}
.ny-title h3{
    position:relative;
    z-index:2;
    font-size:32px;
    font-weight:bold;
    color:#333;
    padding:5px 0;
    background:#fff
}
.ny-title p{
     position:relative;
    z-index:2;
    font-size:22px;
    color:#333;
    background:#fff;
    padding-bottom:5px
}
.ny-title p span{
    font-size:14px;
    padding-left:5px;
    color:#e1ba61
}
.about-one-f{
    padding:40px 0;
    display:flex;
    justify-content:space-between
}
.about-one-f .pic{
    width:520px;
    height:350px;
    overflow:hidden
}
.about-one-f .tet{
    width:calc(100% - 560px);
    height:350px;
    overflow:auto;
}
.about-sy .tet p{
    font-size:16px;
    color:#666;
    line-height:30px;
}
.about-sy .tet a{
    display:inline-block;
    padding:5px 20px;
    font-size:14px;
    color:#fff;
    background-color:#e1ba61;
    margin-top:40px
}
.about-sy .tet a:hover{
    opacity:0.8
}
.about-tow {
    padding: 20px 0 60px;
}
.about-tow .in-title h3{
    color:#333;
    font-weight:initial;
    font-size:24px;
    padding-bottom:10px;
}
.about-tow .about-ryzz ul{
   display:flex;
   flex-wrap:wrap;
    margin:0 -10px
}
.about-tow .about-ryzz ul li{
     padding:10px;
     width:25%;
}
.about-tow .about-ryzz ul li a{
    border:1px solid rgb(217, 217, 217);
    height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.about-tow .about-ryzz ul li a img{
    max-height:100%;
    max-width:100%;
    object-fit:cover
}
@media (max-width: 1000px) {

.about-one{
    padding:40px 0;
}
.ny-title{
    position:relative;
    display:inline-block;
    text-align:left;
    padding:40px 0;
    background:#fff;
    padding-left:40px
}
.ny-title:after{
    content:'';
    position:absolute;
    top:20px;
    left:0;
    border:solid 2px #333;
    width:119px;
    height:100px;
    z-index:0
    
}
.ny-title h3{
    position:relative;
    z-index:2;
    font-size:24px;
    font-weight:bold;
    color:#333;
    padding:5px 0;
    background:#fff
}
.ny-title p{
     position:relative;
    z-index:2;
    font-size:16px;
    color:#333;
    background:#fff;
    padding-bottom:5px
}
.ny-title p span{
    font-size:14px;
    padding-left:5px;
    color:#e1ba61
}
.about-one-f{
    padding:20px 0;
    display:block;
}
.about-one-f .pic{
    width:100%;
    height:auto;
}
.about-one-f .tet{
    width:100%;
    padding-left:0px;
    height:auto;
    overflow:auto;
    margin-bottom:40px
}

.about-tow{
    padding:0px 0 40px;
}
.about-tow .in-title h3{
    color:#333;
    font-weight:initial;
    font-size:24px;
    padding-bottom:10px;
}
.about-tow .about-ryzz ul{
   display:flex;
   flex-wrap:wrap;
   margin:0 -5px
}
.about-tow .about-ryzz ul li{
     padding:5px;
     width:50%;
}
.about-tow .about-ryzz ul li a{
    height:200px;
}

}

.news-ul ul li{
    width:100%
}


.news-fel{
    padding:0 0 40px 0;
}
.news-fel ul {
    display:flex;
    align-items:center;
    justify-content:center;
}

.news-fel ul li a{ 
    background:#fbfafa;
    display:block;
    padding:10px 40px;
    font-size:16px;
    color:#333
}
.news-fel ul li a.sore_focus{
    background-color:#e1ba61;
    color:#fff
}
    .news-fel ul li a:hover {
        background-color: #e1ba61;
        color: #fff
    }

@media (max-width: 1000px) {
.news-fel{
    padding:0 0 20px 0;
}
.news-fel ul {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin:0 -5px
}
.news-fel ul li{
     width:33.3%;
     padding:5px;
  
}
.news-fel ul li a{  
    background:#fbfafa;
    display:block;
    padding:10px 10px;
    text-align:center;
    font-size:16px;
    color:#333
}
.news-fel ul li a.sore_focus{
    background-color:#e1ba61;
    color:#fff
}
}



.product-list {
    padding:0 0 40px 0;
    min-height:300px
}
.product-list ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px
}
.product-list ul li{
    padding:10px;
    width:33.3%;
}
.product-list ul li a{
   border: 1px solid rgb(217, 217, 217);
   padding:15px;
   display:block;
   height:100%
}
.product-list ul li .pic{
    position:relative;
}
.product-list ul li .pic img{
    width:100%;
    height:280px;
    object-fit:cover
}
.product-list ul li .tet{
    padding:10px 10px 0 10px;
}
.product-list ul li h3{
    font-size:16px;
    color:#333;
    margin-bottom:10px

}
.product-list ul li p{
    color:#999;
       height:50px;
    line-height:25px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.product-list ul li:hover .pic:before{
    content:'';
    position:absolute;
    width:100%;
    top:0;
    left:0;
    height:100%;
    background:#00000070
}
.product-list ul li:hover a{
    border: 1px solid #e1ba61
}
.product-list ul li:hover h3{
    color:#e1ba61
}

@media (max-width: 1000px) {


.product-list ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -5px
}
.product-list ul li{
    padding:5px;
    width:50%;
}
.product-list ul li a{
   padding:5px;
   display:block;
   height:100%
}
.product-list ul li .pic img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

}


.product-detail{
    padding:40px 0;
}
.product-detail .detail-f{
    display:flex;
    flex-wrap:wrap;
}
.product-detail .detail-f .pic{
    width:300px;
}
.product-detail .detail-f .tet{
    width:calc(100% - 300px);
    padding-left:40px;
}
.product-detail .detail-f .tet h3{
    font-size:18px;
    color:#5a5a5a;
    border-bottom:1px solid #e2e2e2;
    line-height:35px;
}
.product-detail .detail-f .tet p{
    font-size:14px;
    color:#999;
    padding-top:5px;
}
.product-detail .detail-f .tet span{
    color:#e1ba61;
    font-size:20px;
}
.product-detail .detail-d{
    padding-top:40px;
}
@media (max-width: 1000px) {
.product-detail{
    padding:20px 0;
}
.product-detail .detail-f{
    display:flex;
    flex-wrap:wrap;
}
.product-detail .detail-f .pic{
    width:100%;
}
.product-detail .detail-f .tet{
    width:100%;
    padding-left:0px;
    padding-top:20px;
}
.product-detail .detail-f .tet h3{
    font-size:16px;
    color:#5a5a5a;
    border-bottom:1px solid #e2e2e2;
    line-height:35px;
}
.product-detail .detail-f .tet p{
    font-size:14px;
    color:#999;
    padding-top:5px;
}
.product-detail .detail-f .tet span{
    color:#e1ba61;
    font-size:20px;
}
.product-detail .detail-d{
    padding-top:40px;
}
}


.text-liyts{
    font-size:14px;
    text-align:center;
    color:#5a5a5a;
    line-height:25px;
}

.contect-ly {
    padding: 60px 0;
    background: url(../images/lx-bj.png) no-repeat center;
    background-size: cover
}
.contect-ly .message-one{
    padding:60px 15%;
    border:1px solid rgb(217, 217, 217);
    margin-top:40px;
}
.contect-ly .message-one .input-tet{
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
}
.contect-ly .message-one .input-tet span{
    position:relative;
    display:block;
    line-height:40px;
    font-size:14px;
    color:#333;
    width:80px;
    text-align:right;
}
.contect-ly .message-one .input-tet span::before{
    content:'*';
    color:#e51616
}
.contect-ly .message-one .input-tet input{
    width:calc(100% - 90px);
    height:40px;
    border:solid 1px #CED4DA;
    font-size:14px;
    padding-left:10px;

}
.contect-ly .message-one .input-tet textarea{
      width:calc(100% - 90px);
    height:100px;
    border:solid 1px #CED4DA;
    font-size:14px;
    padding:10px;
}
.contect-ly .message-one .but{
    text-align:center;
}
.contect-ly .message-one .but input{
    background:#e1ba61;

    height:40px;
    font-size:16px;
    color:#fff;
    width:120px;
    border:none
}
.contect-ly .message-one .but input:hover{
    opacity:0.8
}
@media (max-width: 1000px) {
.contect-ly{
    padding:40px 0;
}
.contect-ly .message-one{
    padding:0px;
    border:none;
    margin-top:20px;
}
}


.Contact-ny{
    padding:40px 0 0 0;
}
.Contact-ny ul {
    background:#f8f8f8;
    padding:20px;
    display:flex;
    flex-wrap:wrap
}
.Contact-ny ul li{
    width:50%;
    padding:20px;

}
.Contact-ny ul li h3{
    font-size:34px;
    font-weight:bold;
    color:#e1ba61;
    margin-bottom:10px;
}
.Contact-ny ul li p{
    font-size:16px;
    color:#666;
    padding-top:5px;
}
.Contact-ny .map{
    width:100%;
}
.Contact-ny .tet{
    width:50%;
    padding-left:40px;
}
.Contact-ny .tet .tet-dh{
    position:relative;
    padding:30px 0;
    border-top: 1px dashed #d9d9d9;
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom:20px
}
.Contact-ny .tet .tet-dh p{
    font-size:14px;
    padding:5px 0;
    color:#5a5a5a
}
.Contact-ny .tet .tet-dh h3{
    background:#fff url(../images/icon-dh.png) no-repeat left center;
    padding-left:40px;
    background-size:30px;
    font-size:18px;
    line-height:40px;
    position:absolute;
    top:-20px;
    padding-right:20px;

}
.Contact-ny .tet  .tet-yx{
    background:#fff url(../images/icon-yx.png) no-repeat left center;
    background-size:30px;
    font-size:14px;
    color:#5a5a5a;
    padding:20px 0 20px 40px;
}
.Contact-ny .tet  .tet-cz{
    background:#fff url(../images/icon-cz.png) no-repeat left center;
    background-size:30px;
    font-size:14px;
    color:#5a5a5a;
    padding:20px 0 20px 40px;
}
.Contact-ny .tet  .tet-dz{
    background:#fff url(../images/icon-dz.png) no-repeat left center;
    background-size:30px;
    font-size:14px;
    color:#5a5a5a;
    padding:20px 0 20px 40px;
}
@media (max-width: 1000px) {
  .Contact-ny{
    padding:20px 0 0 0;

}
.Contact-ny .map{
    width:100%;
}
.Contact-ny .tet{
    width:100%;
    padding-left:0px;
    padding-top:40px
}
.Contact-ny ul {
    background:#f8f8f8;
    padding:10px;
    display:flex;
    flex-wrap:wrap
}
.Contact-ny ul li{
    width:100%;
    padding:10px;

}
.Contact-ny ul li h3{
    font-size:24px;
    font-weight:bold;
    color:#e1ba61;
    margin-bottom:10px;
}
.Contact-ny ul li p{
    font-size:14px;
    color:#666;
    padding-top:5px;
}
}

.ny-title2{
    text-align:center;
}
.ny-title2 h3{
    font-size:36px;
    color:#333;
}
.ny-title2 span{
    display:inline-block;
    width:50px;
    height:5px;
    border-radius:5px;
    background:#eee
}
.team-ul li {
    position: relative;
    border: solid 1px #eee;
    margin-bottom: 40px;
}
.team-ul li::after{
    content:'';
    position:absolute;
    width:100%;
    height:5px;
    background:#e1ba61;
    bottom:0;
    left:0
}
.team-ul li a{
    display:flex;
    flex-wrap:wrap;
    padding:40px;
}
.team-ul li a .pic{
    width:250px;
}
.team-ul li a .tet{
    width:calc(100% - 250px);
    padding-left:40px;
}
.team-ul li a .tet h3{
    font-size:24px;
    color:#333

}
.team-ul li a .tet h4{
    font-size:14px;
    color:#e1ba61;
    padding:15px 0
}
.team-ul li a .tet p{
    font-size:14px;
    color:#666;
}

@media (max-width: 1000px) {

.ny-title2{
    text-align:center;
}
.ny-title2 h3{
    font-size:24px;
    color:#333;
}
.ny-title2 span{
    display:inline-block;
    width:50px;
    height:5px;
    border-radius:5px;
    background:#eee
}
.team-ul li {
    position: relative;
    border: solid 1px #eee;
    margin-bottom: 40px;
}
.team-ul li::after{
    content:'';
    position:absolute;
    width:100%;
    height:5px;
    background:#e1ba61;
    bottom:0;
    left:0
}
.team-ul li a{
    display:flex;
    flex-wrap:wrap;
    padding:20px;
}
.team-ul li a .pic{
    width:100%;
    text-align:center;
    padding: 0 10%
}
.team-ul li a .tet{
    width:100%;
    padding-left:0px;
    padding-top:20px;
}
.team-ul li a .tet h3{
    font-size:24px;
    color:#333

}
.team-ul li a .tet h4{
    font-size:14px;
    color:#e1ba61;
    padding:15px 0
}
.team-ul li a .tet p{
    font-size:14px;
    color:#666;
}
}

.about-yous{
    position:relative;
    padding:80px 0 40px 0
}
    .about-yous:before {
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-image: url(../images/fw.jpg);
        background-attachment: fixed;
        background-size: 100% auto;
        height: 400px;
        z-index:2
    }
    .about-yous .ny-title2 {
        position:relative;
        z-index:5
    }
.about-yous .ny-title2 h3 {
    color: #fff
}
.about-yous .ny-title2 span{
    background:#ffffff
}
.about-yous ul{
    position:relative;
    z-index:5;
    display:flex;
    flex-wrap:wrap;
    background:rgb(244, 244, 244);
    margin-top:80px;
}
.about-yous ul li{
    display:flex;
    align-items:center;
    justify-content:center;
    width:25%;
    padding:60px 0;
    text-align:center;
}
.about-yous ul li img{
    height:80px;
}
.about-yous ul li h3{
    font-size:18px;
    padding-top:25px;
    color:#333
}
@media (max-width: 1000px) {
.about-yous ul li{
    display:flex;
    align-items:center;
    justify-content:center;
    width:50%;
    padding:40px 0;
    text-align:center;
}
.about-yous ul li img{
    height:60px;
}
.about-yous ul li h3{
    font-size:16px;
    padding-top:25px;
    color:#333
}
}
.index-newstow {
    padding: 40px 0 0 0
}
.index-newstow ul {
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.index-newstow ul li{
    width:33.3%;
    padding:20px;
}
.index-newstow ul li .pic{
    position:relative;
    height:220px;
    overflow:hidden
}
.index-newstow ul li .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-newstow ul li .pic::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#00000080;
    top:0;
    left:0;
    opacity:0;
    transition:all 0.5s
}
.index-newstow ul li:hover .pic::after{
    content:'';
    opacity:1
}
.index-newstow ul li .tet h3{
    font-size:18px;
    color:#333;
    padding-top:15px;
    text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.index-newstow ul li .tet span{
    font-size:14px;
    color:#999;
    padding:6px 0;
    display:block;
}
.index-newstow ul li .tet p{
    font-size:14px;
    color:#666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height:25px;
height:50px;
}
.index-newstow ul li:hover h3{
    color:#e1ba61
}
@media (max-width: 1000px) {
.index-newstow{
    padding: 40px 0 0 0
}
.index-newstow ul {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
.index-newstow ul li{
    width:100%;
    padding:10px;
}
.index-newstow ul li .pic{
    position:relative;
    height:220px;
    overflow:hidden
}
.index-newstow ul li .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-newstow ul li .pic::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#00000080;
    top:0;
    left:0;
    opacity:0;
    transition:all 0.5s
}
.index-newstow ul li:hover .pic::after{
    content:'';
    opacity:1
}
.index-newstow ul li .tet h3{
    font-size:18px;
    color:#333;
    padding-top:15px;
    text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.index-newstow ul li .tet span{
    font-size:14px;
    color:#999;
    padding:6px 0;
    display:block;
}
.index-newstow ul li .tet p{
    font-size:14px;
    color:#666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height:25px;
height:50px;
}
.index-title{
    font-size:24px;
}
}

.index-mokbj {
    padding: 60px;
    background-attachment: fixed;
    background-image: url(../images/LX.jpg);
    background-size: 100% 100%;
}
.index-mokbj .ullist{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.index-mokbj .ullist .lis{
    background:#e1ba61;
    padding:40px;
    width:48%;
}
.index-mokbj .ullist .lis .title-h3{
    display:flex;
    align-items:center;
    border-bottom:solid 1px #fff;
    padding-bottom:15px;
    margin-bottom:30px;
}
.index-mokbj .ullist .lis .title-h3 .ic{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff
}
.index-mokbj .ullist .lis .title-h3 .ic img{
    height:36px;
}
.index-mokbj .ullist .lis .title-h3 h3{
    font-size:28px;
    color:#fff;
    padding-left:20px;
}
.index-mokbj .ullist .lis p{
    font-size:16px;
    color:#fff;
    margin-top:10px;
}
.index-mokbj .ullist .lis-b{
    background:#fff
}
.index-mokbj .ullist .lis-b .title-h3{
    border-bottom:solid 1px #eee;
}
.index-mokbj .ullist .lis-b .title-h3 h3 {
   color:#333

}
.index-mokbj .ullist .lis-b .title-h3 .ic{
    background:#e1ba61
}
    .index-mokbj .ullist .lis-b p{
        color:#333
    }
       .index-mokbj .ullist .lis-b h4{
           font-size:24px;
           color:#333;
           padding-top:10px;
       }

@media (max-width: 1000px) {
.index-mokbj {
    padding: 40px 10px;
}
.index-mokbj .ullist{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.index-mokbj .ullist .lis{
    background:#e1ba61;
    padding:20px;
    width:100%;
    margin:10px 0
}
.index-mokbj .ullist .lis .title-h3{
    display:flex;
    align-items:center;
    border-bottom:solid 1px #fff;
    padding-bottom:15px;
    margin-bottom:30px;
}
.index-mokbj .ullist .lis .title-h3 .ic{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff
}
.index-mokbj .ullist .lis .title-h3 .ic img{
    height:24px;
}
.index-mokbj .ullist .lis .title-h3 h3{
    font-size:24px;
    color:#fff;
    padding-left:20px;
}
.index-mokbj .ullist .lis p{
    font-size:16px;
    color:#fff;
    margin-top:10px;
}
.index-mokbj .ullist .lis-b{
    background:#fff
}
.index-mokbj .ullist .lis-b .title-h3{
    border-bottom:solid 1px #eee;
}
.index-mokbj .ullist .lis-b .title-h3 h3 {
   color:#333

}
.index-mokbj .ullist .lis-b .title-h3 .ic{
    background:#e1ba61
}
    .index-mokbj .ullist .lis-b p{
        color:#333
    }
       .index-mokbj .ullist .lis-b h4{
           font-size:24px;
           color:#333;
           padding-top:10px;
       }

}

.fandingd{
    position:fixed;
    bottom:10%;
   right:20px;
   z-index:100;
   width:50px;
   cursor:pointer;
   display:none
}
.fandingd:hover{
    opacity:0.8
}