*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font: 14px/1.8 "Montserrat","微软雅黑";
    font-weight: 300;
    /* line-height: 1.6; */
    letter-spacing: 0.5px;
}

ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    color: #333;
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input { cursor: pointer; -webkit-appearance: none; }
select {
    -webkit-appearance:button;
}


.padd {
    padding: 108px 0;
}
 
@media(max-width:1368px) {
    .padd {
        padding: 80px 0;
    }
}

@media(max-width:1024px) {
    .padd {
        padding: 68px 0;
    }
}

@media(max-width:680px) {
    .padd {
        padding: 48px 0;
    }
}

/* 动画效果 */
.wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}




.app_left {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
}

.app_h {
    -webkit-animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_left {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes opacity_left {
    0% {
        -webkit-transform: translateX(-150px);
        transform: scale(0.3);
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: .1;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
}

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.app_right {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
}

.app_r {
    -webkit-animation: opacity_right 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_right 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_right {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes opacity_right {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}







.ByXTit{
    position: relative;
    display: inline-block;
}
.ByXTit span{
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
}




















.inner {
    width: 95%;
    margin: 0 auto;
}
.header{
    width: 100%;
    z-index: 9999;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    position:fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}
.header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.HPhone span{
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.HTbox{
    display: flex;
    align-items: center;
}
.HTbox li {
    height: 60px;
    padding: 0 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #fff;
}
.HTbox a{
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}
.HTbox a span{
    display: block;
    height: 100%;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    line-height: 1;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    font-family: "Montserrat";
    display: flex;
    justify-content: center;
    align-items: center;
}
.HTbox a:hover span{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.HPIcon a{
    /* background-image: linear-gradient(90deg,#1fa7f8,#5841d3); */
    background: #333;
    padding: 0 30px;
    height: 60px;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-family: "Montserrat";
}
.HPIcon img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.HPhone{
    margin-right: 10px;
}
.HPRig{
    display: flex;
    align-items: center;
}
.Hlogo a{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.Hlogo a img{
    width: 80%;
    height: 80%;
}
.Hlogo{
    display: flex;
    align-items: center;
}
.Hlogo span{
    height: 55px;
    padding: 0 20px;
    font-size: 18px;
    background: #fff;
    color: #333;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-family: "Montserrat";
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.Hlogo span img{
    height: 40%;
}






.inAbox{
    padding-top: 5%;
}
.inTit h4{
 position: relative;

}
.inTit h4 span{
    font-size: 52px;
    color: #000;
    font-weight: 600;
    position: relative;
    line-height: 1;
}
.inTit h4 img{
    width: 150px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.inTit p{
    position: relative;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    margin-top: 20px;
   }

   .inAIBox{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    position: relative;
}
.inAIBox .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .6;
    transition: all 0.48s;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inAIBox .VidBox{
    width: 70%;
    height: 70%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* .inAIBox .VidBox::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,.1);
} */
.inAIBox .VidBox video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inAIcon{
    width: 30%;
    height: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fb3e2d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.inAIcon svg{
    width: 40%;
    height: 40%;
}
.inAIcon path{
    fill: #fff;
}
@keyframes xz {
    from {
        transform: translate(-50%,-50%) rotate(0);
        -webkit-transform: translate(-50%,-50%) rotate(0);
        -moz-transform: translate(-50%,-50%) rotate(0);
        -ms-transform: translate(-50%,-50%) rotate(0);
        -o-transform: translate(-50%,-50%) rotate(0);
}
    to {
        transform: translate(-50%,-50%) rotate(360deg);
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        -moz-transform: translate(-50%,-50%) rotate(360deg);
        -ms-transform: translate(-50%,-50%) rotate(360deg);
        -o-transform: translate(-50%,-50%) rotate(360deg);
}
  }




  .Fooder{
    position: relative;
    overflow: hidden;
  }
  .Fooder .inner{
    padding: 80px 0 50px 0;
  }
  .FTop{
    display: flex;
    justify-content: space-between;
  }
  /* .FTItem{
    width: 25%;
  } */
  .FTItem p{
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .FTItem span.num{
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .FTItem span.text{
    font-size: 20px;
    letter-spacing: 1px;
  }
  .FLian{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }
  .FLian img{
  height: 40px;
  }
  .FLian span{
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin-left: 5px;
  }
  .FInput{
    width: calc(28% - 15px);
    height: 45px;
    border-bottom: 1px solid #aaa;
    margin-right: 15px;
    position: relative;
}
  .FInput input{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    background: transparent;
}
.FInBtn{
    width: 14%;
    height: 45px;
    border-bottom: 1px solid #aaa;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.FInBtn span{
    font-size: 14px;
    color: #aaa;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.FInBtn svg{
    width: 20px;
    height: 20px;
}
.FInBtn svg path{
    fill: #aaa;
}
.FInBtn:hover{
    background: #000;
    color: #fff;
    padding:  0 20px;
}
.FInput span{
    display: none;
    position: absolute;
    left: 0;
    bottom: -25px;
    color: #c41024;
    font-size: 12px;
    line-height: 1;
}
.FInput.tx span{
    display: block;
}
.FInput input::placeholder{
    color: #666;
}
.FInput.tx input::placeholder{
    color: #c41024;
}
.FInput.tx{
    border-bottom: 1px solid rgb(196, 16, 36,.2);
}
.FInW{
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
}
.FInF{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.FBom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.FBom span,.FBom a{
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}
.FBom span{
    display: block;
}
.FBList{
    display: flex;
    justify-content: center;
    align-items: center;
}
.FBItem{
    position: relative;
}
.FBItem a{
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.FBItem a svg{
    width: 50%;
    height: 50%;
}
.FBItem a path{
   fill: #333;
}
.FBItem .Tbox{
    position: absolute;
    left: -130px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    top: 50%;
}
.FBItem .Tbox img{
    width: 120px;
    height: 120px;
}
.FBItem:hover .Tbox{
    opacity: 1;
}
.FdTj{
    width: 120px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.FTBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #f3f5fc;
    /* background: #fb3e2d; */
           background-image: linear-gradient(90deg,#1fa7f8,#5841d3);
    border-radius: 50%;
    transform: scale(1);
    line-height: 1;
    width: 280px;
    height: 280px;
}
.FTBtn span{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.FTBtn p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: "Montserrat";
}
.FNList{
    margin: 8% 0;
}
.FNItem{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 9999px;
    isolation: isolate;
    margin: 0px -28px 25px;
    padding: 20px 28px;
}

.FNItem::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 28px;
    width: calc(100% - 56px);
    height: 1px;
    background-color: #aaa;
}
.FNItem:hover::after {
    background-color: #000;
}
.FNItem::before{
    content: "";
    position: absolute;
    top: -500%;
    left: 0px;
    width: 100%;
    height: 1100%;
    border-radius: 50%;
    z-index: -1;
    background: #000;
    transform: translateY(100%);
    transition: transform 0.6s ease 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -ms-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
}
.FNItem:hover:before{
    transform: translateY(0px);
}
.FNItemJw {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: #999;
    width: calc(100% - 500px);
    font-size: 16px
}
.FNText{
    width: 400px;
    height: 30px;
    overflow: hidden;
}
.FNText span{
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Salt";
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.FNText .tit1{
    color: #333;
}
.FNText .tit2{
    color: #fff;
}
.FNItem:hover .FNText span{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.FNIcon{
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.FNIcon .Icon{
    width: 100%;
    height: 100%;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.FNIcon svg{
    width: 100%;
    height: 100%;
}
.FNIcon svg path{
    fill: #000;
}
.FNItem:hover .FNIcon .Icon{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.FNItem:hover .FNIcon svg path{
    fill: #fff;
}













.Tit{
    position: relative;
    display: inline-block;

}
.Tit p{
    display: flex;
    align-items: center;
}
/* .Tit span{
   padding-left: 25%;
} */
.Tit span,.Tit p{
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: "Montserrat"; 
}
.Tit img{
    width: 120px;
    margin: 0 5px;
    animation: xz2 10s linear infinite;
    -webkit-animation: xz2 10s linear infinite;
}
@keyframes xz2 {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
}
    to {
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -o-transform:rotate(360deg);
}
  }


.inBtnB{
    position: relative;
    display: flex;
    padding: 15px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
            background-image: linear-gradient(90deg,#1fa7f8,#5841d3);
}
.inBText{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0%);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.inBText span{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: "Montserrat";
}
.inBIBox{
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.inBIcon{
    width: 100%;
    height: 100%;
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inBIcon svg{
    width: 100%;
    height: 100%;
}
.inBIcon svg path{
    fill: #fff;
}
.inBIcon2{
    position: relative;
    left: -100%;
}
.inBtnB:hover .inBIcon{
    transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -moz-transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.inBTBox{
    height: 30px;
    overflow: hidden;
}
.inBText2{
    position: relative;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.inBtnB:hover .inBText{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.js-scroller {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}
#canvas-container{
    width: 100%;
    height: 100%;
}
#canvas-container canvas{
    width: 100%;
    height: 100%;
}




.back{
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
    background-size: 400% 400%;
    -webkit-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite;
}










@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    } 
}






/*  */

.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 3%;
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #000;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headerMain-bg .headMenu span {
    background: #333;
}

.headMenu.active span {
    background: #333;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}
.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 99;
    padding: 5%;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 100px 0 48px 0;
}

.moHead_mlb li {
    padding: 10px 0;
}

.moHead_mlb li a {
    color: #242b3e;
    line-height: 1;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat";
}
.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}

.moHead_mlb .moHead_ico svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico img, .moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}
.HMBot{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
}
.HMBspan{
    margin-top: 20px;
}
.HMBspan span,.HMBspan a{
    font-size: 13px;
}
.HMBspan span {
    display: block;
}
.HMBot .FBList{
    justify-content: flex-start;
}
.HMBtn{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.HMCeB{
    display: flex;
    align-items: center;
}
.HMCeB span{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat";
}
.HMCeB a{
    width: 60px;
    height: 60px;
    background-image: linear-gradient(90deg,#1fa7f8,#5841d3);
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 10px;
}
.HMCeB a svg{
    width: 50%;
    height: 50%;
}
.HMCeB a path{
    fill: #fff;
}
.HMCeB{
    display: none;
}
.header_h .HPhone span{
    color: #000;
}




@media (max-width: 1920px){
            
    .Tit span, .Tit p {
        font-size: 120px;
    }
    .HPIcon a{
        font-size: 24px;
    }
}

@media (max-width: 1680px){
    .ByXTit span{
        font-size: 52px;
    }
    .HTbox li{
        padding: 0 45px;
    }
    .Tit span, .Tit p{
        font-size: 110px;
    }
    .Tit img {
        width: 90px;
    }
    .FNText span{
        font-size: 24px;
    }
    .FLian span {
        font-size: 28px;
    }
    .inBtnB{
        padding: 20px 30px;
    }
    .FTBtn{
        width: 240px;
        height: 240px;
    }
    .HTbox a span{
        font-size: 20px;
    }
}

@media (max-width: 1380px){
    .HPIcon a{
        font-size: 22px;
    }
    .HTbox li {
        padding: 0 38px;
    }
    .HPIcon img {
        width: 20px;
        height: 20px;
    }
    .ByXTit span {
        font-size: 48px;
    }
    .Tit span, .Tit p {
        font-size: 100px;
    }
    .FTBtn {
        width: 200px;
        height: 200px;
    }
    .inBText span {
        font-size: 16px;
    }
    .inBtnB {
        padding: 15px 20px;
    }
    .FTItem span.text,.FTItem span.num {
        font-size: 18px;
    }
    .FLian {
        margin-bottom: 30px;
    }
    .FLian span{
        font-size: 24px;
    }
    .FLian img{
        height: 30px;
    }
    .FNText span {
        font-size: 20px;
    }
}
@media (max-width: 1200px){
    .HTbox li {
        padding: 0 30px;
    }
    
    .Tit span, .Tit p {
        font-size: 80px;
    }
    .Tit img {
        width: 70px;
    }
    .HPhone span {
        font-size: 20px;
    }
    .inBtnB {
        padding: 10px 20px;
    }
    .FTBtn p {
        font-size: 17px;
    }
    .FTBtn {
        width: 180px;
        height: 180px;
    }
    .FNText span {
        font-size: 18px;
    }
    .FNIcon {
        width: 25px;
        height: 25px;
    }
    .FNItem {
        margin: 0px -28px 20px;
        padding: 15px 28px;
    }
    .HTbox li{
        height: 55px;
    }
    .header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 30px 20px 0;
    }
    .HTbox a span {
        font-size: 18px;
    }
}
@media (max-width: 1024px){
    .FTBtn p {
        font-size: 16px;
    }
    .HPhone{
        display: none;
    }
    .Tit span, .Tit p {
        font-size: 72px;
    }
    .Tit img {
        width: 60px;
    }
    .inBText span {
        font-size: 14px;
    }
    .FTItem span.text, .FTItem span.num {
        font-size: 16px;
    }
    .FTItem p {
        font-size: 18px;
    }
    .FTop {
        display: none;
    }
    .FBom span, .FBom a {
        font-size: 13px;
    }  
    .FBItem a {
        width: 35px;
        height: 35px;}
        .FNText {
            width: 200px;
        }
        .FNItemJw {
            width: calc(100% - 300px);
        }   
        .FBItem .Tbox img {
            width: 100px;
            height: 100px;
        }
        .FBItem .Tbox {
            top: -110px;
        }     
        .HTbox{
            display: none;
        }
        .HPIcon{
            display: none;
        }
        .headMenu{
            display: block;
        }
       
}
@media (max-width: 900px){
    .FTItem p {
        font-size: 20px;
    }
    .FTItem{
        margin-bottom: 30px;
    }
    
    .Tit span, .Tit p {
        font-size: 66px;
    }
    .Tit img {
        width: 50px;
    }
    .Fooder .inner {
        padding: 50px 0 30px 0;
    }
    .FNItem {
        margin: 0px -15px 15px;
        padding: 12px 25px;
    }
    .FNIcon {
        width: 20px;
        height: 20px;
    }
   
    .FNList {
        margin: 50px 0;
    }
  
}
@media (max-width: 768px){
    .FTBtn p {
        font-size: 14px;
    }
    .FTBtn {
        width: 150px;
        height: 150px;
    }
   
    .FNText span {
        font-size: 16px;
    }
    .FBom{
        flex-wrap: wrap;
    }
    .FBItem .Tbox img {
        width: 90px;
        height: 90px;
    }
    .FBItem .Tbox {
        top: -110px;
    } 
    .FBList{
        display: none;
    }
    .FLian span {
        font-size: 20px;
    }
    .FNList {
        margin: 0 0 50px 0;
    }
    .HMBot .FBList {
        display: inline-flex;
    }
    .FNList{
        display: none;
    }
    .HMBtn{
        display: none;
    }
    .HMCeB{
        display: inline-flex;
    }
    .FTop{
        display: flex;
        flex-wrap: wrap;
    }
    .FTop .FTBtn{
        position: absolute;
        right: 0;
        width: 120px;
        height: 120px;
    }
    .FTItem{
        width: 100%;
        margin-bottom: 20px;
    }
    .FInBox{
        margin: 50px 0;
    }
    .FInBtn {
        width: 100%;
        height: 50px;
    }
    .FInput {
        width: 100%;
        height: 50px;
        margin-right: 0;
    }
    .FInF{
        flex-wrap: wrap;
    }
    .FInput{
        background: #fff;
        border-radius: 8px;
        margin-bottom: 15px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-bottom: none;
        padding: 0 20px;
}
.FInBtn {
    background: #000;
    color: #fff;
    padding: 0 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
}
@media (max-width: 680px){
    .FNText span {
        font-size: 14px;
    }
    .FNIcon {
        width: 18px;
        height: 18px;
    }
    .FNItem {
        margin: 0px -20px 10px;
        padding: 10px 20px;
    }
    .Tit span, .Tit p {
        font-size: 60px;
    }
    .FTBtn p {
        font-size: 12px;
    }
    .FNText {
        width: 120px;
    }
    .FNItemJw {
        width: calc(100% - 150px);
    }
    .Tit img {
        width: 50px;
    }
    .moHead_mlb li a{
        font-size: 42px;
    }
    .HMCeB a{
        width: 50px;
        height: 50px;
    }
    .moHead_mlb ul {
        padding: 100px 0 48px 0;
    }
}
@media (max-width: 500px){
    .moHead_mlb li a {
        font-size: 36px;
    }
    .HMBot {
        width: 100%;
    }
    .ByXTit span {
        font-size: 28px;
    }
    .Tit span, .Tit p {
        font-size: 48px;
    }
    .FTItem span.text, .FTItem span.num {
        font-size: 15px;
        line-height: 1;
    }
    /* .Tit img {
        width: 40px;
    } */
   }
