* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    color: #666;
}

#wrap-ymtl {
    width: 100%;
}

#wrap-ymtl .top {
    width: 100%;
    height: 150px;
    background: #ff7200;
    text-align: center;
    line-height: 150px;
    color: #fff;
    font-size: 36px;
}

.comShadow {
    -o-box-shadow: 0 0 36px 0 #dedede;
    box-shadow: 0 0 36px 0 #dedede;
}

#wrap-ymtl .content {
    width: 1000px;
    height: 422px;
    margin: 0 auto;
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 20px;
}

#wrap-ymtl .content .cont {
    width: 300px;
    height: 275px;
    margin: 50px auto 0 auto;
}

#wrap-ymtl .content .cont .cont-center {
    width: 275px;
    height: 275px;
    float: center;
    margin-left: 10px;
    background-color: #ffffff;
    background-image: url(../images/wechat.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#wrap-ymtl .bottom-banner {
    width: 1000px;
    margin: 0 auto;
}

#wrap-ymtl .bottom-banner img {
    width: 100%;
}

#wrap-ymtl .bottom {
    width: 1000px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    color: #999;
    line-height: 70px;
    font-size: 14px;
}

@media (max-width:800px) {
    #wrap-ymtl .top {
        height: 80px;
        font-size: 20px;
    }

    #wrap-ymtl .top span {
        display: block;
        height: 30px;
        line-height: 40px;
    }

    #wrap-ymtl .content {
        width: 100%;
        height: auto;
    }

    #wrap-ymtl .content .cont {
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
    }

    #wrap-ymtl .content .cont .cont-center {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #wrap-ymtl .content .cont .cont-right {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        margin-top: 0;
        text-align: center;
        line-height: 30px;
        height: auto;
    }
    #wrap-ymtl .bottom-banner {
        width: 95%;
        margin: 0 auto;
        margin-top: 20px;
        cursor: pointer;
    }

    #wrap-ymtl .bottom {
        width: 100%;
        line-height: 25px;
        font-size: 12px;
        padding: 5px;
        box-sizing: border-box;
    }