@charset "utf-8";
/* CSS Document */
/* ????IE6??bug */
/* slide */
.slide-main {
    height: 600px;
    position: relative;
}
.prev, .next {
    display: block;
    width: 30px;
    height: 54px;
    position: absolute;
    z-index: 222;
    top: 303px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}
.prev {
    left: 100px;
}
.next {
    right: 100px;
}
.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: 5px;
    position: absolute;
    z-index: 124;
    top: 560px;
    left: 0;
    text-align: center;
}
.item a {
    display: inline-block;
    width: 25px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
    margin-right: 11px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    overflow: hidden;
}
.item a.cur {
    background: #f5850d;
}
.slide-box, .slide {
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.slide-box {
    position: relative;
}
.slide {
    display: none;
    height: 600px;
    padding-top: 0px;
    background: #f5850d;
    position: relative;
    position: absolute;
    z-index: 8;
}
#bgstylea {
    background: url(../images/bj01.jpg) no-repeat center;
}
#bgstyleb {
    background: url(../images/bj02.jpg) no-repeat center;
}
#bgstylec {
    background: url(../images/bj03.jpg) no-repeat center;
}
#bgstyled {
    background: url(../images/bj04.jpg) no-repeat center;
}
.slide a {
    display: block;
    width: 100%;
    height: 450px;
    cursor: pointer;
}
.obj-a, .obj-b, .obj-c, .obj-d, .obj-e, .obj-f, .obj-g, .obj-h {
    position: absolute;
    z-index: 9;
    left: 50%;
}
.obj-a, .obj-b {
    text-align: center;
}
.obj-a {
    display: block;
    margin-left: -150px;
    height: 140px;
    top: 450px;
}
.obj-b {
    top: 160px;
    margin-left: -360px;
    height: 100px;
}
.obj-c {
    display: block;
    height: 400px;
    top: 220px;
    margin-left: -800px;
}
.obj-d {
    top: 180px;
    height: 154px;
    margin-left: 120px;
}
.obj-d p {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #333;
    clear: both;
}
.obj-e {
    width: 708px;
    height: 170px;
    margin-left: -120px;
    top: 190px;
    z-index: 0;
}
.obj-f {
    width: 692px;
    height: 170px;
    top: 160px;
    margin-left: -480px;
}
.obj-g {
    width: 708px;
    height: 170px;
    margin-left: -660px;
    top: 60px;
    z-index: 0;
}
.obj-h {
    width: 692px;
    height: 170px;
    top: 220px;
    margin-left: 120px;
}
.banAnimate .obj-a {
    display: block;
    animation-name: baoAni;
    -webkit-animation: baoAni 0.4s linear 0s normal none;
    -moz-animation: baoAni 0.4s linear 0s normal none;
    animation: baoAni 0.4s linear 0s normal none;
}
 @-webkit-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
opacity:1;
left:50%;
}
}
 @-moz-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
opacity:1;
left:50%;
}
}
 @keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
opacity:1;
left:50%;
}
}
.banAnimate .obj-b {
    display: block;
    animation-name: saAni;
    -webkit-animation: saAni 0.4s linear 0s normal none;
    -moz-animation: saAni 0.4s linear 0s normal none;
    animation: saAni 0.4s linear 0s normal none;
}
 @-webkit-keyframes saAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
opacity:1;
-webkit-transform:scale(1, 1);
}
}
 @-moz-keyframes saAni {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
opacity:1;
-moz-transform:scale(1, 1);
}
}
 @keyframes saAni {
from {
opacity:0;
transform:scale(0, 0);
}
to {
opacity:1;
transform:scale(1, 1);
}
}
.watch-code.code-show {
    display: block;
    animation-name: scode;
    -webkit-animation: scode 0.3s linear 0s normal none;
    -moz-animation: scode 0.3s linear 0s normal none;
    animation: scode 0.3s linear 0s normal none;
}
 @-webkit-keyframes scode {
from {
opacity:0;
-webkit-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
opacity:1;
-webkit-transform:scale(1, 1);
transform-origin: left bottom;
}
}
 @-moz-keyframes scode {
from {
opacity:0;
-moz-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
opacity:1;
-moz-transform:scale(1, 1);
transform-origin:bottom bottom;
}
}
 @keyframes scode {
from {
opacity:0;
transform:scale(1, 0);
transform-origin:left bottom;
}
to {
opacity:1;
transform:scale(1, 1);
transform-origin: left bottom;
}
}
.banAnimate .obj-c, .banAnimate .obj-e {
    display: block;
    animation-name: saAnic;
    -webkit-animation: saAnic 0.3s linear 0s normal none;
    -moz-animation: saAnic 0.3s linear 0s normal none;
    animation: saAnic 0.3s linear 0s normal none;
}
 @-webkit-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
opacity:1;
left:50%;
}
}
 @-moz-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
opacity:1;
left:50%;
}
}
 @keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
opacity:1;
left:50%;
}
}
.banAnimate .obj-d, .banAnimate .obj-f {
    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%;
}
}







/* ??????? ??????? www.lanrentuku.com */
