/*bigdata homepage begin*/
.bigDataClass {
    display: flex;
    height: 600px;
    margin-top:150px;
}
.bigDataClass .item {
    flex: 1;
    text-align: center;
    background-size:100% 100%;
}
.bigDataClass .item:nth-child(even) {
    margin-left: 3%;
}
.bigDataClass .item:nth-child(odd) {
    margin-right: 3%;
}
.bigDataClass .item h1 {
    color: #FFF;
    font-size: 36px;
    margin-top: 10%;
}
.bigDataClass .item a {
    margin-top: 3%;
    display: inline-block;
    border: 1px solid #FFF;
    /*background-position: right;*/
    /*background-size: 20%;*/
    color: #FFF;
    width: 30%;
    height: 8%;
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
@media screen and (max-width:1680px) {
    .bigDataClass {
        height:500px;
        padding: 0 5%;
    }
    .bigDataClass .item a{
        font-size: 18px;
    }
}
@media screen and (max-width:1280px) {
    .bigDataClass {
        height:360px;
    }
    .bigDataClass .item a{
        font-size: 16px;
    }
}
/*bigdata homepage end*/
#fullpage .lastPage {
    background: #333333;
    height: auto !important;
}

#fullpage .lastPage .fp-tableCell {
    height: auto !important;
}

#fullpage .pageBox {
    padding: 140px 5% 0 5%;
    display: flex;
}

#fullpage .pageBox h2 {
    font-size: 40px;
    font-weight: lighter;
    padding: 5% 0;
    margin-bottom: 20px;
}

#fullpage .pageBox h2 span {
    font-size: 16px;
    font-weight: bold;
    color: #DDD;
}

#fullpage .pageBox .num {
    height: 133px;
}

#fullpage .pageBox .des {
    line-height: 30px;
    font-size: 1rem;
    color: #999;
}

#fullpage .owl-controls {
    width: 40px;
    position: absolute;
    bottom: 0;
    right: -50px;
}

#fullpage .owl-controls .owl-prev,
#fullpage .owl-controls .owl-next {
    width: 40px;
    height: 40px;
    background: #F46E21 !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    float: left;
    font-size: 30px !important;
    padding: 0 !important;
    font-family: "Source Han Sans SC" !important;
}

#fullpage .des ul.list li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F46E21;
    margin: 0 5px 5px -15px;
}

#fullpage .des ul.list li span {
    font-size: 1.5rem;
    color: #333;
}

#fullpage .des ul.list li {
    margin-bottom: 20px;
}

#fullpage .des ul.bar {
    margin-top: 30px;
    float: right;
    width: 60%;
}

#fullpage .des ul.bar li {
    width: 80%;
    font-size: 1.5rem;
    line-height: 5rem;
    border-bottom: 5px solid #eee;

}

#fullpage .des ul.bar li i {
    font-size: 1.5rem;
    margin-right: 10px;
}

#fullpage .des ul.bar li.active {
    border-bottom: 5px solid #F46E21;
    width: 100%;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

.secondPage .card {
    width: 23%;
    margin-left: 2%;
    background: #c8c8c8;
    float: left;
    margin-top: 10%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.secondPage .card:nth-child(odd) {
    background: #F46E21;
    margin-top: 0;
}

.secondPage .card .layui-icon {
    font-size: 5rem;
    color: #FFF;
    margin-bottom: 5rem;
}

.secondPage .card .title {
    font-size: 1rem;
}

.secondPage .card .jt {
    font-family: "Source Han Sans SC";
    width: 50px;
    height: 50px;
    font-size: 2rem;
    background: #FFF;
    color: #999;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
}

.thirdPage .content .pic {
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.thirdPage .content .pic .m-video {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .25);
}

.thirdPage .content .pic .m-video i {
    font-size: 8rem;
    color: #FFF;
}

.thirdPage .content .pic img {
    height: 100%;
}

ul.square-list {
    height: 100%;
}

ul.square-list::after {
    content: "";
    display: block;
    clear: both;
}

ul.square-list li {
    box-sizing: border-box;
    float: left;
    width: 31.5%;
    margin-left: 1.83%;
    height: 250px;
    border: 1px solid #EEEEEE;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
}

ul.square-list li .z {
    opacity: 1;
    position: relative;
    top: 0;
    text-align: center;
}

ul.square-list li:hover .z {
    opacity: 0;
    position: relative;
    top: 100px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

ul.square-list li .z i {
    display: inline-block;
    font-size: 6rem;
    color: #F46E21;
}

ul.square-list li .z h3 {
    margin-top: 2rem;
}

ul.square-list li .f {

    width: 100%;
    height: 100%;
    position: absolute;
    background: #F46E21;
    padding: 20px;
    box-sizing: border-box;
    text-align: right;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: rotate(90deg);
    transform-origin: left bottom;
    border-radius: 10px;
}

ul.square-list li:hover .f {
    transform: rotate(0deg);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

ul.square-list li .f i {
    display: inline-block;
    font-size: 60px;
}

ul.square-list li .f h3 {
    text-align: left;
    font-size: 24px;
}

ul.square-list li .f p {
    text-align: left;
    color: #FFF;
    font-size: 1rem;
}

ul.square-list li .f h3::after {
    display: block;
    content: "";
    height: 1px;
    width: 50px;
    background: #FFF;
    margin: 10px 0;
}

.mouse {
    position: fixed;
    bottom: 10px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 10px;
    -webkit-animation: opener .8s ease-in-out alternate infinite;
    animation: opener .8s ease-in-out alternate infinite;
    opacity: .6;
}

.mouse i:nth-child(1) {
    font-size: 30px;
    color: #999;
}

.mouse i:nth-child(2) {
    font-size: 10px;
}

@-webkit-keyframes opener {
    100% {
        bottom: 20px
    }
}

@keyframes opener {
    100% {
        bottom: 20px
    }
}

.orderinfo {
    background: #F46E21;
    position: fixed;
    left: 0;
    top: 50%;
    width: 40px;
    color: #FFF;
    z-index: 9999;
    padding: 10px;
    font-size: 16px;
    margin-top: -30px;
    cursor: pointer;
}

@media screen and (max-width:1680px) {
    .thirdPage .content .pic .m-video i {
        font-size: 6rem;
    }

    #fullpage .pageBox .num {
        height: 110px;
    }

    #fullpage .des ul.list li span {
        font-size: 1.3rem;
    }

    .thirdPage .content2 .pic {
        height: 80%;
    }

    #fullpage .des ul.bar li {
        width: 80%;
        font-size: 1.2rem;
        line-height: 4rem;
    }

    #fullpage .des ul.bar li i {
        font-size: 1.2rem;
        margin-right: 10px;
    }

    #fullpage .pageBox h2 {
        font-size: 30px;
    }

    ul.square-list li .z i {
        font-size: 4rem;
    }

    ul.square-list li {
        height: 210px;
    }

    .thirdPage .content {
        max-height: 500px;
    }
}

@media screen and (max-width:1280px) {
    #fullpage .pageBox .des {
        font-size: 12px;
    }

    #fullpage .des ul.list li span {
        font-size: 14px;
        color: #333;
    }

    #fullpage .des ul.list li::before {
        margin-bottom: 0;
    }

    #fullpage .des ul.list li {
        margin-bottom: 0px;
    }

    .secondPage .card {
        height: 80%;
    }

    #fullpage .pageBox h2 {
        font-size: 28px;
        font-weight: lighter;
        padding: 5% 0;
    }

    .secondPage .card .jt {
        width: 40px;
        height: 40px;
        font-size: 1.8rem;
        line-height: 40px;
    }

    .secondPage .card .layui-icon {
        font-size: 4rem;
        color: #FFF;
        margin-bottom: 4rem;
    }

    #fullpage .pageBox .num {
        height: 90px;
    }

    .thirdPage .content2 .pic {
        height: 60%;
    }

    #fullpage .des ul.bar li {
        width: 80%;
        font-size: 1rem;
        line-height: 3rem;
    }

    #fullpage .des ul.bar li i {
        font-size: 1rem;
        margin-right: 10px;
    }

    ul.square-list li .z h3 {
        font-size: 1rem;
    }

    ul.square-list li .z i {
        font-size: 3rem;
    }

    ul.square-list li {
        height: 180px;
    }

    ul.square-list li .f i {
        font-size: 2.5rem;
    }

    ul.square-list li .f h3 {
        text-align: left;
        font-size: 1rem;
    }

    ul.square-list li .f p {
        text-align: left;
        color: #FFF;
        font-size: 0.8rem;
    }

    .thirdPage .content {
        max-height: 380px;
    }
}

#mainDiv{
    padding-top:0 !important;
}

.secondPage .card .iconfont {
    font-size: 5rem;
    color: #FFF;
    margin-bottom: 5rem;
}

.secondPage .card .iconfont {
    font-size: 4rem;
    color: #FFF;
    margin-bottom: 4rem;
}