/* CSS空白 */
.blank1 {
    margin: 0 auto;
    height: 1px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank2 {
    margin: 0 auto;
    height: 2px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank3 {
    margin: 0 auto;
    height: 3px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank5 {
    margin: 0 auto;
    height: 5px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank8 {
    margin: 0 auto;
    height: 8px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank10 {
    margin: 0 auto;
    height: 10px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank15 {
    margin: 0 auto;
    height: 15px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank20 {
    margin: 0 auto;
    height: 20px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank25 {
    margin: 0 auto;
    height: 25px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank30 {
    margin: 0 auto;
    height: 30px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank35 {
    margin: 0 auto;
    height: 35px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank40 {
    margin: 0 auto;
    height: 40px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank45 {
    margin: 0 auto;
    height: 45px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank50 {
    margin: 0 auto;
    height: 50px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.blank60 {
    margin: 0 auto;
    height: 60px;
    font-size: 1px;
    clear: both;
    overflow: hidden
}

.am-g-fixed {
    max-width: 1170px;
}

ul,
li,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #000;
}

#header {
    background-image: url("../image/banner.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 1019px;
}

#layout1 {
    background-image: url("../image/01-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 599px;
}

.title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}

.box1 {
    width: 675px;
    height: 410px;
    margin-right: 40px;
    float: right;
}

.box2 {
    width: 675px;
    height: 410px;
    float: left;
    margin: 0 0 0 30px;
}

#layout2 {
    background-image: url("../image/02-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 606px;
}

#layout3 {
    background-image: url("../image/03-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 555px;
}

#layout3 .img img {
    border-radius: 200px;
    width: 165px;
    height: 165px;
}

/* 窗口宽度<768,设计宽度=640 手机*/
@media screen and (max-width:767px) {
    #header {
        background-image: url("../image/sj-banner.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
        height: 560px;
    }

    #layout1 {
        background: #f6f8ed url(../image/zx-sj.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 599px;
    }

    #layout2 {
        background: #f6f8ed url(../image/gs-sj.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        height:745px;
    }
    #layout3 {
        background: #f6f8ed url(../image/ms-sj.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        height:1080px;
    }
    .box1 {
        width: 100%;
        height: 410px;
        margin-right: 0;
        float: inherit;
        margin-top: 55px;
        padding: 15px;
    }

    .box2 {
        width: 100%;
        height: 410px;
        margin: 0;
        float: inherit;
        margin-top: 55px;
        padding: 15px;
    }
    .box3 {
        width: 100%;
        height: 410px;
        margin: 0;
        float: inherit;
        margin-top: 55px;
        padding: 15px;
        text-align: center;
    }
}