body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-size: 12px;
}

ol,
ul,
li {
    list-style: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0px;
}

body {
    text-align: left;
    font-size: 12px;
}

a,
em {
    text-decoration: none;
    font-style: normal;
}

a {
    color: #595959;
}

a:hover {
    text-decoration: none;
    color: #ff6000;
}

a.detail {
    color: #eb0000;
}

a.detail:hover {
    color: #d20000;
}

.warpper {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
}

.warpper01 {
    width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

#fullPage-nav {
    _display: none;
    font-size: 12px;
    z-index: 9999;
}

#fullPage-nav li {
    width: 90px;
    height: 21px;
    margin: 10px 0 0;
    vertical-align: middle;
}

#fullPage-nav li a {
    float: right;
    width: 21px;
    height: 21px;
    color: #ffffff;
    text-decoration: none;
    text-align: right;
    /* background: url(../images/dot.png) 5px 5px no-repeat; */
}

#fullPage-nav li .active {
    background-position: 0 bottom;
}

#fullPage-nav span {
    display: none;
}

.fullPage-tooltip {
    float: left;
    top: 0;
    margin-right: 5px;
    font: 12px "Microsoft Yahei";
    color: #ffffff;
    line-height: 21px;
}

.p101 {
    /* background: url(../images/1l01.jpg); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.p102 {
    width: 100%;
    height: 100%;
    /* background: url(../images/1l02.jpg) repeat-x bottom; */
}

.top01 {
    height: 70px;
    background: #FFF;
}

.logo {
    width: 260px;
    height: 70px;
    overflow: hidden;
}

.dh {
    width: 560px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    color: #c5171e;
    text-align: right;
    font-family: "΢���ź�";
}

.dh a {
    color: #c5171e;
    padding: 0px 4px;
}

.p103 {
    width: 100%;
    min-height: 580px;
    /* background: url(../images/1l03.jpg) no-repeat top center; */
}

.p103 dl {
    padding-left: 872px;
}

.p1031 dd {
    float: left;
    width: 88px;
}

.p1031 dd.mm1 {
    top: 237px;
    /* background: url(../images/1l07.png) no-repeat; */
    height: 468px;
    padding-top: 35px;
    position: absolute;
    animation: mm1 2s;
    -moz-animation: mm1 2s;
    -webkit-animation: mm1 2s;
    -o-animation: mm1 2s;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

.p1031 dd.mm2 {
    top: 152px;
    /* background: url(../images/1l04.png) no-repeat; */
    height: 524px;
    padding-top: 54px;
    position: absolute;
    animation: mm2 2s;
    -moz-animation: mm2 2s;
    -webkit-animation: mm2 2s;
    -o-animation: mm2 2s;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    margin-left: 96px;
}

.p1031 dd.mm3 {
    width: 156px;
    height: 336px;
    margin-top: 236px;
    margin-left: 198px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

.p1031 dd.mm3:hover {
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
}

.p201 {
    width: 100%;
    /* background: url(../images/2l01.jpg) repeat-x; */
    height: 357px;
    position: absolute;
    top: 160px;
}

.p2011 {
    position: absolute;
    left: 50%;
    width: 1012px;
    margin-left: -506px;
    opacity: 0;
    transition: all 1s;
}

.active .p2011 {
    opacity: 1;
    transition-delay: 1s;
}

.p2012 {
    position: absolute;
    z-index: 9999;
    width: 200px;
    left: 50%;
    margin-left: -128px;
    margin-top: -132px;
}

.active img.scaleUpCenter {
    position: absolute;
    -webkit-animation: scaleUpCenter 1.5s ease-out both;
    animation: scaleUpCenter 1.5s ease-out both;
    left: 0px;
}

@-webkit-keyframes scaleUpCenter {
    from {
        opacity: 0;
        -webkit-transform: scale(.7);
    }
}

@keyframes scaleUpCenter {
    from {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

.p202 {
    margin-top: 16px;
    height: 117px;
}

.p202 img {
    position: absolute;
    left: 50%;
    width: 911px;
    height: 117px;
    transition: all 1s;
    opacity: 0;
    margin-left: -600px;
    top: 470px;
}

.active .p202 img {
    opacity: 1;
    margin-left: -455px;
    transition-delay: 0.7s;
}

.p203 img {
    position: absolute;
    right: 50%;
    width: 911px;
    height: 112px;
    transition: all 1s;
    opacity: 0;
    margin-right: -600px;
    top: 588px;
}

.active .p203 img {
    opacity: 1;
    margin-right: -455px;
    transition-delay: 0.7s;
}

.p301 {
    width: 1527px;
    height: 100%;
    /* background: url(../images/3l01.jpg) no-repeat left bottom; */
    margin: 0px auto;
    overflow: hidden;
}

.p302 {
    width: 100%;
    height: 100%;
    /* background: url(../images/3l02.jpg) no-repeat right top; */
}

.p303 {
    position: absolute;
    left: 50%;
    width: 716px;
    height: 154px;
    margin-left: -616px;
    top: 80px;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}

.active .p303 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.p304 {
    position: absolute;
    left: 50%;
    top: 1056px;
    width: 716px;
    margin-left: -616px;
    opacity: 0;
    transition: all 1s;
}

.active .p304 {
    top: 220px;
    opacity: 1;
    transition-delay: 0.7s;
}

.p305 {
    position: absolute;
    left: 50%;
    top: 1056px;
    width: 648px;
    opacity: 0;
    transition: all 1s;
    margin-left: -102px;
    z-index: 2;
}

.active .p305 {
    top: 132px;
    opacity: 1;
    transition-delay: 1.2s;
}

.p401 {
    width: 1410px;
    height: 100%;
    /* background: url(../images/4l02.jpg) no-repeat left bottom; */
    margin: 0px auto;
}

.p402 {
    width: 100%;
    height: 100%;
    /* background: url(../images/4l01.jpg) no-repeat right top; */
}

.p403 {
    width: 1010px;
    height: 126px;
    position: absolute;
    left: 50%;
    margin-left: -505px;
    top: 120px;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}

.active .p403 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.p404 {
    width: 1011px;
    height: 336px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    top: 282px;
    margin-left: -535px;
    opacity: 0;
    transition: all 1s;
    padding: 30px;
}

.active .p404 {
    opacity: 1;
    transition-delay: 0.7s;
}

.p4041 {
    width: 405px;
}

.p4042 {
    width: 576px;
    margin-left: 26px;
}

.p501 {
    width: 100%;
    height: 100%;
    /* background: url(../images/5l01.jpg) no-repeat top center;
     */
}

.p502 {
    width: 833px;
    height: 145px;
    position: absolute;
    left: 50%;
    margin-left: -416px;
    top: -245px;
    transition: all 1s;
}

.active .p502 {
    top: 86px;
    transition-delay: 0.7s;
}

.p503 {
    width: 962px;
    height: 94px;
    position: absolute;
    left: 50%;
    margin-left: -481px;
    top: 296px;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}

.active .p503 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 1.2s;
}

.p504 {
    width: 1092px;
    position: absolute;
    top: 436px;
    left: 50%;
    margin-left: -546px;
}

.p504 dd {
    float: left;
    width: 261px;
    height: 214px;
    margin-left: 16px;
}

.p601 {
    width: 100%;
    height: 100%;
    /* background: url(../images/6l01.gif); */
}

.p602 {
    position: absolute;
    width: 733px;
    height: 128px;
    left: 50%;
    margin-left: -366px;
    top: 62px;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}

.active .p602 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: .8s;
}

.p603 {
    width: 743px;
    height: 260px;
    position: absolute;
    left: 50%;
    margin-left: -371px;
    top: 380px;
    transition: all 1s;
    opacity: 0;
}

.active .p603 {
    top: 200px;
    opacity: 1;
    transition-delay: 1.5s;
}

.p604 {
    width: 983px;
    height: 196px;
    position: absolute;
    left: 50%;
    margin-left: -491px;
    top: 454px;
    opacity: 0;
    transition: all 1s;
}

.active .p604 {
    opacity: 1;
    transition-delay: 1.2s;
}

.p701 {
    width: 100%;
    height: 100%;
    /* background: url(../images/7l04.jpg) no-repeat top center; */
    overflow: hidden;
}

.p702 {
    width: 727px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -363px;
    top: 85px;
}

.p703 {
    width: 492px;
    position: absolute;
    left: 50%;
    margin-left: -612px;
    top: 236px;
    transition: all 1s;
    opacity: 0;
    margin-left: -600px;
}

.active .p703 {
    opacity: 1;
    margin-left: -588px;
    transition-delay: 0.7s;
}

.p704 {
    width: 650px;
    position: absolute;
    right: 50%;
    top: 254px;
    transition: all 1s;
    opacity: 0;
    margin-right: -600px;
}

.active .p704 {
    opacity: 1;
    margin-right: -576px;
    transition-delay: 0.7s;
}

.p705 {
    width: 1146px;
    height: 12px;
    overflow: hidden;
    background-color: #c2c2c2;
    position: absolute;
    left: 50%;
    margin-left: -573px;
    top: 780px;
    transition: all 1s;
    opacity: 0;
}

.active .p705 {
    top: 606px;
    opacity: 1;
    transition-delay: 0.7s;
}

.p801 {
    width: 100%;
    height: 100%;
    /* background: url(../images/7l04.jpg) no-repeat top center; */
}

.p802 {
    width: 693px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -346px;
    top: 85px;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}

.active .p802 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 1.7s;
}

.p803 {
    width: 492px;
    position: absolute;
    left: 50%;
    margin-left: -487px;
    top: -500px;
    transition: all 1s;
}

.active .p803 {
    top: 236px;
    transition-delay: 0.7s;
}

.p804 {
    width: 481px;
    height: 336px;
    position: absolute;
    right: 50%;
    margin-right: -700px;
    top: 252px;
    transition: all 1s;
    opacity: 0;
}

.active .p804 {
    opacity: 1;
    margin-right: -514px;
    transition-delay: 0.7s;
}

.p805 {
    width: 474px;
    position: absolute;
    left: 50%;
    margin-left: -469px;
    top: 572px;
    height: 12px;
    overflow: hidden;
    background-color: #c2c2c2;
    transition: all 1s;
    opacity: 0;
}

.active .p805 {
    opacity: 1;
    transition-delay: 1s;
}

@keyframes mm1 {
    from {
        top: 187px
    }

    to {
        top: 160px;
    }
}

@-moz-keyframes mm1 {
    from {
        top: 187px
    }

    to {
        top: 160px;
    }
}

@-webkit-keyframes mm1 {
    from {
        top: 187px
    }

    to {
        top: 160px;
    }
}

@keyframes mm2 {
    from {
        top: 112px
    }

    to {
        top: 139px;
    }
}

@-moz-keyframes mm2 {
    from {
        top: 112px
    }

    to {
        top: 139px;
    }
}

@-webkit-keyframes mm2 {
    from {
        top: 112px
    }

    to {
        top: 139px;
    }
}

.delay-1 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay-2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-4 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay-5 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.delay-6 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.active .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-435px);
        transform: translateX(-435px);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-435px);
        transform: translateX(-435px);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.active .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(606px);
        transform: translateX(606px);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(606px);
        transform: translateX(606px);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.active .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.active .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

.logo_a {
    position: absolute;
    left: 300px;
    top: 10px;
}

.logo_div {
    position: absolute;
    right: 300px;
    top: 10px;
    border: 1px solid #000;
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 7px;
    line-height: 40px;
    font-size: 11px;
    color: #000000;
}

.logo_div1 {
    position: absolute;
    right: 440px;
    top: 10px;
    border: 1px solid #000;
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 7px;
    line-height: 40px;
    font-size: 11px;
    color: #000000;
}

.logo_div2 {
    position: absolute;
    right: 580px;
    top: 10px;
    border: 1px solid #000;
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 7px;
    line-height: 40px;
    font-size: 11px;
    color: #000000;
}

.p1031_div {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 72px;
    color: #ffffff;
    opacity: 0;
}

.p1031_div_tow {
    position: absolute;
    top: 40%;
    left: 0%;
    font-size: 18px;
    color: #ffffff;
    opacity: 0;
}

.p1031_img {
    position: absolute;
    left: 25%;
    width: 105px;
    top: 50%;
    opacity: 0;
}

.p1031_img2 {
    position: absolute;
    left: 25%;
    width: 105px;
    top: 50%;
    opacity: 0;
}

.p1031_img3 {
    position: absolute;
    right: 20%;
    width: 505px;
    bottom: -30%;
    opacity: 0;
}

.p1031Div {
    position: absolute;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 10px;
    bottom: -8%;
    left: 20%;
    opacity: 0;
}

.section_img1 {
    position: absolute;
    left: 20%;
    width: 310px;
    top: 5%;
    opacity: 0;
}

.section_div1 {
    position: absolute;
    top: 28%;
    font-size: 36px;
    font-weight: bold;
    right: 0%;
    color: #000;
    opacity: 0;
}

.section_div2 {
    position: absolute;
    top: 37%;
    font-size: 20px;
    right: 30%;
    color: #999;
    opacity: 0;
}

.section_img2 {
    position: absolute;
    top: 48%;
    right: 20%;
    opacity: 0;
}

.p301_section_img1 {
    position: absolute;
    right: 18%;
    width: 410px;
    top: 5%;
    opacity: 0;
}

.p301_section_div1 {
    position: absolute;
    top: 28%;
    font-size: 36px;
    font-weight: bold;
    left: 0%;
    color: #ffffff;
    opacity: 0;
}

.p301_section_div2 {
    position: absolute;
    top: 37%;
    font-size: 20px;
    left: 30%;
    color: #ffffff;
    opacity: 0;
}

.p301_section_img2 {
    position: absolute;
    top: 48%;
    left: 20%;
    opacity: 0;
}

.p401_img1 {
    position: absolute;
    left: 15%;
    width: 490px;
    top: 0%;
}

.p401_div1 {
    position: absolute;
    top: 28%;
    font-size: 36px;
    font-weight: bold;
    right: 0%;
    color: #000;
}

.p401_div2 {
    position: absolute;
    top: 37%;
    font-size: 20px;
    right: 30%;
    color: #999;
}

.p401_img2 {
    position: absolute;
    top: 48%;
    right: 20%;
}

.p501_img1 {
    position: absolute;
    top: 14%;
    left: 10%;
    width: 180px;
    opacity: 0;
}

.p501_div {
    position: absolute;
    color: #ffffff;
    font-size: 39px;
    font-weight: bold;
    top: 24%;
    left: 30%;
    opacity: 0;
}

.p501_div1 {
    position: absolute;
    color: #ffffff;
    font-size: 19px;
    top: 34%;
    left: 10%;
    opacity: 0;
}

.p501_img2 {
    position: absolute;
    top: 42%;
    left: 30%;
    opacity: 0;
}

.p501_img3 {
    width: 165px;
    position: absolute;
    top: 40%;
    left: 40%;
    opacity: 0;
}

.p501_img4 {
    width: 165px;
    position: absolute;
    top: 55%;
    left: 36%;
    opacity: 0;
}

.p501_img5 {
    width: 165px;
    position: absolute;
    top: 70%;
    left: 45%;
    opacity: 0;
}

.p501_img6 {
    position: absolute;
    width: 300px;
    right: 23%;
    top: 10%;
    opacity: 0;
}

.p601_img1 {
    position: absolute;
    left: 23%;
    width: 300px;
    top: 11%;
    opacity: 0;
}

.p601_div1 {
    position: absolute;
    top: 23%;
    font-size: 36px;
    font-weight: bold;
    right: 10%;
    color: #000;
    opacity: 0;
}

.p601_div2 {
    position: absolute;
    top: 32%;
    font-size: 20px;
    right: 30%;
    color: #999;
    opacity: 0;
}

.p601_img2 {
    position: absolute;
    top: 43%;
    right: 20%;
    opacity: 0;
}

.p701_div1 {
    color: #ffffff;
    position: absolute;
    top: 20%;
    right: 25%;
    font-size: 205px;
    font-weight: 600;
    opacity: 0;
}

.p701_div2 {
    color: #ffffff;
    position: absolute;
    top: 29%;
    right: 46.5%;
    font-size: 16px;
    opacity: 0;
}

.p701_img2 {
    width: 120px;
    height: 7px;
    position: absolute;
    top: 35%;
    right: 46.8%;
    opacity: 0;
}

.p701_img3 {
    position: absolute;
    width: 233px;
    height: 356px;
    left: 19%;
    bottom: 50%;
    opacity: 0;
}

.p701_img4 {
    position: absolute;
    width: 233px;
    height: 356px;
    left: 35%;
    bottom: -30%;
    opacity: 0;
}

.p701_img5 {
    position: absolute;
    width: 233px;
    height: 356px;
    left: 51%;
    bottom: 50%;
    opacity: 0;
}

.p701_img6 {
    position: absolute;
    width: 233px;
    height: 356px;
    left: 67%;
    bottom: -30%;
    opacity: 0;
}

.p801_div1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -10%;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
}

.p801_div2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -10%;
    font-size: 16px;
    opacity: 0;
}

.p801_div3 {
    position: absolute;
    font-size: 70px;
    color: red;
    font-weight: 300;
    top: 39%;
    left: 10%;
    opacity: 0;
}

.p801_div3 > span {
    font-size: 40px;
}

.p801_div3 > span:nth-of-type(2) {
    position: absolute;
    top: 0;
}

.p801_div4 {
    position: absolute;
    color: #000;
    font-size: 18px;
    top: 50%;
    left: 31.5%;
    opacity: 0;
}

.p801_div5 {
    position: absolute;
    font-size: 70px;
    color: red;
    font-weight: 300;
    top: 90%;
    left: 45%;
    opacity: 0;
}

.p801_div5 > span {
    font-size: 40px;
}

.p801_div5 > span:nth-of-type(2) {
    position: absolute;
    top: 0;
}

.p801_div6 {
    position: absolute;
    color: #000;
    font-size: 18px;
    top: 100%;
    left: 47.6%;
    opacity: 0;
}

.p801_div7 {
    position: absolute;
    font-size: 70px;
    color: red;
    font-weight: 300;
    top: 39%;
    right: 30%;
    opacity: 0;
}

.p801_div7 > span {
    font-size: 40px;
}

.p801_div7 > span:nth-of-type(2) {
    position: absolute;
}

.p801_div8 {
    position: absolute;
    color: #000;
    font-size: 18px;
    top: 50%;
    right: 11%;
    opacity: 0;
}

#BoxC {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}