.logo {
    height: 40px;
}

.block {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
}

.bg-gray {
    background-color: #f8f8f8;
}

.block>img {
    width: 100%;
}

.block .title {
    font-size: 32px;
    text-align: center;
    color: #292929;
    margin-top: 42px;
}

.block .title .text {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 3px;
}

.block .title .line {
    width: 100px;
    height: 4px;
    border-radius: 2px;
    background: #00bc66;
    margin: 15px auto 0;
}

.func.items .item {
    border-radius: 4px;
    background: #fff;
    width: 210px;
    padding: 16px 0 31px 0;
    margin-top: 40px;
    cursor: pointer;
}

.func.items .item div {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #292929;
    margin-top: 6px;
}

.func.items .item p {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 6px;
}

.func.items .item img {
    width: 106px;
    height: 106px;
}

.func.items .item:hover {
    background: #00bc66;
}

.func.items .item:hover .icon1 {
    display: none;
    margin: 0 auto;
    color: #fff;
}

.func.items .item:hover .icon2 {
    display: block;
    margin: 0 auto;
}

.func.items .item:hover div {
    color: #fff;
}

.func.items .item .icon1 {
    display: block;
    margin: 0 auto;
}

.func.items .item .icon2 {
    display: none;
    margin: 0 auto;
}

.needs .tabs {
    box-sizing: border-box;
    margin-top: 40px;
}

.needs .tabs .tab {
    width: 300px;
    height: 56px;
    border-radius: 28px;
    border-radius: 28px;
    background: transparent;
    border: 1px solid #999;
    color: #292929;
    font-size: 24px;
    line-height: 56px;
    box-sizing: border-box;
}

.needs .tabs .tab.active {
    background: #00bc66;
    font-family: "PingFang SC";
    color: #fff;
    border: 1px solid #00bc66;
}

.tabShow {
    display: none;
}

.tabShow.active {
    display: block;
}

.tabShow img {
    width: 631px;
    height: 598px;
}

.tabShowContent p:first-child {
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    color: #292929;
    margin-bottom: 44px;
}

.tabShowContent p+p {
    padding-left: 34px;
    margin-bottom: 16px;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #292929;
}

.tabShowContent p+p img {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 16px;
    height: 16px;
}

.apply {
    width: 180px;
    height: 48px;
    border-radius: 24px;
    background: #00bc66;
    font-size: 16px;
    color: #fff;
    margin-top: 58px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.swiper-container2 {
    margin-top: 40px;
}

.swiper-container2 .swiper-slide {
    display: block;
    padding: 30px 0;
}

/*.swiper-container2 .swiper-slide img {
    width: 300px;
    height: 300px;
}*/

.swiper-container2 .swiper-slide .name {
    font-family: "PingFang SC Bold";
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #292929;
    margin-top: 30px;
}

.swiper-container2 .swiper-slide p {
    font-family: "PingFang SC Bold";
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 10px;
}

.swiper-pagination2,
.swiper-pagination3 {
    margin-top: 20px;
}

.swiper-pagination2 .swiper-pagination-bullet,
.swiper-pagination3 .swiper-pagination-bullet {
    background: #9FE2C4;
}

.swiper-pagination2 .swiper-pagination-bullet-active,
.swiper-pagination3 .swiper-pagination-bullet-active {
    background: #00BC66;
}

.process {
    margin-top: 40px;
}

.process img {
    width: 90%;
}

.plan {
    margin-top: 40px;
}

.plan .item {
    width: 532px;
    padding: 15px;
    border: 1px solid rgb(253, 253, 253);
    box-sizing: border-box;
    font-size: 0;
}

.plan .item>img {
    width: 100%;
    font-size: 24px;
}

.plan .item+.item {
    margin-left: 30px;
}

.plan .item .u-flex {
    background-color: #fff;
    padding: 20px;
}

.news {
    width: 1200px;
    margin: 40px auto 0 auto;
    font-size: 14px;
    color: #292929;
}

.news .item {
    margin-bottom: 30px;
    width: 48%;
}

.news .item .left {
    width: 70px;
    margin-left: 20px;
}

.news .item .left div {
    text-align: right;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    color: #999;
    margin-top: 13px;
}

.news .item .left div:first-child {
    margin-top: 0;
    width: 70px;
    height: 26px;
    border-radius: 4px;
    background: #dffff1;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: #00a75a;
    line-height: 26px;
    text-align: center;
}

.news .item .right {
    flex: 1;
    width: 70px;
    margin-left: 20px;
}

.news .item .right a:first-child {
    display: block;
    font-family: "PingFang SC Bold";
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .item .right div:nth-child(2) {
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #999;
    margin-top: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.readmore {
    display: block;
    width: 170px;
    height: 50px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #00bc66;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #00bc66;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

.eg {
    margin-top: 14px;
}

.eg img {
    width: 280px;
    margin-top: 26px;
}

.eg.swiper-container3 {
    margin-top: 40px;
}

.eg.swiper-container3 img {
    margin-top: 0;
}

.eg.swiper-container3 .swiper-slide {
    background-color: #fff;
    display: block;
    font-size: 0;
}

.eg.swiper-container3 .swiper-slide .name {
    font-family: "PingFang SC Bold";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #292929;
    padding: 16px;
}

.ask {
    background: url(/static/index/static/images/ask/bg.png) center center / cover;
    padding: 30px 0;
}

.ask>div {
    width: 989px;
    margin: 0 auto;
}

.askTitle {
    font-family: "PingFang SC Bold";
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #fff;
    text-align: center;
    padding-bottom: 27px;
}

.ask input {
    width: 280px;
    height: 50px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #00a75a;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.ask>div>a {
    width: 180px;
    height: 48px;
    border-radius: 4px;
    background: #f8f8f8;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #00bc66;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 2px 10px 0 rgb(18 28 141 / 34%);

}
.ask>div>a:hover{
    color: #fff;
    background: #00BC66;
}

.footerWrapper {
    background-color: #373D44;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 15px 0;
    color: #FFFFFF;
}

.RecordNumber {
    margin-top: 64px;
    font-size: 12px;
    text-align: center;
}

.smallFont {
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

a.smallFont:hover {
    color: rgb(40, 187, 111);
}

.hearderTab {
    position: absolute;
    top: 63px;
    left: 50%;
    color: #292929;
    width: 124px;
    transform: translate(-50%, 0);
    text-align: center;
    height: 0;
    overflow: hidden;
}

.hearderTab div {
    margin-top: 24px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 3px 6px rgb(0 188 102 / 14%);
}

.hearderTab div::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}

.tab-link:hover .hearderTab {
    display: block;
    height: auto;
}

.tab-link:hover .hearderTab div {
    margin-top: 14px;
    opacity: 1;
}

.hearderTab a {
    display: block;
    color: #292929;
    line-height: 51px;
}

.hearderTab a:hover {
    color: #00BC66;
}

.hearderTab a+a {
    border-top: 1px solid #f8f8f8;
}

.hearderTab div:hover {
    color: rgb(40, 187, 111);
}

/* .hearderTab:before{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
} */
.ss-ym-box {
    background-color: #f8f8f8;
}

.ss-ym-list-img img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.ss-ym-list-cont {
    margin-top: 5px;
}

.ss-ym-list-inner:hover {
    background-color: #fff;
}

.ohidden.active .ss-ym-list-inner {
    background-color: #fff;
}

.canteen .left {
    margin-right: 111px;
    padding-left: 96px;
}

.canteen .left div:first-child {
    font-family: "PingFang SC Bold";
    font-weight: bold;
    font-size: 36px;
    text-align: left;
    color: #292929;
}

.canteen .left div:nth-child(2) {
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #292929;
    margin-top: 5px;
}

.canteen .left p {
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #292929;
    margin: 15px 0;
}

.canteen .left .try {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    background: #00bc66;
    font-family: "PingFang SC";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
}

.canteen .left p+div {
    margin-top: 30px;
}

.canteenTitle {
    font-family: "PingFang SC Bold";
    font-weight: bold;
    font-size: 24px !important;
    text-align: left;
    color: #292929;
}