/* 头部 */
.pc-nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
}
.pc-nav .area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-nav .area .n_items{
    width: 55%;
}
.pc-nav .area .n_items ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc-nav .area .n_items li{
    padding: 0 7px;
    line-height: 80px;
    position: relative;
    color: #ffffff;
}
.pc-nav .area .n_items li a{
    display: inline-block;
    height: 100%;
    font-size: 18px;
	color: #ffffff;
}
.pc-nav .area .logo{
    width: 20.16%;
}
.pc-nav .area .n_items li::before{
    content: "";
    display: block;
    width: 0;
    height: 4px;
	background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all .3s linear;
}
.pc-nav .area .n_items li:hover::before{
    width: 100%;
}
.n-active::before{
    width: 100% !important;
}
/* 头部结束 */
.conlist .tbox{
    display: none;
}
.mybanner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 7%;
}
.mybanner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 7%;
}
.swiper-container1{
    z-index: 0 !important;
}
.five-box{
    transform: translateY(-50%);
    z-index: 999;
}
.five-box .conlist{
    display: flex;
    justify-content: space-between;
}
.five-box .conlist .cblock{
    width: 20%;
    height: 187px;
    padding-top: 20px;
    padding-left: 28px;
    padding-bottom: 24px;
    padding-right: 38px;
    transition: all .3s linear;
}
.five-box .conlist .cblock:hover{
    transform: translateY(-8px);
}
.conlist .cblock h5{
    font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	color: #ffffff;
    margin-top: 20px;
}
.conlist .cblock p{
    margin-top: 8px;
    font-size: 14px;
	line-height: 24px;
	color: #fffefe;
	opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
/* 规定文字几行 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.myboxs{
    font-size: 34px;
	font-weight: bold;
    color: #333333;
    text-align: center;
}
.myboxs strong{
	color: #002fa7;
    font-weight: bold;
}
.myboxs h5{
    font-size: 20px;
	line-height: 41px;
	color: #b8b8b8;
    text-align: center;
}
.proList .infobox{
    position: relative;
}
.proList .infobox:hover .bgm{
    height: 100%;
    transition: all .3s linear;
    top: 0;
}
.proList .infobox .bgm{
    position: absolute;
    top: -50px;
    left: 0;
    height: 0;
    background-color: rgba(9,56,174, .3);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cpzx-cent .proList{
    margin-top: 35px;
    position: relative;
}
.cpzx-cent .swiper-button-prev2{
    left: -65px;
    background-image: url(../images/index/ljt.png);
}
.cpzx-cent .swiper-button-next2{
    right: -65px;
    background-image: url(../images/index/rjt.png);
}
.news-cent .swiper-button-prev3{
    left: -65px;
    background-image: url(../images/index/ljt.png);
}
.news-cent .swiper-button-next3{
    right: -65px;
    background-image: url(../images/index/rjt.png);
}
.swiper-button-prev2, .swiper-button-next2{
    width: 15px;
	height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.swiper-button-prev3, .swiper-button-next3{
    width: 15px;
	height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.swiper-container2 .swiper-slide p{
    font-size: 18px;
    text-align: center;
	line-height: 30px;
    color: #333333;
    margin-top: 15px;
    transition: all .3s linear;
}
.swiper-container2 .swiper-slide:hover p{
    color: #0d3bb1;
}
.hzhb-cent{
    margin-top: 55px;
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 76px;
}
.hzhb-cent .list-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 375px;
    margin-top: 35px;
}
.hzhb-cent .list-items .mybox{
    border: solid 1px #cecece;
    width: 20%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-cent{
    margin-top: 60px;
}
.news-cent .newitem{
    position: relative;
    margin-top: 35px;
}
.newitem .newbox .txt h3{
    font-size: 16px;
	line-height: 17px;
	color: #333333;
	    text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
white-space :nowrap; /*让文字不换行*/
overflow : hidden; /*超出要隐藏*/
}
.newitem .newbox .txt p{
    font-size: 14px;
	line-height: 24px;
	color: #a2a2a2;
    margin-top: 15px;
}
.txt .tit{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.txt .tit .block{
    width: 15px;
	height: 2px;
	background-color: #333333;
    margin-right: 10px;
}
.newbox .more-date{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.newitem .newbox{
    height: 425px;
    border-bottom: 2px solid #cecfd3;
    padding-bottom: 15px;
    transition: all .3s linear;
}
.newitem .newbox a>img{
    height: 65%;
    width: 100%;
}
.newbox .more-date span{
    font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.newitem .newbox:hover{
    border-bottom: 2px solid #0938ae;
    transform: translateY(-8px);
}
.more-date .m{
    transition: all .3s linear;
}
.newitem .newbox:hover .more-date .m{
    color: #0938ae;
}
.infobox a{
    display: block;
    height: 300px;
    text-align: center;
}
.infobox a>img{
    max-height: 100%;
}
/* 底部 */
footer{
    padding-top: 56px;
    background-color: #2f2f2f;
    margin-top: 80px;
}
footer .btm-items{
    display: flex;
    color: #fff;
}
footer .bnav{
    border-right: 1px solid rgba(255,255,255, .2);
    width: 55%;
    display: flex;
    justify-content: space-between;
    padding: 0 65px;
}
.btm-items .lxfs{
    width: 26.5%;
    border-right: 1px solid rgba(255,255,255, .2);
}
.btm-items .lxfs h5{
    font-size: 14px;
	line-height: 15px;
	color: #ffffff;
}
.btm-items .lxfs p{
    font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.5;
    margin-top: 22px;
}
footer .bnav li{
    font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.5;
}
footer .bnav .btitle{
    margin-bottom: 20px;
}
.btm-items .erwei{
    margin-left: 70px;
    text-align: center;
}
.btm-items .erwei p{
    margin-top: 20px;
}
footer .area{
    border-bottom: 1px solid rgba(255,255,255, .2);
    padding-bottom: 50px;
}
.mybottom{
    background-color: #2f2f2f;
}
.mybottom .area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mybottom p{
    font-size: 14px;
	line-height: 65px;
	color: #ffffff;
	opacity: 0.5;
}

.xz-content a{
    display: block;
    text-decoration: none;
    transition: all .3s linear;
    color: rgba(0, 47, 167, .85);
}
.area>a:hover{
  text-decoration: none;
  color: rgba(0, 47, 167, 1);
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  transform: translate3d(0,-2px,0);
}
.xz-content{
    
}
.xz-content .wrap .text h1 {
    font-weight: bold;
    font-size: 18px;
}
.xz-content .wrap .text div {
    line-height: 26px;
    color: #ccc;
    margin-top: 25px;
                 overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -moz-box;
                -moz-line-clamp: 3;
                -moz-box-orient: vertical;
                word-wrap: break-word;
                word-break: break-word;
                white-space: normal;
}
.xz-content .wrap {
    display: flex;
    height: 180px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

@media (max-width:1360px){
    .cpzx-cent .swiper-button-prev2{
        left: 10px;
    }
    .cpzx-cent .swiper-button-next2{
        right: 10px;
    }
    .news-cent .swiper-button-prev3{
        left: 10px;
    }
    .news-cent .swiper-button-next3{
        right: 10px;
    }
    .tbox{
        display: none;
    }
    
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .five-box .conlist .cblock{
        padding: 18px;
    }
    .five-box{
     transform: unset; 
    }
    .cpzx-cent{
        margin-top: 60px;
    }
    .five-box .conlist{
        margin-top: 35px;
    }
    /* 底部 */
    footer .bnav {
        width: 50%;
        padding: 0 40px;
    }
    .btm-items .lxfs {
        width: 28.5%;
    }
    
    .xz-content .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.xz-content .wrap .text h1 {
    font-weight: bold;
    font-size: 18px;
}
.xz-content .wrap .text div {
    line-height: 26px;
    color: #ccc;
    margin-top: 25px;
}
    
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .five-box .conlist .cblock{
        padding: 18px;
    }
    .five-box{
     transform: unset; 
    }
    .cpzx-cent{
        margin-top: 30px;
    }
    .five-box .conlist{
        margin-top: 35px;
        flex-wrap: wrap;
    }
    .five-box .conlist .cblock{
        width: 30%;
        margin-bottom: 20px;
    }
    .conlist .cblock p {
        margin-top: 5px;
        font-size: 13px;
        line-height: 22px;
    }
    .five-box .tbox{
        display: block;
    }
    .myboxs {
        font-size: 26px;
    }
    .myboxs h5 {
        font-size: 14px;
        line-height: 30px;
    }
    .cpzx-cent .proList {
        margin-top: 25px;
    }
    .swiper-container2 .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .news-cent {
        margin-top: 30px;
    }
    .news-cent .newitem {
        margin-top: 25px;
    }
    .hzhb-cent {
        margin-top: 40px;
        background-color: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 45px;
    }  
    .hzhb-cent .list-items {
        height: 340px;
        margin-top: 25px;
    }  
    /* 底部 */
    footer .bnav {
        width: 50%;
        padding: 0 40px;
    }
    .btm-items .lxfs {
        width: 28.5%;
    }
    footer .btm-items{
        flex-wrap: wrap;
    }
    footer .bnav {
        width: 66%;
        padding: 0 40px;
    }
    .btm-items .lxfs {
        width: 33.5%;
    }
    .btm-items .erwei {
        margin-top: 20px;
        margin-left: unset;
        text-align: center;
    }
    footer {
        padding-top: 40px;
        background-color: #2f2f2f;
        margin-top: 45px;
    }
    footer .area {
        padding-bottom: 40px;
    }
    .mybottom p {
        line-height: 50px;
    }
    
    .xz-content .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.xz-content .wrap .text h1 {
    font-weight: bold;
    font-size: 18px;
}
.xz-content .wrap .text div {
    line-height: 26px;
    color: #ccc;
    margin-top: 8px;
}
}
/* 移动端 */
@media (max-width:767px){
    .five-box .conlist .cblock{
        padding: 18px;
    }
    .five-box{
     transform: unset; 
    }
    .cpzx-cent{
        margin-top: 20px;
    }
    .five-box .conlist{
        margin-top: 35px;
        flex-wrap: wrap;
    }
    .five-box .conlist .cblock{
        width: 100%;
        margin-bottom: 15px;
    }
    .conlist .cblock p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .five-box .tbox{
        display: none;
    }
    .myboxs {
        font-size: 22px;
    }
    .myboxs h5 {
        font-size: 14px;
        line-height: 30px;
    }
    .cpzx-cent .proList {
        margin-top: 20px;
    }
    .swiper-container2 .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .news-cent {
        margin-top: 30px;
    }
    .news-cent .newitem {
        margin-top: 25px;
    }
    .hzhb-cent {
        margin-top: 20px;
        background-color: #f7f7f7;
        padding-top: 21px;
        padding-bottom: 20px;
    } 
    .hzhb-cent .list-items {
        height: unset;
        margin-top: 25px;
    }
    .hzhb-cent .list-items .mybox{
        height: unset;
    }
    .hzhb-cent .list-items .mybox{
        width: 32%;
        margin-bottom: 8px;
        padding: 15px;
    }
    .mybanner .swiper-button-prev, .swiper-container-rtl .swiper-button-next,.mybanner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none;
    }
    .five-box .conlist .cblock{
        height: unset;
    }
    .conlist .cblock h5 {
        font-size: 15px;
        font-weight: bold;
        line-height: 16px;
        color: #ffffff;
        margin-top: 15px;
    }
    /* 底部 */
    footer .bnav {
        width: 50%;
        padding: 0 40px;
    }
    .btm-items .lxfs {
        width: 28.5%;
    }
    footer .btm-items{
        flex-wrap: wrap;
    }
    footer .bnav {
        width: 100%;
        padding:unset;
        border-right: unset;
    }
    .btm-items .lxfs {
        width: 100%;
        border-right: unset;
        margin-bottom: 15px;
    }
    .btm-items .erwei {
        margin-top: 20px;
        margin-left: unset;
        text-align: center;
    }
    footer {
        padding-top: 30px;
        background-color: #2f2f2f;
        margin-top: 25px;
    }
    footer .area {
        padding-bottom: 40px;
    }
    .mybottom p {
        line-height: 50px;
    }
    .mybottom p {
        line-height: 22px;
        font-size: 12px;
    }
    footer .bnav li{
        font-size: 12px;
    }
    .btm-items .lxfs p {
        font-size: 12px;
        line-height: 28px;
        margin-top: 20px;
    }
    .newitem .newbox .txt p {
        font-size: 12px;
        line-height: 22px;
        color: #a2a2a2;
        margin-top: 10px;
    }
    .newbox .more-date {
        margin-top: 12px;
    }
    .newitem .newbox a>img {
    height: 60%;
    width: 100%;
}
.newitem .newbox{
    height: 350px;
}
.infobox a{
    display: flex;
    width: 85%;
    height: 300px;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.xz-content .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.xz-content .wrap .text {
    width: 100%;
    margin-top: 8px;
}
.xz-content .wrap .text h1 {
    font-weight: bold;
    font-size: 18px;
}
.xz-content .wrap .text div {
    color: #ccc;
    margin-top: 8px;
}
}