*{
    margin: 0;
    padding: 0;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;;
}

ul li {
    list-style-type: none;
}

table {
    border:0;
}

.header {
    width: 100%;
    height: 100px;
    background-color: #5765c6;
    color: #fff;
}

.header-menu {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    background-color: #5765c6;
}

.logo {
    display: block;
    float: left;
    line-height: 100px;
    height: 100px;
    font-size: 24px;
}

.logo img{
    vertical-align: middle;
    height: 100%;
}

.menu-box {
    text-align: center;
    margin: 0 auto;
}

.menu-list-content {
    height: 100px;
    float: right;
}

.menu-list-content li {
    float: left;
    cursor: pointer;
    height: 100px;
    line-height: 100px;
    text-align: left;
}

.menu-list-content li a {
    color: #fff;
    text-decoration: none;
    line-height: 100px;
}


.menu-list-content li:hover {
    color: #ffd101;
    background-color: black;
    height: 100px;
    line-height: 100px;
}

.menu-list-box {
    padding: 0 40px;
}


.top-banner{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.top-banner img {
  
}


.content {
    width: 100%;
    padding-top: 40px;
}

.content-zcs {
    width: 1200px;
    margin: 0 auto;
}

.content-zcs table tr td{
    padding-top: 40px;!important;
}
.content-zcs-pic {
    width: 600px;
}

.content-zcs-text {
    width: 600px;
    padding-left: 60px;
}

.content-zcs-text h2 {
    color: #111;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}

.content-zcs-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 15px auto;
}

.about-us {
    background-color: #ffe9b7;
    width: 100%;
    margin-top: 80px;
}

.about-us-zcs {
    padding: 60px 0;
    width: 1200px;
    margin: 0 auto;
}

.about-us-pic {
    width: 600px;
}

.about-us-zcs td {
    padding-top: 20px;
    vertical-align: top;
}

.about-us-zcs p {
    font-size: 14px;
    color: #333;
}

.about-us-zcs h3 {
    color: #111111;
    font-size: 18px;
}

.footer {
    height: 120px;
    width: 100%;
    background-color: #5765c6;
}

.footer-text {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color:#eee;
}
