﻿body {
}
.homeimg {
    background-image: url(/Content/img/海报.png);
    background-repeat: no-repeat;
    height:800px;
}
.honeposition {
    padding-top: 560px;
    padding-left:270px;
}
.homebtn {
    width: 240px;
    height: 58px;
    line-height: 58px;
    background: #07BFA7;
    box-shadow: 0px 10px 29px 2px rgba(7,191,167,0.2000);
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
}
    .homebtn:hover {
        border-color: #08a18d;
        background-color: #08a18d;
        color: #fff;
    }
.partners {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    padding: 30px 0px 10px;
    text-align: center;
}
.totalcategory {
    justify-content: space-around;
}
.tabs h2 {
    margin-bottom: 1.125rem;
    text-align: center;
    color: #000000;
}
.p-heading {
    margin-bottom: 3.125rem;
    color: #8D8B8B;
}
.category1 {
    background-image: url(/Content/img/service1.png);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 20px;
    margin-top: 12px;
}
.category2 {
    background-repeat: no-repeat;
    background-image: url(/Content/img/service2.png);
    background-position: 50%;
    border-radius: 20px;
    margin-top: 12px;
}
.category3 {
    background-image: url(/Content/img/service3.png);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 20px;
    margin-top: 12px;
}
.category-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn {
    width: 70%;
    color: #fff;
    line-height: 30px;
    border-color: #07BFA7;
    background-color: #07BFA7;
    border-radius: 5px;
    margin-top: 450px;
    margin-bottom: 50px;
}
.userdata{
    background:#fff;
    display:flex;
    justify-content:space-around;
    text-align:center;
    padding:50px 260px;
}

.userdata-number {
    color: #064CCD;
    font-size: 33px;
    display: flex;
}
.userdata-number span {
    font-weight: bold;
    font-size: 36px;
}
.userdata-tit {
    color: #808082;
    font-size: 15px;
    padding-top: 20px;
}
.development-history {
    background-image: url(/Content/img/course.jpg);
    height: 1000px;
    background-repeat: no-repeat;
}
.history{
    padding-top:850px;
    padding-left:880px;
}
.history-title {
    color: #fff;
    text-align: center;
    background: #07BFA7;
    font-size: 22px;
    border-radius: 5px;
    padding: 15px 0px;
    width: 200px;
}
.category-btn .btn:hover {
    border-color: #08a18d;
    background-color: #08a18d;
    color: #fff;
}
.partners {
    font-weight: bold;
    font-size: 39px;
    color: #000000;
    padding: 30px 0px 10px;
    text-align: center
}
.slidercontainer{
    margin-left:-120px;
    padding-top:40px;
    display:flex;
}
.arrow{
    margin-top:127px;
}