#searchtxt .container {
    background-image: url(../images/zs/indextop.png);
    background-repeat: no-repeat;
    height: 400px;
    width: 1170px;
    min-width: 1170px;
}

/*searchbox*/

.searchbox {
    width: 603px;
    height: 58px;
    padding-top: 140px;
    position: absolute;
    z-index: 99;
    min-width: 1170px;
    margin: 0px auto;
}

    .searchbox .l {
        width: 603px;
        height: 58px;
        text-align: center;
        margin: auto;
    }

    .searchbox .m {
        height: 62px;
        background: url(../images/search.png) no-repeat 0 0;
        width: 383px;
        float: left;
    }

.mbtn {
    float: left;
}

.searchbox .mbtn .searchbut {
    cursor: pointer;
    border: 0;
    width: 110px;
    height: 62px;
    background: url(../images/search.png) no-repeat -590px 0;
}

.searchbox .m input {
    border: 0;
    padding-left: 55px;
    padding-top: 20px;
    padding-right: 0px;
    background: none;
    font-size: 19px;
    font-weight: bold;
    color: #98BC00;
    width: 460px;
    float: left;
}
.searchbut1 {
    float: right;
    cursor: pointer;
    border: 0;
    width: 110px;
    height: 62px;
    background: url(../images/search.png) no-repeat -700px 0;
}
.searchbox .mbtn .searchbut2 {
    cursor: pointer;
    border: 0;
    width: 110px;
    height: 62px;
    background: url(../images/search2.png) no-repeat -700px 0;
}
/*end sreachbox*/

/*one stare*/
.topmenu {
    /*padding: 20px 0px 0px 0px;*/
    border: 0px none;
    height: 140px;
    display: inline-block;
    margin-top: -130px;
}

    .topmenu li {
        list-style: none;
        float: left;
        margin-right: 50px;
        cursor: pointer;
    }

        .topmenu li a {
            display: block;
            width: 60px;
            height: 60px;
            display: block;
            padding: 10px;
            border-radius: 15px;
            border: 0px dotted #1dd2af;
            background: #fff;
        }

        .topmenu li:hover a {
            border: 0px none;
            background: #fff;
        }

        .topmenu li span {
            width: 60px;
            height: 60px;
            display: block;
        }

    .topmenu .rcsp_1 span {
        background: url(../images/select/s1.png) no-repeat bottom center;
    }

    .topmenu .rcsp_2 span {
        background: url(../images/select/s23.png) no-repeat bottom center;
    }

    .topmenu .rcsp_3 span {
        background: url(../images/select/s3.png) no-repeat bottom center;
    }

    .topmenu .rcsp_4 span {
        background: url(../images/select/s4.png) no-repeat bottom center;
    }

    .topmenu .rcsp_1:hover span,
    .topmenu .rcsp_2:hover span,
    .topmenu .rcsp_3:hover span,
    .topmenu .rcsp_4:hover span {
        transition: background 0.3s;
        -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
    }

    .topmenu .rcsp_1:hover span {
        background: url(../images/select/s1.png) no-repeat top center;
    }

    .topmenu .rcsp_2:hover span {
        background: url(../images/select/s23.png) no-repeat top center;
    }

    .topmenu .rcsp_3:hover span {
        background: url(../images/select/s3.png) no-repeat top center;
    }

    .topmenu .rcsp_4:hover span {
        background: url(../images/select/s4.png) no-repeat top center;
    }

    .topmenu li h4 {
        line-height: 18px;
        text-align: center;
        display: block;
        color: #333;
        width: 90px;
    }

    .topmenu li:hover h4 {
        color: #1dd2af;
    }

    .topmenu li strong {
        border-bottom: 1px solid #24d2b0;
        position: relative;
        display: block;
        margin-top: 15px;
        z-index: 4;
    }

        .topmenu li strong i {
            display: none;
            position: absolute;
            width: 0px;
            height: 0px;
            border: 10px solid transparent;
            display: block;
            left: 50%;
            margin-left: -9px;
            border-top-color: #1dd2af;
        }

.pscontent {
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2em;
    line-height: 25px;
    border-radius: 15px;
}

.HeXingMiaoShu {
    font-size: 14px;
    word-spacing: 2px;
    line-height: 28px;
}

.showrowitem {
    height: 40px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.theader {
    background-color: #8fc7ad;
    color: #4a4848;
    font-weight: 600;
}

.trcontent {
    background-color: #f1f2ee;
}

table {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    table td {
        border: 2px solid white;
        width: 50px;
        height: 40px;
    }
/*one end*/
