body {
    background: #fff
}

a {
    color: #fff;
}

#table {
    background-color: #e5e5e5;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


/* 瘦身banner */

#table>img {
    width: 100%;
}

#centeralign {
    position: absolute;
    top: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}

#centeralign>h1 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 15px;
    animation: changetop 1s;
    letter-spacing: 4px;
}

#centeralign>.search_group {
    overflow: hidden;
}

#centeralign>.search_group>span.checksearch {
    font-size: 2.1rem;
    /* display: inline-block; */
    line-height: 3.2rem;
    float: left;
    /* height: 50px; */
    /* vertical-align: middle; */
    background: #fff;
    color: #666;
    margin: 0;
    padding: 0 10px 0;
    border-radius: 8px 0 0 8px;
}

#centeralign>.search_group>input[type="text"] {
    /* display: inline-block; */
    background: #fff;
    color: #000000;
    width: 520px;
    height: 3.2rem;
    font-size: 14px;
    float: left;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
}

#centeralign>.search_group>button {
    /* display: inline-block; */
    background: #1f1f1f;
    color: #fff;
    float: left;
    height: 3.2rem;
    margin: 0;
    padding: 0 30px;
    outline: none;
    border: 0;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}

@keyframes changetop {
    from {
        margin-top: -500px;
    }
    to {
        margin-top: 0px;
    }
}

.title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    text-align: center;
    margin: 0 auto;
    line-height: 48px;
    letter-spacing: 4px;
    color: #048d35;
    position: relative;
}

.title>h2 {
    margin-bottom: 48px;
    z-index: 2;
}

.title>h2::after {
    content: "";
    position: absolute;
    display: block;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 3px;
    background: #048d35
}

.title>p {
    color: rgba(229, 229, 229, .6);
    font-size: 28px;
    text-transform: uppercase;
    z-index: -1;
    margin-bottom: 60px;
    margin-top: -60px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 关于我们 */

.aboutto {
    width: 100%;
    height: 100%;
    background: url('../images/check_about.jpg') no-repeat;
    background-size: cover;
}

.check_about {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: content-box;
}

.check_about_content {
    flex-basis: 540px;
    align-self: center;
    line-height: 34px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 100px;
    position: relative;
}

.check_about_content::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -67px;
    width: 2px;
    height: 84px;
    background: #048d35;
}

.check_about_content>p {
    margin-top: 0;
    color: #333;
    text-indent: 2rem;
}

.check_about_pic {
    flex-basis: 580px;
}

.check_about_pic>img {
    width: 100%;
}


/* 联系我们 */

.cantactus {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.cantactus>:last-of-type {
    width: 500px;
    align-self: center;
    font-size: 24px;
    color: #333;
}

.cantactus>:last-of-type .iconfont {
    font-size: 24px;
    color: #333;
}

.cantactus>:last-of-type>p {
    line-height: 40px;
}

#map {
    width: 600px;
    height: 400px;
    border: #ccc solid 1px;
    font-size: 12px;
}

@media screen and (max-width:768px) {
    #centeralign {
        top: 22%;
    }
    #table {
        padding-top: 48px;
    }
    #centeralign>h1 {
        font-size: 20px;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }
    #centeralign>.search_group>span.checksearch {
        font-size: 1rem;
        line-height: 2rem;
        margin: 0;
        padding: 0 10px 0;
        border-radius: 2px 0 0 2px;
    }
    #centeralign>.search_group>input[type="text"] {
        width: 200px;
        height: 2rem;
        font-size: 14px;
    }
    #centeralign>.search_group>button {
        height: 2rem;
        outline: none;
        border: 0;
        border-radius: 0 2px 2px 0;
        padding: 0 10px;
        cursor: pointer;
    }
    .check_about_pic {
        display: none;
        flex-basis: auto;
    }
    .cantactus {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    #map {
        width: 100%;
    }
    .check_about_content {
        flex-basis: auto;
        align-self: center;
        line-height: 20px;
        letter-spacing: 2px;
        font-size: 16px;
        margin-top: 10px;
        position: relative;
    }
    .title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 4px;
        color: #048d35;
        position: relative;
    }
    .title>p {
        color: rgba(229, 229, 229, .6);
        font-size: 20px;
        margin-bottom: 20px;
    }
    .title>h2::after {
        content: "";
        top: 40px;
    }
    .cantactus>:last-of-type {
        width: auto;
        font-size: 18px;
        color: #333;
    }
}

.zhezhao {
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9998;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.tip-box {
    background: #fff;
    text-align: center;
    width: 73%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    left: 13%;
    top: 15%;
    /* display: none; */
}

.box-top {
    display: flex;
    align-items: center;
    align-content: center;
}

.box-left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.box-left-left {
    width: 100%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.sorryfont {
    color: #00a6df;
    font-size: 2rem;
}

.mytipimg {
    width: 50%;
    display: inline-block;
}

.boxtips {
    margin: 8% 0 0 0;
}

.boxtipsall {
    margin: 0;
}

.mybgimg {
    position: relative;
    width: 100%;
    float: left;
}

.box-bottom {
    cursor: pointer;
    background: #3e3d3e;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 2% 0;
    margin: 0;
}

.fmywechat {
    font-size: 1.3rem;
    margin-top: 15%;
}

@media screen and (max-width:800px) {
    #table {
        overflow: hidden;
    }
    #table>img {
        position: relative;
        width: auto;
        height: 100vh;
        transform: translateX(-90vh);
        overflow: hidden;
    }
    /*宽度小于等于320,同理*/
    .mytipimg {
        display: none;
    }
    .box-left {
        width: 100%;
    }
    .aboutto {
        padding: 10px;
    }
    .cantactus {
        padding: 20px;
    }
}