*{
    margin:0; padding:0;
    transition: .4s;
    }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0;  font-family: "微软雅黑"; }
fieldset, img { border: 0; }
ul, ol, li { list-style: none; font-family:'Microsoft YaHei'; }

/* remember to define focus styles! */
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option {  background-color: #fff; border: none;}
code, kbd, samp, tt { font-size: 100%; }
a{text-decoration:none;}
a:hover{
    text-decoration: none;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea{ font-size: 100%;}
ol, ul { list-style: none; }

.container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1400px;
}
.navbar{
    padding:0 1.5rem 0 2.5rem;
}
.navbar-expand-lg{
    justify-content: space-between;
}
.navbar-collapse{
    flex-grow:0;
}
.navbar .navbar-nav{
    margin-right: 1rem;
}
.navbar-nav .nav-link{
    padding:1.2rem 2rem!important;
    color: #333333;
    font-weight: lighter;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
    background: #004b93;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    background: #004b93;
}
.navbar .ser{
    margin-right: 20px;
}
.navbar .lan a{
    color: #333333;
    font-size: 16px;
    font-weight: lighter;
    display: flex;
    align-items: center;
}
.ititle{
    text-align: center;
}
.ititle h2{
    font-size: 60px;
    font-weight: bold;
}
.ititle p{
    font-size: 25px;
    color: #666666;
    margin-top:35px;
}

.banner .swiper{
    overflow: hidden;
    position: relative;
}
.banner .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    border:4px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    position: relative;

}
.banner .swiper-pagination-bullet:after{
    position: absolute;
    background: #fff;
    border-radius: 100%;
    content: '';
    width: 10px;
    height: 10px;
    top: 0px;
    left: 0px;
}
.banner .swiper-pagination-bullet-active{
    border:4px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .4);
}

.id1{
    position: relative;
    padding:100px 0;
}
.id1 .yq{
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 999;
}
.id1 .id1lb{
    position: relative;
    margin-top: 65px;
}
.id1 .id1lb:after{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: '';
    height: 1px;
    margin-top: -1px;
    background: #eeeeee;
}
.id1 .id1lb .swiper{
    overflow: hidden;
    position: relative;
}
.id1 .id1lb .swiper:after{
    background: #004b93;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 29%;
    content: '';
    top: 50%;
    margin-top: -6px;
    border-radius: 100%;
    z-index: 9999;
}
.id1 .id1lb .swiper:before{
    background: #004b93;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 29%;
    content: '';
    top: 50%;
    margin-top: -6px;
    border-radius: 100%;
    z-index: 99;
}
.id1 .id1lb .swiper .swiper-slide{
    transform: scale(0.6);
    padding:20px;
    z-index: 999;
}
.id1 .id1lb .swiper .swiper-slide .img{
    position: relative;
}
.id1 .id1lb .swiper .swiper-slide .img img{
    border-radius: 100%;
}
.id1 .id1lb .swiper .swiper-slide .con{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    align-content: center;
    top: 0;
    left: 0;
    justify-content: center;
    text-align: center;
}
.id1 .id1lb .swiper .swiper-slide h5{
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-top: 15px;
}
.id1 .id1lb .swiper .swiper-slide .con h3{
    color: #ffffff;
    font-size: 35px;
    font-weight: normal;
}
.id1 .id1lb .swiper .swiper-slide .con p{
    font-size: 18px;
    color: #fff;
}
.id1 .id1lb .swiper .swiper-slide-active{
    transform: scale(1.0);
    border:1px solid #eeeeee;
    border-radius: 100%;
}
.id1 .id1lb .swiper .swiper-slide-active .con{
    display: grid;
    opacity: 1;
}
.id1 .id1lb .swiper .swiper-slide-active h5{
    display: none;
}
.id1 .id1lb .swiper .swiper-button-prev{
    background: url(../images/abtn.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
}
.id1 .id1lb .swiper .swiper-button-next{
    background: url(../images/abtn.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    transform: rotate(180deg);
}

.id2{
    position: relative;
}
.id2 .yq{
    position: absolute;
    right: 0;
    top:-160px;
}
.id2 .yq img{
    width: 180px;
}
.id2 .id2con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.id2 .id2con .id2conl{
    width: 37%;
    border:4px solid #004b93;
}
.id2 .id2con .id2conr{
    width: 60%;
    text-align: right;
}
.id2 .id2con .id2conr h3{
    font-size: 50px;
    color: #333333;
    font-weight: bold;
}
.id2 .id2con .id2conr .mcon{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;  
    -webkit-box-orient: vertical;
    line-height: 1.7;
    font-size: 18px;
    color: #666666;
    margin-top: 25px;
}
.id2 .id2con .id2conr a{
    font-size: 14px;
    font-weight: lighter;
    color: #004ea2;
    border:1px solid #004ea2;
    border-radius: 25px;
    float: right;
    display: block;
    width:200px ;
    line-height: 50px;
    text-align: center;
    margin-top: 45px;
}

.id2  .id2list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.id2  .id2list .item{
    width: 33.33%;
}
.id2  .id2list .item .img{
    position: relative;
    overflow: hidden;
}
.id2  .id2list .item .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    color: #fff;
    font-size: 16px;
    padding:25px;
    transform: translateY(65px);
    transition: .6s;
    background: linear-gradient(360deg, rgba(0, 78, 162, 0.6), transparent);
}
.id2  .id2list .item:hover .con{
    transform: translateY(0px);
}

.id3{
    padding:100px 0;
}
.id3 .id3con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}
.id3 .id3con:after{
    position: absolute;
    left: 70%;
    height: 700px;
    width: 1px;
    background: #eeeeee;
    content: '';
    top: -200px;
}
.id3 .id3con .idcon3l{
    width: 65%;
    margin-top: 40px;
}
.id3 .id3con .idcon3l ul li{
    margin-top: 10px;
    transition: .4s;
}
.id3 .id3con .idcon3l ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:15px;
    align-items: center;
}
.id3 .id3con .idcon3l ul li a .img{
    position: relative;
    width: 28%;
}
.id3 .id3con .idcon3l ul li a .img .date{
    position: absolute;
    left: 0;
    top: 0;
    background: #004ea2;
    padding:5px;
}
.id3 .id3con .idcon3l ul li a .img .date h4{
    font-size:40px;
    font-weight: bold;
    color: #fff;
}
.id3 .id3con .idcon3l ul li a .img .date p{
    font-size: 13px;
    color: #fff;
}
.id3 .id3con .idcon3l ul li a .mycon{
    width: 60%;
}
.id3 .id3con .idcon3l ul li a .mycon h4{
    font-size: 22px;
    color: #333;
}
.id3 .id3con .idcon3l ul li a .mycon p{
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}
.id3 .id3con .idcon3l ul li .mr img{
    filter: contrast(0);
    transition: .4s;
}
.id3 .id3con .idcon3l ul li:hover{
    background: #ffffff;
    box-shadow: 0px 0px 15px 5px #efefef;
}
.id3 .id3con .idcon3l ul li .mr img{
    filter: contrast(0);
}
.id3 .id3con .idcon3l ul li:hover .mr img{
        filter: contrast(1);
}
.id3  .newsmore{
    font-size: 14px;
    font-weight: lighter;
    color: #004ea2;
    border:1px solid #004ea2;
    border-radius: 25px;
    float: right;
    display: block;
    width:200px ;
    line-height: 50px;
    text-align: center;
    margin-top: 45px;
}

.id3 .id3con .idcon3r{
    width: 26%;
    border:1px solid #edeeee;
}
.id3 .id3con .idcon3r .img{
    position: relative;
}
.id3 .id3con .idcon3r .img .sort{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #004ea2;
    padding:10px 25px;
    color: #fff;
    font-size: 14px;
}
.id3 .id3con .idcon3r .mycon{
    padding:30px 20px 20px;
}
.id3 .id3con .idcon3r .mycon .title{
    font-size: 30px;
    color: #333333;
    line-height: 1;
}
.id3 .id3con .idcon3r .mycon .con{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;  
    -webkit-box-orient: vertical;
    line-height: 1.2;
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
    font-weight: lighter;

}
.id3 .id3con .idcon3r .mycon .date{
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.id3 .id3con .idcon3r .mycon .date{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
}
.id3 .id3con .idcon3r .mycon .date .dal{
    display: flex;
    align-items: center;
}
.id3 .id3con .idcon3r .mycon .date .dal span{
    margin-left: 10px;
}

.id4{
    position: relative;
    background: url(../images/dtbg.jpg) no-repeat;
    background-attachment: fixed;
    height: 844px;
    background-size: cover;
    padding:100px 0 80px;
}
.id4 .yq{
    position: absolute;
    left: 0;
    top:-380px;
}
.id4 .id4title{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.id4 .id4list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.id4 .id4list .item{
    width: 33.33%;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding:50px 0;

}
.id4 .id4list .item h3{
    font-size: 80px;
    font-weight: bold;
}
.id4 .id4list .item h3 span{
    font-size: 50px;
}
.id4 .id4list .item p{
    font-size: 18px;
    margin:10px 0 15px;
}
.id4 .id4list .item:nth-child(n+4){
    border-bottom: 0;
}
.id4 .id4list .item:nth-child(3){
    border-right: 0;
}
.id4 .id4list .item:nth-child(6){
    border-right: 0;
}

.id5{
    background: url(../images/fmbg.jpg) no-repeat;
    height: 290px;
    background-size: cover;
    padding:50px 0;
}
.id5 .id5t{
    width: 400px;
    line-height: 65px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    background: #004ea2;
    text-align: center;
    margin: auto;
    border-radius: 30px;
}
.id5 .id5c{
    max-width:950px ;
    margin:30px auto;
    border-top:1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding:8px 0;
    color: #333333;
    font-size: 14px;
}
.id5 .id5list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.id5 .id5list a{
    background: #e5e5e5;
    border-radius: 100%;
    display: block;
    width: 36px;
    height: 36px;
    display: grid;
    align-content: center;
    justify-content: center;
    margin:0 8px;
}

footer{
    background: #004ea2;
    padding:25px 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: lighter;
}

.nybanner{
    position: relative;
}
.nybanner .nybwz{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: grid;
    align-content: center;
}
.nybanner .nybwz h2{
    font-size: 40px;
    color: #333333;
}
.nybanner .nybwz .position{
    
    margin-top: 10px;
}
.nybanner .nybwz .position a{
    color: #333333;
    font-size: 13px;
}
.nybanner .nybwz .position a:last-child{
    color: #004b93;
}
.nytitle{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.nycontent{
    padding:100px 0 200px;
}

.contact{
    padding:100px 0 200px;
}

.newslist ul li{
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #dfdfdf;
}
.newslist ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.newslist ul li a .img{
    width: 30%;
    overflow: hidden;
}
.newslist ul li a .ncon{
    width: 68%;
}
.newslist ul li a .ncon h3{
    font-size: 24px;
    color: #333;
}
.newslist ul li a .ncon .date{
    font-size: 14px;
    color: #333;
    margin:10px 0 25px;
}
.newslist ul li a .ncon .nncon{
    font-size: 16px;
    color: #333;
}
.newslist ul li:hover a .img img{
    transform: scale(1.1);
}

.nynews{
    padding:70px 0 200px;
    background: #f5f6f8;
}
.nynews .nytitle{
    border-bottom: 2px solid #d3d4d5;
    padding-bottom: 15px;
}
.nynews .nytitle h3{
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.nynews .nytitle p{
    font-size: 15px;
    color: #333;
    font-weight: lighter;
    margin-top: 10px;
}
.nynews .nycon{
    margin-top: 35px;
}

.nnav{
    background: #fff;
}
.navbox{
    display: flex;
    flex-flow: column wrap;
    flex-direction: row;
}
.navbox .item{
    position: relative;
    overflow: hidden;
    transition: 1s;
    text-align: center;
    padding: 15px 25px;
}
.navbox .item a{
    color: #333;
    letter-spacing: 2px;
    font-size: 16px;
}
.navbox .item.active{
    background: #004ea2;
    color: #fff;
}
.navbox .item.active a{
    color: #fff;
}
.navbox .item:hover{
    background: #004ea2;
    color: #fff;
}
.navbox .item:hover a{
    color: #fff;
}

.neipro{
    background: #f5f6f8;
    padding: 50px 0;
}
.nprobox{
    display: flex;
    flex-flow: column wrap;
    flex-direction: row;
}
.nprobox .item{
    position: relative;
    overflow: hidden;
    transition: 1s;
    text-align: center;
    flex: 0 0 32.33%;
    margin-right: 1.5%;
    padding: 20px 25px;
    background: #fff;
    margin-top: 15px;
}
.nprobox .item:nth-child(3n){
    margin-right: 0;
}
.nprobox .item .img{
    height: 250px;
    overflow: hidden;
    display: grid;
    align-content: center;
}
.nprobox .item .nproc h2{
    color: #333333;
    font-size: 25px;
    margin-top: 15px;
}
.nprobox .item .nproc p{
    color: #333333;
    font-size: 15px;
    margin-top: 15px;
}
.nprobox .item .nproc span{
    text-align: center;
    display: block;
    width: 120px;
    margin: 15px auto 0;
    color: #333;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
}
/*cpzx*/
.cpzx{display:flex;justify-content:space-between;flex-wrap:wrap;margin:80px auto;align-items:center;width:1028px;}
.cpzx-l{display: flex;justify-content:center;width:426px;align-items: center;}
.cpzx-l img{display: block;width: 100%;}
.cpzx-r{width:496px;}
.cpzx-r h3{font-size:32px;color:#222;padding-bottom:30px;border-bottom:1px solid #d6d6d6;margin-bottom:24px;}
.cpzx-r .div1{font-size:16px;line-height:40px;padding-left:16px;color:#666;}
.cpzx-r .div1 p{position:relative;}
.cpzx-r .div1 p:after{content: '';width:6px;height:6px;border-radius:6px;background:#ff911d;left:-15px;top:17px;display: block;position:absolute;}
.cpzx:hover img{transform:scale(1.1);}
.cpzx:hover h3{color:#ff911d;}
.cpzx2{position:relative;}
.cpzx2>img{display: block;width:100%;}
.cpzx2 dl{position:absolute;width:100%;left:0;bottom:60px;display: flex;justify-content:center;flex-wrap:wrap;display: none;}
.cpzx2 dl a{display: flex;align-items:center;border-right:1px solid #fff;padding-right:80px;margin-right:64px;color:#fff;font-size:32px;}
.cpzx2 dl a:last-child{border:none;margin-right:0;padding-right:0;}
.cpzx2 dl i{display: block;margin-right:35px;}
.cpzx2 dl a.active{}
.cpzx3{}
.cpzx3>div{/* display: none; */}
.cpzx3>div:nth-child(1){display: block;}
.cpzx4{background:#f6f6f6;padding:70px 0;}
.cpzx4>div{background:#fff;padding:0 30px;position:relative}
.cpzx4 a{display: block;text-align:center;padding-bottom:70px;}
.cpzx4 a h4{display: flex;align-items:center;padding:50px 30px;justify-content:center;}
.cpzx4 a h4 img{width:80%;}
.cpzx4 a h3{font-size:22px;color:#222;margin-bottom:20px;}
.cpzx4 a p{color:#666;margin-bottom:27px;}
.cpzx4 a h5{font-size:14px;width:130px;line-height:41px;text-align:center;border:1px solid #d8d8d8;color:#000;margin:0 auto;}
.cpzx4 a:hover img{transform:scale(1.1);}
.cpzx4 a:hover h5{background:#ff911d;border-color:#ff911d;color:#fff;}
.cpzx4 .swiper-button-next{background:url(../images/r.png);width:16px;height:31px;right:-50px;transition:all 0.5s;}
.cpzx4 .swiper-button-next:hover{background:url(../images/r-1.png);}
.cpzx4 .swiper-button-prev{background:url(../images/l.png);width:16px;height:31px;left:-50px;transition:all 0.5s;}
.cpzx4 .swiper-button-prev:hover{background:url(../images/l-1.png);}
/*cpzx*/

/*cpzx-z*/
.cpzx-z{margin:60px auto 70px auto;background: #f5f6f8}
.ny-zpal-z{background:#fff;padding:20px;}
.ny-zpal-t{overflow:hidden;margin-bottom: 40px;padding-top: 40px}
.ny-zpal-t .mynn{
    padding:40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ny-zpal-z-t-l{float:left;width: 47%;}
.magnifierContainer {width:100%;display: flex;}
.imgMedium {width:100%;position: relative;}.imgLeft .magnifier {position: absolute;display: none;width: 200px;height: 200px;}
.imgLeft .imasf{width:100%;position:relative;overflow:hidden;}
.imgLeft .imasf .fad{width:20px;height:60px;margin-top:10px;line-height:60px;text-align:center;background:rgba(0,0,0,0.5);bottom:10px;cursor:pointer;float:left;color:#fff;}
.imgLeft .imasf .fac{width:20px;height:60px;margin-top:10px;line-height:60px;text-align:center;background:rgba(0,0,0,0.5);bottom:10px;cursor:pointer;float:right;color:#fff;}
.imasf-bb{overflow:hidden;}
.imasf-bb .swiper-container{position:initial;width:calc(100% - 100px);}
.imasf-bb .swiper-slide{box-sizing:border-box;border:1px solid #eee;padding:5px;}
.imasf-bb .swiper-slide-active{border-color:#02569e;}
.imasf-bb .swiper-slide a{display:block;overflow:hidden;}
.imasf-bb .swiper-slide a img{width:100%;}
.imasf-bb .swiper-button-next{width: 20px;height: 60px;margin-top: 10px;line-height: 60px;text-align: center;background: rgba(0,0,0,0.5);cursor: pointer;color:#fff;right:0;top: 50%;margin-top: -30px;}
.imasf-bb .swiper-button-prev{width: 20px;height: 60px;margin-top: 10px;line-height: 60px;text-align: center;background: rgba(0,0,0,0.5);cursor: pointer;color:#fff;left:0;top: 50%;margin-top: -30px;}
.mediumContainer {width: 100%;overflow: hidden;text-align:center;vertical-align:middle;box-sizing:border-box;}
.mediumContainer img{max-width:100%;display:block;margin:0 auto;width:80%}

.imgRight{z-index:100;}
.imgLeft{width:100%;}
#zhezhao {width: 100%;height: 100%;background: transparent;position: absolute;top: 0;border: 1px solid transparent;}
#zhezhao:hover {cursor: move;}
.img_x {width: 100%!important;display: flex;}
.img_x li{height: 54px;border: 2px solid transparent;margin: 8px 4px;padding: 2px;cursor:pointer;}
.img_x li img{height:100%}
.img_u {position:absolute;width: 500px;height: 400px;border: 1px solid #eee;float: left;margin-left: 15px;overflow: hidden; display: none; background:#fff;z-index:100;}
.img_u img{width:1000px;max-width:1000px;}
.ny-zpal-z-t-r{float:right;width: 52%;}
.ny-zpal-z-t-r h3{font-size:30px;font-weight:normal;color: #222;margin-bottom: 25px;}
.ny-zpal-z-t-r h4{
    width: 20px;
    height: 6px;
    background: #004ea2;
    margin-bottom: 25px;
}
.ny-zpal-z-t-r .div1{
    color: #666;
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 50px;
}
.ny-zpal-z-t-r a{
    width: 130px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #d8d8d8;
    color: #000;
    display: block;
    position: relative;overflow:hidden
}
.ny-zpal-z-t-r a i{
    position: relative;
    z-index: 2;transition:all 0s;
}
.ny-zpal-z-t-r a h5{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 0;
    height: 110%;
    background: #ff911d;
}
.ny-zpal-z-t-r a:hover{border-color:#ff911d;color:#fff;}
.ny-zpal-z-t-r a:hover h5{width:100%}
.ny-zpal-z-c{background: #f5f6f8;padding-bottom: 60px}
.ny-zpal-z-c1{font-size:30px;color:#222;padding:50px 0 25px 0;margin:0 50px 30px 50px;border-bottom:1px solid #e0e0e0;}
.mynn{
    background: #fff;
}
.ny-zpal-z-c2{padding:0 50px 50px 50px;color:#666;line-height:24px;}
.ny-zpal-z-c2 img{height:auto!important;}
.ny-zpal-z-c2 table{width:100%;}
.ny-zpal-z-c2 table td,.ny-zpal-z-c2 table th{padding:10px!important;border-color: rgb(221, 221, 221);}
.ny-zpal-z-c3{display:flex;justify-content:space-between;opacity: 0;height: 1px;}
.ny-zpal-z-c3 a{display:block;text-align:center;line-height:54px;border:1px solid #d6d6d6;width:50%;font-size:16px;color:#222}
.ny-zpal-z-c3 a:hover{color:#ff911d}
.cptj{background:#fff;padding:50px 50px 0 50px;}
.cptj-t{font-size:30px;color:#222;padding-bottom:25px;border-bottom:1px solid #e0e0e0;margin-bottom: 30px;}
.cptj-b{}
.cptj-b a{display: block;text-align:center;padding-bottom:70px;}
.cptj-b a h4{display: flex;align-items:center;padding: 0px 30px;justify-content:center;overflow: hidden;}
.cptj-b a h4 img{width:80%;}
.cptj-b a h3{font-size:22px;color:#222;margin-bottom:20px;}
.cptj-b a p{color:#666;margin-bottom:27px;}
.cptj-b a h5{font-size:14px;width:130px;line-height:41px;text-align:center;border:1px solid #d8d8d8;color:#000;margin:0 auto;}
.cptj-b a:hover img{transform:scale(1.1);}
.cptj-b a:hover h5{background:#ff911d;border-color:#ff911d;color:#fff;}

@media(max-width:1700px){
    .yq{
        zoom: 80%;
    }
}
@media(max-width:1650px){
    .yq{
        zoom: 75%;
    }
}
@media(max-width:1600px){
    .yq{
        zoom: 70%;
    }
}
@media(max-width:1550px){
    .yq{
        zoom: 65%;
    }
}
@media(max-width:1500px){
    .yq{
        zoom: 60%;
    }
}
@media(max-width:1450px){
    .yq{
        zoom: 55%;
    }
}
@media(max-width:1400px){
    .yq{
        zoom: 50%;
    }
}

@media(max-width:780px){
    .navbar{
        padding:1rem;
    }
    .yq{
        display: none;
    }
    .cpzx-z{
        margin-top: 0;
    }
    .navbar-light .navbar-brand img{
        width: 220px;
    }
    .nprobox .item{
            flex: 0 0 100%;
            margin: 5px 0;
    }
    .navbar-nav .nav-link{
        padding:.5rem 1rem!important;
        margin-top: 10px;
    }
    .ny-zpal-z-t-l{
        width: 100%;
    }
    .ny-zpal-z-t-r{
        width: 100%;
        margin-top: 15px;
    }
    .mediumContainer img{
        width: 100%;
    }
    .ny-zpal-t .mynn{
        padding:20px;
    }
    .ititle h2{
        font-size: 28px;
    }
    .ititle p{
        font-size: 18px;
        margin-top: 10px;
    }
    .id1{
        padding:40px 0;
    }
    .id1 .id1lb .swiper:before{
        display: none;
    }
    .id1 .id1lb .swiper:after{
        display: none;
    }
    .id2 .id2con .id2conl{
        width: 100%;
    }
    .id2 .id2con .id2conr{
        width: 100%;
    }
    .id2 .id2con .id2conr h3{
        font-size: 24px;
        margin-top: 15px;
    }
    .id2 .id2con .id2conr .mcon{
        font-size: 15px;
        line-height: 1.3;
        margin-top: 15px;
    }
    .id2 .id2con .id2conr a{
        margin-top: 25px;
        line-height: 35px;
    }
    .id2 .id2list .item{
        width:100%;
    }
    .id3 .id3con:after{
        display: none;
    }
    .id3 .id3con .idcon3l{
        width: 100%;
    }
    .id3 .id3con .idcon3l ul li a .img{
        width: 100%;
    }
    .id3 .id3con .idcon3l ul li a .mycon h4{
        font-size: 18px;
    }
    .id3 .id3con .idcon3l ul li a .mycon p{
        font-size: 14px;
    }
    .id3 .newsmore{
        margin-top: 15px;
        line-height: 35px;
    }
    .id3 .id3con .idcon3r{
        width: 100%;
        margin-top: 25px;
    }
    .id3 .id3con .idcon3r .mycon{
        padding: 15px 10px 10px;
    }
    .id3 .id3con .idcon3r .mycon .title{
        font-size: 20px;
    }
    .id3 .id3con .idcon3r .mycon .con{
        font-size: 14px;
        margin-top: 12px;
    }
    .id3 .id3con .idcon3r .mycon .date{
        margin-top: 10px;
        padding-top:10px;
    }
    .id4{
        padding:50px 0 20px;
        height: 740px;
    }
    .id4 .id4title{
        font-size: 28px;
    }
    .id4 .id4list .item h3{
        font-size: 24px;
    }
    .id4 .id4list .item h3 span{
        font-size: 18px;
    }
    .id4 .id4list .item{
        width: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, .2)!important;
        border-right: 1px solid rgba(255, 255, 255, .2)!important;
        padding:25px 0;
    }
    .id4 .id4list .item:nth-child(2n){
        border-right: 0!important;
    }
    .id4 .id4list .item:nth-last-child(1){
        border-bottom: 0!important;
    }
    .id4 .id4list .item:nth-last-child(2){
        border-bottom: 0!important;
    }
    .nycontent{
        padding:60px 0 80px;
    }
    .nytitle{
        font-size: 24px;
    }
    .ny-zpal-z-c1{
        font-size: 24px;
        padding:20px 0;
        margin:0 20px 10px 20px;
    }
    .ny-zpal-z-c2{
        padding:10px 20px;
    }
    .newslist ul li{
        margin-top:30px;
        padding-bottom: 30px;
    }
    .newslist ul li a .img{
        width: 100%;
    }
    .newslist ul li a .ncon{
        width: 100%;
        margin-top: 10px;
    }
    .newslist ul li a .ncon h3{
        font-size: 18px;
    }
    .newslist ul li a .ncon .date{
        margin:10px 0 15px;
    }
    .newslist ul li a .ncon .nncon{
        font-size: 14px;
    }
    .nynews{
        padding:50px 0 100px;
    }
    .nynews .nytitle h3{
        font-size: 20px;
    }
    .nybanner .nybwz h2{
        font-size: 30px;
    }

}