.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;
}

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

.experive {
    width: 1200px;
    margin: 50px auto 18px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.experive .textbox {
    width: 433px;
    overflow: hidden;
}

.experive .textbox .only {
    height: 69px;
    margin: 14px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.experive .textbox .only.lft {
    justify-content: flex-end;
}

.experive .textbox .only.rit {
    justify-content: flex-start;
}

.experive .textbox .only .yuan,
.experive .textbox .only .yuan .center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.experive .textbox .only .yuan {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    background: #b1e3ff;
}

.experive .textbox .only .yuan .center {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #03a6ff;
    text-align: center;
    font-size: 32px;
    color: #fff;
}

.experive .textbox .only p {
    width: 304px;
    font-size: 14px;
    color: #333333;
}

.experive .textbox .only.lft p {
    margin-right: 27px;
    text-align: right;
}

.experive .textbox .only.lft:nth-child(2) .yuan {
    margin-right: 27px;
}

.experive .textbox .only.rit p {
    margin-left: 27px;
}

.experive .textbox .only.rit:nth-child(2) .yuan {
    margin-left: 27px;
}

.experive img {
    width: 295px;
    height: 195px;
}

.character {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

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

.character .characbox {
    width: 1200px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.character .characbox li {
    width: 221px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character .characbox li .iconbox {
    width: 88px;
    height: 88px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.character .characbox li .iconbox i.iconfont {
    color: #fff;
    font-size: 36px;
    margin-bottom: 14px;
}

.character .characbox li h1 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 18px 0 9px 0;
}

.character .characbox li p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.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;
}