::-webkit-scrollbar {
    display: none;
}

.iframe,
.iframe-financial,
.iframe-financing,
.iframe-problem,
.iframe-dj {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}

/* 悬浮 */
.top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.a-link,
.a-link:link,
.a-link:visited,
.a-link:hover,
.a-link:active {
    text-decoration: none;
    color: rgba(89, 89, 89, 1);
}

/* @media screen and (min-width: 600px) and (max-width:100px){
	
} */
@media screen and (min-width: 1745px) and (max-width:1919px) {

    .notice,
    .snag {
        zoom: 0.9 !important;
        -moz-transform: scale(0.9);
        -moz-transform-origin: 0% 0%;
    }

    .swiper-pagination-custom {
        zoom: 0.9 !important;
        -moz-transform: scale(0.9);
        -moz-transform-origin: center center;
    }
}

@media screen and (min-width: 1367px) and (max-width:1536px) {

    .notice,
    .snag,
    .swiper-pagination-custom {
        zoom: 0.83 !important;
        -moz-transform: scale(0.83);
        -moz-transform-origin: 0% 0%;
    }

    .swiper-pagination-custom {
        zoom: 0.83 !important;
        -moz-transform: scale(0.83);
        -moz-transform-origin: center center;
    }

    .firefox-dynamic,
    .firefox-warp,
    .financial-content,
    .supply-content {
        -moz-transform: translateY(-18%) scale(0.83) !important;
    }
}

@media screen and (max-width: 1366px) {

    .notice,
    .snag {
        zoom: 0.73 !important;
        -moz-transform: scale(0.73);
        -moz-transform-origin: 0% 0%;
    }

    .swiper-pagination-custom {
        zoom: 0.73 !important;
        -moz-transform: scale(0.73);
        -moz-transform-origin: center center;
    }

    .talent-content-left,
    .talent-content-right,
    .financial-left,
    .financial-right {
        -moz-transform: translateY(-50%);
    }

    .firefox-supply-content {
        -moz-transform: translateY(-20%);
    }

    .firefox-warp {
        -moz-transform: translateY(-20%);
    }

    .firefox-dynamic {
        -moz-transform: translateY(-25%) scale(0.83) !important;
    }

    .talent-title>img {
        -moz-transform: translateY(-50%);
    }

}

/* 悬浮左边 */
.notice {
    position: fixed;
    z-index: 999;
    /*top: 180px;*/
    top: 240px;
    left: 0;
    /*width: 407px;*/
    width: 307px;
    /*width: 307px;*/
    /*height: 467px;*/
    height: 360px;
    display: flex;
    flex-direction: column;
    background: url('../images/index/noticebg.png') no-repeat center;
    background-size: 100% 100%;
}

.notice .notice_close {
    position: relative;
    right: 30px;
    top: 0;
    width: 40px;
    height: 40px;
    float: right;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.notice-card {
    margin: 8px 0 0 11px;
    /*width:343px;*/
    width: 263px;
    height: 83px;
    background: url('../images/index/boxbg.png') no-repeat;
    background-size: cover;
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    color: #fff;
    padding: 0 26px 0 18px;
    box-sizing: border-box;
}

.notice-icon {
    width: 32px;
    height: 146px;
    position: absolute;
    top: 92px;
    left: 283px;
}

.notice-card:first-child {
    margin: 11px 0 0 11px;
}

.notice-time {
    margin-right: 15px;
    font-weight: bold;
}

.notice-title {
    font-size: 14px;
}

.notice-title.is_top {
    font-size: 15px;
    font-weight: bold;
    color: #00D2FF;
}

.notice-more {
    margin: 6px auto 11px auto;
    color: #00CCFF;
}

.snag {
    position: fixed;
    z-index: 998;
    /*top: 180px;*/
    top: 240px;
    right: 50px;
    width: 140px;
    display: flex;
    flex-direction: column;
}

.snag-top {
    background: rgba(21, 108, 184, 1);
    height: 38px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.snag-bottom {
    background: rgb(255, 255, 255, .5);
    padding: 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.snag-bottom div {
    height: 36px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.snag-bottom div span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.snag-bottom div:nth-child(1) span {
    background: rgba(80, 185, 67, 1);
    background-image: url('../images/index/1.png');
    background-size: cover;
    background-position: center;
}

.snag-bottom div:nth-child(2) span {
    background: rgba(255, 180, 0, 1);
    background-image: url('../images/index/2.png');
    background-size: cover;
    background-position: center;
}

.snag-bottom div:nth-child(3) span {
    background: rgba(0, 104, 183, 1);
    background-image: url('../images/index/3.png');
    background-size: cover;
    background-position: center;
}

.snag-bottom div:nth-child(4) span {
    background: RGBA(235, 104, 119, 1);
    background-image: url('../images/index/4.png');
    background-size: cover;
    background-position: center;
}

.snag-bottom div:nth-child(5) span {
    background: rgba(95, 172, 255, 1);
    background-image: url('../images/index/5.png');
    background-size: cover;
    background-position: center;
}

.snag-bottom div:nth-child(6) span {
    background: rgba(241, 145, 73, 1);
    background-image: url('../images/index/6.png');
    background-size: cover;
    background-position: center;
}

.snag-bottom div:nth-child(7) span {

    background-image: url('../images/index/7.png');
    background-size: cover;
    background-position: center;
}

.snag-bottom div:nth-child(8) span {

    background-image: url('../images/index/8.pic');
    background-size: cover;
    background-position: center;
}

.snag-bottom div p {
    color: rgba(89, 89, 89, 1);
}

/* 轮播样式 */
.swiper-container {
    width: 100%;
    /* height: calc(100vh - 290px); */
    height: 100%;
}

.sp-content {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.sp-content>img {
    width: 226px;
    height: 70px;
    margin-top: 30px;
}

.textbg {
    width: 785px;
    /* height: 161px; */
    background-image: url('../images/index/text_bg.png');
    background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    /* color: #4A7192; */
    box-sizing: border-box;
}

.textbg .pointer {
    margin: 30px 0;
}

.s1 {
    background-image: url("../images/index/f1/hd_bg_biolake.jpg");
    background-size: cover;
    background-position: center;
}

.s2 {
    background-image: url("../images/index/f1/hdp_pic1.png");
    background-size: cover;
    background-position: center
}

.s3 {
    background-image: url("../images/index/f1/hdp_pic2.png");
    background-size: cover;
    background-position: center;
}

.s4 {
    background-image: url("../images/index/f1/hdp_pic3.png");
    background-size: cover;
    background-position: center;
}

.s5 {
    background-image: url("../images/index/f1/hdp_pic4.png");
    background-size: cover;
    background-position: center;
}

.s6 {
    background-image: url("../images/index/f1/hdp_pic5.png");
    background-size: cover;
    background-position: center;
}

.s7 {
    background-image: url("../images/index/f1/hdp_pic6.png");
    background-size: cover;
    background-position: center;
}

.s8 {
    background-image: url("../images/index/f1/hdp_pic7.jpg");
    background-size: cover;
    background-position: center;
}

.swiper-pagination-customs {
    display: inline-block;
    width: 146px;
    height: 114px;
    margin: 0 5px;
    cursor: pointer;
}

.customs-0 {
    background-image: url("../images/index/f1/btn_default_biolake.jpg");
    background-size: 100% 100%;
}

.customs-1 {
    background-image: url("../images/index/f1/hdp_bnt1-1.png");
    background-size: 100% 100%;
}

.customs-2 {
    background-image: url("../images/index/f1/hdp_bnt2-1.png");
    background-size: 100% 100%;
}

.customs-3 {
    background-image: url("../images/index/f1/hdp_bnt3-1.png");
    background-size: 100% 100%;
}

.customs-4 {
    background-image: url("../images/index/f1/hdp_bnt4-1.png");
    background-size: 100% 100%;
}

.customs-5 {
    background-image: url("../images/index/f1/hdp_bnt5-1.png");
    background-size: 100% 100%;
}

.customs-6 {
    background-image: url("../images/index/f1/hdp_bnt6-1.png");
    background-size: 100% 100%;
}

.customs-7 {
    background-image: url("../images/index/f1/hdp_bnt7-1.png");
    background-size: 100% 100%;
}

.customs-active-0 {
    background-image: url("../images/index/f1/btn_active_biolake.png");
    background-size: 100% 100%;
}

.customs-active-1 {
    background-image: url("../images/index/f1/hdp_bnt1-2.png");
    background-size: 100% 100%;
}

.customs-active-2 {
    background-image: url("../images/index/f1/hdp_bnt2-2.png");
    background-size: 100% 100%;
}

.customs-active-3 {
    background-image: url("../images/index/f1/hdp_bnt3-2.png");
    background-size: 100% 100%;
}

.customs-active-4 {
    background-image: url("../images/index/f1/hdp_bnt4-2.png");
    background-size: 100% 100%;
}

.customs-active-5 {
    background-image: url("../images/index/f1/hdp_bnt5-2.png");
    background-size: 100% 100%;
}

.customs-active-6 {
    background-image: url("../images/index/f1/hdp_bnt6-2.png");
    background-size: 100% 100%;
}

.customs-active-7 {
    background-image: url("../images/index/f1/hdp_bnt7-2.png");
    background-size: 100% 100%;
}

.swiper-pagination-customs-active {
    margin-bottom: 20px;
    position: relative;
    transform: scale(1.2, 1.2);
    animation: spActive 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

@keyframes spActive {
    from {
        transform: scale(1, 1);
        margin-bottom: 0;
    }

    to {
        transform: scale(1.2, 1.2);
        margin-bottom: 20px;
    }
}

.swiper-pagination-customs-active::before {
    display: block;
    content: "";
    width: 74px;
    height: 5px;
    background: #FF6C00;
    position: absolute;
    bottom: -20px;
    left: 36px;
    animation: spBefore 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

@keyframes spBefore {
    from {
        height: 0px;
    }

    to {
        height: 5px;
    }
}

/* 通知样式 */
.inform {
    height: 140px;
    display: flex;
    align-items: center;
    width: 100%;
    background: #1370C1;
}

.inform .wp {
    display: flex;
    justify-content: space-between;
}

.inform-icon {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-right: 20px;
    margin-left: 75px;
    position: relative;
}

.inform-icon>span {
    /* color: #FF6C00; */
    /* margin-top: 5px; */
    font-size: 18px;
}

.inform-icon .pointer {
    display: inline-block;
    margin-top: 35px;
    padding: 5px 15px;
    background: rgba(0, 0, 0, .2);
    border-radius: 25px;
    font-size: 12px;
}

.inform-item {
    color: #fff;
    width: 450px;
    flex: 1;
    margin: 0 30px;
    position: relative;
}

.inform-item::before {
    display: block;
    content: '';
    width: 2px;
    height: 88px;
    position: absolute;
    left: -30px;
    top: -10px;
    background: url(../images/index/f1/line.png);
}

.inform-item div {
    display: flex;
    align-items: center;
}

.inform-item div:nth-child(2) {
    margin-top: 30px;
}

.inform-item div>i {
    font-size: 18px;
    margin: 3px 5px 0 0;
    /* color: #FF6C00; */
}

.inform-item p {
    font-size: 20px;
    /* color: #FF6C00; */
    /* margin-bottom: 8px; */
}

.inform-item span:nth-child(1) {
    font-size: 24px;
    color: #fff;
    margin-right: 30px;
}

.inform-item span:nth-child(2) {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

/* 第二屏 园区动态*/
.dynamic {
    background-image: url("../images/index/f2/bg2.jpg");
    background-size: cover;
    background-position: center;
}

.dynamic-top {
    margin-top: 240px;
    box-sizing: border-box;
    display: flex;
}

.dynamic-top-title {
    width: 330px;
}

.dynamic-top-tab {
    margin-top: 40px;
    width: 520px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;

}

.dynamic-top-text-active {
    color: #70b8e0
}

.dynamic-top-tab-active {
    display: block;
    width: 77px;
    height: 5px;
    background-image: url("../images/index/f2/tap_active.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: -4px;
}

.dynamic-top-tab-bottom {
    display: block;
    width: 75px;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 1px;
    left: -4px;
    height: 2px;
    background-image: url('../images/index/f2/line.png');
    width: 101%;
}

.dynamic-bottom {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 40px;
}

.dynamic-bottom-imgList {
    width: 330px;
    margin-right: 50px;
}

.dynamic-bottom-imgList-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: start; */
}

.dynamic-bottom-imgList-item:not(:first-child) {
    margin-top: 70px;
}

.dynamic-bottom-list {
    display: flex;
    flex-direction: column;
    height: 520px;
}

.dynamic-bottom-list-item {
    display: flex;
    height: 90px;
    margin-bottom: 40px;
}

.dynamic-bottom-list-item:first-child {
    margin-bottom: 35px;
    margin-top: -10px;
}

.dynamic-bottom-list-item:nth-child(3) {
    margin-bottom: 31px;
    margin-top: 8px;
}

.dynamic-bottom-list-item-L {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

.dynamic-bottom-list-item-R {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.dynamic-bottom-list-item-L p {
    font-size: 32px;
    padding-bottom: 5px;
    border-bottom: 1px solid#e4e4e4;
}

.dynamic-bottom-list-item-R p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.dynamic-bottom-list-item-L span {
    margin-top: -10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.dynamic-bottom-list-item-L span,
.dynamic-bottom-list-item-R span {
    font-size: 16px;
    color: #9e9e9e;
}

.dynamic-more {
    /* width: 500px; */
    display: flex;
    flex-direction: row-reverse;
}

/* 第三屏 招商入驻*/
.merchants {
    background-image: url("../images/index/f3/bg3.jpg");
    background-size: cover;
    background-position: center;
}

.merchants-title {
    margin-top: 240px;
    text-align: center;
}

.fsbanner {
    margin-top: 80px;
    width: 100%;
    height: 400px;
}

.fsbanner li {
    width: 58px;
    overflow: hidden;
    height: 400px;
    float: left;
}

.fsbanner-check {
    display: inline-block;
    float: left;

    cursor: pointer;
    width: 58px;
    height: 400px;
    border: 0.5px solid #8DC5F2;
    box-sizing: border-box;

}

.fsbanner-check-title {
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 24px;
    width: 24px;
    color: #fff;
}

.fsbanner-check-title-default {
    padding-top: 165px;
    font-size: 16px;
}

.fsbanner-check-default {
    background-image: url("../images/index/f3/menubg4-1.jpg");
    background-size: 100% 100%;
}

.t1 {
    background-image: url("../images/index/f3/menubg1-1.jpg");
}

.t2 {
    background-image: url("../images/index/f3/menubg2-1.jpg");
}

.t3 {
    background-image: url("../images/index/f3/menubg3-1.jpg");
}

.t5 {
    background-image: url("../images/index/f3/menubg5-1.jpg");
}

.fsactive {
    /* background-image: url("../images/index/f3/menubg4-2.jpg");
  background-size: 100% 100%; */
    background: linear-gradient(180deg, rgba(255, 116, 58, 1), rgba(255, 172, 96, 1));
}

.check-all {
    /* flex: 1; */
    float: left;

    display: inline-block;
    width: 910px;
    height: 400px;
    background: #fff;
    /* opacity: 0; */
}

.fsbanner-stay {
    display: flex;
    justify-content: space-between;
    margin: 0 40px;
}

.fsbanner-stay-main {
    display: flex;
    padding: 60px 10px;
    box-sizing: border-box;
}

.fsbanner-stay-main-2 {
    position: relative;
}

.fsbanner-stay-main-2::before {
    display: block;
    content: "";
    width: 30px;
    height: 0;
    border-top: 1px dotted rgb(206, 206, 206);
    position: absolute;
    left: -20px;
    top: 90px;
}

.fsbanner-stay-main img {
    width: 55px;
    height: 58px;
}

.fsbanner-stay-main-text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-left: 16px;
}

.fsbanner-stay-main-text-end span {
    color: rgba(254, 111, 32, 1) !important;
}

.fsbanner-stay-main-text p {
    margin-bottom: 10px;
}

.fsbanner-stay-main-text span {
    color: rgba(158, 158, 158, 1);
    font-size: 12px;
    line-height: 24px;
}

.check-all-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

.check-all-text p {
    font-size: 14px;
    color: rgba(141, 141, 141, 1);
    display: flex;
    align-items: center;
}

.check-all-text p span {
    font-size: 24px;
    color: rgba(250, 118, 0, 1);
}

.check-all-oper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 66px 0 0;
    margin: 46px 60px 0;
    box-sizing: border-box;
    font-size: 24px;
    color: #646464;
    font-weight: bold;
    border-top: 1px dotted rgb(206, 206, 206);
}

.check-all-oper span {
    text-align: center;
    color: #fff;
    width: 108px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: linear-gradient(0deg, #fb8c69, #ffa155);
    border-image: linear-gradient(0deg, #f9b28f, #fb8c69) 1 1;
    border-radius: 18px;
}

.checking {
    margin-top: 75px;
}

.checking-list {
    margin-left: 80px;
}

.checking-list hr {
    height: 1px;
    border: none;
    border-top: 1px solid #cfcfcf;
    width: 760px;
    margin-left: -40px;
}

.checking-title p {
    font-size: 24px;
    color: #646464;
    margin-left: 160px;
    margin-bottom: 75px;
    font-weight: bold;
}

.checking-list-top {
    margin-bottom: 32px;
    margin-left: 172px;
}

.checking-list-bottom {
    padding-top: 32px;
}

.checking-list-top,
.checking-list-bottom {
    display: flex;
    flex-direction: row;
}

.checking-list-top div,
.checking-list-bottom div {
    display: flex;
    align-items: center;
    width: 124px;
    position: relative;
}

/* .checking-list-top div img,.checking-list-bottom div img{
  position: relative;
} */
.checking-list-top div::before,
.checking-list-bottom div::before {
    display: block;
    content: '';
    width: 1px;
    height: 32px;
    position: absolute;
    bottom: -32px;
    left: 28px;
    background: rgb(196, 196, 196);
}

.checking-list-bottom div::before {
    top: -32px;
}

.checking-list-top>div,
.checking-list-bottom>div {
    margin-right: 200px;
}

.checking-list-top div span,
.checking-list-bottom div span {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.policy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 80px 0;
    margin: 0 56px 66px;
    border-bottom: 1px solid #CFE6F8;
}

.policy div {
    display: flex;
    flex-direction: row;
}

.policy div img {
    margin-right: 10px;
}

.policy div div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.policy div div p {
    font-size: 24px;
    font-weight: bold;
    color: #FA7600;
}

.science {
    margin: 55px 40px 84px;
}

.policy-title p {
    font-size: 24px;
    color: #646464;
    margin-left: 162px;
    font-weight: bold;
}

.science-title p {
    font-size: 24px;
    font-weight: bold;
    margin-left: 176px;
    color: #646464;
}

.science-top {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.science-bottom {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 112px;
}

.science hr {
    height: 1px;
    border: none;
    border-top: 1px solid #cfcfcf;
    width: 760px;
    /* margin-left: -40px; */
}

.science-top div,
.science-bottom div {
    display: flex;
    align-items: center;
    font-size: 16px;
    width: 162px;
    margin-right: 70px;
    font-weight: bold;
    position: relative;
}

.science-top div::before,
.science-bottom div::before {
    display: block;
    content: '';
    width: 1px;
    height: 32px;
    position: absolute;
    bottom: -32px;
    left: 28px;
    background: rgb(196, 196, 196);
}

.science-bottom div::before {
    top: -32px
}

.science-top div img,
.science-bottom div img {
    margin-right: 10px;
}

.basis-title p {
    font-size: 24px;
    font-weight: bold;
    color: #646464;
    margin-left: 220px;
    margin-top: 55px;
    margin-bottom: 50px;
}

.basis-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
    margin-top: 36px;
}

.basis-list div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 52px;
    height: 64px;
}

.basis-list div div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 0;

}

.basis-list div img {
    margin-right: 10px;
}

.basis-list div div p {
    font-size: 16px;
    font-weight: bold;
}

.basis-list div div span {
    font-size: 12px;
    color: #9E9E9E;
}

.basis hr {
    height: 1px;
    border: none;
    border-top: 1px solid #cfcfcf;
    width: 760px;
    margin-left: 40px;
}




/* 新的第三屏 */
.solution-item {
    position: relative;
    width: 1200px;
    height: 420px;
    margin: 50px auto;
    overflow: hidden;
    zoom: 1;
}

.solution-item ul {
    height: 400px;
}

.solution-item li {
    position: relative;
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 60px;
    /* margin-right: 5px; */
    border: 0.5px solid #8dc5f2;
    height: 400px;
}

.solution-item .num {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 400px;
    word-wrap: break-word;
    text-align: center;
    color: #8a8a8a;
}

.first .bg-img {
    background-image: url("../images/index/f3/menubg1-1.jpg");
}

.second .bg-img {
    background-image: url("../images/index/f3/menubg2-1.jpg");
}

.third .bg-img {
    background-image: url("../images/index/f3/menubg3-1.jpg");
}

.fourth .bg-img {
    background-image: url("../images/index/f3/menubg4-1.jpg");
}

.fifth .bg-img {
    background-image: url("../images/index/f3/menubg5-1.jpg");
}

.first .active-img {
    background-image: url("../images/index/f3/menubg1-2.jpg");
}

.second .active-img {
    background-image: url("../images/index/f3/menubg2-2.jpg");
}

.third .active-img {
    background-image: url("../images/index/f3/menubg3-2.jpg");
}

.fourth .active-img {
    background-image: url("../images/index/f3/menubg4-2.jpg");
}

.fifth .active-img {
    background-image: url("../images/index/f3/menubg5-2.jpg");
}

.num h1 {
    font-size: 16px;
    font-weight: 400;
    width: 20px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    margin: 165px auto 0;
}

.current h1 {
    /* color: #fff; */
    /* font-size: 16px; */
    /* margin: 165px auto 0; */
}

.fifth .active-img h1 {
    font-size: 24px;
    margin: 32px auto 0 auto;
}

.description {
    position: absolute;
    left: 60px;
    top: 0;
    width: 840px;
    height: 400px;
    color: #000;
    background: #fff;
}

.description h2 {
    /* margin: 40px 0 40px 10px; */
    /* font-size: 24px; */
    /* font-weight: 400; */
}

/* .description p {
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.7;
} */
h2 {
    height: 24px;
    font-family: FZDaHei-B02S;
    margin: 0;
    line-height: 24px;
    color: #646464;
    font-size: 24px;
}

.basic-support h2 {
    /*width: 360px;*/
    padding: 55px 0 50px 222px;
}

.technology-support h2 {
    /*width: 435px;*/
    padding: 85px 0 50px 222px;
}

.policy-support h2 {
    /*width: 460px;*/
    padding: 85px 0 50px 222px;
}

.checking-support h2 {
    /*width: 405px;*/
    padding: 75px 268px 75px 166px;
}

hr {
    margin: 0 36px 0 43px;
    background: #dcdfe6;
    border: none;
    height: 1px;
}

.basic-support hr,
.technology-support hr {}

.basic-support .row {
    margin: 40px 0 0 50px;
    display: flex;
}

.basic-support .basic-support-content {
    display: flex;
    align-items: flex-start;
}

.basic-support .basic-support-content:nth-child(2n) {
    margin-left: 60px;
}

.basic-support-content>div {
    margin-left: 20px;
}

.basic-support-content>div>p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
}

.basic-support-content>div>span {
    font-size: 12px;
    color: #9e9e9e;
}

.technology-support-top,
.technology-support-bottom,
.policy-support-top,
.checking-support-top,
.checking-support-bottom {
    display: flex;
    justify-content: space-around;
}

.technology-support-top,
.checking-support-top,
.checking-support-bottom {
    width: 85%;
}

.technology-support-bottom {
    width: 76%;
}

.checking-support-top {
    margin-left: 128px;
}

.technology-support-top {
    margin-top: 55px;
}

.technology-support-bottom {
    margin: 0 0 0 156px;
    justify-content: space-between;
}

.technology-support-top>div,
.technology-support-bottom>div {
    width: 154.73px;
}

.technology-support-top>div>img,
.technology-support-bottom>div>img,
.checking-support-top>div>img,
.checking-support-bottom>div>img {
    vertical-align: middle;
}

.technology-support-top>div>span,
.technology-support-bottom>div>span {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
}

.technology-support-top div::after,
.technology-support-bottom div::before,
.checking-support-top div::after,
.checking-support-bottom div::before {
    display: block;
    content: "";
    width: 1px;
    height: 32px;
    margin-left: 28px;
    /* position: absolute; */
    /* bottom: -32px; */
    background: rgb(196, 196, 196);
}

.checking-support-top>div>span,
.checking-support-bottom>div>span,
.settle-in-text p {
    font-weight: bold;
}

.policy-support-top {
    padding: 83px 67px 80px 56px;
}

.policy-support-top>div {
    display: flex;
    align-items: center;
}

.policy-support-top>div>span {
    display: inline-block;
    padding-left: 10px;
    font-weight: bold;
}

.settle-in .row {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-left: 56px;
}

.settle-in .settle-in-border {
    width: 44px;
    height: 0;
    border-top: 1px dotted rgb(206, 206, 206);
}

.settle-in .settle-in-text {
    position: relative;
    width: 40px;
    margin-left: 12px;
}

.settle-in h2 {
    /* margin-top: 187px;
  margin-left: 56px; */
    font-family: FZDaHei-B02S;
    color: #646464;
}

.settle-in-text span {
    position: absolute;
    width: 72px;
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 5px;
}

.settle-in hr {
    margin-top: 170px;
}

.settle-in-text span:nth-child(2) {
    top: 25px;
}

.settle-in-text span:last-child {
    top: 45px;
}

.settle-in .settle-in-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px 35px 8px 56px;
}

.settle-in .settle-in-btn {
    position: none;
    text-align: center;
    color: #fff;
    width: 108px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: linear-gradient(0deg, #fb8c69, #ffa155);
    border-image: linear-gradient(0deg, #f9b28f, #fb8c69) 1 1;
    border-radius: 18px;
}

.settle-in .settle-in-text .settle-in-text-color {
    color: rgba(254, 111, 32, 1);
}

.description {
    display: block;
}

.settle-in img {
    height: 56px;
    object-fit: cover;
    object-position: center;
}

/* 新的第三屏结束 */
/* 第四屏 金融服务*/
.financial {
    background-image: url("../images/index/f4/bg4.jpg");
    background-size: cover;
    background-position: center;
}

.financial-title {
    margin-top: 240px;
    text-align: center;
}

.financial-content {
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
}

.financial-left,
.financial-right {
    width: 530px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.financial-left p,
.financial-right p {
    font-size: 24px;
    color: #fff;
    margin-top: 52px;
    text-align: center;
    /* background: rgba(133, 133, 133, .3); */
    width: 414px;
    height: 54px;
    line-height: 54px;
}

.financial-right p {

    background: rgba(23, 119, 66, .3);
}

.financial-left p {


    background: rgba(81, 131, 220, .3);
}

.financial-left p span {
    color: rgba(0, 228, 255, 1);
}

.financial-right p span {
    color: rgba(240, 255, 0, 1);
}

.financial-left {
    background-image: url("../images/index/f4/tz.png");
    background-size: 100% 100%;
}

.financial-right {
    background-image: url("../images/index/f4/rz.png");
    background-size: 100% 100%;
}

/* 第五屏 供需服务*/
.supply {
    background-image: url("../images/index/f5/bg5.jpg");
    background-size: cover;
    background-position: center;
}

.supply-title {
    margin-top: 240px;
    text-align: center;
}

.supply-content {
    height: 480px;
    margin-top: 76px;
    display: flex;
    border: 10px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
}

/* 小三角 */
.triangle {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;
    /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width: 4px;
    border-style: solid;
    /*ie6下会出现不透明的兼容问题*/
    border-color: transparent transparent transparent #fff;
}

.supply-content-L {
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-around; */
    background: rgba(255, 255, 255, 0.13);
}

.supply-content-L>div {
    height: 90px;
}

.supply-content-L img {
    width: 60px;
    height: 24px;
    margin-top: 160px;
}

.supply-content-title {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.supply-content-title-tg {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

/* 第六屏 人才服务*/
.talent {
    background-image: url("../images/index/f6/bg6.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.talent-title {
    margin-top: 230px;
    text-align: left;
}

.talent .talent-main {
    position: absolute;
    bottom: 0;
}

.talent-content {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
}

.talent-content-left {
    display: flex;
    flex-direction: column;
    width: 418px;
}

.talent-content-left-list-item {
    /* width: 300px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.talent-content-left-list-item div {
    display: flex;
    align-items: center;
}

.talent-content-left-list-item p:nth-child(3) {
    color: rgba(151, 151, 151, 1);
    margin-left: 10px;
}

.talent-content-left-list-item .black {
    border-color: transparent transparent transparent rgba(91, 91, 91, 1);
}

.talent-content-left-more {
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
}

.talent-content-left-tab {
    margin-bottom: 38px;
}

.talent-tab {
    margin-top: 40px;
    width: 265px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.talent-tab-active {
    display: block;
    width: 75px;
    height: 5px;
    background-image: url("../images/index/f2/tap_active.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: -6px;
}

.talent-content-right {
    position: relative;
    margin-right: 40px;
}

.talent-content-right-swiper {
    width: 480px;
    height: 290px;
    overflow: hidden;
    padding: 30px;
    margin-top: 30px;
}

.talent-content-right-swiper-bl,
.talent-content-right-swiper-br {
    position: absolute;
    top: 170px;
    z-index: 9999;
}

.talent-content-right-swiper-bl {
    left: -30px;
}

.talent-content-right-swiper-br {
    right: -30px;
}

.talent-content-right-swiper img {
    width: 410px;
    height: 270px;
}

.talent-content-right-swiper .swiper-slide {
    text-align: center;
    height: 86%;
    background: #cccdce;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.talent-content-right-swiper .swiper-slide-active,
.talent-content-right-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.talent-content-right-swiper .swiper-slide-active {
    z-index: 999 !important;
    box-shadow: 0px 0px 25px 5px rgb(0, 0, 0);
}


/*  <!-- // 点击APP下载 弹窗显示 --> */
#downLoad_pop,
#focus_us,
#wisdom_pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;

}

#downLoad_pop .mask,
#focus_us .mask,
#wisdom_pop .mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}

#downLoad_pop .card,
#focus_us .card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 460px;
    border-radius: 18px;
    background-color: #fff;
}

#wisdom_pop .card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 460px;
    overflow-y: auto;
    border-radius: 18px;
    background-color: #fff;
    z-index: 1000;
}

#downLoad_pop .card .head,
#focus_us .card .head {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ccc;
    padding: 20px 30px;
    box-sizing: border-box;
}

#downLoad_pop .card .main,
#focus_us .card .main {
    display: flex;
    width: 100%;
    height: 340px;
    /* border:1px solid #999; */
    padding: 50px 30px;
    box-sizing: border-box;
}

#downLoad_pop .card .left,
#focus_us .card .left {
    flex: 1;
    /* border:1px solid #999; */
    text-align: center;
}

#downLoad_pop .card .right,
#focus_us .card .right {
    flex: 1;
    /* border:1px solid #999; */
    text-align: center;


}

#downLoad_pop .card .main .text,
#focus_us .card .main .text {
    font-size: 28px;
}

#downLoad_pop .card .main .tip em,
#focus_us .card .main .tip em {
    color: #009eff;
    font-style: normal;
    font-weight: 700;
}