/*妯″潡澶撮儴*/
.module{
    height: 650px;
}

.module-title {
    position: relative;
    top: -200px;
    opacity: 0;
    margin-top: 40px;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    color: #222;
}

.module-title-text {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

/*tab鍒囨崲*/
.tab {
    margin-top: 30px;
}

.tab .tab-item {
    float: left;
    height: 40px;
    width: 234px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.tab-item-active {
    color: #fff !important;
    background-color: #00b7ee;
}

.tab .tab-item-span {
    padding: 0 5px;
}

.tab-box {
    height: 460px;
    border: 1px solid #F2F2F2;
}

.tab-box-down{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
}

.tab-down-item{
    margin: 30px 0;
}

.tab-down-item img{
    height: 80px;
}

.tab-down-item-box {
    text-align: center;
    display: flex;
    justify-content: center;
}

.tab-down-item-box-text {
    width: 240px;
}

.tab-down-title {
    font-size: 20px;
    color: #4D4D4D;
    line-height: 40px;
}

.tab-down-tip {
    font-size: 12px;
    color: #999;
}

.tab-detail-box {
    width: 140px;
    height: auto;
    margin: 0 auto;
}

.tab-detail {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #4298FD;
    width: 140px;
    height: 40px;
    color: #4298FD;
    line-height: 40px;
    text-align: center;
}

.tab-detail:hover{
    color: #4298FD;
    text-decoration: none;
}

.tab-downs {
    text-align: center;
}

.hides {
    display: none;
}

.tab-down-titles {
    line-height: 40px;
    font-size: 20px;
}

/*绉诲姩绔�*/
.tab-mobile {
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}

.tab-mobile-item {
    width: 20% !important;
    text-align: center;
    font-size: 12px;
}

/*浠峰€�*/
.price-box {
    height: auto;
    text-align: center;
}

.price-item{
    position: relative;
    opacity: 0;
    padding: 0 60px;
    margin: 80px 0;
}

.price-item:nth-child(1){
    left: -100px;
}

.price-item:nth-child(2){
    bottom: -100px;
}

.price-item:nth-child(3){
    right: -100px;
}

.price-item img {
    height: 140px;
    margin-bottom: 10px;
}

.price-item-title {
    font-size: 20px;
    color: #222;
    line-height: 40px;
}

/*containt澶�*/
.modules {
    height: 650px;
    color: #FFFFFF;
    background: url("../images/school.png") fixed center/cover;
    overflow: hidden;
    padding: 100px 0 0;
}

.modules-title {
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    margin-top: 20px;
}

.modules-title-text {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}

.school-item {
    overflow: hidden;
    padding: 40px 20px;
}

.school-item img {
    width: 50px;
    height: 50px;
}

.school-item-box {
    padding-left: 15px;
    width: 290px;
}

.school-item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.school-item-text {
    font-size: 14px;
    line-height: 30px;
}

.school-item-text p{
    margin: 0;
}

/*鏇村妯″潡*/
.module-more {
    height: 650px;
    padding: 180px 0;
    background: url("../images/bcs.png") center/cover;
}

.server-text {
    position: relative;
    bottom: -100px;
    opacity: 0;
    padding-top: 30px;
    color: #666;
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}

.company {
    text-align: center;
}

.company img {
    width: 60%;
}

/*鐢宠*/
#post-email {
    height: 650px;
    margin-top: 40px;
    text-align: center;
    padding: 80px 0;
    background: url("../images/bcs.png") center/cover;
}

.post-header {
    line-height: 60px;
    font-size: 35px;
    color: #214396;
}

.post-other {
    font-size: 16px;
    line-height: 32px;
    color: #214396;
}

.post-box {
    margin-top: 50px;
}

.post-box div {
    margin: 10px 0;
    text-align: left;
}

.post-box input, select {
    display: block;
    outline: none;
    width: 240px;
    height: 40px;
    border: 0;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 12px;
    box-shadow: 0px 1px 1px #C2DEFF;
}

.post-btn {
    display: block;
    width: 200px;
    margin: 20px auto 0;
    line-height: 40px;
    text-align: center;
    background-color: #00b7ee;
    color: #FFFFFF;
    box-shadow: 1px 1px 5px #C2DEFF;
    cursor: pointer;
}