.cars-banner {
    min-width: 1260px;
    max-width: 1920px;
    margin: 0 auto;
    height: 711px;
    background: url("../images/car-banner.png") no-repeat center top / cover;
    margin-bottom: 64px;
    position: relative;
}
.cars-banner img {
    display: none;
}
.cars-content {
    width: 1260px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding-top: 214px;
}
.cars-title {
    width: 842px;
    font-size: 56px;
    line-height: 64px;
    font-weight: bold;
    background: linear-gradient(to left, rgba(254, 2, 65, 1) 0%, rgba(255, 51, 30, 1) 50%, rgba(255, 91, 0, 1) 100%);
    -webkit-background-clip: text;
    /*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;
    /*给文字设置成透明*/
}
.cars-text {
    font-size: 20px;
    line-height: 30px;
    color: #303d50;
    padding-top: 50px;
}
.cars-link {
    width: 128px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: linear-gradient(60deg, #ff5a00 0%, #ff4412 50%, #ff0242 100%);
    display: block;
    margin-top: 94px;
}
.inside-banner {
    height: 540px;
    background-size: auto;
    background-position: top right;
    margin-bottom: 96px;
}
.inside-banner .txtInfor {
    position: relative;
}
.inside-banner .txtInfor .img {
    width: 788px;
    position: absolute;
    right: -100px;
    top: 63px;
}
.inside-banner .txtInfor .txt {
    width: 672px;
    padding-top: 72px;
    z-index: 1;
    position: relative;
}
.inside-banner .txtInfor .txt .bigTxt {
    width: 672px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
    margin-bottom: 40px;
}
.inside-banner .txtInfor .txt .smallTxt {
    width: 603px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
}
.inside-banner .btn a.getBtn {
    width: 180px;
    height: 52px;
    line-height: 52px;
    background: #229af4;
    border-radius: 45px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #ffffff;
}
.global-logo-roll {
    margin-bottom: 48px;
}
.scrm-box .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

.scrm-box .container .img {
    width: 526px;
    height: 522px;
}

.scrm-box .container .right-content {
    width: calc(100% - 526px);
    padding: 75px 0 0 82px;
}

.scrm-box .container .right-content .title {
    width: 647px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    margin-bottom: 40px;
}

.scrm-box .container .right-content .description {
    width: 647px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
}
.single {
    height: 590px;
    padding-top: 64px;
}

.single .container .title-01 {
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    margin-bottom: 48px;
}

.single .container.slide {
    display: flex;
    justify-content: space-between;
}

.single .container.slide .slide-box {
    display: flex;
    width: calc((100% - 64px) / 3);
    height: 358px;
    flex-direction: column;
    padding: 40px 32px 0;
    box-shadow: 0px 20px 61px -6px rgba(197, 210, 235, 0.2);
    border-radius: 16px;
		transition: all 0.3s;
		cursor: pointer;
}

.single .container.slide .slide-box .icon {
    height: 100px;
    width: 100px;
    margin-bottom: 24px;
}
.single .container.slide .slide-box .first-icon {
	background: url(../images/single-01.png) no-repeat center left/cover;
}
.single .container.slide .slide-box .second-icon {
    background: url(../images/single-02.png) no-repeat center left/cover;
}
.single .container.slide .slide-box .third-icon {
    background: url(../images/single-03.png) no-repeat center left/cover;
}
.single .container.slide .slide-box.active .first-icon {
	background: url(../images/single-01-active.png) no-repeat center left/cover;
}
.single .container.slide .slide-box.active .second-icon {
    background: url(../images/single-02-active.png) no-repeat center left/cover;
}
.single .container.slide .slide-box.active .third-icon {
    background: url(../images/single-03-active.png) no-repeat center left/cover;
}

.single .container.slide .slide-box .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    margin-bottom: 24px;
}

.single .container.slide .slide-box .description {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}
.single .container.slide .slide-box .description span{
    display: block;
}

.single .container.slide .slide-box.active {
    color: #ffffff;
    background: #229af4;
}
.single .container.slide .slide-box.active .title,
.single .container.slide .slide-box.active .description {
    color: #ffffff;
}
.display-box {
    padding-top: 64px;
}

.display-box .title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    margin-bottom: 32px;
}

.display-box .content-box {
    display: flex;
    justify-content: space-between;
    height: 530px;
    margin-bottom: 99px;
}
.display-box .content-box:nth-of-type(3) {
    margin-bottom:105px;
}
.display-box .content-box:last-of-type {
    margin-bottom: 0;
}
.display-box .content-box img {
    width: 590px;
    height: 530px;
}

.display-box .content-box .box {
    width: 500px;
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.display-box .content-box .box .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    text-align: left;
    margin-bottom: 40px;
}

.display-box .content-box .box .content {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
    text-align: left;
}

.scrm-auto-solution {
    margin-top: 145px;
}
.scrm-auto-solution .first {
    /* margin-bottom: 354px; */
}
.scrm-auto-solution .title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    margin-bottom: 46px;
}
.bottom-container {
    height: 600px;
    background: linear-gradient(
        180deg,
        rgba(230, 243, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    margin-top: 61px;
    margin-bottom: 64px;
}
.bottom-container .title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    padding-top: 64px;
    margin-bottom: 48px;
}
.bottom-container .container .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 69px;
}
.bottom-container .container .swiper-container .swiper-wrapper {
    height: 410px;
}
.bottom-container .container .swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bottom-container .container .swiper-item {
    padding: 0 16px;
    box-sizing: border-box;
}
.bottom-container .container .swiper-item .insideBox {
    width: 100%;
    border-radius: 16px;
    border: 2px solid transparent;
    /* box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2); */
    border-top:4px solid transparent;
    /* transition: all .3s; */
}
.bottom-container .container .swiper-item .insideBox:hover,
.bottom-container .container .insideBox.active{
    background: #ffffff;
    box-shadow: 0px 20px 61px -6px rgba(197,210,235,0.2);
    position: relative;
}
.bottom-container .container .swiper-item .insideBox:hover::before,
.bottom-container .container .insideBox.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-image: url("../images/hengblue-hover.png");
    background-size: contain;
    position: absolute;
    left: 0;
    top: -3px;

}

.bottom-container .container .insideBox .img {
    position: relative;
    padding-top: 16px;
    padding-left: 24px;
}
.bottom-container .container .insideBox .img img {
    width: 100px;
    height: 100px;
}
.bottom-container .container .insideBox .txt {
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 32px;
}
.bottom-container .container .insideBox .txt .title {
    margin-top: 16px;
    padding-left: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 18px;
    color: #233863;
    line-height: 25px;
}
.bottom-container .container .insideBox .txt .des {
    padding: 0 0 0 24px;
    height: 154px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    margin-top: 16px;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background: #229af4 !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet-active {
    width: 21px !important;
    height: 7px !important;
    background: #229af4 !important;
    border-radius: 4px !important;
    opacity: 1 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px !important;
}
.solition-auto {
	position: relative;
}
.solition-auto .bg-01{
	position: absolute;
	left: 0;
	top: 1328px;
	height: 590px;
	width: 100%;
	background: url(../images/bg-01@2x.png) no-repeat center left/cover;
	z-index: -1;
}
.solition-auto .bg-03{
	position: absolute;
	left: 0;
	top: 2665px;
	height: 600px;
	width: 100%;
	background: url(../images/bg-03@2x.png) no-repeat center left/cover;
	z-index: -1;
}
.solition-auto .bg-05{
	position: absolute;
	left: 0;
	top: 3900px;
	height: 600px;
	width: 100%;
	background: url(../images/bg-05@2x.png) no-repeat center left/cover;
	z-index: -1;
}
.solition-auto .bg-06{
	position: absolute;
	left: 0;
	top: 5090px;
	height: 774px;
	width: 100%;
	background: url(../images/bg-06@2x.png) no-repeat center left/cover;
	z-index: -1;
}

@media screen and (max-width: 768px) {
    .m-container{
        padding: 0;
    }
    .m-banner .container {
        padding-top: 32px;
    }
    .m-banner img {
        height: 218px;
        object-fit: cover;
        width: 100%;
        margin-top: 24px;
        /* margin-bottom: 48px; */
    }
    .cars-banner {
        background: none;
        height: auto;
        min-width: unset;
    }
    .cars-banner img {
        display: block;
    }
    .cars-content {
        width: 100%;
        padding-top: 34vw;
        height: 100%;
    }
    .cars-title {
        font-size: 28px;
        width: 196px;
        line-height: 34px;
        margin: 0 auto;
    }
    .cars-text {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        padding-top: 30px;
    }
    .cars-link {
        width: 118px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        position: absolute;
        bottom: 21vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
    }
    .scrm-box .container {
        flex-direction: column;
        margin-bottom: 0;
        gap: 6px;
    }
    .scrm-box .container .img {
        height: auto;
        width: 100%;
        text-align: center;
    }
    .scrm-box .container .right-content {
        width: 100%;
        padding: 0;
    }
    .scrm-box .container .right-content .title {
        width: 100%;
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 24px;
    }
    .scrm-box .container .right-content .description {
        width: 100%;
        text-align: justify;
    }
    .single {
        margin-top: 48px;
        padding-top: 48px;
        height: 100%;
    }
    .single .container .title-01 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }
    .single .container.slide {
        flex-direction: column;
    }
    .single .container.slide .slide-box {
        width: 100%;
        height: auto;
        padding: 40px 32px;
        background: #FFFFFF;
        margin-bottom: 24px;
    }
    .single .container.slide .slide-box:last-child {
        margin-bottom: 0;
    }
    .display-box {
        padding-top: 48px;
    }
    .solition-auto .bg-01 {
        top: 1452px;
    }
    .display-box .content-box .box{
        padding: 0 24px;
    }
    .display-box .content-box:nth-child(2n) {
        flex-direction: column-reverse;
        height: auto;
        margin-bottom: 48px;
    }
    .display-box .content-box:nth-child(2n + 1) {
        flex-direction: column;
        height: auto;
        margin-bottom: 48px;
    }
    .display-box .content-box:last-child {
        margin-bottom: 0;
    }
    .display-box .content-box{
        position: relative;
    }
    .display-box .content-box:before{
        content: '';
        position: absolute;
        width: 100%;
        background-size: cover;
        z-index: -1;
    }
    .display-box .content-box:nth-child(1):before{
        height: 639px;
        background-image: url("../images/m-mobg-01.png");
        top: -160px;
    }
    .display-box .content-box:nth-child(2):before{
        height: 491px;
        background-image: url("../images/m-mobg-02.png");
        top: -160px;
    }
    .display-box .content-box:nth-child(3):before{
        height: 603px;
        background-image: url("../images/m-mobg-03.png");
        top: -160px;
    }
    .display-box .content-box:nth-child(4):before{
        height: 661px;
        background-image: url("../images/m-mobg-04.png");
        top: -160px;
    }
    .single .container.slide .slide-box .title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 16px;
    }
    .single .container.slide .slide-box .description {
        line-height: 28px;
    }
    .display-box .title-01 {
        font-size: 32px;
        line-height: 45px;
    }
    .display-box .content-box img {
        width: auto;
        height: auto;
    }
    .display-box .content-box .box .title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px;
    }
    .display-box .content-box .box .title02{
        margin-top: 32px;
    }
    .display-box .content-box .box {
        width: 100%;
        height: auto;
    }
    .solition-auto .bg-06 {
        background: none;
    }
    .scrm-auto-solution {
        margin-top: 48px
    }
    .scrm-auto-solution .first {
        margin-bottom: 48px
    }
    .scrm-auto-solution .title-01 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }
    .bottom-container {
        margin-bottom: 48px
    }
    .bottom-container .title-01 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
        padding-top: 0;
        padding: 0 24px;
    }
    .bottom-container {
        background: #fff;
        height: auto;
    }
    .bottom-container .container .model-container .model-item{
        padding: 24px 24px 40px 24px;
        margin-bottom: 48px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px -6px rgba(214,228,255,0.71);
        border-radius: 8px;
        border-bottom: 4px solid #229AF4;

    }
    .bottom-container .container .model-item .img{
        width: 100px;
        height: 100px;
        margin-bottom: 24px;
    }
    .bottom-container .container .model-item .txt .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
        margin-bottom: 16px;
    }
    .bottom-container .container .model-item .txt .des {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #888888;
        line-height: 28px;
    }
    .single{
        position: relative;
    }
    .single::before{
        content: '';
        position: absolute;
        background-image: url("../images/m-slide-bg.png");
        background-size: cover;
        top: 0;
        width: 100%;
        height: 375px;
        z-index: -1;
    }
    .single .container.slide .slide-box .description span{
        display: block;
        position: relative;
        padding-left: 12px;
    }
    .single .container.slide .slide-box .description span::before{
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background-color: #999999;
        position: absolute;
        left: 0;
        top: 12px;
        border-radius: 50%;
    }
    .single .container.slide .slide-box.active .description span::before{
        background-color: #ffffff;
    }

    .solition-auto .bg-05 {
        background: transparent;
    }
    /*全屏显示大图*/
    .opacityBottom{
        width: 100%;
        height: 100%;
        position: fixed;
        background:rgba(0,0,0,0.7);
        z-index:1000;
        bottom: 0;
        top: 0;
    }
    .none-scroll{
        overflow: hidden;
    }
    .bigImg{
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        position:fixed;
        padding: 20px;
        width: auto;
        height: auto;
        z-index: 10001;
        transform: scale(2) rotate(90deg);
    }
    .solition-auto .bg-01,
    .solition-auto .bg-03,
    .solition-auto .bg-05,
    .solition-auto .bg-06{
        background:none;
    }

}
@media screen and (min-width:1000px) and (max-width: 1450px) {
    .inside-banner .txtInfor .img {
        width: 524px;
        right: 90px;
    }
}
.global-universal-button-solution {
    display: flex;
    justify-content: center;
}
.btn .global-universal-button-style {
	width: 188px;
	height: 44px;
	margin-top: 36px;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #229AF4;
    position: relative;
    z-index: 9;
}