<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html,h1,h2,h3,h4,h5,h6,ul,li,p,em {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal normal 14px 'Microsoft YaHei', '瀵邦喛钂嬮梿鍛寸拨';
}
input::-webkit-input-placeholder{   
/* WebKit browsers */   
color: #FFF;   
}   
input:-moz-placeholder{   
/* Mozilla Firefox 4 to 18 */   
color: #FFF;    
}   
input::-moz-placeholder{   
/* Mozilla Firefox 19+ */   
color: #FFF;   
}   
input:-ms-input-placeholder{   
/* Internet Explorer 10+ */   
color: #FFF;  
}
input,textarea {
    border: none;
    background: none;
    resize: none;
    -webkit-appearance: none;
}
a,a:hover,a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}
img {
    display: inline-block;
    border: none;
}
.wraper {
    width: 1225px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.page2,.page3,.page4,.page5,.page6 {
    display: none;
}
.page2 {
    z-index: 4;
}
.page3 {
    z-index: 3;
}
.page4 {
    z-index: 2;
}
.page5 {
    z-index: 1;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    z-index: 100;
}
.navHide{
    opacity: 0;
}	
.nav-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
    filter: Alpha(opacity=20);
    z-index: 101;
}
.nav-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 102;
}
.nav-content .logo {
    left: 0;
    top: 20px;
    width: 92px;
    position: absolute;
}
.nav-content .logo img {
    width: 100%;
}
.nav-content .menu {
    position: absolute;
    left: 130px;
    top: 47px;
    right: 300px;
}
.nav-content .menu li {
    float: left;
    padding: 0 13px;
    font-size: 16px;
}
.nav-content .menu li a {
    color: #fff;
    padding-bottom: 14px;
}
.nav-content .menu li.active a {
    border-bottom: 3px solid #e01b1d;
}
.nav-content .menu li:hover a {
    border-bottom: 3px solid #e01b1d;
}
.nav-content .search {
    position: absolute;
    right: 0;
    top: 45px;
    width: 300px;
}
.nav-content .go-shop {
    float: right;
    margin-top: 5px;
    color: #fff;
    text-align:  center;
    width: 78px;
}
.nav-content .go-shop ul{
    background: rgba(0,0,0,0.3);
    margin-top: 10px;
    padding: 10px;
    display:  none;
}
.nav-content .go-shop ul li{
    margin-bottom: 5px;
}
.nav-content .go-shop a {
    color: #fff;
    font-size: 14px;
}
.go-shop-btn{
    cursor: pointer;
}
.nav-content .search-box {
    float: left;
    width: 210px;
    height: 28px;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 15px;
    border-radius: 30px;
    box-sizing: border-box;
}
.nav-content .search-box input {
    height: 90%;
    vertical-align: middle;
    display: inline-block;
    outline: none;
    color: #fff;
    width: 150px;
}
.nav-content .search-box img {
    vertical-align: -4px;
    width: 20px;
    display: inline-block;
}
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
    display: none;
}
.mobile-nav .logo {
    left: 5px;
    top: 4px;
    width: 45px;
}
.mobile-nav .nav-content .search {
    top: 11px;
    width: 54%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.mobile-nav .nav-content .search-box {
    height: 25px;
    width: 100%;
}
.mobile-nav .nav-content .search-box input {
    width: 80%;
    vertical-align: 0;
}
.mobile-nav .crumb-btn {
    position: absolute;
    right: 15px;
    top: 14px;
}
.mobile-nav .crumb-btn.active .crumb-s1 {
    transform: rotate(45deg) translate(7px, 6px);
}
.mobile-nav .crumb-btn.active .crumb-s2 {
    opacity: 0;
}
.mobile-nav .crumb-btn.active .crumb-s3 {
    transform: rotate(-45deg) translate(5px, -4px);
}
.mobile-nav .crumb-btn .crumb-s1,
.mobile-nav .crumb-btn .crumb-s2,
.mobile-nav .crumb-btn .crumb-s3 {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transform: rotate(0deg) translate(0, 0);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}
.mobile-nav .crumb-btn .crumb-s2 {
    margin: 5px 0;
}
.mobile-menu {
    position: fixed;
    right: -100px;
    top: 0;
    padding-top: 50px;
    height: 100%;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
}
.mobile-menu ul {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 10px;
}
.mobile-menu li {
    text-align: center;
    border-bottom: 1px solid #d46e6e;
    padding: 10px 0;
    font-size: 16px;
}
.mobile-menu li a {
    color: #fff;
}
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.banner ul {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
}
.banner li {
    float: left;
    height: 100%;
    position: relative;
}
.jiu {
    /* position: absolute;
    left: 0;
    top: 295px;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s; */
    position: absolute;
    width: 100%;height: auto;
    min-height: 100%;
    top: 0;left: 0;
    display: none;
    opacity: 0;

}
.banner li.active .jiu {
   /* opacity: 1;
    left:12%;
    max-width: 494px; */
}
.banner-text1 {
    position: absolute;
    right: 600px;
    top: 458px;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    display:none;
}
.banner-text2 {
    position: absolute;
    right: 358px;
    top: 673px;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    display:none;
}
.banner li.active .banner-text1 {
    right: 26%;
    opacity: 1;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.banner li.active .banner-text2 {
    right: 20%;
    opacity: 1;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.img-bg {
    width: 100%;
    height: 100%;
    background: no-repeat bottom center;
    background-size: cover;
}
.banner-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
.banner-btn span {
    width: 80px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    display: inline-block;
    cursor: pointer;
    margin: 0 25px;
}
.banner-btn span.act {
    filter: Alpha(opacity=100);
    opacity: 1;
}
.home-introduction {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/index/page2.jpg) no-repeat center center;
    background-size: cover;
}
.home-title {
    padding-top: 50px;
    text-align: center;
    position: relative;
    top: -200px;
    visibility: hidden;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
}
#home .active .home-title {
    visibility: visible;
    top: 0;
}
.home-title-top {
    font-size: 30px;
    margin-bottom: 12px;
    color: #fff;
}
.home-title-bot {
    font-size: 30px;
    position: relative;
    color: #c2c2c2;
}
.home-title-bot .bor {
    width: 37px;
    height: 3px;
    background: #c2c2c2;
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: -18px;
}
.home-introduction-text {
    text-align: left; text-indent: 2em;
    padding: 0 10%;
    position: absolute;
    top:25%;
    left: 0;
    width: 80%;
    opacity: 0;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
}
.active .home-introduction-text {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.home-introduction-text p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
}
.home-introduction-btn,
.dynamic-btn {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    text-align: center;
}
.home-introduction-btn a,
.dynamic-btn a {
    width: 160px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    background: #e01b1d;
    text-align: center;
    display: inline-block;
}
.home-memorabilia {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/index/page3.jpg) no-repeat center bottom;
    background-size: 1920px 689px;
}
.home-memorabilia .home-title-top {
    color: #333;
}
.home-memorabilia .home-title-bot {
    color: #eb2323;
}
.home-memorabilia .home-title-bot .bor {
    background: #eb2323;
}
.home-dynamic {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/index/page4.jpg) no-repeat center center;
    background-size: cover;
}
.home-dynamic .home-title-top {
    color: #333;
}
.home-dynamic .home-title-bot {
    color: #eb2323;
}
.home-dynamic .home-title-bot .bor {
    background: #eb2323;
}
.pc.home-dynamic-main {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}
.moblie.home-dynamic-main {
    display: none;
    position: absolute;
    top: 156px;
    left: 50%;
    width: 260px;
    margin-left: -130px;
    overflow: hidden;
    height: 400px;
}
.home-dynamic-main li {
    float: left;
    width: 31%;
    height: 520px;
    position: relative;
    overflow: hidden;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
}
.moblie.home-dynamic-main ul{
    width: 900px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.moblie.home-dynamic-main li{
    width: 260px;
    margin: 0 !important;
    height: 100%;
}
.page4.active .home-dynamic-main li {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.home-dynamic-main .dynamic-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    z-index: 1;
}
.home-dynamic-main .dynamic-text {
    position: absolute;
    left: 0;
    top: 470px;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 2;
    background: rgba(224, 27, 29, .5);
    padding: 7px 10%;
    text-align: center;
    box-sizing: border-box;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.home-dynamic-main .dynamic-text h1 {
    font-size: 16px;
    line-height: 35px;
    min-height: 45px;
}
.home-dynamic-main .dynamic-text p {
    font-size: 14px;
    line-height: 2em;
}
.home-dynamic-main li:nth-child(2) {
    margin: 0 3.5%;
}
.dynamic-btn {
    bottom: 40px;
}
.dynamic-btn a {
    border-radius: 40px;
}
.home-dynamic-main li:hover .dynamic-text {
    top: 0;
    background: rgba(224, 27, 29, .8);
}
.home-dynamic-main .text-box {
    width: 136px;
    position: relative;
    margin: 80px auto;
}
.home-dynamic-main .text-box .span1 {
    border-left: 2px solid #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -15px;
    top: -15px;
    border-top: 2px solid #fff;
}
.home-dynamic-main .text-box .span2 {
    border-right: 2px solid #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-top: 2px solid #fff;
}
.home-dynamic-main .text-box .span3 {
    border-left: 2px solid #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -15px;
    bottom: -15px;
    border-bottom: 2px solid #fff;
}
.home-dynamic-main .text-box .span4 {
    border-right: 2px solid #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -15px;
    bottom: -15px;
    border-bottom: 2px solid #fff;
}
.mobile-memorabilia {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/index/mobile-cc.jpg) no-repeat center center;
    background-size:  cover;
}
.mobile-fire {
    padding: 20px;
    height: calc(100% - 94px);
    box-sizing: border-box;
    overflow-y: scroll;
}
.mobile-fire li {
    overflow: hidden;
}
.mobile-fire .mobile-fire-title {
    width: 60px;
    padding: 0 20px 15px 0;
    border-right: 1px solid #c1c5c9;
    float: left;
    position: relative;
}
.mobile-fire .mobile-fire-title::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 7px;
    background: rgba(255, 255, 255, 0.8);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.mobile-fire .mobile-fire-title span {
    text-align: left;
    color: #fff;
    font-size: 14px;
    background: #eb2323;
    display: block;
    line-height: 1.6;
    padding: 2px 4px;
    position: relative;
    word-wrap: break-word;
}
.mobile-fire .mobile-fire-title span::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 6px;
    width: 0px;
    height: 0px;
    border-left: 7px solid #eb2323;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.mobile-fire-content {
    float: left;
    width: calc(100% - 140px);
    padding: 0 0 0 15px;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}
.mobile-fire li:nth-child(10) .mobile-fire-content,.mobile-fire li:nth-child(11) .mobile-fire-content{
    display:none;
}
/*fire*/
.fire {
    width: 100%;
    height: 520px;
    position: absolute;
    bottom: 0px;
    left:  0;
    right:  0;
}
.fire-pointer {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.active .fire-pointer {
    opacity: 1;
}
.fire1 {
    transition: all 2s 0.2s;
}
.fire2 {
    transition: all 2s .4s;
}
.fire3 {
    transition: all 2s .8s;
}
.fire4 {
    transition: all 2s 1.2s;
}
.fire5 {
    transition: all 2s 1.6s;
}
.fire6 {
    transition: all 2s 2s;
}
.fire7 {
    transition: all 2s 2.2s;
}
.fire8 {
    transition: all 2s 2.4s;
}
.fire9 {
    transition: all 2s 2.6s;
}
.fire10 {
    transition: all 2s 2.8s;
}
.fire11 {
    transition: all 2s 3s;
}
/* .fire12 {
    transition: all 2s 3.2s;
} */
.fire-text {
    position: absolute;
    font-size: 18px;
    color: #fff;
}
.fire-main {
    position: absolute;
    color: #fff;
    background: rgba(224, 27, 29, 0.7);
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    width: 0;
    transition: all .6s;
    opacity: 0;
    visibility: hidden;
    z-index: 222;
}
.fire10-main,.fire12-main{
    display:none;
}
.fire-pointer:hover .fire-main {
    opacity: 1;
    width: 400px;
    padding: 15px;
    visibility: visible;
}
.fire-main::after {
    content: "";
    background: #eeeded;
    height: 2px;
    position: absolute;
    z-index: 1;
}
.fire1 {
    right: 407px;
    top: 3px;
}
.fire1-main,
.fire2-main,
.fire3-main,
.fire4-main,
.fire5-main {
    top: 53px;
    right: 112px;
}
.fire1 .fire-text{
    right: -48px;
    top: 2px;
}
.fire2 .fire-text{
    right: -70px;
    top: 4px;
}
.fire3 .fire-text{
    right: -77px;
    top: 7px;
}
.fire4 .fire-text{
    right: -80px;
    top: 7px;
}
.fire5 .fire-text {
    right: -70px;
    top: 4px;
}
.fire1-main::after,
.fire2-main::after,
.fire3-main::after,
.fire4-main::after,
.fire5-main::after {
    width: 120px;
    right: -111px;
    top: -5px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
}
.fire2 {
    right: 487px;
    top: 31px;
}
.fire3 {
    right: 381px;
    top: 41px;
}
.fire4 {
    right: 371px;
    top: 95px;
}
.fire5 {
    right: 107px;
    top: 172px;
}
.fire6 {
    right: 43px;
    top: 257px;
}
.fire6-main {
    top: -51px;
    right: 134px;
}
.fire6 .fire-text {
    right: -70px;
    top: 6px;
}
.fire6-main::after {
    width: 120px;
    right: -112px;
    top: 42px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
}
.fire7 {
    right: 464px;
    top: 250px;
}
.fire7-main {
    top: -51px;
    right: 134px;
}
.fire7 .fire-text {
    right: -77px;
    top: 6px;
}
.fire7-main::after {
    width: 120px;
    right: -112px;
    top: 42px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
}
.fire8 {
    right: 698px;
    top: 148px;
}
.fire8-main {
    top: -51px;
    left: 185px;
}
.fire8 .fire-text {
    left: -74px;
    top: 9px;
}
.fire8-main::after {
    width: 157px;
    left: -152px;
    top: 47px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
}
.fire9 {
    right: 794px;
    top: 236px;
}
.fire9-main,
.fire10-main,
.fire11-main {
    top: -51px;
    left: 185px;
}
.fire9 .fire-text {
    left: -126px;
    top: 6px;
}
.fire9-main::after,
.fire10-main::after,
.fire11-main::after {
    width: 157px;
    left: -152px;
    top: 47px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
}
.fire10 {
    right: 852px;
    top: 319px;
}
.fire10 .fire-text {
    left: -110px;
    top: 13px;
}
.fire11 {
    right: 841px;
    top: 376px;
}
.fire11 .fire-text {
    right: -70px;
    top: 21px;
}
.fire12 {
    left: 375px;
    top: 419px;
}
.fire12 .fire-text {
    right: -62px;
    top: 29px;
}
.fire12-main {
    top: -95px;
    left: 270px;
}
.fire12-main::after {
    width: 210px;
    left: -213px;
    top: 88px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
}
.video-banner {
    height: 100%;
    position: relative;
}
.video-banner-scroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 150px;
}
.video-banner .video-btn {
    position: absolute;
    top: 62px;
    width: 18px;
    text-align: center;
    line-height: 58px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
}
.video-banner .video-btn img {
    width: 100%;
    height: 100%;
}
.video-banner .video-btn:hover {
    background: #707070;
}
.video-banner .video-btn-l {
    left: -40px;
}
.video-banner .video-btn-r {
    right: -40px;
}
.video-banner .scroll-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-banner .scroll-main-ul {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.video-banner .scroll-main-li {
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    position: relative;
}
.video-banner .scroll-main-li .scroll-img {
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center center;
    background-size: cover;
    width: 98%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ffeaeb;
}
.video-banner .img-show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-banner .img-show .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: no-repeat center center;
    background-size: cover;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
}
.video-banner .img-show .img:first-child {
    opacity: 1;
}
.video-banner .img-show .img.act {
    opacity: 1;
}
.play-icon {
    width: 100px;
    height: 100px;
    background: url(../img/icon/video-btn.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    cursor: pointer;
    z-index: 20;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    opacity: 0;
}
.video-banner .img-show .img.act .play-icon {
    opacity: 1;
}
@keyframes myfirst {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}
@-moz-keyframes myfirst
/* Firefox */
{
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}
@-webkit-keyframes myfirst
/* Safari 閸滐拷 Chrome */
{
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}
@-o-keyframes myfirst
/* Opera */
{
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}
.img-show .img.act .play-icon {
    animation: myfirst .6s linear alternate;
    -moz-animation: myfirst .6s linear alternate;
    -webkit-animation: myfirst .6s linear alternate;
    -o-animation: myfirst .6s linear alternate;
}
.play-icon:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
}
.video-banner .home-title {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 0;
    top: -200px;
    visibility: hidden;
}
.homt-project {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/index/page6.jpg) no-repeat center center;
    background-size: cover;
}
.homt-project .home-title-top {
    color: #333;
}
.homt-project .home-title-bot {
    color: #e01b1d;
}
.homt-project .home-title-bot .bor {
    background: #e01b1d;
}
.homt-project-main {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}
.homt-project-main li {
    float: left;
    width: 23.5%;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 10px #f5f5f5;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
}
.page6.active .homt-project-main li {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.homt-project-main li:nth-child(1),
.homt-project-main li:nth-child(2),
.homt-project-main li:nth-child(3) {
    margin-right: 2%;
}
.homt-project-main li img {
    width: 100%;
    display: block;
}
.homt-project-main li .project-text {
    border-top: 1px solid #e6e6e6;
    padding: 20px 40px 50px;
    background: #fff;
    position: relative;
    text-align: center;
    height: 50px;
}
.homt-project-main li .project-text h1 {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.homt-project-main li .project-text span {
    color: #e01b1d;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.homt-project-main li:hover .project-text {
    background: #e01b1d;
}
.homt-project-main li:hover .project-text h1 {
    color: #fff;
}
.homt-project-main li:hover .project-text span {
    color: #fff;
}
.homt-project .dynamic-btn {
    bottom: 150px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-top {
    background: #1f1f1f;
    padding: 15px 0 0;
    overflow: hidden;
}
.footer-bot {
    background: #171717;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
.footer-bot p {
    font-size: 12px;
}
.footer-nav {
    width: 74%;
    float: left;
}
.footer-ewm {
    float: right;
    width: 26%;
    padding: 25px 15px;
    box-sizing: border-box;
    background: #2a2a2a;
    overflow: hidden;
    margin-top: 20px;
}
.footer-ewm li {
    float: left;
    width: 50%;
    text-align: center;
}
.erm-box {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.erm-box img {
    width: 106px;
    height: 106px;
    position: absolute;
    top: 7px;
    left: 7px;
}
.erm-box span {
    width: 16px;
    height: 16px;
    position: absolute;
}
.erm-box .span1 {
    border-left: 2px solid #959595;
    border-top: 2px solid #959595;
    left: 0;
    top: 0;
}
.erm-box .span2 {
    border-right: 2px solid #959595;
    border-top: 2px solid #959595;
    right: 0;
    top: 0;
}
.erm-box .span3 {
    border-left: 2px solid #959595;
    border-bottom: 2px solid #959595;
    left: 0;
    bottom: 0;
}
.erm-box .span4 {
    border-right: 2px solid #959595;
    border-bottom: 2px solid #959595;
    right: 0;
    bottom: 0;
}
.footer-ewm li p {
    color: #fff;
    margin-top: 10px;
}
.footer-nav li {
    float: left;
    margin-right: 30px;
    max-width: 150px;
}
.footer-nav li h1 {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-bottom: 40px;
}
.footer-nav li h1::after {
    content: "";
    position: absolute;
    bottom: -17px;
    width: 40px;
    height: 2px;
    background: #5a5a5a;
    left: 0;
}
.footer-nav li a {
    display: block;
    color: #7e7e7e;
    margin-bottom: 15px;
    position: relative;
    padding-left: 8px;
}
.footer-nav li a::after {
    content: "";
    background: #a9a9a9;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.footer-btn {
    position: absolute;
    top: -26px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    cursor: pointer;
}
.footer-btn img {
    width: 100%;
}
/*鐟欏棝顣�*/
.ind-loopvideo-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
    -ms-transition: all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
}
.ind-loopvideo-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.ind-loopvideo-wrapper .ind-videoiframe-inner {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -ms-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.ind-loopvideo-wrapper .ind-videoiframe {
    width: 100%;
    height: 100%;
    display: block;
}
.ind-loopvideo-wrapper .video-mask-hook {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.ind-loopvideo-wrapper .video-inner-wrapper {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 52.8%;
    padding-bottom: 30%;
}
.ind-loopvideo-wrapper .video-desc {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 5%;
}
.ind-loopvideo-wrapper .video-close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: url(../img/icon/cha.png) center center no-repeat;
    background-size: contain;
    z-index: 100;
    cursor: pointer;
}
.ind-loopvideo-wrapper .video-inner-topH {
    position: relative;
}
.ind-loopvideo-wrapper .video-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 91%;
    background: #ddd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.introduction-video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.introduction-video-text{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}
.introduction-video video {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
    .nav {
        height: 90px;
    }
    .nav-content .logo {
        width: 100px;
        top: 20px;
    }
    .nav-content .menu {
        top: 32px;
    }
    .nav-content .search {
        top: 29px;
    }
    .banner li .banner-text1 {
        right: 350px;
        top: 283px;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
    .banner li .banner-text2 {
        right: 126px;
        top: 440px;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
    .banner li.active .banner-text1 {
        right: 20%;
        top: 283px;
        opacity: 1;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
    }
    .banner li.active .banner-text2 {
        right: 9%;
        top: 440px;
        opacity: 1;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
    }
    /* .jiu {
        top: 139px;
        left: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
    }
    .banner li.active .jiu {
        top: 139px;
        left: 10%;
    } */
    .home-title-top {
        font-size: 26px;
        margin: 0;
    }
    .home-title-bot {
        font-size: 22px;
    }
    .home-title-bot .bor {
        top: 34px;
    }
    .home-dynamic-main {
        top: 22%;
    }
    .home-dynamic-main li {
        height: 348px;
    }
    .home-dynamic-main .dynamic-text {
        top: 410px;
    }
    .home-dynamic-main .text-box {
        margin: 50px auto;
    }
    .homt-project .dynamic-btn {
        bottom: 43px;
    }
    .homt-project-main {
        top: 21%;
    }
}
/*pad*/
@media screen and (min-width: 781px) and (max-width: 1200px) {
    .home-memorabilia {
        display: none;
    }
    .mobile-memorabilia {
        display: block;
    }
    .wraper{
        width: 100%;
        padding:  0 10px;
        box-sizing:  border-box;
    }
    .nav {
        height: 90px;
    }
    .nav-content .logo {
        width: 75px;
        top: 9px;
    }
    .nav-content .menu {
        top: 32px;
        right: 240px;
    }
    .nav-content .menu li{
        font-size: 14px;
        padding: 0 10px;
    }
    .nav-content .search {
        top: 29px;
        width: 245px;
    }
    .nav-content .search-box{
        width: 165px;
    }
    .nav-content .search-box input{
        width: 104px;
    }
    .banner li .banner-text1 {
        right: 12%;
        top: 227px;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
    .banner li .banner-text2 {
        right: 126px;
        top: 440px;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
    .banner li.active .banner-text1 {
        right: 12%;
        top: 227px;
        opacity: 1;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
    }
    .banner li.active .banner-text2 {
        right: 0%;
        top: 385px;
        opacity: 1;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
    }
    /* .jiu {
        top: 126px;
        left: -100px;
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
    }
    .banner li.active .jiu {
        top: 126px;
        left: 0;
    } */
    .home-title-top {
        font-size: 26px;
        margin: 0;
    }
    .home-title-bot {
        font-size: 22px;
    }
    .home-title-bot .bor {
        top: 34px;
    }
    .home-introduction-text{
        top: 20%;
    }
    .fire1 {
        right: 453px;
        top: -34px;
    }
    .fire2 {
        right: 513px;
        top: -12px;
    }
    .fire3 {
        right: 434px;
        top: -3px;
    }
    .fire4 {
        right: 426px;
        top: 36px;
    }
    .fire5 {
        right: 230px;
        top: 90px;
    }
    .fire6 {
        right: 185px;
        top: 153px;
    }
    .fire7 {
        right: 492px;
        top: 148px;
    }
    .fire8 {
        right: 658px;
        top: 65px;
    }
    .fire9 {
        right: 727px;
        top: 129px;
    }
    .fire10 {
        right: 770px;
        top: 195px;
    }
    .fire11 {
        right: 766px;
        top: 238px;
    }
    .fire12 {
        left: 326px;
        top: 424px;
    }
    .home-dynamic-main {
        top: 22%;
    }
    .home-dynamic-main li {
        height: 348px;
    }
    .home-dynamic-main .dynamic-text {
        top: 410px;
    }
    .home-dynamic-main .text-box {
        margin: 50px auto;
    }
    .homt-project .dynamic-btn {
        bottom: 43px;
    }
    .homt-project-main {
        top: 21%;
    }
}
/*閹靛婧€缁旓拷*/
@media  screen and (min-width: 0) and (max-width: 780px) {
    .wraper{
        width: 100%;
    }
    .nav {
        display: none !important;
    }
    .banner-btn span{
        width: 50px;
        margin: 0 15px;
    }
    .mobile-nav .nav-content .search {
        display: none;
    }
    .home-introduction-text p {
        margin: 0;
        line-height: 1.3;
    }
    .banner li .banner-text1 {
        right: 100px;
        top: 100px;
        opacity: 0;
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
    }
    .banner li .banner-text2 {
        right: 0;
        top: 200px;
        opacity: 0;
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
    }
    .banner li.active .banner-text1 {
        right: 0;
        top: 100px;
        opacity: 1;
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
    }
    .banner li.active .banner-text2 {
        right: -163px;
        top: 200px;
        opacity: 1;
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
    }
    .mobile-nav {
        display: block;
    }
    .home-title-top {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .home-title-bot {
        font-size: 17px;
    }
    .home-title-bot .bor {
        top: 24px;
    }
    .home-introduction-text {
        top: 110px;
        padding: 0 20px;
        bottom: 100px;
        overflow-y: scroll;
        width: 100%;
        box-sizing: border-box;
    }
    .home-introduction-btn,
    .dynamic-btn {
        bottom: 18px;
    }
    .home-introduction-btn a,
    .dynamic-btn a {
        width: 120px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .home-dynamic-main li {
        height: 240px;
    }
    .home-dynamic-main .dynamic-text {
        top: 400px;
    }
    .home-dynamic-main .dynamic-text h1 {
        font-size: 12px;
        line-height: 24px;
        min-height: 30px;
    }
    .video-banner-scroll {
        height: 56px;
        width: 80%;
        left: 10%;
    }
    .video-banner .video-btn {
        top: 13px;
    }
    .video-banner .video-btn-l {
        left: -32px;
    }
    .video-banner .video-btn-r {
        right: -30px;
    }
    .play-icon {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }
    .homt-project-main {
        top: 106px;
        padding: 0 10%;
        box-sizing: border-box;
    }
    .homt-project-main li .project-text {
        padding: 4px 0 40px;
        height: 24px;
    }
    .footer-nav {
        width: 100%;
        display:  none;
    }
    .footer-ewm {
        display: none;
    }
    .footer-nav li {
        margin-right: 10px;
    }
    .home-memorabilia {
        display: none;
    }
    .mobile-memorabilia {
        display: block;
    }
    .homt-project-main li {
        width: 48%;
        margin-bottom: 5px;
    }
    .homt-project-main li:nth-child(2n+1) {
        margin-right: 2%;
    }
    .homt-project-main li .project-text h1 {
        font-size: 14px;
    }
    .homt-project-main li .project-text span {
        bottom: 3px;
    }
    .homt-project .dynamic-btn {
        bottom: 18px;
    }
    .footer-btn {
        display: none;
    }
    /* .jiu {
        position: absolute;
        left: 10px;
        top: auto;
        bottom: -160px;
        transition: all 1.2s;
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -ms-transition: all 1.2s;
        opacity: 0;
    }
    .banner li.active .jiu {
        opacity: 1;
        left: 10px;
        top: auto;
        bottom: -160px;
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
    } */
    .pc.home-dynamic-main{
        display: none;
    }
    .moblie.home-dynamic-main{
        display: block;
    }
}
@media screen and (min-width:320px) and (max-width:780px) {
    .ind-loopvideo-wrapper .video-inner-wrapper {
        width: 80%;
        padding-bottom: 50%;
    }
    .ind-loopvideo-wrapper .video-close-btn {
        display: none;
    }
    .introduction-video {
        display: none;
    }
}
@media screen and (min-width:1150px) and (max-width:1210px){
   .footer-nav li{
    width: 95px;
    margin-right: 22px;
   }
}
@media screen and (min-width:1100px) and (max-width:1149px){
  .footer-nav li{
   margin-right: 17px;
  }
}
@media screen and (min-width:780px) and (max-width:1099px){
  .footer-nav{
    width: 100%;
  }
  .footer-ewm{
    width: 100%;
  }
  .footer-nav li {
    width: 12%;
    margin-right: 2%;
  }
}
@media screen and (max-width:768px){
  .jiu{opacity: 1;display: block;}
}


.whole_art {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding : 10px 0 ;
}
.title_sty {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    margin-left: 20px;
    
}
.date_sty {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    margin: 0 auto;
    margin-right: 20px;
}
.img_sty{
    width: 12px;
    height: 12px;
   background-image: url(../img/test_head.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   margin-left:10px;
}</pre></body></html>