html,
body {
    position: relative;
    height: 100%;
}

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


/*第1屏*/

#Slide1 {
    background: url(../img/block1_bg.png) no-repeat center center;
    width: 100%;
    overflow-x: hidden;
    /* overflow-y: scroll; */
    background-size: cover;
}

#Slide1 .logo {
    width: 33%;
    margin-top: 1rem;
    margin-left: 4%;
}

#Slide1 .bannerTitle {
    width: 60%;
    margin-left: 20%;
    margin-top: 3rem;
}

#Slide1 .bannerCircle {
    width: 86%;
    margin-left: 7%;
    position: absolute;
    top: 3.5rem;
    -webkit-animation: yunAnimations1 10s infinite linear;
    -moz-animation: yunAnimations1 10s infinite linear;
    -o-animation: yunAnimations1 10s infinite linear;
    -ms-animation: yunAnimations1 10s infinite linear;
    animation: yunAnimations1 10s infinite linear;
}

@keyframes yunAnimations1 {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    25% {
        transform: rotate(90deg);
        opacity: 0.75;
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.;
    }
    75% {
        transform: rotate(270deg);
        opacity: 0.75;
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

#Slide1 .subTitle {
    width: 40%;
    margin-top: 5rem;
    margin-left: 30%;
    position: relative;
}


/*第2屏*/

#Slide2 {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#Slide2 .block_title {
    width: 40%;
    margin-left: 30%;
    margin-top: 0.8rem;
}

#Slide2 .block2_box2 .block2_title02 {
    width: 40%;
    margin-left: 30%;
    margin-top: 0.3rem;
}

#Slide2 .block2_cont {
    width: 92%;
    margin-left: 4%;
    margin-top: 0.5rem;
}

#Slide2 .block2_itemBox {
    position: relative;
    height: 4.2rem;
    margin-top: 0.5rem;
}

#Slide2 .block2_itemBox img {
    width: 30%;
}

#Slide2 .block2_itemBox .block2_item01 {
    margin-left: 4%;
}

#Slide2 .block2_itemBox .block2_item02 {
    margin-left: 1%;
}

#Slide2 .block2_itemBox .block2_item03 {
    margin-left: 1%;
}

#Slide2 .block2_itemBox .block2_item04 {
    margin-left: 21%;
    margin-top: 0.2rem;
}

#Slide2 .block2_itemBox .block2_item05 {
    margin-left: 1%;
    margin-top: 0.2rem;
}

#Slide2 .block2_itemContBox {
    height: 2.6rem;
}

#Slide2 .block2_itemContBox img {
    display: none;
    width: 92%;
    margin: 0 4%;
}

#Slide2 .block2_itemContBox .active {
    display: block;
}

#Slide2 .block2_lineContBox {
    position: relative;
    height: 6rem;
    margin-top: 0.5rem;
}

#Slide2 .block2_lineContBox img {
    position: absolute;
}

#Slide2 .block2_lineContBox .block2_lineCont01 {
    left: 7%;
    width: 37%;
}

#Slide2 .block2_lineContBox .block2_lineCont02 {
    left: 51%;
    width: 43%;
    top: 0.9rem;
}

#Slide2 .block2_lineContBox .block2_lineCont03 {
    left: 7%;
    width: 37%;
    top: 2rem;
}

#Slide2 .block2_lineContBox .block2_lineCont04 {
    left: 51%;
    width: 43%;
    top: 3.9rem;
}

#Slide2 .block2_lineContBox .block2_lineContBg {
    right: 0;
    width: 53%;
    bottom: 0;
}

#Slide2 .block2_lineContBox .block2_line {
    width: 1.3%;
    left: 46%;
}


/* 第3屏 */

#Slide3 {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#Slide3 .block_title {
    width: 40%;
    margin-left: 30%;
    margin-top: 25px;
}

#Slide3 .block3_box {
    margin-top: 0.5rem;
}

#Slide3 .block3_subTitle {
    width: 17%;
    margin-left: 4%;
}

#Slide3 .block3_cont {
    width: 92%;
    margin-left: 4%;
}

#Slide3 .block3_itemTitleBox {
    margin-left: 5%;
    margin-top: 0.5rem;
}

#Slide3 .block3_itemTitleBox ul {
    overflow: hidden;
    height: 3.6rem;
}

#Slide3 .block3_itemTitleBox ul li {
    width: 28%;
    float: left;
    position: relative;
}

#Slide3 .block3_itemTitleBox ul li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 38%;
    bottom: -0.37rem;
    border-left: solid 0.3rem transparent;
    border-top: solid 0.3rem #005bac;
    border-right: solid 0.3rem transparent;
}

#Slide3 .block3_itemTitleBox ul li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 41.6%;
    bottom: -0.33rem;
    border-left: solid 0.2rem transparent;
    border-top: solid 0.2rem #fdfdfd;
    border-right: solid 0.2rem transparent;
}

#Slide3 .block3_itemTitleBox ul .active:after {
    border-top: solid 0.2rem #005bac;
}

#Slide3 .block3_itemTitleBox ul li:nth-child(2) {
    margin: 0 5%;
}

#Slide3 .block3_itemContBox {
    width: 92%;
    height: 5rem;
    margin: 0 4%;
}

#Slide3 .block3_itemContBox ul li {
    width: 100%;
    display: none;
}

#Slide3 .block3_itemContBox ul .active {
    display: block;
}


/* 第4屏 */

#Slide4 {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../img/block4_bg.png) no-repeat;
    background-size: contain;
    background-position-y: 2rem;
}

#Slide4 .block4_title01 {
    width: 72%;
    margin-left: 14%;
    margin-top: 0.8rem;
}

#Slide4 .block4_table01 {
    width: 92%;
    margin: 0.5rem 4% 0 4%;
}

#Slide4 .block4_mark01 {
    width: 82%;
    margin-left: 4%;
    margin-top: 0.3rem;
}

#Slide4 .block4_title02 {
    width: 38%;
    margin-left: 31%;
    margin-top: 0.8rem;
}

#Slide4 .block4_mark02 {
    width: 56%;
    margin-left: 22%;
    margin-top: 0.4rem;
}

#Slide4 .block4_table02 {
    width: 92%;
    margin-left: 4%;
    margin-top: 0.3rem;
}


/* 第5屏 */

#Slide5 {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../img/block5_bg.png) no-repeat top center;
    background-size: cover;
}

#Slide5 .block5_title {
    width: 42%;
    margin-left: 29%;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}

#Slide5 .block5_cont01 {
    width: 44.5%;
    margin: 0 3% 0 4%;
    float: left;
}

#Slide5 .block5_cont02 {
    width: 44.5%;
    margin: 0 4% 0 0;
    float: left;
}

#Slide5 .block5_cont03 {
    width: 92%;
    margin: 0.4rem 4% 0.4rem 4%;
}

#Slide5 .block5_cont04 {
    width: 92%;
    margin: 0 4% 0.5rem 4%;
}


/* 第6屏 */

#Slide6 {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../img/block6_bg.png) no-repeat top center;
    background-size: cover;
}

#Slide6 .block6_title {
    width: 68%;
    margin-left: 16%;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}

#Slide6 .block6_cont01 {
    width: 44.5%;
    margin: 0 3% 0 4%;
    float: left;
}

#Slide6 .block6_cont02 {
    width: 44.5%;
    margin: 0 4% 0 0;
    float: left;
}

#Slide6 .block6_cont03 {
    width: 92%;
    margin: 0.4rem 4% 0.4rem 4%;
}

#Slide6 .block6_cont04 {
    width: 92%;
    margin: 0 4% 0.5rem 4%;
}


/* 第7屏 */

#Slide7 {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../img/block7_bg.png) no-repeat top center;
    background-size: cover;
}

#Slide7 .block7_title {
    width: 66%;
    margin-left: 17%;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}

#Slide7 .block7_cont01 {
    width: 44.5%;
    margin: 0 3% 0 4%;
    float: left;
}

#Slide7 .block7_cont02 {
    width: 44.5%;
    margin: 0 4% 0 0;
    float: left;
}

#Slide7 .block7_cont03 {
    width: 92%;
    margin: 0.4rem 4% 0.4rem 4%;
}

#Slide7 .block7_cont04 {
    width: 92%;
    margin: 0 4% 0.5rem 4%;
}


/* 最后一屏，联系我们 */

#Slide10 {
    background: url(../img/block10_bg.png) no-repeat center center;
    width: 100%;
    overflow-x: hidden;
    /* overflow-y: scroll; */
    background-size: cover;
}

#Slide10 .block10_title {
    width: 42%;
    margin: 0.8rem 29% 1.3rem 29%;
}

#Slide10 .block10_codeBox .block10_qrCode {
    width: 36%;
    margin: 0 32% 0 32%;
}

#Slide10 .block10_codeBox p {
    font-size: 0.36rem;
    line-height: 0.7rem;
    color: #feffff;
    text-align: center;
    font-weight: bold;
}

#Slide10 .block10_contBox {
    width: 90%;
    padding-left: 6%;
    margin-top: 1rem;
}

#Slide10 .block10_contBox p {
    font-size: 0.36rem;
    line-height: 0.8rem;
    color: #feffff;
    padding-left: 0.56rem;
}

#Slide10 .block10_contBox p a {
    color: #feffff;
}

#Slide10 .block10_contBox p:nth-child(1) {
    background: url(../img/block10_icon01.png) no-repeat left top;
    background-size: 0.36rem;
    background-position-y: 0.22rem;
}

#Slide10 .block10_contBox p:nth-child(2) {
    background: url(../img/block10_icon02.png) no-repeat left top;
    background-size: 0.36rem;
    background-position-y: 0.22rem;
}

#Slide10 .block10_contBox p:nth-child(3) {
    background: url(../img/block10_icon03.png) no-repeat left top;
    background-size: 0.36rem;
    background-position-y: 0.22rem;
}

#Slide10 .block10_contBox p:nth-child(4) {
    background: url(../img/block10_icon04.png) no-repeat left top;
    background-size: 0.36rem;
    background-position-y: 0.22rem;
}

#Slide10 .block10_contBox p:nth-child(5) {
    background: url(../img/block10_icon05.png) no-repeat left top;
    background-size: 0.44rem;
    background-position-y: 0.22rem;
}


/* music */

#musicControl {
    position: fixed;
    right: 9px;
    top: 0.3rem;
    margin-top: 0;
    display: inline-block;
    z-index: 2001
}

#musicControl a {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url('../img/play.png') no-repeat;
    background-size: 100%;
}

#musicControl a audio {
    width: 100%;
    height: 56px;
}

#musicControl a.stop {
    background-position: left bottom;
}

#musicControl a.on {
    background-position: 0px 1px;
    -webkit-animation: reverseRotataZ 1.2s linear infinite;
    animation: reverseRotataZ 1.2s linear infinite;
}

#music_play_filter {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

@-webkit-keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

@keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes rotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

@keyframes rotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
    }
}


/*箭头指引*/

.slideLeft {
    position: absolute;
    top: 45%;
    right: 20px;
    z-index: 5;
}

.slideLeft img {
    width: 40px;
    -webkit-animation: animationsSlide 2s infinite ease-out;
    -moz-animation: animationsSlide 2s infinite ease-out;
    -o-animation: animationsSlide 2s infinite ease-out;
    -ms-animation: animationsSlide 2s infinite ease-out;
    animation: animationsSlide 2s infinite ease-out;
}

@keyframes animationsSlide {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    50% {
        transform: translate(20px, 0);
        opacity: 0.8;
    }
    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

@media screen and (min-width:789px) {
    html {
        width: 500px;
        margin: 0 auto;
    }
    body {
        padding: 0 1px;
        border-left: 1px solid rgb(238, 185, 185);
        border-right: 1px solid rgb(238, 185, 185);
    }
}