.cinema-banner {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.banner-head img {
    width: 100%;
}

.superiority-title {
    padding: 104px 0 70px;
    text-align: center;
}

.common-title{
    color: #333;
    font-size: 32px;
    font-weight: 400;
}
.common-describe{
    margin-top: 20px;
    font-size: 18px;
}

.superiority-list {
    display: flex;
    justify-content: center;
}

.superiority-item {
    width: 244px;
    height: 220px;
    margin-right: 20px;
    padding: 31px 35px 0 35px;
    background-size: cover !important;
    box-shadow: 0 6px 14px 0 rgba(178, 190, 232, 0.3);
    border-radius: 8px;
    transition: all .5s;
}

.back-discount{
    background: url("../images/discount.jpg");
}
.back-services{
    background: url("../images/services.jpg");
}
.back-docking{
    background: url("../images/docking.jpg");
}
.back-proTeam{
    background: url("../images/proteam.jpg");
}

.superiority-item:last-child {
    margin-right: 0;
}

.superiority-item:hover {
    transform: translatey(-.10rem);
    transition: all .5s;
}

.superiority-item:hover .superiority-p {
    color: #275aff;
}

.superiority-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.superiority-subject {
    height: 18px;
    line-height: 18px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.superiority-text {
    display: block;
    width: 244px;
    height: 100px;
    margin-top: 20px;
    text-align: left;
    line-height: 25px;
    color: #666;
    font-size: 14px;
}

.banner-resources{
    width: 100%;
    height: 410px;
    margin-top: 120px;
    background:url("../images/scene-back.jpg");
}

.banner-resources .superiority-title{
    padding: 50px 0 60px;
    text-align: center;
}

.banner-resources .common-title{
    color: #f5f5f5;
}

.resources-item {
    width: 290px;
    height: 240px;
}

.resources-number{
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 120px;
    color: #f5f5f5;
    font-size: 26px;
    background-size: cover !important;
    background: url("../images/resources-back.png");
    border-radius: 60px;
    border: 1px solid #f5f5f5;
}

.resources-subject {
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #f5f5f5;
    font-size: 16px;
}

.mode-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mode-subject {
    display: flex;
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    transition: all .3s;
}

.mode-label{
    width: 20%;
    height: 130px;
}

.mode-subject .label-tab{
    border-bottom: 5px solid #007aff;
}

.mode-img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.mode-tab{
    margin-top: 20px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 18px;
}

.mode-item {
    width: 1200px;
    height: 344px;
    margin: 5px auto;
    background-color: #fafafa;
}

.mode-content{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    height: 360px;
    background-color: #fafafa;
}

.item {
    display: none;
}

.mode-content .content-list{
    width: 337px;
    height: 180px;
    padding-left: 35px;
    padding-right: 28px;
}
.content-title{
    margin-top: 50px;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}
.content-text{
    margin-top: 20px;
    color: #666;
    font-size: 16px;
}

.scene-item {
    width: 280px;
    height: 200px;
}

.scene-icon {
    width: 46px;
    height: 46px;
    margin: 30px 117px;
}

.scene-subject {
    height: 17px;
    text-align: center;
    line-height: 17px;
    color: #333;
    font-size: 17px;
}

/*体验*/
.cnt-join {
    height: 233px;
    padding-top: 75px;
    box-sizing: border-box;
    background: url(../images/join-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.cnt-join .block-tit {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}

.cnt-join .btn-join {
    display: block;
    width: 132px;
    height: 42px;
    margin: 29px auto 0;
    border: solid 1px #fff;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 5px 13px 0 rgba(42, 79, 199, 0.34);
    border-radius: 2px;
}

.cnt-join .btn-join:hover {
    background: rgba(194, 194, 194, .3);
}