*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url(../img/banner-bj.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center; */
    max-width: 1920px;
    /* min-width: 1400px; */
    margin: auto;
    background-color: #F4F8FC;
}
/* 框 */
.connect{
    max-width: 1920px;
    /* min-width: 1400px; */
    margin: auto;
    display: flex;

    justify-content: center;
}
/* 高新企业评分 */
.banner{
    display: flex;
    justify-content: space-between;
    width: 86%;

}
.banner-left{
    width: 48%;
    margin-top: 80px;
}
.banner-right{
    width: 505px;
    padding: 40px;
    height: 160px;
    background-size: contain;
    margin-top: 60px;
    background-image: url('../img/banner-right.png');
    background-repeat: no-repeat;
}
.banner-left span{
    font-family: AlibabaPuHuiTi-Bold, "Alibaba PuHuiTi";
    font-size: 40px;
    color: white;
    font-weight: bold;
    letter-spacing: 1.81818px;
}
.banner-left p{

    font-size: 16px;
line-height: 32px;
    color: white;

}
.banner-right p{
    line-height: 40px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;

}
.banner-right button{
    color: white;
    width: 172px;
    height: 50px;
    background-color: #1E78FF;
    border-radius: 4px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
/* 企业信息 */
.xinxi{
    background-color: white;
    border-radius: 8px;
    width: 86%;
    box-shadow:0px 2px 10px #DAE1EC;

}
.xinxi-shang{
    display: flex;
    justify-content: space-between;
        align-items: baseline;
    padding: 20px;
}
.shang-left{
    display: flex;

}
.shang-left span{
    font-family: PingFangSC-Medium, "PingFang SC";
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
}
.shang-left p{
    font-family: PingFangSC-Medium, "PingFang SC";
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #333333;
    margin-top: 10px;
}
.shang-right{
    display: flex;
    align-items: center;

}
.shang-right p{
    color: #1E78FF;
    font-size: 16px;
    margin-left: 10px;
}
/* 线 */
.horizontal-line {
    border: none;
    border-top: 1px solid #DCDFE6; /* 你可以修改颜色和粗细 */

}
/* 下 */
.xinxi-xia{
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.one{
    width: 18.5%;
    height: 100px;
    background-color: #F2F7FD;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.one span{
    font-family: PingFangSC-Regular, "PingFang SC";
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
}
.one p{
    font-family: AlibabaPuHuiTiB, "Alibaba PuHuiTi";
    font-size: 22px;
    font-weight: bold;
    color: #0053E1;
    line-height: 30px;
}
/* <!-- 别人报高企享受了多少 --> */
.brbgq{
    display: flex;
    width: 86%;
    height: 430px;
    margin-top: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow:0px 2px 10px #DAE1EC;
}
.brbgq-left{
    background-image: url(../img/brgq.png);
    /* height: 486px; */
    background-repeat: no-repeat;
    width: 220px;
    background-size: cover;
    color: white;
}
.brbgq-right{
    margin: 10px;
    /* width: 100%; */
    width: calc(100% - 220px);
}
.xx{
    display: flex;
    justify-content: space-between;
    background-color: #F2F7FD;
    border-radius: 4px;
    margin: 10px;
    width: 45%;
    padding: 20px;
}
.xx-1{
    display: flex;
    justify-content: space-between;

    border-radius: 4px;


    padding: 20px;
}
.xx-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 16px;
    font-family: PingFangSC-Regular, "PingFang SC";

}
.xx-left p{
    line-height: 32px;
}
.name{
    color:#333333 ;
    font-size: 18px;
}
.time{
    color: #000000a3;
}
.money{
    color: #FF5C21;
    font-size: 16px;
}
.brb{
    font-family: PingFangSC-Medium, "PingFang SC";
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;

    margin: 10px;
    padding: 10px;
}
.dd{
    font-family: PingFangSC-Regular, "PingFang SC";
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin-left: 20px;
}
.dd span{
    font-family: PingFang-SC-Bold, "PingFang SC";
    font-size: 24px;
    font-weight: bold;
}
.more{
    margin-left: 20px;
    margin-top: 40px;
    font-family: PingFang-SC-Bold, "PingFang SC";
    font-size: 16px;
    font-weight: bold;
}
/* 分页 */
.fy{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.xz{
    /* border: 2px solid #386BF3; */
    background-color: #386BF3;
    color: white;
    width: 20px;
    height: 20px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.wxz{
    width: 20px;
    height: 20px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*  */
.sb{
    background-color: #386BF3;
    border-radius: 15px 0px 0px 15px;
    width: 64px;
    margin-right: -20px;
    font-size: 16px;
    height: 24px;
    color: white;
    text-align: center;
}
.brbgq-left-1{
    background-image: url(../img/zzsb.png);
    /* height: 486px; */
    background-repeat: no-repeat;
    width: 220px;
    background-size: cover;
    color: white;
}




/* 分页1 */
.fy-1{
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 14px;
    width: 86%;
    margin-top: 10px;
}
.xz-1{
    /* border: 2px solid #386BF3; */
    background-color: #12ACFF;
    color: white;
    width: 32px;
    height: 32px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.wxz-1{
    background-color: white;
    color: #666666;
    width: 32px;
    height: 32px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}
