﻿body {
    background-color: #ffffef;
    font-family: Arial, 'Microsoft YaHei';
    font-size: 18px;
    margin: 0 auto;
}

.contents {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.menu {
    width: 100%;
    /*background: url(../images/menubg.png);*/
    background-color:rgba(0, 0, 0, 0.5);
    height: 81px;
    position:absolute;
    z-index:999999;
}

.fb {
    width: 120px;
    float: right;
    margin-top: 30px;
    display: block;
}

.imgFB {
    cursor: pointer;
    margin-left: 5px;
}

.foots {
    width: 100%;
    min-height: 40px;
    float: left;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-top: 4px solid #931818;
    line-height: 20px;
}

.siteItem {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 40px;
}

    .siteItem img {
        width: 130px;
        height: 140px;
        cursor: pointer;
    }

.siteItme div {
    margin-top: 8px;
    font-size: 18px;
    font-family: Arial;
    color: #303030;
}

.siteItem span {
    font-size: 16px;
    font-family: 'Microsoft YaHei',Arial;
}

.cRight {
    width: 50%;
    float: left;
    text-align: right;
    line-height: 70px;
}

.cInfo {
    width: 50%;
    float: left;
}



.MenuList {
    float:right;
    display: block;
    list-style: none;
    height: 81px;
    font-family:  Arial;
    font-size: 16px;
    margin-top: 0px;
    margin-right:0px;
    font-weight:normal;
    padding:0px;
}

    .MenuList li {
        float: left;
        color: #fff;
        /*padding-left: 30px;
        padding-right: 30px;*/
        text-align: center;
        cursor: pointer;
        height: 81px;
        line-height: 20px;
        letter-spacing:1px;
        font-weight:normal;
        font-size:17px;
    }

        .MenuList li:hover {
            background:  rgba(177, 27, 45, 0.84);
        }

    .MenuList span {
        font-family: 'Microsoft YaHei',Arial;
        font-size: 17px;
    }
    .MenuList div{
        padding-left: 30px;
        padding-right: 30px;
    }
    .myItems{
        width:100%
    }
    .myItems:hover{
         background:  rgba(177, 27, 45, 0.84);
    }
#m1 {
    display: none;
    margin-right: 5px;
}

#m2 {
    display: none;
    margin-right: 5px;
}

.sMenu {
    background-color: rgba(0, 0, 0, 0.69);
    display: none;
    list-style: none;
    position: absolute;
    right: 0px;
    top: 60px;
    width: 100%;
}

.sMenuitem {
    line-height: 30px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
    font-family: Arial;
}

    .sMenuitem:hover {
        background-color: #3ae3f5;
        color: #fff;
    }

#menu1 {
    display: block;
}

#menu2 {
    display: none;
}

.itemActive {
    background: url(../images/menu.png) no-repeat right #76e6fd;
}

.pbItem {
    width: 33.333333%;
    float: left;
    text-align: center;

    padding-bottom: 20px;
}

    .pbItem img {
        width: 85%;
    }

.psItem {
    width: 25%;
    float: left;
    text-align: center;

    padding-bottom: 20px;
}

    .psItem img {
        width: 85%;
    }

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

    .pbItem {
        width: 33.333333%;
        float: left;
        text-align: center;
        /*background-color: #fff;*/
        padding-bottom: 20px;
    }

        .pbItem img {
            width: 85%;
        }

    .psItem {
        width: 25%;
        float: left;
        text-align: center;
        /*background-color: #fff;*/
        padding-bottom: 20px;
    }

        .psItem img {
            width: 85%;
        }

    #menu1 {
        display: block;
    }

    #menu2 {
        display: none;
    }

    .contents {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
    }

    .menu {
        width: 100%;
        background:rgba(0, 0, 0, 0.80);
        height: 81px;
        
    }


    .fb {
        width: 120px;
        float: right;
        margin-top: 30px;
        display: block;
    }

    .imgFB {
        cursor: pointer;
        margin-left: 5px;
    }

    .foots {
        width: 100%;
        min-height: 40px;
        float: left;
        background-color: #000;
        color: #fff;
        font-size: 16px;
        border-top: 4px solid #931818;
        line-height: 20px;
    }

    .siteItem {
        width: 20%;
        float: left;
        text-align: center;
        margin-top: 40px;
    }

        .siteItem img {
            width: 130px;
            height: 140px;
            cursor: pointer;
        }

    .siteItme div {
        margin-top: 8px;
        font-size: 18px;
        font-family: Arial;
        color: #303030;
    }

    .siteItem span {
        font-size: 16px;
        font-family: 'Microsoft YaHei',Arial;
    }

    .cRight {
        width: 50%;
        float: left;
        text-align: center;
    }

    .cInfo {
        width: 50%;
        float: left;
    }

    #m1 {
        display: none;
        margin-right: 5px;
    }

    #m2 {
        display: none;
        margin-right: 5px;
    }

    .sMenu {
        background-color: rgba(0, 0, 0, 0.69);
        display: none;
        list-style: none;
        position: absolute;
        right: 0px;
        top: 60px;
        width: 100%;
    }

    .sMenuitem {
        line-height: 30px;
        color: #fff;
        text-align: right;
        padding-right: 20px;
        cursor: pointer;
        font-family: Arial;
    }

        .sMenuitem:hover {
            background-color: #3ae3f5;
            color: #fff;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
        body {
        background-color: #ffffff;
        font-family: Arial, 'Microsoft YaHei';
        font-size: 18px;
        margin: 0 auto;
    }

    .pbItem {
        width: 33.333333%;
        float: left;
        text-align: center;
        /*background-color: #fff;*/
        padding-bottom: 20px;
    }

        .pbItem img {
            width: 85%;
        }

    .psItem {
        width: 33.33333%;
        float: left;
        text-align: center;
        /*background-color: #fff;*/
        padding-bottom: 20px;
    }

        .psItem img {
            width: 85%;
        }

    #menu2 {
        display: block;
    }

    #menu1 {
        display: none;
    }

    .contents {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
    }

    .menu {
        width: 100%;
         background:rgba(0, 0, 0, 0.80);
        height: 81px;
    }

    .fb {
        width: 120px;
        float: right;
        margin-top: 30px;
        display: block;
    }

    .imgFB {
        cursor: pointer;
        margin-left: 5px;
    }

    .foots {
        width: 100%;
        min-height: 40px;
        float: left;
        background-color: #000;
        color: #fff;
        font-size: 16px;
        border-top: 4px solid #931818;
        line-height: 20px;
    }

    .siteItem {
        width: 25%;
        float: left;
        text-align: center;
        margin-top: 40px;
    }

        .siteItem img {
            width: 130px;
            height: 140px;
            cursor: pointer;
        }

    .siteItme div {
        margin-top: 8px;
        font-size: 18px;
        font-family: Arial;
        color: #303030;
    }

    .siteItem span {
        font-size: 16px;
        font-family: 'Microsoft YaHei',Arial;
    }

    .cRight {
        width: 100%;
        float: left;
        text-align: left;
    }

    .cInfo {
        width: 100%;
        float: left;
    }

    #m1 {
        display: none;
        margin-right: 5px;
    }

    #m2 {
        display: block;
        margin-right: 5px;
    }

    .sMenu {
        background-color: rgba(0, 0, 0, 0.69);
        display: none;
        list-style: none;
        position: absolute;
        right: 0px;
        top: 80px;
        width: 100%;
    }

    .sMenuitem {
        line-height: 30px;
        color: #fff;
        text-align: right;
        padding-right: 20px;
        cursor: pointer;
        font-family: Arial;
    }

        .sMenuitem:hover {
            background-color: #3ae3f5;
            color: #fff;
        }
}

@media only screen and (min-width:480px) and (max-width: 767px) {
    .menu {
    width: 100%;
    /*background: url(../images/menubg.png);*/
    background-color:rgba(27, 60, 77, 0.75);
    height: 81px;
    /*position:absolute;
    z-index:999999;*/
}
    .htmleaf-container {
    padding-top:81px;
    }
        body {
        background-color: #ffffff;
        font-family: Arial, 'Microsoft YaHei';
        font-size: 18px;
        margin: 0 auto;
    }
    .pbItem {
        width: 50%;
        float: left;
        text-align: center;
        /*background-color: #fff;*/
        padding-bottom: 20px;
    }

        .pbItem img {
            width: 85%;
        }

    .psItem {
        width: 50%;
        float: left;
        text-align: center;
        /*background-color: #fff;*/
        padding-bottom: 20px;
    }

        .psItem img {
            width: 85%;
        }

    #menu1 {
        display: none;
    }

    #menu2 {
        display: block;
    }

    .sMenu {
        background-color: rgba(0, 0, 0, 0.69);
        display: none;
        list-style: none;
        position: absolute;
        right: 0px;
        top: 60px;
        width: 100%;
    }

    .sMenuitem {
        line-height: 30px;
        color: #fff;
        text-align: right;
        padding-right: 20px;
        cursor: pointer;
    }

        .sMenuitem:hover {
            background-color: #3ae3f5;
            color: #fff;
        }

    #m1 {
        display: block;
        margin-right: 5px;
    }

    #m2 {
        display: none;
        margin-right: 5px;
    }

    .MenuList {
        display: none;
    }

    .contents {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
    }



    .fb {
        width: 120px;
        float: right;
        margin-top: 30px;
        display: block;
    }

    .imgFB {
        display: block;
        cursor: pointer;
        margin-left: 5px;
        float: left;
    }

    .foots {
        width: 100%;
        min-height: 40px;
        float: left;
        background-color: #000;
        color: #fff;
        font-size: 16px;
        border-top: 4px solid #931818;
        line-height: 20px;
    }

    .siteItem {
        width: 50%;
        float: left;
        text-align: center;
        margin-top: 40px;
    }

        .siteItem img {
            width: 130px;
            height: 140px;
            cursor: pointer;
        }

    .siteItme div {
        margin-top: 8px;
        font-size: 18px;
        font-family: Arial;
        color: #303030;
    }

    .siteItem span {
        font-size: 16px;
        font-family: 'Microsoft YaHei',Arial;
    }

    .cRight {
        width: 100%;
        float: left;
        text-align: left;
        line-height: 22px;
    }

    .cInfo {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width:280px) and (max-width: 479px) {
    .menu {
    width: 100%;
    /*background: url(../images/menubg.png);*/
    background-color:rgba(27, 60, 77, 0.75);
    height: 81px;
    /*position:absolute;
    z-index:999999;*/
}
    .htmleaf-container {
    padding-top:81px;
    }
    body {
        background-color: #ffffff;
        font-family: Arial, 'Microsoft YaHei';
        font-size: 18px;
        margin: 0 auto;
    }

    .pbItem {
        width: 50%;
        float: left;
        text-align: center;
        /*background-color: #fff;*/
        padding-bottom: 20px;
    }

        .pbItem img {
            width: 85%;
        }

    .psItem {
        width: 50%;
        float: left;
        text-align: center;
        /*background-color: #fff;*/
        padding-bottom: 20px;
    }

        .psItem img {
            width: 85%;
        }

    #menu1 {
        display: none;
    }

    #menu2 {
        display: block;
    }

    #m1 {
        display: block;
        margin-right: 5px;
    }

    #m2 {
        display: none;
        margin-right: 5px;
    }

    .MenuList {
        display: none;
    }

    .contents {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
    }



    .fb {
        width: 120px;
        float: right;
        margin-top: 30px;
        display: block;
    }

    .imgFB {
        display: block;
        cursor: pointer;
        margin-left: 5px;
        float: left;
    }

    .foots {
        width: 100%;
        min-height: 40px;
        float: left;
        background-color: #000;
        color: #fff;
        font-size: 16px;
        border-top: 4px solid #931818;
        line-height: 20px;
    }

    .siteItem {
        width: 50%;
        float: left;
        text-align: center;
        margin-top: 40px;
    }

        .siteItem img {
            width: 130px;
            height: 140px;
            cursor: pointer;
        }

    .siteItme div {
        margin-top: 8px;
        font-size: 18px;
        font-family: Arial;
        color: #303030;
    }

    .siteItem span {
        font-size: 16px;
        font-family: 'Microsoft YaHei',Arial;
    }

    .cRight {
        width: 100%;
        float: left;
        text-align: left;
        line-height: 22px;
    }

    .cInfo {
        width: 100%;
        float: left;
    }
}
