@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin:0; padding:0;}
body {
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
*:before, *:after, div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border:0;
    margin:0;
    padding:0;
}
a {
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.R {
    float: right;
}
.L {
    float: left;
}
.hide{
    display: none !important;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}
.container{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
    z-index: 1000;
}
header{
    width: 100%;
    height: 65px;
    min-width: 1000px;
    position: relative;
    background-color: #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    z-index: 999;
}
.header-container{
    height: 100%;
    padding: 9px 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.header-container .logo1{
    height: 100%;
    float: left;
}
.header-container .logo1 img{
    height: 100%;
}
.header-container .logo2{
    float: right;
    height: 100%;
    width: 135px;
    background: url("../images/logo4.png") 100% 50% no-repeat;
    background-size: contain;
}
.main-box{
    width: 100%;
    height: calc(100vh - 65px);
    min-height: 700px;
    background: url("../images/bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding-top: 1px;
}
.ad-tips{
    width: 42px;
    height: 24px;
    position: absolute;
    right: 4.5vw;
    top: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #333;
}

footer{
    width: 800px;
    height: 65px;
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    box-sizing: border-box;
    /*bottom: 0px;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0%);*/
}
.icp-info div{
    float: left;
    font-size: 12px;
    color: #fff;
}
.icp-info a{
    text-decoration: none;
    color: #fff;
}
.icp-info .gawab{
    position: relative;
    margin-left: 25px;
}
.icp-info .gawab a{
    position: relative;
}
.icp-info .gawab a:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../images/gongan.png);
    top: -4px;
    left: -20px;
}
footer .share{
    position: absolute;
    right: 0;
    top: 20px;
}
footer .share ul li {
    position: relative;
    float: left;
    margin: 0 11px 0 0;
    padding: 0;
    height: 26px;
}
footer .share ul li img {
    display: block;
    width: 26px;
}
footer .share .share-title{
    line-height: 26px;
    color: #fff;
}
footer .popup_wechat {
    display: none;
    position: absolute;
    padding: 20px;
    bottom: 56px;
    left: -80px;
    background: #fff;
    border: 2px solid #000;
    z-index: 15;
}
footer .popup_wechat h3 {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
    text-indent: 29px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 16px;
    background: url(../images/icon_moment.png) 6px 0 no-repeat;
    background-size: 16px 16px;
    border-bottom: 1px solid #969696;
}
footer .popup_wechat p {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}

footer .wechat_qr {
    width: 145px;
    height: 145px;
    margin: 0 auto;
}
footer .wechat_qr img{
    width: 100% !important;
}
footer .popup_wechat:after {
    position: absolute;
    top: 100%;
    left: 80px;
    content: " ";
    pointer-events: none;
    width: 28px;
    height: 21px;
    background: url(../images/fukidashi_arrow.png) 0 0 no-repeat;
    background-size: 28px 21px;
}
footer .popup_wechat.open {
    display: block;
    animation: anim_wechat_qr .5s ease-out;
}
.ifooter{
    background-color: #000;
    width: 100%;
    min-width: 1000px;
    position: relative;
}

.v-main .p-v, .popup-board .p-v{
    width: 100%;
    position: relative;
}
.v-main .p-v>img, .popup-board .p-v>img{
    width: 100%;
    display: block;
    pointer-events: none;
}



.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    left: 0;
    top: 0;
}
.mask-white{
    background-color: #fff;
    opacity: 0.95;
}
.mask-black{
    background-color: #000;
    opacity: 0.97;
}
.gotop {
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
}
.gotop-fixed {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    display: block;
}

.gotop img {
    width: 100%;
    height: 100%;
}
.ad-tips {
    width: 42px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #333;
    z-index: 100;
}
.number-item{
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}
.swiper{
    /*width: 80%;*/
    /*height: 200px;*/
}
.menu-board{
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
.menu-container{
    position: relative;
    width: 880px;
    height: 100%;
    margin: 0 auto;
}
.menu-item{
    position: relative;
    float: left;
    height: 100%;
    width: 20%;
}
.menu-item-btn{
    position: relative;
    height: 100%;
    width: 50%;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
}
.menu-item-btn:hover{
    color: #ccc;
}
.menu-item-active .menu-item-btn{
    color: #ccc;
}
.menu-item-active .menu-item-btn::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    bottom: 0px;
    background-color: #ccc;
}
.menu-board-fixed{
    position: fixed;
    top: 0;
}
.kv-board{
    position: relative;
    width: 100%;
}
.bg-img{
    width: 100%;
    display: block;
    pointer-events: none;
}
.pop-board{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.pop-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/pop_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pop-content-board{
    position: absolute;
    width: 60%;
    height: 54.9%;
    /*padding-bottom: 23.66%;*/
    /*background-color: #00b7e9;*/
    left: 20%;
    top: 26%;
}
.pop-img-g5{
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0%;
}
.pop-img-oo{
    position: absolute;
    width: 39%;
    top: 0%;
    right: 0.5%;
}
.pop-img-pixma{
    position: absolute;
    width: 57%;
    top: 14%;
    left: 1%;
}
.pop-img{
    position: absolute;
    width: 60%;
    left: 20%;
    top: 26%;
}
.spirit-no-event{
    position: absolute;
    /*pointer-events: none;*/
}
.o-0{
    opacity: 0;
}
.page1-spirit-01{
    width: 9%;
    left: 10%;
    top: 13%;
}
.page1-spirit-02{
    width: 23.3%;
    left: 13.5%;
    top: 24.4%;
}
.page1-spirit-03{
    width: 6.1%;
    left: 13.6%;
    top: 36.2%;
}
.page1-spirit-04{
    width: 6.8%;
    left: 21.5%;
    top: 36.5%;
}
.page1-spirit-05{
    width: 7.5%;
    left: 29.9%;
    top: 36.4%;
}
.page1-spirit-06{
    width: 5.5%;
    left: 19.3%;
    top: 11%;
}
.page1-spirit-07{
    width: 6.5%;
    left: 26%;
    top: 6%;
}
.page1-spirit-08{
    width: 5.5%;
    left: 32.3%;
    top: 12.5%;
    z-index: 1;
}
.page1-spirit-p1{
    width: 19%;
    left: 39%;
    top: 66.8%;
    z-index: 2;
    /*width: 5.5%;*/
    /*left: 27.5%;*/
    /*top: 61.8%;*/
    /*transform: rotate(32deg);*/
}
.page1-spirit-p2{
    width: 18.5%;
    left: 50.5%;
    top: 50.8%;
    z-index: 3;
    /*width: 2.5%;*/
    /*left: 20.5%;*/
    /*top: 70.8%;*/
    /*transform: rotate(42deg);*/
}
.page1-spirit-p3{
    width: 21.5%;
    left: 42%;
    top: 26.8%;
    z-index: 4;
    /*width: 8.5%;*/
    /*left: 20%;*/
    /*top: 65.8%;*/
    /*transform: rotate(-14deg);*/
}
.page1-spirit-09{
    top: 7.7%;
    left: 59.5%;
    width: 31%;
    /*top: 76.7%;*/
    /*left: 21.5%;*/
    /*width: 2%;*/
    z-index: 10;
}
.page1-spirit-10{
    width: 80%;
    height: 92.39%;
    left: 19%;
    top: -9%;
    z-index: 8;
    overflow: hidden;
}
.page1-spirit-10-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.page-title-1{
    position: absolute;
    width: 24.6% !important;
    left: 38.2%;
    top: 30%;
}
.page-title-2{
    position: absolute;
    width: 47.6% !important;
    left: 26.2%;
    top: 9%;
}
.page-title-3{
    position: absolute;
    width: 14.3% !important;
    left: 42.8%;
    top: 8.5%;
    z-index: 3;
}
.product-board{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pic-board{
    position: absolute;
    background-color: #f2f2f2;
    /*opacity: 0.7;*/
    width: 89.3%;
    height: 63.4%;
    left: 6%;
    top: 28.8%;
}
.pic-item{
    position: relative;
    float: left;
    width: calc(100% / 3 - 2px);
    margin-right: 2px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pic-item-01{
    background-image: url("../images/pic1.png");
}
.pic-item-02{
    background-image: url("../images/pic2.png");
}
.pic-item-03{
    background-image: url("../images/pic3.png");
}
.pic-item-content{
    position: absolute;
    width: 72%;
    left: 6%;
    top: 70%;
}
.pic-item-point{
    position: absolute;
    width: 2%;
    padding-bottom: 2%;
    background-color: #00b7e9;
    left: 8.5%;
    top: 91.8%;
    border-radius: 100%;
    animation: img-flash 2s infinite;
    -webkit-animation: img-flash 2s infinite;
}
.pic-item-point-01{
    background-color: #00b7e9;
}
.pic-item-point-02{
    background-color: #ef5a98;
}
.pic-item-point-03{
    background-color: #fad500;
}
@-webkit-keyframes img-flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes img-flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.product-img{
    position: absolute;
    width: 25.3%;
    /*opacity: 0.5;*/
}
.product-img-01{
    left: 12%;
    top: 19.5%;
    z-index: 1;
}
.product-img-02{
    left: 37.3%;
    top: 19.5%;
    z-index: 1;
}
.product-img-03{
    left: 64.3%;
    top: 19.5%;
    z-index: 1;
}
.product-img-04{
    left: 24.6%;
    top: 50.5%;
}
.product-img-05{
    left: 50.5%;
    top: 50.5%;
}
.walk-bg1{
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: unset !important;
    z-index: 0;
}
.walk-c1{
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: unset !important;
    z-index: 1;
}
.walk-man-1{
    position: absolute;
    width: 7%;
    height: 25%;
    left: 6%;
    bottom: 0%;
    background-image: url(../images/running1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 2;
}
.walk-bg2{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: unset !important;
    z-index: 0;
}
.walk-c2{
    position: absolute;
    right: 2%;
    height: 100%;
    top: 0;
    width: unset !important;
    z-index: 1;
}
.walk-man-2{
    position: absolute;
    width: 7%;
    height: 25%;
    left: 87%;
    bottom: 0%;
    background-image: url(../images/running2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    transform: rotateY(180deg);
    z-index: 2;
}
.walk-bg3{
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: unset !important;
    z-index: 0;
}
.walk-c3{
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: unset !important;
    z-index: 1;
}
.walk-man-3{
    position: absolute;
    width: 7%;
    height: 25%;
    left: 6%;
    bottom: 0%;
    background-image: url(../images/running1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 2;
}
.walk-man-ani{
    animation: walk-right 0.6s infinite;
    -webkit-animation: walk-right 0.6s infinite;
}
@-webkit-keyframes walk-right {
    0% {
        background-image: url(../images/running1.png);
    }
    25% {
        background-image: url(../images/running2.png);
    }
    50% {
        background-image: url(../images/running3.png);
    }
    75% {
        background-image: url(../images/running2.png);
    }
    100% {
        background-image: url(../images/running1.png);
    }
}
@keyframes walk-right {
    0% {
        background-image: url(../images/running1.png);
    }
    25% {
        background-image: url(../images/running2.png);
    }
    50% {
        background-image: url(../images/running3.png);
    }
    75% {
        background-image: url(../images/running2.png);
    }
    100% {
        background-image: url(../images/running1.png);
    }
}
