.pttop{
    width: 100%;
    top: 0;
    z-index: 1000;
}
.pttitle{
	background-image: url('../images/background.png');  
	background-repeat: no-repeat;  
	background-size: cover;   
	height: 200px;
    text-align: center;
    font-size: 20px;
   
    font-family: SourceHanSansCN-Bold;
    color: #FFFFFF;
    letter-spacing: 1px;


}

.pttitle img{
    position: absolute;
    top: 57px;
    left: 400px;
}

a{
    color: #333333;
}
.nav {
    padding: 0 10px;
    height: 58px;
    line-height: 58px;
    background-color: #3764C7;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: 100px;
    transform: translate(-50%, 0);
    left: 50%;
  	width:60%

}

.nav div {
    line-height: 52px;
    margin-top: 3px;
    display: inline-block;
    width: 25%;
}

.nav div a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
}

.nav .active a {
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
}

.breadcrumbs{
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    /* margin-left: 300px; */
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.cont{
	display: flex;
	justify-content: center;
	/*background-color: #FFFFFF;*/
}
.contlabel{
	padding:0px 20px 20px 20px ;
    width:1325px;
  

}
.contlabel1{
	/*background-color: #f6f8fb;*/
    border-radius: 20px;
    margin: 20px;

}
.searchbox{
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
    margin-top: 25px;
}
.searchainput{
    width: 450px;
    border: 1px solid #2456c8;
    height: 40px;
    border-radius:4px 0px 0px 4px;
}
.searchainput input{
    width: 440px;  
    height: 38px;
    font-size: 20px;
    text-align: left;
    margin-left: 5px;
    color: #333333;
    border: none;
}
.searchbutton{
    
    width: 90px;  
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #2456c8;
    border-radius: 0px 4px 4px 0px;
    color: #FFFFFF;
    font-size: 18px;
}

*{
	margin: 0;
	padding: 0;border: none;outline: none;
}
.box{
	width: 1000px;
	margin: 0 auto;
}
body{
	font-size: 14px;
	color: #333333;
}

.fr{
	float: right;
}
.cl{
	clear: left;
}
.cr{
	clear: right;
}
.cb{
	clear: both;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
input,select,button{
	outline: none;
}
.floating-box {  
    position: fixed;  
    top: 160px;  
    left: 500px;  
 /* 650*/
    background-color: #131b54b0; 
    color: #FFFFFF;
    padding: 20px;  
    z-index: 100;  

    border-radius: 4px;
    display: none;
    overflow: auto;
}
.floatingcont{
    display: flex;
    flex-direction: row;
  
    height: 100%;
}

.fl{
  
    font-family: MicrosoftYaHei-Bold;
  
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 5px;
  	width: 80px;
    text-align: right;
}
.cp{
    padding: 0px 10px;
    color: #FFFFFF;
    margin: 5px;
    cursor: pointer;
}
.cp a{
    color: #FFFFFF;
}

.cpdialoglist{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    width: 500px;
}
.pageBox{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;  
    justify-content: center;  
}
.bottomcontbox{
   font-family: PingFang-SC-Heavy;
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: -0.55px;
	text-align: center;
	line-height: 58px;
	font-weight: 400;
 	background: #3467C4;
    padding-bottom: 77px;
}
.bottomcontbox hr{
    background-color:  #3467C4;
}

.zzfbrq{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.djl{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    text-align: right;
}
hr {  
	border: none; /* 移除默认边框 */  
	height: 1px; /* 设置高度 */  
	background-color: #999999; /* 设置颜色 */  
	margin: 5px 0; /* 设置上下外边距 */  
  }