
.swiper-wrapper{
    transition-delay:.3s;
}

/*一级*/
.item-one {
    width: 100%;
    height: 100vh;
    background:#252525;
}
/*二级*/
.item-two {}

/*三级*/
.item-three {
    height: 100%;
    position: relative;

}

/*公共*/
.item-three .photo {
    position:relative;
    height:100%;
    overflow: hidden;
}
.item-three .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0.9;
    transform: scale(1);
    transition: all 1s;
    animation: myfirst 15s linear infinite normal;/*图片动画首页*/
}

.item-three .photo.banner img {
    position: absolute;
    top: 0;
    left:0;
    z-index: 98;
}
.item-three .photo.banner video {
    position: absolute;
    top: 0;
    left:0;
    z-index: 99;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-three .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.0);
    opacity:0;
    z-index: 1;
    transition: all 1s;
}

.item-three .word {
    display: flex;
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.item-three .word .container {
    position:relative;
}
.item-three .word .word-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.item-three .word .word-item h4 {
    font-size: 0.48rem;
    color:#fff;
    font-family: "songkai";
    
}
.item-three .word .word-item h5 {
    font-size: 0.42rem;
    color:#fff;
    font-weight: 200;
    font-family: "Raleway-Regular";
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin:0.4rem 0 1rem 0;
}

.item-three .word .word-item h6 {
    font-size: 0.20rem;
    color:#fff;
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: 0.2rem;
}
.item-three .word .word-item .goto {
    margin:0.75rem 0 0 0;
}
.item-three .word .word-item .goto a {
    position: relative;
    display:inline-block;
    width:1.4rem;
    line-height: 0.45rem;
    border-radius: 4px;
    text-align:center;
    border: 1px solid rgba(255,255,255,0.1);
    background: none;
    font-size: 0.14rem;
    color:#fff;
}
.item-three .word .word-item .goto a:hover {
    color:#333;
}
.item-three .word .word-item .goto a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(244, 222, 38, 1);
    color:#333;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s linear;
    border-radius:0;
    opacity: 0;
}
.item-three .word .word-item .goto a.active::after,
.item-three .word .word-item .goto a:hover::after {
    transform: scale(1);
    opacity: 1;
}
@media screen and (max-width:1024px) {
.item-three .photo {
}
.item-three .photo img {
}
.item-three .photo:after {
}
.item-three .word {
}

.item-three .word .container {
}
.item-three .word .word-item {
    padding:0 15px;
}

.item-three .word .word-item h4 {
    font-size: 0.28rem;
    
}
.item-three .word .word-item h5 {
    font-size: 0.2rem;
    letter-spacing: 0.1rem;
    margin: 0.2rem 0 0.35rem 0;
}

.item-three .word .word-item h6 {
    font-size: 0.16rem;
    color:#fff;
    letter-spacing: 0.2rem;
}
.item-three .word .word-item .goto {
    margin:0.75rem 0 0 0;
}
.item-three .word .word-item .goto a {
    width:1.4rem;
    line-height: 0.45rem;
    font-size: 0.14rem;
}
}
/*公共*/



/*swiper动画特效*/
.item-three .word .word-item .aos-01 {
    transform:translateY(200px);
    opacity:0;
    transition:all .4s;
}
.item-three .word .word-item .aos-02 {
    transform:translateY(200px);
    opacity:0;
    transition:all .8s;
}
.item-three .word .word-item .aos-03 {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.2s;
}
.item-three .word .word-item .aos-04 {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.6s;
}
.item-three .word .word-item .aos-05 {
    transform:translateY(200px);
    opacity:0;
    transition:all 2s;
}

.ani-slide.item-three .photo img {
    transform: scale(1.05);
    opacity:1;
}
.ani-slide.item-three .photo:after {
    opacity:1;
} 
.ani-slide.item-three .word .word-item .aos-01,
.ani-slide.item-three .word .word-item .aos-02,
.ani-slide.item-three .word .word-item .aos-03,
.ani-slide.item-three .word .word-item .aos-04,
.ani-slide.item-three .word .word-item .aos-05
{
    transform:translateY(0);
    opacity:1;
}
/*swiper动画特效*/


/*东方集*/
.item-01.item-three {}
.item-01.item-three .word .word-item {}

.item-01.item-three .word .word-item h6 img {
    width:8.6rem;
}
.item-01.item-three .word .word-item h4 {
    margin:0.2rem 0 0;
    font-size: 0.18rem;
    color:#d8b46e;
    font-family: "songkai";
}
.item-01.item-three .word .word-item .goto {
    
}
.item-01.item-three .word .word-item .goto a {
    display:inline-block;
    margin:0 0.25rem;
    width:1.4rem;
    line-height: 0.45rem;
    font-size: 0.14rem;
    color:#fff;
    font-family: "songkai";
    text-align: center;
    border:none;
}
.item-01.item-three .word .word-item .goto a:hover::after{
    opacity: 0;
}
.item-01 .word .word-item .goto a:nth-of-type(1){
    background: url(../images/home/home-goto-01.png) no-repeat center top/100%;
}
.item-01 .word .word-item .goto a:nth-of-type(2){
    background: url(../images/home/home-goto-02.png) no-repeat center top/100%;
}
.item-01 .word .word-item .goto a:nth-of-type(3) {
    background: url(../images/home/home-goto-03.png) no-repeat center top/100%;
}
.item-01 .word .word-item .goto a:hover {
    background: url(../images/home/home-goto-active.png) no-repeat center top/100%;
}
@media screen and (max-width:1024px){
.item-01.item-three {}
.item-01.item-three .word .word-item {}

.item-01.item-three .word .word-item h6 img {
    width:100%;
}
.item-01.item-three .word .word-item h4 {
    margin:0.2rem 0 0;
    font-size: 0.18rem;
    font-family: "songkai";
}
.item-01.item-three .word .word-item .goto {
    
}
.item-01.item-three .word .word-item .goto a {
    margin: 0.1rem;
    width: 1.4rem;
    line-height: 0.45rem;
    font-size: 0.16rem;
}
}
/*东方集*/

/*设计自然*/
.item-02.item-three .photo:after {
    background: rgb(0,0,0,0.3);
}
/*设计自然*/

/*现代设计美学*/
.item-03.item-three .photo:after {
    background: rgb(0,0,0,0.3);
}
.item-03.item-three .word .word-item .goto a {
    background: rgba(255, 255, 255, 0.2);
}
.item-03.item-three .word .word-item .goto a:hover{
    color:#333;
}
/*现代设计美学*/



/*东方的东方*/
.item-04.item-three .word .word-item h6 {}
.item-04.item-three .word .word-item h6 img {
    width: 6.6rem;
}
@media screen and (max-width:1024px){
.item-04.item-three .word .word-item h6 {}
.item-04.item-three .word .word-item h6 img {
    width: 3rem;
}    
}
/*东方的东方*/

/*探索鹰牌故事*/
.item-05.item-three .photo:after {
    background: rgb(0,0,0,0.3);
}
.item-05.item-three .word .word-item h5 {
    margin:0.4rem 0 0.4rem 0;
}
.item-05 .tag {
    margin-top:2rem;
}
.item-05 .tag ul {
    text-align: center;
}
.item-05 .tag ul li {
    display:inline-block;
    margin:0 0.9rem;
    transition: all 1.4s;
}
.item-05 .tag ul li h3 {
    font-size: 0.6rem;
    color: #fff;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    text-transform: uppercase;
    transition: all 0.6s ease;
}
.item-05 .tag ul li h3 i {
    font-size: 0.3rem;
    font-style: normal;
}
.item-05 .tag ul li p {
    font-size: 0.16rem;
    color: #fff;
}

@media screen and (max-width:1024px) {
.item-05 .tag {
    margin-top: 10%;
}
.item-05 .tag ul {
    overflow:hidden;
}
.item-05 .tag ul li {
    width:46%;
    margin: 0 0rem;
    padding:2% 5%;
}
.item-05 .tag ul li h3 {
    margin: 0px 0 0px 0;
    font-size: 0.38rem;
}
.item-05 .tag ul li h3 i {
    font-size: 0.24rem;
}
.item-05 .tag ul li p {
    font-size: 0.16rem;
    padding-top: 5px;
}
}
/*探索鹰牌故事*/

/*浮窗右侧按钮*/
.item-one .swiper-pagination {
    left: 30px !important;
}
.item-one .swiper-pagination-bullet {
    margin: 10px 0 !important;
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.item-one .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.item-one .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

@media screen and (max-width:1024px){
.item-one .swiper-pagination {
    left: 15px !important;
}
.item-one .swiper-pagination-bullet {
    margin: 10px 0 !important;
    opacity: 1;
    width: 12px;
    height:12px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.item-one .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.item-one .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}    
}
/*浮窗右侧按钮*/



/*swiper动画特效*/
.ani-slide.item-three .word .web-item .web-box a
{
    transform:translateX(0);
    opacity:1;
}
/*swiper动画特效*/

.footer {
    display: none;
}


/*首页备案*/
.beian {
    position: fixed;
    left:0;
    bottom:2%;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.beian p,.beian p a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
}
/*首页备案*/

@media screen and (max-width:1024px){
.right-fixed {
}


@media screen and (min-width:1024px){
.header .logo {
    top: 0;
}
.header.headerfrist {
    height: 180px;
    padding-top: 80px;
}
.header.headerfrist .logo {
    top: 0.3rem;
    width: 160px;
    height: 50px;
}
.header.headerfrist .nav ul.fl {
    justify-content: flex-end;
    padding: 0 0rem;
}
.header.headerfrist .nav ul.fr {
    justify-content: flex-start;
    padding: 0 0rem;
}

.header.headerfrist .sub-box {
    top: 168px;
}
}