body {
    margin: 0;
    font-family:'Microsoft YaHei' !important;
min-width:1366px}

.zs_top_a {
    color: #fff;
    cursor: pointer;
    text-decoration: none
;}

    .zs_top_a:hover {
        color: #f66;
        cursor: pointer
    ;}

.zs_menu1 li {
    width: 160px;
    height: 35px;
    font-size: 20px;
    float: left;
    display: block;
    background-color: #023bb0;
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
    cursor: pointer;}

    .zs_menu1 li:hover {
        color: #f86;
        background-color: #00349a;}

.zs_menu1_a {
    display: block;
    width: 160px;
    height: 35px;
    color: #fff;
    text-decoration: none
;}

    .zs_menu1_a:hover {
        color: #f86;
        background-color: transparent
    ;}

.zs_menu2 {
    display: none;
    margin-left: -40px
;}

.zs_menu1_item:hover .zs_menu2 {
    display: block
;}

.zs_menu2_item {
    background-color: #023bb0;
    color: #fff;
    padding-left: 45px !important;
    width: 200px !important;
    text-align: left !important
;}

.zs_menu1_a:hover .zs_submenu1 {
    display: block;
    color: #fff;
    background-color: #023bb0
;}

.zs_menu2_item:hover {
    background-color: #029 !important
;}

.zs_menu3 {
    display: none;
    margin-left: 160px;
    margin-top: -33px
;}

.zs_menu2_item:hover .zs_menu3 {
    display: block
;}

.zs_menu3 li {
    color: #fff;
    text-align: left;
    padding-left: 30px
;}

    .zs_menu3 li:hover {
        background-color: #029
    ;}

.zs_menu3 a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    height: 100% !important
;}

    .zs_menu3 a:hover {
        color: #f86;}

.zs_menu2_tail {
    height: 195px !important;
    background-image: url(../img/menu_tail.png);
    cursor: default !important
;}

@keyframes zs_top_move {
    from {
        height: 200px;}

    to {
        height: 0px;}
}

/*Safari 和 Chrome:*/
@-webkit-keyframes zs_top_move {
    from {
        height: 200px;}

    to {
        height: 0px;}
}

@media screen and (max-width: 1440px) {.zs_plan_div{width:100%}}