/*
 * created by wcm
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   fullPage 2.8.1
   ========================================================================== */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    /*修正 17px*/
    bottom: 6px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
    /*修正*/
    height: 36px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
/*    width: 14px;
    height: 13px;
    margin: 7px;*/
    width: 16px;
    height: 16px;
    margin: 10px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
/*    margin: -6px 0 0 -6px;
    border-radius: 100%;*/

    margin: -8px 0 0 -8px;
    border-radius: 100%;

    border: 2px solid #ff9c3a;
    background: none;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
/*    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;*/

    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;

    background: #ff9c3a;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* 防止移动端浏览出现干扰 */
/*#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}*/


#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/* ==========================================================================
   jBox css
   ========================================================================== */

/* Global */

.jBox-wrapper {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jBox-title,
.jBox-content,
.jBox-container {
    position: relative;
    word-break: break-word;
}

.jBox-container {
    background: #fff;
}

.jBox-content {
    padding: 8px 10px;
    overflow: auto;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}

/* jBox Tooltip */

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
    padding: 8px 10px 0;
    font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
    padding-top: 5px;
}

/* Pointer */

.jBox-pointer {
    position: absolute;
    overflow: hidden;
}

.jBox-pointer-top {
    top: 0;
}

.jBox-pointer-bottom {
    bottom: 0;
}

.jBox-pointer-left {
    left: 0;
}

.jBox-pointer-right {
    right: 0;
}

.jBox-pointer-top,
.jBox-pointer-bottom {
    width: 30px;
    height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
    width: 12px;
    height: 30px;
}

.jBox-pointer:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jBox-pointer-top:after {
    left: 5px;
    top: 6px;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-right:after {
    top: 5px;
    right: 6px;
    box-shadow: 1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-bottom:after {
    left: 5px;
    bottom: 6px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-left:after {
    top: 5px;
    left: 6px;
    box-shadow: -1px 1px 4px rgba(0, 0, 0, .2);
}

/* jBox Modal & jBox Confirm */

.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
    border-radius: 3px 3px 0 0;
    padding: 10px 15px;
    background: #f4f5f6;
    border-bottom: 1px solid #ddd;
    text-shadow: 0 1px 1px #fff;
}

.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
    padding-right: 55px;
}

.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

/* jBox Modal */

.jBox-Modal .jBox-content {
    padding: 12px 15px;
}

/* jBox Confirm */

.jBox-Confirm .jBox-content {
    text-align: center;
    padding: 45px 35px;
}

.jBox-Confirm-footer {
    border-top: 1px solid #e2e2e2;
    background: #fafafa;
    border-radius: 0 0 3px 3px;
    text-align: center;
    padding: 10px 0;
}

.jBox-Confirm-button {
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    border-radius: 3px;
    padding: 0 20px;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}

.jBox-Confirm-button-cancel {
    text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
    background: #ddd;
    color: #999;
    margin-right: 25px;
}

.jBox-Confirm-button-cancel:hover {
    background: #ccc;
    color: #666;
}

.jBox-Confirm-button-submit {
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
    background: #5fc04c;
    color: #fff;
}

.jBox-Confirm-button-submit:hover {
    background: #53a642;
}

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .26);
}

/* jBox Notice */

.jBox-Notice {
    -webkit-transition: margin .2s;
    transition: margin .2s;
}

.jBox-Notice .jBox-container {
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    background: #333;
    background-image: linear-gradient(to bottom, #444, #222);
}

.jBox-Notice .jBox-content {
    border-radius: 3px;
    padding: 12px 20px;
}

.jBox-Notice .jBox-title {
    padding: 8px 20px 0;
    font-weight: bold;
}

.jBox-hasTitle.jBox-Notice .jBox-content {
    padding-top: 5px;
}

.jBox-Notice-color .jBox-container {
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
}

.jBox-Notice-gray .jBox-container {
    color: #666;
    text-shadow: 0 1px 1px #fff;
    background: #f4f4f4;
    background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}

.jBox-Notice-red .jBox-container {
    background: #b02222;
    background-image: linear-gradient(to bottom, #ee2222, #b02222);
}

.jBox-Notice-green .jBox-container {
    background: #70a800;
    background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}

.jBox-Notice-blue .jBox-container {
    background: #2b91d9;
    background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}

.jBox-Notice-yellow .jBox-container {
    color: #744700;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
    background: #ffb11f;
    background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}

/* jBox Image */

.jBox-Image {
    background: #fff;
    padding: 8px 8px 45px;
    border-radius: 5px;
}

.jBox-Image .jBox-content {
    padding: 0;
    width: 100%;
    height: 100%;
}

.jBox-image-container {
    border-radius: 5px;
    background: #fff center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.jBox-image-label {
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    color: #333;
    margin-top: -35px;
    padding: 0 90px 5px 10px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
}

.jBox-image-label.active {
    opacity: 1;
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
    position: absolute;
    bottom: 0px;
    width: 22px;
    height: 45px;
    background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
    background-size: 11px auto;
    cursor: pointer;
    opacity: .6;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
    opacity: 1;
}

.jBox-image-pointer-next {
    right: 8px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.jBox-image-pointer-prev {
    right: 30px;
}

.jBox-image-open #jBox-overlay {
    background-color: rgba(0, 0, 0, .86);
}

.jBox-Image.jBox-loading .jBox-container:before {
    left: auto;
    top: auto;
    bottom: -33px;
    right: 55px;
    margin-top: -9px;
    margin-left: -9px;
}

/* Close button */

.jBox-closeButton {
    cursor: pointer;
    position: absolute;
}

.jBox-closeButton svg {
    position: absolute;
    top: 50%;
    right: 50%;
}

.jBox-closeButton path {
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.jBox-closeButton path {
    fill: #aaa;
}

.jBox-closeButton:hover path {
    fill: #888;
}

.jBox-closeButton:active path {
    fill: #666;
}

/* Close button in overlay */

#jBox-overlay .jBox-closeButton {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

#jBox-overlay .jBox-closeButton svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -10px;
}

#jBox-overlay .jBox-closeButton path {
    fill: #d2d4d6;
}

#jBox-overlay .jBox-closeButton:hover path {
    fill: #fff;
}

#jBox-overlay .jBox-closeButton:active path {
    fill: #b2b4b6;
}

/* Close button in title */

.jBox-closeButton-title .jBox-closeButton {
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
}

.jBox-closeButton-title .jBox-closeButton svg {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: -6px;
}

/* Close button in box */

.jBox-closeButton-box .jBox-closeButton {
    top: -8px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -5px;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
    background: #f4f5f6;
}

.jBox-closeButton-box:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
    top: 4px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
    right: 2px;
}

/* Overlay */

#jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-color: rgba(0, 0, 0, .6);
}

/* Block scrolling */

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
    overflow: hidden;
}

/* Draggable */

.jBox-draggable {
    cursor: move;
}

/* Spinner */

@keyframes jBoxLoading {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes jBoxLoading {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.jBox-loading .jBox-content {
    min-height: 32px;
    min-width: 38px;
    opacity: 0;
}

.jBox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.jBox-spinner:before {
    content: 'Loading…';
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jBox-spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .3);
    border-top-color: rgba(0, 0, 0, .6);
    animation: jBoxLoading .6s linear infinite;
    -webkit-animation: jBoxLoading .6s linear infinite;
}

/* IE8 fixes */

.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
    border: 1px solid #aaa;
}

.jBox-IE8 .jBox-pointer:after {
    display: none;
}

.jBox-IE8 .jBox-pointer {
    border: 0;
    background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC);
}

.jBox-IE8 .jBox-pointer-top {
    background-position: center top;
}

.jBox-IE8 .jBox-pointer-bottom {
    background-position: center bottom;
}

.jBox-IE8 .jBox-pointer-left {
    background-position: left center;
}

.jBox-IE8 .jBox-pointer-right {
    background-position: right center;
}

.jBox-IE8.jBox-Modal .jBox-container {
    border: 3px solid #aaa;
}

/* No SVG support fixes */

.jBox-nosvg .jBox-closeButton:before {
    font-family: Verdana, sans-serif;
    content: 'x';
    text-align: center;
    font-size: 18px;
    color: #888;
}

/* ==========================================================================
   main style , created by wcm
   ========================================================================== */

/*导航条*/
#menu {
    position: fixed;
    right: 20px;
    top: 50%;
    width: 90px;
    margin: -160px 0 0;
    padding: 0;
    list-style-type: none;
    z-index: 70;
}

#menu li {
    margin-top: 10px;
    font: 14px "Microsoft Yahei";
}

#menu a {
    display: block;
    padding: 10px 0;
    background-color: #fff;
    color: #d9000f;
    text-align: center;
    text-decoration: none;
}

#menu .active a {
    color: #fff;
    background-color: #d9000f;
}

/*公共类*/
.section {
    text-align: center;
    font: 18px "Microsoft Yahei";
    color: #fff;
    height: 100%;
    overflow: hidden;
}

/*ie中视频越界修复*/
.section.iefix {
    z-index: 1;
}

/*第一屏*/

.cover {
    position: relative;
    background-image: url("../img1/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.screen-main {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;

}

.screen-main span {
    position: absolute;
}

/*a.direction2{

    display: block;
    width: 11px;
    height: 24px;
    background: url("../img2/mouse-down.png") repeat-y;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 40px;
    cursor: default;
    -webkit-animation: sh-mousedown 2s linear infinite;
    animation: sh-mousedown 2s linear infinite;
}

@-webkit-keyframes sh-mousedown {
    0% {
        background-position: 0 -72px
    }
    100% {
        background-position: 0 0
    }
}

@keyframes sh-mousedown {
    0% {
        background-position: 0 -72px
    }
    100% {
        background-position: 0 0
    }
}*/

/* ipad以及安卓平板专用提示 */

a.direction {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-image: url(../img2/direction.png);
    background-size: 50px 50px;
    animation: fadeInUp ease 1s both infinite;
    -webkit-animation: fadeInUp ease 1s both infinite;
}

.screen-main .logo {
    width: 476px;
    height: 125px;
    left: 250px;
    top: -325px;
    /*top: -125px;*/
    background-image: url("../img1/logo.png")
}

.screen-main .text {
    width: 445px;
    height: 49px;
    left: 274px;
    top: -249px;
    /*top: -49px;*/
    background-image: url("../img1/text.png")
}

.screen-main .text01 {
    width: 325px;
    height: 22px;
    left: -525px;
    /*left: -325px;*/
    top: 346px;
    background-image: url("../img1/text01.png")
}

.screen-main .text02 {
    width: 415px;
    height: 22px;
    left: 1615px;
    /*left: 1415px;*/
    top: 386px;
    background-image: url("../img1/text02.png")
}

.screen-main .text03 {
    width: 437px;
    height: 22px;
    left: -637px;
    /*left: -437px;*/
    top: 426px;
    background-image: url("../img1/text03.png")
}

.screen-main .text04 {
    width: 547px;
    height: 22px;
    left: 1527px;
    /*left: 1327px;*/
    top: 467px;
    background-image: url("../img1/text04.png")
}

/*第二屏①*/
.huobana-inner {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img1/bg2.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.huobana-inner a {
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.huobana-inner .hba1 {
    width: 228px;
    height: 263px;
    background-image: url(../img1/n4.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobana-inner .hba1.hovr {
    background-position: -229px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.huobana-inner .hba2 {
    width: 228px;
    height: 263px;
    background-image: url(../img1/n5.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobana-inner .hba2.hovr {
    background-position: -229px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.huobana-inner .hba3 {
    width: 228px;
    height: 264px;
    background-image: url(../img1/n6.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobana-inner .hba3.hovr {
    background-position: -229px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

/*第二屏②*/

.huobanb-inner {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img1/bg2.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.huobanb-inner a {
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.huobanb-inner .hbb1 {
    width: 198px;
    height: 228px;
    background-image: url(../img1/o1.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobanb-inner .hbb1.hovr {
    background-position: -199px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.huobanb-inner .hbb2 {
    width: 197px;
    height: 228px;
    background-image: url(../img1/o2.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobanb-inner .hbb2.hovr {
    background-position: -198px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.huobanb-inner .hbb3 {
    width: 197px;
    height: 228px;
    background-image: url(../img1/o3.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobanb-inner .hbb3.hovr {
    background-position: -198px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.huobanb-inner .hbb4 {
    width: 198px;
    height: 228px;
    background-image: url(../img1/o4.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobanb-inner .hbb4.hovr {
    background-position: -199px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

/*第二屏③*/
.huobanc-inner {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img1/bg2.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.huobanc-inner a {
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.huobanc-inner .hbc1 {
    width: 228px;
    height: 263px;
    background-image: url(../img1/p1.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobanc-inner .hbc1.hovr {
    background-position: -229px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.huobanc-inner .hbc2 {
    width: 228px;
    height: 263px;
    background-image: url(../img1/p2.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobanc-inner .hbc2.hovr {
    background-position: -229px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.huobanc-inner .hbc3 {
    width: 228px;
    height: 264px;
    background-image: url(../img1/p3.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.huobanc-inner .hbc3.hovr {
    background-position: -229px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

/*第三屏①*/
.zuopinga-inner {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img1/bg3.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.zuopinga-inner a {
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

/*第三屏②*/
.zuopingb-inner {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img1/bg3.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.zuopingb-inner a {
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

/*第四屏*/
.zaiti-inner {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img1/bg4.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.zaiti-inner a {
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.zaiti-inner .so4 {
    width: 261px;
    height: 260px;
    border-radius: 50%;
    background-image: url(../img1/m4.png);
    background-position: 0 0;
    background-repeat: no-repeat;

}

.zaiti-inner .so4.hovr {
    background-position: -262px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.zaiti-inner .so5 {
    width: 194px;
    height: 193px;
    border-radius: 50%;
    background-image: url(../img1/m5.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.zaiti-inner .so5.hovr {

    background-position: -195px 0;
    -webkit-transform: translate3d(0px, -2px, 0px);
    transform: translate3d(0px, -2px, 0px);
}

.zaiti-inner .so6 {
    width: 203px;
    height: 203px;
    border-radius: 50%;
    background-image: url(../img1/m6.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.zaiti-inner .so6.hovr {

    background-position: -204px 0;
    -webkit-transform: translate3d(0px, 2px, 0px);
    transform: translate3d(0px, 2px, 0px);
}

.zaiti-inner .so7 {
    width: 212px;
    height: 212px;
    border-radius: 50%;
    background-image: url(../img1/m7.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.zaiti-inner .so7.hovr {

    background-position: -213px 0;
    -webkit-transform: translate3d(0px, -2px, 0px);
    transform: translate3d(0px, -2px, 0px);
}

.zaiti-inner .so8 {
    width: 232px;
    height: 232px;
    border-radius: 50%;
    background-image: url(../img1/m8.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.zaiti-inner .so8.hovr {

    background-position: -233px 0;
    -webkit-transform: translate3d(0px, -2px, 0px);
    transform: translate3d(0px, -2px, 0px);
}

/* 第五屏 */
.surrou-inner {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img1/bg5.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.surrou-inner a {
    position: absolute;
    -webkit-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}

.surrou-inner .hov:hover {
    opacity: 0.6;
}

/*第六屏 */
.gaobai-inner {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img1/bg7.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.gaobai-inner .tip {
    position: absolute;
}

div.tip {
    width: 418px;
    height: 308px;
    background-image: url("../img1/u02.png")
}

div.tip span {
    position: absolute;
}

div.tip span.gb01 {
    top: 65px;
    left: 46px;
}

div.tip span.gb02 {
    top: 123px;
    left: 67px;
}

div.tip span.gb03 {
    top: 177px;
    left: 190px;
}


/*第七屏 */
.layer {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.layer img {
    display: block;
    margin: 0 auto 30px auto;
}

video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    margin-left: -960px;
    margin-top: -540px;

}

.layer2{

    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height:60px;
    background-color: rgba(175,0,3,0.9);

}

.layer2 p{

    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

/*ipad以及安卓平板优化*/
.lock_wrp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    background-color: #3c98d1;
    color: rgba(255, 255, 255, .8);
    z-index: 10010
}

.lock {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 300px;
    margin: -150px 0 0 -250px;
    text-align: center;
    /*font-size:2em;*/
}

.lock i {
    display: block;
    width: 200px;
    height: 129px;
    background: url(../img2/ipad.png) 0 0 no-repeat;
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: ipad 1.6s ease-in infinite;
    animation: ipad 1.6s ease-in infinite
}

.lock p {
    line-height: 2em;
    font-size: 2em;
    margin-top: 2em;
}

@-webkit-keyframes ipad {
    0% {
        -webkit-transform: rotate(-90deg)
    }
    25% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(0deg)
    }
    75% {
        -webkit-transform: rotate(-90deg)
    }
    100% {
        -webkit-transform: rotate(-90deg)
    }
}

@keyframes ipad {
    0% {
        transform: rotate(-90deg)
    }
    25% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(-90deg)
    }
    100% {
        transform: rotate(-90deg)
    }
}

/* 针对ipad以及安卓平板横屏优化 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .lock_wrp {
        display: none !important
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
