﻿/* slide */

.prev,
.next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 222;
    top: 160px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}

.prev {
    left: 70px;
    background: url("../images/l-btn.png") center no-repeat;
}

.next {
    right: 70px;
    background: url("../images/r-btn.png") center no-repeat;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.item {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 124;
    top: 315px;
    left: 0;
    text-align: center;
}

.item a {
    display: inline-block;
    width:32px;
    height:4px;
    margin-right: 10px;
    background: #7e7e7e;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
}

.item a.cur {
    background: #ee2b4d;
}

.slide-box,
.slide {
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.slide-box {
    position: relative;
}

.slide {
    display: none;
    height: 360px;
    background: #f4f4f4;
    position: relative;
    position: absolute;
    z-index: 8;
}

.slide img {
    margin: auto;
	width:2000px;
	height:360px;
	position:absolute;
	left:50%;
	margin-left:-1000px;
}

.slide * {
    display: block;
    animation-name: saAnid;
    -webkit-animation: saAnid 0.3s linear 0s normal none;
    -moz-animation: saAnid 0.3s linear 0s normal none;
    animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }
    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }
    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }
    to {
        opacity: 1;
        left: 50%;
    }
}

.slide00 {
    width: 1170px;
    margin: 11px auto 0;
}

.slide01 {
    width: 460px;
    height: 298px;
    float: left;
    background: #f94063;
}

.slide02 {
    width: 460px;
    height: 298px;
    float: left;
    margin-left: 10px;
}

.slide02a {
    width: 460px;
    height: 145px;
    background: #e58b9c;
}

.slide02b {
    width: 460px;
    height: 145px;
    margin-top: 8px;
}

.slide02bL {
    width: 224px;
    height: 145px;
    float: left;
    background: #fbdae0;
}

.slide02bR {
    width: 224px;
    height: 145px;
    float: left;
    margin-left: 12px;
    background: #f4bcc6;
}

.slide03 {
    width: 230px;
    height: 298px;
    margin-left: 10px;
    float: left;
}

.slide03a {
    width: 230px;
    height: 145px;
    background: #c62846;
}

.slide03b {
    width: 230px;
    height: 145px;
    margin-top: 8px;
    background: url("../images/slide03b.jpg") center no-repeat;
}