html,
body {
    position: relative;
    min-width: 62.5%;
    width: 100%;
    height: auto;
    background-color: #fff;
    font-family: '微软雅黑,Arial';
    overflow-x: hidden;
}

.content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menubar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31.25vw;
    background: #fff;
    transform: translateY(-100%);
    z-index: 1;
}

.menubar.active {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.menubar.active1 {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.menubar_box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}


.tab-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 9.219vw;
    left: 50%;
    /* width: 70.781vw; */
    height: 18.802vw;
    transform: translateX(-50%);
}

.tab-ul li {
    flex-shrink: 0;
    position: relative;
    width: 16.719vw;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    margin: 0 0.5vw;
}

.tab-ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0.469vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.tab-ul li a img {
    display: block;
    position: relative;
    width: 100%;
}

.tab-ul li a .ellipse {
    position: absolute;
    top: -4.74vw;
    left: -4.74vw;
    width: 9.427vw;
    height: 9.427vw;
    border-radius: 50%;
}
.visualization .link_bttf{
    width: 15vw;
    height: 2vw;
    background-color: #efac01;
    position: absolute;
    top: 10.5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
    font-size: 1.146vw;
    line-height: 2vw;
    text-align: center;
    cursor: pointer;
}
.tab-ul li:nth-child(1) a .ellipse {
    background: #6a5542;
}

.tab-ul li:nth-child(2) a .ellipse {
    background: #fabe00;
}

.tab-ul li:nth-child(3) a .ellipse {
    background: #009FB8;
}

.tab-ul li:nth-child(4) a .ellipse {
    background: #bfd833;
}

.tab-ul li a .ellipse p {
    position: absolute;
    right: 1.823vw;
    bottom: 1.458vw;
    width: 2.188vw;
    color: #fff;
    font-size: 1.042vw;
}

.tab-ul li a .li-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(124, 124, 124, 0.4);
    transition: all 0.3s ease-in-out;
}

.tab-ul li a .li-mask.active {
    background: rgba(124, 124, 124, 0);
    transition: all 0.3s ease-in-out;
}

.kvbox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 45.313vw;
    overflow: hidden;
}

.kvbox .kv {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
}

.kv-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
}

.kv-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}

.kv-wrap .a_logo,
.menubar_box .a_logo {
    display: block;
    position: absolute;
    top: 3.438vw;
    left: 0.156vw;
    width: 7.448vw;
    height: 3.281vw;
}

.logo {
    display: block;
    width: 7.448vw;
}

.menu {
    position: absolute;
    top: 2.969vw;
    right: 0;
    width: 3.906vw;
    height: 4.271vw;
    cursor: pointer;
}

.kv-en {
    position: absolute;
    top: 17.76vw;
    width: 100%;
    color: #fff;
    font-size: 2.396vw;
    text-align: center;
}

.kv-cn {
    position: absolute;
    top: 20.677vw;
    width: 100%;
    color: #fff;
    font-size: 4.167vw;
    font-weight: bold;
    text-align: center;
}

.kvbox .vidBtn {
    position: absolute;
    top: 27.75vw;
    left: 50%;
    width: 8.333vw;
    height: 5.208vw;
    transform: translateX(-50%);
    cursor: pointer;
}

.icon_play {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2.917vw;
    transform: translateX(-50%);
}

.kv-tips {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 1.25vw;
    text-align: center;
}

.wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 297.344vw;
    overflow: hidden;
}

.wrap_box {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -31.25%;
    width: 62.5%;
    height: 100%;
    /* transform: translateX(-50%); */
}

.programming {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 44.844vw;
}

.programming_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.programming_div.dh {
    animation: animationY 1s ease-in-out both;
}

.programming .bj1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}

.programming .programming_title {
    position: absolute;
    top: 4.063vw;
    width: 100%;
    color: #009FB8;
    font-size: 2.604vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.156vw;
}

.programming .programming_desc1 {
    position: absolute;
    top: 8.802vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.programming .programming_desc2 {
    position: absolute;
    top: 10.677vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.programming .programming_desc3 {
    position: absolute;
    top: 12.552vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.programming .programming_box {
    position: absolute;
    top: 18.125vw;
    left: 0;
    width: 100%;
    height: 21.927vw;
}

.programming .programming_box .programming_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.programming .programming_box .programming_wrap div {
    display: block;
    position: relative;
    width: 19.323vw;
    height: 21.927vw;
    cursor: pointer;
}

.initiation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 62.656vw;
    opacity: 0;
}

.initiation.dh {
    animation: animationY 1s ease-in-out both;
}

.initiation .initiation_top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 3.021vw;
    transform: translateX(-50%);
    background-color: #fff;
}

.initiation .initiation1img {
    position: absolute;
    top: -0.052vw;
    left: 4.948vw;
    width: 53.854vw;
}

.initiation .initiation_title {
    position: absolute;
    top: 5.885vw;
    width: 100%;
    color: #7D9D20;
    font-size: 3.906vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.26vw;
}

.initiation .initiation_desc1 {
    position: absolute;
    top: 17.708vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.initiation .initiation_desc2 {
    position: absolute;
    top: 19.531vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.initiation .initiation_desc3 {
    position: absolute;
    top: 21.354vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.initiation .initiation_box {
    position: absolute;
    top: 25.938vw;
    /* top: 0498px; */
    left: 0;
    width: 64.375vw;
    height: 28.385vw;
}

.initiation .initiation_box .initiation2img {
    width: 100%;
}

.initiation .initiation_box .initiation3img {
    position: absolute;
    top: 17.031vw;
    left: 57.396vw;
    width: 18.854vw;
}

.initiation .initiation_box .initiation_wrap {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.initiation .initiation_box .initiation_wrap div:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
    width: 39.115vw;
    height: 100%;
    cursor: pointer;
}

.initiation .initiation_box .initiation_wrap div:nth-child(2) {
    flex: 1;
    position: relative;
}

.initiation .initiation_box .initiation_wrap div:nth-child(2) a {
    position: absolute;
    top: 20.99vw;
    left: 5.938vw;
    width: 12.292vw;
    height: 2.135vw;
}

.initiation .initiation_box .initiation_wrap div:nth-child(2) a img {
    display: block;
    width: 100%;
}

.initiation .initiation_box .initiation_wrap div:nth-child(2) a p {
    position: absolute;
    left: 1.667vw;
    color: #009FB8;
    font-size: 1.146vw;
    text-align: center;
    line-height: 2.083vw;
    letter-spacing: 0.26vw;
}

.visualization {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 115.125vw;
    opacity: 0;
}

.visualization.dh {
    animation: animationY 1s ease-in-out both;
}

.visualization_bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 123.125vw;
    background-color: #eff5f8;
    transform: translateX(-50%);
}

.visualization .visualization1img {
    position: absolute;
    top: -0.052vw;
    left: 50%;
    margin-left: -40.208vw;
    width: 80.417vw;
}

.visualization .visualization_title {
    position: absolute;
    top: 5.938vw;
    width: 100%;
    color: #efac01;
    font-size: 3.906vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.26vw;
}

.visualization .visualization_desc1 {
    position: absolute;
    top: 17.76vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.visualization .visualization_desc2 {
    position: absolute;
    top: 19.583vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.visualization .visualization_desc3 {
    position: absolute;
    top: 21.406vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.visualization .progress {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 26.719vw;
    left: 0;
    width: 100%;
    height: 2.917vw;
}

.visualization .progress li {
    position: relative;
    height: 100%;
}

.visualization .progress li:nth-child(1) {
    width: 7.552vw;
}

.visualization .progress li:nth-child(2) {
    width: 9.792vw;
}

.visualization .progress li:nth-child(3) {
    width: 10.208vw;
}

.visualization .progress li:nth-child(4) {
    width: 10.208vw;
}

.visualization .progress li:nth-child(5) {
    width: 9.427vw;
}

.visualization .progress li:nth-child(6) {
    width: 8.49vw;
}

.visualization .progress li:nth-child(7) {
    width: 8.073vw;
}

.visualization .progress li img:nth-child(2) {
    opacity: 0;
}

.visualization .progress li .activeimg.active {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.visualization .progress li p {
    position: absolute;
    color: #fff;
    font-size: 0.833vw;
    font-weight: bold;
    line-height: 2.917vw;
    letter-spacing: 0.052vw;
}

.visualization .progress li:nth-child(1) p {
    left: 1.563vw;
}

.visualization .progress li:nth-child(2) p {
    left: 1.354vw;
}

.visualization .progress li:nth-child(3) p {
    left: 1.563vw;
}

.visualization .progress li:nth-child(4) p {
    left: 2.083vw;
}

.visualization .progress li:nth-child(5) p {
    left: 1.25vw;
}

.visualization .progress li:nth-child(6) p {
    left: 1.146vw;
}

.visualization .progress li:nth-child(7) p {
    left: 1.875vw;
}

.visualization .swiperbox {
    position: absolute;
    top: 31.823vw;
    left: 0;
    width: 100%;
    height: 36.146vw;
    background: #fff;
}

.visualization .swiperbox .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.visualization .swiperbox .swiper_title {
    position: absolute;
    top: 2.396vw;
    left: 4.115vw;
    color: #009FB8;
    font-size: 1.823vw;
    font-weight: bold;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .swiper_desc {
    position: absolute;
    top: 10.99vw;
    left: 41.042vw;
    color: #009FB8;
    font-size: 1.042vw;
    font-weight: bold;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .QTreasure {
    position: absolute;
    top: 6.146vw;
    left: 4.948vw;
    width: 11.927vw;
    height: 14.917vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .QTreasure img {
    height: 12.917vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .windows {
    position: absolute;
    top: 6.146vw;
    left: 23.958vw;
    width: 15.104vw;
    height: 14.917vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .windows img {
    width: 15.104vw;
    height: 12.917vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .mac {
    position: absolute;
    top: 6.146vw;
    left: 45.729vw;
    width: 12.813vw;
    height: 14.969vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .mac img {
    height: 12.969vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .browser {
    position: absolute;
    top: 20.833vw;
    left: 2.604vw;
    width: 17.396vw;
    height: 14.906vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .browser img {
    height: 13.906vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .wifi {
    position: absolute;
    top: 20.833vw;
    left: 25.521vw;
    width: 11.927vw;
    height: 10.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .cushion {
    position: absolute;
    top: 20.833vw;
    left: 44.167vw;
    width: 16.146vw;
    height: 14.708vw;
    overflow: visible;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .cushion img {
    height: 12.708vw;
}

.visualization .swiperbox .swiper-slide .box {
    position: absolute;
    left: 50%;
    margin-left: -60%;
    width: 120%;
    height: 100%;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .wrap1 p {
    position: absolute;
    width: 100%;
    text-align: center;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .box p:nth-child(1) {
    top: 1.302vw;
    color: #009FB8;
    font-size: 1.042vw;
    font-weight: bold;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .box p:nth-child(2) {
    top: 11.094vw;
    color: #666666;
    font-size: 0.833vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .box p:nth-child(3) {
    top: 12.031vw;
    color: #666666;
    font-size: 0.833vw;
}

.visualization .swiperbox .swiper-slide:nth-child(1) .box p:nth-child(4) {
    top: 12.969vw;
    color: #666666;
    font-size: 0.833vw;
}

.visualization .swiperbox .swiper-slide:nth-child(2) .swiper_desc1 {
    position: absolute;
    top: 6.146vw;
    left: 3.854vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(2) .swiper_desc2 {
    position: absolute;
    top: 7.917vw;
    left: 3.854vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(2) .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36.458vw;
}

.visualization .swiperbox .swiper-slide:nth-child(2) .wrap p {
    position: absolute;
    top: 31.146vw;
    left: 32.969vw;
    color: #05baec;
    font-size: 1.563vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .swiper_desc1 {
    position: absolute;
    top: 5.625vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .swiper_desc2 {
    position: absolute;
    top: 7.396vw;
    left: 3.906vw;
    color: #009FB8;
    font-size: 1.146vw;
    border-bottom: 0.104vw solid #009FB8;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .swiper_desc3 {
    position: absolute;
    top: 24.375vw;
    left: 40vw;
    color: #666666;
    font-size: 0.938vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .swiper_desc4 {
    position: absolute;
    top: 25.521vw;
    left: 35.052vw;
    color: #666666;
    font-size: 0.938vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .visualization3 {
    position: absolute;
    top: 12.24vw;
    left: 5.365vw;
    width: 23.438vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box {
    position: absolute;
    top: 17.031vw;
    left: 33.177vw;
    width: 24.427vw;
    height: 4.063vw;
    cursor: pointer;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .top_btn {
    height: 4.063vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box p {
    position: absolute;
    top: 0;
    left: 4.896vw;
    color: #fff;
    font-size: 1.146vw;
    line-height: 3.958vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .tips_text {
    position: absolute;
    top: 4vw;
    color: #000;
    width: 100%;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .tips_text p {
    color: #000;
    font-size: 1.146vw;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .tips_text p a {
    text-decoration: underline;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc1 {
    position: absolute;
    top: 6.51vw;
    left: 4.115vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc2 {
    position: absolute;
    top: 8.854vw;
    left: 4.115vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .visualization5 {
    position: absolute;
    top: 13.073vw;
    left: 2.24vw;
    width: 58.125vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc3 {
    position: absolute;
    top: 33.063vw;
    left: 22.167vw;
    color: #666666;
    font-size: 0.833vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc4 {
    position: absolute;
    top: 29.063vw;
    left: 22.167vw;
    color: #666666;
    font-size: 0.833vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc5 {
    position: absolute;
    top: 30.365vw;
    left: 22.94vw;
    color: #666666;
    font-size: 0.833vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc6 {
    position: absolute;
    top: 31.667vw;
    left: 22.94vw;
    color: #666666;
    font-size: 0.833vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc7 {
    position: absolute;
    top: 29.063vw;
    left: 40.406vw;
    color: #666666;
    font-size: 0.833vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc8 {
    position: absolute;
    top: 30.365vw;
    left: 41.083vw;
    color: #666666;
    font-size: 0.833vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc9 {
    position: absolute;
    top: 32.969vw;
    left: 40.406vw;
    color: #666666;
    font-size: 0.833vw;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(5) .swiper5box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.visualization .swiperbox .swiper-slide:nth-child(5) .active {
    opacity: 1;
}

.visualization .swiperbox .swiper-slide:nth-child(5) .swiper_desc1 {
    position: absolute;
    top: 5.625vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(5) .swiper_desc2 {
    position: absolute;
    top: 7.448vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(5) .swiper_desc3 {
    position: absolute;
    top: 9.271vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(5) .visualization6 {
    position: absolute;
    top: 12.917vw;
    left: 10.833vw;
    width: 41.354vw;
}

.visualization .swiperbox .swiper-slide:nth-child(5) .visualization7 {
    position: absolute;
    top: 32.5vw;
    left: 13.594vw;
    width: 35.938vw;
}

.visualization .swiperbox .swiper-slide:nth-child(6) .swiper_desc4 {
    position: absolute;
    top: 5.625vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(6) .swiper_desc5 {
    position: absolute;
    top: 7.448vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(6) .visualization8 {
    position: absolute;
    top: 11.563vw;
    left: 10.833vw;
    width: 41.51vw;
}

.visualization .swiperbox .swiper-slide:nth-child(6) .visualization9 {
    position: absolute;
    top: 32.5vw;
    left: 13.594vw;
    width: 35.938vw;
}

.visualization .swiperbox .swiper-slide:nth-child(7) .swiper_desc6 {
    position: absolute;
    top: 5.625vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(7) .swiper_desc7 {
    position: absolute;
    top: 7.448vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(7) .swiper_desc8 {
    position: absolute;
    top: 9.688vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(7) .visualization10 {
    position: absolute;
    top: 9.063vw;
    left: 4.167vw;
    width: 54.115vw;
}

.visualization .swiperbox .swiper-slide:nth-child(7) .visualization11 {
    position: absolute;
    top: 32.5vw;
    left: 13.594vw;
    width: 35.938vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .swiper_desc1 {
    position: absolute;
    top: 7.188vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .swiper_desc2 {
    position: absolute;
    top: 9.063vw;
    left: 3.906vw;
    color: #333333;
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .visualizationbox {
    position: absolute;
    top: 13.75vw;
    left: 17.5vw;
    width: 18.698vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .visualization12box {
    left: 1.719vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .visualization12box p {
    position: absolute;
    top: 13.854vw;
    width: 100%;
    color: #333333;
    font-size: 1.042vw;
    text-align: center;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .visualization13box {
    left: 22.083vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .visualization13box p {
    position: absolute;
    top: 13.854vw;
    width: 100%;
    color: #333333;
    font-size: 1.042vw;
    text-align: center;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .visualization14box {
    left: 42.292vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .visualization14box .desc1 {
    position: absolute;
    top: 13.021vw;
    width: 100%;
    color: #333333;
    font-size: 1.042vw;
    text-align: center;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .visualization14box .desc2 {
    position: absolute;
    top: 14.844vw;
    width: 100%;
    color: #333333;
    font-size: 1.042vw;
    text-align: center;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(9) .swiper_desc1 {
    position: absolute;
    top: 6.146vw;
    left: 3.906vw;
    color: #009FB8;
    font-size: 1.146vw;
    border-bottom: 0.104vw solid #009FB8;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(9) .visualization15box,
.visualization .swiperbox .swiper-slide:nth-child(9) .visualization16box,
.visualization .swiperbox .swiper-slide:nth-child(9) .visualization17box {
    position: absolute;
    top: 8.854vw;
    left: 1.25vw;
    width: 18.75vw;
    height: 23.021vw;
}

.visualization .swiperbox .swiper-slide:nth-child(9) .visualization16box {
    left: 22.031vw;
}

.visualization .swiperbox .swiper-slide:nth-child(9) .visualization17box {
    left: 42.76vw;
}

.visualization .swiperbox .swiper-slide:nth-child(9) .visualization15box p,
.visualization .swiperbox .swiper-slide:nth-child(9) .visualization16box p,
.visualization .swiperbox .swiper-slide:nth-child(9) .visualization17box p {
    position: absolute;
    top: 12.031vw;
    width: 100%;
    color: #666666;
    font-size: 0.938vw;
    text-align: center;
    letter-spacing: 0.052vw;
}

.visualization .swiperbox .swiper-slide:nth-child(9) .visualization16box p {
    left: 50%;
    width: 130%;
    transform: translateX(-50%);
}

.visualization .swiperbox .swiper-slide:nth-child(9) .visualization15box .desc1,
.visualization .swiperbox .swiper-slide:nth-child(9) .visualization16box .desc1,
.visualization .swiperbox .swiper-slide:nth-child(9) .visualization17box .desc1 {
    position: absolute;
    top: 17.552vw;
    left: 0.938vw;
    width: 16.875vw;
    height: 2.5vw;
    color: #fff;
    font-size: 1.042vw;
    text-align: center;
    background-color: #009FB8;
    border-radius: 1.302vw;
    line-height: 2.396vw;
    letter-spacing: 0.104vw;
}

.visualization .swiperbox .swiper-slide:nth-child(9) .visualization15box .desc2,
.visualization .swiperbox .swiper-slide:nth-child(9) .visualization16box .desc2,
.visualization .swiperbox .swiper-slide:nth-child(9) .visualization17box .desc2 {
    position: absolute;
    top: 21.875vw;
    left: 1.719vw;
    color: #009FB8;
    font-size: 0.938vw;
    border-bottom: 0.104vw solid #009FB8;
    letter-spacing: 0.052vw;
}

.visualization .problem {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 71.198vw;
    left: 0;
    width: 100%;
}

.visualization .problem p {
    width: 100%;
    text-align: center;
    font-size: 1.04166667vw;
    color: #666666;
}

.visualization .problem p a {
    color: #009FB8;
}

.visualization .visualization19 {
    position: absolute;
    top: 75.469vw;
    left: 0;
    width: 66.719vw;
    height: 32.76vw;
    cursor: pointer;
}

.visualization .visualization19 img {
    display: block;
    position: relative;
    width: 100%;
}

.textbox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 66.719vw;
}

.textbox_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.textbox_div.dh {
    animation: animationY 1s ease-in-out both;
}

.textbox .bj2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 66.719vw;
    transform: translateX(-50%);
}

.textbox .text1img {
    position: absolute;
    top: -0.521vw;
    left: 9.74vw;
    width: 43.385vw;
}

.textbox .textbox_title {
    position: absolute;
    top: 5.938vw;
    width: 100%;
    color: #e85654;
    font-size: 3.906vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.156vw;
}

.textbox .textbox_desc1 {
    position: absolute;
    top: 17.708vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.textbox .textbox_desc2 {
    position: absolute;
    top: 19.531vw;
    left: 50%;
    margin-left: -60%;
    width: 120%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.textbox .textbox_desc3 {
    position: absolute;
    top: 21.354vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.textbox .box {
    position: absolute;
    top: 27.448vw;
    width: 19.323vw;
    height: 34.01vw;
}

.textbox .text2box {
    left: 0.208vw;
}

.textbox .text2box .title1 {
    position: absolute;
    top: 13.698vw;
    width: 100%;
    color: #fff;
    font-size: 1.25vw;
    font-weight: Bold;
    text-align: center;
    transform: scale(0.88);
}

.textbox .text2box .title2 {
    position: absolute;
    top: 15.56vw;
    width: 100%;
    color: #fff;
    font-size: 1.563vw;
    font-weight: Bold;
    text-align: center;
}

.textbox .text2box .desc1 {
    position: absolute;
    top: 18.49vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text2box .desc2 {
    position: absolute;
    top: 20.156vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text2box .desc3 {
    position: absolute;
    top: 21.979vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text2box .desc4 {
    position: absolute;
    top: 23.646vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text2box .but1 {
    position: absolute;
    top: 28.871vw;
    left: 1.302vw;
    width: 16.719vw;
    height: 2.656vw;
}

.textbox .text2box .but1 img {
    display: block;
    position: relative;
    width: 100%;
}

.textbox .text2box .but1 p {
    position: absolute;
    top: 0;
    left: 0.99vw;
    color: #009FB8;
    font-size: 1.146vw;
    text-align: center;
    line-height: 2.552vw;
    letter-spacing: 0.156vw;
}

.textbox .text2box .desc5 {
    position: absolute;
    top: 32.248vw;
    width: 100%;
    color: #fff;
    font-size: 0.833vw;
    text-align: center;
}

.textbox .text3box {
    left: 21.823vw;
}

.textbox .text3box .title1 {
    position: absolute;
    top: 14.427vw;
    width: 100%;
    color: #fff;
    font-size: 1.563vw;
    font-weight: Bold;
    text-align: center;
}

.textbox .text3box .desc1 {
    position: absolute;
    top: 18.49vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text3box .desc2 {
    position: absolute;
    top: 20.313vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text3box .desc3 {
    position: absolute;
    top: 21.979vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text3box .desc4 {
    position: absolute;
    top: 23.646vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.378vw;
}

.textbox .text3box .desc5 {
    position: absolute;
    top: 25.313vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text3box .but1 {
    position: absolute;
    top: 28.871vw;
    left: 1.302vw;
    width: 16.719vw;
    height: 2.656vw;
}

.textbox .text3box .but1 img {
    display: block;
    position: relative;
    width: 100%;
}

.textbox .text3box .but1 p {
    position: absolute;
    top: 0;
    left: 5.781vw;
    color: #009FB8;
    font-size: 1.146vw;
    text-align: center;
    line-height: 2.552vw;
    letter-spacing: 0.156vw;
}

.textbox .text3box .desc6 {
    position: absolute;
    top: 32.248vw;
    width: 100%;
    color: #fff;
    font-size: 0.833vw;
    text-align: center;
}

.textbox .text4box {
    left: 43.385vw;
}

.textbox .text4box .title1 {
    position: absolute;
    top: 14.427vw;
    width: 100%;
    color: #fff;
    font-size: 1.563vw;
    font-weight: Bold;
    text-align: center;
}

.textbox .text4box .desc1 {
    position: absolute;
    top: 18.49vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text4box .desc2 {
    position: absolute;
    top: 20.313vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.014vw;
}

.textbox .text4box .desc3 {
    position: absolute;
    top: 22.135vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text4box .desc4 {
    position: absolute;
    top: 23.802vw;
    left: 1.08vw;
    color: #fff;
    font-size: 1.042vw;
    letter-spacing: 0.078vw;
}

.textbox .text4box .desc5 {
    position: absolute;
    top: 25.729vw;
    left: 1.146vw;
    color: #fff;
    font-size: 0.833vw;
    letter-spacing: 0px;
}

.textbox .text4box .desc6 {
    position: absolute;
    top: 26.667vw;
    left: 1.51vw;
    color: #fff;
    font-size: 0.833vw;
    letter-spacing: 0.03vw;
}

.textbox .text4box .but1 {
    position: absolute;
    top: 28.871vw;
    left: 1.302vw;
    width: 16.719vw;
    height: 2.656vw;
}

.textbox .text4box .but1 img {
    display: block;
    position: relative;
    width: 100%;
}

.textbox .text4box .but1 p {
    position: absolute;
    top: 0;
    left: 1.51vw;
    color: #009FB8;
    font-size: 1.146vw;
    text-align: center;
    line-height: 2.552vw;
    letter-spacing: 0.156vw;
}

.textbox .text4box .desc7 {
    position: absolute;
    top: 32.248vw;
    width: 100%;
    color: #fff;
    font-size: 0.833vw;
    text-align: center;
}

.footer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.938vw;
    background: #00b0ca;
}

.swiperbox .swiper-button-prev::after,
.swiperbox .swiper-button-next::after {
    content: ''
}

.swiperbox .swiper-button-prev {
    top: 12.708vw;
    left: -7.813vw;
    width: 4.01vw;
    height: 7.031vw;
    background: url('../image/prev2.png') no-repeat;
    background-size: 4.01vw 7.031vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-prev.swiper-button-disabled {
    top: 12.708vw;
    left: -7.813vw;
    width: 4.01vw;
    height: 7.031vw;
    background: url('../image/prev1.png') no-repeat;
    background-size: 4.01vw 7.031vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-next {
    top: 12.708vw;
    right: -7.813vw;
    width: 4.01vw;
    height: 7.031vw;
    background: url('../image/next2.png') no-repeat;
    background-size: 4.01vw 7.031vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-next.swiper-button-disabled {
    top: 12.708vw;
    right: -7.813vw;
    width: 4.01vw;
    height: 7.031vw;
    background: url('../image/next1.png') no-repeat;
    background-size: 4.01vw 7.031vw;
    opacity: 1;
    border: none;
    outline: none;
}