/* ul{
    display: flex;
    justify-content: center;
} */

.hc-baner {
    position: relative;
}

.hc-baner .hd ul {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 9;
}

.hc-baner .hd ul li {
    width: calc(50/ 1920 * 100vw);
    min-width: 35px;
    height: 0.04rem;
    min-height: 3px;
    border-radius: 10px;
    margin: 0 calc(10 / 1920 *100vw);
    background-color: #666;
    cursor: pointer;
}

.hc-baner .hd ul li.on {
    background-color: #1953ca;
}

.hc-baner .bd {
    width: 100%;
    overflow: hidden;
}

.hc-baner .bd img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 260px;
}

.hc-baner .bd ul li {
    position: relative;
}

.hc-baner-descbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hc-baner-desc {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hc-baner-p1 {
    font-size: calc(40 / 1920 * 100vw);
    font-weight: bold;
    color: #FFFFFF;

}

.hc-baner-p2 {
    font-size: calc(38 / 1920 * 100vw);
    color: #FFFFFF;

}

.hc-baner-p3 {
    font-size: calc(18 / 1920 * 100vw);
    color: #FFFFFF;
    margin: 20px 0;
}

.hc-baner-xq {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(110 / 1920 * 100vw);
    min-width: 80px;
    height: calc(40 / 1920 * 100vw);
    min-height: 30px;
    border-radius: 8px;
    font-size: calc(16 / 1920 * 100vw);
    color: #fff;
    background-color: #2468f2;
}

.hc-baner-xq:hover {
    color: #fff;
}

.hc-baner-xq:focus {
    color: #FFFFFF;
}

/*新增部分，掌上工厂*/

.hc-block0 {
    padding: 60px 0 70px;
    background: url(/images/index/block1-bg.png) no-repeat;
    background-color: #fff;
}

.hc-block0-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1180px;
    margin: auto;
    /* padding: 0 345px; */
}

.hc-block0-ctn .hc-info h2 {
    font-size: 36px;
    /* font-weight: bold; */
    color: #444444;
}

.hc-block0-ctn .hc-info h4 {
    margin: 30px 0 40px;
    font-size: 24px;
    font-weight: 400;
    color: #4D4D4D;
}

.hc-block0-ctn .hc-info h4 span {
    padding: 0 5px;
}

.hc-block0-ctn .hc-info p {
    margin-bottom: 26px;
    font-size: 16px;
    color: #4D4D4D;
    z-index: 2em;
}

.hc-block0-ctn .hc-info p img {
    width: 18px;
    height: 14px;
    margin-right: 10px;
}

.hc-block0-ctn .hc-show {
    width: 300px;
    height: 560px;
    /* margin-left: 12%; */
    transition: .5s;
    overflow: hidden;
}

/*  第一部分  海创数工平台*/

.hc-block1 {
    padding: 60px 0 70px;
    background: url(/images/index/block1-bg.png) no-repeat;
    background-color: #fff;
}

.hc-block1-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1180px;
    margin: auto;
    /* padding: 0 345px; */
}

.hc-block1-ctn .hc-info h2 {
    font-size: 36px;
    /* font-weight: bold; */
    color: #444444;
}

.hc-block1-ctn .hc-info h4 {
    margin: 30px 0 40px;
    font-size: 24px;
    font-weight: 400;
    color: #4D4D4D;
}

.hc-block1-ctn .hc-info h4 span {
    padding: 0 5px;
}

.hc-block1-ctn .hc-info p {
    margin-bottom: 26px;
    font-size: 16px;
    color: #4D4D4D;
    z-index: 2em;
}

.hc-block1-ctn .hc-info p img {
    width: 18px;
    height: 14px;
    margin-right: 10px;
}

.hc-block1-ctn .hc-show {
    /* width: 300px; */
    height: 560px;
    /* margin-left: 12%; */
    transition: .5s;
    overflow: hidden;
}

/*  第二部分 产品及服务*/

.hc-block2 {
    width: 100%;
    background: #f6f7fb;
    padding-top: 100px;
}

.hc-block2>h2 {
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}

.hc-block2>p {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.hc-block2-nav {
    padding-top: 30px;
}

.hc-block2-nav>ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eee;
}

.hc-block2-nav>ul>li {
    position: relative;
    padding: 0 calc(40px + (100vw - 200px) / 8 / 4 * 0.6);
    cursor: pointer;
}

.hc-block2-nav>ul>li.active a::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hc-block2-nav>ul>li>a {
    display: flex;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    line-height: 60px;

}

.hc-block2-bg {
    width: 100%;
    padding: 89px 0 20px;
    /* background: url(../images/index/block2-newbg.png) no-repeat; */
    background-size: cover;
}

.hc-block2-ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.ul-last{
    display: flex;
    flex-direction: row;
}

#ul-last li{
    width: 100%;
}

.hc-block2-ctn ul li {
    /* height: 430px; */
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.hc-block2-ctn ul li .video {
    text-align: center;
    width: 218px;
    height: 158px;
    margin: auto;
    overflow: hidden;
}

.hc-block2-ctn ul li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.hc-block2-ctn ul li .img img {
    max-width: 180px;
    /* max-height: 180px; */
}

.hc-block2-ctn ul li .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc-block2-info {
    padding-top: 20px;
}

.hc-block2-ctn ul li h4 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hc-block2-ctn ul li p {
    height: 120px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 20px;
}

.hc-block2-ctn ul li a {
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 42px;
    background: #1979FF;
    border-radius: 5px;
    margin-top: 22px;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
}

/*  第三部分 海创数工未来工厂*/

/* .hc-block3 {
    width: 100%;
    padding: 40px 0 120px;
}

.hc-block3-ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hc-block3-ctn h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    margin: 30px 0 60px;
}

.hc-block3-ctn ul li:hover .img-a {
    bottom: 156px;
}

.hc-block3-ctn ul li:hover .img-b {
    bottom: 30px;
}

.hc-block3-ctn .hc-imglist {
    width: 100%;
    height: 326px;
    position: relative;
}

.hc-block3-ctn .hc-imglist img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.hc-block3-ctn .hc-imglist .img-c {
    bottom: -30px;
    left: -6px;
}

.hc-block3-ctn .hc-imglist .img-a {
    bottom: 106px;
}

.hc-block3-ctn ul li p {
    padding: 0 10%;
    font-size: 16px;
    line-height: 26px;
    margin: 35px 0;
    color: #666666;
} */

/* 第四部分 为什么选择我们*/

.hc-block4 {
    padding: 100px 0 40px;
    background: linear-gradient(0deg, rgba(212, 223, 255, 0.3), rgba(212, 223, 255, 0.15));
}

.hc-block4>h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #444;
    margin: 0;
    margin-bottom: 50px;
}

.hc-block4>p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 66px;
}

.hc-block4-ctn {
    width: 96%;
    max-width: 1280px;
    margin: auto;
}


.hc-block4-box {
    display: flex;
    width: 100%;
}

.hc-block4-box[data-ts] {
    margin-top: -60px;
    justify-content: flex-end;
    ;
    text-align: right;
}

.hc-block4-info {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-between;
}

.hc-block4-text {
    padding: 0 40px;
}

.hc-block4-text>h4 {
    font-size: 22px;
    color: #333;
    margin: 0;
    margin-bottom: 24px;
}

.hc-block4-text>p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin: 0;
}

/* 第四部分 end */

/* 第五部分 核心伙伴 start */

.hc-block5 {
    padding: 100px 40px 50px;
}

.hc-block5>h2 {
    font-size: 32px;
    font-weight: 400;
    color: #444;
    text-align: center;
    margin-bottom: 60px;
}

.hc-block5>p {
    font-size: 16px;
    color: #444444;
    text-align: center;
    margin-bottom: 44px;
}

.hc-block5-ctn {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1170px;
    margin: auto;
    position: relative;
}

.hc-block5-ctn .bd {
    overflow: hidden;
}

.hc-block5-ctn .bd ul {
    display: flex;
    /* overflow-x: auto; */
}

.hc-block5-ctn .bd ul li {
    /* width: 20%; */
    flex: 0 0 234px;
    min-width: 214px;
    padding: 0 10px;
}

.hc-block5-ctn .bd li a {
    display: block;
    /* align-items: center;
    justify-content: center; */
    width: 100%;
    height: 166px;
    border: 1px solid #eee;
    position: relative;
}

.hc-block5-ctn .bd li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    /* width: 100%;
    height: 100%; */
}

.hc-block5-ctn .bd li a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    text-align: center;
}

.hc-block5-ctn .prev, .hc-block5-ctn .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hc-block5-ctn .prev {
    left: -35px;
}

.hc-block5-ctn .next {
    right: -35px;
}

/* 第五部分  end*/

/* 第六部分 解决方案 */
.hc-block6 {
    padding: 100px 10px 70px;
}

.hc-block6>h2 {
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    color: #444;
    margin: 0;
    margin-bottom: 40px;
}

.hc-block6>p {
    font-size: 16px;
    text-align: center;
    color: #444444;
    margin-bottom: 60px;
}

.hc-block6-main{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hc-block6-main>ul>li{
    float: left;
    /* width: 232px; */
    height: 428px;
    margin-left: 25px;
}

.hc-block6-less>h2{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffffff;
    margin-left: 15px;
}

.hc-block6-less>p{
    width: 200px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    /* margin-bottom: 30px; */
    color: #ffffff;
    /* margin-left: 15px; */
    margin: 0 15px 30px 15px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    /* overflow: hidden; */
}

.hc-block6-main>ul>li:hover .hc-block6-less{
    display: none;
}

.hc-block6-main>ul>li:hover .hc-block6-more{
    display: block;
}

.hc-block6-more{
    width: 436px;
    height: 428px;
    padding: 0 30px 30px 30px;
    position: relative;
    display: none;
}

.hc-block6-more>ul>li>span{
    font-size: 14px;
    line-height: 35px;
    margin-left: 15px;
}

.hc-block6-main-top{
    display: flex;
    flex-direction: column;
}

.hc-block6-main-top>h2{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hc-block6-main-top>p{
    width: 376px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.hc-block6-main-bottom{
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 30px;
}

.hc-block6-main-bottom>div{
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #0066CC;
    color: #ffffff;
    /* box-shadow: 6px 6.69px 16px 0px #1E74DE; */
}

.hc-block6-main-bottom>a{
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #ffffff;
    color: #333333;
    margin-left: 20px;
    /* box-shadow: 6px 6.69px 16px 0px #1E74DE; */
}

.hc-block6-nav {
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 40px;
}

.hc-block6-nav ul {
    width: 100%;
    max-width: 860px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hc-block6-nav ul li {
    text-align: center;
}

.hc-block6-nav ul li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 56px;
    cursor: pointer;
}

.hc-block6-nav ul li.active a {
    font-weight: bold;
    color: #333;
}

.hc-block6-nav ul li.active a::after {
    content: "";
    width: 60%;
    height: 3px;
    background: #146AE0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hc-block6-ctn {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    /* padding-top: 40px; */
}

.hc-block6-ctn>a {
    display: block;
    width: 13%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    opacity: 0;
    z-index: 99;
}

.hc-block6-ctn>a.hc-prev{
    left: 225px;
}

.hc-block6-ctn>a.hc-next {
    right: 225px;
}

.hc-block6-ctn>a.hc-prev-prev{
    left: 30px;
}

.hc-block6-ctn>a.hc-next-next {
    right: 30px;
}

.hc-block6-ctn ul {
    position: relative;
    height:65vh;
    /* height: 20.6vw;
    min-height: 320px;
    max-height: 420px; */
}

.hc-block6-ctn li {
    position: absolute;
    width: 52.5%;
    height: 100%;
    background: linear-gradient(0deg, #448EF5, #0E68E5);
    opacity: 0;
}

.hc-block6-ctn-info {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.hc-block6-ctn-info>img{
    width: 100%;
    height: 100%;
}

.hc-block6-ctn-text {
    position: absolute;
    flex: 0 0 55%;
    top: 42%;
    height: 58%;
    padding: 50px 55px 0 42px;
    background-color: rgba(0, 0, 0, 0.5)
}

.hc-block6-ctn-text>h2 {
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 27px;
}

.hc-block6-ctn-text>p {
    font-size: 12px;
    font-weight: 400;
    color: #E3E3E3;
    line-height: 22px;
}

.hc-block6-ctn-text>h4 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 44px 0;
}

.hc-block6-ctn-link>a {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: 10px;
}

.hc-block6-ctn-link>a>span {
    margin-left: 8px;
}

.hc-block6-ctn-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.hc-block6-ctn-img>img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 18px;
    left: -19px;
    box-shadow: 6px 11px 35px 0px rgba(0, 0, 0, 0.5);
}

.hc-block7 {
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
    background-color: #FFFFFF;
    position: relative;
}

.hc-block7>h2 {
    font-size: 35px;
    text-align: center;
    color: #444;
    margin: 0;
    margin-bottom: 30px;
}

.hc-block7>p {
    font-size: 16px;
    text-align: center;
    color: #444444;
    padding: 0 10px;
    margin-bottom: 25px;
}

.hc-block7 video {
    width: 100%;
    object-fit: cover;
}

/* 链接 */
.hc-block7-link {
    position: relative;
}

.hc-block7-link a {
    display: block;
    background-color: pink;
    position: absolute;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    opacity: 0;
}

.hc-block7-link .block7-link1 {
    top: calc(50 / 1920 * 100vw);
    left: calc(950 / 1920 * 100vw);
    width: calc(400 / 1920 * 100vw);
    height: calc(260 / 1920 * 100vw);
}

.hc-block7-link .block7-link2 {
    top: calc(80 / 1920 * 100vw);
    left: calc(1436 / 1920 * 100vw);
    width: calc(340 / 1920 * 100vw);
    height: calc(400 / 1920 * 100vw);
}

.hc-block7-link .block7-link3 {
    left: calc(1040 / 1920 * 100vw);
    top: calc(340 / 1920 * 100vw);
    width: calc(350 / 1920 * 100vw);
    height: calc(270 / 1920 * 100vw);

}

.hc-block7-link .block7-link4 {
    left: calc(640 / 1920 * 100vw);
    top: calc(520 / 1920 * 100vw);
    width: calc(455 / 1920 * 100vw);
    height: calc(320 / 1920 * 100vw);
}

.hc-block7-link .block7-link5 {
    left: calc(1310 / 1920 * 100vw);
    top: calc(480 / 1920 * 100vw);
    width: calc(370 / 1920 * 100vw);
    height: calc(300 / 1920 * 100vw);
    transform: rotateZ(-35deg);
}

#parter{
    width: 1474px;
    height: 830px;
    object-fit: contain;
}


@media (max-width: 1400px) {
    .hc-block1-ctn .hc-show {
        flex: 0 0 322px;
        margin-left: 6%;
    }

    .hc-block4-ctn .hc-merit1 .hc-merit-text {
        margin-left: 40px;
    }

    .hc-block4-ctn .hc-merit3 .hc-merit-text {
        margin-left: 40px;
    }
}

@media (max-width: 1200px) {
    .hc-baner-p1 {
        font-size: 20px;
    }

    .hc-baner-p2 {
        font-size: 16px;
    }

    .hc-block4-box[data-ts] {
        margin-top: 0;
    }

    .hc-block4-info {
        width: 70%;
    }

    .hc-block6-ctn ul {
        height: 560px;
    }

    .hc-block6-ctn-info {
        flex-direction: column;
    }

    .hc-block6-ctn-text, .hc-block6-ctn-img {
        flex: 1;
        height: 50%;
    }

    .hc-block6-ctn-text {
        padding: 40px 20px 0;
        /* order: 1; */
    }

    .hc-block6-ctn-text>h4 {
        margin: 20px 0;
    }

    .hc-block6-ctn-img>img {
        top: 0;
        left: 0;
        object-fit: cover;
    }
}

@media (max-width:992px) {
    .hc-block2-bg {
        padding-top: 50px;
    }

    .hc-block2-ctn ul li {
        display: flex;
    }

    .hc-block2-ctn .video {
        flex: 0 0 218px;
    }

    .hc-block2-nav>ul>li>a {
        font-size: 20px;
    }

    .hc-block2-ctn ul li .img img {
        width: 100px;
        margin-right: 20px;
    }

    .hc-block2-ctn ul li a {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

    .hc-block2-ctn .hc-block2-info {
        padding: 0 20px;
        font-size: 14px;
        text-align: left;
    }

    .hc-block2-ctn .hc-block2-info h4 {
        margin: 0;
        padding: 10px 0 25px;
    }

    .hc-block2-ctn .hc-block2-info p {
        height: auto;
        font-size: 12px;
        padding: 0;
    }

    .hc-block2-ctn .hc-block2-info a {
        font-size: 12px;
        margin-top: 20px;
    }

    .hc-block2-ctn.yyjcp ul li {
        padding-top: 0;
    }

    .hc-block4-info {
        width: 86%;
    }



}


@media (max-width: 640px) {
    .hc-block1-ctn .hc-info h4 {
        font-size: 18px;
    }

    .hc-block2-nav>ul {
        justify-content: space-evenly;
    }

    .hc-block2-nav>ul>li>a {
        font-size: 14px;
    }

    .hc-block1-ctn {
        flex-direction: column;
    }

    .hc-block1-ctn .hc-show {
        flex: none;
        margin-left: 0;
    }

    .hc-block2-ctn ul li .video {
        width: 160px;
        height: 120px;
        flex: 0 0 160px;
    }

    .hc-block2-ctn .hc-block2-info {
        padding: 0 5px;
    }

    .hc-block2-ctn .hc-block2-info h4 {
        font-size: 17px;
    }

    .hc-block2-ctn .hc-block2-info p {
        -webkit-line-clamp: 6;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .hc-block4-info {
        flex-direction: column;
        margin-bottom: 50px;
        text-align: center;
    }

    .hc-block4-text {
        order: 1;
        padding: 0;
        padding-top: 40px;
    }

    .hc-block4-text>p {
        text-align: left;
    }

    /* .hc-block4 .hc-merit-text h4 {
        padding: 0 10px;
        font-size: 16px;
    }

    .hc-block4 .hc-merit-text p {
        font-size: 14px;
        padding: 0 10px;
    } */

    .hc-block6-nav ul li {
        width: 33.33%;
    }

    .hc-block6-ctn-text {
        padding: 20px;
        /* order: 1; */
    }

    .hc-block6-ctn-text>h2 {
        margin-bottom: 15px;
    }
}