body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    position: absolute;
    right: 0;
    height: 19%;
    width: 71%;
    background: none;
    color: white;
    border: 0;
    text-indent: 20px;
    font-size: 24px;
    outline: none;
}

.tel {
    top: 35%;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a {
    text-decoration: none;
}

a.active {
    opacity: 0.5;
}

.section {
    height: 100%;
    width: 100%;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0%;
    top: 0%;
}

.section.def {
    display: block;
}

.o,
.obj,
.dobj {
    position: absolute;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
}

.obj.def,
.dobj.def {
    visibility: visible;
}

.obj-bg {
    background-position: center center;
    background-repeat: no-repeat;
}

.obj-c {
    left: 50%;
    top: 50%;
}

.none {
    display: none;
}

.perspective {
    perspective: 500;
    -webkit-perspective: 500;
}

.swiper-container {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.swiper-pagination-bullet {
    opacity: 0.5;
    background: #775a08;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 8px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #916f09;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide .view {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.swiper-slide .bg {
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-slide .bg.bm {
    background-position-y: bottom;
}

.swiper-slide .bg.top {
    background-position-y: top;
}

.swiper-slide .o {
    visibility: hidden;
}

.swiper-slide .sbg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.swiper-slide .up {
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(../images/up.png) center no-repeat;
    left: 50%;
    margin-left: -32px;
    bottom: 3%;
}

.ani {
    visibility: hidden;
}

.anim {
    visibility: hidden;
}

.pa {
    position: absolute;
}

body {
    background: #000;
    overflow: hidden;
}

video {
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    object-fit: cover;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

.play_btn {
    position: absolute;
    width: 100px;
    margin-left: -50px;
    top: 63%;
    z-index: 999999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100px;
    left: 50%;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.58);
    color: white;
    text-align: center;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

.sview {
    width: 640px;
    height: 1138px;
    margin-left: -320px;
    margin-top: -569px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.section {
    height: 100%;
    width: 100%;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0%;
    top: 0%;
}

.index2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    display: none;
    overflow: hidden;
    transform-origin: top;
    background-image: url("../images/index2.jpg?t123123");
}

.code {
    position: absolute;
    width: 46%;
    bottom: 18%;
    left: 50%;
    margin-left: -23%;
    display: none;
}

.biao {
    position: absolute;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 17%;
}

.fx_btn {
    position: absolute;
    right: 15%;
    opacity: 0;
    display: none;
    width: 28%;
    top: 89%;
}

.rep_btn {
    position: absolute;
    width: 28%;
    top: 89%;
    left: 15%;
    opacity: 0;
    display: none;
}

.tool1 {
    position: absolute;
    width: 30%;
    height: 2%;
    top: 90%;
    left: 5%;
}

.tool2 {
    position: absolute;
    width: 27%;
    height: 2%;
    top: 90%;
    left: 36%;
}

.tool3 {
    position: absolute;
    width: 27%;
    height: 2%;
    top: 90%;
    right: 9%;
}

.tool4 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}

.info {
    position: absolute;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    bottom: 22%;
}

.map {
    position: absolute;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    bottom: 35%;
}

.map_box {
    position: absolute;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.74);
    width: 100%;
    height: 100%;
    display: none;
}

.mapb {
    position: absolute;
    top: 34%;
}

.end_jpg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    display: none;
}

.input_box_box {
    position: absolute;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    top: 55%;
}

.btn {
    position: absolute;
    width: 60%;
    top: 82%;
    left: 50%;
    margin-left: -30%;
    z-index: 99999999;
    /* transform: scale(15,15); */
    /* -webkit-transform: scale(15,15); */
}

.load {
    position: absolute;
    background-image: url("../images/load.gif");
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 36%;
}
.pres{
    position: absolute;
    width: 100%;
    top: 56%;
    text-align: center;
}

.fx_end {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
}

.fx_end {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.58);
    display: none;
}

.fx_end img {
    position: absolute;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    top: 30%;
}

.g2 {
    position: absolute;
    width: 30%;
    right: 6.5%;
    bottom: 0%;
}

.g1 {
    position: absolute;
    width: 30%;
    right: 6.5%;
    bottom: 0%;
    display: none;
}

.kongzi {
    position: absolute;
    width: 55%;
    bottom: 12%;
    right: 25%;
}

.info {
    position: absolute;
    bottom: 2%;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    font-size: 0.5em;
}

.index3,
.index4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    top: 0;
    display: none;
    overflow: hidden;
}

.inputs {
    position: absolute;
    width: 60%;
    top: 53%;
    left: 50%;
    margin-left: -30%;
}

.index2_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    opacity: 0;
}

.fx {
    background-image: url("../images/fx.png?234");
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999;
    top: 0;
    background-size: 71%;
    display: none;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 80% 10%;
}



.btn2 {
    position: absolute;
    width: 26%;
    top: 84%;
    left: 50%;
    margin-left: -13%;
    z-index: 99999999;
    transform: scale(15, 15);
    -webkit-transform: scale(15, 15);
}

.load_2 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #496f6f;
}
.load_nav{
    background-color: #ff3838;
    height: 5%;
    position: absolute;
    z-index: 999;
    width: 0;
    top: 86%;
    left: 50%;
    margin-left: -38%;
}

.l_nav {
    position: absolute;
    width: 0;
    height: 2px;
    top: 48%;
    background-color: #f2d700;
    left: 50%;
    margin-left: -120px;
}

@font-face {
    font-family: Elements;
    src: url('Elements.ttf'), url('Elements.ttf');
    /* IE9+ */
}

.pre {
    position: absolute;
    font-family: Elements;
    z-index: 100000000000;
    color: #4a4a4a;
    top: 86%;
    width: 100%;
    text-align: center;
    font-size: 17px;
}

.open {
    position: absolute;
    width: 26%;
    top: 46%;
    left: 50%;
    margin-left: -13%;
    opacity: 0;
}

.swiper-container-horizontal2 {
    background-image: url(../images/bg.jpg?t12434)
}

.session11 {
    background-image: url(../images/index_1.png?1233);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.session12 {
    background-image: url(../images/index_2.png?1234);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.session13 {
    background-image: url(../images/index_3.png?123445);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.p1 {
    position: absolute;
    z-index: 999999;
    top: 73%;
    width: 76%;
    left: 50%;
    margin-left: -38%;
}

.p2 {
    position: absolute;
    width: 70%;
    top: 61%;
    left: 50%;
    margin-left: -35%;
}

.p4{
    position: absolute;
    width: 76%;
}
.p7 {
    position: absolute;
    z-index: 99;
    left: 0%;
    width: 41%;
    top: 31%;
}

.xy2 {
    position: absolute;
    z-index: 99;
    left: 0%;
    width: 100%;
    top: 21%;
}


.p5 {
    position: absolute;
    z-index: 9999999999;
    left: 50%;
    width: 30%;
    top: 95%;
    margin-left: -15%;
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
}
.p6{
    position: absolute;
    width: 100%;
    right: 1%;
    top: -2%;
}
.p3 {
    position: absolute;
    width: 70%;
    top: 71%;
    left: 50%;
    margin-left: -35%;
}


.p3_1 {
    position: absolute;
    width: 70%;
    top: 81%;
    left: 50%;
    margin-left: -35%;
}

.lx {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0%;
}

.qdy {
    position: absolute;
    width: 100%;
    z-index: 999999;
    top: 70%;
    right: 0;
    opacity: 0.7;
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
}

.xy {
    position: absolute;
    right: 0%;
    width: 62%;
    top: 21%;
}

#wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    visibility: hidden;
}

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    perspective: 3100px;
    width: 100%;
    will-change: transform;
}

#scroller ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.index{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    background-color: white;
}
.p5_1{
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
    background-color: white;
    z-index: 999999;
}

.las{position: absolute;z-index: 99999;width: 100%;height: 100%;background-color: white;display: none;}
.index1{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    margin-left: -50%;
}
#video-canvas1{    width: 750px;
    height: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -375px;}