﻿body {
    width: 100%;
    height: 100%;
}

.box{
    background: #AC1A1D;
}

.box header{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.box .content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.box .content .image{
    padding-top: 100px;
}

.teamwork {
    background: #AC1A1D;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;

    padding-bottom: 100px;
}

.teamwork .title {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 68px;

    padding-top: 100px
}

.teamwork .content {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 68px;
}

/* 尾部CSS开始----------------> */
.home-footer {
    height: 467px;
    background: #333333;
    border: 1px solid #070002;
    display: flex;
    justify-content: center;
}

.home-footer .footer-left {
    line-height: 48px;
    font-weight: 400;
    font-family: Microsoft YaHei;
}

.home-footer .footer-title {
    padding-top: 97px;
    height: 36px;
    font-size: 36px;
    color: #FFFFFF;
}

.home-footer .footer-text1 {
    padding-top: 70px;
    height: 32px;
    font-size: 32px;
    color: #999999;
}

.home-footer .footer-text2 {
    padding-top: 130px;
    height: 77px;
    font-size: 28px;
    color: #999999;
}

.home-footer .shu {
    margin-top: 96px;
    content: '';
    height: 280px;
    width: 1px;
    background: #999999;
    display: inline-block;
    vertical-align: middle;
}

.home-footer .footer_right {
    display: flex;
    flex-direction: row;

    font-family: Microsoft YaHei;
    line-height: 48px;
    font-weight: 400;
}
.home-footer .footer_right .right__left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-footer .footer_right .right__right{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-footer .footer_right .footer-logo img {
    padding-top: 80px;
}

.home-footer .footer_right .footer-logo div {
    padding-top: 21px;
    padding-left: 15px;

    width: 145px;
    height: 28px;
    font-size: 28px;
    color: #999999;
}

.home-footer .footer_right .footer-text3 {
    padding-top: 50px;

    width: 99px;
    height: 24px;
    font-size: 24px;
    color: #999999;
}

.home-footer .footer_right .footer-text4 {
    padding-top: 50px;
    width: 250px;
    height: 22px;
    font-size: 28px;
    color: #FFFFFF;
    padding-left: 20px;
}
/* 尾部CSS结束----------------> */