html {
    height: 100%;
}

* {
    font-family: 'Microsoft YaHei';
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: "Microsoft YaHei",SimHei,Arial;
    font-size: 24px;
    color: #999999;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    overflow: auto;
}

a {
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    float: left;
    width: 100%;
    text-align: left;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

img {
    border: 0px;
    height: auto;
}

img, input {
    vertical-align: middle;
}

.none {
    display: none;
}

.clear {
    width: 100%;
    height: 0;
    clear: both;
}

.header {
    height: 250px;
    background: url(../images/bg_header.png);
    text-align: center;
}

.panel {
    width: 1200px;
    float: none;
    margin: auto;
    background-color: white;
}

.footer {
    height: 147px;
    background: url(../images/bg_footer.png);
    text-align: center;
}

.content {
    background-color: #333333;
    text-align: center;
}

.menu {
    height: 100px;
    background-color: #032E40;
}

    .menu .menuItem div {
        margin-top: 10px;
        border-right: 1px #294d5c solid;
        text-align: center;
    }

        .menu .menuItem div a {
            color: white;
            font-size: 18px;
        }

    .menu .menuItem {
        width: 14%;
    }

    .menu .lastItem div {
        border-right: 1px #032E40 solid !important;
    }

    .menu .activeItem {
        background: url(../images/bg_menuArrow.png) bottom center no-repeat;
    }

.about td {
    padding: 10px;
}


/* slider css */
.slider {
    overflow: hidden;
    position: relative;
    height: 500px;
}

    .slider ul {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
    }

        .slider ul li {
            list-style: none;
            float: left;
            height: 100%;
            width: auto;
            text-align: center;
            background: center center no-repeat;
            background-size: 10% auto;
        }

            .slider ul li img {
                width: auto;
                height: 100%;
            }

    .slider .focusNum {
        width: 160px;
        height: 30px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .slider .focusNum a {
            display: inline-block;
            padding: 5px 10px;
            float: left;
            border: 1px solid #ccc;
            background-color: #fff;
            color: #000;
            text-align: center;
            font-size: 12px;
            line-height: 16px;
            margin-right: 5px;
        }

            .slider .focusNum a:hover {
                text-decoration: none;
                background-color: red;
                border: 1px solid #000;
            }

            .slider .focusNum a.hoverCl {
                text-decoration: none;
                background-color: red;
                border: 1px solid #000;
            }
