/*--汽车电子--*/
.automobile {
    position: relative;
}

.automobile .automobileImg {
    width: 100%;
    display: block;
    max-width: initial;
}

.automobile .systemIconBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.automobile .systemIconBox li {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.automobile .systemIconBox li::after {
    content: '';
    animation: rotate 3s infinite linear;
    -webkit-animation: rotate 3s infinite linear;
    width: 180%;
    height: 180%;
    background: url(../webimages/automobile_06.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -90% 0px 0px -90%;
    background-size: cover;
}

.automobile .systemIconBox li .SystemIcon {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
}

.automobileTitle {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50px;
}

.automobileTitle h2 {
    font-size: 54px;
    color: #fff;
    text-align: center;
}

.automobile .systemIconBox li:nth-child(1) {
    left: 25.3%;
    top: 47.5%;
}

.automobile .systemIconBox li:nth-child(2) {
    left: 39.5%;
    top: 47.5%;
}

.automobile .systemIconBox li:nth-child(3) {
    left: 70.3%;
    top: 49%;
}

.automobile .systemIconBox li:nth-child(4) {
    left: 53%;
    top: 78%;
}

.automobile .systemIconBox li .systemDescContentBox {
    position: absolute;
    width: 457px;
    left: 75px;
    bottom: -33px;
    display: none;
    z-index: 20;
}

.automobile .systemIconBox li .systemDescContent {
    width: 457px;
    min-height: 196px;
    border-radius: 20px;
    border: 1px solid #23beff;
    background: url(../webimages/automobile_11.jpg) no-repeat left center;
    background-size: cover;
}

.automobile .systemIconBox li .systemDescContent::before {
    left: -21px;
    bottom: 60px;
    width: 22px;
    height: 29px;
    background: url(../webimages/automobile_10.png) no-repeat;
    content: '';
    position: absolute;
}

.automobile .systemIconBox li .systemDescContent dl {
    padding: 40px;
}

.automobile .systemIconBox li .systemDescContent dl dt {
    font-size: 24px;
    color: #ffffff;
}

.automobile .systemIconBox li .systemDescContent dl dd {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    padding-top: 5px;
}


.automobile .systemIconBox li:hover .systemDescContentBox {
    display: block;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:1560px) {
    .automobileTitle h2 {
        font-size: 42px;
    }

    .automobile .systemIconBox li .systemDescContent dl {
        padding: 20px;
    }

    .automobile .systemIconBox li .systemDescContent {
        width: 350px;
    }

    .automobile .systemIconBox li .systemDescContent dl dt {
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    .automobile .systemIconBox li .systemDescContent dl {
        padding: 20px;
    }

    .automobile .systemIconBox li .systemDescContent {
        min-height: initial;
    }

    .automobile .systemIconBox li .systemDescContent {
        width: 300px;
    }

    .automobileTitle h2 {
        font-size: 34px;
    }
}

@media (max-width:1260px) {}


@media (max-width:992px) {}

@media (max-width:768px) {
    .automobileTitle h2 {
        font-size: 20px;
    }

    .automobileTitle {
        top: 30px;
    }

    .electronics {
        height: 350px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .electronics .automobileImg {
        display: none;
    }

    .automobile .systemIconBox li {
        width: 25px;
        height: 25px;
    }

    .automobile .systemIconBox li:nth-child(1) {
        left: 10.3%;
    }
}

@media (max-width:520px) {
    .electronics {
        height: 250px;
    }

    .automobileTitle h2 {
        font-size: 16px;
    }

    .automobile .systemIconBox li .systemDescContentBox {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        bottom: inherit;
        z-index: 50;
    }

    .automobile .systemIconBox li .systemDescContent {
        width: 100%;
    }

    .automobile .systemIconBox li .systemDescContent::before {
        display: none;
    }

    .automobile .systemIconBox li .systemDescContent dl dd {
        font-size: 12px;
    }

    .automobile .systemIconBox li .systemDescContent dl dt {
        font-size: 16px;
    }

    .automobile .systemIconBox li:nth-child(2) {
        left: 31.5%;
    }

    .automobile .systemIconBox li:nth-child(3) {
        left: 78.3%;
    }
}


.q_automobile .img img {
    width: 100%;
}

.q_automobile .content {
    position: relative;
}

.q_automobile .content .block_box1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.q_automobile .content .block_box {
    position: relative;

}

.q_automobile .content .block_box .block {
    position: absolute;
}

.applicationNav .block .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 20px);
    background: #37bbb8;
    border-radius: 30px;
    padding: 0 30px;
    font-family: 'gilroy-bold';
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    white-space: nowrap;
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
}

.applicationNav .block .txt::after{display: block;content: "";position: absolute;top: 50%;transform: translateY(-50%) rotate(45deg);right: -4px;width: 12px;height: 12px;background: #37bbb8;}
.q_residence .content .block_box .block:nth-child(1) .txt{left: calc(100% + 20px);right: initial;}
.q_residence .content .block_box .block:nth-child(1) .txt::after{left: -4px;right: initial;

}



@keyframes icon_bgT { 0% { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg); }
  100% { -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg); } }


.q_automobile .content .block_box .block:hover .txt {
    opacity: 1;
    pointer-events: auto;
}

.q_automobile .content .block_box .block:nth-child(1) {
    left: 25.31%;
    top: 31.44%;
}

.q_automobile .content .block_box .block:nth-child(2) {
    left: 39.84%;
    top: 31.44%;
}

.q_automobile .content .block_box .block:nth-child(3) {
    left: 54.43%;
    top: 53.44%;
}

.q_automobile .content .block_box .block:nth-child(4) {
    left: 69.74%;
    top: 31.67%;
}

.q_automobile .content .txt_box {
    position: absolute;
    width: 1370px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.q_automobileSwiper {
    color: #fff;
}

.q_automobileSwiper .swiper-button-prev,
.q_automobileSwiper .swiper-button-next {
    background-image: none;
    width: auto;
    height: auto;
    opacity: 1;
    font-size: 49px;
    margin-top: 0;
    transform: translateY(-50%);
}

.q_automobileSwiper .box{
    padding:0 85px;
}

.q_automobileSwiper .box .title{
    width: 19.5%;
    font-size: 22px;
	line-height: 32px;
	letter-spacing: -1px;
    padding-right: 30px;
}


.q_automobileSwiper .box .abstract{
    width: 62.91%;
    font-size: 16px;
	line-height: 22px;
	opacity: 0.7;
    padding-left: 30px;
    border-left:1px solid rgba(255, 255, 255, 0.3);
}
.q_automobileSwiper .box .more{
    width: 143px;
	line-height: 42px;
	border-radius: 22px;
	border: solid 1px rgba(255, 255, 255, 0.3);
    text-align: center;
    display: block;
    font-family: 'gilroy-bold';
    font-size: 14px;
    color: #fff;
    transition: all .5s;
}
.q_automobileSwiper .box .more:hover{
    background-color: #37bbb8;
    border: 1px solid #37bbb8;
    
}
.q_automobileSwiper .box .more .iconfont{
    font-size: 14px;
    margin-left: 10px;
}


@media (max-width:1400px) {
    .q_automobile .content .txt_box{
        width: 100%;
    }
    
}
@media (max-width:1200px) {
    .q_automobile .content .txt_box{
        position: static;
        margin: 20px 0;
        transform: translateX(0);
    }
    .q_automobileSwiper{
        color: #333;
    }
    .q_automobileSwiper .box .more{
        color: #333;
        border: 1px solid #333;
    }
    .q_automobileSwiper .box .more:hover{
        color: #fff;
        background-color: #37bbb8;
        border: 1px solid #37bbb8;
    }
}

@media (max-width:1024px) {
    .q_automobileSwiper .box .title{
        width: 100%;
        padding-right: 0;
    }
    .q_automobileSwiper .box .abstract{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .q_automobileSwiper .box .more{
        margin-top: 20px;
    }

    .q_automobileSwiper .box{
        justify-content: start;
    }
}

@media (max-width:768px) {
    .q_automobileSwiper .box .title{
        font-size: 24px;
    }
    .q_automobileSwiper .box .abstract{
        font-size: 14px;
    }
    .q_automobileSwiper .box{
        padding: 0 60px;
    }
    .q_automobileSwiper .swiper-button-prev, .q_automobileSwiper .swiper-button-next{
        font-size: 18px;
    }
    
    .q_automobile .content .block_box .block .txt{
        top: auto;
        bottom: calc(100% + 20px);
        left: 50%;
        transform: translate(-50%,0);
        right: auto;
        background-color: #37bbb8;
        border-radius: 20px;
        font-size: 14px;
        line-height: 1.1;
        padding: 5px 10px;
        width: auto;
        min-width: 150px;
        white-space: initial;
        z-index: 1000;
    }
}
@media (max-width:480px) {
    .q_automobileSwiper .box .title{
        font-size:18px;
    }
    .q_automobileSwiper .box .abstract{
        margin-top: 10px;
    }
    .q_automobileSwiper .box{
        padding: 0 30px;
    }
}





.q_residence .img img {
    width: 100%;
}

.q_residence .content {
    position: relative;
}

.q_residence .content .block_box1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.q_residence .content .block_box {
    position: relative;

}

.q_residence .content .block_box .block {
    position: absolute;
}

.q_residence .content .block_box .block .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 15px);
    background-image: url('/dist/webimages/q_automobile_icon1.png');
    background-size: 100% 100%;
    padding: 0 30px;
    font-family: 'gilroy-bold';
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    white-space: nowrap;
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
}

.iconcommon {
    position: relative;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #37bbb8;
    cursor: pointer;
    /* transform: rotateZ(45deg); */
}

.iconcommon::after{
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 13px;
	height: 13px;
	border: solid 2px #ffe153;
    border-radius: 50%;
    transition: all .5s;
}

.iconcommon .border_box {
    position: absolute;
    top: -5px;
    left: -5px;
    border: 2px dotted #fff;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: icon_bgT 10s linear infinite;
}

.q_residence .content .block_box .block:hover .txt {
    opacity: 1;
    pointer-events: auto;
}

.iconcommon:hover::after{
    background-color: #ffe153 !important;
}

.q_residence .content .block_box .block:nth-child(1) {
    left: 21%;
    top: 68.5%;
}

.q_residence .content .block_box .block:nth-child(2) {
     left: 40%;
     top: 26.43%;
}

.q_residence .content .block_box .block:nth-child(3) {
    left: 47.25%;
    top: 56.4%;
}

.q_residence .content .block_box .block:nth-child(4) {
    left: 58.33%;
    top: 8.66%;
}
.q_residence .content .block_box .block:nth-child(5) {
    left: 80.5%;
    top: 59.79%;
}
.q_residence .content .block_box .block:nth-child(6){
    left: 35.5%;
    top: 18.43%;
}

.q_residence .content .txt_box {
    position: absolute;
    width: 1370px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.q_residenceSwiper {
    color: #fff;
}

.q_residenceSwiper .swiper-button-prev,
.q_residenceSwiper .swiper-button-next {
    background-image: none;
    width: auto;
    height: auto;
    opacity: 1;
    font-size: 49px;
    margin-top: 0;
    transform: translateY(-50%);
}

.q_residenceSwiper .box{
    padding:0 85px;
    justify-content: space-between;
}

.q_residenceSwiper .box .title{
    width: 16.5%;
    font-size: 22px;
	line-height: 32px;
	letter-spacing: -1px;
    padding-right: 30px;
}


.q_residenceSwiper .box .abstract{
    width: 70%;
    font-size: 16px;
	line-height: 28px;
	opacity: 0.7;
    padding-left: 30px;
    border-left:1px solid rgba(255, 255, 255, 0.3);
}
.q_residenceSwiper .box .more{
    width: 143px;
	line-height: 42px;
	border-radius: 22px;
	/* border: solid 1px rgba(255, 255, 255, 0.3); */
    text-align: center;
    display: block;
    font-family: 'gilroy-bold';
    font-size: 14px;
    color: #fff;
    transition: all .5s;
    background-color: #37bbb8;
    border: 1px solid #37bbb8;
}
.q_residenceSwiper .box .more:hover{
    box-shadow: 0 3px 15px -2px #37bbb8;
}
.q_residenceSwiper .box .more .iconfont{
    font-size: 14px;
    margin-left: 10px;
}


@media (max-width:1460px) {
    .q_residence .content .txt_box{
        width: 100%;
    }
		.q_residence .content .block_box .block:nth-child(1){top: 54.5%;}
    
}
@media (max-width:1200px) {
	 .q_residence .content .txt_box,.q_automobile .content .txt_box{opacity: 1 !important;}
    .q_residence .content .txt_box{
        position: static;
        margin: 20px 0;
        transform: translateX(0);
    }

    .q_residenceSwiper .box .more:hover{
        color: #fff;
        background-color: #37bbb8;
        border: 1px solid #37bbb8;
    }
    .q_residenceSwiper{color: #333;}
}

@media (max-width:1024px) {
    .q_residenceSwiper .box .title{
        width: 100%;
        padding-right: 0;
    }
    .q_residenceSwiper .box .abstract{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .q_residenceSwiper .box .more{
        margin-top: 20px;
    }

    .q_residenceSwiper .box{
        justify-content: start;
    }
}

@media (max-width:768px) {
    .q_residenceSwiper .box .title{
        font-size: 20px;
    }
    .q_residenceSwiper .box .abstract{
        font-size: 14px;
    }
    .q_residenceSwiper .box{
        padding: 0 60px;
    }
    .q_residenceSwiper .swiper-button-prev, .q_residenceSwiper .swiper-button-next{
        font-size: 18px;
    }

    .q_residence .content .block_box .block .txt{
        top: auto;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translate(-50%,0);
        right: auto;
        background-color: #37bbb8;
        border-radius: 20px;
        font-size: 14px;
        line-height: 1.1;
        padding: 5px 10px;
        width: auto;
        min-width: 150px;
        white-space: initial;
        z-index: 100;
        text-align: center;
        padding: 8px 10px;
    }
    
    .q_residence .content .block_box .block:nth-child(1) .txt{left: 50%;}
    .q_residence .content .block_box .block:nth-child(1) .txt::after{left: 50%;}
    .iconcommon::after{width: 8px;height: 8px;}
    .q_automobile .content .block_box .block .txt{text-align: center;padding: 8px 10px;max-width: 250px;min-width: auto;min-width: 180px;}
    .applicationNav .block .txt::after{top: calc(100% - 8px);left: 50%;transform: translateX(-50%) rotate(45deg);}
}
@media (max-width:480px) {
    .q_residenceSwiper .box .title{
        font-size:18px;
    }
    .q_residenceSwiper .box .abstract{
        margin-top: 10px;
    }
    .q_residenceSwiper .box{
        padding: 0 15px;
    }
    .iconcommon{
        width: 20px;
        height: 20px;
    }
    .iconcommon .border_box{border-width: 1px;}
    .iconcommon::after{width: 5px;height: 5px;border-width: 1px;}
    .iconcommon .border_box{width: calc(100% + 6px);height: calc(100% + 6px);top: -3px;left: -3px;}
    .q_automobileSwiper .box{padding: 0 15px;}
}

.q_residence .content .txt_box,.q_automobile .content .txt_box{opacity: 0;}