/*
 * @description:老铺黄金
 * @author:LiZiPeng
 * @update:2019.10.10
 */

/* 顶部特效 */

.header_big .index_logo{animation:index_logo_b .5s linear 0s forwards; -moz-animation:index_logo_b .5s linear 0s forwards; -webkit-animation:index_logo_b .5s linear 0s forwards; -o-animation:index_logo_b .5s linear 0s forwards;}
.header_big .index_logo_img img{animation:index_logo_img_b .5s linear 0s forwards; -moz-animation:index_logo_img_b .5s linear 0s forwards; -webkit-animation:index_logo_img_b .5s linear 0s forwards; -o-animation:index_logo_img_b .5s linear 0s forwards;}
.header_big .index_nav{animation:index_nav_b .5s linear 0s forwards; -moz-animation:index_nav_b .5s linear 0s forwards; -webkit-animation:index_nav_b .5s linear 0s forwards; -o-animation:index_nav_b .5s linear 0s forwards;}
.header_big .index_logo_text{animation:index_logo_text_b .5s linear 0s forwards; -moz-animation:index_logo_text_b .5s linear 0s forwards; -webkit-animation:index_logo_text_b .5s linear 0s forwards; -o-animation:index_logo_text_b .5s linear 0s forwards;}
.header_big .index_logo_slogan{animation:index_logo_text_b .5s linear 0s forwards; -moz-animation:index_logo_text_b .5s linear 0s forwards; -webkit-animation:index_logo_text_b .5s linear 0s forwards; -o-animation:index_logo_text_b .5s linear 0s forwards;}
.lpfz_search_big{animation:lpfz_search_b .5s linear 0s forwards; -moz-animation:lpfz_search_b .5s linear 0s forwards; -webkit-animation:lpfz_search_b .5s linear 0s forwards; -o-animation:lpfz_search_b .5s linear 0s forwards;}

.header_small{border-bottom:2px #f4f4f4 solid;}
.header_small .index_logo{animation:index_logo .5s linear 0s forwards; -moz-animation:index_logo .5s linear 0s forwards; -webkit-animation:index_logo .5s linear 0s forwards; -o-animation:index_logo .5s linear 0s forwards;}
.header_small .index_logo_img img{animation:index_logo_img .5s linear 0s forwards; -moz-animation:index_logo_img .5s linear 0s forwards; -webkit-animation:index_logo_img .5s linear 0s forwards; -o-animation:index_logo_img .5s linear 0s forwards;}
.header_small .index_nav{animation:index_nav .5s linear 0s forwards; -moz-animation:index_nav .5s linear 0s forwards; -webkit-animation:index_nav .5s linear 0s forwards; -o-animation:index_nav .5s linear 0s forwards;}
.header_small .index_logo_text{animation:index_logo_text .5s linear 0s forwards; -moz-animation:index_logo_text .5s linear 0s forwards; -webkit-animation:index_logo_text .5s linear 0s forwards; -o-animation:index_logo_text .5s linear 0s forwards;}
.header_small .index_logo_slogan{animation:index_logo_text .5s linear 0s forwards; -moz-animation:index_logo_text .5s linear 0s forwards; -webkit-animation:index_logo_text .5s linear 0s forwards; -o-animation:index_logo_text .5s linear 0s forwards;}
.header_small .index_nav_list_cate{padding-top:0;}
.lpfz_search_small{animation:lpfz_search_s .5s linear 0s forwards; -moz-animation:lpfz_search_s .5s linear 0s forwards; -webkit-animation:lpfz_search_s .5s linear 0s forwards; -o-animation:lpfz_search_s .5s linear 0s forwards;}

@keyframes index_logo
{
from {margin-top:15px;}
to {margin-top:15px;}
}

@-moz-keyframes index_logo
{
from {margin-top:15px;}
to {margin-top:15px;}
}

@-webkit-keyframes index_logo
{
from {margin-top:15px;}
to {margin-top:15px;}
}

@-o-keyframes index_logo
{
from {margin-top:15px;}
to {margin-top:15px;}
}

@keyframes index_logo_b
{
from {margin-top:15px;}
to {margin-top:15px;}
}

@-moz-keyframes index_logo_b
{
from {margin-top:15px;}
to {margin-top:15px;}
}

@-webkit-keyframes index_logo_b
{
from {margin-top:15px;}
to {margin-top:15px;}
}

@-o-keyframes index_logo_b
{
from {margin-top:15px;}
to {margin-top:15px;}
}

@keyframes index_logo_img
{
from {width: 263px;}
to {width: 185px;}
}

@-moz-keyframes index_logo_img
{
from {width: 263px;}
to {width: 185px;}
}

@-webkit-keyframes index_logo_img
{
from {width: 263px;}
to {width: 185px;}
}

@-o-keyframes index_logo_img
{
from {width: 263px;}
to {width: 185px;}
}

@keyframes index_logo_img_b
{
from {width: 185px;}
to {width: 263px;}
}

@-moz-keyframes index_logo_img_b
{
from {width: 185px;}
to {width: 263px;}
}

@-webkit-keyframes index_logo_img_b
{
from {width: 185px;}
to {width: 263px;}
}

@-o-keyframes index_logo_img_b
{
from {width: 185px;}
to {width: 263px;}
}


@keyframes index_nav
{
    from {margin-top:0;}
    to {margin-top: -9px;}
}

@-moz-keyframes index_nav
{
    from {margin-top:0;}
    to {margin-top: -9px;}
}

@-webkit-keyframes index_nav
{
    from {margin-top:0;}
    to {margin-top: -9px;}
}

@-o-keyframes index_nav
{
    from {margin-top:0;}
    to {margin-top: -9px;}
}

@keyframes index_nav_b
{
    from {margin-top: -9px;}
    to {margin-top:0;}
}

@-moz-keyframes index_nav_b
{
    from {margin-top: -9px;}
    to {margin-top:0;}
}

@-webkit-keyframes index_nav_b
{
    from {margin-top: -9px;}
    to {margin-top:0;}
}

@-o-keyframes index_nav_b
{
    from {margin-top: -9px;}
    to {margin-top:0;}
}


@keyframes index_logo_text
{
from {height:auto}
to {height:0}
}

@-moz-keyframes index_logo_text
{
from {height:auto}
to {height:0}
}

@-webkit-keyframes index_logo_text
{
from {height:auto}
to {height:0}
}

@-o-keyframes index_logo_text
{
from {height:auto}
to {height:0}
}


@keyframes index_logo_text_b
{
from {height:0}
to {height:auto}
}

@-moz-keyframes index_logo_text_b
{
from {height:0}
to {height:auto}
}

@-webkit-keyframes index_logo_text_b
{
from {height:0}
to {height:auto}
}

@-o-keyframes index_logo_text_b
{
from {height:0}
to {height:auto}
}


@keyframes lpfz_search_s
{
from {padding-top:270px;}
to {padding-top:180px;}
}

@-moz-keyframes lpfz_search_s
{
from {padding-top:270px;}
to {padding-top:180px;}
}

@-webkit-keyframes lpfz_search_s
{
from {padding-top:270px;}
to {padding-top:180px;}
}

@-o-keyframes lpfz_search_s
{
from {padding-top:270px;}
to {padding-top:180px;}
}


@keyframes lpfz_search_b
{
from {padding-top:180px;}
to {padding-top:270px;}
}

@-moz-keyframes lpfz_search_b
{
from {padding-top:180px;}
to {padding-top:270px;}
}

@-webkit-keyframes lpfz_search_b
{
from {padding-top:180px;}
to {padding-top:270px;}
}

@-o-keyframes lpfz_search_b
{
from {padding-top:180px;}
to {padding-top:270px;}
}


@keyframes lpjq_list_border
{
from {width:400px; height:475px; border:0 solid #eaeaea;}
to {width:390px; height:465px; border:5px solid #eaeaea;}
}

@-moz-keyframes lpjq_list_border
{
from {width:400px; height:475px; border:0 solid #eaeaea;}
to {width:390px; height:465px; border:5px solid #eaeaea;}
}

@-webkit-keyframes lpjq_list_border
{
from {width:400px; height:475px; border:0 solid #eaeaea;}
to {width:390px; height:465px; border:5px solid #eaeaea;}
}

@-o-keyframes lpjq_list_border
{
from {width:400px; height:475px; border:0 solid #eaeaea;}
to {width:390px; height:465px; border:5px solid #eaeaea;}
}