/* 导航 */
.indexActive .header {
    position: absolute !important;
    background: transparent !important;
}
.indexActive .header .navbar .pc_menu .pc_logo a img {
    filter: grayscale(0) brightness(100);
    -webkit-filter: grayscale(0) brightness(100);
}
.indexActive.fp-viewing-0 .header .navbar .pc_menu .pc_logo a img {
    filter: none;
    -webkit-filter: none;
}
.indexActive .header .navbar .pc_menu .pc_menu_right > li .t {
    color: #fff;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}
.indexActive.fp-viewing-0 .header .navbar .pc_menu .pc_menu_right > li .t {
    color: #333;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}
.indexActive .header .navbar .pc_menu .pc_menu_right > li.active .t {
    color: #d82e31;
}
.indexActive .header .navbar .pc_menu .pc_menu_right > li:hover .t {
    color: #d82e31;
}
.indexActive .login ul li a {
    color: #fff;
}
.indexActive.fp-viewing-0 .login ul li a {
    color: #333;
}
.indexActive .login ul li:nth-child(1) a {
    border-right: 1px solid #fff;
}
.indexActive .sb-icon-search {
    background: url(../img/index/index-search.png) center center no-repeat;
}
.indexActive .sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url(../img/index/index-search.png) center center no-repeat;
}

.indexActive .part_one {
    margin-top: 0 !important;
}
.section.first {
    position: relative;
}
.part_one .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
}
.part_one .swiper-slide {
    z-index: 1;
}
.part_one .swiper-slide-active {
    z-index: 2;
}
.part_one .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
}
.swiper-slide a img {
    display: inline-block;
    width: auto !important;
    height: 100%;
}
.six .swiper-grid-column > .swiper-wrapper {
    flex-direction: row;
    height: auto !important;
}
.six .swiper-slide a img {
    width: 100% !important;
    height: auto;
    transition: all 0.3s linear;
}
.six .swiper-slide {
    height: auto;
    box-sizing: border-box;
    padding-bottom: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.six .swiper-slide a {
    display: block;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 10px #333;
    border-radius: 5px;
}
.six .swiper-slide a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* 右侧圆点 */
#fp-nav {
    position: fixed;
    z-index: 100;
    right: 2%;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav ul,
.fullPage-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 13px 0;
    position: relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fp-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li .active span,
.fullPage-slidesNav .active span {
    background: url(../img/index/nav-cricle-active.png) no-repeat;
    background-size: 100% 100%;
}
#fp-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: url(../img/index/nav-cricle.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
}

/*.fp-viewing-3 #fp-nav li .active span,
.fp-viewing-3 .fullPage-slidesNav span {
    background:url(../img/index/four-cricle-active.png)no-repeat;
    background-size: 100% 100%;
}
.fp-viewing-3 #fp-nav span,
.fp-viewing-3 .fullPage-slidesNav .active span{
    background:url(../img/index/four-cricle.png)no-repeat;
    background-size: 100% 100%;
}*/

/* 标题 */
.indexPage-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 45px;
    align-items: flex-end;
}
.indexPage-title .title-left {
}
.indexPage-title h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #fff;
    opacity: 0.2;
}
.indexPage-title p {
    font-size: 24px;
    color: #fff;
}
.indexPage-more a {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.indexPage-more a:hover {
    color: #d82e31;
    border-bottom: 1px solid #d82e31;
}
.indexPage-title a {
    display: inline-block;
    width: 150px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #999;
    font-size: 15px;
    text-align: center;
}
.indexPage-title a {
    color: #fff;
}
.indexPage-title a:hover {
    color: #fff;
    border: 1px solid #d82e31;
    background: #d82e31;
}

@media (max-width: 1600px) {
    .indexPage-title h1 {
        font-size: 56px;
        line-height: 56px;
    }
    .indexPage-title p {
        font-size: 23px;
    }
    .indexPage-title {
        margin-bottom: 43px;
    }
}
@media (max-width: 1500px) {
    .indexPage-title h1 {
        font-size: 52px;
        line-height: 52px;
    }
    .indexPage-title p {
        font-size: 22px;
    }
    .indexPage-title a {
        font-size: 14px;
        width: 140px;
        line-height: 38px;
    }
    .indexPage-title {
        margin-bottom: 40px;
    }
}
@media (max-width: 1400px) {
    .indexPage-title h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 18px;
    }
    .indexPage-title p {
        font-size: 21px;
    }
    .indexPage-title {
        margin-bottom: 36px;
    }
}
@media (max-width: 1300px) {
    .indexPage-title h1 {
        font-size: 46px;
        line-height: 46px;
    }
    .indexPage-title p {
        font-size: 20px;
    }
    .indexPage-title a {
        font-size: 13px;
        width: 120px;
        line-height: 35px;
    }
    .indexPage-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 1200px) {
    .indexPage-title h1 {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .indexPage-title p {
        font-size: 18px;
    }
}
@media (max-width: 960px) {
    .indexPage-title a {
        font-size: 12px;
        width: 100px;
        line-height: 32px;
    }
    .indexPage-title h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .indexPage-title p {
        font-size: 16px;
    }
}
@media (max-width: 760px) {
    .indexPage-title h1 {
        font-size: 33px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .indexPage-title p {
        font-size: 16px;
    }
}

/* 第二屏 */
.fp-tableCell {
    display: flex;
    align-items: center;
    width: 100%;
}
.fp-tableCell > div {
    width: 100%;
}
.section.second {
    background: url(../img/section_about_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.index01-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.index01-left,
.index01-right {
    width: 50%;
    opacity: 0;
}
.index01-txt {
    margin-bottom: 5%;
}
.index01-txt p {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.index01-right .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.index01-right .wrapper .counter {
    display: inline-block;
    width: 25%;
}
.index01-right .wrapper .counter h2,
.index01-right .wrapper .counter .add {
    display: inline-block;
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}
.index01-right .wrapper .counter p {
    font-size: 16px;
    color: #fff;
}
.second.current .index01-left {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInLeft 1s 0s linear;
    -webkit-animation: fadeInLeft 1s 0s linear;
}
.second.current .index01-right {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInRight 1s 0s linear;
    -webkit-animation: fadeInRight 1s 0s linear;
}
@media (max-width: 1600px) {
    .index01-right .wrapper .counter h2,
    .index01-right .wrapper .counter .add {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 1500px) {
    .index01-right .wrapper .counter h2,
    .index01-right .wrapper .counter .add {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 18px;
    }
    .index01-txt p,
    .index01-right .wrapper .counter p {
        font-size: 15px;
        line-height: 32px;
    }
}
@media (max-width: 1400px) {
    .index01-right .wrapper .counter h2,
    .index01-right .wrapper .counter .add {
        font-size: 36px;
        line-height: 36px;
    }
    .index01-txt p,
    .index01-right .wrapper .counter p {
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width: 1300px) {
    .index01-right .wrapper .counter h2,
    .index01-right .wrapper .counter .add {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .index01-txt p,
    .index01-right .wrapper .counter p {
        font-size: 13px;
        line-height: 28px;
    }
}
@media (max-width: 1200px) {
    .index01-right .wrapper .counter h2,
    .index01-right .wrapper .counter .add {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 960px) {
    .fp-tableCell > div {
        width: 90%;
    }
    .index01-right .wrapper .counter h2,
    .index01-right .wrapper .counter .add {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .index01-left,
    .index01-right {
        width: 100%;
    }
    .index01-left {
        margin-bottom: 20%;
    }
    .index01-right .wrapper {
        justify-content: flex-start;
    }
}
@media (max-width: 580px) {
    .index01-right .wrapper .counter h2,
    .index01-right .wrapper .counter .add {
        font-size: 22px;
        line-height: 22px;
    }
    .index01-txt p br {
        display: none;
    }
}

/* 第三屏 */
.section.third {
    background: url(../img/section_prod_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.section.third .indexPage-title a {
    margin-top: 26%;
}
.section.third .indexPage-title .title-right {
    width: 100%;
}
.index02-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index02-left {
    display: inline-block;
    width: 27.08%;
    opacity: 0;
}
.index02-right {
    display: inline-block;
    width: 72.92%;
    opacity: 0;
}
.index02-list ul {
    display: flex;
    flex-wrap: wrap;
}
.index02-list ul li {
    display: inline-block;
    width: 31.42%;
    margin-right: 2.8%;
    margin-bottom: 1.4%;
}
.index02-list ul li:nth-child(3n) {
    margin-right: 0;
}
.index02-list ul li .list-img {
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
}
.index02-list ul li .list-img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #fff;
}
.index02-list ul li .list-img a img {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.index02-list ul li:hover .list-img a img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.index02-list ul li .list-txt {
    padding: 5%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.index02-list ul li .list-txt p a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index02-list ul li:hover .list-txt p a {
    color: #d82e31;
}
.third.current .index02-left {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInUp 1s 0s linear;
    -webkit-animation: fadeInUp 1s 0s linear;
}
.third.current .index02-right {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInRight 1s 0s linear;
    -webkit-animation: fadeInRight 1s 0s linear;
}
@media (max-width: 1600px) {
    .index02-list ul li .list-txt p a {
        font-size: 15px;
    }
}
@media (max-width: 1500px) {
    .index02-list ul li .list-txt p a {
        font-size: 14px;
    }
}
@media (max-width: 1400px) {
}
@media (max-width: 1300px) {
    .index02-list ul li .list-txt p a {
        font-size: 13px;
    }
}
@media (max-width: 1200px) {
}
@media (max-width: 960px) {
    .index02 {
        padding: 8% 0;
    }
    .index02-list ul li .list-txt p a {
        font-size: 12px;
    }
    .index02-left {
        width: 100%;
        margin-bottom: 5%;
    }
    .index02-right {
        width: 100%;
    }
    .section.third .indexPage-title .title-right {
        width: auto;
    }
    .section.third .indexPage-title a {
        margin-top: 0;
    }
}
@media (max-width: 580px) {
    .index02-list ul {
        justify-content: space-between;
    }
    .index02-list ul li {
        width: 48.5%;
        margin-right: 0;
        margin-bottom: 3%;
    }
}

/* 第四屏 */
.section.four .title-left {
    opacity: 0;
}
.section.four .title-right {
    opacity: 0;
}
.section.four {
    background: url(../img/section_news_bg.jpg) no-repeat;
    background-size: cover;
}
/*    .section.two .title-left {
        opacity: 0;
    }

.section.two .title-right {
    opacity: 0;
}*/

.section.two {
    background: url(../img/section_solution_bg.jpg) no-repeat;
    background-size: cover;
}
.section.two .row {
    overflow: hidden;
}
/*.section.six .title-left {
    opacity: 0;
}

.section.six .title-right {
    opacity: 0;
}*/

.section.six {
    background: url(../img/section_partners_bg.jpg) no-repeat;
    background-size: cover;
}
.index03 .indexPage-title h1 {
    color: #fff;
}
.index03 .indexPage-title p {
    color: #ffffff;
}
.index03 .item {
    opacity: 0;
}
.six .index03 .item {
    opacity: 1;
}
.index03 .item-time p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.index03 .item-img {
    width: 100%;
    padding-bottom: 67.415%;
    position: relative;
}
.six .index03 .item-img {
    width: 100%;
    padding-bottom: 0;
    position: relative;
}
.index03 .item-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
}
.six .index03 .item-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: inherit;
    overflow: hidden;
}

.index03 .item-img a img {
    display: inline-block;
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.index03 .item-txt h1 a {
    position: relative;
    padding-left: 0;
    transition: 0.5s;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5% 0 4%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.index03 .item-txt p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index03 .item:hover .item-img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index03 .item:hover .item-txt h1 a {
    padding-left: 30px;
    color: #d82e31;
}
.index03 .item-txt h1 a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0px;
    height: 1px;
    background: #d82e31;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.index03 .item:hover .item-txt h1 a::after {
    width: 20px;
}
.row-arrow .owl-nav .owl-prev,
.row-arrow .owl-nav .owl-next {
    background: url(../img/index/index03-arrow.png) no-repeat;
    background-size: 100% 100%;
    display: block !important;
}
.row-arrow .owl-nav .owl-prev {
    left: -3.5%;
}
.row-arrow .owl-nav .owl-next {
    right: -3.5%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.row-arrow .owl-nav .owl-prev:hover {
    background: url(../img/index/index03-arrow-hover.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.row-arrow .owl-nav .owl-next:hover {
    background: url(../img/index/index03-arrow-hover.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.four.current .index03 .item {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: zoomIn 1s 0s linear;
    -webkit-animation: zoomIn 1s 0s linear;
}
.four.current .title-left {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInLeft 1s 0s linear;
    -webkit-animation: fadeInLeft 1s 0s linear;
}
.four.current .title-right {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInRight 1s 0s linear;
    -webkit-animation: fadeInRight 1s 0s linear;
}
.two .title-left {
    opacity: 0;
}
.two.current .title-left {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInLeft 1s 0s linear;
    -webkit-animation: fadeInLeft 1s 0s linear;
}
.two .title-right {
    opacity: 0;
}
.two.current .title-right {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInRight 1s 0s linear;
    -webkit-animation: fadeInRight 1s 0s linear;
}
.two .index03-lbt {
    opacity: 0;
}
.two.current .index03-lbt {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInUp 1s 0s linear;
    -webkit-animation: fadeInUp 1s 0s linear;
}
.six .title-left {
    opacity: 0;
}
.six.current .title-left {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInLeft 1s 0s linear;
    -webkit-animation: fadeInLeft 1s 0s linear;
}
.six .index03-lbt {
    opacity: 0;
}
.six.current .index03-lbt {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    animation: fadeInUp 1s 0s linear;
    -webkit-animation: fadeInUp 1s 0s linear;
}
@media (max-width: 1600px) {
    .index03 .item-time p {
        font-size: 19px;
    }
    .index03 .item-txt h1 a {
        font-size: 17px;
    }
}
@media (max-width: 1500px) {
    /*.section.four{background:url(../img/index/index03-bg.png) no-repeat ;background-size: 100% 90px;}*/
    .index03 .item-time p {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .index03 .item-txt h1 a {
        font-size: 16px;
    }
    .index03 .item-txt p {
        font-size: 13px;
        line-height: 28px;
    }
}
@media (max-width: 1400px) {
    /*.section.four{background:url(../img/index/index03-bg.png) no-repeat ;background-size: 100% 85px;}*/
    .index03 .item-time p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .index03 .item-txt h1 a {
        font-size: 15px;
    }
}
@media (max-width: 1300px) {
    /*.section.four{background:url(../img/index/index03-bg.png) no-repeat ;background-size: 100% 80px;}*/
    .index03 .item-time p {
        font-size: 16px;
    }
    .index03 .item-txt h1 a {
        font-size: 14px;
    }
    .index03 .item-txt p {
        font-size: 12px;
        line-height: 26px;
    }
}
@media (max-width: 1200px) {
    /*.section.four{background:url(../img/index/index03-bg.png) no-repeat ;background-size: 100% 75px;}*/
    .index03 .item-time p {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .index03-container {
        padding: 0 8%;
    }
}
@media (max-width: 960px) {
    /*.section.four{background:url(../img/index/index03-bg.png) no-repeat ;background-size: 100% 55px;}*/
    .index03 .item-time p {
        font-size: 14px;
    }
}
@media (max-width: 760px) {
    .row-arrow .owl-nav .owl-next {
        right: -6.5%;
    }
    .row-arrow .owl-nav .owl-prev {
        left: -6.5%;
    }
}

/* 第五屏 */
.section.five {
    background: #2b2e34;
}

@media (max-width: 760px) {
    .second .index01-left,
    .second .index01-right,
    .index03 .item,
    .third .index02-left,
    .third .index02-right,
    .section.four .title-left,
    .section.four .title-right {
        opacity: 1;
    }
    .second.current .index01-left {
        opacity: 1;
        transition: 0s;
        -webkit-transition: 0s;
        animation: none;
        -webkit-animation: none;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
    .second.current .index01-right {
        opacity: 1;
        transition: 0s;
        -webkit-transition: 0s;
        animation: none;
        -webkit-animation: none;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
    .third.current .index02-left {
        opacity: 1;
        transition: 0s;
        -webkit-transition: 0s;
        animation: none;
        -webkit-animation: none;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
    .third.current .index02-right {
        opacity: 1;
        transition: 0s;
        -webkit-transition: 0s;
        animation: none;
        -webkit-animation: none;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
    .four.current .index03 .item {
        opacity: 1;
        transition: 0s;
        -webkit-transition: 0s;
        animation: none;
        -webkit-animation: none;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
    .four.current .title-left {
        opacity: 1;
        transition: 0s;
        -webkit-transition: 0s;
        animation: none;
        -webkit-animation: none;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
    .four.current .title-right {
        opacity: 1;
        transition: 0s;
        -webkit-transition: 0s;
        animation: none;
        -webkit-animation: none;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }

    .section.four {
        background: none;
    }
    .index03 .indexPage-title p {
    }
    .index03 .indexPage-title h1 {
    }

    body {
        overflow: auto !important;
    }
    .fp-tableCell > div {
        width: 100% !important;
    }
    .section,
    .fp-tableCell {
        height: auto !important;
    }
    #fp-nav {
        display: none;
    }
    .part_one {
        width: 100% !important;
        padding-bottom: 120%;
        position: relative;
    }
    .index01,
    .index03 {
        padding: 8% 0;
    }
    .indexActive .header {
        background: rgba(0, 0, 0, 0.35) !important;
    }
}

.fp-viewing-6 .header {
    display: none;
}
.swiper-slide .one {
    display: inline-block;
    width: 100%;
}
.swiper-slide .two {
    display: none;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/banner-icon.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: url(../img/banner-icon-active.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 7px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: 3%;
    left: 0;
    width: 100%;
}
@media (max-width: 760px) {
    .swiper-slide .two {
        display: inline-block;
        width: 100%;
    }
    .swiper-slide .one {
        display: none;
    }
    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.two .box-wrap {
    position: relative;
}

.two .accordion-item .box-wrap .box-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.3);
}
.accordion-item:hover .box-wrap .box-content,
.accordion-item.active .box-wrap .box-content {
    background-color: transparent;
}
.two .box-wrap .box-content .box-title {
    color: #fff;
    line-height: 32px;
    padding: 15px;
    font-size: 18px;
}
.two .box-wrap .box-content .box-links {
}
.two .box-wrap .box-content .box-links a {
    line-height: 32px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}
.accordion {
    display: flex;
    width: 100%;
}

.accordion-item {
    flex: 1;
    transition: flex 0.3s ease;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-item .box-wrap a {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.accordion-item img {
    width: auto;
    transition: all 0.3s ease;
    height: 50vh;
}
.accordion-item:hover {
    flex: 5;
}
.accordion-item.active {
    flex: 5;
}

.accordion-content {
    padding: 5px;
    width: 100%;
    overflow: hidden;
}
.swiper-slide video.one{
    width: 100%!important;
    height: 100vh;
    object-fit: cover;
}
.part_one .swiper-slide .one{
    width:100%!important;
    object-fit: cover;
}