﻿/**年货**/
@font-face {
    font-family: 'Oswald';
    src: url('/font/Oswald-Medium.ttf');
}

@font-face {
    font-family: Avanti;
    src: url('/font/AVANTI-2.TTF') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: Avanti-b;
    src: url('/font/AVANTI-1.TTF') format('truetype');
    font-style: normal;
}


@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url(/font/Rubik2.woff2) format('woff2');
}

img {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}

body {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}

.nh-top {
    overflow: hidden;
    position: relative;
}

.nh-top .banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}


.o-slide {
    height: 940px;
    overflow: hidden;
    position: relative;
}

.o-slide ul li {
    display: none;
    position: absolute;
    width: 100%;
}

.o-slide ul li a {
    display: block;
    cursor: pointer;
    position: relative;
}

/* .o-slide ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%)
} */

.o-slide ul li .autoImg {
    position: absolute;
    z-index: 2;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.o-slide .acss {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: 260px;
    top: 255px;
}

.o-slide .acss:hover {
    -webkit-animation: bounce 1s ease both infinite
}

.o-slide .jsNav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1099;
    text-align: center;
    height: 36px;
}

.o-slide .jsNav a.trigger {
    width: 50px;
    height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    transition: all .3s ease;
}

.o-slide .jsNav a.trigger:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, .8);
    left: 0;
    top: 3px;
    border-radius: 1px;
}

.o-slide .jsNav a.current {
    width: 60px;
}

.o-slide .jsNav a.current:before {
    border-radius: 3px;
    height: 6px;
    top: 0;
    background: rgb(157, 0, 0);
    background: -moz-linear-gradient(top, rgba(157, 0, 0, 1) 0%, rgba(225, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(157, 0, 0, 1) 0%, rgba(225, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(157, 0, 0, 1) 0%, rgba(225, 0, 0, 1) 100%);
}

.o-slide .animateCss img {
    -webkit-animation: pulsekv 0.6s ease both;
}

@-webkit-keyframes pulsekv {
    0% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}


.img-w100 {
    width: 100%;
    overflow: hidden;
}

.img-w100 img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.topbanner {
    position: relative;
    height: 940px;
    overflow: hidden;
    background-color: #111;
}

.topbanner .o-slide {
    height: 940px;
}

.marquee-bg {
    background: url(/images/nianhuo2022/mq-bg.jpg);
    height: 60px;
    animation: marquee 180s linear infinite;
}

.marquee-bg2 {
    background: #ff3c00 url(/images/nianhuo2022/mq-bg.png);
    height: 60px;
    animation: marquee 180s linear infinite;
}

@keyframes marquee {

    0%,
    100% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -1844px 0%;
    }
}

.nh_prolist {
    height: 1500px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.nh_prolist::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    animation: bgcolor 20s linear infinite;
    background: linear-gradient(90deg, #ff4e00, #cb2e37, #cb2e37, #ff4e00);
    background-size: 200%;
}

@keyframes bgcolor {
    0% {

        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.nh_prolist::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(/images/nianhuo2022/nianhuo-bg2.png);
}

.nh_prolist .nh_bg::before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .8;
    transform: .3s;
}

.nh_prolist .nh_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.nh_prolist .nh_bg img {
    position: absolute;
    filter: blur(8px);
}

.nh_prolist .position {
    position: relative;
    z-index: 3;
}

.nh_prolist .tit {
    text-align: center;
    padding: 100px 0 70px;
}

.nh_prolist .bom {
    text-align: center;
    padding: 40px 0 0;
}

.nh_prolist .con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
}

.nh_prolist .item {
    width: 360px;
    height: 480px;
    position: relative;
    margin: 0 0 30px 0;
    transition: .1s;
    background: #fff;
    border-radius: 50px;
}

.nh_prolist .item .name {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 90px;
    z-index: 10;
    transition: .3s;
    opacity: 0;
    ;
    background: url(/images/nianhuo2022/nh-ftit.png) no-repeat;
}

.nh_prolist .item .name p {
    text-align: center;
    color: #f5e5c1;
    padding-top: 95px
}

.nh_prolist .item .name p em {
    opacity: .2;
}

.nh_prolist .item .name-jy {
    background-position: -420px -650px;
}

.nh_prolist .item .name-zs {
    background-position: -20px -450px;
}

.nh_prolist .item .name-jk {
    background-position: -820px -450px;
}

.nh_prolist .item .name-yr {
    background-position: -420px -440px;
}

.nh_prolist .item .name-nr {
    background-position: -20px -650px;
}

.nh_prolist .item .name-lw {
    background-position: -820px -650px;
}

.nh_prolist .item .name-in {
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    height: 90px;
    z-index: 3;
    transition: .3s;
    background: url(/images/nianhuo2022/nh-ftit.png) no-repeat;
}

.nh_prolist .item .name-in-jy {
    background-position: -420px -260px;
}

.nh_prolist .item .name-in-zs {
    background-position: -20px -60px;
}

.nh_prolist .item .name-in-jk {
    background-position: -820px -60px;
}

.nh_prolist .item .name-in-yr {
    background-position: -420px -60px;
}

.nh_prolist .item .name-in-nr {
    background-position: -20px -260px;
}

.nh_prolist .item .name-in-lw {
    background-position: -820px -260px;
}

.nh_prolist .item .btn {
    border: 1px solid #888888;
    color: #888888;
    font-family: "SimSun";
    text-align: center;
    width: 200px;
    padding: 8px 0;
    border-radius: 28px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transition: .3s;
    transform: translateX(-50%);
    z-index: 5;
    font-size: 14px;
}

.nh_prolist .item .btn:hover {
    opacity: .8;
}

.nh_prolist .item .show {
    position: absolute;
    text-align: center;
    width: 270px;
    left: 50%;
    top: 190px;
    transform: translateX(-50%) translateY(10px);
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: .3s .1s;
}

.nh_prolist .item .show a {
    font-family: 'Rubik', sans-serif;
    color: #f5e3b9;
    font-size: 16px;
    padding: 8px 7px;
    transition: .1s;
    display: inline-flex;
    align-items: center;
}

.nh_prolist .item .show a em {
    margin-left: 3px;
}

.nh_prolist .item .show a:hover {
    color: #fff;
    transform: translateY(-3px);
}

.nh_prolist .item .show a span {
    border: 1px solid #f5e3b9;
    font-size: 12px;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    transform: scale(.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nh_prolist .item .show .line {
    display: flex;
    justify-content: center;
    text-align: center;
    border-top: 1px solid rgba(250, 205, 138, .1);
    border-bottom: 1px solid rgba(250, 205, 138, .1);
    margin-top: -1px;
}

.nh_prolist .img_bg {
    position: relative;
    transition: .3s;
    height: 328px;
    overflow: hidden;
    border-radius: 50px 50px 0 0;
}

.nh_prolist .img_bg::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 50px 50px 0 0;
    z-index: 5;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.nh_prolist .img_bg img {
    transition: 1s;
    transform: scale(1);
    border-radius: 50px 50px 0 0;
}


/* .nh_prolist .position :hover .item_in { opacity: .5 }
.nh_prolist .position .item:hover { z-index: 5;} */
.nh_prolist .position .item:hover .item_in {
    opacity: 1;
}

.nh_prolist .item:hover .item_in:before {
    height: 452px;
}

.nh_prolist .item:hover:before {
    visibility: hidden;
    height: 452px;
}

.nh_prolist .item:hover .show {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

.nh_prolist .item:hover .name {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.nh_prolist .item:hover .name-in {
    visibility: hidden;
    opacity: 0;
    transform: scale(.8);
}

.nh_prolist .item:hover .btn {
    background: #f5e5c1;
    border: 1px solid #f5e5c1;
    color: #000;
    bottom: 60px;
}

.nh_prolist .item:hover .img_bg::before {
    visibility: visible;

    opacity: 1;
}

.nh_prolist .item:hover .img_bg img {
    transform: scale(1.1);
}

.prolist-container {
    height: 1000px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fffdca;
}

.prolist-bgimg {
    cursor: url('/images/nianhuo2022/cursor.png'), default;
}

.prolist-bgimg .listimg {
    width: 100%;
    overflow: hidden;
}

.prolist-bgimg_img {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.poplist-bom {
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -500px;
    bottom: 20px;
    width: 1000px;
}

.prolist_wrap {
    position: absolute;
    width: 1000px;
    margin-left: -500px;
    top: 620px;
    z-index: 20;
    left: 50%;
}

.prolist_flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ind {
    margin-bottom: 10px;
    background: url(/images/nianhuo2022/list-bg2.png);
    width: 176px;
    height: 29px;
}

.prolist_flex .num {
    background: url(/images/nianhuo2022/list-bg3.png) no-repeat;
    width: 104px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0 10px;
    font-weight: 700;
    font-size: 14px;
}

.prolist_list {
    display: flex;
    border: 1px solid #1d1703;
    font-size: 30px;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 40px;
}

.prolist_list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px 4px 0 0;
    background-color: #ff3c00;
}

.prolist_list em {
    color: #d3d2a4;
    font-size: 18px;
}

.prolist_list .last {
    border: 1px solid #000;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #352801;
    color: #fff;
    margin-right: 20px;
}

.prolist_list a {
    padding: 30px 40px 20px;
    font-family: Avanti-b;
    transition: .3s;
}

.prolist_list a:hover {
    color: #ff3c00
}

.prolist-nav {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.prolist-nav::before {
    content: '';
    width: 1px;
    left: 24px;
    top: 20px;
    bottom: 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
}

.prolist-nav .text a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 3;
    color: #352801;
}

.prolist-nav .icon {
    border-radius: 48px;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, .1) url(/images/nianhuo2022/list-nav.png) no-repeat;
    background-size: 32px;
    margin-right: 10px;
    transform: scale(.7);
    transition: .2s;
}

.prolist-nav .icon-1 {
    background-position: 6px 15px;
}

.prolist-nav .icon-2 {
    background-position: 8px -35px;
}

.prolist-nav .icon-3 {
    background-position: 8px -87px;
}

.prolist-nav .icon-4 {
    background-position: 6px -132px;
}

.prolist-nav .icon-5 {
    background-position: 8px -182px;
}

.prolist-nav .icon-6 {
    background-position: 7px -237px;
}

.prolist-nav .text a:hover {
    color: #fcaf39;
}

.prolist-nav .text a:hover .icon {
    background-color: #fcaf39;
    transform: scale(.8);
}

.prolist-nav .text a.active {
    color: #fcaf39;
}

.prolist-nav .text a.active .icon {
    background-color: #fcaf39;
    transform: scale(.8);
}

@media screen and (max-width: 1500px) {
    .prolist-nav .t {
        display: none;
    }
}


.pro-imglist {
    position: relative;
    padding: 0 0 40px;
    min-height: 350px;
}

.pro-imglist .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pro-imglist .top_con {
    position: relative;
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    top: -70px;
    border-radius: 20px;
    min-height: 332px;
}

.pro-imglist .top_con .bg {
    box-shadow: 10px 10px 24px rgba(0, 0, 0, .3);
    border-radius: 0 0 20px 20px;
    background: #b5122d;
    background: -webkit-linear-gradient(-70deg, #b5122d 0%, #b5122d 56%, #c71432 100%);
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 0;
    right: 0;
}

.prolist-footer {
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.pro-imglist .nav {
    height: 70px;
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
}

.pro-imglist .nav a {
    color: #000;
}

.pro-imglist .nav .span {
    position: relative;
    cursor: pointer;
    float: left\9;
    width: 100%;
    text-align: center;
    background: #d7b17d;
    background: -webkit-linear-gradient(top, #d7b17d 0%, #f9e2ae 100%);
    transition: .3s;
}

.pro-imglist .nav .span:before {
    content: "";
    width: 2px;
    height: 70px;
    background: url(/images/nianhuo/bg-x1.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.pro-imglist .nav .cur:before,
.pro-imglist .nav .span:last-child:before {
    background: none;
}

.pro-imglist .nav .span:last-child {
    border-top-right-radius: 20px;
}

.pro-imglist .nav .span:first-child {
    border-top-left-radius: 20px;
}

.pro-imglist .nav .prev-rau {
    border-radius: 0 20px 20px 0;
}

.pro-imglist .nav .prev-rau:before {
    background: none;
}

.pro-imglist .nav .next-rau {
    border-radius: 20px 0 0 20px;
}

.pro-imglist .nav .span:hover {
    background: -webkit-linear-gradient(top, #e3c88b 0%, #f9e2ae 100%);
}

.pro-imglist .nav .span.cur {
    border-radius: 20px 20px 0 0;
    background: #b5122d;
    color: #fff;
}

.pro-imglist .nav .i {
    width: 21px;
    height: 22px;
    display: inline-block;
    background: url(/images/nianhuo/icon-x1.png) no-repeat;
    margin-left: 5px;
}

.pro-imglist .nav .cur .i {
    background: url(/images/nianhuo/icon-x2.png) no-repeat;
}

.pro-imglist .nav .span .p {
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding-top: 15px;
}

.pro-imglist .nav .span .s {
    margin-top: 3px;
}

.pro-imglist .nav .yh-pop {
    -webkit-animation: bounce 1.5s 1s ease both infinite;
    position: absolute;
    right: 5%;
    top: -20px;
    background: #e7002e;
    color: #fff;
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.pro-imglist .nav .yh-pop strong {
    font-family: 'Rubik', sans-serif;
}

.pro-imglist .nav .yh-pop:before {
    position: absolute;
    width: 14px;
    height: 6px;
    background: url(/images/nianhuo/icon-jb1.png) no-repeat;
    content: "";
    left: 50%;
    bottom: -6px;
    margin-left: -7px;
}

.pro-imglist .list {
    color: #fff;
    position: relative;
}

.pro-imglist .list .ul {
    display: flex;
    align-items: center;
    min-height: 240px;
    position: relative;
    z-index: 2;
}

.pro-imglist .list .hover {
    transition: all .3s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.pro-imglist .list .hover:before,
.pro-imglist .list .hover:after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    border: 2px solid #cfa972;
    width: 114px;
    height: 42px;
    border-radius: 22px;
}

.pro-imglist .list .hover:before {
    left: 0;
    top: 5px;
    border: 2px solid #97051d;
    opacity: .8;
}

.pro-imglist .list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 240px 0 20px;
    background: url(/images/nianhuo/bg-x2.png) repeat-y;
}

.pro-imglist .list li {
    width: 132px;
    height: 80px;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-imglist .list li .text {
    width: 100%;
    text-align: center;
}

.pro-imglist .list li p:last-child {
    font-size: 12px;
    font-style: italic;
    opacity: .8;
    transform: scale(0.833);
    /* transform-origin: 0% 0%;*/
    margin-top: -2px;
}

.pro-imglist .buy {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -100px;
    background: url(/images/nianhuo/ewm-bg.png) no-repeat;
    width: 200px;
    height: 262px;
    z-index: 100;
    text-align: center;
}

.pro-imglist .buy .ewm {
    height: 120px;
    margin: 25px auto 5px;
    width: 120px;
    position: relative;
}

.pro-imglist .buy .ewm img {
    width: 100%;
}

.pro-imglist .buy .ewm:before {
    content: "\20";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #fff url(/images/nianhuo/erweimaLogo.png) no-repeat;
}

.pro-imglist .buy .text {
    height: 30px;
    margin-top: 10px;
}

.pro-imglist .buy .price {
    font-size: 32px;
    color: #000;
    padding-top: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

.pro-imglist .buy .price span,
.pro-imglist .buy .price em {
    font-size: 20px;
    font-family: Arial;
}

.pro-imglist .und:after {
    border-radius: 11px;
    content: "";
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    background-size: 110px;
    background-position: 50%;
    background-repeat: no-repeat;
    left: 9px;
    top: 2px;
    right: 8px;
    bottom: 9px;
    z-index: 5;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzEyOCcgaGVpZ2h0PScxMjgnPjxwYXRoIGQ9J00yMTQuOCAyMTguM2MzOS43LTM5LjcgODUuOS03MC40IDEzNy41LTkxLjMgNDkuOC0yMC4yIDEwMi40LTMwLjQgMTU2LjQtMzAuNHMxMDYuNiAxMC4yIDE1Ni40IDMwLjRjNTEuNSAyMC45IDk3LjggNTEuNiAxMzcuNSA5MS4zczcwLjQgODUuOSA5MS4zIDEzNy41YzIwLjIgNDkuOCAzMC40IDEwMi40IDMwLjQgMTU2LjRzLTEwLjIgMTA2LjYtMzAuNCAxNTYuNGMtMjAuOSA1MS41LTUxLjYgOTcuOC05MS4zIDEzNy41cy04NiA3MC40LTEzNy41IDkxLjNjLTQ5LjggMjAuMi0xMDIuNCAzMC40LTE1Ni40IDMwLjRzLTEwNi42LTEwLjItMTU2LjQtMzAuNGMtNTEuNS0yMC45LTk3LjgtNTEuNi0xMzcuNS05MS4zcy03MC40LTg2LTkxLjMtMTM3LjVDMTAzLjMgNjE4LjggOTMgNTY2LjIgOTMgNTEyLjJzMTAuMi0xMDYuNiAzMC40LTE1Ni40YzIxLTUxLjYgNTEuNy05Ny44IDkxLjQtMTM3LjVtLTIyLjItMjIuMkMxOCAzNzAuNyAxOCA2NTMuNyAxOTIuNiA4MjguM3M0NTcuNiAxNzQuNiA2MzIuMiAwIDE3NC42LTQ1Ny42IDAtNjMyLjItNDU3LjYtMTc0LjUtNjMyLjIgMHonIGZpbGw9JyNlNmU2ZTYnPjwvcGF0aD48cGF0aCBkPSdNMjM1LjggMjM5LjNjMzYuOC0zNi44IDc5LjgtNjUuNCAxMjcuNy04NC44IDQ2LjItMTguOCA5NS4xLTI4LjMgMTQ1LjItMjguMyA1MC4xIDAgOTkgOS41IDE0NS4yIDI4LjMgNDcuOSAxOS40IDkwLjggNDcuOSAxMjcuNyA4NC44IDM2LjggMzYuOCA2NS40IDc5LjggODQuOCAxMjcuNyAxOC44IDQ2LjIgMjguMyA5NS4xIDI4LjMgMTQ1LjIgMCA1MC4xLTkuNSA5OS0yOC4zIDE0NS4yLTE5LjQgNDcuOS00Ny45IDkwLjgtODQuOCAxMjcuN3MtNzkuOCA2NS40LTEyNy43IDg0LjhjLTQ2LjIgMTguOC05NS4xIDI4LjMtMTQ1LjIgMjguMy01MC4xIDAtOTktOS41LTE0NS4yLTI4LjMtNDcuOS0xOS40LTkwLjgtNDcuOS0xMjcuNy04NC44cy02NS40LTc5LjgtODQuOC0xMjcuN2MtMTguOC00Ni4yLTI4LjMtOTUuMS0yOC4zLTE0NS4yIDAtNTAuMSA5LjUtOTkgMjguMy0xNDUuMiAxOS41LTQ3LjkgNDgtOTAuOCA4NC44LTEyNy43bS02LjYtNi42Yy0xNTQuNCAxNTQuNC0xNTQuNCA0MDQuNyAwIDU1OS4xczQwNC43IDE1NC40IDU1OSAwIDE1NC40LTQwNC43IDAtNTU5LTQwNC42LTE1NC41LTU1OS0wLjF6JyBmaWxsPScjZTZlNmU2Jz48L3BhdGg+PHBhdGggZD0nTTc2OSA0NjljMi4zIDE0LjIgMy41IDI4LjYgMy41IDQzLjMgMCA3MC41LTI3LjUgMTM2LjctNzcuMyAxODYuNi00OS44IDQ5LjgtMTE2LjEgNzcuMy0xODYuNiA3Ny4zLTE0LjYgMC0yOS4xLTEuMi00My4zLTMuNUw0NTIuMSA3ODZjODkgMTguMyAxODUuMi03IDI1NC4zLTc2LjFzOTQuNC0xNjUuMyA3Ni4xLTI1NC4zTDc2OSA0Njl6TTI0OC40IDU1NS41Yy0yLjMtMTQuMi0zLjUtMjguNi0zLjUtNDMuMyAwLTcwLjUgMjcuNC0xMzYuNyA3Ny4zLTE4Ni42IDQ5LjgtNDkuOCAxMTYuMS03Ny4zIDE4Ni42LTc3LjMgMTQuNiAwIDI5LjEgMS4yIDQzLjIgMy41bDEzLjQtMTMuNGMtODktMTguMy0xODUuMiA3LTI1NC4zIDc2LjFTMjE2LjYgNDc5LjggMjM1IDU2OC45bDEzLjQtMTMuNHonIGZpbGw9JyNlNmU2ZTYnPjwvcGF0aD48cGF0aCBkPSdNMzcyIDY1NmMzNC44IDYgNzkuMyAyIDExMC44LTEwLjQtMC4yIDQuMiAwLjUgMTEuOCAxLjQgMTYuMi0zMS43IDEwLjctNzUuMiAxMy43LTExMi4xIDcuNWw2MS40IDYxLjQtMTAuOCAxMC44LTYwLjQtNjAuNGM2LjEgMzYuNiAyLjggNzguOC03LjcgMTEwLjQtNC40LTAuNi0xMS44LTEuNC0xNi4zLTEuMyAxMi40LTMxLjYgMTYuNS03NS41IDEwLTExMC41bC01Ni4yIDU2LjItMTAuNC0xMC40IDYyLjUtNjIuNS0yOC4yLTI4LjItNTEuMyA1MS4zLTEwLjItMTAuMiA1MS4zLTUxLjMtMjUuOS0yNS45IDEwLjgtMTAuOCAyNS45IDI1LjkgNTMuMS01My4xIDEwLjIgMTAuMi01My4xIDUzLjEgMjguMyAyOC4zIDYzLjctNjMuNyAxMC40IDEwLjQtNTcuMiA1N3pNNTg3LjUgNDQyLjlsLTM1LjMgMzUuMyA2NyA2Ny0xMC42IDEwLjgtNjctNjctNDUuNyA0NS43YzIyLjggMjYuOCAzOC45IDU5LjMgMjguMSAxMDYuNi0zLjktMC41LTExLjMtMC4zLTE1LjcgMC42IDEwLTQzLjMtMy4zLTcyLjctMjMuMS05Ni41TDQ0OCA1ODIuNWwtMTAtMTAgMzcuOC0zNy44Yy0yLjItMi41LTQuNi00LjktNi45LTcuMmwtMzguNi0zOC42LTMyIDMyLTEwLTEwIDEyOC42LTEyOC42IDEwIDEwLTMwLjMgMzAuMyA0NS43IDQ1LjcgMzUuMy0zNS4zIDkuOSA5Ljl6IG0tNTYgMzZsLTQ1LjctNDUuNy00NS4xIDQ1LjEgMzguNiAzOC42YzIuNCAyLjQgNC43IDQuNyA2LjkgNy4ybDQ1LjMtNDUuMnpNNzM1LjkgMjk0LjNsOC4zIDguMy0xMDIuMyAxMDIuMyA2LjQgNi40LTEwLjIgMTAuMi01My41LTUzLjVjMS40IDEwLjggMS43IDIxLjUgMS4zIDMxLjEtMy4zLTAuNS0xMS4xLTAuOC0xNC45LTAuMiAyLTI0LjYtMi4yLTU0LjYtMTIuNC03OS45bDEyLjktNi45YzIuNyA3LjQgNSAxNS4xIDcuMSAyMi44bDM5LjYtMzkuNmMtNy4xLTIuNy0xNS41LTUuNS0yMi42LTcuMmw2LjgtMTIuNGM4LjYgMiAxOS41IDUuMyAyNy4yIDguM2w0NC43LTQ0LjcgOCA4LTQ3LjMgNDcuMyAxMS4zIDExLjMgMzkuNy0zOS43IDcuNyA3LjctMzkuNyAzOS43IDExLjUgMTEuNSA0MC4zLTQwLjMgNy41IDcuNS00MC4zIDQwLjMgMTIuNCAxMi40IDUwLjUtNTAuN3ogbS0xMTEuMyAxMC41bC00MS40IDQxLjQgMTEuMyAxMS4zIDQxLjQtNDEuNC0xMS4zLTExLjN6IG0xOSAxOWwtNDEuNCA0MS40IDExLjUgMTEuNSA0MS40LTQxLjQtMTEuNS0xMS41eiBtLTEwLjEgNzIuOGw0MS40LTQxLjQtMTIuNC0xMi40LTQxLjQgNDEuNCAxMi40IDEyLjR6IG0xMC4xIDMwLjhsMTAzLjYtMTAzLjYgNDYuOCA0Ni44LTEwLjcgMTAuNy03LjctNy43LTgyLjYgODIuNSA3LjcgNy43LTEwLjQgMTAuNC00Ni43LTQ2Ljh6IG0xOS0xLjdsMjEuOCAyMS44IDgyLjYtODIuNi0yMS44LTIxLjgtODIuNiA4Mi42eicgZmlsbD0nI2U2ZTZlNic+PC9wYXRoPjwvc3ZnPg==");
}

.pro-imglist .bom-text {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    color: #fff;
    background: #c71432;
    border-radius: 0 0 20px 20px;
}

.pro-imglist .yr-list {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    position: relative;
    z-index: 2;
}

.pro-imglist .yr-list .img {
    width: 430px;
    text-align: center;
    position: relative;
}

.pro-imglist .yr-list .img:before {
    position: absolute;
    content: "";
    width: 342px;
    height: 11px;
    background: url(/images/nianhuo/yr-kbg.png) no-repeat;
    left: 50%;
    margin-left: -171px;
    bottom: 2px;
}

.pro-imglist .yr-list .inset {
    width: 380px;
    font-size: 14px;
}

.pro-imglist .yr-list .inset h3 {
    font-weight: 700;
    font-size: 16px;
    padding: 0 15px 15px;
    font-family: 'Rubik', sans-serif;
}

.pro-imglist .yr-list .inset .text {
    position: relative;
    padding: 15px;
    font-size: 16px;
}

.pro-imglist .yr-list .inset .text:before {
    content: "";
    height: 1px;
    background: #a50923;
    border-bottom: 1px solid #ca0e2e;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.pro-imglist .yr-list .inset .text:after {
    content: "";
    height: 1px;
    background: #a50923;
    border-bottom: 1px solid #ca0e2e;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.pro-imglist .yr-list .inset a {
    display: inline-block;
    color: #fff;
    padding: 15px 15px 0;
    opacity: .5;
}

.pro-imglist .yr-list .inset a span {
    text-decoration: underline;
    margin-right: 8px;
}

.pro-imglist .yr-list .inset a i {
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-5px)
}

.pro-imglist .yr-list .inset a:hover {
    opacity: 1;
}

.pro-imglist .yj-price {
    margin-top: 5px;
    display: inline-block;
    background: #e0e0e0;
    color: #fff;
    border-radius: 8px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    position: relative;
    text-decoration: line-through;
    text-align: center;
    padding: 0 10px;
}

.pro-imglist .yj-price:before {
    position: absolute;
    width: 14px;
    height: 6px;
    background: url(/images/nianhuo/icon-jb2.png) no-repeat;
    content: "";
    left: 50%;
    bottom: -6px;
    margin-left: -7px;
}

.pro-imglist .yh-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0 0;
}

.pro-imglist .yh-price .lab {
    line-height: 1.1;
}

.pro-imglist .yh-price .num {
    font-size: 34px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

.pro-imglist .yh-price .num sup {
    font-size: 12px;
    font-family: Arial;
}

.pro-imglist .yh-price .num em {
    font-size: 20px;
    font-family: Arial;
}

.pro-imglist .yh-text {
    background: #f0d5a1;
    margin: 0 9px;
    position: absolute;
    left: 0;
    bottom: 8px;
    right: 0;
    border-radius: 0 0 10px 10px;
}

.pro-imglist .bom_con {
    position: relative;
    width: 1100px;
    margin: -55px auto 0;
}

.pro-imglist .bom_con .ul {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.pro-imglist .bom_con .ul .box {
    display: flex;
    height: 300px;
    transition: all .4s ease;
}

.pro-imglist .bom_con .item {
    width: 1100px;
    display: flex;
    flex-shrink: 0;
    transition: all .3s ease;
}

.pro-imglist .bom_con .li {
    min-width: 160px;
    max-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.pro-imglist .bom_con .li img {
    width: 100%;
    height: auto;
    transition: all .3s ease;
}

.pro-imglist .bom_con .li p {
    transition: all .1s ease;
    visibility: visible;
    opacity: 1;
}

.pro-imglist .bom_con .li:hover {
    min-width: 300px;
}

.pro-imglist .bom_con .li:hover p {
    visibility: hidden;
    opacity: 0;
}

.pro-imglist .li.hover {
    min-width: 300px;
}

.pro-imglist .li.hover p {
    visibility: hidden;
    opacity: 0;
}

.pro-imglist .btn {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    transition: all .1s ease;
}

.pro-imglist .btn:active {
    transform: scale(0.6);
}

.pro-imglist .btn-left {
    left: -70px;
    background: url(/images/nianhuo/btn-left.png) 50% 50% no-repeat;
}

.pro-imglist .btn-right {
    right: -70px;
    background: url(/images/nianhuo/btn-right.png) 50% 50% no-repeat;
}

.card-style {
    overflow: hidden;
    width: 100%;
    position: relative;

}

.card-style .w100 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);

}

.card-style .wrap {
    position: absolute;
    left: 50%;
    top: 350px;
    width: 1000px;
    margin-left: -500px;
}

.card-style .list .li {
    margin-bottom: 10px;
}

.card-style .list h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "微软雅黑";
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    display: inline-block;
    line-height: 2;
    margin-bottom: 6px;
}

.card-style .list p {
    font-size: 14px;
    opacity: .6;
}

.card-style .ul {
    padding-top: 80px;
    margin-top: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-style .ul .li {
    cursor: pointer;
    transition: .3s;
}

.card-style .ul .li:hover {
    transform: translateY(-4px);
}

.card-style .info {
    left: 0;
    top: 0;
    transition: .3s;
    position: absolute;
}

.card-style .content {
    background-color: #ff3c00;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    position: relative;
}

.card-style .content span {
    background: url("/images/nianhuo2022/x1.png") no-repeat;
    padding-left: 20px;
    margin-right: 20px;
}

.card-style .info .j {
    transform: rotate(55deg);
    position: absolute;
    left: 40px;
    bottom: -6px;
    width: 12px;
    height: 20px;
    background-color: #ff3c00;
    transition: .3s;
}

.card-style .ind {
    position: absolute;
    right: 0;
    top: 0;
}


.tips_jiage {
    width: 1080px;
    margin: 0 auto;
    padding: 20px 0 60px;
    color: #999;
    line-height: 1.6;
    text-align: center;
}

.nianhuo-list {
    background: url(/images/nianhuo/lk2-bg.jpg);
    height: 587px;
    position: relative;
    overflow: hidden;
}

.nianhuo-list .tit {
    text-align: center;
    padding-top: 40px;
}

.nianhuo-list .nav {
    display: flex;
    height: 44px;
    overflow: hidden;
    width: 539px;
    margin: 30px auto 0;
    background: url(/images/nianhuo/lk-nav.png?v2) 0 0 no-repeat;
    position: relative;
    z-index: 10;
}

.nianhuo-list .nav li {
    height: 44px;
    width: 180px;
    cursor: pointer;
}

.nianhuo-list .nav .li-1.cur {
    background: url(/images/nianhuo/lk-nav.png?v2) 0 bottom no-repeat;
}

.nianhuo-list .nav .li-2.cur {
    background: url(/images/nianhuo/lk-nav.png?v2) -180px bottom no-repeat;
}

.nianhuo-list .nav .li-3.cur {
    background: url(/images/nianhuo/lk-nav.png?v2) -360px bottom no-repeat;
}

.nianhuo-list .nav a {
    display: block;
    height: 44px;
}

.nianhuo-list .list {
    display: flex;
    width: 840px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    justify-content: space-between;
}

.nianhuo-list .list .li {
    width: 250px;
    text-align: center;
    font-family: 'Trirong', serif;
    padding-top: 200px;
}

.nianhuo-list .list .line {
    line-height: 2;
    position: relative;
    display: flex;
    justify-content: center;
}

.nianhuo-list .list .line:before {
    content: "";
    height: 1px;
    background: #911010;
    position: absolute;
    left: 0;
    bottom: 1px;
    right: 0;
}

.nianhuo-list .list .line:after {
    content: "";
    height: 1px;
    background: #c02d2c;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.nianhuo-list .list a {
    color: #fff;
    padding: 2px 0;
    display: inline-block;
    margin: 0 6px;
    line-height: 30px;
    font-family: 'Trirong', serif;
    font-size: 14px;
    transition: all .3s ease;
}

.nianhuo-list .list a:hover {
    transform: translateY(-3px);
}

.nianhuo-list .bg {
    background: url(/images/nianhuo/lk-bg2.png?v3) 50% 0 no-repeat;
    width: 100%;
    height: 330px;
    position: absolute;
    top: 110px;
    left: 0;
}

.nianhuo-list .card {
    position: absolute;
    display: flex;
    width: 840px;
    left: 50%;
    top: 260px;
    margin-left: -420px;
    justify-content: space-between;
}

.nianhuo-list .card img {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-width: 230px;
}

.nianhuo-list .card .cur {
    -webkit-animation: imgMtp 1s 0.1s ease both;
}

.nianhuo-list .aLink {
    text-align: center;
    padding-top: 50px;
    color: #7f0c0b;
}

.nianhuo-list .aLink a {
    color: #7f0c0b;
}

.nianhuo-list .aLink em {
    margin: 0 10px;
}

.nianhuo-list .aLink a:hover {
    color: #fff;
}


#swiper1 .swiper-slide {
    overflow: hidden;
}

#swiper1 .swiper-pagination {
    margin-bottom: 10px;
}

#swiper1 .swiper-pagination-bullet {
    opacity: .2;
    background: #fff;
    width: 14px;
    height: 6px;
    border-radius: 4px;
    transition: all .3s ease;
}

#swiper1 .swiper-pagination-bullet-active {
    background: #f9e9c7;
    opacity: 1;
    width: 30px;
}

.dwinfo5 {
    background: #080a09;
}

.dwinfo5 .tit {
    position: absolute;
    width: 1000px;
    left: 50%;
    top: 40px;
    margin-left: -500px;
    text-align: center;
    z-index: 10;
}

.dwinfo5 .info {
    margin-top: 10px;
    background: rgb(251, 245, 231);
    background: url(/images/nianhuo2021/titslide-bg.png);
    width: 334px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #ba0c27;
}

.dwinfo5 .con {
    width: 1500px;
    left: 50%;
    top: 0;
    margin-left: -750px;
    position: absolute;
}

.dwinfo5 .img {
    position: relative;
    margin-left: -960px;
    left: 50%;
}

.dwinfo5 .li {
    position: absolute;
    z-index: 10;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    background: url(/images/nianhuo2021/xp_icon.png) no-repeat;
    width: 259px;
    height: 175px;
}

.dwinfo5 .li .pa {
    padding: 30px 0 0 30px;
    color: #b71e18;
}

.dwinfo5 .li .pa h6 {
    padding: 0 0 10px 30px;
    font-size: 20px;
    font-weight: 700;
}

.dwinfo5 .li .pa p {
    margin: 0 30px 0 44px;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px solid #f1e2c6;
}

.dwinfo5 .li.left {
    background: url(/images/nianhuo2021/xp_icon2.png) no-repeat;
}

.dwinfo5 .li.left .pa {
    padding: 30px 30px 0 0px;
}

.dwinfo5 .li.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0)
}

.dwinfo5 .li area:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.dwinfo5 .cur .li:nth-child(4) {
    -webkit-animation: showlist 2s ease;
}

/*.dwinfo5 .cur .li:nth-child(2) { -webkit-animation: showlist 2s 0.2s ease; }
.dwinfo5 .cur .li:nth-child(3) { -webkit-animation: showlist 2s 0.3s ease; }
.dwinfo5 .cur .li:nth-child(4) { -webkit-animation: showlist 2s 0.4s ease; }
.dwinfo5 .cur .li:nth-child(5) { -webkit-animation: showlist 2s 0.5s ease; }
.dwinfo5 .cur .li:nth-child(6) { -webkit-animation: showlist 2s 0.6s ease; }
.dwinfo5 .cur .li:nth-child(7) { -webkit-animation: showlist 2s 0.7s ease; }
.dwinfo5 .cur .li:nth-child(8) { -webkit-animation: showlist 2s 0.8s ease; }
.dwinfo5 .cur .li:nth-child(9) { -webkit-animation: showlist 2s 0.9s ease; }
.dwinfo5 .cur .li:nth-child(10) { -webkit-animation: showlist 2s 1s ease; }
.dwinfo5 .cur .li:nth-child(11) { -webkit-animation: showlist 2s 1.1s ease; }
.dwinfo5 .cur .li:nth-child(12) { -webkit-animation: showlist 2s 1.2s ease; }*/
@-webkit-keyframes showlist {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-10px)
    }

    40%,
    90% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.shuom {
    background: #f9f0de url(/template/default/img/lika.jpg) top no-repeat;
    height: 995px;
}

.shuom .tit {
    text-align: center;
    color: #e60013; font-weight:bold;
    padding: 170px 0;
    font-size: 18px;
}

.shuom .tit p {
    padding: 10px;
    font-family: "Georgia"
}

.shuom .ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.shuom .ul p {
    padding-top: 15px;
}

.shuom .li {
    transition: all .3s ease; width:23%;
}

.shuom .li img {
    border-radius: 10px; width:100%;
}

.shuom .li:hover {
    transform: translateY(-10px);
}

.caipin_item {
    background: url(/images/index/bg-news.jpg) 50% 0 no-repeat;
    padding: 80px 0;
}

.caipin_item .ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.caipin_item .ul .li {
    width: 340px;
    margin: 10px;
    border-radius: 16px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease;
    background: rgba(249, 226, 174, 1);
}

.caipin_item .ul .li img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    border-radius: 18px;
}

.caipin_item .ul .li h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00000017;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.caipin_item .ul .li h3 span {
    font-size: 12px;
}

.caipin_item .ul .li p {
    opacity: .8;
    line-height: 1.6;
    height: 20px;
    overflow: hidden;
    transition: all .2s ease;
}

.caipin_item .text {
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    z-index: 3;
    border-radius: 0 0 16px 16px;
    background: rgba(249, 226, 174, 0.93);
}

.caipin_item .text .por {
    position: relative;
    z-index: 4;
}

.caipin_item .ul .li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.caipin_item .ul .li:hover img {
    transform: scale(1)
}

.caipin_item .ul .li:hover p {
    height: 60px;
}

@-webkit-keyframes imgMtp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-55px);
    }

    100% {
        transform: translateY(-30px) scale(1.05);
        z-index: 100;
    }
}

.item-pro {
    position: relative;
    overflow: hidden;
}

.item-pro .img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.item-pro .pro {
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 0;
    line-height: 30px;
    color: #000;
    box-sizing: border-box;
}

.item-pro .a {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 18px;
    -webkit-animation: pulse 2s ease both infinite;
}

.item-pro .a:hover {
    border: 1px solid #d40d08;
    color: #d40d08;
    background: #d40d08;
    color: #fff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.98)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes rotate1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.se-news {
    margin: 0 auto;
    width: 1100px;
    padding: 60px 0;
}

.se-news .cul-list-con {
    float: left;
    width: 500px;
}

.se-news .cul-list-con p {
    position: relative;
    height: 24px;
    line-height: 24px;
}

.se-news .cul-list-con p span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 11px;
}

.se-news .cul-list-con p em {
    font-family: simsun
}

.se-news .cul-list-con-fr {
    float: right;
    border-left: 1px solid #ddd;
    padding-left: 50px;
}

.se-news .cul-list-con p a {
    color: #000;
}

.se-news .cul-list-con p a:hover {
    color: #00a7ff;
}

.news-a {
    padding: 0 0 40px 0;
    text-align: center;
}

.news-a a {
    display: inline-block;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 40px;
}

.news-a a:hover {
    background: -webkit-linear-gradient(left, rgba(219, 188, 147, 1) 0%, rgba(245, 228, 185, 1) 100%);
    border: 1px solid #fff;
    color: #000;
}

.dl-tips {
    text-align: center;
    padding-top: 40px;
    position: relative;
}

.hotmap {
    position: absolute;
    background: #e7002e;
    color: #fff;
    z-index: 10;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.hotmap:before {
    position: absolute;
    width: 14px;
    height: 6px;
    background: url(/images/nianhuo/icon-jb1.png) no-repeat;
    content: "";
    left: 50%;
    bottom: -6px;
    margin-left: -7px;
}

.guide-stores {
    height: 800px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.guide-stores::before {
    content: "";
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    background: linear-gradient(to bottom,
            rgb(236, 205, 161) 0%,
            rgba(255, 255, 255, 0.8) 40%,
            rgba(255, 255, 255, 0) 100%);
}

.guide-stores::after {
    content: "";
    position: absolute;
    z-index: 19;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1920px;
    margin-left: -960px;
    background: linear-gradient(to right,
    rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0.8) 30%,
            rgba(255, 255, 255, 0) 70%);
}

.guide-stores .info-tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    text-align: center;
    z-index: 20;
}

.guide-stores_text {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 30px;
    display: inline-block;
    width: 180px;
    background: rgba(255, 255, 255, 0.5);
}

.guide-stores .info-txt {
    color: #222;
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 0 60px;
}

.guide-stores_text .li {
    display: flex;
    line-height: 1.4;
    align-items: center;
}

.guide-stores_text span {
    width: 60px;
    font-family: "Oswald", Arial, SimSun;
    font-size: 38px;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
}

.guide-stores_text .member-css3 {
    -webkit-animation: guidebounce2 2s ease both infinite;
}

.guide-stores_text em {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 10px;
}

.guide-stores_text .btn {
    padding-top: 10px;
}

.guide-stores_text .btn a {
    display: block;
    margin: 0 20px;
    background: linear-gradient(45deg, #ff3c00 0%, #ff5a00 100%);
    border-radius: 30px;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    opacity: 0.7;
}

.guide-stores_text .btn a:hover {
    opacity: 1;
}

.guide-stores_con {
    width: 800px;
    margin-left: -400px;
    left: 50%;
    top: 360px;
    position: absolute;
    z-index: 20;
}

#map_container {
    position: relative;
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    height: 100%;
}

.g-dingzhi {
    background: #111;
    height: 706px;
    position: relative;
    overflow: hidden;
}

.g-dingzhi .img img {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    top: 0;
    position: absolute;
}

.g-dingzhi .con {
    width: 880px;
    height: 546px;
    margin: 160px auto 0;
    z-index: 2;
    position: relative;
}

.g-dingzhi .con .bom {
    position: absolute;
    bottom: 80px;
    width: 700px;
    height: 90px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .5s .5s ease;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.g-dingzhi .con .bom div {
    margin-left: 70px;
    margin-right: 60px;
    line-height: 18px;
    font-family: 'Trirong', serif;
    position: relative;
}

.g-dingzhi .con .bom div:before {
    position: absolute;
    left: -66px;
    top: 2px;
    color: #d0b886;
    font-size: 20px;
    width: 50px;
    line-height: 1.2;
    font-weight: 700;
}

.g-dingzhi .con .bom div:after {
    width: 1px;
    height: 20px;
    background: #333;
    left: -12px;
    top: 17px;
    content: "";
    position: absolute;
}

.g-dingzhi .con .bom div:nth-child(1):before {
    content: "贺卡定制";
}

.g-dingzhi .con .bom div:nth-child(3):before {
    content: "封套定制";
}

.g-dingzhi .con .bom div:nth-child(2):before {
    content: "礼卡定制";
}

.g-dingzhi .con .text .t {
    margin-bottom: 20px;
    transition: all .5s ease;
    transform: translate(0, -80px);
    opacity: 0;
}

.g-dingzhi .con .text .b {
    transition: all .5s ease;
    transform: translate(0, 80px);
    opacity: 0;
    color: #fff;
}

.g-dingzhi .con ul {
    display: flex;
    padding-top: 60px;
    transition: .3s 0.4s;
    opacity: 0;
    transform: translateY(20px)
}

.g-dingzhi .con li {
    width: 60px;
    height: 68px;
    background: url(/images/ychdzx/dingzhi-icon.png) no-repeat;
    opacity: .5;
    margin-right: 10px;
    transition: .3s;
}

.g-dingzhi .con li:hover {
    opacity: 1;
    margin-top: -3px;
}

.g-dingzhi .con li:nth-child(1) {
    background-position: 0 0;
}

/*.g-dingzhi .con li:nth-child(2) { background-position: -82px 0; }*/
.g-dingzhi .con li:nth-child(2) {
    background-position: -161px 0;
}

.g-dingzhi .con li:nth-child(3) {
    background-position: -243px 0;
    width: 71px;
}

.g-dingzhi .con li:nth-child(4) {
    background-position: -411px 0;
    width: 51px;
}

.g-dingzhi.css3 .con .text .t,
.g-dingzhi.css3 .con .text .b,
.g-dingzhi.css3 .bom {
    transform: translate(0, 0);
    opacity: 1;
}

.g-dingzhi.css3 ul {
    opacity: 1;
    transform: translateY(0)
}

.dzx-db {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.dzx-db .text {
    text-align: center;
    margin-top: 40px;
}

.dzx-db .ys {
    padding: 80px 0;
}


.nh-sf {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.nh-sf .w100 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.nh-sf .text {
    width: 410px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px;
    color: #fff8ca;
    z-index: 3;
    padding: 410px 0 0 590px;
}

.nh-sf .text h5 {
    display: inline-block;
    border: 1px solid #fff8ca;
    padding: 14px 20px;
    border-radius: 120px;
    font-size: 24px;
    font-family: "微软雅黑";
}

.nh-sf .text p {
    padding: 10px 20px 40px;
    font-size: 14px;
}


.server-sf {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.server-sf .w100 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.server-sf .text {
    width: 410px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px;
    color: #fff8ca;
    z-index: 3;
    padding: 410px 0 0 590px;
}

.after-sales {
    position: absolute;
    top: 350px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    z-index: 3;
}

.after-sales ul {
    padding-left: 120px;
}

.after-sales li {
    display: flex;
    color: #464646;
    padding-bottom: 20px;
    align-items: center;
    transition: 0.3s;
    width: 400px;
}

.after-sales li .text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.after-sales li p {
    line-height: 16px;
    padding-top: 6px;
}

.after-sales li .icon {
    background: url(/images/nianhuo2022/tihuo-icon-x.png) no-repeat;
    width: 56px;
    height: 56px;
    margin-right: 15px;
    flex-shrink: 0;
}

.after-sales li .font {
    font-size: 20px;
    font-weight: 700;
    color: #352801;
    font-family: "微软雅黑";
}

.after-sales li:nth-child(1) .icon {
    background-position: 0 -166px;
    
}

.after-sales li:nth-child(2) .icon {
    background-position: 0 -84px;
}

.after-sales li:nth-child(3) .icon {
    background-position: 0 -249px;
}

.after-sales li:nth-child(4) .icon {
    background-position: 0 -249px;
}

.after-sales li:hover {
    transform: translateX(10px);
}


.g-tihuo {
    position: relative;
    overflow: hidden;
    height: 696px;
}

.g-tihuo .img img {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: absolute;
}

.g-tihuo .title {
    text-align: center;
    padding: 100px 0 80px;
    font-size: 14px;
    line-height: 20px;
}

.g-tihuo .title img {
    margin-bottom: 20px;
}

.g-tihuo .con {
    position: relative;
}

.g-tihuo ul {
    width: 960px;
    margin: 0 auto;
}

.g-tihuo li {
    display: flex;
    color: #fdedc2;
    padding-bottom: 28px;
    align-items: center;
    transition: .3s;
    width: 400px;
}

.g-tihuo li .text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.g-tihuo li p {
    line-height: 16px;
    padding-top: 5px;
    opacity: .8;
    color: #919191;
}

.g-tihuo li .icon {
    background: url(/images/nianhuo2021/tihuo-img1.png) no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.g-tihuo li:nth-child(1) .icon {
    background-position: 0 0
}

.g-tihuo li:nth-child(2) .icon {
    background-position: 0 -82px
}

.g-tihuo li:nth-child(3) .icon {
    background-position: 0 -165px
}

.g-tihuo li:hover {
    margin-left: 10px;
}

.g-tihuo li:hover p {
    opacity: 1;
}




.pro-anim2 {
    background: url(/images/nianhuo2022/a-bg2.jpg) no-repeat;
    height: 580px;
    overflow: hidden;
}

.pro-anim2-yr {
    background: url(/images/nianhuo/yr-a-bg2.jpg) no-repeat;
}

.pro-anim2 .con {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.pro-anim2 ._lft {
    width: 560px;
    height: 580px;
    position: relative;
}

.pro-anim2 ._lft1 {
    opacity: 0;
    transition: all .5s ease;
}

.pro-anim2 ._lft1 img {
    opacity: 1;
    border-radius: 10px;
    position: absolute;
    transition: all .5s ease;
}

.pro-anim2 ._lft1 .a-fengtao {
    left: 0;
    top: 140px;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
}

.pro-anim2 ._lft1 .a-lsz {
    border-radius: 15px;
    left: 14px;
    top: 155px;
    position: absolute;
    width: 433px;
    height: 236px;
}

.pro-anim2 ._lft1 .a-lsz img {
    border-radius: 10px;
}

.pro-anim2 ._lft1 .a-lsz:before {
    content: "";
    left: 0;
    top: 0;
    width: 433px;
    height: 236px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1) inset;
    position: absolute;
    z-index: 2;
    border-radius: 10px;
}

.pro-anim2 ._lft1 .a-hedi {
    width: 480px;
    left: -2px;
    top: 130px;
    z-index: 10;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
}

.pro-anim2 ._lft2 {
    transform: scale(.9);
}

.pro-anim2 ._lft2 img {
    border-radius: 10px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.pro-anim2 ._lft2 .a-fengtao {
    left: 0;
    top: 140px;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
}

.pro-anim2 ._lft2 .a-lsz {
    left: 14px;
    top: 155px;
    position: absolute;
}

.pro-anim2 ._lft2 .a-ft1 {
    left: 14px;
    top: 155px;
}

.pro-anim2 ._lft2 ._zmft {
    position: absolute;
    top: 200px;
    left: 0;
}

.pro-anim2 ._lft2 ._lsz {
    position: absolute;
    top: 208px;
    left: 6px;
}

.pro-anim2 ._lft2 ._lsz img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 8px;
}

.pro-anim2 ._lft2 ._daft {
    position: absolute;
    top: 176px;
    left: -28px;
    z-index: 20;
}

.pro-anim2 ._lft2 ._daft_bs {
    position: absolute;
    width: 200px;
    height: 150px;
    left: 125px;
    top: 240px;
    background: #fff;
}

.pro-anim2 ._lft2 ._daft img {
    box-shadow: none;
}

.pro-anim2 .css3_1 ._lft1 .a-fengtao {
    transform: translate(0);
}

.pro-anim2 .now_page {
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 10;
}

.pro-anim2 ._rgt {
    position: relative;
    padding-bottom: 40px;
}

.pro-anim2 ._rgt:before {
    position: absolute;
    width: 588px;
    height: 13px;
    content: "";
    left: -70px;
    bottom: -40px;
    background: url(/images/ychdzx/bg-ix3.png) no-repeat;
    opacity: .5;
}

.pro-anim2 ._rgt .a-sec {
    display: flex;
    margin-bottom: 50px;
}

.pro-anim2 ._rgt .a-sec span {
    border: 1px solid #fdedc2;
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    font-size: 24px;
    font-family: 'Oswald', Arial, SimSun;
    cursor: pointer;
    transition: all .3s ease;
    color: #fdedc2;
}

.pro-anim2 ._rgt .a-sec span:first-child {
    border-radius: 10px 0 0 10px;
}

.pro-anim2 ._rgt .a-sec span:last-child {
    border-radius: 0 10px 10px 0;
}

.pro-anim2 ._rgt .a-sec span:hover {
    text-decoration: underline;
}

.pro-anim2 ._rgt .a-sec .cur {
    background: #fdedc2;
    color: #c20e2d;
}

.pro-anim2 ._rgt .text {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    color: #fdedc2;
}

.pro-anim2 ._rgt .first {
    border-right: 1px solid #cb5a6c;
    padding-right: 20px;
    margin-right: 20px;
}

.pro-anim2 ._rgt .text {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    color: #fdedc2;
}

.pro-anim2 ._rgt .first {
    border-right: 1px solid #cb5a6c;
    padding-right: 20px;
    margin-right: 20px;
}

.pro-anim2 ._rgt .text p {
    font-size: 18px;
    font-weight: 700;
}

.pro-anim2 .css3_1 ._lft1 {
    opacity: 1;
}

.pro-anim2 .css3_1 ._lft1 .a-hedi {
    -webkit-animation: flash 1.5s 1s linear both;
    -moz-animation: flash 1.5s 1s linear both
}

.pro-anim2 .css3_1 ._lft1 .a-lsz {
    -webkit-animation: flash2 1.5s 3s linear both;
    -moz-animation: flash2 1.5s 3s linear both
}

.pro-anim2 .css3_1 ._lft1 .a-lsz:before {
    -webkit-animation: flash3 1.5s 3s linear both;
    -moz-animation: flash3 1.5s 3s linear both
}

.pro-anim2 .css3_2 ._lft2 {
    -webkit-animation: slideDown 1.5s ease both;
    -moz-animation: slideDown 1.5s linear both
}

.pro-anim2 .css3_2 ._lft2 ._daft,
.pro-anim2 .css3_2 ._lft2 ._daft_bs {
    -webkit-animation: slideLeft 1s 1.8s linear both;
    -moz-animation: slideLeft 1s 1.8s linear both
}

.pro-anim2 .css3_2 ._lsz {
    -webkit-transform: translateX(-530px);
    -moz-transform: translateX(-530px);
    transition: all 1s 5s linear;
}

.preserve-3d {
    transform-style: preserve-3d;
    -webkit-perspective: 1600px;
    -moz-perspective: 1600px;
    -ms-perspective: 1600px;
    perspective: 1600px;
}

.book-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 465px;
    height: 205px;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.back_book_page {
    width: 465px;
    height: 205px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(180deg);
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(180deg);
    -moz-backface-visibility: hidden;
}

.flip-animation-start {
    -webkit-animation: flipBook1 3s 3.5s both;
    -moz-animation: flipBook1 3s 3.5s both;
}

@-webkit-keyframes flipBook1 {
    0% {
        -webkit-transform: perspective(2000) rotateX(0);
        -webkit-transform-origin: 50% 50% 50%;
    }

    100% {
        -webkit-transform: rotateX(180deg);
    }
}

@-moz-keyframes flipBook1 {
    0% {
        -moz-transform: perspective(2000) rotateX(0);
        -moz-transform-origin: 50% 50% 50%;
    }

    100% {
        -moz-transform: rotateX(180deg);
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: scale(.9)
    }

    40% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: scale(1);
        -webkit-transform: translateY(80px);
    }
}

@-moz-keyframes slideDown {
    0% {
        transform: scale(.9)
    }

    40% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: scale(1);
        -moz-transform: translateY(80px);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-530px);
    }
}

@-moz-keyframes slideLeft {
    0% {
        -moz-transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-530px);
    }
}


@-webkit-keyframes flash {
    30% {
        -webkit-transform: translate(0) scale(1.1);
        box-shadow: 0 0 24px rgba(0, 0, 0, .1)
    }

    70% {
        -webkit-transform: translate(-530px, 0) scale(1.1);
    }

    100% {
        -webkit-transform: translate(-530px, 0)
    }
}

@-moz-keyframes flash {
    30% {
        -moz-transform: translate(0) scale(1.1);
        box-shadow: 0 0 24px rgba(0, 0, 0, .1)
    }

    70% {
        -moz-transform: translate(-530px, 0) scale(1.1);
    }

    100% {
        -moz-transform: translate(-530px, 0)
    }
}

@-webkit-keyframes flash2 {
    10% {
        box-shadow: 0 0 20px transparent inset
    }

    30% {
        -webkit-transform: translate(0) scale(1.1);
    }

    70% {
        box-shadow: 0 0 20px rgba(0, 0, 0, .1) inset;
        -webkit-transform: translate(-530px, 0) scale(1.1);
    }

    100% {
        -webkit-transform: translate(-530px, 0)
    }
}

@-moz-keyframes flash2 {
    10% {
        box-shadow: 0 0 20px transparent inset
    }

    30% {
        -moz-transform: translate(0) scale(1.1)
    }

    70% {
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1) inset;
        -moz-transform: translate(-530px, 0) scale(1.1);
    }

    100% {
        -moz-transform: translate(-530px, 0)
    }
}

@-webkit-keyframes flash3 {
    10% {
        box-shadow: 0 0 20px transparent inset
    }

    30% {
        -webkit-transform: translate(0)
    }

    70% {
        box-shadow: 0 0 20px rgba(0, 0, 0, .1) inset;
        -webkit-transform: translate(-530px, 0)
    }

    100% {
        -webkit-transform: translate(-530px, 0)
    }
}

@-moz-keyframes flash3 {
    10% {
        box-shadow: 0 0 20px transparent inset
    }

    30% {
        -moz-transform: translate(0)
    }

    70% {
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1) inset;
        -moz-transform: translate(-530px, 0)
    }

    100% {
        -moz-transform: translate(-530px, 0)
    }
}