
.breads .ulitem {
    width: 26.71%;
}
.sonul {
    display: block !important;
}
.br-active{
    color: #3eaac2 !important;
    font-weight: bold !important;
}
.br-active::after{
    width: 100% !important;
}
.pdfList .tit{
    font-size: 20px;
	line-height:21px;
	letter-spacing: 1px;
	color: #333333;
    margin-top: 35px;
}
.pdfList .inp{
    width: 31.44%;
    position: relative;
    margin-bottom: 32px;
}
.pdfList .inp .img{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.pdfList .inp .img::after{
    content: "";
    display: block;
    width: 1px;
	height: 12px;
	background-color: #e2e2e2;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.pdfList .inp input{
    display: block;
    width: 100%;
    outline: none;
    border: solid 1px #e2e2e2;
    height: 50px;
    padding-left: 75px;
}
.pdfList .inp2{
    width: 100%;
}
.pdfList .inp3{
    width: 48.42%;
}
.nrjs{
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin-top: 36px;
    letter-spacing: 2px;
}
.pdfList form{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pdfList form h5{
    font-size: 16px;
	color: #3eaac3;
}
.pdfList form button{
    width: 204px;
	height: 42px;
	background-color: #3eaac3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    cursor: pointer;
}
.pdfList .mbox{
    border: solid 2px #ebeff2;
    width: 22.55%;
    padding: 10px;
    margin-top: 37px;
    cursor: pointer;
    margin-right: 3.23%;
    transition: all .3s;
}
.pdfList .mbox:hover{
    transform: translateY(-8px);
}
.pdfList .mbox p{
    font-size: 16px;
	color: #333333;
    padding: 15px 0;
    text-align: center;
}
.pdfList .infodl{
    display: flex;
    flex-wrap: wrap;
}
.pdfList .mbox:nth-child(4n){
    margin-right: 0;
}
.pdfList .mbox:last-child{
    visibility: hidden;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .pdfList .mbox{
        width: 30%;
        margin-right: unset;
    }
    .pdfList .infodl{
        justify-content: space-between;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
}
/* 移动端 */
@media (max-width:767px){
    .breads .ulitem {
        width: 100%;
    }
    .pdfList .inp{
        width: 48.42%;
    }
    .nrjs {
    font-size: 15px;
    margin-top: 14px;
    }
}