/*声明 思源宋体*/
@font-face {
    font-family: 'siyuansongti';
    src: url('/fonts/SourceHanSerifSC-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@media (min-width: 768px) {
    #main-menu > li

{
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
}

}

@media (max-width: 768px) {
    .banner-info {
        font-weight: bold;
        padding: 10px 66px;
        position: absolute;
        top: 65%;
        z-index: 1000;
    }
}



.services-grids {
    margin-bottom: 30px;
}

.grid1 i.fa {
    font-size: 60px;
    color: #146eb4;
}

.grid1 {
    text-align: center;
    background: #e0e0e0;
    background: #ffc107;
    background: #fff;
    padding: 25px 40px;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
    -moz-box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
    box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
    border-radius: 3px;
}

    .grid1:hover {
        background: #ff9900;
    }

    .grid1 h4 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 25px 0 20px;
        font-weight: 600;
    }

    .grid1 p {
        font-size: 14px;
        letter-spacing: .5px;
        color: #6b6b6b;
        text-align: left;
    }


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.white {
    color: #fff;
}

.relative {
    position: relative;
}

.header-search-input {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgba(255,255,255,0.1);
    color: inherit;
    font-weight: 600;
    font-family: siyuansongti, sans-serif;
    border-width: .125rem;
    border-radius: 9999px;
    border-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.all-animate, .all-animate:hover, .all-animate:focus {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.button-reset {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0);
    color: inherit;
    opacity: .6;
    position: absolute;
    display: block;
    right: 1rem;
    border-style: none;
    border-width: 0;
}
 