/* banner图 */

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

.zy-banner.banner1 h1,
.zy-banner.banner1 p {
    color: #52a7d8;
}

.zy-banner.banner2 h1,
.zy-banner.banner2 p {
    color: #fff;
}

.zy-banner h1 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 32px;
    font-weight: normal;
}

.zy-banner.banner1 h1 {
    padding-top: 212px;
}

.zy-banner.banner2 h1 {
    padding-top: 166px;
}

.zy-banner p {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 0;
}

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

.trains {
    width: 1200px;
    margin: 50px auto 18px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.trains li {
    width: 270px;
    height: 41px;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    margin: 29px 62px;
}

.trains li p {
    margin: 0 0 0 62px;
    font-size: 14px;
    color: #333333;
}

.trains li .yuan {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #5994e0;
    line-height: 51px;
    text-align: center;
    color: #fff;
    font-size: 33px;
    position: absolute;
    top: -6px;
    left: -25px;
}

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

.system ul {
    width: 1200px;
    margin: 50px auto 55px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.system ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.system ul li img {
    width: 90px;
    height: 75px;
}

.system.page2 ul li img {
    width: 92px;
    height: 92px;
}

.system ul li h1 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin: 27px 0 13px 0;
}

.system ul li p {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.character {
    width: 100%;
    height: 368px;
    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: 188px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character .characbox li i.iconfont {
    color: #fff;
    font-size: 55px;
    margin-bottom: 27px;
}

.character .characbox li p {
    color: #fff;
    font-size: 16px;
    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: 164px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

.trainmain .myys li .iconbox {
    width: 88px;
    height: 88px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    margin: 18px 0 27px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trainmain .myys li .iconbox i.iconfont {
    color: #3d76b9;
    font-size: 46px;
}

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


/* 公共 */

h1.tit {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
}

h1.tit span {
    display: block;
    width: 118px;
    height: 4px;
    background: #f7ad00;
}

.martopbtom40 {
    margin: 40px 0;
}