/*样式重置*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
          margin: 0;
          padding: 0;
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          outline: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
        }
        html { height: 101%; }
        body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, sans-serif; }
        article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
        ol, ul { list-style: none; }
        blockquote, q { quotes: none; }
        blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
        strong { font-weight: bold; } 
        table { border-collapse: collapse; border-spacing: 0; }
        img { border: 0; max-width: 100%; }
        p { font-size: 1.2em; line-height: 1.0em; color: #333; }
        a{text-decoration:none;color:#000;}
/*清除浮动*/
.clearfix:after{
    display:table;
    clear:both;
}

::-webkit-scrollbar {
    width:0;
    height: 0;
}
.clearfix{
    zoom:1;
}

.logdia .swiper-slide{
    position: absolute !important;
}

.content{
    position: relative;
    width: 100%;
    height:100%;
    margin:0 auto;
}
.bottom .content{
    width: 1280px;
}
/* swiper start */
html, body {
    position: relative;
    height: 100%;
    user-select:none;
}
body {
    /*background: #eee;*/
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    min-width: 1280px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-h {
    background: #eee;
}

.swiper-container-h2 {
    background: #eee;
}

/* swiper end */
.swiper-button-prev{
    left: 3%;
    right: auto;
}
.swiper-button-next{
    right: 3%;
    left: auto;
}

/* 第一页 */
.header{
    background: url("header.png")/*tpa=http://www.jmeii.com/img/header.png*/ no-repeat 0 0/100% 100%;
}

.header .nav-content{
    display:flex;
    justify-content: space-around;
    margin:1% auto 0;
    width: 90%;
}

.logo{
    width: 185px;
    margin-left: 120px;
}
.header.swiper-slide-active .logo{
    -webkit-animation:bounceInDown .8s .3s ease backwards;
    -moz-animation:bounceInDown .8s .3s ease backwards;
    -o-animation:bounceInDown .8s .3s ease backwards;
    -ms-animation:bounceInDown .8s .3s ease backwards;
    animation:bounceInDown .8s .3s ease backwards;
}
.header .nav-content ul{
    display: flex;
    justify-content: flex-start;
}

.header .nav-content ul li{
    line-height:51px;
    text-align:center;
    margin-right:20px;
}

.header .nav-content ul li a{
    color:#fff;
    /* font-weight:bold; */
    /* font-family: "宋体"; */
}
.header.swiper-slide-active .nav-content ul li:nth-child(1) a{
    -webkit-animation:fadeIn .8s .3s ease backwards;
    -moz-animation:fadeIn .8s .3s ease backwards;
    -o-animation:fadeIn .8s .3s ease backwards;
    -ms-animation:fadeIn .8s .3s ease backwards;
    animation:fadeIn .8s .3s ease backwards;
}
.header.swiper-slide-active .nav-content ul li:nth-child(2) a{
    -webkit-animation:fadeIn .8s .5s ease backwards;
    -moz-animation:fadeIn .8s .5s ease backwards;
    -o-animation:fadeIn .8s .5s ease backwards;
    -ms-animation:fadeIn .8s .5s ease backwards;
    animation:fadeIn .8s .5s ease backwards;
}
.header.swiper-slide-active .nav-content ul li:nth-child(3) a{
    -webkit-animation:fadeIn .8s .7s ease backwards;
    -moz-animation:fadeIn .8s .7s ease backwards;
    -o-animation:fadeIn .8s .7s ease backwards;
    -ms-animation:fadeIn .8s .7s ease backwards;
    animation:fadeIn .8s .7s ease backwards;
}
.header.swiper-slide-active .nav-content ul li:nth-child(4) a{
    -webkit-animation:fadeIn .8s .9s ease backwards;
    -moz-animation:fadeIn .8s .9s ease backwards;
    -o-animation:fadeIn .8s .9s ease backwards;
    -ms-animation:fadeIn .8s .9s ease backwards;
    animation:fadeIn .8s .9s ease backwards;
}
.header.swiper-slide-active .nav-content ul li:nth-child(5) a{
    -webkit-animation:fadeIn .8s 1.1s ease backwards;
    -moz-animation:fadeIn .8s 1.1s ease backwards;
    -o-animation:fadeIn .8s 1.1s ease backwards;
    -ms-animation:fadeIn .8s 1.1s ease backwards;
    animation:fadeIn .8s 1.1s ease backwards;
}
.header.swiper-slide-active .nav-content ul li:nth-child(6) a{
    -webkit-animation:fadeIn .8s 1.3s ease backwards;
    -moz-animation:fadeIn .8s 1.3s ease backwards;
    -o-animation:fadeIn .8s 1.3s ease backwards;
    -ms-animation:fadeIn .8s 1.3s ease backwards;
    animation:fadeIn .8s 1.3s ease backwards;
}

.header .content .title{
    width: 1119px;
    position: absolute;
    top:200px;
    left:0;
    right:0;
    margin:0 auto;
    -webkit-transform:scale(.8);
    transform:scale(.8);
}

.arrow_bottom{
    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    margin:auto;
    -webkit-animation: arrowAni 1.5s ease infinite alternate;
    -o-animation: arrowAni 1.5s ease infinite alternate;
    -moz-animation: arrowAni 1.5s ease infinite alternate;
    -ms-animation: arrowAni 1.5s ease infinite alternate;
    animation: arrowAni 1.5s ease infinite alternate;
}

@-webkit-keyframes arrowAni{
    0%{
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes arrowAni{
    0%{
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* 第二页 */

.page1{
    background:#fff url("page1.png")/*tpa=http://www.jmeii.com/img/page1.png*/ no-repeat 0 bottom/100% auto;
}

/*.page1 .content{
    display:flex;
    flex-direction:column;
    justify-content: space-around;
}*/

.page-title{
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 290px;
}
.title_wrap{
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    transform: translate(0%,-50%);
    width: 100%;
}
.swiper-slide-active .jm{
    font-size: 100px;
    -webkit-animation: fadeInUp .5s .6s ease backwards;
    -ms-animation: fadeInUp .5s .6s ease backwards;
    -moz-animation: fadeInUp .5s .6s ease backwards;
    -o-animation: fadeInUp .5s .6s ease backwards;
    animation: fadeInUp .5s .6s ease backwards;
}
.swiper-slide-active .jm_title{
    -webkit-animation: fadeInUp .5s 1s ease backwards;
    -ms-animation: fadeInUp .5s 1s ease backwards;
    -moz-animation: fadeInUp .5s 1s ease backwards;
    -o-animation: fadeInUp .5s 1s ease backwards;
    animation: fadeInUp .5s 1s ease backwards;
}
.jm_title .big{
    font-size: 42px;
    margin:15px 0;
}
.jm_title .small{
    font-size: 16px;
}

.page1 .content .p1_over_list{
/*    position: absolute;
    bottom:6.5%;
    width: 68%;
    margin:auto;*/
    /*position: absolute;*/
    /* bottom: 0%; */
    /*top:20%;*/
    /* display: flex; */
    /* justify-content: space-around; */
    width: 68%;
    margin: 13% auto 0;

    display: -webkit-box;
    display:-ms-flexbox;
    display:-moz-box;
    -webkit-box-pack:justify;
    -ms-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    box-pack:justify;
    display: flex;
    justify-content: space-between;


}

.page1 .content .p1_over_list li{
    width: 23.5%;
    /*height: 508px;*/
    position: relative;
    /* -webkit-transform: scale(.9); */
    /* transform: scale(.9); */

}
.page1.swiper-slide-active .content .p1_over_list li:nth-child(1){
    -webkit-animation:flipInY .5s .3s ease backwards;
    -o-animation:flipInY .5s .3s ease backwards;
    -ms-animation:flipInY .5s .3s ease backwards;
    -moz-animation:flipInY .5s .3s ease backwards;
    animation:flipInY .5s .3s ease backwards;
}
.page1.swiper-slide-active .content .p1_over_list li:nth-child(2){
    -webkit-animation:flipInY .5s .4s ease backwards;
    -o-animation:flipInY .5s .4s ease backwards;
    -ms-animation:flipInY .5s .4s ease backwards;
    -moz-animation:flipInY .5s .4s ease backwards;
    animation:flipInY .5s .4s ease backwards;
}
.page1.swiper-slide-active .content .p1_over_list li:nth-child(3){
    -webkit-animation:flipInY .5s .5s ease backwards;
    -o-animation:flipInY .5s .5s ease backwards;
    -ms-animation:flipInY .5s .5s ease backwards;
    -moz-animation:flipInY .5s .5s ease backwards;
    animation:flipInY .5s .5s ease backwards;
}
.page1.swiper-slide-active .content .p1_over_list li:nth-child(4){
    -webkit-animation:flipInY .5s .6s ease backwards;
    -o-animation:flipInY .5s .6s ease backwards;
    -ms-animation:flipInY .5s .6s ease backwards;
    -moz-animation:flipInY .5s .6s ease backwards;
    animation:flipInY .5s .6s ease backwards;
}


.page1 .content .p1_over_list li:last-child{
    margin-right:0; 
}

/* .page1 .content .p1_over_list li:hover{
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0);
} */

/*.page1 .content .p1_over_list li:hover img:nth-child(1){
    -webkit-transform: translateY(-508px) rotateX(90deg);
    transform: translateY(-508px) rotateX(90deg);
}

.page1 .content .p1_over_list li:hover img:last-child{
    -webkit-transform: translateY(0);
    transform: translateY(0) rotateX(0deg);
}
*/
.page1 .content .p1_over_list li img{
    width: 100%;
    /*height: 508px;*/
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: transform .8s ease;
    transition: transform .8s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    /* transition: transform 2s ease; */
}

/* 翻牌 */
.page1 .content .p1_over_list li img:first-child{
    -webkit-transform:rotateY(0deg);
    transform:rotateY(0deg);
    z-index:2;
}
.page1 .content .p1_over_list li img:last-child{
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
}

.page1 .content .p1_over_list li:hover img:first-child{
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
}

.page1 .content .p1_over_list li:hover img:last-child{
    -webkit-transform:rotateY(360deg);
    transform:rotateY(360deg);
}

/* 由下至上 */
/* .page1 .content .p1_over_list li img:nth-child(1){
    -webkit-transform: translateY(0px) rotateX(0deg);
    transform: translateY(0px) rotateX(0deg);
}

.page1 .content .p1_over_list li img:last-child{
    -webkit-transform: translateY(508px) rotateX(90deg);
    transform: translateY(508px) rotateX(90deg);
} */

/* 第二页 */

.page2,.page2-swiper-container .swiper-slide{
    position: relative;
    background: #fff url("page2_1.png")/*tpa=http://www.jmeii.com/img/page2_1.png*/ no-repeat center bottom/100% auto;
}
/*.page2 .swiper-slide{
    background: transparent;
}*/
.page2 .content{
    width: 100%;
    height: 474px;
    position: absolute;
    /*bottom: 0px;*/
    top: 22%;
    left:0;
    /*background: #fff url(../img/page2_2.png) no-repeat center bottom/100% auto;*/
}

.page2 ul.select_item{
    position: absolute;
    width:68%;
    height: 100%;
    bottom: 0;
    /* background-color: gray; */
    left: 0;
    right: 0;
    margin: auto;
    padding-top:1px;
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.close{
    position: absolute;
    width: 27px;
    height: 27px;
    right: 12%;
    top: 11%;
    z-index: 99;
    background: url("close.png")/*tpa=http://www.jmeii.com/img/close.png*/no-repeat center;
}
.close:hover{
    animation: close 1s infinite linear;
}

@keyframes close{
    to{
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes close{
    to{
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
/* 237 */
.page2 ul.select_item li{
    width:33.333%;
    /*height: 237px;*/
    position: relative;
    /* box-sizing: border-box; */
    overflow: hidden;
}
.page2.swiper-slide-active ul.select_item li:nth-child(1){
    -webkit-animation: fadeInLeftBig .5s .2s ease backwards;
    -o-animation: fadeInLeftBig .5s .2s ease backwards;
    -moz-animation: fadeInLeftBig .5s .2s ease backwards;
    -ms-animation: fadeInLeftBig .5s .2s ease backwards;
    animation: fadeInLeftBig .5s .2s ease backwards;
}
.page2.swiper-slide-active ul.select_item li:nth-child(2){
    -webkit-animation: fadeInDownBig .5s .2s ease backwards;
    -o-animation: fadeInDownBig .5s .2s ease backwards;
    -moz-animation: fadeInDownBig .5s .2s ease backwards;
    -ms-animation: fadeInDownBig .5s .2s ease backwards;
    animation: fadeInDownBig .5s .2s ease backwards;
}
.page2.swiper-slide-active ul.select_item li:nth-child(3){
    -webkit-animation: fadeInRightBig .5s .2s ease backwards;
    -o-animation: fadeInRightBig .5s .2s ease backwards;
    -moz-animation: fadeInRightBig .5s .2s ease backwards;
    -ms-animation: fadeInRightBig .5s .2s ease backwards;
    animation: fadeInRightBig .5s .2s ease backwards;
}
.page2.swiper-slide-active ul.select_item li:nth-child(4){
    -webkit-animation: fadeInLeftBig .5s .2s ease backwards;
    -o-animation: fadeInLeftBig .5s .2s ease backwards;
    -moz-animation: fadeInLeftBig .5s .2s ease backwards;
    -ms-animation: fadeInLeftBig .5s .2s ease backwards;
    animation: fadeInLeftBig .5s .2s ease backwards;
}
.page2.swiper-slide-active ul.select_item li:nth-child(5){
    -webkit-animation: fadeInUpBig .5s .2s ease backwards;
    -o-animation: fadeInUpBig .5s .2s ease backwards;
    -moz-animation: fadeInUpBig .5s .2s ease backwards;
    -ms-animation: fadeInUpBig .5s .2s ease backwards;
    animation: fadeInUpBig .5s .2s ease backwards;
}
.page2.swiper-slide-active ul.select_item li:nth-child(6){
    -webkit-animation: fadeInRightBig .5s .2s ease backwards;
    -o-animation: fadeInRightBig .5s .2s ease backwards;
    -moz-animation: fadeInRightBig .5s .2s ease backwards;
    -ms-animation: fadeInRightBig .5s .2s ease backwards;
    animation: fadeInRightBig .5s .2s ease backwards;
}

.page2 ul.select_item li:nth-child(1),.page2 ul.select_item li:nth-child(2){
    border-right:1px dashed #7892b0;
    border-bottom:1px dashed #7892b0;
}

.page2 ul.select_item li:nth-child(3){
    border-bottom:1px dashed #7892b0;
}

.page2 ul.select_item li:nth-child(4),.page2 ul.select_item li:nth-child(5){
    border-right:1px dashed #7892b0;    
}

.page2 ul.select_item li a{
    position: absolute;
    width: 100%;
    height: 100%;
    display:flex;
    align-items:center;
    justify-content: center;
}
.chunk-list{
    width: 68%;
    margin:88px auto 0;
    display: -webkit-box;
    display:-ms-flexbox;
    display:-moz-box;
    -webkit-box-pack:justify;
    -ms-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    box-pack:justify;
    display: flex;
    justify-content: space-between;
}
.chunk-list li{
    width: 18%;
}
.page2 .swiper-slide-active .chunk-list li:first-child{
    -webkit-animation: slideInRightBig .5s ease backwards;
    -moz-animation: slideInRightBig .5s ease backwards;
    -ms-animation: slideInRightBig .5s ease backwards;
    -o-animation: slideInRightBig .5s ease backwards;
    animation: slideInRightBig .5s ease backwards;
}
.page2 .swiper-slide-active .chunk-list li:nth-child(2){
    -webkit-animation: slideInRightBig .5s .2s ease backwards;
    -o-animation: slideInRightBig .5s .2s ease backwards;
    -ms-animation: slideInRightBig .5s .2s ease backwards;
    -moz-animation: slideInRightBig .5s .2s ease backwards;
    animation: slideInRightBig .5s .2s ease backwards;
}
.page2 .swiper-slide-active .chunk-list li:nth-child(3){
    -webkit-animation: slideInRightBig .5s .4s ease backwards;
    -o-animation: slideInRightBig .5s .4s ease backwards;
    -ms-animation: slideInRightBig .5s .4s ease backwards;
    -moz-animation: slideInRightBig .5s .4s ease backwards;
    animation: slideInRightBig .5s .4s ease backwards;
}
.page2 .swiper-slide-active .chunk-list li:nth-child(4){
    -webkit-animation: slideInRightBig .5s .6s ease backwards;
    -o-animation: slideInRightBig .5s .6s ease backwards;
    -ms-animation: slideInRightBig .5s .6s ease backwards;
    -moz-animation: slideInRightBig .5s .6s ease backwards;
    animation: slideInRightBig .5s .6s ease backwards;
}
.page2 .swiper-slide-active .chunk-list li:nth-child(5){
    -webkit-animation: slideInRightBig .5s .8s ease backwards;
    -o-animation: slideInRightBig .5s .8s ease backwards;
    -ms-animation: slideInRightBig .5s .8s ease backwards;
    -moz-animation: slideInRightBig .5s .8s ease backwards;
    animation: slideInRightBig .5s .8s ease backwards;
}

.page2 .content ul li .word{
    font-size:18px;
    color: #fff;
    line-height:30px;
    text-align:left;
}

.page2 .content ul li .word i{
    font-size:40px;
    color: #99fffb;
}

.page2 .word-title{
    font-size:11px;
    position: absolute;
    bottom:12px;
    right:12px;
    color:#fff;
}

.page2 .content ul li img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0; 
    /* opacity:.5; */
}

.page2 .content ul li a:hover img{
    -webkit-transform:translate(0px,0px);
    opacity: 1;
    transform:translate(0px,0px);
}

.leftIn img{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}

.rightIn img{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}

.topIn img{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}

.bottomIn img{
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}
.p2_s3_content,.p2_s6_content,.p2_s7_content{
    display: -webkit-box;
    -webkit-box-pack: center;
    display: -webkit-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: -moz-flex; 
    display: flex; 
    justify-content: center; 
    width: 68%;
    margin:7% auto 0;
}
.page2_slide3 .prot-list{
/*    width: 50%;
    float: left;*/
    
    -webkit-box-flex: 3;
    -webkit-flex: 4;
    -ms-flex: 4;
    -moz-flex: 4;
    -o-flex: 4;
    flex: 4;
}
.page2_slide3 .prot-list > li{
    width: 33%;
    float: left;
}
.prot-text{
/*    display: -webkit-box;
    -webkit-box-pack:start;*/
/*    float: left;
    width: 44%;
    margin-left: 50px;*/
    position: relative;
    margin-left: 6%;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    -moz-flex: 3;
    -o-flex: 3;
    flex: 3;
}

.prot-text img{
    float: left;
    margin-top:10%;
}
.prot-text img.doh5{
    /*margin-top: 22%;*/
    position:absolute;
    bottom:0;
    left: 0;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(1){
    -webkit-animation: fadeInLeftTop .5s .2s ease backwards;
    -o-animation: fadeInLeftTop .5s .2s ease backwards;
    -ms-animation: fadeInLeftTop .5s .2s ease backwards;
    -moz-animation: fadeInLeftTop .5s .2s ease backwards;
    animation: fadeInLeftTop .5s .2s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(2){
    -webkit-animation: fadeInDown .5s .2s ease backwards;
    -o-animation: fadeInDown .5s .2s ease backwards;
    -ms-animation: fadeInDown .5s .2s ease backwards;
    -moz-animation: fadeInDown .5s .2s ease backwards;
    animation: fadeInDown .5s .2s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(3){
    -webkit-animation: fadeInRightTop .5s .2s ease backwards;
    -o-animation: fadeInRightTop .5s .2s ease backwards;
    -ms-animation: fadeInRightTop .5s .2s ease backwards;
    -moz-animation: fadeInRightTop .5s .2s ease backwards;
    animation: fadeInRightTop .5s .2s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(4){
    -webkit-animation: fadeInLeft .5s .2s ease backwards;
    -o-animation: fadeInLeft .5s .2s ease backwards;
    -ms-animation: fadeInLeft .5s .2s ease backwards;
    -moz-animation: fadeInLeft .5s .2s ease backwards;
    animation: fadeInLeft .5s .2s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(5){
    -webkit-animation: fadeIn .5s .4s ease backwards;
    -o-animation: fadeIn .5s .4s ease backwards;
    -ms-animation: fadeIn .5s .4s ease backwards;
    -moz-animation: fadeIn .5s .4s ease backwards;
    animation: fadeIn .5s .4s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(6){
    -webkit-animation: fadeInRight .5s .2s ease backwards;
    -o-animation: fadeInRight .5s .2s ease backwards;
    -ms-animation: fadeInRight .5s .2s ease backwards;
    -moz-animation: fadeInRight .5s .2s ease backwards;
    animation: fadeInRight .5s .2s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(7){
    -webkit-animation: fadeInLeftBottom .5s .2s ease backwards;
    -o-animation: fadeInLeftBottom .5s .2s ease backwards;
    -ms-animation: fadeInLeftBottom .5s .2s ease backwards;
    -moz-animation: fadeInLeftBottom .5s .2s ease backwards;
    animation: fadeInLeftBottom .5s .2s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(8){
    -webkit-animation: fadeInUp .5s .2s ease backwards;
    -o-animation: fadeInUp .5s .2s ease backwards;
    -ms-animation: fadeInUp .5s .2s ease backwards;
    -moz-animation: fadeInUp .5s .2s ease backwards;
    animation: fadeInUp .5s .2s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 ul li:nth-child(9){
    -webkit-animation: fadeInLeftBottom .5s .2s ease backwards;
    -o-animation: fadeInLeftBottom .5s .2s ease backwards;
    -ms-animation: fadeInLeftBottom .5s .2s ease backwards;
    -moz-animation: fadeInLeftBottom .5s .2s ease backwards;
    animation: fadeInLeftBottom .5s .2s ease backwards;
}

/*左上*/

@-webkit-keyframes fadeInLeftTop{
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}
@keyframes fadeInLeftTop{
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/*左下*/
@-webkit-keyframes fadeInLeftBottom{
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}
@keyframes fadeInLeftBottom{
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/*右上*/
@-webkit-keyframes fadeInRightTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*右下*/
@-webkit-keyframes fadeInRightBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



/*@media screen and (max-width :1400px){
    .prot-text {
        -webkit-box-flex: 3;
        -webkit-flex: 3;
        -ms-flex: 3;
        -moz-flex: 3;
        -o-flex: 3;
        flex: 3;
        
    }
}*/
.p2_s5_content{
    position: absolute;
    width: 60%;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.icon_list{
    float: left;
    width: 48%;
}

.p2_s5_content .before,.p2_s5_content .after{
    display: block;
    width: 26%;
    height: auto;
    float: left;
}
.page2 .swiper-slide-active.page2_slide3 .p2_s3_t1{
    /*width: 51.88%;*/
    -webkit-animation: fadeInRight 1s .5s ease backwards;
    -moz-animation: fadeInRight 1s .5s ease backwards;
    -o-animation: fadeInRight 1s .5s ease backwards;
    -ms-animation: fadeInRight 1s .5s ease backwards;
    animation: fadeInRight 1s .5s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 .p2_s3_t2{
    /*width: 51.88%;*/
    -webkit-animation: fadeInRight 1s 1s ease backwards;
    -moz-animation: fadeInRight 1s 1s ease backwards;
    -o-animation: fadeInRight 1s 1s ease backwards;
    -ms-animation: fadeInRight 1s 1s ease backwards;
    animation: fadeInRight 1s 1s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 .p2_s3_t3{
    /*width: 51.88%;*/
    -webkit-animation: fadeInRight 1s 1.5s ease backwards;
    -moz-animation: fadeInRight 1s 1.5s ease backwards;
    -o-animation: fadeInRight 1s 1.5s ease backwards;
    -ms-animation: fadeInRight 1s 1.5s ease backwards;
    animation: fadeInRight 1s 1.5s ease backwards;
}
.page2 .swiper-slide-active.page2_slide3 .doh5{
    -webkit-animation: fadeInUp 1s 2s ease backwards;
    -moz-animation: fadeInUp 1s 2s ease backwards;
    -o-animation: fadeInUp 1s 2s ease backwards;
    -ms-animation: fadeInUp 1s 2s ease backwards;
    animation: fadeInUp 1s 2s ease backwards;
}
.page2_slide4 img{
    position: absolute;

}
.page2_slide4_bigText{
    width: 40%;
    top: 23%;
    left: 50%;
   /* -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
    margin-left: -20%;
}
.page2_slide4_smallText{
    width: 60%;
    top: 31%;
    left: 50%;
    margin-left: -30%;
   /* -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.page2_slide4_pic{
    width: 50%;
    bottom: 4%;
    left: 50%;
    margin-left: -25%
   /* -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.page2 .swiper-slide-active.page2_slide4 .page2_slide4_bigText{
    -webkit-animation: fadeInUp 1s ease backwards;
    -moz-animation: fadeInUp 1s ease backwards;
    -o-animation: fadeInUp 1s ease backwards;
    -ms-animation: fadeInUp 1s ease backwards;
    animation: fadeInUp 1s ease backwards;
}
.page2 .swiper-slide-active.page2_slide4 .page2_slide4_smallText{
    -webkit-animation: fadeInUp 1s .5s ease backwards;
    -moz-animation: fadeInUp 1s .5s ease backwards;
    -o-animation: fadeInUp 1s .5s ease backwards;
    -ms-animation: fadeInUp 1s .5s ease backwards;
    animation: fadeInUp 1s .5s ease backwards;
}
.page2 .swiper-slide-active.page2_slide4 .page2_slide4_pic{
    -webkit-animation: fadeInUp .8s 1s ease backwards;
    -moz-animation: fadeInUp .8s 1s ease backwards;
    -o-animation: fadeInUp .8s 1s ease backwards;
    -ms-animation: fadeInUp .8s 1s ease backwards;
    animation: fadeInUp .8s 1s ease backwards;
}



.top_icon,.bottom_icon{
    margin-top: 12%;
    display: block;
}
.top_icon img,.bottom_icon img{
    margin:0 3.5%;
}
.center_icon img{
    margin: 0 1.8%;
}
.icon_list img{
    display: inline-block;
}
.icon_list .arrow{
    width: 11%;
    /*margin-right: 5%;*/
    vertical-align: top;
}
.icon_list .import{
    width: 14%;
    vertical-align: top;
}

.icon_list .top_icon .arrow_left{
    animation: moveLeft .5s infinite linear alternate;
}
.icon_list .bottom_icon .arrow_left{
    animation: moveLeft .5s .5s infinite linear alternate;
}
.icon_list .center_icon .arrow_right{
    animation: moveLeft .5s 1s infinite linear alternate;
}
.icon_list .blue_import{
    margin-top: 2%;
    /*margin-right: 5%;*/
}
.icon_list .arrow_right {
    margin-top: 15%;
}
.center_icon .green_import,.center_icon .twice{
    vertical-align: top;
    margin-top: 17%;
    /*margin-right: 5%;*/
}
.center_icon .shop{
    width: 22%;
    margin-top: 6%;
}
.page2 .swiper-slide-active.page2_slide5 .before{
    -webkit-animation: fadeInLeftBig .8s ease backwards;
    -moz-animation: fadeInLeftBig .8s ease backwards;
    -ms-animation: fadeInLeftBig .8s ease backwards;
    -o-animation: fadeInLeftBig .8s ease backwards;
    animation: fadeInLeftBig .8s ease backwards;
}
.page2 .swiper-slide-active.page2_slide5 .after{
    -webkit-animation: fadeInRightBig .8s ease backwards;
    -moz-animation: fadeInRightBig .8s ease backwards;
    -ms-animation: fadeInRightBig .8s ease backwards;
    -o-animation: fadeInRightBig .8s ease backwards;
    animation: fadeInRightBig .8s ease backwards;
}
.page2 .swiper-slide-active.page2_slide5 .icon_list{
    -webkit-animation: fadeIn 1.5s .7s ease backwards;
    -moz-animation: fadeIn 1.5s .7s ease backwards;
    -ms-animation: fadeIn 1.5s .7s ease backwards;
    -o-animation: fadeIn 1.5s .7s ease backwards;
    animation: fadeIn 1.5s .7s ease backwards;
}
}
@-webkit-keyframes moveLeft{
  0% {
      transform:translateX(20%);
  }
  100% {
      transform:translateX();
  }
}
@keyframes moveLeft{
  0% {

      transform:translateX(20%);
  }
  100% {

      transform:translateX(0);
  }
}

@-webkit-keyframes moveRight{
  0% {
      transform:translateX(-20%);
  }
  100% {
      transform:translateX(0);
  }
}
@keyframes moveRight{
  0% {
      transform:translateX(-20%);
  }
  100% {
      transform:translateX(0);
  }
}
/* 第三页 */

.exp{
    /* width: 100%; */
/*    width: 65%;
    margin:30px auto 0;*/
    height: 100%;
    -webkit-transform:sclae(.9);
    transform:sclae(.9);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

/* 第四页 */
.page4{
    background:url("page4.png")/*tpa=http://www.jmeii.com/img/page4.png*/ no-repeat center bottom/100% 100%;
}
.page4 .exp{
    width: 80%;
    height: auto;
    margin:100px auto 0;
}

.page4 .swiper-container-h2 img{
    /* width:100%; */
    height:100%;
    -webkit-transform:scale(.8);
    transform:scale(.8);
    -webkit-transform-origin:center;
    transform-origin:center;
}

.swiper-container-h2{
    position: absolute;
    height: 80%;
    bottom: 0;
}

.swiper-container-h2,.swiper-container-h2 .swiper-slide{
    background-color: transparent;
}

/* 第五页 */
.page5{
    background:url("page5_2.png")/*tpa=http://www.jmeii.com/img/page5_2.png*/ no-repeat 0 0/100% 100%;
}

.page5 .intro{
    position: absolute;
    text-align: left;
    top: 33%;
    right: 12%;
    font-size: 16px;
    line-height: 36px;
    font-family: "宋体";
}

.page5 .intro img{
    transform: scale(0.8);
}

.page5 .nameIntro{
    position: absolute;
    bottom: 0%;
    right: 28%;
    -webkit-transform: scale(.6);
    transform: scale(.6);
}

/* 第六页 */

.page6 .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page6 .content div{
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.page6 .content .page6-title{
    margin-left: 155px;
    margin-top: 10px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.page6_jiyu{
    display: block;
    width: 68%;
    max-width: 1200px;
    margin:0 auto;
}

.page6 .say{
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.page7 .comName{
    position: absolute;
    bottom: 45%;
    left: 21.5%;
    font-size: 17px;
    font-weight: bold;
    transform: scale(.8);
}

.page7 .addInfo{
    position: absolute;
    bottom: 32.5%;
    left: 22.5%;
    font-size: 10px;
    text-align: left;
    line-height: 17px;
    color: #7c8393;
    transform: scale(.8);
}
.page7_left{
    position: absolute;
    bottom: 20%;
    left: 10%;
    font-size: 18px;
    font-weight: bold;
    transform: scale(.8);
}
.page7_left span{
    display: block;
    text-align: left;
}


/* 第七页 */

.page7{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
}

.page7 .top{
    width: 100%;
    height:100%;
    position: relative;
    /* background-color: gray; */
    /*background:url("page7v2.png") no-repeat 0 0/100% 100%;*/
    background: #161616;
    font-size: 30px;
    min-height: 150px;
    border-bottom: 1px solid #313131;
    padding-bottom: 20px;
}
.my_inner {
    position: relative;
    margin: 0 auto;
    width: 70%;
    color: #fff;
    padding-left: 95px;
    margin-top: 20px;
}
.top .page-title{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.page7 .locate{
    position: absolute;
    width: 53px;
    height: 67px;
    top: 45%;
    right: 40%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: locateAni 1s ease infinite alternate;
    animation: locateAni 1s ease infinite alternate;
}
/* 第八页 */
.page8 img{
    width: 100%;
    height: 100%;
}

@-webkit-keyframes locateAni{
    0%{
        -webkit-transform:translateY(0px) scale(.6);
        transform:translateY(0px) scale(.6);
    }
    100%{
        -webkit-transform:translateY(30px) scale(.6);
        transform:translateY(30px) scale(.6);
    }
}

@keyframes locateAni{
    0%{
        -webkit-transform:translateY(0px) scale(.6);
        transform:translateY(0px) scale(.6);
    }
    100%{
        -webkit-transform:translateY(30px) scale(.6);
        transform:translateY(30px) scale(.6);
    }
}

.address{
    position: absolute;
    bottom: 23%;
    right: 40%;
    font-family: "宋体";
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.add-desc{
    position: absolute;
    bottom: 23%;
    right: 34%;
    font-family: "宋体";
    color: #fff;
    background: #0f2c65;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
}

.page7 .top .bd-map{
    width: 600px;
    height: 190px;
    background-color: gray;
    position: absolute;
    right: 16%;
    bottom: 10.5%;
    border-radius: 10px;
}

.page7 .bottom{
    width: 100%;
    height: 40%;
    background:url("page7_2v2.png")/*tpa=http://www.jmeii.com/img/page7_2v2.png*/ no-repeat 0 0/100% 100%;
}

.page7 .bottom .divice1{
    width: 170px;
    position: absolute;
    top: 23%;
    left: 12.2%;
    text-align: right;
}

.divice1 img{
    -webkit-transform:scale(.8);
    transform:scale(.8);
}

.page7 .bottom .divice1 .ercode{
    margin-top:-3%;
    margin-right:5%;
}

.page7 .bottom .divice2{
    position: absolute;
    top: 43%;
    left: 30.8%;
}

.divice2 ul li,.divice3 ul li{
    margin-top: 8px;
}

.divice2 ul li a,.divice3 ul li a{
    color: #fff;
    font-size: 15px;
}

.divice2 ul li a:hover,.divice3 ul li a:hover{
    text-decoration:underline;
}

.page7 .bottom .divice3{
    position: absolute;
    top: 43%;
    left: 46%;
}

.page7 .bottom .divice4{
    position: absolute;
    top: 30%;
    left: 54%;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.divice4 img{
    cursor: pointer;
}

.page7 .statement{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #fff;
}



@-webkit-keyframes slideInRightBig {
  from {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRightBig {
  from {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRightBig {
  -webkit-animation-name: slideInRightBig;
  animation-name: slideInRightBig;
}


.p2_s6_text {
    position: absolute;
    width: 18%;
    right: 26%;
    bottom: 8%;
}
#textsvg,#svg2{
    width: 80%;
}
.page2_slide6.swiper-slide-active .p2_s6_text{
    animation:fadeInUp 1s 3200ms ease backwards;
}
.logdia{
    display: none;
    position: absolute !important;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page4_box{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.page4_box li{
    float: left;
    width: 13%;
    height: 13%;
    line-height: 150px;
    background: #f8f8f8;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-left: 1%;
}
.page4_box li img{
    display: inline-block;
    height: auto;
    width: 72%;
    vertical-align: middle;
}