﻿.Box {
    position: relative;
}


    .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/Index/jtl02.png) no-repeat center;
            left: -72px;
        }

        .Box .Box_con .btnr {
            background: url(Images/Index/jtr02.png) no-repeat center;
            right: -72px;
        }

        .Box .Box_con .btnl:hover {
            background: url(Images/Index/jtl03.png) no-repeat center;
        }

        .Box .Box_con .btnr:hover {
            background: url(Images/Index/jtr03.png) no-repeat center;
        }

        .Box .Box_con .conbox {
            position: relative;
            overflow: hidden;
            margin-top:15px;
        }

            .Box .Box_con .conbox ul {
                position: relative;
                list-style: none;
                margin:0;
                padding:0
            }

                .Box .Box_con .conbox ul li {
                    float: left;
                    width: 151px;
                    height: 113px;
                    margin-left: 20px;
                    overflow: hidden;
                    position:relative;
                }

                    .Box .Box_con .conbox ul li:first-child {
                        margin-left: 0;
                    }

                    .Box .Box_con .conbox ul li img {
                        display: block;
                        width: 151px;
                        height: 113px;
                        transition: all 0.5s;
                    }
                    .Box .Box_con .conbox ul li a {
                        display:inline-block;
                        width: 151px;
                        height: 113px;
                  
                    }

                    .Box .Box_con .conbox ul li:hover img {
                        transform: scale(1.1);
                        cursor:pointer
                    }

    .Box .BoxSwitch {
        /*margin-top: 30px;*/
        text-align: center;
        margin:0;
        /*display:none;*/
    }

        .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: #6b9311;
            }
