.tech-nov-search{
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.tech-banner{
    width: 100%;
    height: auto;
}

.tech-banner img{
    width: 100%;
    height: auto;
}

.tech-search-info{
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 10px 0;
    margin: 10px 0;
}

.what-nov-search, .center-intro {
    border: 1px solid #E3E3E3;
    padding: 10px;
}

.what-nov-search{
    border-bottom: none;
}

.tech-search-info h1{
    font-size: 27px;
    font-family: FZCuHeiSongS-B-GB;
    font-weight: 400;
    color: #0385FC;
    line-height: 35px;
}

.tech-search-info p{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 29px;
    text-indent: 2rem;
}

.nov-search-effect{
    width: 100%;
    height: auto;
}

.tech-title{
    text-align: center;
}

.tech-title h2{
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 43px;
}

.tech-title P{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A7979;
    line-height: 17px;
}

.tech-menu{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.tech-item{
    width: 26%;
    height: auto;
    text-align: center;
    margin: 50px 0;
    /* border: 1px solid red; */
}

.tech-item img{
    width: 141px;
    height: 142px;
}

.tech-item p{
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #717171;
    line-height: 30px;
}

.tech-process-wrap{
    width: 100%;
    height: auto;
    background: #f3f3f3;
}

.tech-process{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
}

.tech-process .tech-title{
    width: 247px;
    height: 48px;
}

.tech-process .process{
    width: 1200px;
    height: 159px;
    margin-top: 50px;
}

.check-pres{
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.check-pres-title{
    text-align: center;
}

.check-pres-title h1{
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 43px;
    margin-bottom: 10px;
}

.check-pres-title p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A7979;
    line-height: 17px;
}

.check-pres-content{
    margin-top: 20px;
}

.check-pres-content p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 35px;
    padding: 10px 0;
}

.check-pres-content p span{
    color: #E40000;
}

.check-upload-wrap{
    width: 100%;
    height: auto;
    background: #f5f5f5;
}

.check-upload{
    width: 100%;
    height: auto;
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.check-upload img{
    width: 247px;
    height: 48px;
}

.check-upload a{
    display: block;
    width: 180px;
    font-size: 20px;
    font-family: YouYuan;
    font-weight: 400;
    color: #6C6C6C;
    line-height: 17px;
    border-bottom: 1px solid #b6b6b6;
    margin-top: 40px;
    padding: 10px 0;
}


