@charset "UTF-8";
/* 搜索结果 */

@media only screen and (min-width: 992px) {
    .section-headline {
        font-size: 42px;
    }
    .box_search_layout select {
        width: 262.5px;
        border: 1px solid #e1edfd;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .otis_form.grey_form .col-sm-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .otis_form.grey_form .col-sm-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 联系人 */

.contact_box .officebox .address .en {
    display: block;
}

@media only screen and (min-width: 992px) {
    .contact_box .officesection h2 {
        font-size: 42px;
    }
    .fluid-word h3 {
        font-size: 42px;
    }
    .fluid-word .lead {
        font-size: 22px;
    }
}

@media only screen and (min-width:768px) {
    .grid-tiles .tile-foot .foot-inner h2 {
        font-size: 20px;
        font-family: "华文细黑";
    }
    .grid-tiles .tile-foot .foot-inner p {
        font-size: 14px;
    }
    .meettheteam-layout .full_width_strip h3 {
        font-size: 24px;
        padding: 0 5px
    }
    .meettheteam-layout .full_width_strip p {
        font-size: 16px;
    }
}

/* 创新 */

@media only screen and (min-width: 992px) {
    .innovators-layout .full_width_strip h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width:768px) {
    .innovators-layout .blueprint p {
        font-size: 19px;
    }
}

/* PDF下载 */

.down-box {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    background-color: #ccc;
}

.down-box .down-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: no-repeat center center;
    background-size: cover;
}

.down-box .down-main {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.down-box .down-main .name {
    position: relative;
    font-family: "arial";
    font-size: 70px;
    line-height: 1;
    padding-bottom: 48px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 15px 30px;
}


.down-box .down-main .name:before {
content: '';
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    position: absolute;
    border-left: solid 4px #ffbf3f;
    border-bottom: solid 4px #ffbf3f;
}
.down-box .down-main .name:after {
content: '';
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    position: absolute;
    border-right: solid 4px #ffbf3f;
    border-top: solid 4px #ffbf3f;
}
.down-box .down-main .title {
    font-size: 36px;
    margin-bottom: 24px;
}

.down-box .down-main .doc {
    font-family: "华文细黑";
    font-size: 22px;
    margin-bottom: 110px;
}

.down-box .down-main .down {
    position: relative;
}

@media screen and (max-width:1500px) {
    .down-box .down-main {
        top: 61%;
    }
    .down-box .down-main .name {
        padding-bottom: 38px;
        margin-bottom: 20px;
    }
    .down-box .down-main .title {
        margin-bottom: 14px;
    }
    .down-box .down-main .doc {
        margin-bottom: 60px;
    }
}

@media screen and (max-width:991px) {
    .down-box .down-main {
        top: 50%;
    }
    .down-box .down-main .name {
        font-size: 40px;
        padding-bottom: 24px;
        margin-bottom: 20px;
    }
    .down-box .down-main .name:after {
        height: 4px;
    }
    .down-box .down-main .title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .down-box .down-main .doc {
        font-size: 16px;
        margin-bottom: 25px;
    }
}