@charset "gb2312";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

    a:hover {
        text-decoration: underline;
    }

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
    overflow: hidden;
}

.clearfix {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.fontS12 {
    font-size: 12px;
}

.fontS26 {
    font-size: 30px;
}

.fontF01 {
    font-family: "Microsoft yahei";
}

.fontC21, .fontC21:visited {
    color: #c4132f;
}

.fontBold {
    font-weight: bold;
}

body {
    background: #dff5ff;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}
/* ------------------------------------------------------- *
 * content
 * ------------------------------------------------------- */
.banner {
    height: 546px;
    background: url(pic01.jpg) center no-repeat;
}

.btn01 {
    width: 1000px;
    margin: 0 auto;
    height: 520px;
}

    .btn01 .btn_box {
        width: 230px;
        height: 200px;
        padding: 296px 0 0 666px;
        *padding: 316px 0 0 666px;
    }

        .btn01 .btn_box a {
            display: block;
            width: 190px;
            height: 60px;
            line-height: 60px;
            font-size: 22px;
            font-family: "Microsoft yahei";
            padding-left: 50px;
            border-radius: 8px;
            margin-top: 15px;
            background: #05435f;
            background: rgba(6,67,95,0.8);
            position: relative;
            color: #fff;
        }

            .btn01 .btn_box a span, .btn02 a span {
                display: block;
                width: 40px;
                height: 45px;
                position: absolute;
                background: url(icon.png) no-repeat;
                _background: url(icon.jpg) no-repeat;
            }

            .btn01 .btn_box a span {
                top: 10px;
                left: 10px;
            }

.btn02 a span {
    top: 12px;
    left: 16px;
}

.btn01 .btn_box a span.icon01 {
    background-position: 0 0;
}

.btn01 .btn_box a span.icon02, .btn02 a span.icon04 {
    background-position: 0 -51px;
}

.btn02 a span.icon03 {
    background-position: 0 -98px;
}

.btn02 a span.icon04 {
    _background-position: 0 -158px;
}

.btn02 a {
    display: block;
    width: 182px;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
    font-family: "Microsoft yahei";
    background: url(btnbg.jpg) repeat-x;
    border-radius: 8px;
    padding-left: 70px;
    margin: 10px 0 0 360px;
    border: #f49101 solid 1px;
    position: relative;
    color: #fff;
}

.foot {
    color: #006a9b;
    font-size: 12px;
    line-height: 20px;
    height: 120px;
    background: url(bg13.jpg) center no-repeat;
}

    .foot .w1000 {
        padding-top: 25px;
        text-align: center;
    }

        .foot .w1000 a {
            color: #006a9b;
        }
