* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
	outline: none;
	letter-spacing: 1px;
	font-family: "微软雅黑";
}

img {
	border: none;
}

html,
body {
	width: 100%;
	height: 100% ;
}

body {
	
	min-width: 1280px;
}

.navBack{
    background-color: #B9BECA ;
    width: 100%;
    height: 192px;
}
/* .bj{
    background-color: #252833 ;
} */
.navBack .navBackBox{
    width: 1200px;
    margin: 0 auto;
    padding-top: 27px;
    /* border:  1px solid #000; */
    display: flex;
}
.navBack .navBackBox .navBackxx{
    padding-left: 24px;
    padding-top: 5px;
    color: #fff;
}
.navBack .navBackBox .navBackxx h3{
    font-size: 30px;
    padding-bottom: 5px;
}
.navBack .navBackBox .navBackxx p{
    font-size: 16px;
    padding-bottom: 5px;
}
.navBack .titleBox{
    /* border: 1px solid #000; */
    display: flex;
    /* align-items: center; */
    width: 1200px;
    height: 45px;
    margin: 19px auto;
}
.navBack .titleBox .profiles{
    height: 35px;
    margin-left: 5px;
    color: #fff;
    margin-right: 50px;
    cursor: pointer;
    /* border-bottom: 2px solid #365AF1 ; */
}
.navBack .titleBox .category{
    height: 35px;
    color: #fff;
    cursor: pointer;
}
.activeA{
    color: rgba(54, 90, 241, 100);
    border-bottom: 2px solid #365AF1 ;
}
.activeB{
    color: #365AF1;
    margin-left: 24px;
    font-size: 14px;
    cursor: pointer;
}
.mainBox{
    width: 1200px;
    margin: 0 auto;
    /* border: 1px solid #000; */
}
.mainBox .title1{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(19, 28, 47, 100);
}
.mainBox .linesty{
    margin-top: 14px;
    width: 26px;
    height: 0px;
    border: 1px solid rgba(54, 90, 241, 1);
}
/* .mainBox .companyAddress {
    width: 1200px;
    height: 336px;
    margin: 20px auto;
} */
.mainBox .textBox{
    width: 100%;
    font-size: 14px;
    color: rgba(102, 102, 102, 100);
    margin-top: 20px;
}
.mainBox .CompanyName{
    font-size: 14px;
    color: rgba(19, 28, 47, 100);
    font-weight: 600;
    margin-top: 20px;
}
.mainBox .introducedBox{
    margin-top: 22px;
    border: 1px solid #C4C5C6 ;
}
.mainBox .introducedBox .showBox{
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.mainBox .introducedBox .showBox .representative,
.mainBox .introducedBox .showBox .money,
.mainBox .introducedBox .showBox .creatTime{
    font-size: 16px;
    color: #666666;
}
.mainBox .introducedBox .showBox .zk{
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.mainBox .introducedBox .showBox .representative span,
.mainBox .introducedBox .showBox .money span,
.mainBox .introducedBox .showBox .creatTime span{
    font-size: 16px;
    color: #000;
    padding-left: 10px;
}
.mainBox .introducedBox .hiddenBox{
    padding: 0 30px;
    display: none;
}
.mainBox .introducedBox .hiddenBox div{
    margin-bottom: 30px;
    font-size: 16px;
    color: #666666;
}
.mainBox .introducedBox .hiddenBox div span{
    font-size: 16px;
    color: #000;
    padding-left: 10px;
}

/* 证书类型 */
.mainBox1{
    width: 100%;
    background-color: #F1F2F6 ;
    padding-bottom: 50px;
}
.mainBox1 .certificate{
    width: 1190px;
    height: 86px;
    background-color: #fff;
    /* margin-left: 352px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.mainBox1 .certificateTitle{
    margin-left: 28px;
    color: rgba(19, 28, 47, 100);
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 600;
}
.mainBox1 .certificateTotal{
    margin-left: 20px;
    color: rgba(19, 28, 47, 100);
    font-size: 14px;
    cursor: pointer;
}
.certificateTotal1{
    margin-left: 20px;
    color: #365AF1;
    font-size: 14px;
    cursor: pointer;
}
.mainBox1 .certificateBox{
    margin-left: 24px;
    color: rgba(19, 28, 47, 100);
    font-size: 14px;
    cursor: pointer;
}

.mainBox1 .certificateGenre{
    margin: 32px auto;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mainBox1 .certificateGenre .certificateGenreBox{
    background-color: #fff;
    width: 291px;
    height: 400px;
    margin-top: 12px;
    margin-right: 9px;
}
.mainBox1 .certificateGenre .certificateGenreBox img{
    margin: 33px 7px;
}
.mainBox1 .certificateGenre .certificateGenreBox .certificateGenreTitle{
    text-align: center;
}
.mainBox1 .certificateGenre .certificateGenreBox .certificateGenreContent{
    text-align: center;
    margin-top: 11px;
    width: 250px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.more{
    text-align: center;
	margin-bottom: 30px;
    margin-top: 40px;
	font-size: 22px;
	cursor: pointer;
	color: blue;
}
.mainBox1 .paginationA{
    /* border: 1px solid #000; */
    width: 425px;
    margin: auto;
}
.mainBox1 .el-pagination.is-background .btn-next,
.mainBox1 .el-pagination.is-background .btn-prev,
.mainBox1 .el-pagination.is-background .el-pager li{
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* color: #fff; */
}
.mainBox1 .el-pager .more::before{
    line-height: 40px;
}
.mainBox1 .el-pagination.is-background .el-pager li:not(.disabled).active{
    color: #fff;
}