@charset "utf-8";
/* CSS Document */

@import url("swiper-bundle.min.css");

/*轮播大图*/
.lunbo-con {
    position: relative;
}

@keyframes lbimg {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes textleft {
    0% {
        opacity: 0;
        margin-left: -50px;
    }
    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

@keyframes videoright {
    0% {
        opacity: 0;
        margin-left: 100px;
    }
    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

@keyframes btnleft {
    0% {
        opacity: 0;
        margin-left: -50px;
    }
    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

@keyframes btnright {
    0% {
        opacity: 0;
        margin-left: 100px;
    }
    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

.lunbo-img {
    overflow: hidden;
}

.lunbo-img img {
    width: 100%;
    aspect-ratio: 2.5263 / 1;
}

.swiper-slide-active .lunbo-img img {
    -webkit-animation: lbimg 6s ease-in 1;
    -moz-animation: lbimg 6s ease-in 1;
    -ms-animation: lbimg 6s ease-in 1;
    -o-animation: lbimg 6s ease-in 1;
    animation: lbimg 6s ease-in 1;
    animation-fill-mode: forwards;
}

.lunbo-text {
    display: none;
}

.lunbo-text .hero-content {
    margin-left: -50px;
    opacity: 0;
}

.lunbo-text .hero-content .title {
    width: 90%;
    height: 160px;
    overflow: hidden;
}

.lunbo-text .lunbo-des a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bolder;
}

.lunbo-text .lunbo-des span {
    color: #ffffff;
    font-size: 18px;
    padding: 0 10px;
}

.lunbo-text .lunbo-des a:hover {
    color: #40D6FF;
}

.swiper-slide-active .lunbo-text .hero-content {
    -webkit-animation: textleft 1s ease-in 0.5s 1 forwards;
    -moz-animation: textleft 1s ease-in 0.5s 1 forwards;
    -ms-animation: textleft 1s ease-in 0.5s 1 forwards;
    -o-animation: textleft 1s ease-in 0.5s 1 forwards;
    animation: textleft 1s ease-in 0.5s 1 forwards;
}

.lunbo-text .btn-inner {
    margin-left: 100px;
    opacity: 0;
}

.swiper-slide-active .lunbo-text .btn-inner {
    -webkit-animation: videoright 1s ease-in 0.5s 1 forwards;
    -moz-animation: videoright 1s ease-in 0.5s 1 forwards;
    -ms-animation: videoright 1s ease-in 0.5s 1 forwards;
    -o-animation: videoright 1s ease-in 0.5s 1 forwards;
    animation: videoright 1s ease-in 0.5s 1 forwards;
}

.lunbo-text .lunbo-btn {
    background: #ffffff;
    opacity: 0;
}

.lunbo-text .lunbo-btn:hover {
    background: #40D6FF;
    color: #ffffff;
}

.lunbo-text .lunbo-btn:active {
    background: #063464;
    color: #ffffff;
}

.lunbo-text .lunbo-btn1 {
    margin-left: -50px;
    opacity: 0;
    background: #40D6FF;
    color: #ffffff;
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.lunbo-text .lunbo-btn1:hover {
    background: #ffffff;
    color: #063464;
}

.lunbo-text .lunbo-btn1:active {
    background: #063464;
    color: #ffffff;
}

.swiper-slide-active .lunbo-text .lunbo-btn1 {
    -webkit-animation: btnleft 1s ease-in 2s 1 forwards;
    -moz-animation: btnleft 1s ease-in 2s 1 forwards;
    -ms-animation: btnleft 1s ease-in 2s 1 forwards;
    -o-animation: btnleft 1s ease-in 2s 1 forwards;
    animation: btnleft 1s ease-in 2s 1 forwards;
}

.lunbo-text .lunbo-btn2 {
    margin-left: 100px;
    opacity: 0;
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.swiper-slide-active .lunbo-text .lunbo-btn2 {
    -webkit-animation: btnright 1s ease-in 2s 1 forwards;
    -moz-animation: btnright 1s ease-in 2s 1 forwards;
    -ms-animation: btnright 1s ease-in 2s 1 forwards;
    -o-animation: btnright 1s ease-in 2s 1 forwards;
    animation: btnright 1s ease-in 2s 1 forwards;
}

.lunbo-text .btn-inner {
    display: inline-block;
    margin-top: 160px;
    border-radius: 50%;
    position: relative;
    width: 100%;
}

.lunbo-text .btn-inner .btn-play {
    position: relative;
    width: 65px;
    height: 65px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 65px;
    color: #40D6FF;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lunbo-text .btn-inner .btn-play i {
    margin-left: 5px;
}

.lunbo-text .btn-inner .btn-play:hover {
    background: #40D6FF;
    color: #ffffff;
}

.lunbo-text .btn-inner .btn-play:active {
    background: #063464;
    color: #ffffff;
}

.lunbo-text .btn-inner .btn-play i:before {
    font-size: 21px;
}

@keyframes circle-fade-before {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes circle-fade-after {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.lunbo-text .btn-inner .btn-play span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.lunbo-text .btn-inner .btn-play:hover span {
    border: 1px solid #40D6FF;
}

.lunbo-text .btn-inner .btn-play .circle-2 {
    animation: circle-fade-after 2s infinite ease-in-out;
    -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}

.lunbo-text .btn-inner .video-show {
    position: absolute;
    left: 60px;
    bottom: -30px;
    width: 198px;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: url(../images/video-tit-bg.png) no-repeat left bottom;
    background-size: 198px 10px;
}

@media (min-width: 1200px) {
    .lunbo-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lunbo-text .hero-content .title {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .lunbo-text .hero-content .title {
        font-size: 60px;
    }
}


/*视频播放*/
.video-play1 {
    width: 640px;
    height: 480px;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -320px;
    display: none;
}

.video-play-con {
    overflow: hidden;
}

.video-close {
    height: 30px;
    overflow: hidden;
}

.video-close span {
    float: right;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
}


/*服务*/
.service-section .service-wrap .title p {
    color: #063464;
}

.service-section .service-wrap .service-content-wrap .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service-section .service-wrap .service-content-wrap .service-item .service-img .image {
    display: block;
    position: relative;
}

.service-section .service-wrap .service-content-wrap .service-item .service-img .image img {
    width: 100%;
    aspect-ratio: 1.24 / 1;
}

.service-section .service-wrap .service-content-wrap .service-item .service-img .service-img-text {
    display: none;
}

.service-section .service-wrap .service-content-wrap .service-item .service-content {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 10px;
}

.service-section .service-wrap .service-content-wrap .service-item:hover .service-content .service-content-tit {
    color: #40D6FF;
}

.service-section .service-wrap .service-content-wrap .service-item .service-content .read-more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #1D65B9;
    color: #ffffff;
    display: none;
}

.service-section .service-wrap .service-content-wrap .service-item:hover .service-content .read-more {
    background: #40D6FF;
}

.service-2-active .swiper-pagination {
    position: relative;
    margin-top: 60px;
}

.service-2-active .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-repeat: 50%;
    background: #e1e1e1;
}

.service-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1D65B9;
}

@media (min-width: 576px) {
    .service-section .service-wrap .service-content-wrap .service-item .service-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .service-section .service-wrap .service-content-wrap .service-item .service-content .read-more {
        display: inline-block;
    }
}

@media (min-width: 768px) {

}


@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .service-section .service-wrap .service-content-wrap .service-item .service-img .image::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, #FFFFFF00 0%, #010f31 100%);
        width: 100%;
        height: 100%;
        opacity: 0.8;
        z-index: 0;
    }

    .service-section .service-wrap .service-content-wrap .service-item .service-img .shape-1 {
        width: 355px;
        height: 205px;
        background: linear-gradient(90deg, #54d6eb 0%, #035cdd 100%);
        transform: skewY(15deg);
        position: absolute;
        right: -9%;
        top: 48%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        z-index: 1;
    }

    .service-section .service-wrap .service-content-wrap .service-item .service-img .shape-2 {
        width: 355px;
        height: 120px;
        background: linear-gradient(280deg, #54d6eb 0%, #035cdd 100%);
        transform: skewY(15deg);
        position: absolute;
        right: -35%;
        top: 42%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        z-index: 1;
    }

    .service-section .service-wrap .service-content-wrap .service-item .service-img .service-img-text {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 50px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
    }

    .service-section .service-wrap .service-content-wrap .service-item .service-img .service-img-text p {
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 400;
    }

    .service-section .service-wrap .service-content-wrap .service-item:hover .service-img .shape-1 {
        opacity: 0.8;
        visibility: visible;
    }

    .service-section .service-wrap .service-content-wrap .service-item:hover .service-img .shape-2 {
        opacity: 0.8;
        visibility: visible;
    }

    .service-section .service-wrap .service-content-wrap .service-item:hover .service-img .service-img-text {
        opacity: 1;
        visibility: visible;
        transform: translateY(-45px);
    }

    .service-section .service-wrap .service-content-wrap .service-item .service-content {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 30px 40px 40px 35px;
    }

    .service-section .service-wrap .service-content-wrap .service-item .service-content .read-more {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}


/*关于我们*/
.about-thumb-wrap {
    margin-bottom: 20px;
}

.about-section .about-wrap .about-thumb-wrap {
    position: relative;
    text-align: center;
}

.about-section .about-wrap .about-thumb-wrap img {
    width: 100%;
    aspect-ratio: 1.047 / 1;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-small {
    border-radius: 5px;
    position: absolute;
    right: 0px;
    top: 0;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-small img {
    border-radius: 5px;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-big {
    text-align: left;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-big img {
    border-radius: 5px;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-shape {
    position: absolute;
    top: 235px;
    left: 65px;
    z-index: -1;
}

.about-section .about-wrap .about-thumb-wrap .play-btn {
    position: absolute;
    right: -55px;
    bottom: 8px;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a {
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #1D65B9;
    color: #ffffff;
    transition: all 0.3s linear;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a::before {
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a::after {
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a:hover {
    background: #ffffff;
    color: #1D65B9;
    box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
}

.about-section .about-wrap .about-content .sygywm {
    margin-top: 10px;
    color: #8EA0B7;
}

.about-section .about-wrap .about-content .about-ys-list {
    padding-top: 15px;
}

.about-section .about-wrap .about-content .about-ys-list .about-list ul li {
    margin-top: 15px;
}

.about-section .about-wrap .about-content .about-ys-list .about-list ul li i {
    color: #40D6FF;
    margin-right: 5px;
    font-weight: 600;
    border-radius: 50%;
}

.about-section .about-wrap .about-content .about-ys-list .about-list ul li a {
    color: #8EA0B7;
}

@media (min-width: 576px) {
    /*.about-section .about-wrap .about-content .about-ys-list {
      display: flex;
      align-items: center;
    }*/
}

@media (min-width: 768px) {

}


@media (min-width: 992px) {
    .about-thumb-wrap {
        margin-bottom: 0px;
    }

    .about-section .about-wrap .about-content {
        position: relative;
        height: 100%;
    }

    .about-btn {
        position: absolute;
        left: 15px;
        bottom: 0;
    }
}

@media (min-width: 1200px) {
    .about-thumb-wrap {
        margin-bottom: 0px;
    }

    .about-section .about-wrap .about-content .sygywm {
        margin-top: 25px;
    }

    .about-btn {
        left: 40px;
    }
}


/*数据*/
.counter-section .counter-wrap .counter-item {
    margin-top: 30px;
}

.counter-section .counter-wrap .counter-item .counter-icon {
    margin-bottom: 30px;
}

.counter-section .counter-wrap .counter-item span {
    font-weight: 700;
}


/*产品*/
.product-section .new-1445 {
    padding: 30px 0;
}

.product-section-con {
    _padding: 0 20px;
}

.product-type a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    background: #F3F5F8;
    border: 1px solid #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-type a.cur {
    color: #fff;
    background: #1D65B9;
    border: 1px solid #1D65B9;
}

.conlist {
    position: relative;
}

.conpro {
    width: 100%;
    z-index: 90;
}

.conpro.cur {
    _visibility: visible;
    _opacity: 1;
    _z-index: 99;
}

.conpro .r_bot {
    _margin-top: 20px;
}

.conpro .r_bot dl {
    margin-top: 20px;
    margin-bottom: 0px;
}

.conpro .r_bot dl dt {
    width: 100%;
    border: 1px solid #f5f5f5;
    text-align: center;
    overflow: hidden;
}

.conpro .r_bot dl dt img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    transition: all 0.5s;
}

.conpro .r_bot dl dd {
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    background: #F3F5F8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.conpro .r_bot dl dd a {
    color: #616060;
}

.conpro .r_bot dl:hover dt img {
    transform: scale(1.1);
}

.conpro .r_bot dl:hover dd {
    background: #1D65B9;
}

.conpro .r_bot dl:hover dd a {
    color: #ffffff;
}

@media (max-width: 991px) {
    .product-section.pb-34 {
        padding-bottom: 0px;
    }
}


/*为什么选择我们*/
.why-section .pl-60 {
    padding-left: 40px !important;
}

.why-section .pr-60 {
    padding-right: 40px !important;
}

.why-section .pt-60 {
    padding-top: 40px !important;
}

.why-section .pb-60 {
    padding-bottom: 40px !important;
}

.why-choose-item {
    border-top: 4px solid #1D65B9;
    text-align: center;
    min-height: 400px;
    box-shadow: 0px 0px 10px rgb(6, 52, 100, 0.1);
    -moz-box-shadow: 0px 0px 10px rgb(6, 52, 100, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgb(6, 52, 100, 0.1);
}

.why-choose-item .img {
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin: 0 auto;
}

.why-choose-item .img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    vertical-align: bottom;
    margin-bottom: -10px;
}

.why-choose .swiper-pagination-bullet {
    width: 40px;
    border-radius: 4px;
}

@media (min-width: 576px) {
    .why-choose-item {
        min-height: 460px;
    }
}

@media (min-width: 992px) {
    .why-choose-item {
        min-height: 530px;
    }
}

@media (min-width: 1200px) {
    .why-section .pl-60 {
        padding-left: 60px !important;
    }

    .why-section .pr-60 {
        padding-right: 60px !important;
    }

    .why-section .pt-60 {
        padding-top: 60px !important;
    }

    .why-section .pb-60 {
        padding-bottom: 60px !important;
    }
}


/*应用行业*/
.application-section .swiper-parent {
    position: relative;
}

.application-item {
    position: relative;
    margin: 0 15px;
}

.application-item img {
    width: 100%;
    aspect-ratio: 1 / 1.272;
}

.application-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(29, 101, 185, 0.5);
}

@media (max-width: 575px) {
    .application-mySwiper .swiper-slide {
        transform: rotateY(0deg) !important;
    }
}

@media (min-width: 992px) {
    .application-mySwiper .swiper-slide-next {
        transform: rotateY(0deg) !important;
    }

    .application-mySwiper .swiper-slide-next + .swiper-slide {
        transform: rotateY(0deg) !important;
    }
}

@media (min-width: 1600px) {
    .application-section .swiper-parent {
        width: 1400px;
        margin: 0 auto;
    }
}

/*新闻*/
.conleft {
    margin: 20px 0;
}

.conleft .mr-40 {
    margin-right: 0px;
}

.news-section .title {
    text-align: center;
}

.news-section .title span {
    display: inline-block;
    width: 240px;
    font-weight: 700;
    padding-bottom: 20px;
    background: url("../images/line1.png") no-repeat bottom center;
}

.news-section .content .conleft .conleft-con {
    box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);
}

.news-section .content .conleft .conleft-con .img {
    text-align: center;
}

.news-section .content .conleft .conleft-con .img img {
    width: 100%;
    aspect-ratio: 2.097 / 1;
}

.news-section .content .conleft .text {
    padding: 40px 30px;
}

.news-section .conleft .newhot .tit a {
    font-weight: 700;
    line-height: 1.75;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-section .conleft .newhot span {
    display: none;
}

.news-section .conleft .text p {
    color: #02203B;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-section .conleft .text a.more {
    display: block;
    font-weight: 500;
    color: #9BCB3B;
}

.news-section .conright .item .img {
    margin-bottom: 10px;
}

.news-section .conright .item .img img {
    width: 100%;
    aspect-ratio: 1.189 / 1;
}

.news-section .conright .item .text .tit {
    font-weight: 700;
    line-height: 1.75;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-section .conright .item .text span {
    text-align: right;
    display: inline-block;
}

.news-section .conright .item .text p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
    .conleft {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .conleft {
        margin: 0;
    }

    .conleft .mr-40 {
        margin-right: 15px;
    }

    .news-section .conleft .newhot {
        display: grid;
        grid-template-columns: 70% 20%;
        justify-content: space-between;
        align-items: center;
    }

    .news-section .conleft .newhot span {
        display: block;
        text-align: right;
    }

    .news-section .conright .item .img {
        margin-bottom: 0px;
    }
}