﻿
/*NewsDetail*/
img{
    transition:all 0.5s

}
.NewsDetail001 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.NewsDetail001-title {
    text-align: center;
    padding-bottom:20px;
    border-bottom:solid 2px #ff0000
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
        font-weight:bold
    }

.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: 14px;
        color: #666;
    }

        .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: 20px;
    }

        .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;
}
}

/*nav*/
.lz-hade {
    position: fixed;
    width: 100%;

    top:0;
    z-index: 88;
    height: 80px;
    border-bottom: solid 1px #ffffff30;
    transition: all 0.5s;
    background:#fff
}
.container2 {
    padding: 0 10%;
}
.lz-hade .container2 {
    display: flex;
    align-items: center;
    z-index: 8;
    height: 100%
}

.lz-hade2 {
    background: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.lz-hade .lz-logo img {
    height: 50px;
}
.lz-hade .lz-logo  a{
    display:flex;
    align-items:center;
}
.lz-hade .lz-logo  a p{
  font-size:16px;
  color:#666;
  border-left:solid 1px #FFD900;
  padding-left:15px;
  margin-left:15px;
  max-width:275px
}
.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;
    display:flex;
    height:80px;
    align-items:center;
    padding:0 20px

}
.lz-hade .lz-nav ul li.li-dh .top-dh{
    line-height:25px;
  padding-left:40px;
}
.lz-hade .lz-nav ul li.li-dh .top-dh h3{
    background:url(../images/icon-tdh.png) no-repeat left center;
    background-size:25px;
    padding-left:35px;
    font-size:24px;
    color:#C11724;
    font-weight:bold;
}

.lz-hade .lz-nav ul li.li-dh .top-dh h3 i{
    font-size:24px;

}
.lz-hade .lz-nav ul li:hover .cp-fd {
    display: block;
}
.lz-hade .lz-nav ul li:hover .cp-fd a{
    display:block;
    color:#333;
    text-align:center;
    padding:4px 0;
}
.lz-hade .lz-nav ul li:hover .cp-fd a:hover{
    color:#ff0000
}
.lz-hade .lz-nav ul li .cp-fd {
    position: absolute;
    background-color: #fff;
    backdrop-filter: blur(12px);
    top: 80px;
    left: 50%;
    display: flex;
    width: 120px;
    margin-left:-60px;
    /* border-top: solid 1px #eee; */
    border-radius: 0px;
    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: #333;
    text-align: center;
    margin: 10px 0;
}

.lz-hade .lz-nav ul li .cp-fd .list a:hover {
    color: #ff0000;
}

.lz-hade .lz-nav ul li > a {
    position: relative;
    color: #333;
    display: block;
    padding:5px 0px;

}

.lz-hade2 .lz-nav ul li > a {
    color: #333;
}

.lz-hade .lz-nav ul li:hover > a,
.lz-hade .lz-nav ul li.cur > a {
    color:#ff0000
}
.lz-hade .lz-nav ul li.cur >a::after,
.lz-hade .lz-nav ul li:hover >a::after{
    content:'';
    position:absolute;
    width:100%;
    left:0;
    bottom:-24px;
    height:2px;
    background:#ff0000;
}


.sidh {
    width: 40px;
    display: none;
    margin-left: 10px;
}

/*sj-nav*/
.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: #666;
    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 0px;
    }

    .lz-hade .lz-logo img {
        height: 50px;
    }

    .lz-hade .lz-nav ul {
        padding-right: 10px;

    }

    .lz-hade .lz-settings .lz-Language {
        font-size: 16px;
    }

    .lz-hade .lz-nav ul li {
        font-size: 16px;
    }
    .lz-hade .lz-nav ul li.li-dh .top-dh{
        padding-left:20px
    }
    .lz-hade .lz-nav ul li.li-dh .top-dh h3{
        font-size:20px;
        line-height:30px
    }




}

@media (max-width: 1200px) {
    .sidh {
        width: 40px;
        display: block;
        cursor: pointer;
        margin-left:20px
    }
    .sous{
        margin-left:auto
    }
    .sidh img {
        /*    filter: grayscale(200%) brightness(700%);*/
        width: 100%;
    }

    .lz-hade .lz-nav {
        display: none;
    }

}

@media (max-width: 1000px) {
    .container2 {
        padding: 0 10px;
    }
    .lz-yuy{
        margin-left:auto;
    }
    .lz-hade {
        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;
    margin-top:80px
}
.lz-banner img {
    width: 100%;
    min-height: 150px;
    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;
}
.lz-banner .swiper-button-next, .lz-banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 15px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000080;
    border-radius: 50%
}
.banner-tet{
    position:absolute;
    width:100%;
    padding:0 15%;
    top:30%;
    text-align:left;
    z-index:2;
    color:#fff
} 
.banner-tet h4{
    font-size:62px;
}
.banner-tet h3{
    font-size:62px;
    font-weight:bold;
    padding:20px 0
}
.banner-tet p{
    font-size:36px;
}
/*.lz-banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow:hidden
}

.lz-banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1,1.1);
}

.lz-banner .swiper-slide-active img, .lz-banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1,1);
}*/

.sj-show {
    display: none;
}
.pc-show{
    display:block
}

@media (max-width: 1000px) {
.sj-show {
    display: block;
}
.pc-show{
    display:none
}
    .lz-banner {
    margin-top:50px
}
.lz-banner .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 5px;
}
.lz-banner .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 0.2;
}
.lz-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.lz-banner .swiper-button-next, .lz-banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background-size: 10px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000080;
    border-radius: 50%;
    display:none
}
.banner-tet{
    position:absolute;
    width:100%;
    padding:0 10px;
    top:20%;
    text-align:left;
    z-index:2;
    color:#fff
} 
.banner-tet h4{
    font-size:24px;
}
.banner-tet h3{
    font-size:24px;
    padding:10px 0
}
.banner-tet p{
    font-size:18px;
}
}
.ls-title h3{
    font-size:36px;
    color:#000;
}
.ls-title p{
    font-size:20px;
    color:#ff0000;
}
.ls-title span{
    display:inline-block;
    width:60px;
    height:2px;
    background:#ff0000;
    margin-top:40px;
}
.index-one{
    background:url(../images/sj-bj1.png) no-repeat center;
    background-size:cover;
    padding:100px;
    display:flex;
    flex-wrap:wrap;
}
.index-one .index-one-fl{
    width:250px;
    padding-top:80px;
}

.index-one .sy-business-list {
    width: calc(100% - 250px);
}
.index-one .sy-business-list ul{
    display:flex;
    flex-wrap:wrap;
}
.index-one .sy-business-list ul li{
    width:17.5%;
    padding:70px 20px;
    border-right:solid 1px #DAD9D8;
    transition:all 0.5s;
    cursor:pointer
}
.index-one .sy-business-list ul li .div-tow{
    display:none;
   
}
.index-one .sy-business-list ul li .div-one{
    position:relative;
    padding-bottom:90px;
    height:100%;
    min-height:375px

}
.index-one .sy-business-list ul li .div-one .tet{
    display:flex;
   justify-content:center;
}
.index-one .sy-business-list ul li .div-one .tet h3{
     writing-mode:vertical-lr;
     font-size:24px;
     color:#000;
     letter-spacing:5px
}
.index-one .sy-business-list ul li .div-one .tet p{
         writing-mode:vertical-lr;
     font-size:18px;
     color:#999
}
.index-one .sy-business-list ul li .div-one .icon-mo{
    position:absolute;
    left:50%;
    margin-left:-25px;
    bottom:0;
    width:50px;
    height:50px;
    border:solid 1px #DAD9D8;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}
.index-one .sy-business-list ul li .div-one .icon-mo i{
    font-size:20px;
    margin-left:-5px
}
.index-one .sy-business-list ul li.cur{
    width:30%;
    background:#fff
}
.index-one .sy-business-list ul li.cur .div-one{
    display:none
}
.index-one .sy-business-list ul li.cur .div-tow{
    display:block;
    text-align:center;
}
.index-one .sy-business-list ul li.cur .div-tow h3{
    font-size:24px;
    text-align:center;
    color:#ff0000;
}
.index-one .sy-business-list ul li.cur .div-tow h4{
    font-size:16px;
    text-align:center;
    color:#666;
    padding-top:10px
}
.index-one .sy-business-list ul li.cur .div-tow p {
    font-size: 16px;
    color: #666;
    text-align:left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height:25px;
    height:150px;
    overflow: hidden;
    margin:40px 0;
    transition:all 0;
}
.index-one .sy-business-list ul li.cur .div-tow a{
    display:inline-block;
    padding:8px 25px;
    font-size:16px;
    color:#fff;
    background:#ff0000;
    border-radius:20px;
}
.div-one-sj{
    display:none
}
@media (max-width: 1000px) {

.ls-title h3{
    font-size:24px;
}
.ls-title p{
    font-size:16px;
}
.ls-title span{
    display:inline-block;
    width:60px;
    height:2px;
    background:#ff0000;
    margin:20px auto 0
}

    .index-one{
    background:url(../images/sj-bj1.png) no-repeat center;
    background-size:cover;
    padding:40px 0px;
    display:flex;
    flex-wrap:wrap;
}
.index-one .index-one-fl{
    width:100%;
    padding-top:0px;
    text-align:center;
}

.index-one .sy-business-list {
    width: 100%;
    padding-top:40px;
}
.index-one .sy-business-list ul{
    display:flex;
    flex-wrap:wrap;
}
.index-one .sy-business-list ul li{
    width:20%;
    padding:40px 10px;
    border-right:solid 1px #DAD9D8;
    transition:all 0.5s;
    cursor:pointer
}
.index-one .sy-business-list ul li .div-tow{
    display:none; 
}
.index-one .sy-business-list ul li .div-one{
    position:relative;
    padding-bottom:60px;
    height:100%;
    min-height:auto
}

.index-one .sy-business-list ul li .div-one .tet h3{
     font-size:16px;
}
.index-one .sy-business-list ul li .div-one .tet p{
     font-size:14px;

}
.index-one .sy-business-list ul li .div-one .icon-mo{
    margin-left:-20px;
    width:40px;
    height:40px;

}
.index-one .sy-business-list ul li.cur{
    width:20%;
    background:none
}
.index-one .sy-business-list ul li .div-one.div-one-sj{
    display:block
}
.index-one .sy-business-list ul li .div-one.div-one-pc{
    display:none
}
.index-one .sy-business-list ul li.cur .div-tow,
.index-one .sy-business-list ul li .div-tow{
    display:none;
}

}

.index-adout {
    position: relative;
    padding-right: 10%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.index-adout .pic{
    position:relative;
    width:60%;
    /* border-radius: 0 200px 0 0; */
    overflow:hidden;
  /*  height:774px;*/
    position:relative;
}
.index-adout .pic:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#00000060
}
.index-adout .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-adout .index-adout-fd{
  /*  position:absolute;*/
    width:40%;
  /*  top:150px;*/
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.index-adout .video-fl{
    width:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.index-adout .index-adout-fd .sy-adout{
    width:100%;
    background:#fff;
    padding:70px;
    border-radius:20px 0 0 0;
}
.index-adout .index-adout-fd .sy-adout .tet{
    font-size:16px;
    color:#666;
    line-height:25px;
   max-height:150px;
    overflow: auto;
    margin:40px 0 0;
}
.index-adout .index-adout-fd .sy-adout ul{
    display:flex;
    flex-wrap:wrap;
    padding:20px 0 50px 0
}
.index-adout .index-adout-fd .sy-adout ul li{
    width:33.3%;
    padding-right:60px;
}
.index-adout .index-adout-fd .sy-adout ul li:last-child{
    padding:0
}
.index-adout .index-adout-fd .sy-adout ul li h3{
    font-size:44px;
    color:#ff0000
}
.index-adout .index-adout-fd .sy-adout ul li h3 sub{
    font-size:18px;
    padding-left:10px;
}
.index-adout .index-adout-fd .sy-adout ul li p{
    font-size:16px;
    color:#666;
    border-top:solid 1px #e7e7e7;
    padding-top:10px;
    margin-top:20px;   
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index-adout .index-adout-fd .sy-adout .but{
    display:inline-block;
    padding:8px 40px;
    border:solid 1px #b2b2b2;
    font-size:16px;
    color:#333;
    border-radius:25px;
}
.index-adout .index-adout-fd .sy-adout .but:hover{
  background:#ff0000;
    color:#fff;
}
@media (max-width: 1600px) {
    .index-adout .index-adout-fd .sy-adout{
        padding:50px;
    }
    .index-adout{
        padding-right:5%;
    }
}
    @media (max-width: 1000px) {
        .index-adout {
            position: relative;
            flex-direction:column;
            padding-right:0;
        }
            .index-adout .video-fl{
                width:50px;
            }

            .index-adout .pic {
                position: relative;
                width: 100%;
                border-radius: 0;
                overflow: hidden;
                height: 200px
            }

            .index-adout .index-adout-fd {
                position: relative;
                width: 100%;
                top: 0px;
            }

                .index-adout .index-adout-fd .video-fl {
                    position: absolute;
                    top: -200px;
                    left: 0;
                    z-index: 5;
                    width: 100%;
                    height: 200px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer
                }

                    .index-adout .index-adout-fd .video-fl img {
                        width: 50px;
                    }

                .index-adout .index-adout-fd .sy-adout {
                    width: 100%;
                    background: #fff;
                    padding: 20px 10px;
                    border-radius: 0;
                }

                    .index-adout .index-adout-fd .sy-adout .ls-title {
                        text-align: center;
                    }

                    .index-adout .index-adout-fd .sy-adout .tet {
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 100;
                        line-height: 25px;
                        height: auto;
                        overflow: hidden;
                        margin: 20px 0 0;
                    }

                    .index-adout .index-adout-fd .sy-adout ul {
                        display: flex;
                        flex-wrap: wrap;
                        padding: 20px 0 20px 0
                    }

                        .index-adout .index-adout-fd .sy-adout ul li {
                            width: 33.3%;
                            padding-right: 10px;
                        }

                            .index-adout .index-adout-fd .sy-adout ul li:last-child {
                                padding: 0
                            }

                            .index-adout .index-adout-fd .sy-adout ul li h3 {
                                font-size: 38px;
                            }

                                .index-adout .index-adout-fd .sy-adout ul li h3 sub {
                                    font-size: 14px;
                                    padding-left: 10px;
                                }

                            .index-adout .index-adout-fd .sy-adout ul li p {
                                font-size: 14px;
                            }

                    .index-adout .index-adout-fd .sy-adout .but {
                        display: block;
                        text-align: center;
                        width: 140px;
                        padding: 8px 30px;
                        border: solid 1px #b2b2b2;
                        font-size: 14px;
                        color: #333;
                        border-radius: 25px;
                        margin: 20px auto 0
                    }
    }

    .index-news {
        padding: 80px 10%
    }

        .index-news .sy-news {
            padding-top: 40px;
            display: flex;
            flex-wrap: wrap
        }

            .index-news .sy-news .news-fl {
                width: 62%;
            }

                .index-news .sy-news .news-fl ul {
                    display: flex;
                    flex-wrap: wrap;
                    margin: 0 -10px
                }

                    .index-news .sy-news .news-fl ul li {
                        width: 50%;
                        padding: 0 10px;
                    }

                        .index-news .sy-news .news-fl ul li a {
                            display: block;
                            height: 100%;
                            box-shadow: 0px 0px 15px 0px rgba(106, 106, 106, 0.1);
                        }

                        .index-news .sy-news .news-fl ul li .pic {
                            overflow: hidden;
                            height: 320px;
                        }

                            .index-news .sy-news .news-fl ul li .pic img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover
                            }

                        .index-news .sy-news .news-fl ul li .tet {
                            padding: 20px;
                        }

                            .index-news .sy-news .news-fl ul li .tet h3 {
                                font-size: 22px;
                                color: #000
                            }

                            .index-news .sy-news .news-fl ul li .tet span {
                                font-size: 14px;
                                color: #999;
                                display: block;
                                padding: 10px 0
                            }

                            .index-news .sy-news .news-fl ul li .tet p {
                                font-size: 16px;
                                color: #666;
                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: 2;
                                line-height: 25px;
                                height: 50px;
                                overflow: hidden;
                            }

                            .index-news .sy-news .news-fl ul li .tet .more {
                                font-size: 16px;
                                color: #666;
                                padding-top: 15px
                            }

                        .index-news .sy-news .news-fl ul li a:hover .tet {
                            background: #ff0000
                        }

                        .index-news .sy-news .news-fl ul li:hover h3,
                        .index-news .sy-news .news-fl ul li:hover p,
                        .index-news .sy-news .news-fl ul li:hover span,
                        .index-news .sy-news .news-fl ul li:hover .more {
                            color: #fff
                        }

            .index-news .sy-news .news-fr {
                width: 38%;
                padding-left: 20px;
            }

                .index-news .sy-news .news-fr ul li {
                    box-shadow: 0px 0px 15px 0px rgba(106, 106, 106, 0.1);
                    margin-bottom: 20px;
                }

                    .index-news .sy-news .news-fr ul li:last-child {
                        margin-bottom: 0
                    }

                    .index-news .sy-news .news-fr ul li a {
                        padding: 20px 20px 20px 0;
                        display: flex;
                        align-items: center;
                    }

                        .index-news .sy-news .news-fr ul li a .time {
                            width: 100px;
                            text-align: center;
                            font-size: 18px;
                            color: #666;
                            border-right: solid 1px #E2E2E2
                        }

                        .index-news .sy-news .news-fr ul li a .tet {
                            width: calc(100% - 100px);
                            padding-left: 20px;
                        }

                            .index-news .sy-news .news-fr ul li a .tet h3 {
                                font-size: 22px;
                                color: #000;
                            }

                            .index-news .sy-news .news-fr ul li a .tet p {
                                font-size: 16px;
                                color: #666;
                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: 2;
                                line-height: 25px;
                                height: 50px;
                                overflow: hidden;
                                margin-top: 10px;
                            }

                            .index-news .sy-news .news-fr ul li a .tet .more {
                                font-size: 16px;
                                color: #666;
                                padding-top: 10px
                            }

                    .index-news .sy-news .news-fr ul li:hover .tet h3,
                    .index-news .sy-news .news-fr ul li:hover .tet .more {
                        color: #ff0000
                    }

                    .index-news .sy-news .news-fr ul li:hover {
                        box-shadow: 0px 0px 15px 3px rgba(106, 106, 106, 0.1);
                    }

    @media (max-width: 1000px) {
        .index-news {
            padding: 40px 10px
        }

            .index-news .sy-news {
                padding-top: 40px;
                display: flex;
                flex-wrap: wrap
            }

                .index-news .sy-news .news-fl {
                    width: 100%;
                }

                    .index-news .sy-news .news-fl ul {
                        display: flex;
                        margin: 0;
                    }

                        .index-news .sy-news .news-fl ul li {
                            width: 100%;
                            padding: 0;
                            margin-bottom: 20px
                        }

                            .index-news .sy-news .news-fl ul li .pic {
                                height: auto;
                            }

                            .index-news .sy-news .news-fl ul li .tet {
                                padding: 20px 10px;
                            }

                                .index-news .sy-news .news-fl ul li .tet h3 {
                                    font-size: 16px;
                                }

                                .index-news .sy-news .news-fl ul li .tet span {
                                    font-size: 14px;
                                    color: #999;
                                    display: block;
                                    padding: 10px 0
                                }

                                .index-news .sy-news .news-fl ul li .tet p {
                                    font-size: 14px;
                                }

                                .index-news .sy-news .news-fl ul li .tet .more {
                                    font-size: 14px;
                                    padding-top: 15px
                                }

                .index-news .sy-news .news-fr {
                    width: 100%;
                    padding-left: 0px;
                    padding-top: 20px;
                }

                    .index-news .sy-news .news-fr ul li a {
                        padding: 20px 10px 20px 0;
                        display: flex;
                        align-items: center;
                    }

                        .index-news .sy-news .news-fr ul li a .time {
                            width: 80px;
                            text-align: center;
                            font-size: 16px;
                            color: #666;
                            border-right: solid 1px #E2E2E2
                        }

                        .index-news .sy-news .news-fr ul li a .tet {
                            width: calc(100% - 80px);
                            padding-left: 20px;
                        }

                            .index-news .sy-news .news-fr ul li a .tet h3 {
                                font-size: 16px;
                            }

                            .index-news .sy-news .news-fr ul li a .tet p {
                                font-size: 14px;
                            }

                            .index-news .sy-news .news-fr ul li a .tet .more {
                                font-size: 14px;
                                display: none
                            }
    }

    .index-contact {
        padding: 120px 10%;
        background: url(../images//sy-bj2.png) no-repeat center;
        background-size: cover;
        display: flex;
        flex-wrap: wrap;
    }

        .index-contact .tet {
            width: 50%;
            padding-bottom: 60px
        }

            .index-contact .tet .tet-list {
                padding-top: 40px;
                font-size: 16px;
                color: #666;
            }

        .index-contact .pic {
            width: 50%;
        }

    @media (max-width: 1000px) {
        .index-contact {
            padding: 40px 10px;
        }

            .index-contact .tet {
                width: 100%;
                padding-bottom: 20px
            }

                .index-contact .tet .tet-list {
                    padding-top: 20px;
                    font-size: 16px;
                    color: #666;
                }

            .index-contact .pic {
                width: 100%;
            }
    }




    .footer-top {
        position: relative;
        padding: 40px 10%;
        border-top: solid 1px #ff0000
    }

        .footer-top::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0;
            top: 80px;
            background: #e8e8e8
        }

        .footer-top ul {
            display: flex;
            flex-wrap: wrap;
        }

            .footer-top ul li {
                width: 15%;
            }

                .footer-top ul li.li-lxwm {
                    width: 40%;
                }

                .footer-top ul li h3 {
                    position: relative;
                    font-size: 20px;
                    color: #000;
                    margin-bottom: 35px;
                }

                .footer-top ul li a,
                .footer-top ul li p {
                    display: block;
                    font-size: 16px;
                    color: #666;
                    line-height: 30px;
                }

                    .footer-top ul li a:hover {
                        color: #ff0000
                    }

                .footer-top ul li .ewm {
                    width: 120px;
                    margin: 0 auto
                }

                .footer-top ul li:last-child h3 {
                    font-size: 16px;
                    text-align: center;
                }

    .foot-botton {
        border-top: solid 1px #e8e8e8;
        padding: 15px 10px;
        font-size: 14px;
        color: #666;
        text-align: center;
    }

        .foot-botton a {
            color: #666
        }

    @media (max-width: 1000px) {

        .footer-top {
            padding: 40px 10px;
        }

            .footer-top::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 1px;
                left: 0;
                top: 70px;
                background: #e8e8e8
            }

            .footer-top ul li {
                display: none
            }

                .footer-top ul li:last-child {
                    width: 100%;
                    display: block
                }
    }

    .ny-banner {
        position: relative;
        margin-top: 80px;
    }

    .ny-banner-tet {
        position: absolute;
        top: 50%;
        padding-left: 15%;
        width: 100%;
        transform: translate(0,-50%)
    }

        .ny-banner-tet h3 {
            font-size: 62px;
            font-weight: bold;
            color: #fff;
            text-shadow: 0 0 9px 2px #EEEEEE
        }

        .ny-banner-tet p {
            font-size: 62px;
            padding-bottom: 10px;
            color: #fff;
            text-shadow: 0 0 9px 2px #EEEEEE;
        }

    @media (max-width: 1000px) {
        .ny-banner {
            margin-top: 50px;
        }

            .ny-banner img {
                min-height: 200px;
                width: 100%;
                object-fit: cover
            }

        .ny-banner-tet {
            padding-left: 10%;
        }

            .ny-banner-tet h3 {
                font-size: 24px;
            }

            .ny-banner-tet p {
                font-size: 24px;
            }
    }

    .about-culture {
        padding: 60px 10%
    }

    .about-culture-list {
        padding-top: 20px;
    }

        .about-culture-list ul {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -20px
        }

            .about-culture-list ul li {
                width: 33.3%;
                padding: 20px;
            }

                .about-culture-list ul li a {
                    position: relative;
                    display: block;
                    height: 100%;
                    box-shadow: 0px 2px 30px 0px rgb(237, 241, 246);
                    padding: 80px 80px 120px 80px;
                }

                .about-culture-list ul li .pic {
                    width: 70px;
                }

                .about-culture-list ul li h3 {
                    font-size: 24px;
                    color: #000;
                    padding: 20px 0 20px 0
                }

                .about-culture-list ul li p {
                    font-size: 18px;
                    color: #666;
                }

                .about-culture-list ul li .pic-fd {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    opacity: 0.1;
                    width: 160px;
                }

                    .about-culture-list ul li .pic-fd img {
                        width: 100%;
                    }

    @media (max-width: 1000px) {
        .about-culture {
            padding: 40px 10px
        }

        .about-culture-list {
            padding-top: 20px;
        }

            .about-culture-list ul {
                margin: 0;
            }

                .about-culture-list ul li {
                    width: 50%;
                    padding: 10px 0;
                }

                    .about-culture-list ul li a {
                        position: relative;
                        display: block;
                        height: 100%;
                        box-shadow: 0px 2px 30px 0px rgb(237, 241, 246);
                        padding: 40px 20px 40px 20px;
                        text-align: center;
                    }

                    .about-culture-list ul li .pic {
                        width: 50px;
                        margin: 0 auto
                    }

                    .about-culture-list ul li h3 {
                        font-size: 20px;
                        color: #000;
                        padding: 20px 0 20px 0
                    }

                    .about-culture-list ul li p {
                        font-size: 14px;
                        color: #666;
                    }

                    .about-culture-list ul li .pic-fd {
                        display: none;
                    }

                    .about-culture-list ul li:last-child {
                        width: 100%
                    }
    }


    .about-bjh {
        background: #f5f5f5
    }

    .about-honor {
        position: relative;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .about-honor .swiper-pagination {
            width: 100%;
            text-align: center;
            bottom: 0px;
        }

        .about-honor .swiper-pagination-bullet {
            width: 30px;
            height: 5px;
            margin: 0 5px;
            display: inline-block;
            border-radius: 0;
            background: #ff0000;
            opacity: 0.2;
        }

        .about-honor .swiper-pagination-bullet-active {
            opacity: 1;
            background: #ff0000;
        }


    .tc-video {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        display: none
    }

        .tc-video .tc-bj {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #00000080;
            z-index: 2;
        }

        .tc-video .tc-video-mian {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 60%;
            height: auto;
            z-index: 5
        }

            .tc-video .tc-video-mian video {
                width: 100%;
            }

            .tc-video .tc-video-mian .tc-hidex {
                position: absolute;
                top: -50px;
                right: 0px;
                width: 40px;
                cursor: pointer
            }

    @media screen and (max-width: 1000px) {
        .tc-video .tc-video-mian {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 95%;
            height: auto;
            z-index: 5
        }
    }

    .product-list {
        padding: 100px 10%;
    }

        .product-list ul {
            display: flex;
            flex-wrap: wrap;
        }

            .product-list ul li {
                width: 33.3%;
                padding: 30px;
            }

                .product-list ul li a {
                    display: block;
                    height: 100%;
                    background: #fcfcfc;
                    padding: 50px;
                    text-align: center;
                    background-size: cover;
                    background-position: center;
                }

                    .product-list ul li a h3 {
                        font-size: 24px;
                        font-weight: bold;
                        color: #000;
                    }

                    .product-list ul li a h4 {
                        font-size: 16px;
                        color: #666;
                        padding-top: 10px;
                    }

                    .product-list ul li a p {
                        font-size: 16px;
                        color: #666;
                        margin-top: 40px;
                    }

                    .product-list ul li a span {
                        display: inline-block;
                        padding: 5px 30px;
                        border-radius: 20px;
                        border: solid 1px #eee;
                        font-size: 16px;
                        color: #000;
                        margin-top: 20px;
                    }

                    .product-list ul li a:hover h3 {
                        color: #ff0000
                    }

                    .product-list ul li a:hover span {
                        background: #ff0000;
                        color: #fff
                    }

    @media screen and (max-width: 1000px) {
        .product-list {
            padding: 40px 10px;
        }

            .product-list ul {
                display: flex;
                flex-wrap: wrap;
                padding-top: 20px
            }

                .product-list ul li {
                    width: 100%;
                    padding: 10px 0px;
                }

                    .product-list ul li a {
                        padding: 20px 10px;
                    }

                        .product-list ul li a h3 {
                            font-size: 20px;
                        }

                        .product-list ul li a h4 {
                            font-size: 14px;
                        }

                        .product-list ul li a p {
                            font-size: 14px;
                            margin-top: 20px;
                        }

                        .product-list ul li a span {
                            display: inline-block;
                            padding: 5px 20px;
                            font-size: 14px;
                        }
    }

    .Lawyer-list {
        padding: 100px 10%;
    }

        .Lawyer-list ul {
            display: flex;
            flex-wrap: wrap;
            padding-top: 20px
        }

            .Lawyer-list ul li {
                width: 50%;
                padding: 15px 15px 15px 15px;
            }

                .Lawyer-list ul li a {
                    position: relative;
                    display: block;
                    height: 100%;
                    padding: 20px;
                    text-align: center;
                    background-color: #f9f9f9;
                    display: flex;
                    justify-content: space-between;
                    border: 1px solid #dddddd;
                }

                    .Lawyer-list ul li a::after {
                        content: '';
                        height: calc(100% - 75px);
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        z-index: -1;
                        background: linear-gradient(180.00deg, rgb(253, 253, 253),rgb(247, 247, 247) 100%);
                    }

                .Lawyer-list ul li .pic {
                    position: relative;
                    width: 38%;
                    overflow: hidden;
                }

                    .Lawyer-list ul li .pic img {
                        width: 100%;
                        height:100%;
                        object-fit:cover;
                    }

                .Lawyer-list ul li .tet {
                    padding-top: 20px;
                    width: 62%;
                    text-align: left;
                    padding-left: 20px;
                }

                    .Lawyer-list ul li .tet h3 {
                        font-size: 20px;
                        color: #000;
                        font-weight: bold;
                    }

                    .Lawyer-list ul li .tet span {
                        font-size: 16px;
                        color: #666;
                        padding-top: 20px;
                        display: block;
                    }

                    .Lawyer-list ul li .tet p {
                        font-size: 16px;
                        color: #666;
                    }

                .Lawyer-list ul li a:hover h3 {
                    color: #ff0000
                }

    @media screen and (max-width: 1000px) {
        .Lawyer-list {
            padding: 40px 10px;
        }

            .Lawyer-list ul {
                display: flex;
                flex-wrap: wrap;
                padding-top: 20px
            }

                .Lawyer-list ul li {
                    width: 100%;
                    padding: 10px 0px 10px 0px;
                }

                    .Lawyer-list ul li a {
                        position: relative;
                        height: 100%;
                        padding: 15px;
                        text-align: center;
                    }

                        .Lawyer-list ul li a::after {
                            content: '';
                            height: calc(100% - 75px);
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            z-index: -1;
                            background: linear-gradient(180.00deg, rgb(253, 253, 253),rgb(247, 247, 247) 100%);
                        }

                    .Lawyer-list ul li .pic {
                        position: relative;
                        width: 150px;
                        border-radius: 1%;
                        overflow: hidden;
                        margin: 0px auto 0 auto
                    }

                    .Lawyer-list ul li .tet {
                        width: calc(100% - 150px);
                        padding-top: 0 !important;
                    }

                        .Lawyer-list ul li .tet h3 {
                            font-size: 18px;
                            color: #000;
                            font-weight: bold;
                        }

                        .Lawyer-list ul li .tet span {
                            font-size: 14px;
                            color: #666;
                            padding-top: 10px;
                            display: block;
                        }

                        .Lawyer-list ul li .tet p {
                            font-size: 14px;
                            color: #666;
                        }
    }


    .news-list .sy-news .news-fl {
        width: 100%
    }

        .news-list .sy-news .news-fl ul li {
            padding: 20px;
            width: 33.3%
        }

    @media screen and (max-width: 1000px) {
        .news-list .sy-news .news-fl {
            width: 100%
        }

            .news-list .sy-news .news-fl ul li {
                padding: 10px 0;
                width: 100%
            }
    }


    .tc-sous {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
    }

    .tc-hide {
        position: absolute;
        top: 10px;
        right: 20px;
        background: url(../images/cuo.png) no-repeat center;
        width: 50px;
        height: 50px;
        background-size: 40px;
        z-index: 2;
        cursor: pointer;
    }

    .tc-sous .tc-bj {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #00000080;
        z-index: 1;
    }

    .tc-sous-nr {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 40%;
        display: flex;
        align-items: center;
        z-index: 5;
    }

        .tc-sous-nr input {
            width: calc(100% - 80px);
            border: solid 1px #ff0000;
            background-color: #fff;
            outline: none;
            height: 60px;
            border-radius: 30px 0 0 30px;
            font-size: 16px;
            padding-left: 20px;
        }

        .tc-sous-nr a {
            background-color: #ff0000;
            height: 60px;
            width: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0 30px 30px 0;
        }

            .tc-sous-nr a img {
                filter: grayscale(200%) brightness(700%);
            }

    .ny-sous {
        padding-top: 80px;
    }


    @media (max-width: 1000px) {
        .ny-sous {
            padding-top: 50px;
        }

        .tc-sous {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 99;
        }

        .tc-hide {
            position: absolute;
            top: 10px;
            right: 20px;
            background: url(../images/cuo.png) no-repeat center;
            width: 40px;
            height: 40px;
            background-size: 25px;
            z-index: 2;
            cursor: pointer;
        }

        .tc-sous-nr {
            width: 90%;
        }

            .tc-sous-nr input {
                width: calc(100% - 60px);
                border: solid 1px #ff0000;
                background-color: #fff;
                outline: none;
                height: 50px;
                border-radius: 25px 0 0 25px;
                font-size: 16px;
                padding-left: 20px;
            }

            .tc-sous-nr a {
                background-color: #ff0000;
                height: 50px;
                width: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 0 25px 25px 0;
            }

                .tc-sous-nr a img {
                    filter: grayscale(200%) brightness(700%);
                }
    }