@charset "utf-8";

/* CSS Document */
.banner {
    overflow: hidden;
    padding-top: 68px;
}

.mySwiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.75);
    width: 43px;
    height: 6px;
    border-radius: 20px;
}

.mySwiper .swiper-pagination-bullet-active {
    background: #ffffff
}

.mySwiper .swiper-pagination-bullet:focus {
    outline: none;
}

.mySwiper .swiper-slide {
    overflow: hidden;
}

.mySwiper .swiper-pagination {
    text-align: center;
    padding-right: 20px;
}

.mySwiper .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
}

.mySwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.mySwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}




/* 本例子css */
.slideBox {
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 1;
    width: 100%;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    width: 100%;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 2px;
    width: 13px;
    height: 13px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 6px;
}

.slideBox .hd ul li.on {
    background: #ba000e;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.pc-banner {
    display: block;
    width: 100%;
    /*animation: changeScale 1 2.5s;*/
    height: 100%;
    object-fit: cover;
}

.mobile-banner {
    display: none;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 4%;
    top: 50%;
    margin-top: -14.5px;
    display: block;
    width: 23px;
    height: 29px;
    background: url(../images/pre.png) no-repeat;
}

.slideBox .next {
    left: auto;
    right: 4%;
    transform: rotate(180deg)
}






.slideBox .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background:url(../images/t.png) no-repeat left center; */
    background-size: contain
}

.banner-txt {
    position: absolute;
    width: 100%;
    color: #fff;
    top: 30%;
    left: 0;
}

.banner-txt h1 {
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: normal;
    line-height: 1.6;
}

.banner-txt p {
    font-size: 16px;
    line-height: 1.6;
    width: 25%;
    padding: 30px 0;
    line-height: 1.8;
}

.banner-txt a {
    display: block;
    width: 113px;
    line-height: 41px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.button--aylen {
    width: 196px;
    height: 53px;
    line-height: 53px;
    background: #d00000;
    text-align: center;
    display: block;
    transition-duration: .5s;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 40px;
    overflow: hidden;

}

.button--aylen::before,
.button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--aylen::before {
    background: #f00404;
}

.button--aylen::after {
    background: #bb0505;
}

.button--aylen:hover {
    color: #fff;
    -moz-box-shadow: 0px 0px 7px #B3B3B3;
    -webkit-box-shadow: 0px 0px 7px #B3B3B3;
    box-shadow: 0px 0px 7px #B3B3B3;
}

.button--aylen:hover::before,
.button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}



.ban-le {
    padding-top: 10%;
}

.index-about {
    margin: 100px auto;
    position: relative;
}

.in-ti {
    text-align: center;
    font-size: 36px;
}

.in-ab-le {
    width: 38%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/b.png) no-repeat bottom right #f6f7f7;
    height: 100%;
    padding-top: 7%;
}

.in-ab-le h1 {
    font-weight: normal;
    font-size: 36px;
    padding-left: 70px;
}

.in-ab-le h2 {
    position: relative;
    width: 90%;
    margin: 30px 0 40px 0;
    padding-left: 40px;
}

.in-ab-le h2 span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #c3c3c3;
    font-weight: normal;
    background: #fdfdfd;
    position: relative;
    z-index: 3;
    padding: 0 10px;
}

.in-ab-le h2:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 2;
}

.in-ab-le h3 {
    font-size: 24px;
    font-weight: normal;
    padding-left: 60px;
    padding-bottom: 20px;
}

.in-ab-le p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
    padding-left: 75px;
}

.in-ab-le .button--aylen {
    position: relative;
    top: -20px;
}

.in-ab-ri {
    width: 62%;
    position: relative;
    overflow: hidden;
}

.f-ti {
    position: relative;
    text-align: center;
    margin: 10px 0 50px 0
}

.f-ti span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    color: #c3c3c3;
}

.f-ti:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}

.bf-an {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    cursor: pointer;
    text-align: center;
}

.bf-an span {
    background: rgba(255, 255, 255, 0.54);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 2;
    display: block;
    position: relative;
    padding-top: 17px;
}

.bf-an:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.5;
    -webkit-transition-property: -webkit-transform;
    transition-property: -moz-transform;
    -moz-transition-property: -moz-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-name: grow;
    -moz-animation-name: grow;
    animation-name: grow;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1;
    border-radius: 50%;
}

#videDivo1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tt {
    background: #d00000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: tt;
    animation-name: tt;
    z-index: 2;
}

.in-pro {
    background: #f0f0f2;
    position: relative;

}

.in-pro .wrap {
    display: flex;
    justify-content: space-between;
}

.proMenubox {
    width: 30%;
    background: #fff;

}



.proMenubox ul li {
    padding: 0 20px;
    cursor: pointer;
    transition-duration: .5s;
}

.proMenubox ul li div {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}

.proMenubox ul li img {
    max-width: 73px;
    margin-right: 10px;
}

.proMenubox ul li p {
    font-size: 18px;
    line-height: 1.6;
}

.proMenubox ul li.hover {
    background: #d00000;
}

.proMenubox ul li.hover p {
    color: #fff;
}

.proContentbox {
    width: 65%;
}

.proCbContainer {
    display: flex;
    padding-top: 120px;
    justify-content: space-between;


}

.proTxt h1 {
    font-size: 28px;

    font-weight: normal;
}

.proTxt h2 {
    display: block;
    width: 53px;
    height: 2px;
    background: #d00000;
    margin: 25px 0;
}

.proTxt p {
    font-size: 18px;
    margin-bottom: 10px;
}

.proTxt a {
    display: block;
    font-size: 16px;
    margin-top: 9px;
}

.Menubox {
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    padding: 25px 0;
    position: relative;
    z-index: 4;
}

.Menubox ul li {
    width: 33.333%;
    text-align: center;
    float: left;
    cursor: pointer;
}

.Menubox ul li h1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 10px;
    position: relative;
}

.Menubox ul li p {
    font-size: 22px;
    font-family: "Arial";
    color: #fff;
    padding-top: 30px;
}

.Menubox ul li h1:after,
.Menubox ul li h1:before {
    content: "";
    width: 40%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 1;
}

.Menubox ul li h1:before {
    background: #d00000;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    transition-duration: .5s;
    z-index: 2;
    height: 3px;
    bottom: -2px;
}

.Menubox ul li.hover h1:before {
    width: 41%;
}

.in-pro-b {
    text-align: center;
    font-size: 28px;
    font-family: "Arial";
}

.Contentbox {
    padding-bottom: 52px;
    position: relative;
    z-index: 4;
}

.p-le {
    width: 25%;
}

.p-le h1 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 43px;
}

.p-le p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

.p-img {
    width: 40%;
    margin: 0 5%;
    padding-top: 40px;
}




.in-solution {
    padding: 70px 0;
}

/* .accordion */
.accordion {
    height: 516px;
    overflow: hidden;
    position: relative;
    clear: both;
}

.accordion:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.accordion._create:after {
    display: none;
}

.accordion__ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 9999px;
    height: 516px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.accordion__li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 516px;
    float: left;
    overflow: hidden;
    transition: all 0.3s ease-out;
    margin-right: 3px;
    position: relative;
    background: #000;
}

.accordion__img {
    display: block;
    cursor: pointer;
    opacity: 0.5;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.wenben {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    transition-duration: .5s;
}

.wenben h1 {
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-right: 50px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.wenben p {
    transition-duration: .5s;
    font-size: 16px;
    opacity: 0;
    transition-duration: .5s;
}

.accordion__li:hover .accordion__img {
    opacity: 0.8;
    right: 0;
}

.accordion__li:hover .wenben p {
    opacity: 1;
}

.in-qysm {
    background: #ba000e;
    padding: 86px 0;
    margin-bottom: 70px;
}

.sm-le h1 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 30px;
}

.sm-ri {
    color: #fff;
    font-size: 18px;
    line-height: 2;
}


.in-serive {
    padding: 80px 0;
}

.serive-ri {
    width: 48%;
    background: #000;
    overflow: hidden;
    position: relative;
}

.serive-ri img {
    transition-duration: 1s;
}

.serive-ri:hover img {
    opacity: 0.8;
    transform: scale(1.1)
}

.serive-le {
    width: 46%;
    padding-top: 33px;
}

.serive-le h1 {
    font-size: 36px;
    font-weight: normal;
    padding: 10px 0 30px 0;
}

.serive-le p {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 50px;
}

.serive-le p span {
    font-size: 30px;
    color: #d00000;
}

.in-new {
    padding-bottom: 128px;
}

.in-new-list dl dd {
    background: #fff;
    position: relative;
    top: -30px;
    width: 90%;
    margin: 0 auto;
}

.in-new-list dl dd .new-date {
    text-align: center;
    padding: 20px 0 10px 0;
    font-family: "Arial";
}

.in-new-list dl dd .new-date h1 {
    font-size: 24px;
    color: #d00000
}

.in-new-list dl dt {
    overflow: hidden;
    position: relative;
}

.in-new-list dl dt img {
    transition-duration: .5s;
    display: block;
}

.in-new-list dl dt:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.in-new-list dl:hover dt:after {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.in-new-list dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.8;
}

.in-new-list .owl-theme .owl-controls {
    display: none !important
}

.new-biao {
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.new-zi {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
    padding: 0 20px;
    margin: 13px 0 23px 0;
}

.new-xq {
    position: relative;
}

.new-xq p {
    text-align: center;
    padding: 11px 0;
}

.new-xq h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    line-height: 42px;
    color: #fff;
    background: url(../images/lsj.png) no-repeat 96% center #d00000;
    font-size: 16px;
    opacity: 0;
    transition-duration: .5s;
}

.in-new-list dl:hover .new-xq h1 {
    opacity: 1;
}




@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}




@media only screen and (max-width: 1650px) {
    .ban-ri {
        width: 45%;
    }

    .ban-le h1 {
        width: 400px;
    }

    .ban-le {
        padding-top: 8%;
    }

    .button--aylen {
        width: 170px;
        line-height: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 1450px) {
    .ban-ri {
        width: 42%;
        padding-top: 4%;
    }

    .ban-le h1 {
        width: 350px;
    }

    .ban-le p {
        font-size: 20px;
    }

    .button--aylen {
        width: 170px;
        line-height: 45px;
        height: 45px;
    }

    .index-about {
        margin: 70px auto;
    }

    .in-ti {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .in-ab-le p,
    .serive-le p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .in-ab-le .button--aylen {
        top: 0;
    }

    .p-le h1 {
        font-size: 22px;
        padding-bottom: 30px;
    }

    .in-pro-b,
    .serive-le h1,
    .serive-le p span {
        font-size: 26px;
    }

    .p-le p {
        font-size: 16px;
    }

    .in-new {
        padding-bottom: 70px;
    }
}


@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {

    .in-ab-le p,
    .p-le p {
        font-size: 14px;
    }

    .p-le h1 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .in-pro-b,
    .serive-le h1,
    .serive-le p span {
        font-size: 22px;
    }

    .Menubox ul li p {
        font-size: 18px;
        padding-top: 20px;
    }

    .in-new-list dl dd .new-date h1 {
        font-size: 20px;
    }

    .new-biao {
        font-size: 17px;
        padding: 0 10px;
    }

    .new-zi {
        font-size: 15px;
        padding: 0 10px;
    }
}

@media only screen and (max-height: 920px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 760px) {

    .mySwiper .swiper-slide .banner-img,
    .banner-txt,
    .canvas,
    .new-xq p,
    .pc-banner {
        display: none;
    }

    .slideBox .bg {
        background-size: 50% 100%;
    }

    .mySwiper .swiper-slide .mobile-img,
    .mobile-banner {
        display: block;
    }

    .mySwiper .swiper-horizontal>.swiper-pagination-bullets,
    .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 20px;
    }

    .index-about {
        margin: 30px auto
    }

    .in-serive {
        padding: 30px 20px;
    }

    .in-ti {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .in-ab-le,
    .in-ab-ri,
    .p-le,
    .p-img,
    .serive-le,
    .serive-ri {
        width: 100%;
        float: none;
    }

    .button--aylen {
        width: 130px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        margin: 0 auto 30px;
    }

    .in-pro {
        padding-top: 30px;
    }

    .in-pro-b,
    .serive-le h1,
    .serive-le p span {
        font-size: 20px;
    }

    .Contentbox {
        padding: 0 20px 30px;
    }

    .p-le h1 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .Menubox ul li h1 img {
        width: 40px;
    }

    .Menubox ul li p {
        font-size: 14px;
        padding-top: 10px;
    }

    .serive-le {
        padding-top: 0;
    }

    .serive-le img {
        width: 40px;
    }

    .serive-le h1 {
        padding: 0 0 10px 0;
    }

    .in-new {
        padding: 0 20px 20px;
    }

    .in-new-list dl dd .new-date h1 {
        font-size: 18px;
    }

    .new-xq h1 {
        opacity: 1;
        margin-top: 10px;
        position: relative;
    }

    .in-new-list .owl-theme .owl-controls {
        display: block !important
    }

    .in-new-list .owl-theme .owl-controls .owl-nav {
        display: none
    }

    .owl-theme .owl-controls {
        margin-top: 0 !important;
        top: -10px;
        position: relative;
    }

    .banner {
        padding-top: 60px;
    }

    .in-ab-le {
        position: relative;
    }

    .in-ab-le h1 {
        font-size: 28px;
        padding-left: 20px;
    }

    .in-ab-le h2 {
        width: 100%;
        margin: 15px 0;
        padding-left: 20px;
    }

    .in-ab-le h3 {
        font-size: 18px;
        padding-left: 20px;
    }

    .in-ab-le p {
        padding-left: 20px;
    }

    .in-solution {
        padding: 30px 0;
    }

    .in-qysm {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .accordion__ul,
    .accordion {
        height: 300px;
    }

    .accordion__li {
        height: 300px;
        margin-right: 0;
    }

    .in-pro .wrap {
        display: block;
    }

    .proContentbox,
    .proMenubox {
        width: 100%;
        padding: 0 20px;

    }

    .proCbContainer {
        padding-top: 30px;
        display: block;
    }

    .proTxt h1 {
        font-size: 18px;
    }

    .proTxt p {
        font-size: 16px;
    }

    .proTxt a {
        font-size: 14px;
    }

    .proMenubox ul li img {
        display: none;
    }

    .proMenubox ul li {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

    .proMenubox ul li p {
        font-size: 14px;
    }

    .proMenubox ul li div {
        padding: 10px 0;
    }
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes grow {
    from {
        -moz-transform: scale(1);
    }

    to {
        -moz-transform: scale(2);
    }
}

@keyframes grow {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}