﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.top {
    width: 100%;
    height: 40px;
    background-color: #fff;
}

.relative {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    height: 1200px;
    margin: 0 auto;
}
    .container .nav {
        width: 100%;
        height: 60px;
    }

        .container .nav .navCenter {
            width: 1200px;
            height: 60px;
            margin: 0 auto;
        }

            .container .nav .navCenter .logo {
                width: 159px;
                height: 53px;
                float: left;
                margin-top: 4px;
            }

            .container .nav .navCenter ul {
                width: 795px;
                height: 60px;
                float: right;
                margin-top: 0px;
            }

                .container .nav .navCenter ul li {
                    width: 150px;
                    height: 60px;
                    float: left;
                    margin-left: 7px;
                    position: relative;
                }

                    .container .nav .navCenter ul li a {
                        width: 100px;
                        height: 60px;
                        display: block;
                        line-height: 70px;
                        font-size: 16px;
                        text-align: center;
                        color: #7e7e7e;
                        margin-left: 25px;
                    }

                    .container .nav .navCenter ul li em {
                        width: 0;
                        height: 3px;
                        display: block;
                        position: absolute;
                        left: 50%;
                        bottom: 0;
                        background-color: #69bef7;
                    }

                    .container .nav .navCenter ul li.on em {
                        width: 100px;
                        transition: all 0.5s;
                        left: 25px;
                        color:#000;
                    }

                    .container .nav .navCenter ul li:hover em {
                        width: 100px;
                        transition: all 0.5s;
                        left: 25px;
                        color: #000;
                    }



    .container .banner {
        background: url(../img/business.jpg) no-repeat center top;
        height: 284px;
    }

    .container ol {
        padding-top: 30px;
    }

        .container ol li {
            padding: 30px 40px;
        }

            .container ol li h3, #business ol li p {
                width: 1000px;
                margin: 0 auto;
                margin-bottom: 14px;
            }

        .container ol h3 {
            font-size: 18px;
            color: #888888;
            font-weight: 500;
            padding-bottom: 14px;
            border-bottom: 1px solid #d5d5d5;
        }

    .container ol h3 em {
        color: #484848;
        font-weight: 600;
    }

            .container ol h3 b {
                display: inline-block;
                width: 2px;
                height: 23px;
                color: #5190f1;
                float: left;
                background-color: #5190f1;
                margin-right: 23px;
                margin-left: 5px;
            }
        .containers ol li h3, .container ol li p {
            width: 940px;
            margin: 0 auto;
            margin-top: 8px;
        }
        .container ol p {
            font-size: 14px;
            color: #888888;
        }

    .container.odd {
        background: #f6f6f6;
    }

.containerul {
    background: #f6f6f6;
}

.foot {
    width: 100%;
    height: 236px;
    background-color: #01102a;
}

    .foot .foot_center {
        width: 660px;
        height: 236px;
        margin: 0 auto;
    }

        .foot .foot_center .footLeft {
            width: 229px;
            height: 76px;
            float: left;
            margin-top: 80px;
        }

        .foot .foot_center .footRight {
            width: 420px;
            height: 236px;
            float: right;
            margin-top: 0px;
        }

            .foot .foot_center .footRight span {
                width: 100%;
                height: 30px;
                float: left;
                margin-top: 60px;
                line-height: 30px;
                text-align: left;
                color: #fff;
                font-size: 25px;
                display: block;
                font-family: FZKai-Z03S;
                text-align: center;
            }

            .foot .foot_center .footRight em {
                width: 100%;
                height: 30px;
                float: left;
                margin-top: 20px;
                line-height: 30px;
                text-align: left;
                color: #fff;
                font-size: 18px;
                display: block;
                text-align: center;
            }

            .foot .foot_center .footRight a {
                width: 100%;
                height: 30px;
                float: left;
                margin-top: 20px;
                line-height: 30px;
                text-align: right;
                color: #fff;
                font-size: 18px;
                display: block;
                text-align: center;
            }