        .centerTitle div a {
            width: 50%;
        }
        
        .centerTitle div span {
            width: 100%;
        }
        
        .about_us .centerContent>div {
            display: none;
        }
        
        .about_us .centerContent>div:first-child {
            display: flex;
        }
        
        .about_us .centerContent .flex {
            display: flex !important;
            flex-direction: column;
            align-items: center;
        }
        /* 联系我们 */
        
        .message>img {
            margin-top: 50px;
            width: 260px;
            margin-bottom: 60px;
        }
        
        .message .address {
            width: 100%;
            background-color: #fbfbfb;
            border: solid 1px #d2d2d2;
            padding: 20px 26px;
            box-sizing: border-box;
        }
        
        .message .address>img {
            height: 401px;
        }
        
        .message .address>p {
            font-size: 26px;
            color: #2d57d0;
        }
        
        .message .address>div {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 28px;
            margin-bottom: 20px;
        }
        
        .message .address>p,
        .message .address>div {
            padding: 0 10px;
            box-sizing: border-box;
        }
        
        .message .address>div>div {
            width: 50%;
            display: flex;
            font-size: 1rem;
            line-height: 24px;
            color: #333333;
        }
        
        .message .address>div>div img {
            width: 20px;
            height: 19px;
            margin: 2px 3px 1px 3px;
        }
        
        .message .address>div>div p {
            display: flex;
            flex-direction: column;
        }
        
        .message .admin {
            width: 100%;
            height: 170px;
            margin: 110px 0;
            justify-content: space-between;
        }
        
        .message .admin>div {
            position: relative;
            width: 18.5%;
            height: 100%;
            background: url(../image/message_02\ \(1\).png) no-repeat;
        }
        
        .message .admin>div img {
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .message .admin>div div {
            padding: 52px 12px 10px;
        }
        
        .message .admin>div div p {
            line-height: 30px;
            font-size: 16px;
            color: #033333;
            text-align: center;
        }
        
        .message .admin>div div .title {
            line-height: 40px;
            font-size: 20px;
            color: #333333;
        }
        /* 人才招聘 */
        
        .hiring>img {
            margin-top: 50px;
            width: 260px;
            margin-bottom: 40px;
        }
        
        .hiring>div {
            width: 100%;
            margin-bottom: 30px;
            border: solid 1px #dddddd;
        }
        
        .hiring>div .title {
            font-size: 22px;
            line-height: 50px;
            color: #2d57d0;
            font-weight: 600;
            margin-left: 20px;
        }
        
        .hiring>div .title span {
            font-size: 14px;
            color: #666666;
            font-weight: normal;
        }
        
        .hiring>div .demand {
            background-color: #f4f4f4;
            line-height: 45px;
            font-size: 17px;
            color: #666666;
            justify-content: space-around;
        }
        
        .hiring>div .claim {
            padding: 17px 20px;
        }
        
        .hiring>div .claim div:first-child {
            margin-bottom: 15px;
        }
        
        .hiring>div .claim p {
            font-size: 16px;
            color: #666666;
            line-height: 30px;
        }
        
        .hiring>div .claim h6 {
            color: #2d57d0;
            font-size: 18px;
            line-height: 30px;
        }