* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: center;
}

li {
    list-style: none;
}

body {
    height: 5000px;
}


/*------------------------------ 顶部LOGO栏 */

.top {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.top img {
    height: 40px;
}

.top ul li {
    float: left;
    height: 60px;
    font-size: 16px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    line-height: 60px;
    margin-right: 15px;
    box-sizing: border-box;
}

.top ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.top ul li:hover {
    border-bottom: 3px solid #000;
    cursor: pointer;
}

/*------------------------- 广告模块 */

.banner {
    width: 100%;
    position: relative;
}

.bannerLocation {
    height: 360px;
}

.mainBanner {
    width: 100%;
    height: 100%;
}

.bannerChild {
    width: 37%;
    position: absolute;
    top: 27%;
    left: 23%;
    transform: translate(-14%, -17%);
}

.query {
    width: 100%;
    height: 56px;
    background: rgb(50, 45, 45);
    display: flex;
    justify-content: center;
    align-items: center;
}

.query_content {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.method {
    width: 230px;
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
}

.query input {
    width: 210px;
    height: 30px;
    margin-right: 15px;
    padding-left: 15px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
}

.clickbtn {
    width: 174px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, "PingFang SC";
    font-weight: 400;
    color: rgb(255, 255, 255);
    background: rgb(218, 38, 38);
    border-radius: 2px;
}

.clickbtn:hover {
    cursor: pointer
}


/* -------------------------服务项目模块 */

.serve {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.serveName {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serveName div:first-child {
    width: 224px;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, "PingFang SC";
    font-weight: 600;
    color: rgb(51, 51, 51);
    line-height: 45px;
    text-align: center;
    margin: 20px 0 14px 0;
}

.serveName div:last-child {
    width: 624px;
    height: 37px;
    font-size: 26px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(95, 95, 95);
    line-height: 37px;
    text-align: center;
}

.serveitem {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.item {
    width: 350px;
    height: 300px;
    margin-right: 15px;
}

.item1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.item2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgb(14, 77, 121);
}

.item1_top {
    width: 100%;
    height: 90px;
    font-size: 20px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 90px;
    text-align: center;
    background: rgb(14, 121, 92);
}

.item1_center {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item1_center div:first-child {
    width: 48%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 20px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    background: rgb(14, 114, 121);
}

.item1_center div:last-child {
    width: 48%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 20px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    background: rgba(63, 121, 14, 1);
}

.item1_bottom {
    width: 100%;
    height: 90px;
    font-size: 20px;
    /* opacity: .82; */
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 90px;
    background-color: #79730E;
}

.event4,
.event5,
.event6,
.event7,
.event8,
.event9,
.event10,
.event11,
.event12 {
    position: relative;
}

.event4 p {
    position: absolute;
    top: 0;
    left: 0;
}
.event5 p {
    position: absolute;
    top: 0;
    left: 0;
}
.event6 p {
    position: absolute;
    top: 0;
    left: 0;
}
.event7 p {
    position: absolute;
    top: 0;
    left: 0;
}
.event8 p {
    position: absolute;
    top: 0;
    left: 0;
}
.event9 p {
    position: absolute;
    top: 0;
    left: 0;
}
.event10 p {
    position: absolute;
    top: 0;
    left: 0;
}
.event11 p {
    position: absolute;
    top: 0;
    left: 0;
}
.event12 p {
    position: absolute;
    top: 0;
    left: 0;
}

.item2 img {
    width: 90px;
    height: 90px;
    margin-top: 30px;
}

.item2_center {
    font-size: 20px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.item2_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, "PingFang SC";
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-top: -20px;
}

.item_bottom div {
    font-size: 16px;
    font-family: PingFangSC-Regular, "PingFang SC";
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.moreServe {
    width: 300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-top: 30px;
    background: rgb(218, 38, 38);
    border-radius: 20px;
}

.moreServe:hover {
    cursor: pointer
}


/* ------------------------营转利模块 */

.transform {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
    opacity: 0.89;
    background: rgb(246, 246, 247);
    padding: 40px 0px 30px;
}

.trans_name {
    font-size: 32px;
    font-family: PingFangSC-Semibold, "PingFang SC";
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.trans_item {
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: -10px;
}

.trans_item li {
    width: 250px;
    height: 180px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(31, 106, 241);
}

.trans_item li img {
    width: 72px;
    height: 72px;
}

.trans_item li div {
    font-size: 22px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(247, 250, 255);
    margin-top: 15px;
}

.trans_phone {
    height: 28px;
    text-align: left;
    /* line-height: 28px; */
    border-radius: 25px;
    background: rgb(255, 255, 255);
    padding-right: 15px;
}

.trans_phone span {
    display: inline-block;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 28px;
    text-align: center;
    margin-right: 25px;
    background: rgb(214, 13, 13);
    border-radius: 25px;
    padding: 0 15px;
}


/* -----------------------营业执照 */

.permission {
    height: 776px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    background: url("../image/分组 76.png") no-repeat;
    background-size: 100% 776px;
}

.permission_name {
    width: 456px;
    height: 53px;
    font-size: 38px;
    font-family: PingFangSC-Semibold, "PingFang SC";
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 53px;
    margin: 50px 0 15px 0;
}

.permission img {
    width: 1000px;
    z-index: 11;
}

.backlack {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 353px;
    border-radius: 350px 350px 0px 0px;
    background: linear-gradient(90deg, rgb(254, 77, 103) 0%, rgb(241, 74, 56) 100%);
}

.permission_Info {
    width: 300px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
    background: rgb(218, 38, 38);
    border-radius: 20px;
}

.permission_Info:hover {
    cursor: pointer;
}


/* -------------------申报要求 */

.trainRequest {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(246, 246, 246);
}

.trainRequest_name {
    width: 372px;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, "PingFang SC";
    font-weight: 600;
    color: rgb(51, 51, 51);
    line-height: 45px;
    margin: 50px 0px 35px;
}

.trainRequest_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content1 {
    width: 360px;
    height: 450px;
    background-color: rgb(255, 255, 255);
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
}

.content1 img {
    width: 100%;
    height: 200px;
}

.content1_people {
    width: 60px;
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Semibold, "PingFang SC";
    font-weight: 600;
    color: rgb(31, 106, 241);
    line-height: 30px;
    text-align: center;
    padding-left: 15px;
    border-left: 5px solid rgb(31, 106, 241);
}

.content1_info {
    height: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular, "PingFang SC";
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 25px;
}

.content1_bottom {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, "PingFang SC";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    background: rgb(204, 204, 204);
    border-radius: 2px;
}

.trainRequest_flow {
    width: 588px;
    height: 52px;
    font-size: 23px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 52px;
    text-align: center;
    background: rgb(23, 105, 244);
    border-radius: 26px;
    margin: 35px 0px;
}


/* -----------------------测试申请模块 */

.testApply {
    width: 100%;
    height: 400px;
    background-color: #fff;
    position: relative;
}

.testApply img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 0;
}

.applyTable {
    width: 800px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.tableName {
    width: 640px;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 45px;
    margin: 40px 0 10px;
}

.downSelected {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downSelected div {
    width: 226px;
    height: 30px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(188, 188, 188, 1);
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(156, 156, 156, 1);
    margin: 0 15px;
}

.downSelected div select {
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.applyContent input {
    width: 226px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(156, 156, 156, 1);
    text-align: center;
}

.immediately {
    width: 174px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: rgba(221, 71, 83, 1);
    border-radius: 18px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.immediately:hover {
    cursor: pointer;
}


/* --------------------------------问题模块 */

.problem {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
}

.problem_name {
    width: 576px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 45px;
    margin: 10px 0 0;
}

.proplem_img {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.proplem_img img {
    margin: 0 10px 40px;
    vertical-align: bottom;
}


/* 一站式服务模块 */

.advance {
    width: 100%;
    height: 500px;
    background: url('../image/位图\ 2.png') no-repeat;
    background-size: 100% 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 35px;
}

.advanceName {
    width: 448px;
    height: 45px;
    font-size: 32px;
    text-align: center;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 45px;
    margin: 40px 0 -15px;
}

.advanceImg {
    display: flex;
    justify-content: center;
    /* border: 1px dashed #ccc; */
}

.advanceImg img {
    width: 100%;
    border-right: 0;
}

.advanceImg img:last-child {
    border-right: 1px dashed #ccc;
}


/* ------------------资质申办流程模块 */

.flow {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.flow_name {
    width: 352px;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 45px;
    margin: 25px 0 -35px;
}

.flowInfo {
    width: 859px;
    height: 37px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(95, 95, 95, 1);
    line-height: 37px;
}

.flowInfo span {
    color: #DD4753FF;
}


/* ------------------资质申办常见问题模块 */

.bid {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgba(246, 246, 247, 1);
}

.bidaName {
    width: 320px;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 45px;
    margin: 20px 0 -40px;
}

.moreAnswer {
    width: 174px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: rgba(221, 71, 83, 1);
    border-radius: 18px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.moreAnswer:hover {
    cursor: pointer;
}

.businessInfo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.businessInfo li {
    margin: 0 70px;
}

.bottom {
    height: 500px;
}

.testApply .bottomImg {
    height: 250px;
}

.bottom .applyTable {
    width: 800px;
    height: 300px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}