.alSpan {
    margin-bottom: 40px;
    margin-top: 4%;
}

    .alSpan h4 a {
        padding: 0 4px;
        color: #d5242e;
        background-color: #fff;
    }

.cgal .alCont {
    position: relative;
}

    .cgal .alCont ul {
        margin: 0 auto;
        width: 928px;
        overflow: hidden;
    }

    .cgal .alCont li {
        margin: 0 12px;
        text-align: center;
        float: left;
        height: auto;
        width: 257px;
    }

        .cgal .alCont li img {
            border: 1px solid #d6d6d6;
            padding: 5px 8px;
            height: auto !important;
            width: 100% !important;
        }

            .cgal .alCont li img:hover {
                border-color: #8f8f8f;
            }

        .cgal .alCont li h5 {
            margin-top: 12px;
            font-weight: normal;
            line-height: 23px;
            font-size: 13px;
        }

            .cgal .alCont li h5 a {
                color: #333;
            }

    .cgal .alCont .btnLeft,
    .cgal .alCont .btnRight {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 18px;
        height: 26px;
    }

    .cgal .alCont .btnLeft {
        left: 0px;
        background: url(../images/huibtnleft.png) no-repeat center;
    }

    .cgal .alCont .btnRight {
        right: 0px;
        background: url(../images/huibtnright.png) no-repeat center;
    }

.Box {
    position: relative;
}



    .Box h2 {
        text-align: center;
        margin-bottom: 35px;
        padding-top: 250px;
    }

    .Box .Box_con {
        position: relative;
    }

        .Box .Box_con .btnl {
            position: absolute;
        }

        .Box .Box_con .btn {
            display: block;
            width: 41px;
            height: 41px;
            position: absolute;
            top: 80px;
            cursor: pointer;
        }

        .Box .Box_con .btnl {
            background: url(../images/jtl02.png) no-repeat center;
            left: -72px;
        }

        .Box .Box_con .btnr {
            background: url(../images/jtr02.png) no-repeat center;
            right: -72px;
        }

        .Box .Box_con .conbox {
            position: relative;
            overflow: hidden;
        }

            .Box .Box_con .conbox ul {
                position: relative;
                list-style: none;
            }

                .Box .Box_con .conbox ul li {
                    margin: 0 12px;
                    text-align: center;
                    float: left;
                    height: auto;
                    width: 292px;
                }

                    .Box .Box_con .conbox ul li:first-child {
                        margin-left: 0;
                    }

                    .Box .Box_con .conbox ul li img {
                        border: 1px solid #d6d6d6;
                        padding: 5px 8px;
                        height: auto !important;
                        width: 100% !important;
                        transition: all 0.5s;
                    }

                    .Box .Box_con .conbox ul li:hover img {
                        transform: scale(1.1);
                    }

    .Box .BoxSwitch {
        margin-top: 30px;
        text-align: center;
    }

        .Box .BoxSwitch span {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: middle;
            width: 30px;
            height: 3px;
            background: #ccc;
            margin: 0 5px;
            cursor: pointer;
        }

            .Box .BoxSwitch span.cur {
                background: red;
            }

.cur h5 {
    margin-top: 12px !important;
    font-weight: normal !important;
    line-height: 23px !important;
    font-size: 13px !important;
}
