ol, ul {
    list-style: none;
}

.edu-main {
    text-align: center;
    overflow-x: hidden;
}

.g-pt80 {
    padding: 80px 0;
}

/* 字体滑动 */

.oneintro {
    color: #fff;
}

.oneintro h1 {
    font-size: 7rem;
    font-weight: bold;
    margin: 60px 0;
    letter-spacing: 3px;
}

.oneintro h2 {
    font-size: 50px;
    letter-spacing: 5px;
}

.sub-title {
    margin-top: 26px;
}

.edu-box {
    margin: 0 auto;
    text-align: center;
}

/* 一站式解决教育机构的经营难题 */

.functions {
    background-color: #fafbfc;
}

.functions ul {
    width: 1200px;
    margin: 59px auto 0;
    text-align: center;
    font-size: 0;
    padding: 0;
}

.functions ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 97px;
}

.functions ul li:nth-child(4):before {
    content: " ";
    width: 2px;
    top: 38px;
    left: 148px;
    height: 16px;
    border-radius: 5px;
    background-color: #00bb9d;
}

.functions ul li:nth-child(4):after {
    content: " ";
    width: 16px;
    top: 45px;
    left: 141px;
    height: 2px;
    border-radius: 5px;
    background-color: #00bb9d;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border: 0;
}

.functions ul li:nth-child(5):after, .functions ul li:nth-child(5):before {
    content: " ";
    background-color: #00bb9d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.functions ul li:nth-child(5):before {
    width: 2px;
    top: 38px;
    left: 170px;
    height: 16px;
    border-radius: 5px;
}

.functions ul li:nth-child(5):after {
    width: 16px;
    top: 45px;
    left: 163px;
    height: 2px;
    border-radius: 5px;
    border: 0;
}

.functions ul li:before {
    content: " ";
    position: absolute;
    top: 45px;
    left: 125px;
    display: block;
    border-radius: 5px;
    height: 2px;
    width: 40px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#00bb9d));
    background: -webkit-linear-gradient(left, transparent, #00bb9d);
    background: -moz-linear-gradient(left, transparent, #00bb9d);
    background: linear-gradient(90deg, transparent, #00bb9d);
}

.functions ul li img {
    display: block;
    margin: 0 auto;
    width: 102px;
    height: 102px;
}

.functions ul li h4 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #323233;
}

.functions ul li:after {
    content: " ";
    position: absolute;
    top: 42px;
    left: 162px;
    width: 7px;
    height: 7px;
    border: 2px solid #00bb9d;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.functions ul li:last-child {
    margin-right: 0;
}

.functions ul li:nth-child(6):before {
    width: unset;
    top: unset;
    left: unset;
    height: unset;
    border: unset;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.functions ul li:nth-child(6):after {
    width: unset;
    top: unset;
    left: unset;
    height: unset;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

/* 丰富的营销工具，精细化线索管理 */

.sellpoints {
    position: relative;
    border-bottom: 1px solid #eee;
}

.func-archor {
    position: absolute;
    top: -110px;
}

.sellpoints .bd {
    width: 1100px;
    margin: 60px auto 0;
    font-size: 0;
}

.sellpoints .bd>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    height: 420px;
}

.sellpoints .bd__side {
    padding-right: 25px;
    padding-top: 65px;
    text-align: left;
    width: 46%;
}

.sellpoints__nav {
    padding-left: 0;
}

.sellpoints__nav li:first-child {
    margin-top: 0;
}

.sellpoints__nav li {
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #323233;
    font-size: 19px;
    height: 58px;
    padding: 0 15px;
    line-height: 58px;
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: default;
    margin-top: 10px;
}

.sellpoints__nav li.active {
    position: relative;
    background-color: #def3de;
}

.sellpoints .bd__demo {
    position: relative;
    text-align: left;
    width: 54%;
}

/* 多业态发展，我们还为你提供「微商城扩展包」 */

.addons {
    position: relative;
    height: 857px;
    background-color: #fafbfc;
}

.edu-main .func-archor {
    position: absolute;
    top: -110px;
}

.addons .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.addons ul {
    font-size: 0;
    margin-top: 50px;
}

.addons ul li {
    display: inline-block;
    vertical-align: middle;
    width: 225px;
    height: 481px;
    margin-right: 136px;
}

.addons ul li:last-child {
    margin-right: 0;
}

.addons ul li h4 {
    font-size: 20px;
    line-height: 28px;
    color: #323233;
}

.addons ul li .desc {
    margin-top: 5px;
    padding: 0 10px;
}

.addons ul li img {
    display: block;
    width: 225px;
    height: 388px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 10px;
}

/* 专注服务于各类教育机构 */

.services {
    height: 348px;
    text-align: center;
    background-color: #fff;
}

.services ul {
    margin-top: 40px;
    font-size: 0;
}

.services .item {
    display: inline-block;
    margin-right: 75px;
}

.services .item img {
    display: block;
    width: 72px;
    height: 72px;
}

.services .item span {
    margin-top: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

/* 如果你拥有多个校区，推荐使用有赞教育多校区 */

.multi-campus {
    background-color: #fafbfc;
    position: relative;
}

.edu-main .func-archor {
    position: absolute;
    top: -110px;
}

.multi-campus .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.multi-campus ul {
    width: 1000px;
    margin: 50px auto 0;
}

.multi-campus ul li.item {
    width: 200px;
    display: inline-block;
    margin-right: 30px;
}

.multi-campus ul li.item img {
    height: 70px;
    width: 70px;
}

.multi-campus ul li.item .title {
    margin: 0 auto;
    font-size: 16px;
    display: block;
}

.multi-campus ul li.item .subtitle {
    font-size: 12px;
    line-height: 17px;
    color: #999;
    width: 144px;
    height: 66px;
    overflow-y: hidden;
    display: block;
    margin: 0 auto;
}