*{
    padding: 0;
    margin: 0;
    font-family: "Rene","Hel","Microsoft Yahei","Helvetica Neue","Helvetica, Arial", "sans-serif";
}
body,div,hr,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
    margin: 0;
    padding: 0;
    border: 0;
}
html body{
    max-width: 1920px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Rene-bold","Hel","Microsoft Yahei","Helvetica Neue", "Helvetica, Arial", "sans-serif";
}
@font-face {
    font-family: "Hel";
    src: url("../fonts/Karlo's Video Archives Font.ttf");
}
@font-face {
    font-family: "Rene";
    src: url('../fonts/Rene-Bieder-Franca-DEMO-Book-3.otf');
}
@font-face {
    font-family: "Rene-bold";
    src: url('../fonts/Rene-Bieder-Franca-DEMO-Bold-2.otf');
}
@font-face {
    font-family: "Uni";
    src: url('../fonts/UniversityRomanStd.otf');
}
h1,h2,h3,h4,h5,h6{
    margin:15px 0;
}
ul,ol,li,dl,dd,dt{
    list-style: none;
}
/*清除浮动*/
.clear { clear: both; }

.container-fluid,.container div{
    padding:0;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #f2440a;
}
p{
    word-wrap: break-word;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #cdcbcb;
    border-radius: 4px;
}
/* 设置滚动条的样式结束 */
.m_nav{
    display: none;
}
.top{
    align-items: center;
    justify-content: space-around;
    height: 50px;
}
.top.show-on {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 2px solid #f5f5f5;
    opacity: 0.8;
}
.menu {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .navbar{
    margin-bottom: 0;
    border: 0;
}
.menu .nav > li > a {
    padding: 15px 40px;
    font-size: 15px;
    color: #000;
}
.menu .nav > li > a:hover{
    color: #ed6815;
}
.banner{
    position: relative;
}
.banner-title{
    position: absolute;
    left: 50%;
    top: 23%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}
.banner-title img{
    width: 43%;
}
.scene-arrow {
    position: absolute;
    left: 50%;
    bottom: 20px;
    animation: bounce 2s ease infinite;
}
.scene-arrow .iconfont {
    display: block;
    font-size: 30px;
    color: hsla(0,0%,100%,.6);
    line-height: 1;
}

.movie {
    margin-top: 160px;
    position: relative;
}
#home-movie .swiper-wrapper .swiper-slide{
    width: 1190px !important;
}

#home-movie .swiper-slide video{
    width:100%;
}
#home-movie .slide-attr{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
#home-movie .slide-attr > div{
    margin: 0 15px 15px;
}
#home-movie .slide-attr .p1{
    color: #7a7373;
    font-size: 15px;
    font-family: "math";
}
#home-movie .slide-attr .p2 span{
    font-size: 24px;
    font-family: "Rene-bold";
}
#home-movie .slide-content{
    background-color: #FAFAFA;
    padding: 30px;
    height: 200px;
    margin-top: -5px;
}
#home-movie .slide-title{
    font-size: 22px;
    line-height: 35px;
    font-family: "Rene-bold";
}
.movie .swiper-button-next{
    right: 20% !important;
    left:auto;
    top: 105%;
}
.movie .home-movie-btn:after{
    font-size: 22px;
    color:#555;
}
.movie .home-movie-btn{
    background: #edebeb;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.movie .swiper-button-prev{
    right: 25% !important;
    left:auto;
    top: 105%;
}
.movie .home-movie{
    bottom: -50px !important;
    width: 50%;
}
.home-movie .swiper-pagination-bullet-active{
    background: #000;
}
.home-movie .swiper-pagination-bullet{
    background: #555;
    width:22px;
    height: 3px;
    border-radius: 0;
}
.protection{
    margin-top: 150px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.protection > div{
    position: absolute;
    left: 50%;
    top: 20%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
.protection > .pro-l7{
    position: absolute;
    left: 40%;
    top: 20%;
    text-align: left;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
.protection > div h3{
    font-size: 50px;
}
.protection > .pro-l7 h3{
    font-size: 65px;
}
.protection > .pro-l7 p{
    font-size: 30px;
}
.protection > div p{
    font-size: 20px;
}
.protecting{
    margin-top: 150px;
}
.protecting .pro-one{
    width: 60%;
    padding-left: 20%;
}
.protecting .pro-one p{
    color: #878282;
    font-size: 18px;
}
.protecting .pro-two{
    padding: 80px 5% 0;
}
.pro-one h2{
    font-size: 34px;
}
.home-safe-thumb{
    margin-top: -160px;
    width: 52%;
}
.home-designs-thumb{
    margin-top: -160px;
    width: 65%;
}
.home-safe-thumb .swiper-wrapper,.home-designs-thumb .swiper-wrapper{
    height: 150px;
}
.home-safe-thumb .swiper-slide,.home-designs-thumb .swiper-slide{
    text-align: center;
}
.home-safe-thumb .swiper-slide > div,.home-designs-thumb .swiper-slide > div{
    color:#fff;
}
.home-safe-thumb .swiper-slide > div p,.home-designs-thumb .swiper-slide > div p{
    font-size: 16px;
    font-family: 'Rene-bold';
    border-bottom: 2px solid #585858;
    height: 50px;
}
.home-safe-thumb .swiper-slide > div .on,.home-designs-thumb .swiper-slide > div .on{
    border-bottom-color: #ffba72;
}
.home-safe-thumb .safe-des,.home-designs-thumb .safe-des{
    width: 100%;
    position: absolute;
    top: 50px;
    color: #fff;
    z-index: 999;
    left: 0;
    padding: 10px 0;
    font-size: 17px;
}
.home-safe-thumb .safe-des .safe-in,.home-designs-thumb .safe-des .safe-in{
    display: none;
}
.home-safe-thumb .safe-des .safe-in:nth-child(1),.home-designs-thumb .safe-des .safe-in:nth-child(1){
    display: block;
}
.safety {
    margin-top: 150px;
    position: relative;
}
.safety > div{
    position: absolute;
    left: 50%;
    top: 20%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
.safety .safety-in-l7{
    position: absolute;
    left: 45%;
    top: 50%;
    text-align: left;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 50%;
}
.safety .safety-in-l7 .safe-l7{
    font-size: 60px;
}
.safety .safety-in-l7 div{
    font-size: 22px;
}
.safety > div h2{
    font-size: 40px;
}
.safety > div .safe-l8 {
    font-size: 55px;
}
.safety > div > div{
    font-size: 22px;
}
.notice{
    padding: 20px 5% 0 10%;
    color: #9b9494;
    font-size: 15px;
}
.feature{
    background-color: #000;
}
.fea-top div p,.fea-top div{
    color:#fff;
}
.fea-top{
    padding: 120px 20% 10px;
}
.fea-top div{
    font-size: 25px;
}
.fea-top div p{
    font-size: 70px;
}
.fea-list{
    padding: 0 10%;
}
.fea-list-item .fea-item-title{
    padding: 75px 13% 40px;
    font-size: 25px;
    color: #fff;
}
.fea-item-pics > div{
    padding: 5px;
}
.fea-item-pics > div img{
    border-radius: 10px;
}
.model{
    margin-top: 100px;
    padding: 0 10%;
}
.model-top{
    text-align: center;
    font-size: 36px;
    font-family: 'Rene-bold';
}
.model-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.model-right{
    display: flex;

}
.model-right > div{
    width: 50%;
    font-size: 22px;
    color: #777575;
    border-bottom: 2px solid #dfdfdf;
    height: 50px;
}
.model-right .border-on{
    border-bottom: 2px solid #000;
    color: #000;
    font-family: 'Rene-bold';
}
.model-attr .key {
    font-size: 16px;
    color: #a9a9a9;
}
.model-attr .val{
    font-size: 20px;
    margin-top: 10px;
}
.model > .row{
    margin-top: 80px;
}
.model-attr > div{
    margin-top: 50px;
}
.model-attrs > div{
    margin-top: 50px;
    padding: 0 28px;
}
.model .row .model-img:nth-child(2),.model .row .model-img:nth-child(3),.model .row .model-img:nth-child(4),.model .row .model-img:nth-child(5){
    display: none;
}
.model-attr .model-attrs:nth-child(2),.model-attr .model-attrs:nth-child(3),.model-attr .model-attrs:nth-child(4),.model-attr .model-attrs:nth-child(5){
    display: none;
}
.product-button {
    background-color: #191919;
    height: 50px;
    width: 230px;
    border-radius: 30px;
    line-height: 50px;
    margin-top: 30px;
}
.product-button a{
    color:#fff;
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.bottom,.footer{
    background-color: #000;
    padding: 30px 50px;
    color: #959595;
}
.bottom{
    margin-top: 100px;
}
.footer-in{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-contact a {
    margin: 0 10px;
}
.home-footer{
    margin-top: 80px;
}


/*参数*/
.models-title{
    padding: 15px 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.models-l{
    display: flex;
    align-items: flex-start;
}
.models-l-l{
    position: relative;
}
.models-l-l ul{
    display: none;
    position: absolute;
    top: 40px;
    width: 140px;
    padding: 12px 24px;
    border-radius: 6px;
    margin-left: -12px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.cate-children li a{
    color: #000;
    font-size: 18px;
    margin: 20px 0;
    display: block;
}
.open .cate-children{
    display: block;
}
.models-l-l > a{
    font-size: 22px;
    font-family: 'Rene-bold';
    position: relative;
    padding: 10px 20px 10px 0;
}
.models-l-r{
    margin-left: 20px;
    font-size: 18px;
    color: #858585;
    line-height: 30px;
}
.models-l-r span{
    font-family: "Microsoft Yahei";
}
.models-l-l a:hover{
    color: unset;
}

.list_dt_icon {
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/top-nav.webp) no-repeat;
    background-size: cover;
    transition: transform .2s ease-in;
}
.models-l-l:hover .list_dt_icon {
    transform: rotate(180deg);
}
.models-r a{
    font-size: 16px;
    color: #858585;
}
.model-titles{
    padding: 30px 15%;
    font-size: 35px;
    font-family: 'Hel';
}


.configuration-wrap {
    display: flex;
    width: 70%;
    margin: 0 auto;
}
.configuration-inner {
    position: relative;
    font-size: 18px;
    color: #191919;
    line-height: 30px;
}
.configuration-part:first-child {
    z-index: 90;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}
.configuration-row {
    position: relative;
    display: flex;
    background-color: #fff;
}
.configuration-label {
    display: flex;
    width: 370px;
    padding: 15px 15px;
    font-family: 'Hel';
    align-items: center;
    flex-shrink: 0;
    color: #191919;
}
.configuration-label-figure {
    display: flex;
    align-items: center;
}
.dot:before {
    display: flex;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    flex-shrink: 0;
    background-color: #191919;
    content: "";
}
.configuration-label-figure .text {
     margin: 0 16px 0 4px;
     color: #999;
    font-size: 20px;
 }
.line:before {
    display: flex;
    width: 12px;
    height: 1px;
    background-color: #191919;
    content: "";
}
.configuration-row.title .configuration-value, .configuration-row.title:after {
    display: none;
}
.text.m {
    display: none;
}
.configuration-part .configuration-value{
    padding-left: 60px;
}
.configuration-value {
    flex-grow: 1;
}
.configuration-value-carname {
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    line-height: 30px;
}
.text.carname {
    display: block;
}
.configuration-value-carname>span {
    padding-top: 16px;
    padding-bottom: 16px;
    white-space: nowrap;
}
.text.carname i {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    font-style:normal;
}
.configuration-row {
    position: relative;
    display: flex;
    background-color: #fff;
}
.configuration-row.title {
    z-index: 50;
    position: -webkit-sticky;
    position: sticky;
    top: 174px;
    width: 100%;
    background-color: #fafafa;
}
.configuration-row.title .configuration-label {
    position: relative;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    cursor: pointer;
}
.configuration-nav {
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 310px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.12156862745098039);
    flex-shrink: 0;
    background-color: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.configuration-nav-item.current .lxiconfont {
    display: flex;
}
.lxiconfont-select1:before {
    content: "\e013";
}
.configuration-nav-item .lxiconfont {
    position: absolute;
    top: 50%;
    right: 8px;
    display: none;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #999;
}
.configuration-wrap .configuration-inner .configuration-tips {
    margin-top: 50px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
.configuration-wrap .configuration-inner .configuration-tips .configuration-tips-title {
    font-size: 16px;
    line-height: 28px;
    color: #726f6f;
}
.configuration-wrap .configuration-inner .configuration-tips .configuration-tips-list{
    font-size: 14px;
    color: #726f6f;
}
.configuration-row:after {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #f5f5f5;
    content: "";
}
.configuration-row.title .configuration-label .glyphicon-chevron-up {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
    transition: transform .15s cubic-bezier(.4,0,.2,1), opacity .15s ease-in;
}
.lxiconfont {
    font-family: Glyphicons Halflings !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carprice{
    font-family: "Microsoft Yahei";
}
.configuration-label .img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}
.img.appearance-gold {
    background-image: url(../images/gold.5d2b5465.webp);
}
.img.appearance-silver {
    background-image: url(../images/silver.f7d1bac6.webp);
}
.img.appearance-gray {
    background-image: url(../images/gray.671ea286.webp);
}
.img.appearance-black {
    background-image: url(../images/black.1bd06585.webp);
}
.img.appearance-green {
    background-image: url(../images/green.67441d29.webp);
}
.img.appearance-purple {
    background-image: url(../images/purple.8ce02505.webp);
}
.img.trim-white {
    background-image: url(../images/white.8933a41d.webp);
}
.img.trim-orange {
    background-image: url(../images/orange.53e4c909.webp);
}
.img.trim-black {
    background-image: url(../images/black.76e4e7d1.webp);
}
.img.appearance-bbb {
    background-image: url(../images/bbb.05f00829.webp);
}
.img.appearance-blue {
    background-image: url(../images/blue.a286f01a.webp);
}
.img.trim-brown {
    background-image: url(../images/brown.621909b6.webp);
}
.img.appearance-white {
    background-image: url(../images/white.02914977.webp);
}
.img.appearance-red {
    background-image: url(../images/red.50102897.webp);
}
.img.exterior-silver-mega {
    background-image: url(../images/silver.e4da004e.webp)
}

.img.exterior-gray-mega {
    background-image: url(../images/gray.192f3c25.webp)
}

.img.exterior-white-mega {
    background-image: url(../images/white.f802db67.webp)
}

.img.exterior-gray-sp-mega {
    background-image: url(../images/gray-sp.b7b3ec9b.webp)
}

.img.trim-white-mega {
    background-image: url(../images/white.b4ece55f.webp)
}

.img.trim-brown-mega {
    background-image: url(../images/brown.0f6bc2b7.webp)
}

.img.mega-max {
    background-image: url(../images/mega-max.8f5e825c.webp)
}
.configuration-label-normal, .configuration-value {
    display: flex;
    align-items: center;
}
.configuration-row.subtitle .configuration-label {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
}
.configuration-value-carname, .configuration-value-carprice, .configuration-value-normal {
    display: flex;
    height: 100%;
    flex-grow: 1;
    align-items: center;
}
.configuration-value-carname>span, .configuration-value-carprice>span, .configuration-value-normal>span {
    display: flex;
    height: 100%;
    padding: 10px 10px;
    flex: 1;
    align-items: center;
    color: #3a3939;
}
.configuration-row .img {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
}
.models-title {
    background: #fff;
    box-shadow: 0 1px 3px hsla(0,0%,100%,.08);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}
.configuration-row.subtitle.lineimage .configuration-label {
    width: 320px;
}
.configuration-row.subtitle.lineimage .configuration-value {
    display: block;
}
.models-content .img.l9-0 {
    background-image: url(../images/car1.webp);
    height: 600px;
}
.models-content .img.l9-1 {
    background-image: url(../images/car2.webp);
    height: 600px;
}
.configuration-value .img {
    width: 100%;
    padding: 0;
}
.models-content .img.l8-0 {
    height: 600px;
    background-image: url(../images/car3.webp);
}
.models-content .img.l8-1 {
    height: 600px;
    background-image: url(../images/car4.webp);
}
.models-content .img.l7-0 {
    height: 600px !important;
    background-image: url(../images/car5.webp);
}
.models-content .img.l7-1 {
    height: 600px !important;
    background-image: url(../images/car6.webp);
}
.models-content .img.mega-1 {
    height: 600px !important;
    background-image: url(../images/car7.webp);
}
.configuration-value-applist {
    display: flex;
    padding: 10px 0;
    flex-grow: 1;
    flex-wrap: wrap;
}
.configuration-row.subtitle .configuration-value {
    display: none;
}
.wrap.en .configuration-value-applist .appitem {
    white-space: unset;
}
.configuration-value-applist .appitem {
    width: 108px;
    margin-right: 20px;
    margin-bottom: 25px;
    flex-shrink: 0;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}
.configuration-value-applist .appitem.dt:before {
    background-image: url(../images/dt.9e637697.webp);
}
.configuration-value-applist .appitem.aqy:before {
    background-image: url(../images/aqy.fd5819d9.webp);
}
.configuration-value-applist .appitem.qqyy:before {
    background-image: url(../images/qqyy.1d84e39a.webp);
}
.configuration-value-applist .appitem.wyyyy:before {
    background-image: url(../images/wyyyy.5eb40c97.webp);
}
.configuration-value-applist .appitem.blbl:before {
    background-image: url(../images/blbl.d217ddf6.webp);
}
.configuration-value-applist .appitem.xmly:before {
    background-image: url(../images/xmly.559f04c8.webp)
}

.configuration-value-applist .appitem.mgsp:before {
    background-image: url(../images/mgsp.1d46b945.webp)
}

.configuration-value-applist .appitem.qmkg:before {
    background-image: url(../images/qmkg.2c060400.webp)
}

.configuration-value-applist .appitem.lsktv:before {
    background-image: url(../images/lsktv.13ac4dc3.webp)
}

.configuration-value-applist .appitem.txsp:before {
    background-image: url(../images/txsp.9885971d.webp)
}

.configuration-value-applist .appitem.ksjgs:before {
    background-image: url(../images/ksjgs.44d21ba6.webp)
}

.configuration-value-applist .appitem.hxsy:before {
    background-image: url(../images/hxsy.d625f0a7.webp)
}

.configuration-value-applist .appitem.jlyx:before {
    background-image: url(../images/jlyx.c03a84ea.webp)
}

.configuration-value-applist .appitem.egdd:before {
    background-image: url(../images/egdd.a94a5dae.webp)
}

.configuration-value-applist .appitem.zxsy:before {
    background-image: url(../images/zxsy.153dcf7e.webp)
}

.configuration-value-applist .appitem.dd:before {
    background-image: url(../images/dd.e28eaa62.webp)
}

.configuration-value-applist .appitem.mt:before {
    background-image: url(../images/mt.c5546b95.webp)
}

.configuration-value-applist .appitem.lzbk:before {
    background-image: url(../images/lzbk.d69e64ac.webp)
}

.configuration-value-applist .appitem.yksp:before {
    background-image: url(../images/yksp.f8f9efad.webp)
}
.configuration-value-applist .tip {
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.configuration-value-applist .appitem:before {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.04);
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    content: "";
}
.configuration-row.subtitle.applist:after{
    height: 0;
}
.configuration-row.title .configuration-label.active .glyphicon-chevron-up {
    transform: rotate(180deg);
}
.configuration-row.title .configuration-label.active .configuration-nav {
    display: block
}
.configuration-nav-inner {
    padding: 10px;
}
.configuration-nav-item {
    position: relative;
    display: flex;
    padding: 5px;
    margin-bottom: 5px;
    align-items: center;
    font-size: 20px;
    color: #191919;
    line-height: 30px;
    transition: background-color .15s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
}
.banner-title-mega{
    width: 46%;
}
.protection-mega{
    margin:0;
}
.pro-mega  p{
    color: rgb(219, 173, 118);
}
.protection-mega .pro-mega h3{
    font-size: 50px;
}
.protection > .pro-l7.pro-mega {
    position: absolute;
    left: 45%;
    top: 75%;
    text-align: left;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
#home-movie-mega{
    width:80%;
}
#home-movie-mega .swiper-wrapper .swiper-slide {
    width: 1190px !important;
}
#home-movie-mega .slide-content{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Rene-bold';
}
.movie-mega .swiper-button-prev {
    left: 5%;
    top: 50%;
}
.movie.movie-mega .swiper-button-next {
    right: 5% !important;
    top: 50%;
}
.mega-movie-top{
    padding: 50px 10% 0;
    position: relative;
    height: 400px;
}
.mega-movie-top .pro-mega{
    position: absolute;
    left: 40%;
    top: 50%;
    text-align: left;
    transform: translateX(-50%) translateY(-50%);
    color: #000;
    width: 45%;
}
.protecting.safe-mega .pro-two {
    padding: 80px 11% 0;
}
.protecting.designs-mega .pro-two {
    padding: 80px 11% 0;
}
.mega-movie-top .pro-mega h3{
    font-size: 50px;
    font-family: 'Hel';
}
.mega-movie-top .pro-mega p{
    font-size: 18px;
    color: #555;
}
.movie-mega{
    margin-top: 0;
}
.mega-more{
    width: 220px;
    margin: 40px auto 0;
    text-align: center;
}
.mega-more a{
    padding: 15px 20px;
    background: #e5e5e5;
    border-radius: 20px;
    font-family: 'Rene-bold';
    font-size: 16px;
}
.protection > .pro-l7{
    position: absolute;
    left: 40%;
    top: 60%;
    text-align: left;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
.safe-mega .pro-one h2 {
    font-size: 45px;
    font-family: 'Hel';
    line-height: 60px;
}
.safe-mega .pro-one .safe-mega-one{
    font-size: 30px;
    color: #000;
}
.protecting.safe-mega .pro-one {
    width: 65%;
    padding-left: 20%;
}
.safe-mega .pro-one .safe-mega-two{
    font-size: 18px;
    color: #555;
}
.safe-mega .safe-mega-in{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
}
.safe-mega-in > div:nth-child(2){
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    padding: 0 20px;
}
#home-safe-thumb-mega{
    width: 60%;
    margin-top: 40px;
}
#home-safe-thumb-mega .swiper-wrapper .swiper-slide > div{
    color: #939393;
}
#home-safe-thumb-mega .swiper-wrapper .swiper-slide > div .on{
    color: #000;
}
#home-safe-thumb-mega .swiper-wrapper .safe-des{
    color: #939393;
}
.safe-mega-one span{
    font-size: 16px;
}
.designs .pro-two-mega{
    text-align: center;
}
.designs-mega1 .pro-one h2 {
    font-size: 45px;
    font-family: 'Hel';
    line-height: 60px;
}
.designs-mega .pro-one h2 {
    font-size: 45px;
    font-family: 'Hel';
    line-height: 60px;
}
#home-designs-thumb-mega{
    margin-top: 40px;
}
#home-designs-thumb-mega .swiper-wrapper .swiper-slide > div{
    color: #939393;
}
#home-designs-thumb-mega .swiper-wrapper .swiper-slide > div .on{
    color: #000;
}
#home-designs-thumb-mega .swiper-wrapper .safe-des{
    color: #939393;
}
.safety .safety-in-mega > div{
    font-size: 30px;
    color: rgb(219, 173, 118);
}
.scene-note-list .scene-note-item{
    margin-top: 10px;
}
.bottom.mega-btm{
    margin-top:0;
    padding-top: 100px;
}
#home-safe-thumb-mega2 .swiper-wrapper{
    height: auto;
    flex-direction: column;
}
#home-safe-thumb-mega2 .swiper-wrapper .swiper-slide > div p{
    border-left: 2px solid #c1c1c1;
    border-bottom: none;
    text-align: left;
    padding-left: 25px;
    color: #e7e7e7;
    height: 70px;
}
#home-safe-thumb-mega2 .swiper-wrapper .swiper-slide > div p.on{
    border-left-color: rgb(219, 173, 118);
    color: #fff;
}
.safe-mega .pro-two-mega{
    position: relative;
}
.safe-mega .pro-two-mega #home-safe-thumb-mega2{
    position:absolute;
    top: 55%;
    left:20%;
}
.banner-contact {
    position: relative;
}
.banner-contact .banner-c-t{
    position: absolute;
    left: 15%;
    bottom: 10%;
    color: #fff;
    font-size: 50px;
}
.contact-con{
    width: 70%;
    margin: 80px auto 0;
}
.contact-con h2{
    font-family: 'hel';
    font-size: 38px;
}
.contact-con .con-in{
    font-size: 16px;
    line-height: 35px;
}
.contact-action {
    display: flex;
    align-items: center;
    margin: 35px 0;
}
.contact-action > div{
    margin: 0 10px;
    font-size: 18px;
}
.contact_us{
    margin-top: 50px;
}
.contact_us > div{
    padding-left: 0;
}
.map{
    margin-top: 50px;
}
.wpforms-submit-container{
    text-align: center;
}
.wpforms-submit-container .wpforms-submit{
    background-color: #625f5f !important;
}
.wpforms-submit-container .wpforms-submit:hover{
    background-color: #000 !important;
}
.banner-about-t{
    width: 55%;
}
.banner-about-t h2{
    font-size: 70px;
    color: #fff;
}
.banner-about-t p{
    color: #fff;
    font-size: 24px;
}
.banner-who {
    position: relative;
}
.banner-about-who{
    width: 60%;
}
.banner-about-who h3{
    font-family: 'Hel';
    font-size: 60px;
    color: #191919;

}
.banner-about-who p{
    font-size: 17px;
    color: #191919;
}
.banner-about-who .who-in{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
}
.who-ins {
    padding: 0 30px 0 0;
}
.who-ins > div{
    font-size: 18px;
}
.who-ins > div:nth-child(1){
    font-size: 22px;
    font-family: 'Rene-bold';
    margin-bottom:10px;
}
.who-in .who-ins:nth-child(1),.who-in .who-ins:nth-child(2),.who-in .who-ins:nth-child(3){
    border-right: 1px solid gray;
}
.about-safe{
    width: 100%;
    overflow: hidden;
}
.protecting.about-safe .pro-one {
    text-align: center;
    padding: 0;
    width: 70%;
    margin: 0 auto;
}
.protecting.about-safe .pro-one h2{
    font-size: 60px;
    color: #191919;
}
.about-safe .pro-two video{
    width: 100%;
}
.about-solution .pro-two{
    padding: 80px 10% 0;
}
.solution-in{
    position: relative;
}
.solution-in .solution-top{
    position: absolute;
    left: 50%;
    top: 15%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 90%;
}
.solution-top .solution-one{
    font-size: 35px;
    font-family: Hel;
}
.solution-top .solution-two{
    margin-top: 20px;
    font-size: 17px;
    color: #e5e5e5c7;
    font-family: Rene-bold;
}
.solution-in .solution-btm{
    position: absolute;
    left: 50%;
    bottom: 5%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 90%;
    font-size: 18px;
    color: #e9e9e982;
}
.about-future{
    width: 80%;
    margin: 100px auto 0;
    text-align: center;
}
.about-future-title{
    width: 70%;
    margin: 0 auto;
}
.about-future h3{
    font-size: 50px;
    font-family: Hel;
    color: #000;
}
.about-future p{
    font-size: 18px;
    margin-top: 25px;
}
.about-future .about-future-title p{
    color: #727171;
    font-size: 20px;
}
.about-future-img{
    margin-top: 50px;
    position: relative;
}
.about-future-img .banner-about-t{
    position: absolute;
    left: 50%;
    top: 25%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 75%;
}
.about-future-img .banner-about-t h2{
    font-size: 40px;
}
.about-future-new {
    margin-top: 20px;
}
.about-future-new .new-in{
    padding: 0 7px;
    position: relative;
}
.about-future-new .new-in:nth-child(1){
    padding-left: 0;
    padding-right: 14px;
}
.about-future-new .new-in:nth-child(3){
    padding-left: 14px;
    padding-right: 0;
}
.new-in .new-title{
    position: absolute;
    left: 50%;
    top: 20%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 90%;
}
.new-in .new-title h3{
    font-size: 25px;
    color: #fff;
}
.new-in .new-title div{
    font-size: 17px;
    color: #b7b7b7db;
}
.new-in .new-title-btm{
    position: absolute;
    left: 50%;
    bottom: 10%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 90%;
    font-size: 18px;
}
.together .about-future-new{
    margin-top: 60px;
    margin-bottom: 50px;
}
.swiper-slide video{
    width: 100%;
}
video{
    width: 100%;
}
.home-title img{
    width: 28%;
}
.home-title .btn-home{
    margin: 30px auto 0;
    background-color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
}
.home-title .btn-home:hover{
    background-color: #000;
}
.banner-title.home-title{
    top: 30%
}
.product-button.btn-home a{
    color: #000;
}
.product-button.btn-home a:hover{
    color: #fff;
}
.home-banner-l9{
    margin-top: 10px;
}
.home-l7l8 .row > div{
    padding: 0;
}
.home-l7l8 {
    margin-top: 10px;
}
.home-l7l8 .row .home-l7l8-l{
    padding-right: 5px;
}
.home-l7l8 .row .home-l7l8-r{
    padding-left: 5px;
}
.home-l7l8 .home-title img {
    width: 50%;
}
.solution-in.home-solution .solution-top {
    position: absolute;
    left: 50%;
    top: 80%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 90%;
}
.solution-in.home-solution .solution-top .solution-one {
    font-size: 30px;
    font-family: Hel;
}
.solution-in.home-solution .solution-top .solution-ones{
    font-size: 20px;
    margin-top: 15px;
}
.solution-in.home-solution .solution-top .solution-one-a{.models-l-r
    margin-top: 20px;
}
.solution-in.home-solution .solution-top .solution-one-a a{
    font-size: 18px;
    color: #fff;
}
.pro-notice{
    text-align: center;
    margin-top: 20px;
}
.map-btm{
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}
.map-btm > div:nth-child(2){
    margin-left: 15px;
}
.pro-l6{
    width: 40%;
}
#home-movie .slide-attrs{
    justify-content: space-evenly;
}

#home-movie .slide-attrs > div {
    max-width: 350px;
}
.model-l6{
    padding: 0;
}