@media (max-width:1680px){

}
@media (max-width:1600px){

}
@media (max-width:1480px){


}
@media (max-width:1440px){

}
@media (max-width:1366px){

}
@media (max-width:1280px){
    .safety > div .safe-l8 {
        font-size: 40px;
    }
    .fea-top div p {
        font-size: 55px;
    }
    .solution-in.home-solution .solution-top .solution-one {
        font-size: 25px;
        font-family: Hel;
    }
    .solution-in.home-solution .solution-top {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        width: 90%;
    }
}
@media (max-width:1199px){

}
@media (max-width:1100px){

}
@media (max-width:1024px){

}
@media (max-width:991px){

}
@media (max-width:960px){

}

@media (max-width:767px){
    .top{
        position: fixed;
        top: 0;
        left: 0;
        height: 55px;
        z-index: 999;
        background: #fff;
        width: 100%;
        padding: 0 10px;
    }
    .top .logos{
        position: absolute;
        top: 5px;
        left: 10px;
    }
    .top .menu{
        display: none;
    }
    .top #navToggle{
        padding: 20px 10px;
        position: fixed;
        right: 20px;
        top:6px;
        z-index: 999;
        background: #f20a0a;
    }
    .top #navToggle span, .top #navToggle span:before, .top #navToggle span:after {
        content: '';
        position: relative;
        width: 30px;
        height: 2px;
        left: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #fff;
    }
    .top #navToggle span:before {
        top: -10px;
    }
    .top #navToggle span:after {
        top: 8px;
    }
    .m_nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 98%);
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        z-index: 1000;
        top: 0;
        transform: translateX(100%);
    }
    .m_nav.open {
        transform: translateX(0);
        overflow-y: auto;
        display: block;
    }
    .m_nav .m-top {
        height: 60px;
        padding: 20px;
        box-sizing: border-box;
    }
    .m_nav .m-top .closed {
        width: 45px;
        height: 45px;
        float: right;
        cursor: pointer;
    }
    .m_nav .m-logo {
        width: 125px;
        margin: 0 auto;
    }
    .m_nav .ul{
        padding: 10px 10px;
    }
    .m_nav .ul li{
        margin: 25px 0;
    }
    .m_nav .ul li a{
        font-size: 20px;
        padding: 10px;
    }
    .banner {
        position: relative;
        margin-top: 55px;
    }
    .banner-title {
        position: absolute;
        left: 50%;
        top: 30%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
    }
    .banner-title img {
        width: 100%;
    }
    .movie {
        margin-top: 30px;
        position: relative;
    }
    #home-movie .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
    .movie .swiper-button-prev {
        right: auto;
        left: 0% !important;
        top: 95%;
    }
    .movie .swiper-button-next {
        right: 0% !important;
        left: auto;
        top: 95%;
    }
    #home-movie .slide-content {
        background-color: #FAFAFA;
        padding: 10px;
        height: auto;
        margin-top: -5px;
    }
    .movie .home-movie {
         bottom: 0 !important;
         width: 100%;
     }
    #home-movie .slide-attr {
        margin-top: 20px;
        padding: 0 10px 0 20px;
    }
    #home-movie .slide-attr > div {
        width: 100%;
    }
    #home-movie .slide-attr .p2 span {
        font-size: 18px;
        font-family: "Rene-bold";
    }
    #home-movie .slide-title {
        font-size: 20px;
        line-height: 30px;
        font-family: "Rene-bold";
    }
    .protection {
        margin-top: 50px;
    }
    .protection > .pro-l7 h3 {
        font-size: 30px;
    }
    .protection > .pro-l7 p {
        font-size: 20px;
    }
    .protection > .pro-l7 {
        top: 50%;
        left: 50%;
        width: 80%;
    }
    .protecting {
        margin-top:50px;
    }
    .protecting .pro-one {
        width: 90%;
        padding-left: 0;
        margin: 0 auto;
    }
    .pro-one h2 {
        font-size: 24px;
    }
    .protecting .pro-two {
        padding: 30px 5% 0;
    }
    .home-safe-thumb {
        margin-top: 20px;
        width: 80%;
    }
    .home-safe-thumb .swiper-slide > div, .home-designs-thumb .swiper-slide > div {
        color: #000;
    }
    .home-safe-thumb .safe-des, .home-designs-thumb .safe-des {
        display: none;
    }
    .home-safe-thumb .swiper-wrapper, .home-designs-thumb .swiper-wrapper {
         height: auto;
    }
    .home-designs-thumb {
        margin-top: 20px;
        width: 100%;
    }
    .home-safe-thumb .swiper-slide > div p, .home-designs-thumb .swiper-slide > div p {
        font-size: 14px;
        font-family: 'Rene-bold';
        border-bottom: 2px solid #585858;
        min-height: 60px;
    }
    .safety {
        margin-top: 50px;
        position: relative;
    }
    .safety .safety-in-l7 {
        width: 80%;
    }
    .safety .safety-in-l7 .safe-l7 {
        font-size: 24px;
    }
    .fea-top {
        padding: 50px 5% 20px;
    }
    .fea-top div p {
        font-size: 30px;
    }
    .fea-list-item .fea-item-title {
        padding: 25px 10% 40px;
        font-size: 25px;
        color: #fff;
    }
    .model-top {
         text-align: center;
         font-size: 30px;
         font-family: 'Rene-bold';
    }
    .model {
        margin-top: 50px;
        padding: 0 5%;
    }
    .fea-list {
        padding: 0 5%;
    }
    .model > .row {
        margin-top: 20px;
    }
    .model > .row > div{
        padding: 0;
    }
    .model-right > div {
        width: 100%;
        font-size: 16px;
        color: #777575;
        border-bottom: 2px solid #dfdfdf;
        height: 50px;
    }
    .model-attr > div {
        margin-top: 5px;
    }
    .model-attrs > div {
        margin-top: 20px;
        padding: 0 10px;
    }
    .bottom, .footer {
        background-color: #000;
        padding: 30px 15px;
        color: #959595;
    }
    .protection > div h3 {
        font-size: 20px;
    }
    .protection > div {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        width: 90%;
    }
    .protection > div p {
        font-size: 15px;
    }
    #home-designs-thumb-l8 .swiper-wrapper .swiper-slide div > p{
        height: 85px;
    }
    .home-safe-thumb-l9 .swiper-wrapper .swiper-slide div > p{
        height: 80px;
    }
    .safety > div .safe-l8 {
        font-size: 22px;
    }
    .safety > div > div {
        font-size: 16px;
    }
    .safety > div {
        position: absolute;
        left: 50%;
        top: 45%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        width: 90%;
    }
    .safety > div h2 {
        font-size: 18px;
        font-family: 'Rene';
        line-height: 28px;
    }
    .protection > .pro-l7.pro-mega {
        position: absolute;
        left: 45%;
        top: 60%;
        text-align: left;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
    }
    .protection > .pro-l7.pro-mega h3 {
        font-size: 24px;
    }
    .mega-movie-top {
        padding: 20px 5% 0;
        position: relative;
        height: 300px;
    }
    .mega-movie-top .pro-mega {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: left;
        transform: translateX(-50%) translateY(-50%);
        color: #000;
        width: 80%;
    }
    .mega-movie-top .pro-mega h3 {
        font-size: 30px;
        font-family: 'Hel';
    }
    .movie.movie-mega .swiper-button-next {
        right: 5% !important;
        top: 95%;
    }
    #home-movie-mega {
        width: 95%;
    }
    #home-movie-mega .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
    .protection-mega-one video{
        height: 370px;
    }
    .protecting.safe-mega .pro-one {
        width: 90%;
        padding-left: 0;
    }
    .safe-mega .pro-one h2 {
        font-size: 25px;
        font-family: 'Hel';
        line-height: 30px;
    }
    .safe-mega .pro-one .safe-mega-one {
        font-size: 16px;
        color: #000;
    }
    .safe-mega .safe-mega-in {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 30px;
        flex-direction: column;
    }
    .safe-mega .safe-mega-in > div{
        display: flex;
        align-items: center;
        margin-top: 15px;
    }
    .safe-mega .pro-one .safe-mega-two {
        font-size: 16px;
        color: #555;
        margin-left: 20px;
    }
    .safe-mega-in > div:nth-child(2) {
        border: 0;
        padding: 0;
    }
    .protecting.safe-mega .pro-two {
        padding: 50px 5% 0;
    }
    #home-safe-thumb-mega {
        width: 90%;
        margin-top: 30px;
    }
    #home-safe-thumb-mega .swiper-wrapper .swiper-slide div > p{
        height: 80px;
    }
    .safe-mega .pro-two-mega{
        display: none;
    }
    .designs-mega1 .pro-one h2,.designs-mega .pro-one h2 {
        font-size: 25px;
        font-family: 'Hel';
        line-height: 30px;
    }
    .pro-two-mega video{
        width: 100% !important;
        height: 220px !important;
    }
    .protecting.designs-mega .pro-two {
        padding: 30px 5% 0;
    }
    .banner-contact .banner-c-t {
        position: absolute;
        left: 15%;
        bottom: 10%;
        color: #fff;
        font-size: 20px;
        width: 80%;
    }
    .contact-con {
        width: 90%;
        margin: 50px auto 0;
    }
    .contact_us > div {
        padding: 0;
        width: 100%;
    }
    .map{
        margin-bottom: 20px;
    }
    .map iframe{
        height: 400px;
    }
    .banner-about-t h2 {
        font-size: 20px;
        color: #fff;
    }
    .banner-about-t p {
        color: #fff;
        font-size: 18px;
    }
    .banner-title {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        width: 80%;
    }
    .banner-about-who h3 {
        font-family: 'Hel';
        font-size: 25px;
        color: #191919;
    }
    .banner-title.banner-about-who {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        width: 95%;
    }
    .banner-title.banner-about-who p {
        color: #fff;
        font-size: 16px;
    }
    .banner-about-who .who-in {
        display: none;
    }
    .protecting.about-safe .pro-one h2 {
        font-size: 30px;
        color: #191919;
        line-height: 40px;
    }
    .about-solution .pro-two .solution-in{
        padding: 0;
    }
    .solution-top .solution-one {
        font-size: 26px;
        font-family: Hel;
    }
    .solution-in .solution-top {
        position: absolute;
        left: 50%;
        top: 20%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        width: 90%;
    }
    .solution-top .solution-two {
        margin-top: 15px;
        font-size: 16px;
        color: #e5e5e5c7;
        font-family: Rene-bold;
    }
    .solution-in .solution-btm {
        position: absolute;
        left: 50%;
        bottom: 0;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        font-size: 16px;
        color: #e9e9e982;
    }
    .about-future h3 {
        font-size: 30px;
        font-family: Hel;
        color: #000;
    }
    .about-future-title {
        width: 90%;
        margin: 0 auto;
    }
    .about-future .about-future-title p {
        color: #727171;
        font-size: 16px;
    }
    .about-future {
        width: 95%;
        margin: 50px auto 0;
        text-align: center;
    }
    .about-future-img .banner-about-t h2 {
        font-size: 24px;
    }
    .about-future-img .banner-about-t {
        position: absolute;
        left: 50%;
        top: 40%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        width: 75%;
    }
    .banner-about-t p {
        display: none;
    }
    .about-future-new .new-in:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }
    .about-future-new .new-in {
        padding: 0;
        position: relative;
        margin-top: 10px;
    }
    .about-future-new .new-in:nth-child(3) {
        padding-left: 0;
        padding-right: 0;
    }
    .new-in .new-title {
        top: 25%;
    }
    .home-title img {
        width: 50%;
    }
    .banner-title.home-title {
        top: 50%;
    }
    .home-title .btn-home {
        margin: 10px auto 0;
        background-color: #fff;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
    .product-button.btn-home a {
        font-size: 14px;
    }
    .home-l7l8 .row .home-l7l8-l {
        padding-right: 0;
    }
    .home-l7l8 .row .home-l7l8-r {
        padding-left: 0;
        margin-top: 10px;
    }
    .home-banner-l9.banner {
        margin-top: 10px;
    }
    .solution-in.home-solution .solution-top {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        width: 90%;
    }
    .solution-in.home-solution .solution-top .solution-one {
        font-size: 22px;
        font-family: 'Hel';
    }
    .models-title{
        position: fixed;
        left: 0;
        top: 55px;
        padding: 0 10px;
        width: 100%;
    }

    .models-l-l ul,.models-l-l .list_dt_icon{
        right: -25px;
        top: 2px;
    }
    .open .cate-children {
        left: 0;
        top: 25px;
    }
    .models-l-l > a {
        font-size: 16px;
        font-family: 'Rene-bold';
        position: relative;
        padding: 0;
    }
    .models-r,.model-titles{
        display: none;
    }
    .models-l {
         display: block;
         min-height: 65px;
    }
    .models-l-r {
        margin-left: 0;
        font-size: 15px;
        color: #858585;
        line-height: 20px;
    }
    .models-content{
        width: 100%;
        /*overflow: hidden;*/
    }
    .configuration-wrap {
        display: flex;
        width: 100%;
        padding: 0 5px;
        margin: 0 auto;
    }
    .configuration-part:first-child {
        top: 118px;
    }
    .configuration-label {
        display: flex;
        width: 22%;
        padding: 5px;
        position: sticky;
        left: 0;
        margin-left: 2px;
        background: #fff;
    }
    .hastitle.has-l7 > div.title:nth-child(1){
        top: 245px !important;
    }
    .hastitle.has-mega > div.title:nth-child(1){
        top: 225px !important;
    }
    .configuration-row.title .configuration-label{
        width: 74%;
        font-size: 16px;
        line-height: 24px;
        height: 60px;
        position: sticky;
        left: 0;
        background: #fff;
    }
    .configuration-part .configuration-value {
        padding-left: 5px;
    }
    .configuration-label-figure .text {
        margin: 2px;
        color: #999;
        font-size: 12px;
    }
    .configuration-label-figure {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .configuration-row.subtitle.lineimage .configuration-label {
        width: 18%;
    }
    .configuration-inner {
        font-size: 12px;
        line-height: 20px;
    }
    .text.carname i {
        font-size: 14px;
        line-height: 28px;
    }
    .configuration-value-carname {
        font-size: 16px;
        line-height: 30px;
    }
    .map-btm > div{
        width: 50%;
    }
    .map-btm > div img{
        width: 100%;
        height: auto;
    }
}
@media (max-width:440px){

}
