﻿
/*NewsDetail*/
.ht80{
    height:100px
}
.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}
.bx-mb-nav{
   position: relative;
}
.NewsDetail001-title {
 
    text-align: center;
    border-bottom: solid 2px rgb(242, 169, 7);
    padding-bottom: 20px;
}
.div-top10 {
    position:absolute;
    top:-100px
}

.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: 14px;
        color: #000;
    }

        .TurnPages a:hover {
            color: rgb(242, 169, 7);
        }

@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%;
    padding: 0 10%;
    top:0;
    z-index: 88;
    height: 100px;
    border-bottom: solid 1px #ffffff30;
    transition: all 0.5s;
}
.lz-hade .container2{
    display: flex;
    align-items: center;
    z-index: 8;
    height: 100%
}

.lz-hade2 {
    background: #00000060;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.lz-hade .lz-logo img {
    height: 60px;
}
.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:100px;
    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:#ff6800
}
.lz-hade .lz-nav ul li .cp-fd {
    position: absolute;
    background-color: #fff;
    backdrop-filter: blur(12px);
    top: 100px;
    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: var(--color);
}

.lz-hade .lz-nav ul li > a {
    position: relative;
    color: #fff;
    display: block;
    line-height:100px
   

}

.lz-hade2 .lz-nav ul li > a {
    color: #fff;
}

.lz-hade .lz-nav ul li:hover > a:before,
.lz-hade .lz-nav ul li.cur > a:before {
    position:absolute;
    content:'';
    width:100%;
    height:2px;
    background:#fff;
    bottom:0;
    left:0
}


.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: #000;
    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: #fff;
    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 0px;
        height: 100px;
    }

    .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: 14px;
    }
    .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
    }
    .lz-hade .lz-nav ul li .cp-fd {
        top: 80px;
        width: 800px;
    }

    .lz-hade .lz-nav ul li .cp-fd2 {
        width: 165px;
    }
    .lz-hade .lz-logo  a p{
  font-size:14px;
  color:#666;
  border-left:solid 1px #FFD900;
  padding-left:10px;
  margin-left:10px;
}
    .lz-hade .lz-nav ul li > a {

    padding: 5px 10px;
}
}

@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;
    }

}

@media (max-width: 1000px) {
    .lz-yuy{
        margin-left:auto;
    }
    .lz-hade {
        padding: 0 10px;
        height: 50px;
    }

    .lz-hade .lz-logo img {
        height: 32px;
    }

    .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 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%
}



.sj-show {
    display: none;
}
.pc-show{
    display:block
}

@media (max-width: 1000px) {
.sj-show {
    display: block;
}
.pc-show{
    display:none
}
    .lz-banner {
    margin-top:0px
}
.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
}
}


.index-one{
    padding:60px 0;
}
.zy-title{
    text-align:center;
}
.zy-title h3{
    font-size:36px;
    color:#000;
    font-weight:bold
}
.zy-title p{
    font-size:16px;
    color:#666;
    padding-top:20px;
}
.zy-title b{
    font-size:16px;
    color:#333;
    padding-top:10px;
}
.index-xhbt{
    padding-top:40px;
}
.index-xhbt ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.index-xhbt ul li{
    width:33.3%;
    padding:0 10px;
}
.index-xhbt ul li a{
    display:block;
    box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
    padding:60px;
    text-align:center;
}
.index-xhbt ul li .pic{
    width:110px;
    height:110px;
    background:#449CD410;
    border-radius:50%;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
}
.index-xhbt ul li .pic img{
    max-height:50px;
}
.index-xhbt ul li .pic img.img-a{
    display:block;
}
.index-xhbt ul li .pic img.img-b{
    display:none;
}
.index-xhbt ul li h3{
    font-size:24px;
    color:#000;
    font-weight:bold;
    padding-top:40px;
    padding-bottom:25px;
}
.index-xhbt ul li p{
    font-size:16px;
    color:#666;
}
.index-xhbt ul li span{
    font-size:18px;
    color:#0263A7;
    display:block;
    padding-top:60px;
}
.index-xhbt ul li a:hover{
    box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
    background: linear-gradient(135.00deg, rgb(242, 169, 7) 0%,rgb(223, 77, 26) 100%);
}
.index-xhbt ul li a:hover .pic{
    background: #fff
}
.index-xhbt ul li a:hover .pic .img-a{
    display:none;
}
.index-xhbt ul li a:hover .pic .img-b{
    display:block;
}
.index-xhbt ul li a:hover h3,
.index-xhbt ul li a:hover p,
.index-xhbt ul li a:hover span{
    color:#fff
}

@media (max-width: 1000px) {
.index-one{
    padding:40px 0;
}

.zy-title h3{
    font-size:24px;
}
.zy-title p{
    font-size:14px;
    padding-top:20px;
}
.zy-title b{
    font-size:14px;
    padding-top:10px;
}
.index-xhbt{
    padding-top:20px;
}
.index-xhbt ul{
    display:flex;
    flex-wrap:wrap;
    margin:0;
}
.index-xhbt ul li{
    width:100%;
    padding:10px 0 0 0;
}
.index-xhbt ul li a{
    padding:40px 20px;
}
.index-xhbt ul li .pic{
    width:80px;
    height:80px;
}
.index-xhbt ul li .pic img{
    max-height:40px;
}

.index-xhbt ul li h3{
    font-size:20px;
    padding-top:40px;
    padding-bottom:25px;
}
.index-xhbt ul li p{
    font-size:14px;
}
.index-xhbt ul li span{
    font-size:16px;
    padding-top:40px;
}
}

.index-tow{
    background:#F9FAFB;
  
}
.index-zdrq{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.index-zdrq .tet-fl{
    width:480px;
    padding-right:180px;

}
.index-zdrq .tet-fl h3{
    font-size:36px;
    color:#000;
    font-weight:bold;
}
.index-zdrq .tet-fl p{
    font-size:16px;
    color:#666;
    padding-top:40px
}
.index-zdrq .tet-fr{
    position:relative;
    width:calc(100% - 480px);
} 
.index-zdrq .tet-fr ul{
    position:absolute;
    width:100px;
    left:-50px;
    top:50%;
    transform:translate(0,-50%);
    z-index:6
}
.index-zdrq .tet-fr ul li{
    width:100px;
    height:100px;
    text-align:center;
    font-size:16px;
    color:#666;
    background:#fff;
    border-bottom:solid 1px #eee
        
}
.index-zdrq .tet-fr ul li a{
    color:#333;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.index-zdrq .tet-fr ul li.cur a,
.index-zdrq .tet-fr ul li:hover a{
    background: linear-gradient(135.00deg, rgb(242, 169, 7) 0%,rgb(223, 77, 26) 100%);
    color:#fff
}
.index-zdrq .tet-fr .b_1{
    position:relative;
    z-index:1;
    display:none;
    height:660px
}
.index-zdrq .tet-fr .b_1 img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-zdrq .tet-fr  .zdrq-tet{
    position:absolute;
    background:#00000010;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    padding:0 100px;
    z-index:1

}
.index-zdrq .tet-fr  .zdrq-tet h3{
    font-size:24px;
    color:#fff;
}
.index-zdrq .tet-fr  .zdrq-tet p{
    font-size:16px;
    color:#fff;
    padding-top:30px
}
.index-zdrq .tet-fr  .zdrq-tet a{
    display:inline-block;
    padding:8px 20px;
    font-size:14px;
    color:#fff;
    background: linear-gradient(135.00deg, rgb(242, 169, 7) 0%,rgb(223, 77, 26) 100%);
    margin-top:30px
}

@media (max-width: 1000px) {
.index-tow{
    background:#F9FAFB;
}
.index-zdrq{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.index-zdrq .tet-fl{
    width:100%;
    padding-right:0px;
    text-align:center;
    padding:40px 0 20px 0

}
.index-zdrq .tet-fl h3{
    font-size:24px;
}
.index-zdrq .tet-fl p{
    font-size:14px;
    padding-top:20px
}
.index-zdrq .tet-fr{
    width:100%;
} 
.index-zdrq .tet-fr ul{
    position:relative;
    width:100%;
    left:0px;
    top:0;
    transform:translate(0);
    z-index:6;
    display:flex;
    flex-wrap:wrap;
}
.index-zdrq .tet-fr ul li{
    width:20%;
    height:60px;
    font-size:14px;
    border-bottom:solid 1px #eee
        
}
.index-zdrq .tet-fr .b_1{
    position:relative;
    z-index:1;
    display:none;
    height:400px
}
.index-zdrq .tet-fr .b_1 img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-zdrq .tet-fr  .zdrq-tet{
    position:absolute;
    background:#00000010;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    padding:20px;
    z-index:1;
    overflow:auto

}
.index-zdrq .tet-fr  .zdrq-tet h3{
    font-size:20px;
    color:#fff;
}
.index-zdrq .tet-fr  .zdrq-tet p{
    font-size:14px;
    color:#fff;
    padding-top:20px
}
.index-zdrq .tet-fr  .zdrq-tet a{
    display:inline-block;
    padding:8px 20px;
    font-size:14px;
    color:#fff;
    background: linear-gradient(135.00deg, rgb(242, 169, 7) 0%,rgb(223, 77, 26) 100%);
    margin-top:30px
}
}

.index-news{
    padding-top:40px;
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px
}
.index-news .list{
   width:33.3%;
   padding:0 10px
}
.index-news .list .list-a{
    display:block;
    height:100%;
    box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
}
.index-news .list .list-a .tet{
    padding:20px
}
.index-news .list .list-a h3 {
    font-size: 24px;
    color: #000;
} 
.index-news .list .list-a p{
    font-size:14px;
    color:#999;
    margin-top:10px;
}
.index-news .list .list-a p.p{
    font-size:16px;
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.index-news .list .list-a  span{
    font-size:14px;
    color:#999;
    display:block;
    padding-top:20px;
}

.index-news .list:hover h3,
.index-news .list:hover span{
    color:#E46614
}


.index-news .list2{
   width:33.3%;
   padding:0 10px;
   height:540px
}
.index-news .list2 .list-a{
    display:block;
    height:100%;
}
.index-news .list2 .list-a ul{
    display:flex;
    flex-wrap:wrap;
    height:100%;
    align-content:space-between;
}
.index-news .list2 .list-a ul li{
    width:100%
}
.index-news .list2 .list-a ul li a{
    display:block;
    padding:20px 20px 20px 0;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
}
.index-news .list2 .list-a ul li .time{
    width:100px;
    text-align:center;
    font-size:18px;
    color:#0263A7
}
.index-news .list2 .list-a ul li .tet{
    width:calc(100% - 100px);
}
.index-news .list2 .list-a ul li .tet h3{
    font-size:20px;
    color:#000;
    font-weight:bold
}
.index-news .list2 .list-a ul li .tet  p{
    font-size:16px;
    color:#666;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:15px 0
}
.index-news .list2 .list-a ul li .tet  span{
    font-size:14px;
    display:block;
    padding-top:10px;
    color:#999
}
.index-news .list2 .list-a ul li:hover a{
    background: linear-gradient(133.83deg, rgb(242, 169, 7) 0%,rgb(223, 77, 26) 99.632%);
}
.index-news .list2 .list-a ul li:hover a h3,
.index-news .list2 .list-a ul li:hover a p,
.index-news .list2 .list-a ul li:hover a span{
    color:#fff
}
 
@media (max-width: 1000px) {
.index-news{
    padding-top:20px;
    display:flex;
    flex-wrap:wrap;
    margin:0
}
.index-news .list{
   width:100%;
   padding:0
}

.index-news .list .list-a .tet{
    padding:20px
}
.index-news .list .list-a h3 {
    font-size: 16px;
} 
.index-news .list .list-a p{
    font-size:14px;
    margin-top:10px;
}
.index-news .list .list-a p.p{
    font-size:14px;
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.index-news .list .list-a  span{
    font-size:14px;
    padding-top:10px;
}

.index-news .list:hover h3,
.index-news .list:hover span{
    color:#E46614
}


.index-news .list2{
   width:100%;
   padding:0;
   height:auto
}

.index-news .list2 .list-a ul li{
    width:100%;
    margin-top:20px
}
.index-news .list2 .list-a ul li a{
    padding:20px 10px;
}
.index-news .list2 .list-a ul li .time{
    width:80px;
    font-size:14px;
}
.index-news .list2 .list-a ul li .tet{
    width:calc(100% - 80px);
}
.index-news .list2 .list-a ul li .tet h3{
    font-size:16px;
    color:#000;
    font-weight:bold
}
.index-news .list2 .list-a ul li .tet  p{
    margin:10px 0;
    font-size:14px
}


}

.index-baout{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding-top:60px
}
.index-baout .tet{
    width:50%;
    padding-right:60px;
}
.index-baout .tet .h3{
    position:relative;
    font-size:36px;
    color:#000;
    font-weight:bold;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom:20px;
}
.index-baout .tet .h3:before{
    content:'';
    position:absolute;
    width:60px;
    height:2px;
    background:#0263A7;
    left:0;
    bottom:0;
}
.index-baout .tet a{
    display:inline-block;
    padding:8px 20px;
    background: linear-gradient(135.00deg, rgb(242, 169, 7) 0%,rgb(223, 77, 26) 100%);
    font-size:14px;
    color:#fff
}
.index-baout .tet a:hover{
    opacity:0.8
}
.index-baout .pic{
    width:50%;
}
.index-baout .tet .tet-p{
    font-size:16px;
    padding:20px 0
}
.index-baout .tet  ul{
    padding-top:40px
} 
.index-baout .tet  ul li{
    padding-top:20px;
    padding-left:50px;
    background:url(../images/icon-dh1.png) no-repeat left center;
    background-size:30px;
}
.index-baout .tet  ul li:nth-child(2){
    background:url(../images/icon-yx1.png) no-repeat left center;
    background-size:30px;
}
.index-baout .tet  ul li:nth-child(3){
    background:url(../images/icon-lj1.png) no-repeat left center;
    background-size:30px;
}
.index-baout .tet  ul li h3{
    font-size:16px;
    color:#000;
}
.index-baout .tet  ul li p{
    font-size:14px;
    color:#666;
    padding-top:10px;
}
@media (max-width: 1000px) {

.index-baout{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding-top:20px
}
.index-baout .tet{
    width:100%;
    padding-right:0px;
    padding-bottom:20px
}
.index-baout .tet .h3{
    position:relative;
    font-size:24px;
}

.index-baout .pic{
    width:100%;
}
.index-baout .tet .tet-p{
    font-size:14px;
    padding:20px 0
}

}


.footer002.footer {
    width: 100%;
    background-color: #303030;
}

.footer002 .footer-item {
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer002 .footer-logo {
    width: 20%;
}
.footer002 .footer-logo .footl{
    display:block;
    height:50px;
}
 .footer002 .footer-logo .footl img{
     max-height:100%
 }
.footlink{
    display:flex;
    align-items:center;
    padding-top:30px;
}
.footlink a{
    display:block;
    width:40px;
    height:40px;
    background:#ffffff20;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:10px;
}
.footlink a img{
    max-height:15px;
}
.footer002 .footer-nav {
    width: 77%;
}

    .footer002 .footer-nav ul {
        display: flex;
        justify-content: space-between;
    }

        .footer002 .footer-nav ul li {
            width: 23%;
        }
          .footer002 .footer-nav ul li:nth-child(3){
              width:30%
          }
           .footer002 .footer-nav ul li:nth-child(4){
               width:120px;
               margin-left:10%
           }
        .footer002 .footer-nav ul li a {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, .6);
            line-height: 32px;
        }

            .footer002 .footer-nav ul li a:hover {
                color: #fff;
            }

        .footer002 .footer-nav ul li h3 {
            font-size: 18px;
            color: #FFFFFF;
            font-weight: 400;
            margin-bottom: 15px;
        }

        .footer002 .footer-nav ul li p {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, .6);
            line-height: 32px;
            padding-left: 20px;
            position: relative;
        }

            .footer002 .footer-nav ul li p i {
                position: absolute;
                left: 0;
                top: 0;
            }

            .footer002 .footer-nav ul li p .bx-tongzhi1 {
                font-size: 12px;
            }
              .footer002 .footer-nav ul li img{
                  width:120px
              }

.footer002 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    background-color: #303030
}

    .footer002 .footer-bottom a {
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
    }

        .footer002 .footer-bottom a:hover {
            color: #fff;
        }

@media(max-width:1000px) {
    .footer002 .footer-nav ul li {
        display: none;
    }
        .footer002 .footer-nav ul li:nth-child(3){
            display:block;
            width:100%
        }

    .footer002 .footer-item {
        flex-direction: column;
        padding: 20px 0;
    }
    .footlink{
        display:none;
    }
    .footer002 .footer-logo {
        width: 100%;
        text-align:center;
    }

    .footer002 .footer-nav ul li p {
        margin-top: 10px;
    }

    .footer002 .footer-nav {
        width: 100%;
        margin-top: 20px;
    }
}

.ny-banner{
    text-align:center;
}
.ny-banner img{
    min-height:200px;
    object-fit:cover
}

.ny-baout{
    padding:0
}
.abott-bghj{
    padding-top:40px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.abott-bghj img{
    width:100%;
    height:100%;
    object-fit:cover
}
.abott-bghj .pic-fl{
    width:49%;
}
.abott-bghj .pic-fr{
    width:50%;
    display:flex;
    flex-wrap:wrap;
    align-content:space-between;
}
.abott-bghj .pic-fr .img-top{
    height:49%;
    width:100%;
    display:flex;
    justify-content:space-between;
}
.abott-bghj .pic-fr .img-top .img-fl{
    width:49%
}
.abott-bghj .pic-fr .img-bot{
    width:100%;
    height:49%;
}
@media(max-width:1000px) {
.ny-baout{
    padding:0
}
.abott-bghj{
    padding-top:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.abott-bghj img{
    width:100%;
    height:100%;
    object-fit:cover
}
.abott-bghj .pic-fl{
    width:100%;
}
.abott-bghj .pic-fr{
    width:100%;
}
.abott-bghj .pic-fr .img-top{
    height:49%;
    width:100%;
    padding-top:10px;
    display:flex;
    justify-content:space-between;
}
.abott-bghj .pic-fr .img-top .img-fl{
    width:49%
}
.abott-bghj .pic-fr .img-bot{
    width:100%;
    height:49%;
    padding-top:10px
}
}

.about-tdzp{
    padding-top:100px;
}
.about-tdzp ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px
}
.about-tdzp ul li{
    width:25%;
    padding:10px;
}
.about-tdzp ul li a{
    display:block;
    height:100%;
    box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
    padding:40px;
}
.about-tdzp ul li a .pic{
    width:120px;
    height:120px;
    border-radius:50%;
    overflow:hidden;
    margin:-100px auto 0 auto
}
.about-tdzp ul li a .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.about-tdzp ul li a h3{
    font-size:24px;
    color:#000;
    font-weight:bold;
    padding:40px 0 20px 0;
    text-align:center;
}
.about-tdzp ul li a p{
   font-size:16px;
   color:#666;
   text-align:center;
}
@media(max-width:1000px) {
.about-tdzp{
    padding-top:20px;
}
.about-tdzp ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -5px
}
.about-tdzp ul li{
    width:50%;
    padding:5px;
    margin-top:60px
}
.about-tdzp ul li a{
    padding:20px 10px;
}
.about-tdzp ul li a .pic{
    width:80px;
    height:80px;
    margin:-60px auto 0 auto
}

.about-tdzp ul li a h3{
    font-size:16px;
    padding:20px 0 10px 0;
}
.about-tdzp ul li a p{
   font-size:14px;
}
}

.about-xhbt ul li{
    width:25%
}
.about-xhbt ul li a{
    padding:40px 20px
}
@media (max-width: 1000px) {
.about-xhbt ul li{
    width:100%
}
.about-xhbt ul li a{
    padding:20px 10px
}
}




.intro-cont2 {
    padding: 60px 0;

}


.top-cont h5 {
    font-size:24px;
    color: #000100;
    font-weight: 500;
}
.top-cont p {
    font-size: 14px;
    color: #959595;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}




.chronicle {
    margin-top: 60px;
    padding: 0 80px;
    overflow: hidden
}
.chronicle .li {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 10px;
}

    .chronicle .li .top-cont {
        border-left: 1px dashed #D5DBE5;
        padding-left: 20px;
        position: relative;
    }

        .chronicle .li .top-cont::after {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background: #D5DBE5;
            display: block;
            content: "";
            position: absolute;
            left: 2px
        }

    .chronicle .li::after {
        content: "";
        width: 100%;
        height: 6px;
        display: block;
        position: absolute;
        left: 0;
    }



.chronicle .swiper-slide:nth-child(2n+1) .top-cont:nth-child(2) {
    display: none;
}

.chronicle .swiper-slide:nth-child(2n+1) .top-cont {
    margin-bottom: 30px;
    height: 200px;
}

    .chronicle .swiper-slide:nth-child(2n+1) .top-cont::after {
        left: 2px;
        bottom: 0;
        transform: translateX(-70%);
    }

.chronicle .swiper-slide:nth-child(2n) {
    margin-top: 30px;
}

    .chronicle .swiper-slide:nth-child(2n) .top-cont:nth-child(1) {
        display: none;
    }

    .chronicle .swiper-slide:nth-child(2n) .top-cont {
        margin-top: 230px;
        height: 200px;
    }

        .chronicle .swiper-slide:nth-child(2n) .top-cont::after {
            left: 0;
            top: 0;
            transform: translateX(-70%);
        }

.chronicle-swiper {
    position: relative;
    overflow:initial
}

.chronicle-swiper::before {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: url(../images/center-border3.png) no-repeat center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.top-cont > div:first-child {
    width: 140%;
}

.chronicle .swiper-slide:first-child {
    margin-left:9px
}

.swiper-wrapper {
    width: 120% !important;
}

.chronicle .swiper-container {
    height: 445px;
}

.chronicle .swiper-scrollbar {
    height: 8px !important;
}

.chronicle .swiper-scrollbar-drag {
    background: rgb(242, 169, 7);
}



@media (max-width: 1000px) {
.intro-cont2 {
    padding: 0px 0;
}


.top-cont h5 {
    font-size: 16px;
    color: #000100;
    font-weight: 500;
}

.top-cont p {
    font-size: 14px;
    color: #959595;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}




.chronicle {
    margin-top: 60px;
    padding: 0 20px;
    overflow: hidden
}

}

.index-zxwm {
    padding-top:40px;
    display:flex;
    flex-wrap:wrap;
}
.index-zxwm  .fom-fl{
    width:50%;
    padding-right:40px
}
.index-zxwm  .fom-fl .input{
    display:flex;
    align-items:center;
    height:50px;
    border:solid 1px #ccc;
    margin-top:20px;
    overflow:hidden;
}
.index-zxwm  .fom-fl .input-top{
    margin:0
}
.index-zxwm .fom-fl .input span {
    position: relative;
    display: inline-block;
    width: 100px;
    padding: 0 10px;
    font-size: 16px;
    color: #333
}
.index-zxwm  .fom-fl p{
    font-size:16px;
    line-height:50px;
    position:relative;
    color:#333
}
.index-zxwm  .fom-fl  .bt::after{
    content:'*';
    color:#f10d0d
}
.index-zxwm  .fom-fl .input  input,
.index-zxwm  .fom-fl .input  select{
    flex:1;
    height:50px;
    border:none;
    outline:none;
    font-size:16px;
 
}
.index-zxwm  .fom-fl .input  textarea{
        flex:1;
    height:50px;
    border:none;
    outline:none;
    font-size:16px;   
    padding-top:12px
}
.index-zxwm  .fom-fl .but{
    padding-top:20px;
}
.index-zxwm  .fom-fl .but input{
    padding:8px 30px;
    border:none;
    outline:none;
    background:#E46614;
    font-size:16px;
    color:#fff
}
.index-zxwm  .fom-fl .but input:hover{
    opacity:0.8
}
.index-zxwm  .bgs-fr{
    width:50%;
}
.index-zxwm  .bgs-fr ul{
    display:flex;
    flex-wrap:wrap;
}
.index-zxwm  .bgs-fr ul li{
    padding:10px 20px;
    width:50%;
    text-align:center;
}
.index-zxwm  .bgs-fr ul li img{
    height:120px;
}
.index-zxwm  .bgs-fr ul li h3{
    font-size:16px;
    font-weight:bold;
    padding:20px 0
}
.index-zxwm  .bgs-fr ul li p{
    font-size:14px;
    color:#666;
}

@media (max-width: 1000px) {
.index-zxwm {
    padding-top:20px;
    display:flex;
    flex-wrap:wrap;
}
.index-zxwm  .fom-fl{
    width:100%;
    padding-right:0px;
    padding-bottom:20px;
}
.index-zxwm  .fom-fl .input{
    display:flex;
    align-items:center;
    height:50px;
    border:solid 1px #ccc;
    margin-top:10px;
    overflow:hidden;
}
.index-zxwm  .fom-fl .input-top{
    margin:0
}
.index-zxwm .fom-fl .input span {
    font-size: 14px;

}
.index-zxwm  .fom-fl p{
    font-size:14px;
}

.index-zxwm  .fom-fl .input  input,
.index-zxwm  .fom-fl .input  select{
    font-size:14px;
 
}
.index-zxwm  .fom-fl .input  textarea{
    font-size:14px;   
}
.index-zxwm  .fom-fl .but{
    padding-top:20px;
}
.index-zxwm  .fom-fl .but input{
    font-size:14px;
}
.index-zxwm  .fom-fl .but input:hover{
    opacity:0.8
}
.index-zxwm  .bgs-fr{
    width:100%;
}

.index-zxwm  .bgs-fr ul li{
    padding:10px 10px;

}

}


.about-lxwm {
    padding-top: 40px
}
.about-lxwm ul{
    display:flex;
    flex-wrap:wrap; 

}
.about-lxwm ul li{
    width:25%;
    border:solid 1px #ccc;
    text-align:center;
    padding:60px 20px
}
.about-lxwm ul li h3{
    font-size:20px;
    color:#333;
    font-weight:bold;
    padding:20px 0
}
.about-lxwm ul li p{
    font-size:16px;
    color:#666;
}
@media (max-width: 1000px) {
.about-lxwm {
    padding-top: 20px
}

.about-lxwm ul li{
    width:50%;
    border:solid 1px #ccc;
    text-align:center;
    padding:40px 10px
}
.about-lxwm ul li h3{
    font-size:16px;
    color:#333;
    font-weight:bold;
    padding:20px 0
}
.about-lxwm ul li p{
    font-size:16px;
    color:#666;
}
}

.budzxjj-title{
    padding:60px 0 0 0;
}
.budzxjj-title h3{
    font-size:36px;
    color:#000
}
.budzxjj-onr{
    padding:60px 0;
}
.budzxjj-fit{
    display:flex;
}
.budzxjj-fit .tte-h3{
    font-size:24px;
    color:#000;
    font-weight:bold;
    width:300px;
    padding-right:40px;
}
.budzxjj-fit .tet-mian{
    width:calc(100% - 300px);
    font-size:16px;
    color:#666
}
.bjk-h {
    background: #F9FAFB
}
.tet-mian .tet-li{
    background:#fff;
    padding:15px;
    margin-bottom:10px
}
.tet-mian .tet-li h3{
    font-size:16px;
    color:#333
}
.tet-mian .tet-li p{
    font-size:14px;
    color:#666;
    padding-left:24px
}
.ulli{
    display:flex;
    flex-wrap:wrap;
}
.ulli  .li{
    width:33.3%;
    padding:10px;
}
.ulli  .li a{
    border-bottom:solid 1px #eee;
    display:block;
    padding:8px 0;
    color:#666
}
.table-a table {
    border-spacing: 0px;
    border-collapse: collapse;
    border:none;
    width:100%
}
.table-a table tr td:nth-child(1){
    width:20%
}
.table-a table tr {
    border:none;
    background: #F9FAFB;
    border-bottom:solid 5px #fff
}
.table-b table tr {
    border: none;
    background: #fff;
    border-bottom: solid 5px #F9FAFB
}
.table-a table tr td{
    font-size:16px;
    border:none;
    padding:10px 20px
}
.csan-ul{
    display:flex;
    flex-wrap:wrap;
}
.csan-ul li{
    width:33.3%;
    padding:10px;
    text-align:center;
}
.csan-ul li p{
    padding-top:10px
}
@media (max-width: 1000px) {
.budzxjj-title{
    padding:40px 0 0 0;
}
.budzxjj-title h3{
    font-size:24px;

}
.budzxjj-onr{
    padding:40px 0;
}
.budzxjj-fit{
    display:block;
}
.budzxjj-fit .tte-h3{
    font-size:18px;
    color:#000;
    font-weight:bold;
    width:100%;
    padding-right:0px;
    padding-bottom:20px;
}
.budzxjj-fit .tet-mian{
    width:100%;
    font-size:14px;
    color:#666
}
.bjk-h {
    background: #F9FAFB
}
.tet-mian .tet-li{
    background:#fff;
    padding:10px;
    margin-bottom:10px
}
.tet-mian .tet-li h3{
    font-size:14px;
    color:#333
}
.tet-mian .tet-li p{
    font-size:14px;
    color:#666;
    padding-left:24px
}
.ulli{
    display:flex;
    flex-wrap:wrap;
}
.ulli  .li{
    width:50%;
    padding:10px;
}
.ulli  .li a{
    border-bottom:solid 1px #eee;
    display:block;
    padding:8px 0;
    color:#666
}
.table-a table {
    border-spacing: 0px;
    border-collapse: collapse;
    border:none;
    width:100%
}
.table-a table tr td:nth-child(1){
    width:20%
}
.table-a table tr {
    border:none;
    background: #F9FAFB;
    border-bottom:solid 5px #fff
}
.table-a table tr td{
    font-size:14px;
    border:none;
    padding:10px 10px
}
.csan-ul{
    display:flex;
    flex-wrap:wrap;
}
.csan-ul li{
    width:33.3%;
    padding:10px;
    text-align:center;
}
.csan-ul li p{
    padding-top:10px
}
}


.tet-mian  .tet-li2 {
    background: #E4661410;
    color: #E46614

}
.tet-mian  .tet-li2 h3{
      color: #E46614
}
.tet-mian  .tet-li3 {
    background: #E46614;
    color: #fff
}
.tet-mian .tet-li3 h3{
      color: #fff
}
.cjwt-ul{
    margin-top:-20px
}
.cjwt-ul li {
    padding: 20px 0;
    border-bottom: solid 1px #EFEFEF
}
.cjwt-ul li h3{
    color:#E46614;
    font-weight:bold;
    padding-bottom:10px
}
.btfx-ul{
    display:flex;
    flex-wrap:wrap;
    margin:-10px
}
.btfx-ul li{
    width:20%;

    padding:10px;
}
.btfx-ul li a{
    background:#fff;
    box-shadow: 0px 2px 15px 0px rgba(43, 64, 132, 0.06);
    display:block;
    height:100%;
    padding:40px 30px;
    text-align:center;
}
.btfx-ul li a .pic{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto
}
.btfx-ul li a .pic img{
    max-width:100%;
    max-height:100%;
    object-fit:cover
}
.btfx-ul li a h3{
    font-weight:bold;
    color:#333;
    padding:20px 0
}
.btfx-ul li a p{
    font-size:14px;
}
.btfx-ul li a:hover{
    background:#E46614
}
.btfx-ul li a:hover h3,
.btfx-ul li a:hover p{
    color:#fff;
}
.btfx-ul li a:hover img{
    filter: grayscale(200%) brightness(700%);
}

@media (max-width: 1000px) {
.btfx-ul{
    display:flex;
    flex-wrap:wrap;
    margin:-5px
}
.btfx-ul li{
    width:50%;

    padding:5px;
}
.btfx-ul li a{
    background:#fff;
    box-shadow: 0px 2px 15px 0px rgba(43, 64, 132, 0.06);
    display:block;
    height:100%;
    padding:20px 10px;
    text-align:center;
}
.btfx-ul li a .pic{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto
}
}


.about-fwpt{
    padding-top: 60px;
}
.about-fwpt ul{
    display:flex;
    flex-wrap:wrap;
}
.about-fwpt ul li{
    width:16.6%;
    text-align:center;
}
.about-fwpt ul li h3{
    font-size:48px;
    color:#f70909;
    font-weight:bold
}
.about-fwpt ul li h3 span{
    font-size:20px;
    color:#333;
    font-weight:initial
}
.about-fwpt ul li p{
    font-size:16px;
    color:#666;
    padding-top:15px;
}
@media (max-width: 1000px) {

.about-fwpt{
    padding-top: 40px;
}
.about-fwpt ul{
    display:flex;
    flex-wrap:wrap;
}
.about-fwpt ul li{
    width:50%;
    text-align:center;
    padding-bottom:20px;
}
.about-fwpt ul li h3{
    font-size:36px;
    color:#f70909;
    font-weight:bold
}
.about-fwpt ul li h3 span{
    font-size:14px;
    color:#333;
    font-weight:initial
}
.about-fwpt ul li p{
    font-size:14px;
    color:#666;
    padding-top:15px;
}
}

.budzxjj-fit2{
    display:block;
}
.budzxjj-fit2 .tte-h3{
    width:100%;
    text-align:center;
    padding-bottom:20px;
}
.budzxjj-fit2 .tet-mian{
    width:100%;
}