﻿body, td, th {
    font-size: 12px;
    font-family: "微软雅黑";
}

body {
    margin: 0;
    padding: 0;
    background-color:#f5f5f5;
}

* {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}
#body {
    width: 100%;
    height: 950px;
    float: left;
}
#top {
    width: 100%;
    height: 100px;
    background-color: #EEEEEE;
}

#top #logo {
    width: 100%;
    height: 100px;
    background: url(/Images/LOGO1.png) no-repeat 50px center;
}
#center {
    width: 100%;
    height: 800px;
    background-color: #D9EAF8;
    padding: 30px 0 0 0;
}
#center #centerbg{
    width: 100%;
    height: 800px;
    background: url(/Images/part1_bg.png) repeat-x left bottom;
}
#center #title{
    width:100%;
    height:100px;
    line-height:50px;
    font-size:28px !important;
    font-weight:400;
    color:#3C3C3C;
    text-align:center;
}
#center #content{
    width:100%;
    height:auto;
    margin:0 0 0 0;
}
#center #content ul{
    width:500px;
    height:auto;
    margin: 20px auto;
}
#center #content ul li{
    height:42px;
    line-height:42px;
    font-size:14px;
    color:#212529;
    float:left;
}
#center #content ul li:nth-child(1),#center #content ul li:nth-child(2){
    border-top:solid 1px #000000;
}
#center #content ul li:nth-child(2n+1) {
    width:143px;
    font:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    border-left:solid 1px #000000;
    border-right:solid 1px #000000;
    border-bottom:solid 1px #000000;
    text-align:right;
    text-indent: initial;
    padding:0 15px 0 0;
}
#center #content ul li:nth-child(2n) {
    width:339px;
    border-right:solid 1px #000000;
    border-bottom:solid 1px #000000;
    text-align:left;
    text-indent:10px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and(-0-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen 
and (min-device-pixel-ratio: 1.5) {
    #top {
        height: 66.7px;
    }
    #top #logo{
        height: 66.7px;
        background-size: 66.7%;
    }
    #center {
        height: 580px;
        padding: 30px 0 0 0;
    }
    #center #centerbg{
        height: 580px;
        background-size: 66.7%;
    }
    #center #title {
        height:60px;
        line-height:30px;
        font-size: 24px !important;
    }
    #center #content ul{
        width:80%;
    }
    #center #content ul li{
        height:32px;
        line-height:32px;
        font-size:12px;
    }
    #center #content ul li:nth-child(2n+1) {
        width:19%;
         padding:0 10px 0 0;
    }
    #center #content ul li:nth-child(2n) {
        width:74%;
        text-indent:5px;
    }
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and(-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio:2), only screen and 
(min-device-pixel-ratio: 2) {
    #top {
        height: 50px;
    }
    #top #logo {
        height: 50px;
        background-size: 50%;
    }
    #center {
        height: 580px;
        padding: 30px 0 0 0;
    }
    #center #centerbg{
        height: 580px;
        background-size: 80%;
    }
    #center #title {
        height:60px;
        line-height:30px;
        font-size: 18px !important;
    }
    #center #content ul{
        width:80%;
    }
    #center #content ul li{
        height:32px;
        line-height:32px;
        font-size:12px;
    }
    #center #content ul li:nth-child(2n+1) {
        width:19%;
    }
    #center #content ul li:nth-child(2n) {
        width:74%;
    }
}
#bottom {
    width: 100%;
    height: 50px;
    line-height:50px;
    font-size:16px;
    color:#999;
    text-align:center;
    background-color: #EEEEEE;
}