.tabbox {
    width: 100%;
    background: #fff;
}

.traintab {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -18px;
    border-radius: 9px;
    background-color: #fff;
    padding: 27px 0;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.traintab li {
    text-align: center;
    font-size: 18px;
}

.traintab li a {
    color: #505560;
    display: inline-block;
}

.traintab li a i {
    font-size: 46px;
}

.traintab li a p {
    margin-bottom: 0;
}

.traintab li.active a {
    color: #3d76b9;
}


/* banner图 */

.zy-banner {
    width: 100%;
    height: 424px;
    display: flex;
    align-items: center;
}

.zy-banner .bannerbox {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.zy-banner .titleft {
    text-align: left;
    font-size: 27px;
    padding-left: 147px;
    color: #fff;
}

.zy-banner .titright {
    width: 553px;
    font-size: 14px;
    padding-top: 55px;
    padding-left: 147px;
    color: #fff;
}

.trainmain {
    width: 100%;
    margin: 0 auto;
}

.intrest {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.intrest .intrestall {
    width: 1200px;
    margin: 46px auto;
    display: flex;
    flex-wrap: wrap;
}

.intrest .intrestall .main {
    width: 50%;
    overflow: hidden;
}

.intrest .intrestall .main img {
    width: 402px;
    height: 376px;
    margin: 0 0 0 92px;
}

.intrest .intrestall .main .only {
    width: 100%;
    height: 52px;
    margin: 6px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.intrest .intrestall .main .only .yuan,
.intrest .intrestall .main .only .yuan .center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.intrest .intrestall .main .only .yuan {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #b1e3ff;
}

.intrest .intrestall .main .only .yuan .center {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #03a6ff;
    line-height: 43px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.intrest .intrestall .main .only p {
    width: 507px;
    margin-left: 23px;
    font-size: 14px;
    color: #333333;
}

.mycondit {
    width: 100%;
    overflow: hidden;
    background: #5994e0;
}

.mycondit h1.tit p {
    color: #fff;
}

.mycondit .myconditbox {
    width: 1200px;
    height: 406px;
    margin: 30px auto 0 auto;
    position: relative;
}

.mycondit .myconditbox .only {
    width: 192px;
    height: 169px;
    position: absolute;
}

.mycondit .myconditbox .only.b1 {
    position: absolute;
    bottom: 208px;
    left: 0;
}

.mycondit .myconditbox .only.b2 {
    position: absolute;
    bottom: 98px;
    left: 199px;
}

.mycondit .myconditbox .only.b3 {
    position: absolute;
    bottom: 208px;
    left: 403px;
}

.mycondit .myconditbox .only.b4 {
    position: absolute;
    bottom: 98px;
    left: 604px;
}

.mycondit .myconditbox .only.b5 {
    position: absolute;
    bottom: 208px;
    left: 810px;
}

.mycondit .myconditbox .only.b6 {
    position: absolute;
    bottom: 98px;
    left: 1005px;
}

.mycondit .myconditbox .only img {
    width: 100%;
    height: 100%;
}

.mycondit .myconditbox .only h1 {
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 37px;
    left: 0;
}

.mycondit .myconditbox .only p {
    width: 106px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 78px;
    left: 43px;
}

.trainmain .myys {
    width: 1200px;
    margin: 50px auto 64px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.trainmain .myys li {
    width: 245px;
    height: 284px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

.trainmain .myys li:hover {
    background: #fff;
    box-shadow: 0 0 18px #e8e7e7;
}

.trainmain .myys li img {
    width: 49px;
    height: 47px;
    margin: 37px 0 27px 0;
}

.trainmain .myys li h1 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 9px;
}

.trainmain .myys li p {
    width: 212px;
    padding: 0 14px;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center;
}