.about {
    background: url(../images/jtjj-bg.png) no-repeat top;
    background-size: 100%;
    padding: 80px 0px;
}

.jtjj-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}

.jtjj-Tleft {
    width: 46.25%;
}

.jtjj-Tright {
    width: 43.6%;
}

.about-title {
    font-size: 32px;
    font-weight: 700;
    padding-left: 25px;
    background: url(../images/about-line.png) no-repeat left;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}

.about-sum {
    margin-top: 40px;
}

.about-sum,
.about-sum p {
    font-size: 18px;
    color: #4e4e4e;
    line-height: 1.75;
    text-align: justify;
}

.about-sum p {
    margin-top: 10px;
}

.jtjj-center {
    width: 120%;
}

.jtjj-center ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.jtjj-center ul li {
    width: 20%;
    margin-bottom: 60px;
}

.jtjj-center ul li p {
    font-size: 50px;
    color: #007BCB;
    font-weight: 700;
}

.jtjj-center ul li span {
    font-size: 16px;
    color: #000;
}

.video-img {
    width: 78%;
    margin: 0 auto;
}

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

.jtjj-bottom {
    position: relative;
    margin-top: 60px;
}

.video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.fixVideo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.fixVideoA {
    width: 100%;
    height: 100%;
    position: relative;
}

.fixVideoB {
    position: absolute;
    width: 60%;
    max-width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.fixVideoB .close {
    position: absolute;
    right: -1px;
    top: -40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 10000;
    background: #000;
    color: #fff;
}

.video-title {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin: 24px 0px;
}

.dszzc-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 145px;
}

.dszzc-Tleft {
    width: 29.7%;
    background: #C4C4C4;
}

.dszzc-Tleft img{
    height:100%;
    object-fit:cover
}

.dszzc-Tright {
    width: 64.7%;
}

.dszzc-bottom {
    max-width: 1250px;
    width: 78.2%;
    margin: 0 auto;
}

.dszzc {
    background: linear-gradient(rgba(252, 254, 255, 1), rgba(232, 240, 247, 0.8));
    padding-bottom: 0 !important;
}

.fzlc {
    background: url(../images/fzlc-bg.png) no-repeat bottom;
    background-size: cover;
}

.fzlc-con ul {
    position: relative;
    overflow: hidden;
    padding: 35px 0px;
}

.fzlc-con ul:after {
    width: 1px;
    height: 100%;
    background: #C4C7CC;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 50%;
}

.fzlc-con ul li {
    float: left;
    width: 50%;
    padding: 0px 50px;
    position: relative;
    margin-bottom: 100px;
}

.fzlc-con ul li:nth-child(2n) {
    float: right;
}

.fzlc-con ul li:nth-child(2n+1) {
    text-align: right;
    margin-right: 10%;
}

.fzlc-con ul li:nth-child(2n+1) .fzlc-item {
    float: right
}

.fzlc-item {
    width: 430px;
}

.fzlc-title {
    font-size: 40px;
    color: #007BCB;
    font-weight: 700;
    font-family: "Barlow" !important;
}

.fzlc-sum {
    font-size: 20px;
    color: #666;
    margin-top: 28px;
}

.fzlc-img {
    margin-top: 30px;
}

.fzlc-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    background: url(../images/fzlc-icon.png) no-repeat;
    background-size: cover;
    z-index: 1
}

.fzlc-con ul li:nth-child(2n) .fzlc-icon {
    left: -10px;
}


.fzlc-con ul li:nth-child(2n+1) .fzlc-icon {
    right: -10px;
}

.ptys {
    background: linear-gradient(#F4F9FC, #FBFBFF)
}

.ptys-sum {
    margin-top: 60px;
}

.ptys-module {
    background: #F0F5FA;
    border-radius: 5px;
    border: 6px solid #DAE7FA;
    padding: 40px 50px;
    margin-top: 140px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.ptys-module:after {
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background: #027ECD;
    position: absolute;
    background-size: 100%;
    left: 6px;
    top: -26px;
    z-index: -2;
    border-radius: 8px 8px 0px 0px;
}

.ptys-title {
    width: 32.75%;
    height: 70px;
    background: linear-gradient(to right, #027ECD, #97CEF0);
    display: flex;
    align-items: center;
    padding: 0px 50px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-radius: 12px 12px 0px 0px;
    position: absolute;
    left: -6px;
    top: -76px;
    z-index: 2
}

.ptys-title span {
    display: inline-block;
    padding: 0px 20px;
    background: url(../images/ptys-line.png) left no-repeat;
}

.ptys-con p {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
    background: url(../images/ptys-icon.png) no-repeat left;
}

.rycj-top {
    width: 50.6%;
    margin-top: 60px;
}

.rycj-bottom {
    background: url(../images/rycj-bg.png) no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding: 100px 0px 200px;

}

.rycj-bottom .container {
    position: relative;
}

.rycj-center ul {
    justify-content: flex-start
}

.rycj-center ul li {
    width: 15%;
}



.rycj-img {
    position: absolute;
    right: 0;
    top: -221px;
    display: flex;
    width: 42.15%;
}

.rycj-img p {
    margin-left: 15px;
}

.rycj-center ul li p i {
    font-size: 24px;
    font-style: normal;
}

.rycj-list{
    padding:50px 0px;
}

.rycj-list,.rycj-list ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.rjcj-item{
    width:47.5%;
    padding:25px 0px;
    border-bottom:2px solid rgba(0,0,0,.1);
    
}

.rjcj-item-title{
    font-size:20px;
    padding-left:20px;
    background:url(../images/tran-icon.png) no-repeat left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bzcg-item {
    display:flex;
    justify-content:space-between;
}

.kjcx-con .rjcj-item-title{
    background:url(../images/kj-icon.png) no-repeat left;
    padding-left:35px;
}

.bzh-list .rjcj-item-title{
    -webkit-line-clamp: 2;
}


.bzcg-item .rjcj-item-title{
    -webkit-line-clamp: 2;
    height:58px;
    background:none;
    padding-left:0;
}

.bzcg-right{
    width:37%;
    min-height:120px;
    max-width:215px;
    max-height:120px;
}

.bzcg-right img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.bzcg-left{
    width:60.3%;
}

.bzcg-item-date{
    font-size:16px;
    color:#999;
    margin-top:30px;
}

p.ppsy-img {
    margin-top: 70px;
}

p.whln-img {
    margin-top: 50px;
}

p.ppsy-img img {
    background: #fff;
}

.shzr-pic {
    min-height: 360px;
    background: #C4C4C4;
}


.swiper-shzr {
    overflow: hidden;
    margin-top: 85px;
}

.shzr-title {
    font-size: 20px;
    color: #333;
    margin-top: 22px;
    text-align: center;
}

.shzr-top {
    margin-bottom: 100px;
    position: relative;
}

.shzr-bottom{
    margin-top:100px;
}

.swiper-button-prev-shzr,
.swiper-button-next-shzr {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 38%;
    cursor: pointer;
}

.swiper-button-prev-shzr {
    background: url(../images/shzr-left.png) no-repeat;
    left: -60px;
}

.swiper-button-next-shzr {
    background: url(../images/shzr-right.png) no-repeat;
    right: -60px;
}

.contact-top {
    background: linear-gradient(#F4F9FC, #FBFBFF);
    padding: 130px 0px 105px;
}

.contact-img{
    width:50%;
}

.contact-top .container {
    display: flex;
    justify-content: space-between;
}

.lxwm-title {
    font-size: 26px;
    margin-bottom: 70px;
}

.lxwm-con>p {
    font-size: 20px;
    color: #666;
    margin-top: 24px;
    padding-left: 38px;
}

.lxwm-ewm {
    margin-left: 30px;
    margin-top: 30px;
}

.lxwm-ewm p {
    width: 151px;
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
    color: #333;
}




.lxwm-con>p:nth-child(1) {
    background: url(../images/lxwm-icon1.png) no-repeat left;
}

.lxwm-con>p:nth-child(2) {
    background: url(../images/lxwm-icon2.png) no-repeat left;
}

.lxwm-con>p:nth-child(3) {
    background: url(../images/lxwm-icon3.png) no-repeat left;
}

.lxwm-con>p:nth-child(4) {
    background: url(../images/lxwm-icon4.png) no-repeat left;
}

.lxwm-con>p:nth-child(5) {
    background: url(../images/lxwm-icon5.png) no-repeat left;
}

.contact-bottom {
    background: linear-gradient(#F4F9FC, #FBFBFF);
    padding: 75px 0px 130px;
}

.lxwm-nav {
    display: flex;
    flex-wrap: wrap;
}

.lxwm-nav li {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0px 35px;
    font-size: 20px;
    margin-right: 14px;
    background: #fff;
    margin-bottom: 14px;
    cursor:pointer;
}

.lxwm-nav li.active {
    background: linear-gradient(to right, #007DCD, #97CEF0)
}

.lxwm-nav li.active a {
    color: #fff;
}

.area-con {
    display: flex;
    margin-top: 85px;
}

.area-nav {
    width: 12%;
    border-right: 1px solid #E6E6E6;
    min-height: 1000px;
}

.area-nav li {
    font-size: 22px;
    color: #333333;
    margin-bottom: 55px;
    cursor:pointer;
}

.xxgk-nav li{
    margin-bottom:30px;
}

.area-nav li.active {
    border-right: 4px solid #007DCD
}

.area-nav li.active a {
    color: #007DCD;
    font-weight: 700;
}

.area-nav li:hover a {
    color: #007DCD;
}

.lxwm-com ul {
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    padding-bottom: 38px;
    margin-bottom: 38px;
}

.lxwm-com {
    padding-left: 6.5%;
    width: 100%
}

.com-title {
    font-size: 20px;
    transition: all .3s;
}

.com-title lable {
    padding-right: 35px;
    background: url(../images/area-icon.png) no-repeat right;
}

.lxwm-com ul a:hover .com-title {
    color: #007DCD
}

.con-sum,
.con-sum p {
    font-size: 18px;
    color: #4c4c4c;
    margin-top: 14px;
}

.contact-detail {
    background: #F5F9FA;
    padding: 78px 0px 90px;
}

.detail-title {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    position: relative;
}

.detail-title:after {
    display: block;
    content: '';
    width: 30px;
    height: 6px;
    background: #007DCD;
    position: absolute;
    bottom: 0px;
}

.detail-con {
    font-size: 18px;
    color: #666;
    padding-top: 30px;
    line-height: 2;
}

.detail-con p {
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}

.detail-con p img{
    max-width:150px;
}

.detail-con h2 {
    font-size: 22px;
    padding-left: 20px;
    color: #333;
    border-left: 4px solid #007DCD;
    line-height: 1;
    margin: 25px 0px 15px;
}

.zznl-top{
    padding:60px 0px;  
    position:relative;
}

.swiper-zznl{
    overflow:hidden;
}

.swiper-zznl .swiper-slide{
    background:#fff;
    border:1px solid #e7e7e7;
    height:100%;
}

.swiper-zznl .swiper-slide a{
    height:100%;
    display:block;
}

.zznl-pic{
    width:100%;
    height:522px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.zznl-pic img{
    width:82%;
    max-width:330px;
}

.zznl-title{
    height:115px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    color:#333;
    background:url(../images/zznl-line.png) no-repeat top;
    width:82%;
    margin:0 auto;
}

.swiper-button-prev-zznl,.swiper-button-next-zznl{
    position:absolute;
    top:50%;
    /* transform:translate(-50%); */
    width:53px;
    height:53px;
    cursor:pointer;
    transition:all .3s;
}

.swiper-button-prev-zznl{
    background:url(../images/zznl-left.png) no-repeat;
    left:-70px;
    background-size:cover
}

.swiper-button-prev-zznl:hover{
     background:url(../images/zznl-lefta.png) no-repeat;
    background-size:cover
}

.swiper-button-next-zznl{
    background:url(../images/zznl-right.png) no-repeat;
    right:-70px;
    background-size:cover
}

.swiper-button-next-zznl:hover{
     background:url(../images/zznl-righta.png) no-repeat;
    background-size:cover
}

.zznl-bottom .area-nav{
    width: 20%;
}

.zznl-con{
    width: 80%;
}

.kjcx-con{
    padding-bottom:50px;
}

.kjcx-con .area-nav{
    width:16%
}

.kjcx-con .zznl-con{
    width: 84%;
    overflow:hidden;
}

.zznl-con .zznl-list{
    padding:0px 0px 0px 50px;
    max-height:1000px;
    overflow-y: hidden;  /* 初始隐藏 */
    animation: enable-scroll 1s 1s both;
    padding-right:10px;
}

@keyframes enable-scroll {
    to { overflow-y: auto; }
}

.zznl-con .zznl-list::-webkit-scrollbar {
  width: 6px;
}

.zznl-con .zznl-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #1D4F91, #4275BA);
  border-radius: 3px;
}

.zznl-con .zznl-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}



.bzzd-top{
    margin-top:0px;
}

.bzzd-center{
    margin-top:45px;
}

.bzzd-center ul li{
    margin-left:5%
}

.bzzd-bottom{
    width:100%;
}

.bzzd-one{
    width:7.4%;
}

.bzzd-two{
    width:40.5%;
}

.bzzd-three{
    width:15.3%;
}

.bzzd-four{
    width:14.35%;
}

.bzzd-five,.bzzd-six{
    width:11.17%;
}

.bzzd-bottom ul li{
    display:flex;
    justify-content:center;
     align-items:center;
}

.bzzd-head li{
    height:70px;
    background:#47A3DD;
    border:1px solid #D9E1F4;   
    font-size:20px;
    color:#fff;
    font-weight:700;   
    border-left:none;
}

.bzzd-bottom ul li.bzzd-one{
    border-left:1px solid #D9E1F4; 
}

.bzzd-bottom ul li.bzzd-two{
    justify-content:left;
    padding:0px 0px 0px 60px;
}

.bzzd-con li{
    height:60px;
    background:#fff;
    border:1px solid #D9E1F4;   
    border-left:none;
    font-size:18px;
    color:#333;
    border-top:none;
}

@media(max-width: 1900px) {
    .contact-img {
        width: 60.5%;
    }

    .lxwm-title {
        margin-bottom: 50px;
        font-size: 24px;
    }

    .lxwm-con>p {
        font-size: 19px;

    }

    .lxwm-ewm p {
        font-size: 17px;
    }

    .contact-top {
        padding: 100px 0px;
    }
}

@media(max-width: 1700px) {

    .about {
        padding: 60px 0px;
    }

    .jtjj-top {
        padding-bottom: 60px;
    }

    .jtjj-bottom {
        margin-top: 20px;
    }

    .about-title {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .about-sum,
    .about-sum p {
        font-size: 17px;
    }

    .about-sum {
        margin-top: 20px;
    }

    .jtjj-center ul li p {
        font-size: 46px;
    }

    .rycj-center ul li p i {
        font-size: 22px;
    }

    .video-title {
        font-size: 26px;
    }

    .fzlc-title {
        font-size: 36px;
    }

    .fzlc-sum {
        font-size: 18px;
        margin-top: 15px;
    }


    .fzlc-con ul li {
        margin-bottom: 80px;
    }

    .ptys-sum {
        margin-top: 40px;
    }

    .ptys-module {
        margin-top: 120px;
    }

    .ptys-title {
        height: 60px;
        top: -66px;
        font-size: 20px;
    }

    .ptys-module:after {
        height: 18px;
        top: -24px;
    }

    .ptys-con p {
        font-size: 17px;
    }

    .rycj-bottom {
        padding: 100px 0px 120px
    }

    .about-title {
        font-size: 23px;
    }

    .lxwm-con>p {
        font-size: 18px;
        min-height: 30px;
        margin-top: 20px;
    }

    .lxwm-title {
        margin-bottom: 40px;
    }

    .lxwm-ewm {
        margin-top: 25px;
    }

    .lxwm-ewm p {
        font-size: 16px;
        margin-top: 12px;
    }

    .lxwm-nav li {
        font-size: 19px;
    }

    .area-nav li {
        font-size: 21px;
        margin-bottom: 50px;
    }

    .detail-title {
        font-size: 26px;
    }

    .detail-title:after {
        height: 5px;
    }

    .detail-con,
    .detail-con p {
        font-size: 17px;

    }

    .swiper-shzr {
        margin-top: 60px;
    }

    .rjcj-item{
        padding:20px 0px
    }

    .rjcj-item-title{
        font-size:19px;
    }

    .zznl-pic{
        height:480px;
    }

    .zznl-title{
        height:100px;
        font-size:19px;
    }

    .bzcg-item-date{
        font-size:15px;
        margin-top:25px;
    }

    .bzcg-right{
        min-height:100px;
    }

    .bzzd-head li{
        font-size:18px;
    }

    .bzzd-con li{
        font-size:16px;
    }

    .bzzd-bottom ul li.bzzd-two{
       padding-left:40px;
    }


}

@media(max-width: 1500px) {
    .about-title {
        font-size: 28px;
        background-size: 5px;
        padding-left: 20px;
    }

    .about-sum,
    .about-sum p {
        font-size: 16px;
    }

    .jtjj-center ul li p {
        font-size: 40px;
    }

    .rycj-center ul li p i {
        font-size: 20px;
    }

    .video-title {
        font-size: 24px;
    }

    .dszzc-top {
        margin-bottom: 100px;
    }

    .fzlc-title {
        font-size: 32px;
    }

    .fzlc-sum {
        font-size: 16px;
        margin-top: 12px;
    }


    .fzlc-con ul li {
        margin-bottom: 60px;
    }

    .ptys-module {
        margin-top: 100px;
        padding: 20px 30px;
    }

    .ptys-con p {
        font-size: 16px;
    }

    .ptys-title {
        font-size: 18px;
    }

    .rycj-bottom {
        padding: 80px 0px 100px;
    }

    p.ppsy-img {
        margin-top: 40px;
    }

    .shzr-title {
        font-size: 18px;
    }

    .about-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .lxwm-con>p {
        font-size: 16px;
        margin-top: 10px;
    }

    .lxwm-ewm p {
        width: 140px;
        font-size: 15px;
    }

    .lxwm-ewm {
        margin-top: 15px;
    }

    .lxwm-nav li {
        font-size: 17px;
        height: 48px;
    }

    .area-nav li {
        font-size: 19px;
        margin-bottom: 40px;
    }

    .com-title {
        font-size: 18px;
    }

    .con-sum p {
        font-size: 16px;
        margin-top: 10px;
    }

    .lxwm-com ul {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .lxwm-com {
        padding-left: 5%;
    }

    .area-con {
        margin-top: 60px;
    }

    .area-nav {
        min-height: 800px;
    }

    .contact-bottom {
        padding: 70px 0px 90px;
    }

    .contact-top {
        padding: 80px 0px;
    }

    .detail-title {
        font-size: 25px;
    }

    .detail-title:after {
        height: 4px;
    }

    .detail-con,
    .detail-con p {
        font-size: 16px;

    }

    .contact-detail {
        padding: 70px 0px;
    }

    .detail-con {
        padding-top: 25px;
    }

    .detail-con h2 {
        font-size: 20px;
        padding-left: 15px;
    }

    .rjcj-item{
        padding:18px 0px;
        width:48%;
    }

    .rjcj-item-title{
        font-size:18px;
    }

    .zznl-title{
        height:80px;
        font-size:18px;
    }

    .zznl-pic img{
        width:80%
    }

    .swiper-button-prev-zznl, .swiper-button-next-zznl{
        width:50px;
        height:50px;
        z-index:11
    }

    .zznl-top{
        padding:40px 0px 0px;
    }

    .bzcg-item-date{
        margin-top:20px;
    }

    .bzcg-right{
        min-height:90px;
        max-height:100px;
    }

    .bzzd-head li{
        height:60px;
        font-size:17px;
    }

    .bzzd-con li{
        height:50px;
        font-size:15px;
    }


}

@media(max-width: 1350px) {
    .about-title {
        font-size: 25px;
    }

    .about-sum,
    .about-sum p {
        font-size: 15px;
    }

    .jtjj-Tleft {
        width: 51%;
    }

    .jtjj-center ul li p {
        font-size: 38px;
    }

    .jtjj-center ul li {
        margin-bottom: 40px;
    }

    .video-title {
        font-size: 22px;
        ;
    }

    .fzlc-item {
        width: 100%;
    }

    .ptys-con p {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .rycj-center ul li p i {
        font-size: 18px;
    }

    .rycj-bottom {
        padding: 60px 0px 80px;
    }

    .rycj-img {
        top: -190px;
    }

    .rycj-center ul li {
        width: 18%;
    }

    .lxwm-title {
        font-size: 20px;
    }

    .contact-img {
        font-size: 58%;
    }

    .contact-con {
        font-size: 40%;
    }

    .detail-title {
        font-size: 24px;
    }

    .contact-detail {
        padding: 60px 0px;
    }

    .detail-con {
        padding-top: 24px;
    }

    .detail-con h2 {
        font-size: 19px;
        padding-left: 14px;
    }

    .area-nav li{
        font-size:18px;
    }

    .zznl-bottom .area-nav{
        width:22%;
    }

    .rjcj-item-title{
        font-size:17px;
    }

    .bzcg-item-date{
        margin-top: 0px;
        font-size:14px;
    }

    .bzcg-right{
        max-height:80px;
        min-height:80px;
    }

    .bzzd-center ul li{
        margin-left:0;
    }

    .zznl-con .zznl-list{
        padding-left:30px;
    }

    .bzzd-center{
        margin-top:30px;
    }

}

@media(max-width: 1200px) {
    .jtjj-center ul li p {
        font-size: 34px;
    }

    .video-title {
        font-size: 20px;
        margin: 15px 0px;
    }

    .jtjj-top {
        padding-bottom: 40px;
    }

    .zznl-title{
        font-size:17px;
    }

     .swiper-button-prev-zznl{
        left:10px;
        
    }

    .swiper-button-next-zznl{
        right:10px;
    }

    .zznl-pic{
        height:420px;
    }

    .bzzd-center ul{
        justify-content:space-around;
    }

    .bzzd-center ul li{
        width:30%;
        margin-bottom:20px;
    }

    .bzzd-bottom{
        margin-top:20px;
    }

    .bzzd-head li{
        height:50px;
        font-size:15px;
    }

    .bzzd-con li{
        height:40px;
        font-size:14px;
    }

    .bzzd-head,.bzzd-con{
        min-width:800px;
    }

    .bzzd-bottom{
        overflow-X:scroll
    }
}

@media(max-width: 1024px) {
    .about-sum {
        margin-top: 10px;
    }

    .about {
        padding: 50px 0px 30px;
    }

    .about-title {
        font-size: 24px;
        background-size: 4px;
        padding-left: 18px;
    }

    .jtjj-center ul li p {
        font-size: 30px;
    }

    .jtjj-center ul li span {
        font-size: 15px;
    }

    .video-title {
        font-size: 18px;
    }

    .ptys-title {
        height: 50px;
        top: -56px;
        padding: 0px 30px;
    }

    .ptys-module:after {
        height: 15px;
        top: -21px;
    }

    .swiper-button-prev-shzr {
        left: 30px;
    }

    .swiper-button-next-shzr {
        right: 30px;
    }

    .contact-top .container {
        flex-wrap: wrap;
    }

    .contact-con {
        width: 100%;
    }

    .about-title {
        font-size: 20px;
    }

    .contact-top {
        padding: 40px 0px;
    }

    .lxwm-ewm {
        margin-left: 0px;
        text-align: center
    }

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

    .lxwm-nav li {
        font-size: 16px;
        height: 45px;
    }

    .contact-bottom {
        padding: 40px 0px 50px;
    }

    .area-nav li {
        font-size: 18px;
    }

    .area-con {
        margin-top: 40px;
    }

    .com-title {
        font-size: 17px;

    }

    .con-sum p {
        font-size: 15px;
        margin-top: 8px;
    }

    .lxwm-com ul {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .lxwm-com {
        padding-left: 3%;
    }

    .area-nav {
        min-height: auto;
    }

    .rycj-list{
        padding:30px 0px;
    }

    .rjcj-item{
        padding:16px 0px;
        width:100%;
    }

    .rjcj-item-title,.zznl-title{
        font-size:17px;
    }

    .zznl-bottom .area-nav{
        width:35%;
    }

    .zznl-con{
        width:65%;
    }

    .bzcg-right{
        max-height:120px;
    }

   
}

@media(max-width: 800px) {
    .jtjj-top {
        flex-wrap: wrap;
    }

    .jtjj-Tleft,
    .dszzc-Tleft {
        width: 100%;
    }

    .jtjj-Tright,
    .dszzc-Tright {
        width: 100%;
    }

    .dszzc-Tright {
        margin-top: 20px;
    }

    .about {
        padding: 30px 0px;
    }

    .about-title {
        font-size: 18px;
        background-size: 3px;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .about-sum,
    .about-sum p {
        font-size: 14px;
        line-height: 1.5;
    }

    .jtjj-center ul li {
        width: 49%;
        margin-bottom: 20px;
    }

    .jtjj-center {
        width: 100%;
    }

    .jtjj-center ul {
        justify-content: space-between;
    }

    .jtjj-center ul li p {
        font-size: 22px;
    }

    .jtjj-center ul li span {
        font-size: 14px;
    }

    .video-img {
        width: 100%;
    }

    .fixVideoB {
        width: 90%;
    }

    .fixVideoB .close {
        width: 35px;
        height: 35px;
        font-size: 24px;
        line-height: 35px;
        top: -35px;
    }

    .video-title {
        font-size: 16px;
    }

    .dszzc-top {
        margin-bottom: 30px;
    }

    .dszzc-bottom {
        width: 100%;
    }

    .fzlc-con ul:after {
        left: 6px;
    }

    .fzlc-con ul li {
        width: auto;
        padding: 0px 10px 0px 30px;
    }

    .fzlc-con ul {
        overflow: auto
    }

    .fzlc-item {
        float: inherit !important;
    }

    .fzlc-con ul li {
        text-align: left !important;
        margin-bottom: 30px;
        margin-right: 0px !important;
    }

    .fzlc-icon {
        width: 15px;
        height: 15px;
        left: 0px !important;
        top: 7px;
    }

    .fzlc-con ul {
        padding: 10px 0px;
        margin-top: 30px;
    }

    .fzlc-title {
        font-size: 22px;
    }

    .fzlc-sum {
        font-size: 14px;
        margin-top: 10px;
    }

    .fzlc-img {
        margin-top: 15px;
    }


    .ptys-title {
        width: 80%;
        height: 45px;
        top: -51px;
        font-size: 16px;
        padding: 0px 20px;
    }

    .ptys-module:after {
        height: 12px;
        top: -18px;
    }

    .ptys-module {
        padding: 20px 10px;
        margin-top: 70px;
    }

    .ptys-con p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ptys-sum {
        margin-top: 20px;
    }

    .rycj-img {

        width: 100%;
        position: initial
    }

    .rycj-img p {
        margin-left: 0;
    }

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

    .rycj-bottom {
        margin-top: 30px;
        padding: 20px 0px 40px;
    }

    .rycj-center ul li p i {
        font-size: 17px;
    }

    .rycj-center ul li {
        width: 50%;
    }

    p.ppsy-img,
    p.whln-img {
        margin-top: 30px;
    }

    .shzr-title {
        font-size: 16px;
    }

    .shzr-top {
        margin-bottom: 50px;
    }

 .shzr-bottom {
        margin-top: 30px;
    }


   .lxwm-nav li {
        width: 100%;
        display: none;
        padding: 0px 12px;
        height: 45px;
        border-bottom: 1px solid #E3E2E2;
        justify-content: left;
        margin-bottom: 0px;
        position: relative;
        margin-right: 0;
        display:none;
    }

    .lxwm-menu.show-all li{
        display:flex;
    }

    .lxwm-sj{
        display:block !important;
    }

    .lxwm-sj{
        display: flex;
        justify-content: left;
        background: url(../images/sj-drop.png), linear-gradient(to right, #007DCD, #97CEF0);
        background-repeat: no-repeat;
        background-position: 93%;
        background-size: 18px auto, cover;
        width:100%;
        height:45px;
        align-items:center;
        color:#fff;
        padding:0px 10px;
        line-height:45px;
        font-size:16px;
    }

    .lxwm-nav li.active {
        background:#fff
    }

   .lxwm-sj a {
        color: #fff !important;
    }

    .lxwm-nav li.active a,
    .lxwm-nav li:hover a {
        color: #333;
    }

    .lxwm-menu {
        height: 45px
    }


    .area-nav {
        width: 25%;
    }

    .lxwm-com {
        width: 75%;
    }

    .area-nav li {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .com-title {
        font-size: 15px;
    }

    .com-title a {
        background: none;
    }

    .con-sum p {
        font-size: 14px;
        margin-top: 5px;
    }

    .area-nav li.active {
        border-right: 3px solid #007DCD;
    }

    .area-con {
        margin-top: 30px;
    }

    .contact-bottom {
        padding: 30px 0px 40px;
    }

    .lxwm-con>p {
        font-size: 14px;
    }

    .lxwm-ewm p {
        font-size: 14px;
        margin-top:8px;
    }

    .detail-title {
        font-size: 18px;
        padding-bottom: 16px;
    }

    .contact-detail {
        padding: 30px 0px;
    }

    .detail-con {
        padding-top: 10px;
    }

    .detail-con,
    .detail-con p {
        font-size: 14px;
        margin-top: 5px;
    }

    .detail-con h2 {
        font-size: 16px;
        margin: 15px 0px;
    }

    .swiper-shzr {
        margin-top: 30px;
    }

    .com-title lable{
         background:none;
    }

    .rycj-list ul{
        padding-bottom:20px;
    }

    .bzzd-bottom{
        margin-top:0px;
    }

    .bzzd-bottom ul{
        padding-bottom:0px;
        
    }

     .rjcj-item{
        padding:14px 0px;
    }

    .rjcj-item-title{
        font-size:15px;
    }

    .rycj-list{
        padding:20px 0px 0px;
    }

    .zznl-con .zznl-list{
        padding:0px 0px 0px 20px
    }

    .zznl-pic{
        min-height:430px;
    }

    .zznl-title{
        height:60px;
        font-size:16px;
    }

    .zznl-top{
        padding-top:30px;
    }

    .bzcg-right{
        max-height: 82px;
        min-height: 60px;
    }

    .kjcx-con .area-nav{
        width:24%;
    }

.kjcx-con .zznl-con{
   width:76%;
}

}