body {
    background: url(bg.png) top center no-repeat;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header a:nth-child(1) {
    position: absolute;
    top: 20px;
    left: 0;
}

.header a:nth-child(2) {
    position: absolute;
    top: 20px;
    right: 0;
}

.header {
    height: 450px;
}

.cys {
    background: url(cys_bg.png) top center no-repeat;
    height: 272px;
}

.cys_con {
    padding: 96px 40px 50px;
}

.cys_con p {
    line-height: 35px;
}

.cys_con p a {
    color: #21a674;
}

.con_list .item {
    width: 570px;
    margin-top: 40px;
}

.item .title>span.r {
    line-height: 63px;
}

.item .title>span.r a {
    color: #21a674;
}

.item_list ul {
    margin-top: 15px;
}

.item_list ul li {
    height: 48px;
    line-height: 48px;
    position: relative;
}

.item_list ul li a {
    display: inline-block;
    width: 81%;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden;
}

.item_list ul li a::after {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    background: url(dot.png) left center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item_list ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.item_list ul li:hover a {
    color: #1658a0;
}

.sxz_footer_box {
    background: #36b776;
    height: 171px;
    overflow: hidden;
}

.sxz_multistage_list {
    display: none;
}

.sxz_footer_message_right_font_size {
    color: #fff;
}

.sxz_footer_message_right_font_size a {
    color: #fff;
}

.sxz_footer_message_left a {
    color: #fff;
}