﻿* {
    padding:0px;
    font-family:"微软雅黑",Arial
}


.page {
    width: 1000px;
    margin: 0 auto;
    background: white;
}

.menu {
    height: 40px;
    line-height: 40px;
    background: linear-gradient(0deg,#095DA5, #2570D5) 0px 0px repeat-x;
    background-color: #2570D5;
    line-height: 30px;
    text-align: center;
    font-size: 0px;
}

.header {
    text-align: center;
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    background: url(skin/header.png) no-repeat 0px 5px;
    position: relative;
}

.menu a:first-of-type {
    border-left: none;
}

.menu a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 100px;
    padding: 3px 20px 3px 20px;
    border-right: solid 1px #4d7194;
    border-left: solid 1px #002447;
    text-decoration: none;
}

body {
    padding:20px 150px;
    margin:auto;  
}

h1 {
    text-align:center;
}

p,li{
    text-indent:2em;
   line-height:30px;
}

li{
    margin-left:60px;
}

.article {
    font-size:14px;
    text-indent:2pc;
    color:black;
    font-weight:normal;
    text-align:center;
}

.banner {
    height: 100px;
    line-height: 100px;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: left;
    background: url(skin/banner_bg.png) repeat-y left;
    background-size: 1000px 100px;
    font-size: 200%;
    text-indent: 5pc;
    color: white;
}

.footer {
    text-align: center;
    line-height: 20px;
    color: #555555;
    font-family: Tahoma;
    font-size: 12px;
}