/* 首页 */
.index_banner {width:100vw;height:100vh}
.index_banner .sbox img{display: block;width: 100vw;height:100vh}
.index_banner .navigation .banner_prev{position:absolute;left:5%;top:50%;width:71px;height:71px;margin-top:-35.5px;background:url(../images/banner_quan.png) no-repeat left top;z-index:9}
.index_banner .navigation .banner_prev_left{position:absolute;top:50%;left:5%;margin-left:28px;width:12px;height:20px;margin-top:-10px;z-index:5;background:url(../images/banner_jt.png) no-repeat left -21px;}

.index_banner .navigation .banner_next{position:absolute;right:5%;top:50%;width:71px;height:71px;margin-top:-35.5px;background:url(../images/banner_quan.png) no-repeat right top;z-index:9}
.index_banner .navigation .banner_next_right{position:absolute;top:50%;right:5%;margin-right:28px;width:12px;height:20px;margin-top:-10px;z-index:5;background:url(../images/banner_jt.png) no-repeat right -21px;}

.index_banner .banner_prev:hover,.index_banner .banner_next:hover {
    animation: rotation 0.1s linear infinite
}
@keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.banner_pagination {
    position:absolute;left:20%;bottom:1%;z-index: 8;
}
.slider__bullet__items .item {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}
.slider__bullet__items .item.is-selected {
    font-size: 16px
}
.slider__bullet__items:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 13px;
    right: 13px;
    height: 1px;
    background-color: #fff;
}
.banner_pagination .active-dot {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -24px;
    width: 24px;
    height: 5px;
    background-color: #fff;
    border-top-left-radius: 5px;
    transition: all .3s;
}





.rotate-product-wrapper {
    background: #f4f4f4;
}

.rotate-product {
    margin-left:auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 125px;
    padding-top: 20px;
    position: relative
}


.rotate-product .mouse-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    z-index: 19;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.rotate-product .show-mouse {
    opacity: 1;
    width: 72px
}

.rotate-product .show-mouse,.rotate-product .unshow-mouse {
    -webkit-transition: width .3s,opacity .3s;
    transition: width .3s,opacity .3s
}

.rotate-product .unshow-mouse {
    opacity: 0;
    width: 0;
}

.rotate-product .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rotate-product .rotate-page {
    position: relative;
    width:90%;
    max-width: 1600px;
}

.rotate-product .rotate-page .pro_right_img {
    max-width:700px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    cursor: none;
    border-radius: 60px;
}
.rotate-product .rotate-page .rotate-icon {
    width:300px;
    height:38px;
    position: absolute;
    bottom:0;
    left:300px;
}

.rotate-product .rotate-page .product-pic {
    width: 900px;
    height: 505px;
    margin-right: auto;
    cursor: none
}

.rotate-product .rotate-page .mouse_modal {
    position: absolute;
    width: 900px;
    height: 505px;
    z-index: 9;
    cursor: none;
}


.rotate-product .swiper-container .swiper-button-next,.rotate-product .swiper-container .swiper-button-prev {
    opacity: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 99;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rotate-product .swiper-container .swiper-button-next:after,.rotate-product .swiper-container .swiper-button-prev:after {
    display: block;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMiAwTDQuNCAxOCAyMiAzNmgtNC40TDAgMTggMTcuNiAwSDIyeiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==);
    background-size: contain;
    width: 20px;
    height: 32px;
}

.rotate-product .swiper-container .swiper-button-next:hover,.rotate-product .swiper-container .swiper-button-prev:hover {
    opacity: 1
}

.rotate-product .swiper-container .swiper-button-prev {
    left: 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rotate-product .swiper-container .swiper-button-next {
    right: 3%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.rotate-product .swiper-pagination-bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 24px;
    color: #0870d8;
    opacity: .2;
    padding-left: 45px;
    padding-right: 45px;
    cursor: pointer
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: .6
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet-active,.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet-active:hover {
    opacity: 1
}

.swiper-pagination {
    position: static;
    margin-bottom: 100px;
}
.swiper-pagination-bullet {
    background: none;
    width:auto
}


.rotate-product .content-wrapper {
    width:60%;
    margin: 0 auto;
    display: none;
}
.rotate-product .content-wrapper h4 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 24px;
    letter-spacing: 10px;
}

.rotate-product .button-container button{
    width:120px;
    height:35px;
    position: relative;
    border: 0;
    background-color: rgb(169, 170, 168);
    margin-right: 20px;
}

.rotate-product .button-container button::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    height: 100%;
    width: 0;
    transition:  0.3s;
    background-color: #71c32b;
}
.rotate-product .button-container button:hover {
    z-index: 1;
    color: #fff;
}
.rotate-product .button-container button:hover a{
    z-index: 1;
    color: #fff;
}
.rotate-product .button-container button:hover::before {
    width: 100%;
    border: 1px solid #71c32b;
}

.rotate-product .swiper-slide.swiper-slide-active .rotate-page  .product-pic {
    animation: fadeInTopRight35deg 1500ms ease-in-out forwards
}

@keyframes fadeInTopRight35deg {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40%, -25%, 0) scale(0.6);
        -moz-transform: translate3d(-40%, -25%, 0) scale(0.6);
        transform: translate3d(-40%, -25%, 0) scale(0.6)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }
}









.i-product {
    background: #f4f4f4;
    padding: 3rem 0 0;
}
.i-product .productbox {
    overflow: hidden;
    position: relative;
    padding-bottom: 4.5rem;
    z-index: 1;
}
.i-product .productbox .swiper-pagination {
    bottom: 0;
}
.i-product .productbox .swiper-pagination span {
    width: 12px;
    height: 12px;
    background: #aaa;
    border-radius: 50%;
    margin: 0 7px;
}
.i-product .productbox .swiper-pagination span.swiper-pagination-bullet-active {
    background: #00a040;
}
.i-product .img {
    width: 320px;
    /*height: 320px;*/
    max-width: 100%;
    margin: 0 auto 1rem;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}
.i-product .img .img1, .i-product .img .img1-1 {
    max-width: 100%;
    max-height: 100%;
    /*position: absolute;*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.i-product .img .img1 {
    z-index: 1;
}
.i-product .img .img1-1 {
    z-index: 2;
    opacity: 0;
}
.i-product .item {
    background: #fff;
    position: relative;
    padding-bottom: 1.5rem;
    cursor: pointer;
    /*padding-top: 3rem;*/
}
.i-product .item .tip {
    width: 49px;
    height: 29px;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
}
.i-product .text {
    width: 100%;
    padding: 0 3%;
    position: relative;
}
.i-product .text .tit2 {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size:17px;
    line-height: 1.8;
    text-align: center;
}
.i-product .text .tit3 {
    color: #808080;
    margin-bottom: 10px;
}
/*.i-product .item:hover .img .img1 {*/
/*    opacity: 0;*/
/*}*/
/*.i-product .item:hover .img .img1-1 {*/
/*    opacity: 1;*/
/*}*/

.i-product .item .text .tit2 {
    color: #0870d8;
}
.i-product .item:hover .text .tit2 {
    color: #06a245;
}
.i-product .titlebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .75rem;
}
.i-product .titlebox .tit2 {
    color: #222;
    margin-right: 1.2rem;
}
.i-product .titlebox .tab-ulbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.i-product .titlebox .li {
    margin-right: 1.25rem;
    font-size: 15px;
    color: #666;
}
.i-product .titlebox .li:hover, .i-product .titlebox .li.on {
    color: #00a041;
}



.home-tit {
    text-align: center;
    padding: 35px 0;
}
.home-tit .en {
    display: block;
}
.home-tit .cn {
    color: #0870d8;
    font-size: 42px;
    position: relative;
    z-index: 2;
    top: -15px;
    font-weight: bold;
}



.section-index-news {
    background: #fafcff;
}

.section-index-news .container {
    width: 90%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.items-news .ft-item {
    background: #f7f9fc;
    border: 1px solid #e6edfa;
    border-top: 4px solid #fafcff;
    box-shadow: 0 8px 8px 0 rgba(239, 242, 249, 0.5);
}

.items-news .ft-item:hover {
    border-top: 4px solid #0870d8;
}

.items-news .ft-item:hover > .title-l4 {
    color: #0870d8;
}

.items-news .ft-item > .title-l4 {
    height: 60px;
    margin-bottom: 20px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items-news .ft-item {
    padding-top: 45px;
}

.items-news .date {
    padding-bottom: 30px;
}

.items-news .ft-item > p {
    height: 80px;
    margin-bottom: 20px;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.section-index-news .My-more-btn {
    margin: 100px;
}

.My-footer-btn {
    text-align: center;
}

.items-news a {
    color: #777;
}

.items-news .img-box {
    height: 240px;
    overflow: hidden;
}
.items-news .img-box img {
    width: 100%;
    object-fit: cover;
}
.ft-cards .ft-item {
    padding: 50px 40px;
    transition: all 0.3s;
}
.title-l4 {
    font-size:20px;
    font-weight: 500;
    color: #323b4d;
}
.My-more-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #71c32b;
    border-radius: 4px;
}

.ft-cards .ft-item:hover {
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}



.w1200{margin:0 auto;width:90%;}
.title001s .rr{ position: absolute; right: 0;}
.title001s .rr svg{ width: 2.125rem; height: 2.125rem; fill:#b2b2b2; transition: .5s;}

.list_box_03{ display: flex;}
.list_box_03 li{ width: 50%;}
.list_box_03 li .img:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}

.container03 .fl02{ overflow: hidden;}

.container03 .fl03 .content{ background: #fff; padding: 4.5rem 0; border-radius: 0 3.125rem 0 0; position: relative; top: -10.9375rem; margin-bottom: -10.9375rem; display: flex; flex-wrap: wrap;}
.container03 .fl03 .content .box{width: 50%;padding: 0 4.625rem;position: relative;}
.container03 .fl03 .content .box:nth-child(1)::before{ content: ""; position: absolute; right: 0; top: 0; bottom: 0; background: #dfe5e8; width: 1px;}
.container03 .fl03 .box .top{ display: flex; align-items: center; justify-content: space-between;}
.container03 .fl03 .box .top .ll .ico{ height: 4.5rem;}
.container03 .fl03 .box .top .ll h3{font-size: 1.875rem;color: #2b2e2d;letter-spacing: 1rem;display: flex;align-items: center;}
.img_w{position:relative;display: flex;}
.img_w .img_w_li{position:absolute;top:0;width: 0;bottom:0;left:0;transition: .5s;overflow: hidden;}
.container03 .fl03 .box .top .rr{ font-size: 7.5rem; color: #c9cdd5; opacity: .3;}
.container03 .fl03 .box p{font-size: .875rem;color: #585858;line-height: 24px;margin: 1.75rem 0;text-align: justify;min-height: 72px;}
.container03 .fl03 .box .top .ll h3:hover .img_w .img_w_li{ width:100%}

.container03 .fl03 .box .list_box_04 { overflow: hidden;}
.container03 .fl03 .box .list_box_04 h5{margin-top:20px;text-align: center;font-size:14px;}
.list_box_04 li .ico{position: relative;border-radius: 50%;max-width: 100%;margin:0 auto;}
.list_box_04 li .ico img{ width:100%; height:100%;}




 .t_syk3 {
     background: #fff;
     overflow: hidden;
     position: relative;
 }
.t_syk3video {
    width: 100%;
    height: 720px;
    position: relative;
}
.t_syk3video::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.03);
    z-index: 2;
}
.t_syk3video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.t_syk3bg {
    width: 100%;
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    transition: all 1.56s;
    z-index: 6;
}
.t_syk3bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.t_syk3nr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 160px
}
.t_content1 {
    width: 90%;
    margin: 0 auto;
}
.t_syk3le {
    width: 52%;
}
.t_syk3nr .t_yiqih2 {
    margin-bottom: 20px;
}
.t_yiqih2 h2 {
    font-size: 46px;
    color: #333;
    line-height: 1.5;
}
.t_syk3nr .t_yiqiduan {
    margin-bottom: 36px;
}
.t_yiqiduan p {
    color: #666;
    font-size: 18px;
    line-height: 1.75;
}
.t_syk3ul {
    margin-bottom: 78px;
}
.t_syk3li {
    width: 33.333333%;
}
.fl {
    float: left;
}
.t_syk3shu {
    font-size: 30px;
    font-weight: bold;
    color: #0870d8;
    margin-bottom: 23px;
    transition: all 0.36s;
}
.t_syk3xshu {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    transition: all 0.36s;
}
.t_yiqiliao {
    display: inline-block;
    position: relative;
}
.t_yiqiliao::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #71c32b;
    transition: all 0.36s;
}
.t_yiqimoreli {
    padding: 0 32px;
    position: relative;
    z-index: 10;
    border: 2px solid #71c32b;
}
.t_yimorezi {
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    margin-right: 26px;
    transition: all 0.36s;
}
.t_yimoreicon {
    width: 24px;
    line-height: 46px;
}
.fr {
    float: right;
}
.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}
.t_yibtn {
    width: 100%;
    display: inline-block;
    position: relative;
    line-height: 1;
}
.t_yiqimore1 .t_baibtn {
    opacity: 1;
}
.t_yimoreicon img {
    width: 100%;
    transition: all 0.36s;
}
.t_yiqimore1 .t_chengbtn {
    opacity: 0;
}
.t_chengbtn {
    position: absolute;
    top: 0;
    left: 0;
}

.t_syk3:hover .t_syk3bg{
    left: -100%;
}
.t_syk3:hover .t_yiqih2 h2{
    color:#fff;
}
.t_syk3:hover .t_yiqiduan p{
    color:#fff;
}
.t_syk3:hover .t_syk3shu{
    color:#fff;
}
.t_syk3:hover .t_syk3xshu{
    color:#fff;
}


.t_yiqimore1 a:hover .t_yiqiliao::before{
    width: 0;
    opacity: 0;
}
.t_yiqimore1 a:hover .t_yimorezi{
    color: #71c32b;
}
.t_yiqimore1 a:hover .t_baibtn{
    opacity: 0;
}
.t_yiqimore1 a:hover .t_chengbtn{
    opacity: 1;
}



.container-fluid-custom {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%
}
.wp-block-custom-ge-parallax {
    padding: 0;
    min-height: 31.25rem;
    position: relative;
    overflow: hidden;
}

.wp-block-custom-ge-parallax .section {
    width: 100%;
    padding: 12em 0;
    position: relative
}

.wp-block-custom-ge-parallax .section.top {
    height: 100vh;
}

.wp-block-custom-ge-parallax .photowrap {
    clip: rect(0,auto,auto,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-block-custom-ge-parallax .bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 1;
    transition: all 1s ease 0s;
}
.wp-block-custom-ge-parallax .gePrallaxV1SecSlide {
    position: absolute;
    background-color: #0d1623;
    color: #0d1623;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s ease 0s;
}
.wp-block-custom-ge-parallax .photowrap.image.second .bg {
    z-index: -1
}

.wp-block-custom-ge-parallax .photowrap.image.first {
    padding: 0
}

.wp-block-custom-ge-parallax a.wp-block-button__link {
    color: #fff
}

.wp-block-custom-ge-parallax .photowrap.image.second {
    z-index: 0
}

.wp-block-custom-ge-parallax #grad1 {
    position: absolute;
    opacity: 0.93;
    height: 30vh;
    top: 0;
    width: 100%;
    background-image: linear-gradient(to top,rgba(13,22,35,0),#0d1623);
    display: block;
    z-index: 2;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide1  {
    opacity: 0.9;transition: all 2s ease 0s;background-color: #0d1623;position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: 1;pointer-events: none;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 {
    height: 100%;
    overflow: hidden
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 .mycontent {
    position: relative
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 .content {
    position: relative
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 h5 {
    text-transform: uppercase;
    letter-spacing: 0.18rem;
    margin: 0;
    color: #71c32b;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 h5::before {
    content: "";
    border-top: solid 0.18rem #fff;
    width: 3%;
    color: #fff;
    display: block;
    border-radius: 0.12rem;
    margin-bottom: 1%
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 h1,.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 p {
    line-height: 1.2;
    padding: 1em 0;
    margin: 0
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 h1:not([class*="font-size"]),.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 p:not([class*="font-size"]) {
    font-size: calc(1.43rem + 3.6vw);
    letter-spacing: -0.08rem
}



.wp-block-custom-ge-parallax .wp-block-button {
    margin: 1em 1em 1em 0;
    float: left
}

.wp-block-custom-ge-parallax .is-style-outline>:where(.wp-block-button__link),.wp-block-custom-ge-parallax :where(.wp-block-button__link).is-style-outline {
    padding: 0 2em !important
}

.wp-block-button__link {
    background-color: #0870d8;
    border: 2px solid #0870d8;
    border-radius: 26px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 52px;
    letter-spacing: 2px;
    line-height: 52px;
    padding: 0 2em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.wp-block-button__link:hover {
    background-color: #095eb4;
    border: 2px solid #095eb4
}
.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid #979797;
}













.courseWrap{position: relative; height: 800px;overflow: hidden;}
.course{position: absolute; left: 0; right: 0; top: 0; bottom: 0; width:1200px; height: 800px; margin:auto; z-index: 3;}
.hd{position: relative; width: 1200px; margin: 0 auto;z-index: 3;}
.course .hd li{float: left; width: 70px; height: 30px; line-height: 30px; font-size: 30px; position: relative; cursor:pointer; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.course .hd li:hover{color: #0870d8 !important;}
.course .hd li.cur{color: #0870d8 !important;}
.course .hd li.cur:after{background: #0870d8;}
.course .hd li.cur:before{border-color: #0870d8;}
.course .hd li::after{content: ""; position: absolute; top: 0; bottom: 0; left: 5px; margin: auto; display: block;width: 13px;height:13px; background: rgb(49,58,65,0.1);border-radius: 50%;}
.course .hd li::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; display: block;width: 21px;height:21px;border:1px solid #eaebec; background: #fff;border-radius: 50%;}
.course .hd .year07::after,.course .hd .year08::after{ top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.course .hd .year07::before,.course .hd .year08::before{ top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.course .hd .year09::after,.course .hd .year10::after,.course .hd .year11::after,.course .hd .year12::after,.course .hd .year13::after,.course .hd .year14::after{ top: 0; bottom: 0; left: 80px; margin: auto; }
.course .hd .year09::before,.course .hd .year10::before,.course .hd .year11::before,.course .hd .year12::before,.course .hd .year13::before,.course .hd .year14::before{ top: 0; bottom: 0; left: 75px; margin: auto; }
.course .hd .year01{padding-left: 30px; position: absolute; top: 720px; left: 108px; color: rgba(49,58,65,0.8); }
.course .hd .year02{padding-left: 30px; position: absolute; top: 630px; left: 90px; color: rgba(49,58,65,0.8); }
.course .hd .year03{padding-left: 30px; position: absolute; top: 526px; left: 90px; color:rgba(49,58,65,0.8); }
.course .hd .year04{padding-left: 30px; position: absolute; top: 416px; left: 114px; color:rgba(49,58,65,0.8); }
.course .hd .year05{padding-left: 30px; position: absolute; top: 163px; left: 303px; color: rgba(49,58,65,0.8);}
.course .hd .year06{padding-top: 30px; position: absolute; top: 76px; left: 543px; color: rgba(49,58,65,0.8);}
.course .hd .year07{padding-top: 70px; position: absolute; top: 75px; left: 704px; color: rgba(49,58,65,0.8);}
.course .hd .year08{padding-top: 70px; position: absolute; top: 129px;left: 826px; color: rgba(49,58,65,0.8);}
.course .hd .year09{ position: absolute; top: 235px; left: 880px; color: rgba(49,58,65,0.8);}
.course .hd .year10{position: absolute; top: 329px;left: 950px; color: rgba(49,58,65,0.8);}
.course .hd .year11{ position: absolute; top: 432px; left: 992px; color: rgba(49,58,65,0.8);}
.course .hd .year12{ position: absolute; top: 526px; left: 1012px; color: rgba(49,58,65,0.8);}
.course .hd .year13{ position: absolute; top: 630px; left: 1012px; color: rgba(49,58,65,0.8);}

.course .bd {position: absolute; left: 0; right: 0; bottom: -110px; margin: auto; width:610px; height: 610px; z-index: 3;background: url(../images/lcbj.png) center center no-repeat; border-radius: 50%;}
.course .bd li{display: none; position: relative; width:612px; height: 612px; }
.course .bd li .text{position: absolute;width: 412px; height: 212px; line-height: 30px; font-size: 18px; color: #fff; text-align: center; padding: 200px 100px;box-sizing: content-box;}
.course .bd li .text strong{display: block; margin-bottom: 20px;font-size: 48px;}

.course .bd::after{
    content: "";
    display: block;
    position: absolute;
    width: 790px;
    height: 790px;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    z-index: 2;
}

.course .bd::before{
    content: "";
    display: block;
    position: absolute;
    width: 740px;
    height: 740px;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    z-index: 2;
}



.quanquan {
    position: relative;
    width: auto;
    height: 800px;
}
/* 保持大小不变的小圆圈 何问起 */
.dot {
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: 0;
    right: 0;
    top: 90px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid rgba(49,58,65,0.1);
    border-radius: 50%;
    z-index: 2;
}

.dot::after{
    content: "";
    display: block;
    position: absolute;
    width: 690px;
    height: 690px;
    left: 0;
    right: 0;
    top: 160px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #e6e8e8;
    border-radius: 50%;
    z-index: 2;
}

.dot::before{
    content: "";
    display: block;
    position: absolute;
    width: 640px;
    height: 640px;
    left: 0;
    right: 0;
    top: 185px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 6px solid #d5d8d9;
    border-radius: 50%;
    z-index: 2;
}

/* 产生动画（向外扩散变大）的圆圈  */
.pulse1 {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    border: 1px solid #d5d8d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 20px #f5f6f6;
}

.pulse2 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: -25%;
    right: -25%;
    top: 30%;
    margin: auto;
    border: 3px solid #d5d8d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 30px #f5f6f6;
}

.pulse3 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -25%;
    right: -25%;
    top: 20%;
    margin: auto;
    border: 6px solid #d5d8d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 40px #f5f6f6;
}
@keyframes warn {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.3;
    }

    100% {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}







.caseWrap{
    position: relative;
    width: 100vw;
    height: 700px;
    background: url(../images/casebj.jpg) center center no-repeat;
    background-size: 100% auto;
}

.caseWrap .casebt{
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #6b6b6b;
    text-transform:capitalize;
}

.caseWrap .casebt strong{
    display: block;
    margin-bottom: 15px;
    font-size: 36px;
    color: #313a41;
}

.caursel3d-container {
    position: relative;
    margin: 0 auto;
    display: block !important;
}

#carousel {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    transform-style: preserve-3d;
    -ms-transform-style:none;
    -ms-transform: none;
    transform: rotateY(0deg) translateZ(480px);
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: yyrotation;
}

#carousel:hover {
    animation-play-state: paused;
}

#carousel figure {
    display: block;
    width: 336px;
    height: 450px;
    position: absolute;
    left: -40px;
    top: 10px;
    overflow: hidden;
}
.caursel3d img{
    cursor: pointer;
    transition: all .5s ease;
    width: 100%;
    height: 100%; }

.caursel3d img:hover{
    transform: scale(1.2, 1.2); }

.caursel3d {
    display: block;
    position: relative;
    margin: auto;
    width: 336px;
    height: 450px;
    top: 150px;
    perspective: 2100px;
}

#carousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(480px);
    -ms-transform: rotateY(0deg) translateZ(480px);
    -moz-transform: rotateY(0deg) translateZ(480px);
    -webkit-transform: rotateY(0deg) translateZ(480px);
    -o-transform: rotateY(0deg) translateZ(480px);
}

#carousel figure:nth-child(2) {
    transform: rotateY(45deg) translateZ(480px);
    -ms-transform: rotateY(45deg) translateZ(480px);
    -moz-transform: rotateY(45deg) translateZ(480px);
    -webkit-transform: rotateY(45deg) translateZ(480px);
    -o-transform: rotateY(45deg) translateZ(480px);
}

#carousel figure:nth-child(3) {
    transform: rotateY(90deg) translateZ(480px);
    -ms-transform: rotateY(90deg) translateZ(480px);
    -moz-transform: rotateY(90deg) translateZ(480px);
    -webkit-transform: rotateY(90deg) translateZ(480px);
    -o-transform: rotateY(90deg) translateZ(480px);
}

#carousel figure:nth-child(4) {
    transform: rotateY(135deg) translateZ(480px);
    -ms-transform: rotateY(135deg) translateZ(480px);
    -moz-transform: rotateY(135deg) translateZ(480px);
    -webkit-transform: rotateY(135deg) translateZ(480px);
    -o-transform: rotateY(135deg) translateZ(480px);
}

#carousel figure:nth-child(5) {
    transform: rotateY(180deg) translateZ(480px);
    -ms-transform: rotateY(180deg) translateZ(480px);
    -moz-transform: rotateY(180deg) translateZ(480px);
    -webkit-transform: rotateY(180deg) translateZ(480px);
    -o-transform: rotateY(180deg) translateZ(480px);
}

#carousel figure:nth-child(6) {
    transform: rotateY(225deg) translateZ(480px);
    -ms-transform: rotateY(225deg) translateZ(480px);
    -moz-transform: rotateY(225deg) translateZ(480px);
    -webkit-transform: rotateY(225deg) translateZ(480px);
    -o-transform: rotateY(225deg) translateZ(480px);
}

#carousel figure:nth-child(7) {
    transform: rotateY(270deg) translateZ(480px);
    -ms-transform: rotateY(270deg) translateZ(480px);
    -moz-transform: rotateY(270deg) translateZ(480px);
    -webkit-transform: rotateY(270deg) translateZ(480px);
    -o-transform: rotateY(270deg) translateZ(480px);
}

#carousel figure:nth-child(8) {
    transform: rotateY(315deg) translateZ(480px);
    -ms-transform: rotateY(315deg) translateZ(480px);
    -moz-transform: rotateY(315deg) translateZ(480px);
    -webkit-transform: rotateY(315deg) translateZ(480px);
    -o-transform: rotateY(315deg) translateZ(480px);
}


@keyframes yyrotation {
    from {
        transform: rotateY(0deg); }

    to {
        transform: rotateY(-360deg); }
}


.webapp .caursel3d{
    width: 136px;
    height: 100px;
    top: 0;
    perspective: 1200px;
}

.webapp #carousel figure{
    width: 136px;
    height: 100px;
}

.webapp #carousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(2) {
    transform: rotateY(45deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(3) {
    transform: rotateY(90deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(4) {
    transform: rotateY(135deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(5) {
    transform: rotateY(180deg) translateZ(180px);

}

.webapp #carousel figure:nth-child(6) {
    transform: rotateY(225deg) translateZ(180px);

}

.webapp #carousel figure:nth-child(7) {
    transform: rotateY(270deg) translateZ(180px);

}

.webapp #carousel figure:nth-child(8) {
    transform: rotateY(315deg) translateZ(180px);

}