* {
    padding: 0;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}

img {
    display: block;
}

body {
    min-width: 1200px;
    font-family: arial;
}

/* 主体 */
.main {
    background: url(../images/bg_01.jpg) no-repeat center 0px,
        url(../images/bg_02.jpg) no-repeat center 676px,
        url(../images/bg_03.jpg) no-repeat center 1396px,
        url(../images/bg_04.jpg) no-repeat center 2094px,
        url(../images/bg_05.jpg) no-repeat center 2792px,
        url(../images/bg_06.jpg) no-repeat center 3489px,
        url(../images/bg_07.jpg) no-repeat center 4187px,
        url(../images/bg_08.jpg) no-repeat center 4885px;
    padding-top: 676px;
}

.center {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.list {
    margin-bottom: 64px;
}

.bottom {
    background: url(../images/list_middle.png) repeat-y;
    background-size: 100% auto;
    overflow: hidden;
}

.pic {
    width: 960px;
    margin: 0 auto;
    border-radius: 58px;
    margin-bottom: 30px;
}

.bottom p {
    width: 950px;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    padding-top: 28px;
}

.bottom span {
    font-size: 24px;
    color: #004af2;
    font-weight: bolder;
}

/* 底部 */
.footer {
    width: 100%;
    height: 148px;
    background: #003abd;
}

.footer_center {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.footer_left {
    padding-top: 27px;
}

.logo {
    position: absolute;
    right: 205px;
    bottom: 35px;
}

.phone {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tuandui {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.zhizuo,
.tel {
    color: #fff;
    font-size: 16px;
}

.zhizuo {
    margin-bottom: 5px;
}

.zhizuo span {
    margin-right: 25px;
}







