:root {
    
    --all-width:90rem;/**/
    --all-min-width:18.75rem;/**/
    /*    --all-bgcolor:#F6F6F6;*/
    --all-bgcolor:#FFFFFF;
    --all-color1:#15489d;
    --all-color2:#acaba9;
    --all-color3:#3b3b3b;
    --all-color4:#949494;
    --all-color4:#949494;
    --all-color5:#e60012;
    --all-color6:#06467c;
    --all-color7:#fff2e9;
    --all-titlecolor:#007aff;
    --all-bg1:#dcf5f8;
    --all-bg2:#fd0505;
    --all-bg3:#e9e9e9;
    --all-bkcolor:#e9e9e9;
    --all-bkwidth1:1px;
    --all-bkwidth1-1:-1px;
    --all-bkcolor1:#15489d;
    
}
body{
  
    background: var(--all-bgcolor);
    width: 100%;
    min-height: 100vh;
}
.lei_all{
    margin: auto;
}


.lei_width{
    max-width: var(--all-width);
    min-width: var(--all-min-width);
    margin: auto;
}



.lei_top{
    width:100%;
/*    background-image: radial-gradient(circle, #ffac41,#ffac41,#f14c09);*/
/*    background: linear-gradient(90deg, #890800, #ffac41, #ffac41, #ffac41, #890800);*/
/*    height: 14rem;*/
}

.lei_top_t{
    color: #bbbbbb;
    height: 2rem;
    background: #dbebf4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.lei_top_t_t{
    height: 2rem;
    line-height: 2rem;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lei_top_bg{
    width: 100%;
    height: 6.5rem;
    background-image: url(/bjztjz/public/images/topbg.png);
    background-size: 100%  ;
    background-repeat: no-repeat;
    background-position:center;
    position: relative;
    
}

.lei_top_bg .lei_top_bg_t{
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.lei_top .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}
.lei_top .logo .img {

}
.lei_top .logo .img img{
    width: 3.5rem;
}

.lei_top .logo .txt{
    padding-left: 1rem;
    font-size: 2rem;
    color: var(--all-color1);
    font-weight: bold;
    text-shadow: -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff;

}
.lei_top .topsearch{
    display: flex;
}
.lei_top .topsearch .input{
    border-radius: 0.4rem 0 0 0.4rem;
    background: #fff;
    padding: 0.5rem; 
}
.lei_top .topsearch input{
    border: none;
    font-size: 1rem;
    background: none;
}

.lei_top .topsearch .butt{
    background:var(--all-color1);
    display: flex;
    align-items: center;
     border-radius: 0 0.4rem  0.4rem 0 ;
    cursor: pointer;
}
.lei_top .topsearch .butt i{
    font-size: 2rem;
    color: #FFF;
}

.index_banner{
/*    max-width: 64.5rem;*/
    height: 21rem;
    background-image: url(/bjztjz/public/images/contentbg.jpg);
    background-size: 100% auto; 
    background-repeat: no-repeat;
    background-position:top; 
    margin:auto;
    position:relative;
}

.index_banner .hotnews{
    position: absolute;
    width: 90%;
    bottom:0;
    height:5rem;
    overflow:hidden;
    left:50%;
    transform:translateX(-50%) ;
    background-color: rgb(0,38,81,0.5);
}


.index_banner .newstxt{
    flex: 1;
    width: 79rem;
    height: 100%;
    margin: auto;
}
 
.index_banner .hotnews .title{
    padding: 0.5rem 0;
    color: #FFF;
    width: 96%;
    margin: auto;
}

.index_banner .newstxt a{
    font-size: 0.8rem;
    line-height: 3rem;
    margin: auto 1rem;
    color: #fff;
}
.index_banner .newstxt a:hover {
    text-decoration: underline;
}



.index_menu{
    width: 90%;
    margin: 1rem auto 0 auto;
    background-color:#15489d;
}

.index_menu ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
}

.index_menu ul li{
    width: 13rem;
    height: 5rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 1rem;
}

.index_menu ul li a{
    background: #FFF;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;

    
}
.index_menu ul li .nr{
    width: 70%;
    height: 70%;
    border-top:1.1rem solid #cae5f5;border-right:1.1rem solid #b9d9ec;
    border-bottom:1.1rem solid #cae5f5;border-left:1.1rem solid #b9d9ec;
}
.index_menu ul li a span{
    text-shadow: var(--all-bkwidth1-1) var(--all-bkwidth1-1) 0 var(--all-bkcolor1), 0px var(--all-bkwidth1-1) 0 var(--all-color1), var(--all-bkwidth1) var(--all-bkwidth1-1) 0 var(--all-bkcolor1), var(--all-bkwidth1-1) 0px 0 var(--all-bkcolor1), var(--all-bkwidth1-1) 0px 0 var(--all-bkcolor1), var(--all-bkwidth1-1) var(--all-bkwidth1) 0 var(--all-bkcolor1), 0px var(--all-bkwidth1) 0 var(--all-bkcolor1), var(--all-bkwidth1) var(--all-bkwidth1) 0 var(--all-bkcolor1);
}

.index_menu ul li a .tb{
    width: 2rem;
    color:#15489d;
    font-size: 1.5rem;
}

.ny_menu{
    width: 90%;
    margin: 0rem auto 0 auto;
/*    background-color:#15489d;*/
}

.ny_menu ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1rem;
}

.ny_menu ul li{
    width: 10rem;
    height: 3rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0.5rem;
}

.ny_menu ul li a{
    background: #FFF;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    

    
}
.ny_menu ul li .nr{
    width: 70%;
    height: 70%;
    border-top:0.5rem solid #cae5f5;border-right:0.5rem solid #b9d9ec;
    border-bottom:0.5rem solid #cae5f5;border-left:0.5rem solid #b9d9ec;
}
.ny_menu ul li a span{
    font-size: 0.8rem;
    color: var(--all-color1);
    
}

.ny_menu ul li a .tb{
    width: 2rem;
    color:#15489d;
    font-size: 1rem;
}

.ny_bgbanner{
    background-image: url(/bjztjz/public/images/contentbg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
}

.nycen{
    width: 84%;
    margin: auto;
    display: flex;
}
.lei_ny{
    width: 100%;
}



.lei_certifi{
/*    border: 0.005rem var(--all-bkcolor) solid;*/
    padding: 1rem;
        background-image: linear-gradient(to bottom, #1f406e, #ffffff);
}
.lei_certifi .certifi_title{
    text-align: center;
    
    line-height: 3rem;
    padding: 2rem 0;
}

.lei_certifi .certifi_title p:nth-child(1){
    font-size: 2.5rem;
    color:var(--all-color1);
    font-weight: bold;
    text-shadow: -0.1rem -0.1rem 0 #fff, 0px -0.1rem 0 #fff, 0.1rem -0.1rem 0 #fff, -0.1rem 0px 0 #fff, 0.1rem 0px 0 #fff, -0.1rem 0.1rem 0 #fff, 0px 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff;
}
.lei_certifi .certifi_title p:nth-child(2){
    padding: 1rem 0;
    font-size: 2rem;
    color:var(--all-color5);
    font-weight: bold;
    text-shadow: -0.1rem -0.1rem 0 #fff, 0px -0.1rem 0 #fff, 0.1rem -0.1rem 0 #fff, -0.1rem 0px 0 #fff, 0.1rem 0px 0 #fff, -0.1rem 0.1rem 0 #fff, 0px 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff;
}
.lei_certifi .certifi_con{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.lei_certifi .certifi_con .certifi_1{
    width:27rem; 
    margin-right: 1rem;
}
.lei_certifi .certifi_con .certifi_2{
    width:27rem; 

}
.lei_certifi .certifi_con .title{
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.8rem;
    margin: 1rem auto;
    color:#fff;
/*    border-bottom: 1px var(--all-bg1) dashed;*/
    padding: 1rem 0;
}
.lei_certifi .certifi_con .lei_input{
    width: 100%;
    height: 4rem;
    background: #FFF;
    margin: 1rem auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.lei_certifi .certifi_con .lei_input span{
    width:7.5rem;
    text-align: right;
    font-size: 1.4rem;
}
.lei_certifi .certifi_con .lei_input input{
    height: 4rem;
    font-size: 1.4rem;
    flex: 1;
    background:none;
}
.lei_certifi .lei_cha{
    background: var(--all-color1);
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #fff;
}
.certifi_body{
    padding-top: 3rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: var(--all-color3);
}

.certifi_body ol {
  padding: 0 3rem;
  margin: 0;
  list-style: none;
  list-style-type: decimal; 
  
}
.certifi_body li{
    font-size: 1rem;
display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    color: var(--all-color3);
}




.lei_certifisearch{
/*    border: 0.005rem var(--all-bkcolor) solid;*/
    padding: 1rem;
    background-image: linear-gradient(to bottom, #cadaf1, #fffcfc);
}
.lei_certifisearch table {
	border-collapse: collapse;
	border-spacing: 0;
}
.lei_certifisearch table{border-right:0.005rem var(--all-color3) solid;border-bottom:0.005rem var(--all-color3) solid;} 

.lei_certifisearch table td{padding: 1rem;font-size: 1.6rem; border-left:0.005rem var(--all-color3) solid; text-align: center;border-top:0.005rem var(--all-color3) solid ;} 


.certifi_qr{
    border-top:0.005rem var(--all-bkcolor) solid;
}
.certifi_qrimg{
    width: 100%;
    text-align: center;
}
.certifi_qrimg img{
    margin: auto;
}

.lei_position{
    height:3rem; line-height: 3rem;
    border-bottom: 0.005rem var(--all-bkcolor) solid;
}
.lei_position ul{
    display: flex;
}
.lei_position ul li{
    padding: 0 2rem 0 0 ;
    position: relative;
    font-size: 0.8rem;
}
.lei_position ul li:before{
    content: "\e601";
    font-size: 0.8rem;
    display: block;
    color: var(--all-color4);
    position: absolute;
    right:0.3rem;
    top: 0rem;
}
.lei_position ul li:last-child:before{
     content: "";
     font-size: 0rem;
}

.lei_ny_menu{
     
}

.lei_ny_menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.lei_ny_menu ul li{
    margin: auto 1rem;
    
}

.lei_ny_menu ul li a{
    float: left;
    padding: 0.4rem 1.5rem;
    background:#b9d9ec;
    border-radius: 0.2rem;
    color: #FFF;
    border:0.01rem #15489d solid;
    color:var(--all-color1);
    font-size:0.8rem;
}

.lei_ny_menu ul li  i{
    color:var(--all-color1);
    font-size:0.8rem;
}

.ny_con{
    text-align: left;
}


.lei_list_news{
    display: flex;
    flex-direction: column;
}
.lei_list_news li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    
    border-bottom: 0.005rem var(--all-bkcolor) solid;
    padding: 1rem 0;
}

.lei_list_news .lei_con_img{
    width: 10rem;
    padding-right: 1rem;
    text-align: center;
}

.lei_list_news .lei_con_img img{
   width: 10rem; height: 6.3rem;
   border: 0.3rem var(--all-bg1) solid;
}

.lei_list_news .lei_con{
    flex: 1;
    font-size: 1.2rem;
    color: var(--all-color4);
}

.lei_list_news .lei_con_des{
    font-size: 1rem;
    padding: 0.5rem 0;
}
.lei_list_news .lei_con_date{
    font-size: 1rem;
}




.lei_dyshow{
    width: 100%;
}
.lei_dyshow .lei_dy_title{
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: 2rem 1rem;
    text-align: center;
    color: var(--all-color1);
}
.lei_dyshow .lei_dy_tool{
    text-align: center;
}
.lei_dyshow .lei_dyshow_outline{
    margin: 2rem 1rem;
    background: var(--all-bg1);
    padding: 1rem;
}



.index_cen{
    width: 90%;
    margin: auto;
    
}
.index_cen .cen_nr{
    display: flex;
}
.index_cen .cen_nr .cen_nr_img{
    width: 30rem;margin:0 2rem;
}

.index_cen .cen_nr .cen_nr_list{
    flex: 1;
    overflow: hidden;
}
.index_cen .cen_nr .cen_nr_list ul{
    
}

.index_cen .cen_nr .cen_nr_list ul li{
    display: flex;
    align-items: center;
    margin: 0.5rem auto;
}
.index_cen .cen_nr .cen_nr_list ul li a{
    flex: 1;
    padding-left: 0.5rem;
    float: left;
    height: 1.7rem;
    overflow: hidden;
}
.index_cen .cen_nr .cen_nr_list ul li .time{
    width: 3rem;
    background: var(--all-color1);
    border-radius: 0.4rem;
    padding:0.1rem 0.3rem;
    color: #fff;
}


.index_cen .cen_nr .listshownew{
    margin-right:2rem;
}
.index_cen .cen_nr .listshownew .inewstit{
    width: 50rem;
    color:var(--all-color1);
    font-size: 1.3rem;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.index_cen .cen_nr .listshownew .inewstit a{
    color:var(--all-color1);
}

.index_cen .cen_nr .listshownew .inewstxt{
    padding: 0.5rem 0 1rem 0;
    color: var(--all-color4);
}


.index_cen .cen_title{
    background: linear-gradient(to bottom,#80c9fb,#ffffff);
    margin:1rem auto;
}

.index_cen .cen_title .titstxt{
    padding:1rem 0 2rem 2rem;
    color: var(--all-color1);
    font-weight: bold;
    font-size: 1.3rem;
    text-shadow: -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff;
}
.index_cen .cen_title .titstxt i{
    font-size: 1.5rem;padding-right: 1rem;
}

.lei_dyshow_body{
    color: #6a6a6a;
    text-align: left;
    line-height: 2.5rem;
}







.index_mk1{
    margin: 1rem auto;
    width: 90%;
}

.index_mk1 .title{
    background:#8bcefb;
    color: var(--all-color7);
    height: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
}

.linkul{
    padding: 1rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    
}
.linkul li{
 width: 12rem;
 height: 4rem;
 box-sizing: border-box ;
 overflow: hidden;
 border: 0.05rem var(--all-bkcolor) solid;
 position: relative;
margin-right: 1rem;
}

.linkul li img{
    width: 12rem;
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%) ;
}



.footer{
    margin:auto;
    width: 100%;
    background: #3585f1;
    text-align: center;
}
.footer .con{
    padding: 2rem 0;
}
.footer .con,.footer .con a{
    color: var(--all-color7);
    line-height: 2rem;
}


.page{
    width: 100%;
    margin: 1rem auto;
}
.page ul{
    display: flex;
    justify-content: center;
}

.page ul li{
    height: 2rem;line-height: 2rem;
    background: var(--all-bgcolor2);
    font-size: 1.2rem;
    
     
}
.page ul li:hover{
    background: var(--all-color6);
}

.page ul li.active{
    background: var(--all-color4);
    color: #FFF;
    padding: 0 1rem;
}
.page ul li.on{
    background: var(--all-bgcolor2);
    color: var(--all-color6);
    padding: 0 1rem;
}

.page ul li.sm{
    background: var(--all-bgcolor2);
    color: var(--all-color8);
    padding: 0 1rem;
}

.page ul li a{
   width: 100%;
   padding: 0 1rem;
  float: left;
  
}



.zssearch{
    width: 100%;
    min-height:100vh;
    background-image: url(/bjztjz/public/images/indexbg.jpg);
    background-size: 100% 100%; 
    background-repeat: no-repeat; 
    background-position:top; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zssearch .title{
    font-size: 50px;
    color:#FFF;
    text-align: center;
    padding: 4rem 0;
}
.zssearch .searchcen{

    margin: auto;
}
.zssearch .searchcen .scen_txt{

    display: flex;
        align-items: center;
    margin: 1rem auto;
}
.zssearch .searchcen .scen_txt .scen_title{
    width:200px;
    text-align: right;
    font-size: 20px;
    color: #FFF;
}

.zssearch .searchcen .scen_txt .scen_input{
    flex: 1;
    display: flex;
}

.zssearch .errorcer{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.zssearch .errtxt{
    color: #FFF;
    font-size: 2rem;
    
}


.zssearch .img{
    width: 100%;
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.zssearch .img img{
    max-width: 800px;
}

.cp_search_input{
    flex: 1;
    height:40px;
    line-height:38px;
    vertical-align: middle;
    border:solid 1px white;
    background:white;
    padding-left:15px;
    font-size:20px;
    color:#00b7ee;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}
.zssearch .scen_but{
    width: 360px;
    float: right;
}
.cp_btn{
    width: 100%;
	height:44px;
	 text-align: center;
         margin: auto;
	color:red;
	font-size:16px;
        background-image: linear-gradient(to bottom, #efc443, #ffe597);
	border:0px;
	cursor:pointer;
	vertical-align: middle;
	transition: all 0.5s ease-in-out;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}



