

@media (min-width: 1200px) {

    /*½Ή΅γΝΌ*/
    .focus {
        position: relative;
        width: 100%;
        height: 560px;
        background-color: #000;
        float: left;
        overflow: hidden;
        margin-top: -15px;
        z-index:-1;
    }

        .focus img {
            /*width: 2000px;*/
            margin: 0 calc(50% - 1000px);
            z-index: -1;
            /*width: auto;
            height: 560px;
            overflow: hidden;
            margin: 0 auto;
            text-align: center;
            float: left;*/
        }

        .focus .shadow .title {
            width: 260px;
            height: 65px;
            padding-left: 30px;
            padding-top: 20px;
        }

            .focus .shadow .title a {
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                font-weight: bolder;
                overflow: hidden;
            }

        .focus .btn {
            position: absolute;
            bottom: 34px;
            left: 510px;
            overflow: hidden;
            zoom: 1;
        }

            .focus .btn a {
                position: relative;
                display: inline;
                width: 13px;
                height: 13px;
                border-radius: 7px;
                margin: 0 5px;
                color: #B0B0B0;
                font: 12px/15px "\5B8B\4F53";
                text-decoration: none;
                text-align: center;
                outline: 0;
                float: left;
                background: #D9D9D9;
            }

                .focus .btn a:hover, .focus .btn a.current {
                    cursor: pointer;
                    background: #fc114a;
                }

        .focus .fPic {
            /*position: absolute;
            left: 0px;
            top: 0px;*/
            z-index:-1;
        }

        .focus .D1fBt {
            overflow: hidden;
            zoom: 1;
            height: 36px;
            z-index: 10;
            position: relative;
        }

        .focus .shadow {
            width: 20%;
            border-radius: 15px;
            position: absolute;
            bottom: 120px;
            left: 10%;
            z-index: 10;
            height: 300px;
            line-height: 80px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            text-align: left;
        }

            .focus .shadow img {
                width: 90%;
                height: auto;
                margin:5%;
                /*height: 45px;
                text-align: center;
                line-height: 100px;
                margin: 40px 40px 40px 40px;*/
            }

        .focus .shadowtxt {
            width: 20%;
            border-radius: 0 0 15px 15px;
            position: absolute;
            bottom: 120px;
            left: 10%;
            z-index: 10;
            height: 220px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            text-align: left;
            color: #fff;
        }

        .focus .shadow1 {
            width: 400px;
            position: absolute;
            bottom: 80px;
            float: right;
            right: 10%;
            z-index: 10;
            height: 380px;
            line-height: 80px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            /*text-align: right;*/
        }

        .focus .shadow a {
            text-decoration: none;
            color: #fff;
            font-size: 20px;
            overflow: hidden;
            margin-left: 10px;
            font-family: "\5FAE\8F6F\96C5\9ED1";
        }

        .focus .fcon {
            position: relative;
            width: 100%;
            float: left;
            /*display: none;*/
            background: #000
        }

            .focus .fcon img {
                display: block;
            }

        .focus .fbg {
            /*bottom: 25px;
            margin: 0 auto;
            position: relative;
            height: 35px;*/
            width: 100%;
            position: absolute;
            text-align: center;
            z-index: 200;
            margin: 0 calc(50% - 50px);
            margin-top: 510px;
        }

            .focus .fbg div {
                margin: 4px auto 0;
                overflow: hidden;
                zoom: 1;
                height: 24px
            }

        .focus .D1fBt a {
            position: relative;
            display: inline;
            width: 22px;
            height: 22px;
            border-radius: 20px;
            margin: 0 5px;
            color: #B0B0B0;
            font: 12px/15px "\5B8B\4F53";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
        }

            .focus .D1fBt .current, .focus .D1fBt a:hover {
                background: #2FA8E0;
            }

        .focus .D1fBt img {
            display: none
        }

        .focus .D1fBt i {
            display: none;
            font-style: normal;
        }

        .focus .prev, .focus .next {
            position: absolute;
            width: 40px;
            height: 74px;
            background: url(../images/focus_btn.png) no-repeat;
        }

        .focus .prev {
            top: 50%;
            margin-top: -37px;
            left: 0;
            background-position: 0 -74px;
            cursor: pointer;
        }

        .focus .next {
            top: 50%;
            margin-top: -37px;
            right: 0;
            background-position: -40px -74px;
            cursor: pointer;
        }

        .focus .prev:hover {
            background-position: 0 0;
        }

        .focus .next:hover {
            background-position: -40px 0;
        }  

}

@media (min-width: 760px)and (max-width: 1200px) {

    /*½Ή΅γΝΌ*/
    .focus {
        position: relative;
        width: 100%;
        height: 560px;
        background-color: #000;
        float: left;
        overflow: hidden;
        margin-top: -15px;
    }

        .focus img {
            margin: 0 calc(50% - 1000px);
            z-index: -1;
            /*width: auto;
            height: 560px;
            overflow: hidden;
            margin: 0 auto;
            text-align: center;
            float: left;*/
        }

        .focus .shadow .title {
            width: 260px;
            height: 65px;
            padding-left: 30px;
            padding-top: 20px;
        }

            .focus .shadow .title a {
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                font-weight: bolder;
                overflow: hidden;
            }

        .focus .btn {
            position: absolute;
            bottom: 34px;
            left: 510px;
            overflow: hidden;
            zoom: 1;
        }

            .focus .btn a {
                position: relative;
                display: inline;
                width: 13px;
                height: 13px;
                border-radius: 7px;
                margin: 0 5px;
                color: #B0B0B0;
                font: 12px/15px "\5B8B\4F53";
                text-decoration: none;
                text-align: center;
                outline: 0;
                float: left;
                background: #D9D9D9;
            }

                .focus .btn a:hover, .focus .btn a.current {
                    cursor: pointer;
                    background: #fc114a;
                }

        .focus .fPic {
            /*position: absolute;
            left: 0px;
            top: 0px;*/
        }

        .focus .D1fBt {
            overflow: hidden;
            zoom: 1;
            height: 36px;
            z-index: 10;
        }

        .focus .shadow {
            width: 32%;
            border-radius: 15px;
            position: absolute;
            bottom: 120px;
            left: 5%;
            z-index: 10;
            height: 300px;
            line-height: 80px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            text-align: left;
        }

            .focus .shadow img {
                width: 90%;
                height: auto;
                margin: 5%;
                /*height: 45px;
                text-align: center;
                line-height: 100px;
                margin: 40px 40px 40px 40px;*/
            }

        .focus .shadowtxt {
            width: 32%;
            border-radius: 0 0 15px 15px;
            position: absolute;
            bottom: 120px;
            left: 5%;
            z-index: 10;
            height: 180px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            text-align: left;
            color: #fff;
        }

        .focus .shadow1 {
            width: 400px;
            position: absolute;
            bottom: 80px;
            float: right;
            right: 5%;
            z-index: 10;
            height: 380px;
            line-height: 80px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            /*text-align: right;*/
        }

        .focus .shadow a {
            text-decoration: none;
            color: #fff;
            font-size: 20px;
            overflow: hidden;
            margin-left: 10px;
            font-family: "\5FAE\8F6F\96C5\9ED1";
        }

        .focus .fcon {
            position: relative;
            width: 100%;
            float: left;
            /*display: none;*/
            background: #000
        }

            .focus .fcon img {
                display: block;
            }

        .focus .fbg {
            /*bottom: 25px;
            margin: 0 auto;
            width: 150px;
            position: relative;
            height: 35px;
            text-align: center;
            z-index: 200;
            margin-top: 540px;*/
            width: 100%;
            position: absolute;
            text-align: center;
            z-index: 200;
            margin: 0 calc(50% - 50px);
            margin-top: 510px;
        }

            .focus .fbg div {
                margin: 4px auto 0;
                overflow: hidden;
                zoom: 1;
                height: 24px
            }

        .focus .D1fBt a {
            position: relative;
            display: inline;
            width: 15px;
            height: 15px;
            border-radius: 20px;
            margin: 0 5px;
            color: #B0B0B0;
            font: 12px/15px "\5B8B\4F53";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
        }

            .focus .D1fBt .current, .focus .D1fBt a:hover {
                background: #2FA8E0;
            }

        .focus .D1fBt img {
            display: none
        }

        .focus .D1fBt i {
            display: none;
            font-style: normal;
        }

        .focus .prev, .focus .next {
            position: absolute;
            width: 40px;
            height: 74px;
            background: url(../images/focus_btn.png) no-repeat;
        }

        .focus .prev {
            top: 50%;
            margin-top: -37px;
            left: 0;
            background-position: 0 -74px;
            cursor: pointer;
        }

        .focus .next {
            top: 50%;
            margin-top: -37px;
            right: 0;
            background-position: -40px -74px;
            cursor: pointer;
        }

        .focus .prev:hover {
            background-position: 0 0;
        }

        .focus .next:hover {
            background-position: -40px 0;
        }  

}

@media (min-width: 160px)and (max-width: 960px) {

    /*½Ή΅γΝΌ*/
    .focus {
        /*position: relative;
        width: 100%;
        height: 300px;
        background-color: #000;
        float: left;
        overflow: hidden;
        margin-top: -15px;*/
        position: relative;
        width: 100%;
        height: 280px;
        background-color: #000;
        float: left;
        overflow: hidden;
        margin-top: -15px;
    }

        .focus img {
            height: 280px;
            margin: 0 calc(50% - 750px);
            z-index: -1;
            /*width: auto;
            height: 560px;
            overflow: hidden;
            margin: 0 auto;
            text-align: center;
            float: left;*/
        }

        .focus .shadow .title {
            width: 260px;
            height: 65px;
            padding-left: 30px;
            padding-top: 20px;
        }

            .focus .shadow .title a {
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                font-weight: bolder;
                overflow: hidden;
            }

        .focus .btn {
            position: absolute;
            bottom: 34px;
            left: 510px;
            overflow: hidden;
            zoom: 1;
        }

            .focus .btn a {
                position: relative;
                display: inline;
                width: 13px;
                height: 13px;
                border-radius: 7px;
                margin: 0 5px;
                color: #B0B0B0;
                font: 12px/15px "\5B8B\4F53";
                text-decoration: none;
                text-align: center;
                outline: 0;
                float: left;
                background: #D9D9D9;
            }

                .focus .btn a:hover, .focus .btn a.current {
                    cursor: pointer;
                    background: #fc114a;
                }

        .focus .fPic {
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .focus .D1fBt {
            overflow: hidden;
            zoom: 1;
            height: 15px;
            z-index: 10;
            top: -240px;
            position: relative;
        }

        .focus .shadow {
            width: 150px;
            /*border-radius: 15px;*/
            position: absolute;
            bottom: 260px;
            left: 0;
            z-index: 10;
            height: 300px;
            line-height: 80px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            text-align: left;
        }

            .focus .shadow img {
                height: 35px;
                width:100px;
                text-align: center;
                line-height: 100px;
                margin: 20px 20px 20px 20px;
            }

        .focus .shadowtxt {
            width: 150px;
            /*border-radius: 0 0 15px 15px;*/
            position: absolute;
            bottom: 260px;
            left: 0;
            z-index: 10;
            height: 210px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            text-align: left;
            color: #fff;
        }

        .focus .shadow1 {
            width: 400px;
            position: absolute;
            bottom: 80px;
            float: right;
            right: 5%;
            z-index: 10;
            height: 380px;
            line-height: 80px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            /*text-align: right;*/
        }

        .focus .shadow a {
            text-decoration: none;
            color: #fff;
            font-size: 20px;
            overflow: hidden;
            margin-left: 10px;
            font-family: "\5FAE\8F6F\96C5\9ED1";
        }

        .focus .fcon {
            position: relative;
            width: 100%;
            float: left;
            /*display: none;*/
            background: #000;
        }

            .focus .fcon img {
                display: block;
            }

        .focus .fbg {
            bottom: 25px;
            margin: 0 auto;
            width: 150px;
            position: relative;
            height: 35px;
            text-align: center;
            z-index: 200;
            margin-top: 540px;
        }

            .focus .fbg div {
                margin: 4px auto 0;
                overflow: hidden;
                zoom: 1;
                height: 24px
            }

        .focus .D1fBt a {
            position: relative;
            display: inline;
            width: 15px;
            height: 15px;
            border-radius: 20px;
            margin: 0 5px;
            color: #B0B0B0;
            font: 12px/15px "\5B8B\4F53";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
        }

            .focus .D1fBt .current, .focus .D1fBt a:hover {
                background: #2FA8E0;
            }

        .focus .D1fBt img {
            display: none
        }

        .focus .D1fBt i {
            display: none;
            font-style: normal;
        }

        .focus .prev, .focus .next {
            position: absolute;
            width: 40px;
            height: 74px;
            background: url(../images/focus_btn.png) no-repeat;
        }

        .focus .prev {
            top: 50%;
            margin-top: -37px;
            left: 0;
            background-position: 0 -74px;
            cursor: pointer;
            display:none;
        }

        .focus .next {
            top: 50%;
            margin-top: -37px;
            right: 0;
            background-position: -40px -74px;
            cursor: pointer;
            display: none;
        }

        .focus .prev:hover {
            background-position: 0 0;
        }

        .focus .next:hover {
            background-position: -40px 0;
        }
    .kyscms_focus_item_box_sou{
        display:none;
    }
}