@charset "utf-8";
body {
    background: #000
}

.ser {
    position: relative;
    padding-bottom: 0;
    line-height: 35px;
    overflow: hidden;
    width: 200px;

    float: left;
    height: 90px;
    padding-top: 0
}

.ll {
}


.ser A {
    z-index: 1;
    text-align: center;
    font-style: italic;
    width: 160px;
    display: block;
    background: #a20716;
    height: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: 500ms;
    transition-delay: 0s
}

.ll A {
    z-index: 1;
    text-align: center;
    font-style: italic;
    width: 160px;
    display: block;
    background: #a20716;
    height: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 40px;
    transition: 500ms;
    transition-delay: 0s
}

.ser A:hover {
    background: #fff;
    color: #a20716;
    transition: 500ms
}

.serpic {
    z-index: 1;
    position: absolute;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    width: 40px;
 
    height: 0;
    color: #fff;
    margin-left: 0;
    font-size: 12px;
    overflow: hidden;
    bottom: -10px;
    left: 50%;
    opacity: 0;
    transition: all 500ms
}

.ll .serpic {
    z-index: 1;
    position: absolute;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    width: 40px;
 
    height: 0;
    color: #fff;
    margin-left: -40px;
    font-size: 12px;
    overflow: hidden;
    bottom: -10px;
    left: 50%;
    opacity: 0;
    transition: all 500ms
}

.serpic-hover .serpic {
    opacity: 1;
    height: 40px;
    bottom: 45px;
    transition: all 500ms
}

.arr {
    width: 21px;
    margin: 0 auto;
    position: relative;
    animation: arrUpdown 1s infinite alternate;
    -webkit-animation: arrUpdown 1s infinite alternate
}

.arr2 {
    width: 21px;
    height: 69px;
    position: relative
}

@keyframes arrUpdown {
    from {
        margin-top: -10px
    }
    to {
        margin-top: 5px
    }
}

@-webkit-keyframes arrUpdown {
    from {
        margin-top: -10px
    }
    to {
        margin-top: 5px
    }
}

* {
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: 微软雅黑;
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
    padding-top: 0
}

* {
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: 微软雅黑;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    padding-top: 0;
}

.clearBoth {
    clear: both
}

#myVideo {
    z-index: 1;
    position: absolute;
    background-color: black;
    width: 100%;
    bottom: 0;
    background-position: center center;
    height: 100%;
    top: 0;
    right: 0;
    background-size: contain;
    object-fit: cover
}

BODY {
    padding-bottom: 0;
    line-height: 28px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: "Microsoft Yahei";
    background: #000;
    color: #fff;
    font-size: 14px;
    padding-top: 0
}

A {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

#menu {
    padding-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    /* height: 100%; */
    right: 0;
    /* padding-top: 120px */
}

#menu LI {
    margin: -2px;
    font-size: 12px;
    height: 90px;
    /* display: inline-block; */
    width: 100px;
    display: inline-block;
}

#menu a {
   text-align: center;
   padding-bottom: 0px;
   line-height: 90px;
   text-transform: uppercase;
   width: 100%;
   padding-right: 0px;
   display: block;
   height: 90px;
   text-indent: -999px;
   color: rgb(255, 255, 255);
   font-size: 14px;
   font-weight: bold;
   padding-top: 0px;
   background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/de4f18ae-dc28-4dcd-a7bb-0b24254f96e5.png?d=1732619117308) center top no-repeat;
   overflow: hidden;
   text-decoration: none;
   transition: all 500ms ease 0s;
}

#menu .nav1 a {
     background-color:#9dca33;
    background-position: -100px 0;

}

#menu .nav1 a:hover,
#menu .nav1.active A {
    background-position: -100px 0
}

#menu .nav2 A {
    background-position: left -111px
}

#menu .nav2 A:hover,
#menu .nav2.active A {
    background-position: -100px -111px
}

#menu .nav3 A {
    background-position: left -217px;
}

#menu .nav3 a:hover,
#menu .nav3.active A {
    background-position: -100px -217px
}

#menu .nav4 A {
    background-position: left -326px;
}

#menu .nav4 A:hover,
#menu .nav4.active A {
    background-position: -100px -326px
}

#menu .nav5 A {
    background-position: left -439px;
}

#menu .nav5 A:hover,
#menu .nav5.active A {
    background-position: -100px -441px
}
#menu .nav6 A {
    background-position: left -556px;
}

#menu .nav6 A:hover,
#menu .nav6.active A {
    background-position: -100px -556px
}

#menu .active A {
    background-color: #9dca33;
    color: #fff;
    transition: 500ms;
}

#menu A:hover {
    padding-bottom: 0;
    line-height: 90px;
    background-color: #9dca33;
    width: 100%;
    padding-right: 0;
    height: 90px;
    color: #fff;
    text-decoration: none;
    padding-top: 0;
    transition: 500ms
}

ul.kf {
    width: 34px;
    margin: 0 auto;
}

ul.kf li {
    width: 34px;
    margin-bottom: 20px;
    position: relative;
    height: 34px;
}

ul.kf li a.kf1,
ul.kf li a.kf2,
ul.kf li a.kf3,
ul.kf li a.kf4,
ul.kf li a.kf5 {
    width: 34px;
    height: 34px;
    right: 0;
    display: block;
    background: #fff url(/repository/image/0OfMIjnTT6qkN0X6hKZufQ.png?t=1558512739825) no-repeat;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
 text-align: left;
    transition: 500ms;
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
}
ul.kf li a span{ opacity: 0; color: #FFF;  padding-left:36px; line-height: 34px; }
ul.kf li img{ transition: 0.5s;transition-delay: 0.5s;  opacity: 0;position: absolute; top: -46px;
    left: -223px; }
ul.kf li a.kf1:hover,
ul.kf li a.kf2:hover,
ul.kf li a.kf3:hover,
ul.kf li a.kf4:hover,
ul.kf li a.kf5:hover {
    background: #92c41d url(/repository/image/hCgmWzWmS3SZGy796cKjhQ.png?t=1558512786374) no-repeat
}

ul.kf li a.kf2 {
    background-position: 0 -34px
}

ul.kf li a.kf2:hover {
    background-position: 0 -34px
}

ul.kf li a.kf3 {
    background-position: 0 -68px
}

ul.kf li a.kf3:hover {
    background-position: 0 -68px
}

ul.kf li a.kf4 {
    background-position: -132px 0
}

ul.kf li a.kf4:hover {
    background-position: -132px 0
}

ul.kf li a.kf5 {
    background-position: -176px 0
}

ul.kf li a.kf5:hover {
    background-position: -176px 0
}

.navright {
    width: 100px;
    margin-right: 0;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 110px;
}

ul.kf-b {
    width: 34px;
    margin: 0 auto;
    display: none;
}

ul.kf-b li {
width: 34px;
    margin-bottom: 20px;
    position: relative;
    height: 34px;
}

ul.kf-b li a.kf1,
ul.kf-b li a.kf2,
ul.kf-b li a.kf3-1,
ul.kf-b li a.kf4,
ul.kf-b li a.kf5 {
    right:0;
    width: 34px;
    height: 34px;
    display: block;
    background: #92c41d url(/repository/image/hCgmWzWmS3SZGy796cKjhQ.png?t=1558512786374) no-repeat;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
 text-align: left;
    transition: 500ms;
     position: absolute;
    overflow: hidden;
}
ul.kf-b li a span{ opacity: 0; color: #FFF;  padding-left:36px; line-height: 34px; }
ul.kf-b li img{ transition: 0.5s;transition-delay: 0.5s;  opacity: 0;position: absolute; top: -46px;
    left: -223px; }
ul.kf-b li a.kf1:hover,
ul.kf-b li a.kf2:hover,
ul.kf-b li a.kf3-1:hover,
ul.kf-b li a.kf4:hover,
ul.kf-b li a.kf5:hover {
    background: #024287 url(/repository/image/hCgmWzWmS3SZGy796cKjhQ.png?t=1558512786374) no-repeat;
}

ul.kf-b li a.kf2 {
    background-position: 0 -34px 
}

ul.kf-b li a.kf2:hover {
    background-position: 0 -34px
}

ul.kf-b li a.kf3-1 {
    background-position: 0 -68px
}

ul.kf-b li a.kf3-1:hover {
    background-position: 0 -68px
}

ul.kf-b li a.kf4 {
    background-position: -132px 0
}

ul.kf-b li a.kf4:hover {
    background-position: -132px 0
}

ul.kf-b li a.kf5 {
    background-position: -176px 0
}

ul.kf-b li a.kf5:hover {
    background-position: -176px 0
}

#menu .navleft A.logo {
    padding-bottom: 0;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    display: block;
  
    height: 112px;
    padding-top: 0;
    transition: 500ms
}

#menu .navleft A.logo:hover {
    padding-bottom: 0;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    display: block;

    height: 112px;
    padding-top: 0
}

#menu LI.navleft {
    width: 244px;
    margin-bottom: 40px;
    float: left;
    margin-right: 0
}

.ih-item.circle.effect6 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect6.colored .info {
    background: #1a4a72
}

.ih-item.circle.effect6 .info {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.ih-item.circle.effect6 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3)
}

.ih-item.circle.effect6 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.ih-item.circle.effect6.scale_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5)
}

.ih-item.circle.effect6.scale_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.ih-item.circle.effect6.scale_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ih-item.circle.effect6.scale_down .info {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.ih-item.circle.effect6.scale_down a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5)
}

.ih-item.circle.effect6.scale_down a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ih-item.circle.effect6.scale_down_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .35s ease-in-out .2s;
    -moz-transition: all .35s ease-in-out .2s;
    transition: all .35s ease-in-out .2s
}

.ih-item.circle.effect6.scale_down_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5)
}

.ih-item.circle.effect6.scale_down_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section {
    position: relative;
    text-align: center;
    background-position: center top;
    overflow: hidden
}

H1 {
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-image: none;
    padding-top: 0
}

H2 {
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-image: none;
    padding-top: 0
}

H3 {
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-image: none;
    padding-top: 0
}

P {
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-image: none;
    padding-top: 0
}

UL {
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-image: none;
    padding-top: 0
}

LI {
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-image: none;
    padding-top: 0
}

H1 {
    position: relative
}

.section01 {
       background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/2554e412-afe3-4a24-9ee5-4d71e1c1011a.jpg?d=1732619180244) center center / 2880px 1800px no-repeat;
       transition: all 2s ease 0s;
       overflow: hidden;
}

.section01.active {
       transition-delay: 0s;
       background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/2554e412-afe3-4a24-9ee5-4d71e1c1011a.jpg?d=1732619180244) center center / 1920px 1080px no-repeat;
}

A.tu0 {
    width: 383px;
    display: block;
       height: 383px;
    transition: all 1s
}

A.tu0:hover {
    width: 383px;
    display: block;
   
    height: 383px
}

A.tu1 {
    width: 223px;
    display: block;
 
    height: 223px;
    transition: all 1s
}

A.tu1:hover {
    width: 223px;
    display: block;
 
    height: 223px
}

A.tu2 {
    width: 223px;
    display: block;
    
    height: 223px;
    transition: all 1s
}

A.tu2:hover {
    width: 223px;
    display: block;

    height: 223px
}

.section01 #content {
    margin: 0 auto;
    height: 351px;
    position: relative;
    font-size: 12px
}

.zh {
    width: 1038px;
    height: 404px;
    position: absolute;
    left: 50%;
    z-index: 999;
    margin-left: -519px;
    top: 1280px;
    transition: all 1s
}

.active-zh {
    top: 180px
}

.tp {
    position: relative;
    z-index: 2;
    width: 1038px;
    height: 404px
}

.tp img {
    position: absolute;
    z-index: 2;
    left: 0
}

.close-zh {
    width: 88px;
    height: 154px;
    position: absolute;
    z-index: 1!important;
    left: 50%;
    z-index: 999;
    margin-left: -44px;
    top: -80px;
   
    transition: all 1s
}


.close-zh:hover {
    background-position: center top
}

.fp-controlArrow.fp-prev {
    left: 20%;
    width: 44px;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/e5c42623-be1f-4509-8bda-3383eff12bd4.png?d=1732690090966) no-repeat;
    height: 60px;
    opacity: 0;
    transition: all 1s;
}

.active .fp-controlArrow.fp-prev {
    left: 10%;
    width: 60px;
    opacity: 1;
    transition-delay: 2s;
    animation: arrUpdown 1s infinite alternate;
    -webkit-animation: arrUpdown 1s infinite alternate;
}

.fp-controlArrow.fp-next {
    right: 20%;
    width: 60px;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/ffe4db3a-3d00-4527-be6a-80469446abc7.png?d=1732690174118) no-repeat;
    height: 60px;
    opacity: 0;
    transition: all 1s;
}

.active .fp-controlArrow.fp-next {
    right: 10%;
    opacity: 1;
    transition-delay: 2s;
    animation: arrUpdown 1s infinite alternate;
    -webkit-animation: arrUpdown 1s infinite alternate;
}

.p1-0 {
    z-index: 0;
    position: absolute;
    width: 385px;
    height: 141px;
    top: 170px;
    padding-top: 0;
    left: 50%;
    margin-left: -199px;
    opacity: 0;
    transition: all 1.5s;
}

.active .p1-0 {
       opacity: 1;
       top: 170px;
       transition-delay: 1s;
}

.p1-1 {
    z-index: 0;
    position: absolute;
    width: 298px;
    height: 81px;
    top: 340px;
    padding-top: 0;
    left: 50%;
    margin-left: -149px;
    opacity: 0;
    transition: all 1.5s
}

.active .p1-1 {
    opacity: 1;
    top: 290px;
    transition-delay: 1.5s;
}

.p1-line {
    overflow: hidden;
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 1px;
    top: 300px;
    padding-top: 0;
    background: url(/repository/image/VfPguZQJSwGuG2y-x7zqEQ.png?t=1557129989464) center top;
    left: 50%;
    margin-left: 0px;
    opacity: 1;
    transition: all 1.5s
}

.active .p1-line {
       opacity: 1;
       top: 420px;
       width: 1000px;
       margin-left: -500px;
       transition-delay: 2s;
}

.p1-2 {
    overflow: hidden;
    z-index: 0;
    position: absolute;
    width: 700px;
    height: 175px;
    top: 390px;
    padding-top: 0;
    left: 50%;
    margin-left: -350px;
    opacity: 0;
    transition: all 1.5s;
}

.active .p1-2 {
         opacity: 1;
         top: 250px;
         width: 832px;
         margin-left: -416px;
         transition-delay: 2.5s;
}

.p1-tb1, .p1-tb2, .p1-tb3, .p1-tb4 {
    position: absolute;
    width: 167px;
    height: 167px;
    top: 480px;
    padding-top: 0px;
    left: 50%;
    margin-left: -83px;
    opacity: 0;
    z-index: 3;
    transition: all 1.5s ease 0s;
}

.active .p1-tb1 {
      opacity: 1;
      top: 480px;
      margin-left: -510px;
      transition-delay: 3s;
}

.active .p1-tb2 {
        opacity: 1;
        top: 480px;
        margin-left: -228px;
        transition-delay: 3s;
}

.active .p1-tb3 {
        opacity: 1;
        top: 480px;
        margin-left: 64px;
        transition-delay: 3s;
}

.active .p1-tb4 {
        opacity: 1;
        top: 480px;
        margin-left: 351px;
        transition-delay: 3s;
}
.p1-4 {
    overflow: hidden;
    z-index: 0;
    position: absolute;
    width: 474px;
    height: 36px;
    top: 590px;
    padding-top: 0;
    left: 50%;
    margin-left: -267px;
    opacity: 0;
    transition: all 1.5s
}

.active .p1-4 {
    opacity: 1;
    top: 540px;
    transition-delay: 2.5s
}

.maskwave {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.wave {
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    background: 0;
    transition: all 1s
}

.active .wave {
    opacity: 1;
    transition-delay: 3s
}

.p1-6 {
    z-index: 4;
    position: absolute;
    width: 21px;
    bottom: 0;
    height: 69px;
    margin-left: -10px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s;
}

.active .p1-6 {
    bottom: 50px;
    opacity: 1;
    transition-delay: 3s;
}

.section02 {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/71eb1bdf-2805-4434-b9a4-a4b8d2d5c556.jpg?d=1732685543451) no-repeat;
    transition: all 2s;
    background-size: 2880px 1800px;
}

.section02.active {
  transition-delay: 0s;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/71eb1bdf-2805-4434-b9a4-a4b8d2d5c556.jpg?d=1732685543451) no-repeat;
  
}

.section02 .content {
    margin: 0 auto;
    height: 634px;
    width: 1000px;
    position: relative;
    font-size: 12px
}

.p2-0 {
    position: absolute;
    text-align: center;
    width: 178px;
    height: 54px;
    margin-left: -89px;
    top: 15%;
    left: 50%;
    opacity: 0;
    transition: all 1.5s;
}

.active .p2-0 {
       position: absolute;
    top: 14%;
    opacity: 1;
    transition-delay: 1s;
}
.active .p2-0-1 {
    position: absolute;
    top: 18%;
    opacity: 1;
    transition-delay: 1s;
    font-size: 14px;
    font-family: arial;
}
.p2-0-1 {
    position: absolute;
    text-align: center;
    width: 178px;
    height: 54px;
    margin-left: -89px;
    top: 20%;
    left: 50%;
    opacity: 0;
    transition: all 1.5s ease 0s;
}
.p2-1 {
       position: absolute;
       text-align: center;
       width: 1000px;
       height: 140px;
       margin-left: -500px;
       top: 290px;
       left: 50%;
       opacity: 0;
       transition: all 0.5s ease 0s;
}

.active .active .p2-1 {
    position: absolute;
    top: 240px;
    opacity: 1;
    transition-delay: 1s;
}

.p2-line {
       position: absolute;
       text-align: center;
       width: 1000px;
       height: 1px;
       margin-left: -500px;
       top: 40%;
       left: 50%;
       opacity: 0;
       transition: all 0.5s ease 0s;
}

.active .active .p2-line {
    position: absolute;
    top: 40%;
    opacity: 0;
    transition-delay: 1.5s
}

.p2-2,
.p2-3,
.p2-4,
.p2-5,
.p2-6,
.p2-7 {
    position: absolute;
    width: 170px;
    height: 166px;
    margin-left: -70px;
    top: 440px;
    left: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.p22-2,
.p22-3,
.p22-4 {
    position: absolute;
    width: 140px;
    height: 166px;
    margin-left: -70px;
    top: 440px;
    left: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.active .active .p22-2 {
    position: absolute;
    opacity: 1;
    margin-left: -240px;
    transition-delay: 1s;
}

.active .active .p22-3 {
    position: absolute;
    opacity: 1;
    margin-left: -70px;
    transition-delay: 1s;
}

.active .active .p22-4 {
    position: absolute;
    opacity: 1;
    margin-left: 100px;
    transition-delay: 1s;
}

span.proname {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.active .active .p2-2 {
       position: absolute;
       opacity: 1;
       margin-left: -560px;
       transition-delay: 1s;
}
.active .active .p2-anli-btn {
    position: absolute;
    top: 75%;
    opacity: 1;
    transition-delay: 1.5s;
}

.p2-anli-btn {
    position: absolute;
    text-align: center;
    width: 1000px;
    height: 1px;
    margin-left: -500px;
    top: 75%;
    left: 50%;
    opacity: 0;
    transition: all 1.5s ease 0s;
}
.active .active .p2-3 {
    position: absolute;
    opacity: 1;
    margin-left: -360px;
    transition-delay: 1s;
}

.active .active .p2-4 {
    position: absolute;
    opacity: 1;
    margin-left: -165px;
    transition-delay: 1s;
}

.active .active .p2-5 {
    position: absolute;
    opacity: 1;
    margin-left: 25px;
    transition-delay: 1s;
}

.active .active .p2-6 {
    position: absolute;
    opacity: 1;
    margin-left: 215px;
    transition-delay: 1s;
}

.active .active .p2-7 {
    position: absolute;
    opacity: 1;
    margin-left: 405px;
    transition-delay: 1s;
}

.p2-8 {
    z-index: 4;
    position: absolute;
    width: 21px;
    bottom: 0;
    height: 69px;
    margin-left: -10px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s;
}

.active .p2-8 {
    bottom: 50px;
    opacity: 1;
    transition-delay: 2.5s;
}

.p3-3 {
    position: absolute;
    width: 138px;
    height: 138px;
    margin-left: -69px;
    top: 45%;
    left: 50%;
    opacity: 0;
    transition: all 2s;
}

.active .active .p3-3 {
    position: absolute;
    top: 45%;
    opacity: 1;
    margin-left: -158px;
    transition-delay: 1s;
}

.p3-4 {
    position: absolute;
    width: 138px;
    height: 138px;
    margin-left: -69px;
    top: 45%;
    left: 50%;
    opacity: 0;
    transition: all 2s;
}

.active .active .p3-4 {
    position: absolute;
    top: 45%;
    opacity: 1;
    margin-left: 20px;
    transition-delay: 1s;
}

.p3-5 {
    position: absolute;
    width: 138px;
    height: 138px;
    margin-left: -69px;
    top: 45%;
    left: 50%;
    opacity: 0;
    transition: all 2s;
}

.active .active .p3-5 {
    position: absolute;
    top: 45%;
    opacity: 1;
    margin-left: 198px;
    transition-delay: 1s;
}

#logoSTMotion {
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    animation: breatheBig 1.5s linear infinite;
    -moz-animation: breatheBig 1.5s linear infinite;
    -webkit-animation: breatheBig 1.5s linear infinite;
    -o-animation: breatheBig 1.5s linear infinite
}

@keyframes breatheBig {
    0% {
        opacity: .6;
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
}

@-moz-keyframes breatheBig {
    0% {
        opacity: .6;
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
}

@-webkit-keyframes breatheBig {
    0% {
        opacity: .6;
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
}

@-o-keyframes breatheBig {
    0% {
        opacity: .6;
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
}

#logoSTMotion {
    width: 25px;
    height: 25px;
    background: #e60012;
    z-index: 0
}

.div1-about {
    z-index: 999;
    position: absolute;
    width: 100%;
    background: #024287;
    height:900px ;
    top: -2100px;
    opacity: .99;
    transition: 1s;
    transition-delay: 0s;
  overflow: hidden;
}

.div1-ser {
  z-index: 999;
    position: absolute;
    width: 100%;
    background: #024287;
    height:900px ;
    top: -2100px;
    opacity: .99;
    transition: 1s;
    transition-delay: 0s;
  overflow: hidden;
}

.div1-pro1 {
    z-index: 999;
    position: absolute;
    width: 100%;
    background: #024287;
    height: 100%;
    top: -2100px;
    opacity: .99;
    transition: 1s;
    transition-delay: 0s
}

.div1-news {
    z-index: 999;
    position: absolute;
    width: 50%;
    background: #000;
    height: 100%;
    top: 0;
    border-right: #bc0617 1px solid;
    left: -51%;
    opacity: .95;
    transition: 1s;
    transition-delay: 0s
}

.div1-news2 {
    z-index: 999;
    position: absolute;
    width: 50%;
    background: #000;
    height: 100%;
    top: 0;
    border-right: #bc0617 1px solid;
    left: -51%;
    opacity: .95;
    transition: 1s;
    transition-delay: 0s
}

.div1-news-d {
    z-index: 999;
    position: absolute;
    width: 50%;
    background: #000;
    height: 100%;
    top: 0;
    right: -51%;
    border-right: #bc0617 1px solid;
    opacity: .95;
    transition: 1s;
    transition-delay: 0s
}

.active-div1-about {
    top: 0;

    transition-delay: 0
}

.active-div1-ser {
    top: 0;
    transition-delay: 0
}

.active-div1-pro1 {
    top: 0;
    transition-delay: 0
}

.active-div1-pro2 {
    top: 0;
    transition-delay: 0
}

.active-div1-pro3 {
    top: 0;
    transition-delay: 0
}

.active-div1-news {
    z-index: 9999;
    left: 0;
    transition-delay: 0
}

.active-div1-news-d {
    right: 0;
    transition-delay: 0
}

.open-about {
    margin: 0 auto;
    display: block
}

.open-pro1 {
    margin: 0 auto;
    display: block
}

open-news {
    margin: 0 auto;
    display: block
}

.div1-ly {
    z-index: 999;
    position: absolute;
    width: 100%;
    background: #054488;
    opacity: .99;
    top: 190px;
    padding: 20px 0;
    left: -2500px;
    transition: 1s;
}

.active-div1-ly {
    left: 0
}

.div1-map {
    z-index: 999;
    position: absolute;
    width: 100%;
    background: #000;
    opacity: .95;
    top: 26%;
    padding: 20px 0;
    left: -1920px;
    transition: 1s;
    height: 480px
}

.active-div1-map {
    left: 0
}

#p2-contant {
    padding-top: 20px;
    height: 100%
}

.close-about,
.close-ser,
.close-pro1 {
    z-index: 9999;
    position: absolute;
    width: 44px;
    line-height: 44px;
    height: 44px;
    left: 50%;
    font-size: 12px;
    margin-left: -22px;
    bottom: 30px;
    background: #fff url(http://1704210016.site.make.yun300.cn/img/back2.png) no-repeat center center;
    color: #FFF!important;
    display: block;
    overflow: hidden;
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.close-ly {
    z-index: 9999;
    position: absolute;
    width: 44px;
    line-height: 44px;
    height: 44px;
    left: 50%;
    font-size: 12px;
    margin-left: -22px;
    bottom: 30px;
    background: #fff url(/image/wJRG_oWnSTOM_PNYuV3H9Q.png?t=1558513095178) no-repeat center center;
    color: #FFF!important;
    display: block;
    overflow: hidden;
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.close-about:hover,
.close-ser:hover,
.close-pro1:hover,
.close-pro3:hover {
    background: #92c41d url(/repository/image/1gQMnN1HT6G75EtPivAcwA.png?t=1558513126234) no-repeat center center;
    color: #da1010!important;
    transition: 1s;
    transform: rotate(360deg);
}

.close-ly:hover {
    background: #92c41d url(/repository/image/1gQMnN1HT6G75EtPivAcwA.png?t=1558513126234) no-repeat center center;
    color: #da1010!important;
    transition: 1s;
    transform: rotate(360deg);
}

.active-close-about,
.active-close-ser,
.active-close-pro1,
.active-close-pro2,
.active-close-pro3 {
    height: 44px
}

.close-news,
.close-news2 {
    z-index: 9999;
    position: absolute;
    width: 48px;
    height: 0;
    margin-left: -24px;
    top: 48%;
    left: 50%;
    overflow: hidden;
    filter: Alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9;
    transition: .5s;
    transition-delay: 0s
}

.close-news:hover {
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

.close-news2:hover {
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

.active-close-news {
    height: 48px;
    transition-delay: 1s
}

.close-ly:hover {
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

.close-ly,
.close-map {
    z-index: 9999;
    position: absolute;
    width: 48px;
    height: 0;
    left: 10%;
    bottom: 50%;
    overflow: hidden;
    filter: Alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9;
    transition: .5s;
    transition-delay: 0s
}

.active-close-ly,
.active-close-map {
    height: 48px;
    transition-delay: 1s
}

#content P {
    text-align: left;
    color: #ccc;
    font-size: 12px
}

.slider1 {
    transition: all 2s;
    background-size: 2880px 1800px
}

.slider1.active {
    background-size: 1920px 1080px;
    transition-delay: 0s
}

.slider2 {
    transition: all 2s;
    background-size: 2880px 1800px
}

.slider2.active {
    background-size: 1920px 1080px;
    transition-delay: 0s
}

.slider3 {
    transition: all 2s;
    background-size: 2880px 1800px
}

.slider3.active {
    background-size: 1920px 1080px;
    transition-delay: 0s
}

.serBox {
    cursor: pointer;
    display: inline;
    width: 138px;
    height: 138px;
    float: left;
    overflow: hidden;
    position: relative
}

.serBoxOn {
    font-family: 微软雅黑;
    display: none;
    width: 138px;
    height: 138px;
   
    position: absolute;
    left: 0;
    top: 0;
    z-index: 19
}

.serBox .pic1 {
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 39px;
    z-index: 99
}

.serBox .pic2 {
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: -110px;
    z-index: 99
}

.serBox .txt1 {
    width: 138px;
    height: 60px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 99
}

.serBox .txt2 {
    width: 138px;
    height: 138px;
    color: #a9cf4f;
    position: absolute;
    top: 0;
    right: -240px;
    z-index: 99
}

.serBox span.tit {
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-align: center
}

.serBox .txt1 .tit {
    color: #fff;
    line-height: 30px
}

.serBox .txt2 .tit {
    color: #bc0617;
    padding-top: 90px;
    height: 48px;
    hfont-family: "arial"
}

.serBox p {
    padding: 0 10px;
    text-align: center
}

.section03 {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/7d027de2-21cc-4fab-9d24-f4cf0707cc52.png?d=1732686551834) no-repeat center center;
    transition: all 2s;
    background-size: 2880px 1620px;
}

.section03.active {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/7d027de2-21cc-4fab-9d24-f4cf0707cc52.png?d=1732686551834) no-repeat center center;
    background-size: 1920px 1080px;
    transition-delay: 0s;
}

.p3-1 {
    position: absolute;
    text-align: center;
    width: 180px;
    height: 54px;
    margin-left: -90px;
    top: 150px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s;
}

.active .p3-1 {
    position: absolute;
    top: 100px;
    opacity: 1;
    transition-delay: 1s;
    display: none;
}

.p3-yuan {
  position: absolute;
  text-align: center;
  width: 654px;
  height: 654px;
  margin-left: -329px;
  top: 5%;
  left: 50%;
  opacity: 0;
  /* transform: rotate(-45deg); */
  animation: yuanys 15s linear infinite;
  -moz-animation: yuanys 15s linear infinite;
  -webkit-animation: yuanys 15s linear infinite;
  -o-animation: yuanys 15s linear infinite;
  transition: all 0.5s ease-in-out;
}


.active .p3-yuan {
      position: absolute;
      top: 22%;
      opacity: 1;
      transition-delay: 2.5s;
      /* transform: rotate(0deg); */
      animation: yuanys 15s linear infinite;
      -moz-animation: yuanys 15s linear infinite;
      -webkit-animation: yuanys 15s linear infinite;
      -o-animation: yuanys 15s linear infinite;
      transition: all 0.5s ease-in-out;
}

    
    @keyframes yuanys {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}

@-webkit-keyframes yuanys {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}

.p3-2 {
     position: absolute;
     text-align: center;
     width: 554px;
     height: 554px;
     margin-left: -277px;
     top: 200px;
     left: 50%;
     opacity: 0;
     z-index: 9;
     transition: all 1.5s ease 0s;
     background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/580a4f0c-c40a-417f-8297-67786f3478f5.png?d=1732686002154) no-repeat;
}

.active .p3-2 {
    position: absolute;
    top: 253px;
    opacity: 1;
    transition-delay: 0.7s;
}


.p3-2 .about_more {
    width: 44px;
    height: 44px;
    left: 50%;
    display: block;
    background: #92c41d url(/repository/image/xZW-6NruSB-xGSpa2ZCu6g.png?t=1558513245682) no-repeat center center;
    position: absolute;
    margin-left: -22px;
    text-indent: -999px;
    bottom: 5px;
    border-radius: 30px;
    transition: 1s;
    box-shadow: 0px 0px 5px #666;
}

.p3-2 .about_more:hover {
    transition: 1s;
  background: #92c41d url(/repository/image/xZW-6NruSB-xGSpa2ZCu6g.png?t=1558513245682) no-repeat center center;
    transform: rotate(360deg);
    box-shadow: 0px 0px 5px #666;
}

.about_more2 {
    width: 44px;
    height: 44px;
    left: 50%;
    display: block;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/8a3598d5-5ad1-446d-af62-7b760626d686.png?d=1732691475269) no-repeat;
    position: absolute;
    margin-left: -22px;
    text-indent: -999px;
    bottom: 50px;
    transition: 1s;
}

.about_more2:hover {
    transition: 1s;
    transform: rotate(360deg);
}

.p3-3 {
    position: absolute;
    text-align: center;
    width: 114px;
    height:114px;
    margin-left: -75px;
    top: 380px;
    left: 50%;
    opacity: 0;
    z-index: 2;
    transition: all 1.5s;
}

.active .p3-3 {
       position: absolute;
       top: 450px;
       opacity: 1;
       margin-left: -400px;
       transition-delay: 1.2s;
       border-radius: 100px;
       border-width: 1px;
       border-style: solid;
       border-color: rgb(238, 238, 238);
       border-image: initial;
}

.p3-4 {
  position: absolute;
    text-align: center;
    width: 114px;
    height: 114px;
    margin-left: -75px;
    top: 380px;
    left: 50%;
    z-index: 2;
    opacity: 0;
    transition: all 1.5s ease 0s;
}
.p3-5 {
  position: absolute;
    text-align: center;
    width: 114px;
    height: 114px;
    margin-left: -75px;
    top: 380px;
    left: 50%;
    z-index: 2;
    opacity: 0;
    transition: all 1.5s ease 0s;
}

.active .p3-4 {
       position: absolute;
       top: 450px;
       opacity: 1;
       margin-left: 270px;
       transition-delay: 1.2s;
       border-radius: 100px;
       border-width: 1px;
       border-style: solid;
       border-color: rgb(238, 238, 238);
       border-image: initial;
}
.p3-5 {
    position: absolute;
    width: 138px;
    height: 138px;
    margin-left: -69px;
    top: 15%;
    left: 50%;
    opacity: 1;
    transition: all 2s ease 0s;
}

.p3-b {
    z-index: 4;
    position: absolute;
    width: 50px;
    bottom: 80px;
    height: 68px;
    margin-left: -25px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s
}

.active .p3-b {
    bottom: 30px;
    opacity: 1;
    transition-delay: 3s
}

.section04 {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/64473144-ae26-4ee9-a3ce-c34c4b7372c2.png?d=1732686592890);
    transition: all 2s;
    background-size: 2880px 1800px;
}

.section04.active {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/64473144-ae26-4ee9-a3ce-c34c4b7372c2.png?d=1732686592890);
    background-size: 1920px 960px;
    transition-delay: 0s;
}

.p4-t {
   position: absolute;
    width: 900px;
    height: 52px;
    margin-left: -480px;
    top: 150px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s ease 0s;
}

.active .p4-t {
  position: absolute;
    top: 152px;
    opacity: 1;
    transition-delay: 1s;
}

.p4-1 {
       position: absolute;
       width: 25%;
       height: 280px;
       top: 440px;
       right: 100%;
       color: rgb(255, 255, 255);
       opacity: 0;
       background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/561bc330-67ed-40ef-aac5-6450671bc3f5.png?d=1732691455821) right top;
       transition: all 1.5s ease 0s;
       /* padding-top: 60px; */
}

.active .p4-1 {
      position: absolute;
      right: 25%;
      opacity: 1;
      transition-delay: 1.5s;
      padding-top: 20px;
}

.p4-2 {
      position: absolute;
      width: 25%;
      height: 280px;
      top: 440px;
      left: 100%;
      color: rgb(255, 255, 255);
      opacity: 0;
      background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/d6251841-07a2-4e31-b16b-d179fec8ba99.png?d=1732691444815) left top;
      transition: all 1.5s ease 0s;
      /* padding-top: 60px; */
}

.active .p4-2 {
        position: absolute;
        left: 25%;
        opacity: 1;
        transition-delay: 1.5s;
        padding-top: 20px;
}
.active .p4-3 {
    position: absolute;
    right: 0%;
    opacity: 1;
    transition-delay: 1.5s;
    padding-top: 20px;
}

.p4-3 {
    position: absolute;
    width: 25%;
    height: 280px;
    top: 440px;
    right: 100%;
    color: rgb(255, 255, 255);
    opacity: 0;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/27420f4d-39ff-4e1f-8f85-89cbdf3aaf3b.png?d=1732691428110) right top;
    transition: all 1.5s ease 0s;
}
.active .p4-4 {
    position: absolute;
    left: 0%;
    opacity: 1;
    transition-delay: 1.5s;
    padding-top: 20px;
}

.p4-4 {
    position: absolute;
    width: 25%;
    height: 280px;
    top: 440px;
    left: 100%;
    color: rgb(255, 255, 255);
    opacity: 0;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/d7855264-7760-439e-b6f6-e3af2f0ac934.png?d=1732691393893) left top;
    transition: all 1.5s ease 0s;
}
.zhizuo {
    position: absolute;
    width: 1070px;
    height: 402px;
    margin-left: -500px;
    top: 28%;
    left: 50%;
    opacity: 1;
    transition: all 1.5s;
}

.zhizuo li {
    position: absolute;
    width: 214px;
    height: 402px;
    margin-left: -190px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s
}

.zhizuo li {
    opacity: 0;
    margin-left: -534px;
    transition: all 1.5s
}

.active .zhizuo li.zk1 {
    opacity: 1;
    transition-delay: 1.5s
}

.active .zhizuo li.zk2 {
    opacity: 1;
    margin-left: -364px;
    transition-delay: 1.7s
}

.active .zhizuo li.zk3 {
    opacity: 1;
    margin-left: -192px;
    transition-delay: 1.9s
}

.active .zhizuo li.zk4 {
    opacity: 1;
    margin-left: -21px;
    transition-delay: 2.1s
}

.active .zhizuo li.zk5 {
    opacity: 1;
    margin-left: 150px;
    transition-delay: 2.3s
}

.active .zhizuo li.zk6 {
    opacity: 1;
    margin-left: 321px;
    transition-delay: 2.5s
}

.zk1_bg {
    width: 144px;
    height: 402px;
    position: relative;
}

a.zk1_jd {
    width: 144px;
    height: 402px;
    display: block;
    transform: perspective(1000px)translateZ(00px) skewX(-10deg) translateY(0%);
    position: relative;
 
    transition: all 1s;
}

a.zk1_jd:hover {
 
    transition: all 1s;
}

a.zk2_jd {
    width: 144px;
    height: 402px;
    display: block;
    transform: perspective(1000px)translateZ(00px) skewX(-10deg) translateY(0%);
    position: relative;
  
    transition: all 1s;
}

a.zk2_jd:hover {
  
    transition: all 1s;
}

a.zk3_jd {
    width: 144px;
    height: 402px;
    display: block;
    transform: perspective(1000px)translateZ(00px) skewX(-10deg) translateY(0%);
    position: relative;
  
    transition: all 1s;
}

a.zk3_jd:hover {
  
    transition: all 1s;
}

a.zk4_jd {
    width: 144px;
    height: 402px;
    display: block;
    transform: perspective(1000px)translateZ(00px) skewX(-10deg) translateY(0%);
    position: relative;
   
    transition: all 1s;
}

a.zk4_jd:hover {
  
    transition: all 1s;
}

a.zk5_jd {
    width: 144px;
    height: 402px;
    display: block;
    transform: perspective(1000px)translateZ(00px) skewX(-10deg) translateY(0%);
    position: relative;
  
    transition: all 1s;
}

a.zk5_jd:hover {
    
    transition: all 1s;
}

a.zk6_jd {
    width: 144px;
    height: 402px;
    display: block;
    transform: perspective(1000px)translateZ(00px) skewX(-10deg) translateY(0%);
    position: relative;
   
    transition: all 1s;
}

a.zk6_jd:hover {
    
    transition: all 1s;
}

.zk1_bg h1 {
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: 135px;
    left: 49px;
    transition: all 1s;
}

.zk1_bg span {
    width: 80px;
    text-align: center;
    color: #FFF;
    height: 20px;
    display: block;
    position: absolute;
    top: 220px;
    left: 31px;
    transition: all 1s;
}

.zk-hover .zk1_bg {
    transition: all 1s;
}

.zk-hover .zk1_bg h1 {
    top: 0px;
    opacity: 0;
    transition: all 1s;
}

.zk-hover .zk1_bg span {
    top: 80px;
    opacity: 0;
    transition: all 1s;
}

.p4-b {
    z-index: 4;
    position: absolute;
    width: 50px;
    bottom: 80px;
    height: 68px;
    margin-left: -25px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s
}

.active .p4-b {
    bottom: 30px;
    opacity: 1;
    transition-delay: 3s
}

.section05 {
    /* background: url(/repository/image/tZQ-XxJAQhC8xoxqv1GkAQ.jpg?t=1555471909253) no-repeat 50% 50%; */
    transition: all 2s;
    /* background-size: 2880px 1620px; */
}

.section05.active {
    background: url(/repository/image/tZQ-XxJAQhC8xoxqv1GkAQ.jpg?t=1555471909253) no-repeat 50% 50%;
    background-size: 100%;
    /* transition-delay: 0s; */
    /* zoom: 0.7; */
}
.section06 {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/5bd7690a-8c78-457a-ab5e-c4af9ccdb8f3.jpg?d=1732686638657) no-repeat 50% 50%;
    transition: all 2s;
    background-size: 2880px 1620px;
}

.section06.active {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/5bd7690a-8c78-457a-ab5e-c4af9ccdb8f3.jpg?d=1732686638657) no-repeat 50% 50%;
    background-size: 1920px 960px;
    transition-delay: 0s;
}

.p5-1 {
    position: absolute;
    text-align: center;
    width: 239px;
    height: 480px;
    margin-left: -120px;
    top: 190px;
    left: 50%;
    padding-top: 100px;
    text-align: center;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/047c06f0-24d6-4d10-b688-a553f872b0eb.png?d=1732691887997) no-repeat;
    opacity: 0;
    transition: all 1.5s;
    color: #FFF;
}

.active .p5-1 {
    position: absolute;
    top: 140px;
    opacity: 1;
    transition-delay: 1s;
}

.p5-2 {
    position: absolute;
    text-align: center;
    width: 151px;
    height: 151px;
    margin-left: -75px;
    top: 340px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s;
}

.active .p5-2 {
    position: absolute;
    margin-left: -420px;
    opacity: 1;
    transition-delay: 1.5s
}

.p5-3 {
    position: absolute;
    text-align: center;
    width: 151px;
    height: 151px;
    margin-left: -75px;
    top: 340px;
    left: 50%;
    opacity: 0;
    transition: all 1.5s;
}

.active .p5-3 {
    position: absolute;
    margin-left: 270px;
    opacity: 1;
    transition-delay: 1.5s
}

.p5-4 {
    position: absolute;
    text-align: center;
    width: 750px;
    height: 140px;
    margin-left: -375px;
    bottom: 170px;
    left: 50%;
    opacity: 0;
    z-index: 1;
    transition: all 1.5s;
}

.active .p5-4 {
    position: absolute;
    bottom: 110px;
    opacity: 1;
    transition-delay: 2s;
}
.gywmnr{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.p5-7 {
    z-index: 4;
    position: absolute;
    width: 21px;
    bottom: 0px;
    height: 68px;
    margin-left: -10px;
    left: 50%;
    opacity: 0;
    transition: all 1s
}

.active .p5-7 {
    bottom: 50px;
    opacity: 1;
    transition-delay: 2.5s
}

.p5-8 {
    position: absolute;
    opacity: 0;
    bottom: -30px;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #586884;
    font-size: 12px;
    background: #00316d;
    opacity: .7;
    transition: all 1.5s
}

.p5-8 a {
    color: #586884;
    font-size: 12px
}

.active .p5-8 {
    position: absolute;
    opacity: 1;
    bottom: 0;
    transition-delay: 3s
}

.div1-bot {
    z-index: 999;
    position: fixed;
    width: 714px;
    /* height: 100%; */
    top: 0;
    right: -100px;
    transition: 2s;
    padding-left: 6px;

}

.active-div1-bot {
    z-index: 999;
    position: fixed;
    width: 900px;
    height: 100%;
    top: 0;
    right: 0;
    transition: 2s;
}

#div1-top {
    z-index: 2;
    position: fixed;
    background-color: #ccc;
    width: 100%;
    height: 100%;
    top: -1100px
}

#div2 {
    position: fixed;
    background-color: #ccc;
    width: 700px;
    height: 100%;
    right: -700px
}

.logoA {
    width: 206px;
    height: 76px;
    position: fixed;
    top: 2%;
    left: 50px;
    z-index: 999;
    opacity: 1;
    text-align: left;
    transition: 1.5s;
}

.logoA-active {
    z-index: 999;
    opacity: 1;
    top: 1%;
    text-align: left;
}

.open-bot {
    z-index: 1;
    position: fixed;
    text-indent: -9999px;
    width: 70px;
    display: block;
    background: url(/repository/image/UJJ4EUvgTUaykfUaiZPgyw.png?t=1558513496468) no-repeat;
    height: 70px;
    top: 5%;
    right: 25px;
    transition: all 500ms !important;
    display: none;
}

a.open-bot:hover {
    z-index: 1;
    position: fixed;
    text-indent: -9999px;
    width: 70px;
    display: block;
    background: url(/repository/image/ZZjEk3v6QIO7Kq5UVhPujQ.png?t=1558513521853) no-repeat;
    height: 70px;
    top: 5%;
    right: 25px;
    transition: all 500ms !important
}

.active-open-bot {
    z-index: 1;
    position: fixed;
    text-indent: -9999px;
    width: 70px;
    display: block;
    background: url(/repository/image/ZZjEk3v6QIO7Kq5UVhPujQ.png?t=1558513521853) no-repeat;
    height: 70px;
    top: 5%;
    right: -70px !important;
    transition: all 1s
}

.open-lt {
    z-index: 1;
    position: fixed;
    width: 34px;
    bottom: 30px;
    display: block;
    right: 43px
}

.close {
    z-index: 999;
    position: absolute;
    text-indent: -9999px;
    width: 50px;
    display: block;
    background: url(http://1704210016.site.make.yun300.cn/img/close_btn.png) no-repeat center center;
    float: right;
    height: 41px;
    top: 50px;
    opacity: .3;
    left: 50%;
    margin-left: -25px;
    transition: .5s;
    transform: rotate(0deg);
    display: none;
}

.close2 {
    z-index: 999;
    position: absolute;
    text-indent: -9999px;
    width: 47px;
    display: block;
    background: url(/repository/image/ijw2R2JTQpmsfBq75Vm1ww.png?t=1558513558570) no-repeat center center;
    float: right;
    height: 41px;
    top: 20px;
    right: -47px;
    transition: .5s;
    transform: rotate(0deg)
}

.close-top {
    z-index: 999;
    position: absolute;
    text-indent: -9999px;
    width: 47px;
    display: block;
    background: url(http://1704210016.site.make.yun300.cn/img/close_btn.png) no-repeat center center;
    float: right;
    height: 41px;
    top: 20px;
    right: -47px;
    transition: .5s;
    transform: rotate(0deg)
}

.close:hover {
    transition: .5s;
    transform: rotate(180deg)
}

.close2:hover {
    transition: .5s;
    transform: rotate(180deg)
}

.close-top:hover {
    transition: .5s;
    transform: rotate(180deg)
}

.news_t_1 {
    width: 540px;
    text-align: left;
    margin: 0 auto;
    padding-top: 15%;
    padding-bottom: 5%
}
/* 必要布局样式css */
.map-content {
    padding: 30px 0;
}

.map-module {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.map-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.map-branch .map-title {
    margin: 20px 0 0;
    z-index: 1;
}

.map-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.map-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.map-content-info {
    position: relative;
    margin-bottom: 30px;
}

.branch-map-l {
    width: 1200px;
    height: 575px;
    position: relative;
    /* margin-left: -118px; */
}

.map-content-box {
    width: 100%;
    height: 100%;
    background: url("../images/map-bj.png") no-repeat center;
    position: relative;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background: url(http://1903115071.pool4-site.make.yun300.cn/repository/image/MUeRynafSeSiZWEq8A_G2g.png?t=1560406752750) no-repeat;
  width:77px;
}
.map-dot1 {
    position: absolute;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
  color: #fff;
}

.beijing {
    left: 585px;
    top: 220px;
}

.gansu {
    left: 188px;
    top: 242px;
}

.hunan {
    left: 398px;
    top: 466px;
}

.huzhou {
    left: 923px;
    top: 254px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 6px;
    padding-left: 17px;
    /* padding-top: 10px; */
}

.yunnan {
    left: 255px;
    top: 522px;
}

.hangzhou {
    left: 904px;
    top: 300px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 5px;
    padding-left: 15px;
}

.heilongjiang {
    left: 575px;
    top: 106px;
}

.shaoxing {
    left: 967px;
    top: 332px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 5px;
    padding-left: 19px;
}

.jiaxing {
    left: 976px;
    top: 260px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 7px 0px;
    /* padding-left: 13px; */
    padding-top: 11px;
}

.zhejiang {
    left: 525px;
    top: 423px;
}

.anhui {
    left: 472px;
    top: 394px;
}

.fujian {
    left: 492px;
    top: 481px;
}
.lishui {
       left: 913px;
       top: 449px;
       background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 5px;
       padding-left: 15px;
}

.guangxi {
    left: 353px;
    top: 532px;
}

.shandong {
    left: 461px;
    top: 308px;
}

.ningbo {
    left: 1033px;
    top: 333px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 5px;
    padding-left: 17px;
}

.hubei {
    left: 411px;
    top: 415px;
}

.jinhua {
    left: 893px;
    top: 390px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 5px;
    padding-left: 19px;
}

.wenzhou {
    left: 957px;
    top: 487px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 5px;
    padding-left: 15px;
}

.quzhou {
    left: 823px;
    top: 406px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 5px;
    padding-left: 17px;
}

.sichuan {
    left: 249px;
    top: 407px;
}



.guizhou {
    left: 330px;
    top: 475px;
}

.taizhou {
    left: 1004px;
    top: 415px;
    background: url(/repository/image/eTCAVCYRRVGSjSB_l3UWfA.png?t=1557194373418)no-repeat 0px 5px;
    padding-left: 17px;
}

.shanxi1 {
    left: 359px;
    top: 329px;
}

.map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    /* background: url(http://1903115071.pool4-site.make.yun300.cn/repository/image/MUeRynafSeSiZWEq8A_G2g.png?t=1560406752750); */
    border-radius: 50%;
}

.map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url("../images/icon-star.png") no-repeat center;
}

.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 1px solid #9dca33;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}

.branch-map-data-title {
    border-bottom: 1px solid #eee;
}

.branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}

.data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}

.data-branch:last-child {
    border: none;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #01B7BD transparent transparent;
}
.map-dot1.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    /* border: 1px solid #9dca33; */
    /* animation: dot 4s infinite; */
}
.map-dot1:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    /* background-color: #9dca33; */
    border-radius: 50%;
}
.branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}

.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    animation: dot 4s infinite;
}

@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}

@keyframes yuanys {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}

@-webkit-keyframes yuanys {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.shine{background:#1b5593 -webkit-gradient(linear, left top, right top, from(#1b5593), to(#1b5593), color-stop(0.5, #fff)) 0 0 no-repeat;
-webkit-background-size:125px;
color:rgba(255, 255, 255, 0.1);
-webkit-background-clip:text;
height:86px;
line-height:86px;
font-size:74px;
font-family:arial !important;
font-weight:bold;
display:block;
position:absolute;
left:50%;
margin-left:-350px;
top:0%;
margin-top:0px;
-webkit-animation-name:shine;
-webkit-animation-duration:2s;
-webkit-animation-iteration-count:infinite;
}@-webkit-keyframes shine{0%
  {
    background-position: top left;
  }
  100%
  {
    background-position: top right;
  }
}
.shinefbt{color:#248d43;-webkit-background-clip:text;height:86px;line-height:86px;font-size:24px;font-weight:normal;display:block;position:absolute;left: 35%;margin-left:0px;top:50%;margin-top:0px;-webkit-animation-name:shine;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;}
.yuancai {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/4ae5f444-6720-4893-9cf8-5a202a1af3fb.png?d=1732619229095) no-repeat left top;
    position: absolute;
    top: -30px;
    width: 1609px;
    height: 728px;
    right: 0px;
    animation: guanyb 90s cubic-bezier(0.42, 0.37, 0.56, 0.51) infinite;
    -moz-animation: guanyb 90s cubic-bezier(0.42, 0.37, 0.56, 0.51) infinite;
    -webkit-animation: guanyb 90s cubic-bezier(0.42, 0.37, 0.56, 0.51) infinite;
    -o-animation: guanyb 90s cubic-bezier(0.42, 0.37, 0.56, 0.51) infinite;
    opacity:0.8;
} 
 @keyframes guanyb {
0% {right: -100px;}
50% {right: 1000px;}
100% {right: -100px;}
}
#dibupiaolue{width:100%;min-height: 240px;z-index: -1;}
#dibupiaolue .sub1{
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023042120403688482/cms/image/a47458f0-4dca-4f1c-ad1b-0be1657a89d7.png?d=1732619207971);
	width:100%;
	min-height: 200px;
	position: absolute;
	background-position: 0px -40px;
	bottom: 0px;
	animation: mymove 30s infinite;
	}
#dibupiaolue .dier{
	/* background: url(/img/wangzhandibubo.png); */
	width:100%;
	min-height: 190px;
	position: absolute;
	bottom: 0px;
	background-position: 250px 0px;
	animation: mymove 20s infinite;
	background-size: 540% 100%;
}
@keyframes mymove
{
0%,100%{background-position: 0% 0px;}
50% {background-position: 3000px 0px;}
}

.zgditu{
	position: absolute;
	top: 174px;
	left: 50%;
	margin-left: -726px;
	display: n;
}

@media only screen and (max-width: 1600px){
.fp-tableCell {
  
    zoom: 0.7!important;
}
    .active .p3-2 {
   
    top: 275px!important;
  
}
  .section05.active {
    background: url(/repository/image/tZQ-XxJAQhC8xoxqv1GkAQ.jpg?t=1555471909253) -20px!important;
    background-size:100%!important;
 }
.active .p5-1 {
  
    font-size: 10px!important;
    zoom: 1.2!important;
    line-height: 2!important;
  top:100px!important;
}
.active .p2-0-1 {

    top: 18%!important;
   
}
  .zgditu {
  
    top: 230px!important;
   
}

}
/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, 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;
    margin-top: 10%;
    width: 100%;
    height: 100%;
    position: relative;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
 
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 20%;
    width: 0;
    border-width: 30px 34px 30px 0;
    
}
.fp-controlArrow.fp-next {
    right: 20%;
    border-width: 30px 0 30px 34px;
   
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 46px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 13px;
    height: 13px;
    margin: 7px;
    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 {
    background: #ccc;
    border: 1px solid #ccc;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border: 1px solid #777777;
    background: none;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -9px;
    color: #ccc;
    font-size: 12px;
    font-family: å¾®è½¯é›…é»‘;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .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;
}
