body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em,
b {
    font-style: normal
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}
ul,li{
    list-style: none;
}
img {
    border: 0
}
button,
input,
select,
textarea {
    font-size: 100%;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th,
ul,
ol {
    padding: 0
}
/* footer */

#afooter {
    padding: 50px 0;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    background-color: #000;
}

#afooter a {
    color: #666;
}
.wrapper{
    width: 100%;
    height: auto;
    min-width: 1314px;
}

.content{
    width: 1314px;
    margin: 0 auto;
    position: relative;
}
.header-top {
    margin: 0 auto;
    overflow: hidden;
    width: 1314px;
    height: 720px;
}
.header-logo {
    float: left;
    padding: 20px 0 0;
}
.main-layout-header-nav {
    float: right;
    padding: 22px 0 0;
    width: 450px;
}
.banner-nav {
    width: 100%;
}
.banner-nav-top {
    overflow: hidden;
    width: 100%;
}
.banner-nav-bot {
    padding: 10px 0 0;
    text-align: right;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.banner-nav-top img {
    float: right;
}

.main-layout-header-code {
    margin: 0 auto;
    margin-left: 150px;
    width: 591px;
    height: 169px;
    background: url(../../images/1068/code.png) no-repeat;
}
.main-layout-header-code-l {
    position: relative;
    float: left;
    margin: 13px 0 0 47px;
    width: 168px;
    height: 140px;
}
.main-layout-header-code-l img {
    padding: 7px 0 0 13px;
}
.main-layout-header-line {
    position: absolute;
    width: 143px;
    height: 11px;
    left: 6px;
    background: url(../../images/1068/line.png) no-repeat;
    -webkit-animation: slide1 1.6s linear alternate infinite;
    animation: slide1 1.6s linear alternate infinite;
}
@-webkit-keyframes slide1 {
    0% {
        top: 0;
    }
    100% {
        top: 132px;
    }
}
@keyframes slide1 {
    0% {
        top: 0;
    }
    100% {
        top: 132px;
    }
}
.main-layout-header-down-app {
    float: left;
    margin: 23px 0 0;
    width: 225px;
    height: 140px;
}
.main-layout-header-down-app a {
    margin: 0 0 20px;
    display: block;
    height: 51px;
    width: 204px;
}
.main-layout-header-moniqi {
    margin: 22px 0 0;
    float: left;
    width: 121px;
    height: 123px;
}
.main-layout-header-moniqi a {
    display: block;
    height: 123px;
}
.snow-1{
    width: 22px;
    height: 18px;
    background:url(../../images/1068/snow-1.png) top center  no-repeat;
    background-size: 100%;
    -webkit-animation-name: snow;
    animation-name: snow;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0) translate(0, 0) scale(.2);
    transform: translateZ(0) translate(0, 0) scale(.2);
}
.snow-2{
    width:22px;
    height:20px;
    background: url(../../images/1068/snow-2.png) top  center no-repeat;
    background-size: 100%;
    -webkit-animation-name: snow;
    animation-name: snow;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0) translate(0, 0) scale(.2);
    transform: translateZ(0) translate(0, 0) scale(.2);
}
.snow-3{
    width: 42px;
    height: 28px;
    background: url(../../images/1068/snow-3.png)top center no-repeat;
    background-size: 100%;
    -webkit-animation-name: snow;
    animation-name: snow;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0) translate(0, 0) scale(.2);
    transform: translateZ(0) translate(0, 0) scale(.2);
}
.snow-4{
    width: 20px;
    height: 17px;
    background: url(../../images/1068/snow-4.png)top center no-repeat;
    background-size: 100%;
    -webkit-animation-name: snow;
    animation-name: snow;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0) translate(0, 0) scale(.2);
    transform: translateZ(0) translate(0, 0) scale(.2);
}
.snow1{
    left: 10%;
    -webkit-transform: translate(1vh);
    transform: translate(1vh);
}

.snow2{
    left: 20%;
    -webkit-transform: translate(1.5vh);
    transform: translate(1.5vh);
    -webkit-animation-delay: 12800ms;
    animation-delay: 12800ms;
}

.snow3{
    left: 30%;
    -webkit-transform: translate(2vh);
    transform: translate(2vh);
    -webkit-animation-delay: 5200ms;
    animation-delay: 5200ms;
}

.snow4{
    left: 40%;
    -webkit-transform: translate(2.5vh);
    transform: translate(2.5vh);
    -webkit-animation-delay: 9997ms;
    animation-delay: 9997ms;
}

.snow5{
    left: 50%;
    -webkit-transform: translate(3vh);
    transform: translate(3vh);
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.snow6{
    left: 60%;
    -webkit-transform: translate(3.5vh);
    transform: translate(3.5vh);
    -webkit-animation-delay: 14800ms;
    animation-delay: 14800ms;
}

.snow7{
    left: 70%;
    -webkit-transform: translate(4vh);
    transform: translate(4vh);
    -webkit-animation-delay: 15500ms;
    animation-delay: 15500ms;
}

.snow8{
    left: 80%;
    -webkit-transform: translate(4.5vh);
    transform: translate(4.5vh);
    -webkit-animation-delay: 6505ms;
    animation-delay: 6505ms;
}

.snow9{
    left: 86%;
    -webkit-transform: translate(5vh);
    transform: translate(5vh);
    -webkit-animation-delay: 11023ms;
    animation-delay: 11023ms;
}

.snow10{
    left: 55%;
    -webkit-transform: translate(5.5vh);
    transform: translate(5.5vh);
    -webkit-animation-delay: 6000ms;
    animation-delay: 6000ms;
}
.snow11{
    left: 15%;
    -webkit-transform: translate(6vh);
    transform: translate(6vh);
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
}

.snow12{
    left: 25%;
    -webkit-transform: translate(6.5vh);
    transform: translate(6.5vh);
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.snow13{
    left: 35%;
    -webkit-transform: translate(7vh);
    transform: translate(7vh);
    -webkit-animation-delay: 2999ms;
    animation-delay: 2999ms;
}

.snow14{
    left: 45%;
    -webkit-transform: translate(7.5vh);
    transform: translate(7.5vh);
    -webkit-animation-delay: 13000ms;
    animation-delay: 13000ms;
}

.snow15{
    left: 55%;
    -webkit-transform: translate(8vh);
    transform: translate(8vh);
    -webkit-animation-delay: 15800ms;
    animation-delay: 15800ms;
}
.snow16{
    left: 65%;
    -webkit-transform: translate(8.5vh);
    transform: translate(8.5vh);
    -webkit-animation-delay: 2140ms;
    animation-delay: 2140ms;
}

.snow17{
    left: 75%;
    -webkit-transform: translate(5.5vh);
    transform: translate(5.5vh);
    -webkit-animation-delay: 6000ms;
    animation-delay: 6000ms;
}

.snow18{
    left: 84%;
    -webkit-transform: translate(5.5vh);
    transform: translate(5.5vh);
    -webkit-animation-delay: 5666ms;
    animation-delay: 5666ms;
}

.snow19{
    left: 89%;
    -webkit-transform: translate(5.5vh);
    transform: translate(5.5vh);
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
}

.snow20{
    left: 10%;
    -webkit-transform: translate(5.5vh);
    transform: translate(5.5vh);
    -webkit-animation-delay: 12400ms;
    animation-delay: 12400ms;
}

.snow21{
    left: 20%;
    -webkit-transform: translate(5.5vh);
    transform: translate(5.5vh);
    -webkit-animation-delay: 13200ms;
    animation-delay: 13200ms;
}

.snow22{
    left: 30%;
    -webkit-transform: translate(5.5vh);
    transform: translate(5.5vh);
    -webkit-animation-delay: 13500ms;
    animation-delay: 13500ms;
}

.snow24{
    left: 40%;
    -webkit-transform: translate(2.5vh);
    transform: translate(2.5vh);
    -webkit-animation-delay: 9099ms;
    animation-delay: 9099ms;
}

.snow25{
    left: 50%;
    -webkit-transform: translate(3vh);
    transform: translate(3vh);
    -webkit-animation-delay: 3150ms;
    animation-delay: 3150ms;
}

@-webkit-keyframes snow{

    10%{
        opacity: 1
    }

    80%{
        -webkit-transform: translate3d(0, 85vh, 0) scale(1.2);
        transform: translate3d(0, 85vh, 0) scale(1.2);
    }
}

@keyframes snow{

    10%{
        opacity: 1
    }

    80%{
        -webkit-transform: translate3d(0, 85vh, 0) scale(1.2);
        transform: translate3d(0, 85vh, 0) scale(1.2);
    }
}
.part2 {
    width: 100%;
    height: 990px;
    background: url(../../images/1068/p1-bg.jpg) center top no-repeat;

}
.section-one-mask {
    position: fixed;
    top: -30px;
    left: 0;
    background: #000;
    opacity: .8;
    width: 100%;
    height: 6000px;
    z-index: 19;
    display: none;
}
.section-one-video-pop {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    width: 600px;
    height: 400px;
    margin: -200px 0 0 -300px;
    z-index: 20;
}
.section-one-close-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -60px;
    top: 0;
    background: url(../../images/1068/close.png) no-repeat 0 0;
    z-index: 999;
    cursor: pointer;
}
.section-one-video-con {
    width: 600px;
    height: 400px;
}
.section-one-con {
    height: 810px;
    margin: 0 auto;
    width: 1314px;
    z-index: 1;
}
.section-one-con-l {
    position: relative;
    width: 875px;
    float: left;
    height: 610px;
    z-index: 1;
}
.section-one-tabs-con {
    height: 762px;
    width: 100%;
}
.section-one-human01 {
    position: absolute;
    width: 1133px;
    height: 727px;
    background: url(../../images/1068/p1-man1.png) no-repeat;
    left: -266px;
    top: 200px;
    z-index: 1;
}
.section-one-human02 {
    position: absolute;
    width: 1133px;
    height: 684px;
    background: url(../../images/1068/p1-man2.png) no-repeat;
    left: -187px;
    top: 243px;
    z-index: 1;
}
.section-one-human03 {
    position: absolute;
    width: 1133px;
    height: 811px;
    background: url(../../images/1068/p1-man3.png) no-repeat;
    left: -307px;
    top: 116px;
    z-index: 1;
}

.section-one-human04 {
    position: absolute;
    width: 1133px;
    height: 811px;
    background: url(../../images/1068/p1-man4.png) no-repeat;
    left: -307px;
    top: 116px;
    z-index: 1;
}

.section-one-tabs-menu {
    overflow: hidden;
    width: 100%;
    height: 162px;
}

.section-one-tabs-menu ul {
    position: relative;
    display: block;
    float: right;
    width: 700px;
    height: 162px;
    z-index: 2;
}
.section-one-tabs-menu li {
    float: left;
    cursor: pointer;
    margin: 0 14px;
}
.section-one-tabs-menu .tab1{
    width: 128px;
    height: 143px;
    margin-top: 10px;
    background: url(../../images/1068/p1-btn1.png) no-repeat;
    margin-top: -1px;
}
.section-one-tabs-menu .tab1.thistab{
    width: 135px;
    height: 143px;
    background: url(../../images/1068/tab1-on.png) no-repeat;
    margin-top: -8px;
}
.section-one-tabs-menu .tab2{
    width: 135px;
    height: 144px;
    background: url(../../images/1068/p1-btn2.png) no-repeat;
    margin-top: 10px;
}
.section-one-tabs-menu .tab2.thistab{
    width: 140px;
    height: 143px;
    background: url(../../images/1068/tab2-on.png) no-repeat;
    margin-top: -8px;
}
.section-one-tabs-menu .tab3{
    width: 137px;
    height: 146px;
    background: url(../../images/1068/p1-btn3.png) no-repeat;
    margin-top: -10px;
}
.section-one-tabs-menu .tab3.thistab{
    width: 140px;
    height: 143px;
    background: url(../../images/1068/tab3-on.png) no-repeat;
    margin-top: -8px;
}
.section-one-tabs-menu .tab4{
    width: 137px;
    height: 146px;
    background: url(../../images/1068/p1-btn4.png) no-repeat;
    margin-top: -10px;
}
.section-one-tabs-menu .tab4.thistab{
    width: 140px;
    height: 143px;
    background: url(../../images/1068/tab4-on.png) no-repeat;
    margin-top: -8px;
}

.section-one-con-r {
    float: right;
    width: 411px;
    height: 650px;
}
.section-one-con-r-txt {
    float: left;
    margin: 328px 0 0;
    width: 390px;
    height: 152px;
    font-size: 18px;
    line-height: 24px;
    color: #5b4848;
    text-indent: 36px;
}
.section-one-guajian {
    padding: 38px 0 0;
    width: 100%;
    overflow: hidden;
    height: 150px;
}
.section-one-guajian li {
    float: left;
    position: relative;
    padding: 23px 0 0;
    margin: 0 9px 0 0;
    width: 87px;
    height: 50px;
    text-align: center;
    color: #5b4848;
    cursor: pointer;
}

.section-one-con-r-video {
    float: left;
    width: 372px;
    height: 172px;
    padding-top: 45px;
    cursor:pointer;
}
.section-one-video-btn {
    position: relative;
    margin: 36px auto 0;
    height: 66px;
    width: 66px;
    background: url(../../images/1068/round-in.png) center center no-repeat;
    cursor: pointer;
}
.section-one-video-round {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px;
    background: url(../../images/1068/round-out.png) no-repeat;
    -webkit-animation: 2s linear infinite running round360;
    animation: 2s linear infinite running round360;
}
@-webkit-keyframes round360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.section-three .xfe-root {
    width: 100%;
    min-width: 1314px;
    overflow: hidden;
    position: relative;
}
.section-three .xfe-root .xfe-main {
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 900px;
}
.section-three .p3-tree{
    position: absolute;
    left: 0;
    top: 0;
}
.section-three .xfe-root .xfe-layer-1 {
    position: absolute;
    width: 1920px;
    height: 890px;
    top: 0;
    left: 0;
}
.section-three .xfe-root .xfe-layer-1 .title {
    margin: 0 auto;
    width: 1314px;
    height: 253px;
}

.section-three .xfe-root .xfe-layer-1 .left-text {
    color: #c6cfe2;
    font-size: 20px;
    line-height: 30px;
    margin: 530px 20px 15px 2%;
}
.section-three .xfe-root .xfe-layer-1 .left-text span,.section-three .xfe-root .xfe-layer-1 .right-text span{
    color: #fff;
}
@media screen and (min-width: 1800px) and (max-width: 1900px) {
    .section-three .xfe-root .xfe-layer-1 .left-text{
        margin-left: 10%;
    }
}
@media screen and (min-width: 1700px) and (max-width: 1800px) {
    .section-three .xfe-root .xfe-layer-1 .left-text{
        margin-left: 14%;
    }
}
@media screen and (min-width: 1526px) and (max-width: 1680px) {
    .section-three .xfe-root .xfe-layer-1 .right-text{
        margin-right: 199px!important;
    }
}
@media screen and (min-width: 1330px) and (max-width: 1526px) {
    .section-three .xfe-root .xfe-layer-1 .right-text{
        margin-right: 199px!important;
    }
}
@media screen and (min-width: 1330px) and (max-width: 1330px) {
    .section-three .xfe-root .xfe-layer-1 .right-text{
        margin-right: 199px!important;
    }
}
@media screen and (min-width: 400px) and (max-width: 1330px) {
    .section-three .xfe-root .xfe-layer-1 .right-text{
        margin-right: 299px!important;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .section-three .xfe-root .xfe-layer-1 .left-text{
        margin-left: 18%;
        line-height: 24px;
        font-size: 20px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .section-three .xfe-root .xfe-layer-1 .left-text{
        margin-left: 23%;
        line-height: 24px;
        font-size: 20px;
    }
}
@media screen and (min-width: 400px) and (max-width: 1500px) {
    .section-three .xfe-root .xfe-layer-1 .left-text{
        margin-left:34%;
        line-height: 24px;
        font-size: 18px;
    }
}

.section-three .xfe-root .xfe-layer-1 .right-text {
    color: #c6cfe2;
    font-size: 20px;
    line-height: 30px;
    margin: 533px 9px 20px 20px;
}

.section-five-title {
    width: 1314px;
    height: 267px;
    margin: 0 auto;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clearfix {
    display: block;
}
.section-five-content {
    margin: 0 auto;
    width: 1314px;
}
.section-five-item {
    width: 411px;
    float: left;
    margin-left: 40px;
}
.section-five-item:nth-child(1) {
    margin-left: 0;
}

.section-five-item-text {
    width: 380px;
    margin: 10px auto;
    text-indent: 36px;
    font-size: 18px;
    color: #525967;
    line-height: 26px;
}
.section-five-tips {
    width: 1314px;
    margin: 40px auto 20px;
    text-align: center;
    font-size: 18px;
    color: #525967;
}
.section-six {
    width: 100%;
    height: 1011px;
    background: url(../../images/1068/p5-bg.jpg) center top no-repeat;
    overflow: hidden;
    position: relative;
    margin-top: -1px;
}
.section-six-title{
    width: 1313px;
    height: 267px;
    margin: 0 auto;
}
.section-six-foreground-left {
    background: url(../../images/1068/foreground-left.png) no-repeat;
    width: 290px;
    height: 702px;
    position: absolute;
    top: 309px;
    left: 0;
    z-index: 10;
}
.section-six-foreground-right {
    background: url(../../images/1068/foreground-right.png) no-repeat;
    width: 289px;
    height: 702px;
    position: absolute;
    top: 309px;
    right: 0;
    z-index: 10;
}
.section-six-cards {
    width: 2973px;
    position: absolute !important;
    left: 50% !important;
    margin-left: -1486px !important;
}
.section-six-cards .swiper-slide {
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-six-cards .swiper-slide img {
    opacity: 0.5;
}
.section-six-cards .swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section-six-cards .swiper-slide-active img {
    opacity: 1;
}
.section-six-cards .swiper-pagination {
    bottom: 0 !important;
}
.section-six-cards .swiper-pagination-bullet {
    background: url(../../images/1068/pagenation-option-normal.png) no-repeat;
    width: 38px;
    height: 39px;
    opacity: 1;
    margin: 0 12px !important;
    outline: none;
}
.section-six-cards .swiper-pagination-bullet-active {
    background: url(../../images/1068/pagenation-option-selected.png) no-repeat;
    width: 38px;
    height: 39px;
}
.section-six .swiper-button-prev {
    left: 50%;
    margin-left: -639px;
    top: 549px;
    background: url(../../images/1068/arrow-left.png);
    width: 41px;
    height: 77px;
    z-index: 15;
    outline: none;
}
.section-six .swiper-button-next {
    left: 50%;
    margin-left: 590px;
    top: 549px;
    width: 41px;
    height: 77px;
    z-index: 15;
    outline: none;
}
@media screen and (min-width: 400px) and (max-width: 1626px) {
    .section-six .swiper-button-prev{
        margin-left: -439px;
    }
    .section-six .swiper-button-next{
        margin-left: 380px;
    }
}
.section-six-card {
    z-index: 5;
}
.section-six-card-bg {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 558px;
    width: 991px;
}
.section-six-card img {
    width: 100%;
    display: block;
}