        /* 本例子css */
        .slideBox {
            width: 1200px;
            height: 400px;
            overflow: hidden;
            position: relative;
            margin: 0 auto;}

        .slideBox .hd {
            height: 15px;
            overflow: hidden;
            position: absolute;
            left: 50%;
            bottom: 5px;
            z-index: 1;
            transform: translate(-50%);}

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;}

        .slideBox .hd ul li {
            float: left;
            margin-right: 2px;
            width: 15px;
            height: 15px;
            line-height: 14px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            padding: 0;
            width: 13px;
            height: 13px;
            background: #fff;
            border-radius: 50%;}

        .slideBox .hd ul li.on {
            background: #01b553;}

        .slideBox .bd {
            position: relative;
            height: 100%;
            z-index: 0;}

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;}

        .slideBox .bd img {
            width: 1200px;
            height: 400px;
            display: block;}

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideBox .prev {
            left: auto;
            right: 3%;
            background-position: 8px 5px;}


        .slideBox .prev {
            position: absolute;
            left: 3%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 36px;
            height: 40px;
            background: url(images/zjt.png) 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: 0.5;}

        .slideBox .next {
            position: absolute;
            left: 3%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 36px;
            height: 40px;
            background: url(images/yjt.png) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: 0.5;}

        .slideBox .next {
            left: auto;
            right: 3%;
            background-position: 8px 5px;}

        .slideBox .prev:hover,
        .slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;}

        .slideBox .prevStop {
            display: none;}

        .slideBox .nextStop {
            display: none;}.titlestyle1024495{ line-height: 220%; color: #222222; font-size: 9pt; font-weight: bold; text-decoration: none ;}
.summarystyle1024495{ line-height: 150%; color: #222222; font-size: 9pt ;}
.picScroll-left1 {
        overflow: hidden;
        position: relative;}

    .picScroll-left1 .hd {
        overflow: hidden;
        height: 30px;
        background: #f4f4f4;
        padding: 0 10px;}

    .picScroll-left1 .hd .prev,
    .picScroll-left1 .hd .next {
        display: block;
        width: 5px;
        height: 9px;
        float: right;
        margin-right: 5px;
        margin-top: 10px;
        overflow: hidden;
        cursor: pointer;
        background: url(../images/arrow.png) 0 0 no-repeat;}

    .picScroll-left1 .hd .next {
        background-position: 0 -50px;}

    .picScroll-left1 .hd .prevStop {
        background-position: -60px 0;}

    .picScroll-left1 .hd .nextStop {
        background-position: -60px -50px;}

    .picScroll-left1 .hd ul {
        float: right;
        overflow: hidden;
        zoom: 1;
        margin-top: 10px;
        zoom: 1;}

    .picScroll-left1 .hd ul li {
        float: left;
        width: 9px;
        height: 9px;
        overflow: hidden;
        margin-right: 5px;
        text-indent: -999px;
        cursor: pointer;
        background: url(../images/icoCircle.gif) 0 -9px no-repeat;}

    .picScroll-left1 .hd ul li.on {
        background-position: 0 0;}


    .picScroll-left1 .bd ul {
        overflow: hidden;
        zoom: 1;}

    .picScroll-left1 .bd ul li {    width: 200px !important;

        margin: 0 15px;
        float: left;
        _display: inline;
        overflow: hidden;
        text-align: center;}

    .picScroll-left1 .bd ul li .pics {
        text-align: center;}

    .picScroll-left1 .bd ul li .pics img {
        width: 200px;
        height: 150px;
        display: block;}

    .picScroll-left1 .bd ul li .pics a:hover img {
        border-color: #999;}

    .picScroll-left1 .bd ul li .title {
        line-height: 24px;}