.gbcbox {
    width: 100%;
    height: 400px;
}

.titlebox.problem {
    width: 610px;
}


/* 揭开痛点（孩子存在的哪些问题） */

.problembox {
    width: 1200px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.problembox .list {
    width: 320px;
    overflow: hidden;
    padding: 50px 0 20px 0;
    cursor: pointer;

}

.problembox .list:hover {
    box-shadow: 0 0 10px #cde6fa;
    transition: top .2s linear;
}

.problembox .list:nth-child(4) {
    margin-left: 220px;
}

.problembox .list:nth-child(5) {
    margin-right: 220px;
}

.problembox .list .imgbox {
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.problembox .list .imgbox img {
    width: 68px;
    height: 68px;
}

.problembox .list h1 {
    font-size: 22px;
    color: #333333;
    margin: 20px 0 15px 0;
    font-weight: normal;
    text-align: center;
}

.problembox .list p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: center;
}


/* 产品介绍 */

.prodetail {
    width: 100%;
    background-color: #fff;
}

.prodetail .titspro {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 0;
}

.prodetail.pro1 {
    height: 640px;
    position: relative;
    background: url(../img/xxxq_cpbgc.jpg) center center no-repeat;
}

.prodetail .titlebox {
    width: 222px;
}

.prodetail .mainpro {
    width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
}

.prodetail .mainpro .imgpro {
    width: 522px;
    height: 529px;
}

.prodetail .mainpro .imgpro.lft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.prodetail .mainpro .imgpro.rit {
    position: absolute;
    right: 0;
    bottom: 0;
}

.prodetail .mainpro .imgpro img {
    width: 100%;
    height: 100%;
}

.prodetail .mainpro .promsgbox {
    width: 520px;
    height: 476px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}

.prodetail .mainpro .promsgbox.lft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.prodetail .mainpro .promsgbox.rit {
    position: absolute;
    right: 0;
    bottom: 0;
}

.prodetail .mainpro .promsgbox h1 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 50px;
    font-weight: bold;
}

.prodetail.pro2 .mainpro .promsgbox h1 {
    margin-top: 20px;
}

.prodetail.pro1 .mainpro .promsgbox h1 {
    margin-top: 40px;
}

.prodetail .mainpro .promsgbox h1:after {
    content: "";
    display: block;
    width: 32px;
    height: 5px;
    border-radius: 3px;
    background-color: #0096ff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.prodetail .mainpro .promsgbox p {
    width: 470px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
}

.prodetail .mainpro .promsgbox p span {
    color: #333;
}
.prodetail .mainpro .promsgbox a{
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #00c2ff;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.prodetail .mainpro .promsgbox img.icons {
    width: 70px;
    height: 30px;
    margin-top: 10px;
}

.prodetail .mainpro img.iconslft {
    position: absolute;
    width: 50px;
    top: 160px;
    left: -30px;
}

.prodetail .mainpro img.iconsrit {
    position: absolute;
    width: 50px;
    top: 240px;
    right: -170px;
}


/* 成功案例 */

.successstory .titlebox {
    width: 222px;
}

.successstory .successbox {
    width: 1200px;
    height: 237px;
    margin: 50px auto 70px auto;
    position: relative;
}

.successstory .successbox .hd a {
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.successstory .successbox .hd a .iconfont {
    font-size: 40px;
    color: #bfbfbf;
}

.successstory .successbox .hd a.prev {
    position: absolute;
    top: 125px;
    left: -70px;
}

.successstory .successbox .hd a.next {
    position: absolute;
    top: 125px;
    right: -70px;
}

.successstory .successbox .successmain {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap
}

.only {
    width: 587px;
    height: 237px;
    margin-right: 27px;
    padding-top: 43px;
    position: relative;
}

.only a {
    display: block;
    width: 100%;
    height: 100%;
}

.successstory .successbox .successmain .list {
    width: 532px;
    height: 160px;
    padding: 34px 30px 0 25px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.successstory .successbox .successmain .list h1 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.successstory .successbox .successmain .list h1 span {
    font-size: 18px;
    color: #999999;
}

.successstory .successbox .successmain .list p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.successstory .successbox .successmain .list img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: -43px;
}


/* 优势卖点 */

.advancebox .titlebox {
    width: 260px;
}

.advantagetype {
    width: 1200px;
    overflow: hidden;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantagetype .list {
    width: 260px;
    overflow: hidden;
}

.advantagetype .list .titbox {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px 0;
}

.advantagetype .list .titbox .imgbox {
    width: 58px;
    height: 58px;
    background-color: #fff;
}

.advantagetype .list .titbox .imgbox img {
    width: 58px;
    height: 58px;
}

.advantagetype .list .titbox h1 {
    font-size: 22px;
    color: #333333;
    margin-left: 16px;
    font-weight: normal;
}

.advantagetype .list p {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}