body {
    margin: 0px;
    padding:0px; 
    font-size:1em; 
    color:#333; 
    min-width:1100px; 
    font-family: 'Microsoft YaHei';
    background-color: #ffffff;
}

form, div, ul, li, dl, dt, dd, p{ 
    border:0px; 
    margin:0px; 
    padding:0px; 
}

li{
    list-style-type:none;
}

img{
    border:0px;
    vertical-align:top;
}

input{ 
    outline:none;
}

a{
    text-decoration: none; 
    outline:none;
}

a:link,a:visited {
    color:#444;
}

a:hover {
    color:#F00;
}

a.tag{ 
    margin-right:10px; 
}

a.tag:link, a.tag:visited{
    padding:3px 5px; 
    background-color:#5cb85c; 
    color:#FFF;
    border-radius:3px;  
    outline:none;	
}

a.tag:hover{ 
    color:#F00; 
}

.nav {
    border-bottom: 1px solid #cccccc;
    line-height: 3;
    padding-top: 10px;
}

.w1280 {
    width: 1280px;
    margin: auto auto;
}

.header {
    height: 158px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header > div:nth-child(1) > p:nth-child(1) {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #e20000;
}

.header > div:nth-child(1) > p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    color: #e20000;
}

.header > div:nth-child(2) > p:nth-child(1) {
    text-align: right;
    font-size: 25px;
    color: #e9345b;
}

.header > div:nth-child(2) > p:nth-child(2) {
    margin-top: 14px;
    font-size: 30px;
    color: #df214a;
}

.menus {
    height: 42px;
    background: #e20000;
}

.menus > .w1280 {
    display: flex;
    justify-content: space-between;
    line-height: 42px;
    height: 42px;
}

.menus > .w1280 > li > a {
    font-size: 20px;
    color: #fff;
}

.footer {
    background: #e20000;
}

.footer > .w1280 {
    line-height: 102px;
    color: #fff;
    display: flex;
    justify-content: space-around;
}

.footer > .w1280 > span > a {
    color: #fff;;
}