.lyrcContainer {
    position: relative;
    overflow: hidden;
}

.lyrcContainer .banner {
    width: 100%;
    height: 638px;
    background: url(../images/banner.png?v1.0) no-repeat center top;
}

.center {
    width: 1440px;
    margin: 0 auto;
    /* padding-top: 685px; */
    display: flex;
    justify-content: space-between;
}

.lyrcContainer .banner .center a {
    transition: all 0.3s;
}

.lyrcContainer .banner .center a:hover {
    transform: scale(0.96);
}

.lyrcContainer .video {
    width: 1053px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

.lyrcContainer .video .left {
    width: 330px;
    height: 651px;
    float: left;
    background: #0A1157;
    padding: 0 20px;
}

.lyrcContainer .video .left a {
    display: block;
    position: relative;
    height: 105px;
    line-height: 105px;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.lyrcContainer .video .left a:hover {
    transform: scale(0.96);
}

.lyrcContainer .video .left a img.icon {
    display: inline-block;
    width: 37px;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: 20px;
}

.lyrcContainer .video .left a img.mor {
    position: absolute;
    right: 0;
    top: 44px;
}

.lyrcContainer .video .left a img.line {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lyrcContainer .video .right {
    width: 1053px;
    height: 651px;
    /* float: right; */
}

.lyrcContainer .video .right .centerVideo {
    position: relative;
    width: 1053px;
    height: 651px;
}

.lyrcContainer .video .right .centerVideo iframe {
    width: 1053px;
    height: 688px;
}

.lyrcContainer .video .right .centerVideo .btns {
    position: absolute;
    right: 0px;
    top: 120px;
    z-index: 1;
    width: 205px;
}

.lyrcContainer .video .right .centerVideo .btns .item.fn {
    margin-bottom: 15px;
}

.lyrcContainer .video .right .centerVideo .btns .item {
    width: 205px;
    height: 35px;
    background: #0A1157;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 35px;
    cursor: pointer;
}

.lyrcContainer .video .right .centerVideo .btns .item.active {
    color: #FBCC4C;
}

.banner02 {
    width: 100%;
    background: url(../images/banner02.png) no-repeat center top;
}

.hundred {
    overflow: hidden;
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 16px;
}

.hundred .title {
    padding: 60px 0 0px;
}

.hundred .title img {
    display: block;
    margin: 0 auto;
}

.hundred .logos {
    overflow: hidden;
}

.hundred .logos a {
    display: block;
    float: left;
    width: 85px;
    height: 85px;
    background: #D8D8D8;
    border-radius: 55px;
    overflow: hidden;
    margin: 24px 17px 0 0;
}

.hundred .logos a img {
    width: 85px;
    height: 85px;
}

.banner03 {
    width: 100%;
    overflow: hidden;
    background: url(../images/banner03.png) no-repeat center top;
}

.imgCenter {
    width: 1440px;
    margin: 0 auto;
}

.banner03 .imgs {
    overflow: hidden;
    padding: 20px 0;
}

.banner03 .imgs .left {
    float: left;
}

.banner03 .imgs .right {
    float: left;
    margin-left: 6px;
}

.banner03 .imgs .left .item.active {
    margin-bottom: 12px;
}

.banner03 .imgs .item a {
    display: inline-block;
    transition: all 0.3s;
}

.banner03 .imgs .item a:hover {
    transform: scale(0.99);
}

.mask {
    width: 1440px;
    height: 118px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    background: url(../images/mengban.png) no-repeat center;
}

.mask .item {
    width: 25%;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
}

.mask .item img {
    width: 22px;
    height: 22px;
    margin: 0 12px 0 0;
}

.mask .item span {
    margin-left: 12px;
    color: #FF9965;
    font-weight: bold;
}

.list {
    overflow: hidden;
    width: 1440px;
    margin: 0 auto 40px;
    /* padding: 40px 0 0 0; */
    background: #0A1157;
}

.title {
    margin: 0 auto;
    width: 1440px;
    overflow: hidden;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
}

.list .title span {
    color: #FF9965;
}

.title .left {
    float: left;
    font-size: 22px;
}

.title .left .titleIcon {
    width: 40px;
    height: 17px;
}

.title .right {
    float: right;
    margin: 6px 0 0 0;
}

.list .main {
    padding: 30px 20px;
    background: #0a10571f;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.departmentItem {
    width: 19%;
    height: 105px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #242E84;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border-radius: 4px;
    cursor: pointer;
}

.tuijianItemTop {
    margin: 10px 12px 0 12px;
    height: 37px;
    position: relative;
}

.tuijianItemTop_logo {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    position: absolute;
    border: 1px #F8F8F8 solid;
    background: #FFF;
}

.tuijianItemTop_title {
    margin-left: 40px;
    color: #FFFFFF;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tuijianItemTop_subtitle {
    margin-left: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tuijianItemLabels {
    height: 22px;
    margin: 8px 12px 0 12px;
    overflow: hidden;
}

.tuijianItemLabels div {
    height: 19px;
    line-height: 19px;
    margin-right: 4px;
    color: #C6C6C6;
    font-size: 12px;
    padding: 0 3px;
    margin-top: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 40%;
    display: inline-block;
}

.tuijianItemPosi {
    margin: 4px 12px 0 12px;
    font-size: 12px;
    color: #5E4FFF;
}

.flex_s {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_c {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.dp_zpItem {
    width: calc(50% - 2px);
    color: #999999;
}

.dp_zpItemline {
    width: 1px;
    background-color: lightgray;
    height: 12px;
}

.leftbg img,
.rightbg img {
    height: 100%;
}

.leftbg {
    /* height: 900px;
    width: 100px; */
    position: absolute;
    bottom: 100px;
}

.rightbg {
    position: absolute;
    right: -54px;
    bottom: 330px;
}