@charset "utf-8";
@font-face {
    font-family: dincondbold;
    src: url("../font/dincondbold.otf");
}
@font-face {
    font-family: dincondregular;
    src: url("../font/dincondregular.otf");
}
@font-face {
    font-family: dincondmedium;
    src: url("../font/dincondmedium.otf");
}
@font-face {
    font-family: dincondblack;
    src: url("../font/dincondblack.otf");
}
@font-face {
    font-family: dincondlight;
    src: url("../font/dincondlight.otf");
}
@font-face {
    font-family: subjectivitylight8;
    src: url("../font/subjectivitylight8.otf");
}
* { padding: 0; margin: 0; outline: 0; text-decoration: none; list-style: none;box-sizing: border-box;}
html,body{font-size: 14px;font-family:"Microsoft YaHei","PingFang SC";background: #fff;color: #000;}
input,textarea,select{font-family:"Microsoft YaHei","PingFang SC";font-size: 14px;}
img,input,textarea{ border: none; }
h1,h2,h3,h4,h5{font-weight: normal;font-size: 14px;}
table{width: 100%;border-collapse: collapse;}
audio,canvas,video{ display: inline-block; *display: inline; *zoom: 1;}
html.hide{overflow: hidden;}
body.hide{overflow: hidden;}
a{color: #000;}
.fl{ float: left;}
.fr{float: right;}
.clear:after{ content: ''; display: table; clear: both; }
p{line-height: 1.6em;}
.img100 img{vertical-align: bottom;width: 100%;}
.middle-box{display: table; height: 100%;  width:100%; margin:0 auto; position:relative; table-layout: fixed;}
.middle-inner{display: table-cell; vertical-align:middle; *position:absolute; *top:50%; *left:50%; width:100%;}
.pc-show{display: block;}
.wap-show{display: none;}
.position-full{position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.relative{position: relative;}
.text-center{text-align: center;}
.overhide{overflow: hidden;}
.w1630{width: 1630px;max-width: 92%;margin: 0 auto;}
ul{font-size: 0;}
ul li{font-size: 14px;display: inline-block;vertical-align: top;}
ul li:last-child{margin-right: 0;}
.imgmax img{max-width: 100%;vertical-align: bottom;height: auto !important;}
/*header s*/
body{padding-top: 100px;transition: all .4s;background: #f7f7f7;}
.header{position: fixed;z-index: 999;width: 100%;left: 0;top:0;background: rgba(0,0,0,.5);transition: all .4s;}
.header .w1630{position: relative;height: 100px;transition: all .4s;}
.logo{position: absolute;left:0;top:50%;transform: translateY(-50%);}
.logo img{display: block;height: 37px;transition: all .4s;}
.logo-fff{position: absolute;top:0;left: 0;height: 100%;opacity: 0;}
.nav-box{margin-right: 90px;}
.nav li{float: left;position: relative;}
.nav-yi{display: inline-block;line-height: 100px;font-size: 16px; padding: 0 35px;transition: all .4s;position: relative;z-index: 3;color: #fff;}
.nav-yi span{position: relative;z-index: 1;display: inline-block;text-align: center;}
.nav li.active .nav-yi{color: #d6bea8;}
.nav-er{position: absolute;width: 120px;left: 50%;margin-left: -60px; box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.21);opacity: 0;margin-top: -20px;transition: all .4s;pointer-events: none;background: #fff;}
.nav-er a{display: block;line-height: 36px;color: #343434;position: relative;text-align: center;}

.menu-handler{width: 40px; height: 40px; cursor: pointer; position: absolute;right:0;top:50%;margin-top: -20px; transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1); -moz-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1); }
.menu-handler .burger{height: 3px; background: #d9c1aa; display: block;width: 100%; position: absolute; z-index: 5; left: 0; transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center;-o-transform-origin: center; -ms-transform-origin: center;border-radius: 2px;-webkit-border-radius: 2px;top: 5px;transition:all .4s;transform: translateZ(0);}
.menu-handler .burger-2{top: 18px; }
.menu-handler .burger-3{top: 31px;}
.menu-handler.active .burger-1{top:15px; -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
.menu-handler.active .burger-2{-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; }
.menu-handler.active .burger-3{top: 15px; -moz-transform: rotate(-225deg); -webkit-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); }
.menu-handler.active{z-index: 9991;}

.hide-menu{position: fixed;background: rgba(0,0,0,.85);width: 100%;height: 100%;top:0;transition: all .4s;left: -20%;opacity: 0;z-index: -1;pointer-events: none;}
.hide-menu.active{left: 0;opacity: 1;z-index: 9990;pointer-events: auto;}
.hide-menu.active .hide-menu-warp{left: 0;}
.nav-yi2{font-size: 16px;}
.nav2 li{display: block;margin-bottom: 35px;}
.nav-er2 a{display: inline-block;margin-top: 20px;width: 25%;font-size: 14px;}
.nav-er2{font-size: 0;}
.nav2{position: absolute;top:50px;right: 20px;bottom:230px;left: 20px;overflow: auto;}
.hide-menu-warp{background: #fff;position: absolute;top:0;left: -50%;width: 500px;max-width: 100%;height: 100%;transition: all .4s;transition-delay: .1s;}
.nav2 a{transition: all .4s;}
.nav2 a:hover{color: #d9c1aa;}
.left-code{position: absolute;left: 20px;right: 20px;bottom: 30px;}
.left-code .footer-tel{font-size: 36px;}

/*header e*/
/*footer s*/
.footer{padding-bottom: 20px;}
.footer-code{margin-right: 318px;margin-bottom: 125px;}
.footer-code .img100{width: 116px;max-width: 100%;margin: 0 auto;}
.footer-code p{font-size: 12px;color: #5c5c5c;margin-top: 5px;}
.beian{text-align: right;position: absolute;right: 0;bottom:0;}
.beian span,.beian a{display: inline-block;vertical-align: middle;color: #999;}
.footer-logo img{height: 44px;}
.footer-l{padding-top: 104px;}
.footer-tel{font-size: 48px;font-family: dincondmedium;color: #d7bfaa;}
.footer-tel span{font-size: 24px;}
.footer-dz img{width: 11px;display: inline-block;vertical-align: middle;margin-right: 8px;}
.footer-dz span{display: inline-block;vertical-align: middle;color: #fff;}
.share{padding-top: 6px;}
.share a{display: inline-block;width: 32px;height: 32px;position: relative;margin-right: 8px;border:1px solid #d7bfaa;border-radius: 100%;opacity: 0.5;transition: all .4s;}
.share a:last-child{margin-right: 0;}
.share a .i{transition: all .4s;}
.share a:hover{opacity: 1;}
.share a.active{opacity: 1;}
.hide-code{position: absolute;width: 116px;bottom:40px;left: 50%;margin-left: -58px;overflow: hidden;transition: all .4s;z-index: 9;background: #fff;height: 0;}
.hide-code img{width: 116px;height: 116px;}
.share a:hover .hide-code{height: 116px;}
.share a.active .hide-code{height: 116px;}
.pz-code{display: inline-block;vertical-align: middle;width: 79px;margin-right: 20px;}
.pz-tel{display: inline-block;vertical-align: middle;}
.pz-tel p{color: #d7bfaa;font-size: 16px;padding: 5px 0;}
/*footer e*/
/*index s*/
.index-body{padding-top: 0;}
.index-body.is-scroll{padding-top: 0;}
.header-style .header{background: none;}
.header-style .nav-yi{color: #fff;}
.bannerDot{position: absolute;z-index: 9;left: 0;width: 100%;bottom:70px;pointer-events: none;}
.bannerDot li{border-bottom: 1px solid #515251;text-align: right;width: 85px;margin-left: 20px;color: #515251;line-height: 30px;transition: all .4s;cursor: pointer;pointer-events: auto;}
.bannerDot li.active{border-color: #efd4bd;color: #efd4bd;}
.bannerDot li:hover{border-color: #efd4bd;color: #efd4bd;}
.banner-con{position: absolute;z-index: 9;left: 0;width: 100%;bottom:170px;}
.banner-des{width: 800px;max-width: 100%;animation-delay: .5s !important;}
.banner-des h2{color: #fff;font-size: 108px;font-family: dincondbold;line-height: 1;}
.banner-des p{font-size: 30px;font-weight: lighter;color: #fff;display: inline-block;vertical-align: middle;margin-right: 90px;}
.mg-bt20{margin-bottom: 20px;}
.banner-look{display: inline-block;vertical-align: middle;}
.banner-look span{display: inline-block;vertical-align: middle;color: #fff;font-family: subjectivitylight8;font-size: 16px;}
.home-arrow{width: 36px;height: 36px;position: relative;cursor: pointer;display: inline-block;vertical-align: middle;margin-right: 10px;}
.progress{stroke:#fff; stroke-width:3px; stroke-linecap:butt; stroke-linejoin:miter; fill:none;fill-rule:evenodd;transform: rotate(-90deg);transform-origin: center;}
.progress.active{stroke-dasharray:114 ; stroke-dashoffset: 114; animation: dash 5.6s linear alternate both;}
@keyframes dash {
    from{stroke-dashoffset: 114;}
    to{stroke-dashoffset: 0;}
}
.banner .img100{height: 100vh;position: relative;}
.banner .img100 img{position: absolute;top:0;left: 0;height: 100%;object-fit: cover;}
.see{transition: all .4s;}
.see:hover{color: #efd4bd;}
.index3{height: 734px;}
.zindex5{z-index: 5;}
.des18 p{font-size: 18px;text-align: justify;}
.desfff p{color: #fff;}
.w1440{width: 1440px;max-width: 92%;margin: 0 auto;}
.line2em p{line-height: 2em;}
.deslight p{font-weight: lighter;}
.title30 h2{font-size: 30px;}
.title-fff h2{color: #fff;}
.mg-bt30{margin-bottom: 30px;}
.mg-bt60{margin-bottom: 60px;}
.jt102x34{width: 51px;height: 17px;background: url("../images/jt102x34.png") no-repeat center;background-size: 100% 100%;display: inline-block;cursor: pointer;transition: all .4s;opacity: 1;}
.jt102x34:hover{background: url("../images/jt102x34-2.png") no-repeat center;background-size: 100% 100%;transform: translateX(5px);}
a:hover .jt102x34{background: url("../images/jt102x34-2.png") no-repeat center;background-size: 100% 100%;transform: translateX(5px);}
.jt102x34-2{width: 51px;height: 17px;background: url("../images/jt102x34-2.png") no-repeat center;background-size: 100% 100%;display: inline-block;cursor: pointer;transition: all .4s;filter: grayscale(1);}
.jt102x34-2:hover{filter: grayscale(1);}
.index3-logo img{height: 64px;}
.jt102x34:hover{opacity: 1;transform: translateX(5px);}
a:hover .jt102x34{opacity: 1;transform: translateX(5px);}
.jt102x34-2:hover{transform: translateX(5px);filter: grayscale(0);}
a:hover .jt102x34-2{transform: translateX(5px);filter: grayscale(0);}

.index3 .jt102x34{background: url("../images/jt102x34-4.png") no-repeat center;background-size: 100% 100%;}
.index3 .jt102x34:hover{background: url("../images/jt102x34-2.png") no-repeat center;background-size: 100% 100%;}

.padding-tb90{padding: 90px 0;}
.youshi-img{width: 50%;position: relative;}
.che1{position: absolute;width: 104%;right: 55%;top:75%;}
.che1 img{width: 100%;vertical-align: bottom;}
.youshi-con{width: 40%;padding-top: 4.8%;}
.title24 span{font-size: 48px;text-transform: uppercase;font-family: dincondmedium;display: block;}
.title24 h2{font-size: 24px;}
.title-fff span{color: #fff;}
.mg-bt10{margin-bottom: 10px;}
.mg-bt40{margin-bottom: 40px;}
.des16 p{font-size: 16px;text-align: justify;}
.des5c5c5c p{color: #5c5c5c;}
.youshi-four{position: relative;}
.youshi-four li{width: 50%;padding: 15px;}
.youshi-four li:nth-child(1){border-right: 1px solid #dedede;border-bottom: 1px solid #dedede;}
.youshi-four li:nth-child(2){border-bottom: 1px solid #dedede;}
.youshi-four li:nth-child(3){border-right: 1px solid #dedede;}
.youshi-hide{position: absolute;width: 0;background: #ededed;height: 0;transition: all .4s;overflow: hidden;opacity: 0;}
.youshi-hide-warp{padding: 25px;}
.youshi-four li:nth-child(1) .youshi-hide{top:0;left: 0;}
.youshi-four li:nth-child(2) .youshi-hide{top:0;right: 0;}
.youshi-four li:nth-child(3) .youshi-hide{left:0;bottom: 0;}
.youshi-four li:nth-child(4) .youshi-hide{right:0;bottom: 0;}
.youshi-four h3{font-size: 18px;}
.des p{text-align: justify;}
.des686868 p{color: #686868;}
.youshi-nun img{height: 26px;}
.youshi-four li:hover .youshi-hide{width: 100%;height: 100%;opacity: 1;}
.mg-bt50{margin-bottom: 50px;}
.youshi-show .des p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.store{height: 754px;}
.youshi-box{padding-bottom: 8%;}
.store .title24 span{font-family: "Microsoft YaHei", "PingFang SC";font-weight: lighter;}
.mg-bt70{margin-bottom: 70px;}
.store-search{width: 680px;max-width: 100%;margin: 0 auto 8%;position: relative;}
.store-search input{display: block;width: 100%;height: 60px;line-height: 60px;background: rgba(255,255,255,.8);border-radius: 60px;font-size: 16px;text-indent: 2em;}
.sb{width: 60px;height: 60px;position: absolute;right: 10px;top:0;background: url("../images/search.png") no-repeat center;background-size: cover;}

.news-box{background: #e6e6e6;padding: 50px 50px;}
.news-style{display: block;padding: 30px;background: #fff;}
.news-style .img100{width: 110px;height: 110px;}
.news-con{position: absolute;top:10px;right: 100px;bottom:0;left: 150px;}
.news-con h3{font-size: 20px;line-height: 1.5em;height: 3em; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all .4s;}
.date{font-family: dincondlight;color: #808080;}
.news-style .jt102x34-2{position: absolute;right: 0;top:50%;margin-top: -5px;transition: all .4s;}

.swiperDot{margin-top: 50px;}
.swiperDot .swiper-pagination-bullet{width: 30px;height: 3px;opacity: 1;border-radius: 0; margin: 0 4px;transition: all .4s;vertical-align: middle;}
.swiperDot .swiper-pagination-bullet-active{background: #df0515;width: 52px;}
.news-style:hover h3{color: #df0515;}
.gengduo span{display: inline-block;vertical-align: middle;margin-right: 5px;transition: all .4s;color: #666;}
.gengduo .jt102x34-2{display: inline-block;vertical-align: middle;}
.gd-title-top{position: absolute;right: 0;bottom: 0;}
.gengduo:hover span{color: #df0515;}
.product-con{padding-top: 290px;}
.product-con .des18{min-height: 80px;}
.more{display: inline-block;width: 96px;text-align: center;border:1px solid #cacaca;color: #8b8b8b;transition: all .4s;position: relative;overflow: hidden;z-index: 5;}
.more span{display: inline-block;vertical-align: middle;line-height: 28px;}
.more i{display: inline-block;vertical-align: middle;width: 5px;height: 10px;background: url("../images/10x20.png") no-repeat center;background-size: cover;margin-left: 8px;transition: all .4s;}
.more:before{content: '';position: absolute;left: -100%;top:0;height: 100%;width: 100%; background: #df0515;transition: all .4s;z-index: -1;}
.more:hover{color: #fff;}
.more:hover:before{left: 0;}
.more:hover i{background: url("../images/10x20-1.png") no-repeat center;background-size: cover;}
.proDotbox{position: absolute;z-index: 9;left: 0;bottom:80px;width: 100%;}
.product-title{position: absolute;top:80px;z-index: 9;left: 0;width: 100%;}
.product-sm{position: absolute;z-index: 0;top:0;right: -2%;width: 50.78%;}
.product-sm-bg2{z-index: 9;margin-left: -2px;}
.product-sm-img{position: absolute;width: 126%;bottom:9%;right:-13%;}
.v78 img{height: 113px;}
.bgf7{background: #f7f7f7;}
.bgfff{background: #fff;}
/*index e*/


/*2.1品牌文化 s*/
.ban-des h2{font-size: 108px;color: #d7bfaa;font-family: dincondbold;text-transform: uppercase;line-height: 1em;}
.ban-des h3{font-size: 30px;color: #fff;font-weight: lighter;}
.title36 h2{font-size: 36px;}
.des-bt40 p{margin-bottom: 40px;}
.des-bt40 p:last-child{margin-bottom: 0;}
.des5c5c5c p{color: #5c5c5c;}
.line20 p{line-height: 2em;}
.ppjj{padding-right: 410px;}
.mg-bt140{margin-bottom: 140px;}
.text-right{text-align: right;}
.text-right p{text-align: right;}
.ppgs{display: flex;flex-direction: row-reverse;align-items: center;}
.ppgs-con p{white-space: nowrap;margin-bottom: 5px;}
.ppgs-con p:last-child{margin-bottom: 0;}
.ppgs-img{width: 56.33%;}
.ppyj-list{position: relative;}
.ppyj-left{position: absolute;top:0;left: 0;}
.ppyj-right{margin-left: 48px;}
.ppyj-right .relative p:nth-child(1){position: absolute;top:0;left: 0;}
.ppyj-right .relative p:nth-child(2){margin-left: 64px;}
.ppyj-con{width: 54%;padding-bottom: 20%;}
.ppyj-img{position: absolute;right: 0;z-index: -1;bottom:0;width: 71.45%;}
.ppwh-logo{z-index: -1;right: -100px;top:50%;transform: translateY(-50%); position: absolute;width: 272px;}
.ppwh-logo img{width: 100%;vertical-align: bottom;}
/*.ppqg li{background: #0c0b0b;border:1px solid #d7bfaa;border-radius: 6px;width: 31%;margin-right: 3.5%;position: relative;}*/
.ppqg .li{background: #0c0b0b;border:1px solid #d7bfaa;border-radius: 6px;position: relative;}
.ppqg-bot{height: 138px;overflow: auto;}
.ppqg .swiper-slide{padding-bottom: 28px;position: relative;}
/*.ppqg li:nth-child(3n){margin-right: 0;}*/
.ppqg-top{background: #dccbbd;padding: 14px 40px;}
.ppqg{margin: -60px auto 200px;width: 1280px;max-width: 100%;}
.ppwh-b{border-top: 1px solid #e8e8e9;}
.ppqg-top .title24{display: inline-block;}
.ppqg-top span{display: inline-block;color: #6a6a6a;}
.ppqg-bot{padding: 20px 40px 42px;}
.line18 p{line-height: 1.8em;}
.zimu{font-family: Gabriola; color: #d7bfaa;font-size: 72px;font-weight: bold;line-height: 1em;position: absolute;right: 30px;bottom:-44px;font-style: italic;}
.div28 h3{font-size: 136px;color: #d5bda7;}
.en28 span{font-size: 90px;color: #d5bda7;font-family: dincondmedium;display: inline-block;vertical-align: middle;}
.en28:before{content: '';display: inline-block;width: 8px;height: 8px;background: #d5bda7;border-radius: 100%;vertical-align: middle;margin-right: 30px;}
.en28:after{content: '';display: inline-block;width: 8px;height: 8px;background: #d5bda7;border-radius: 100%;vertical-align: middle;margin-left: 30px;}
.div28{margin-bottom: 360px;}
.titled5bda7 h2{color: #d5bda7;}
.gongxu-page{width: 100%;margin-bottom: 50px;}
.gongxu-page:nth-child(odd) .gongxu-warp{float: left;}
.gongxu-page:nth-child(even) .gongxu-warp{float: right;}
.gongxu-item li{position: relative;display: block;}
.gongxu-name{font-size: 18px;color: #fff;border:1px solid #fff;width: 155px;padding: 0 20px;position: relative;border-radius: 5px;transition: all .4s;}
.gongxu-name span{display: inline-block;line-height: 44px;}
.gongxu-name:after{content: "";position: absolute;width: 0;height: 0;border-top:7px solid transparent;border-right:10px solid transparent;border-bottom:7px solid transparent;border-left:10px solid transparent;top:50%;margin-top: -7px;transition: all .4s;}
.gongxu-con{position: absolute;border:1px solid #d5bda7;border-radius: 5px;top:0;padding: 30px;width: 510px;display: none;}
.gongxu-item li{margin-bottom: 30px;}
.desd5bda7 p{color: #d5bda7;}
.gongxu-con:before{content: '';position: absolute;width: 16px;height: 28px;background: url("../images/gt.png") no-repeat center;background-size: 100% 100%;top:2px;}
.gongxu-con:after{content: '';position: absolute;border-right: 1px solid #d5bda7;top:30px;bottom:2px;}
.gongxu-page:nth-child(even) .gongxu-name{text-align: right;}
.gongxu-page:nth-child(odd) .gongxu-name:after{right: 0;border-left-color: #fff;}
.gongxu-page:nth-child(even) .gongxu-name:after{left: 0;border-right-color: #fff;}
.gongxu-page:nth-child(odd) .gongxu-con{left: 200px;}
.gongxu-page:nth-child(even) .gongxu-con{right: 200px;}
.gongxu-page:nth-child(odd) .gongxu-con:before{right: 100%;margin-right: -1px;}
.gongxu-page:nth-child(odd) .gongxu-con:after{left: 0;}
.gongxu-page:nth-child(even) .gongxu-con:before{left: 100%;margin-left: -1px; background: url("../images/gt2.png") no-repeat center;background-size: 100% 100%;}
.gongxu-page:nth-child(even) .gongxu-con:after{right: 0;}
.gongxu-page:last-child li:nth-child(1) .gongxu-name{width: 260px;}
.gongxu-page:last-child li:nth-child(1) .gongxu-con{left: 300px;}
.gongxu{margin-bottom: 400px;}
.gongxu-name:hover{border-color: #d5bda7;color: #d5bda7;}
.gongxu-page:nth-child(odd) .gongxu-name:hover:after{border-left-color: #d5bda7;}
.gongxu-page:nth-child(even) .gongxu-name:hover:after{border-right-color: #d5bda7;}
.gongxu-page:nth-child(odd) .gongxu-con{border-left: none;}
.gongxu-page:nth-child(even) .gongxu-con{border-right: none;}
.gongxu-page:nth-child(even) .gongxu-name:hover:after{border-right-color: #d5bda7;}
.gongxu-item li:hover .gongxu-con{display: block;}

.gongxu-page:nth-child(even) .title36{float: right;}
.gongxu-page:nth-child(even) .gongxu-name{float: right;}
/*2.1品牌文化 e*/
/*2.2全国门店查询 s*/
.ban-map{background: #000;}
.ban-text-img .ban-des h2{color: #fff;margin-bottom: 10px;}
.ban-text-img .ban-des img{height: 86px;}
.mapdw{position: absolute;z-index: 9;cursor: pointer;width: 1.718%;top: 46.92%;left: 55.34%;}
/*.mapdw-iocn{background: url("../images/location6.png") no-repeat center;background-size: 100% 100%;}*/
.map-con{position: absolute;left: 100%;top:50%;transform: translateY(-50%);width: 390px;padding: 32px;border-radius: 5px;margin-left: 38px;opacity: 0;transition: all .4s;}
.title18 h3{font-size: 18px;}
.map-con p{margin-bottom: 3px;}
.map-con p:last-child{margin-bottom: 0;}
.map-con:before{content: "";position: absolute;width: 0;height: 0;border:14px solid transparent;border-right-color: #fff;top:50%;margin-top: -14px;right: 100%;margin-right: -1px;}
.mapdw:hover .map-con{opacity: 1;}
.position{padding-top: 35px;}
.position img{display: inline-block;vertical-align: middle;width: 17px;}
.position a{color: #5a5a5a; display: inline-block;vertical-align: middle;}
.position a:last-child{color: #000;}
.mdss-top{width: 950px;max-width: 100%;margin: 0 auto 80px;}
.cx-style{display: inline-block;font-size: 24px;color: #fff;width: 143px;line-height: 55px;background: #010205;text-align: center;border-radius: 5px;}
.mdss-top .cx-style{position: absolute;right: 0;top:0;}
.mdss-con{margin-right: 143px;}
.mdss-page{width: 28%;margin-right: 2%;border:1px solid #b7b7b7;float: left;border-radius: 5px;position: relative;cursor: pointer;z-index: 9;}
.mdss-page-mdmc{width: 38%;}
.scrollBar::-webkit-scrollbar {width: 6px;height: 6px;}
.scrollBar::-webkit-scrollbar-thumb:hover { border: 1px solid #636363;background-color: #929292;}
.scrollBar::-webkit-scrollbar-thumb {background-color: #cfcfd2;border-radius: 8px;background-clip: padding-box;min-height: 28px;}
.scrollBar::-webkit-scrollbar-track-piece {background: #f3f3f3;}
.mdss-val{line-height: 55px;color: #161616;padding-left: 20px;}
.mdss-a{position: absolute;left: -1px;border:1px solid #b7b7b7;right: -1px;border-radius: 5px;max-height: 234px;overflow: auto;display: none;}
.mdss-a a{display: block;padding-left: 20px;background: #fff;padding-top: 5px;padding-bottom: 5px;}
.mdss-a a:hover{background: #f0f0f0;}
.mdss-page:after{position: absolute;transition: all .4s;top:50%;margin-top: -4px;right: 15px; width: 13px;height: 7px;background: url("../images/xia26x14.png") no-repeat center;background-size: 100% 100%;content: "";}
.store-top{font-size: 0;background: #fff;padding: 35px;cursor: pointer;transition: all .4s;border-radius: 5px;}
.store-top div{font-size: 14px;}
.store-l{display: inline-block;vertical-align: middle;width: 45%;margin-right: 2%;font-size: 14px;}
.store-m{display: inline-block;vertical-align: middle;width: 45%;}
.store-r{position: absolute;right: 35px;top:50%;transform: translateY(-50%);}
.store-l h3{font-size: 18px;}
.store-m p{line-height: 2em;}
.dwi{background: url("../images/dw56x68.png") no-repeat center;background-size: 100% 100%;width: 28px;height: 34px; display: inline-block;vertical-align: middle;transition: all .4s;opacity: 0.5;}
.store-r span{display: inline-block;vertical-align: middle;margin: 0 12px;}
.store-r i{display: inline-block;vertical-align: middle;width: 13px;height: 7px;background: url("../images/xia26x14.png") no-repeat center;background-size: 100% 100%;transition: all .4s;}
.store-top:hover{background: #d7bfaa;}
.store-top.active{background: #d7bfaa;}
.store-top.active .store-r i{transform: rotate(180deg);}
.store-top.active .dwi{opacity: 1;}
.store-bot{border-radius: 5px;background: #fff;height: 30vw;display: none;position: relative;overflow: hidden;}
.store-item{margin-bottom: 25px;}
.store-item:last-child{margin-right: 0;}
.BMap_Marker img{width: 100%;vertical-align: bottom;}
/*2.2全国门店查询 e*/
/*2.3联系方式 s*/
.padding-tb60{padding: 60px 0;}
.lx-left{padding-top: 35px;width: 37%;}
.lx-right{width: 59%;height: 582px;background: #f0f0f0;}
.lxa li{display: flex;align-items: center;margin-bottom: 15px;}
.lxa li:last-child{margin-bottom: 0;}
.lxa li img{width: 41px;}
.lxa li a{font-size: 48px;color: #d7bfaa;font-family: dincondblack;margin: 0 15px;}
.lxa li p{line-height: normal;}
.lxb li{display: block;position: relative;padding-left: 42px;margin-bottom: 20px;}
.lxb li:last-child{margin-bottom: 0;}
.lxb li img{position: absolute;left: 0;top:50%;width: 25px;transform: translateY(-50%);}
.lxb li p{font-size: 18px;color: #353535;}
/*2.3联系方式 e*/
/*2.4招聘需求 s*/
.job li{background: #fff;display: block;padding: 30px 80px;}
.job-top{border-bottom: 1px dashed #c4c4c4;padding-bottom: 20px;cursor: pointer;}
.show-ypxx{position: absolute;right: 0;bottom:0;transition: all .4s;}
.show-ypxx i{display: inline-block;vertical-align: middle; width: 13px;height: 7px;background: url("../images/xia26x14.png") no-repeat center;background-size: 100% 100%;transition: all .4s;}
.show-ypxx span{display: inline-block;vertical-align: middle;margin-right: 15px;}
.job-name{position: absolute;top:0;left: 0;}
.job-page{padding-left: 160px;}
.job-name h3{font-size:20px;}
.job-hide{padding-top: 35px;display: none;}
.des5a5a5a p{color: #5a5a5a;}
.job-yx p{color: #df0515;}
.jrwm{position: absolute;right: 0;bottom:0;width: 142px;line-height: 40px;background: #d7bfaa;text-align: center;font-size: 18px;}
.job li{margin-bottom: 22px;}
.job-top h2{transition: all .4s;}
.job-top:hover h2{color: #d5bda7;}
.job-top.active .show-ypxx{opacity: 0;}
.job-top.active .show-ypxx i{transform: rotate(-180deg);}
.page{text-align: right;margin-top: 30px;}
.page a{display: inline-block;color: #909090;font-size: 16px;transition: all .4s;margin: 3px;}
.page a.active{color: #000;}
.page a:hover{color: #000;}
.page .page-left{margin-right: 12px;}
.page .page-right{margin-left: 12px;}
/*2.4招聘需求 e*/
/*2.5新闻资讯 s*/
.xwwarp{height: 23vw;overflow: hidden;}
.xw-a .swiper-slide a{transition: all .4s;display: block;position: relative;}
.xw-a .swiper-slide.swiper-slide-prev a{transform: scale(0.85);transform-origin: bottom right;}
.xw-a .swiper-slide.swiper-slide-next a{transform: scale(0.85);transform-origin: bottom left;}
.xw-a .swiper-slide.swiper-slide-active a img{transition: all .4s;}
.xw-a .swiper-slide.swiper-slide-active a:hover img{transform: scale(1.1);}
.xw-a .swiper-slide .img100{overflow: hidden;}
.xw-a .swiper-slide a:before{content: "";position: absolute;width: 100%;height: 100%;top:0;left: 0;transition: all .4s;background: rgba(255,255,255,.6);z-index: 5;}
.xw-a .swiper-slide-active a:before{opacity: 0;}
.swiperDot2{margin-top: 30px;}
.swiperDot2 .swiper-pagination-bullet{opacity: 1;background: #bfbfbf;width: 10px;height: 10px;margin: 5px;}
.swiperDot2 .swiper-pagination-bullet-active{background: #b60005;}
.swiperDot-rud .swiper-pagination-bullet{border-radius: 100%;}
.xwBtn div{position: absolute;cursor: pointer;width: 28px;height: 48px;transition: all .4s;z-index: 9;top:50%;margin-top: -24px;transform: translateY(60%);left: 50%;opacity: 0;}
.xwBtn div.active{opacity: 1;}
.xwBtn1{background: rgba(255,255,255,.8) url("../images/xwbtn1.png") no-repeat center;background-size: cover;}
.xwBtn2{background: rgba(255,255,255,.8) url("../images/xwbtn2.png") no-repeat center;background-size: cover;}
.xwBtn1:hover{background: rgba(182,0,5,.8) url("../images/xwbtn1-1.png") no-repeat center;background-size: cover;}
.xwBtn2:hover{background: rgba(182,0,5,.8) url("../images/xwbtn2-1.png") no-repeat center;background-size: cover;}

.xw-list li{background: #ececeb;width: 47.5%;margin-right: 5%;transition: all .4s;border:1px solid #ececeb;margin-bottom: 30px;}
.xw-list li:nth-child(even){margin-right: 0;}
.xw-list li a{display: block;position: relative;padding: 5px;}
.xw-img{width: 260px;height: 210px;position: relative;}
.xw-img img{position: absolute;width: 100%;height: 100%;top:0;left: 0;object-fit: cover;}
.xw-con{position: absolute;top: 25px;bottom:25px;right: 20px;left: 290px;}
.xw-con h3{font-size: 16px;margin-bottom: 5px;transition: all .4s;}
.xw-con .des p{height: 3.2em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.time11{color: #b2b2b2;font-size: 11px;}
.des808080 p{color: #808080;}
.ljgd{display: inline-block;transition: all .4s;color: #adadad;}
.ljgd span{display: inline-block;vertical-align: middle;font-size: 13px;}
.ljgd i{display: inline-block;vertical-align: middle;width: 25px;height: 11px;background: url("../images/jt50x22.png") no-repeat center;background-size: cover;margin-left: 10px;transition: all .4s;}
a:hover .xw-con h3{color: #b60005;}
a:hover .ljgd{color: #b60005;}
a:hover .ljgd i{background: url("../images/jt50x22-1.png") no-repeat center;background-size: cover;}
.xw-list li:hover{background: none;border-color:#ddd;}
/*2.5新闻资讯 e*/
/*2.5新闻资讯详情 s*/
.w1200{width: 1200px;max-width: 92%;margin: 0 auto;}
.position{padding-top: 40px;}
.positions a{color: #505050;}
.xwxq-top-warp{margin-right: 80px;}
.xwxq-top h1{font-size:36px;width: 880px;max-width: 100%;text-align: justify;}
.xwxq-top{border-bottom: 1px solid #000;padding: 35px 0;}
.xwxq-time{position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.xwxq-time span{display: block;text-align: right;font-size: 18px;color: #6f6f6f;;line-height: 1em;margin: 5px 0;font-family: dincondlight;}
.xwxq-time span:nth-child(1){font-size: 60px;color: #000;}
.edit{width: 1060px;max-width: 100%;margin: 0 auto;padding: 50px 0;}
.edit img{height: auto !important;max-width: 100%;vertical-align: bottom !important;}
.edit p{line-height: 1.8;color: #515151;}
.bge5{background: #e5e5e5;}
.fanhui{display: inline-block;width: 150px;line-height: 46px;text-align: center;font-size: 18px;text-transform: uppercase;background: #111;color: #fff;position: relative;transition: all .4s;}
.fanhui:hover{background: #b60005;}
.project-xq-bot .fanhui:before{content: '';position: absolute;left: 50%;height: 70px;border-left: 1px solid #ccc;top:-105px;transition: all .4s;}
.project-xq-bot .fanhui:hover:before{top:-70px;border-color: #b60005;}
.project-xq-box{border-bottom: 1px solid #e1e1e1;margin-bottom: 50px;padding-bottom: 50px;}
.project-xq-bot{margin-top: 120px; padding: 70px 0; position: relative;}
.project-xq-page a{position: absolute;top:50%;color: #000;margin-top: -9px;max-width: 35%;transition: all .4s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.project-xq-page a.a1{left: 50px;}
.project-xq-page a.a2{right: 50px;}
.project-xq-page a img{width: 25px; position: absolute; top:5.5px;transition: all .4s;}
.project-xq-page a:hover{color: #b60005;}
.project-xq-page a.a1{padding-left: 35px;}
.project-xq-page a.a2{padding-right: 35px;}
.project-xq-page a.a1 img{left:0;}
.project-xq-page a.a2 img{right: 0;}
.project-xq-page a.a1:hover img{transform: translateX(-10px);-webkit-transform: translateX(-10px);}
.project-xq-page a.a2:hover img{transform: translateX(10px);-webkit-transform: translateX(10px);}
.project-xq-bt p{text-align: center;font-size: 0.16rem;color: #666;max-width: 600px;margin:0 auto;}
/*2.5新闻资讯详情 e*/
/*4.1案例 s*/
.ny-nav{border-bottom: 1px solid #d3d3d3;font-size: 0;}
.ny-nav a{font-size: 20px;margin-right: 100px;padding-bottom: 24px;display: inline-block;position: relative;}
.ny-nav a:last-child{margin-right: 0;}
.ny-nav a:after{content: "";background: #3a3a3a;height: 2px;transition: all .4s;width: 0;opacity: 0;left: 50%;bottom:-1px;transform: translateX(-50%);position: absolute;}
.ny-nav a.active:after{width: 100%;opacity: 1;}
.ny-nav a:hover:after{width: 100%;opacity: 1;}
.caseSearch{width: 684px;max-width: 100%;margin: 0 auto 80px;position: relative;z-index: 9;}
.casech-page{width: 49%;border:1px solid #d3d3d3;border-radius: 5px;margin-right: 1%;position: relative;cursor: pointer;}
.casech-page-last{width: 50%;margin-right: 0;background: #d7bfaa;border-color: #e7af7e;}
.casech-page-val{line-height: 48px;color: #6d6d6d;width: 100%;background: none;}
.casech-page-con{margin: 0 50px;}
.casech-page .img100{position: absolute;width: 18px;left: 10px;top:50%;transform: translateY(-50%);}
.casech-page .img100:after{content: "";height: 12px;top:50%;margin-top: -6px;border-right: 1px solid #acacac;right: -12px;position: absolute;}
.casech-page-last .img100:after{border-color: #fff;}
.casech-page-last .casech-page-val{color: #fff;}
.casech-page-a{position: absolute;left: -1px;right: -1px;background: #fff;z-index: 9;border:1px solid #d3d3d3;border-radius: 5px;max-height: 200px;overflow: auto;display: none;}
.casech-page-a a{display: block;padding-left: 10px;line-height: 25px;}
.casech-page-a a:hover{background: #f5f5f5;}
.casech-page .i{position: absolute;transition: all .4s;top:50%;margin-top: -4px;right: 15px; width: 13px;height: 7px;background: url("../images/xia26x14.png") no-repeat center;background-size: 100% 100%;content: "";}
.casech-page.active .i{transform: rotate(-180deg);}
.casech-page-val::-webkit-input-placeholder{color:#fff;}
.casech-page-val:-moz-placeholder{color:#fff;}
.casech-page-val::-moz-placeholder{color:#fff;}
.casech-page-val:-ms-input-placeholder{color:#fff;}
.sjx96{position: absolute;z-index: 9;right: 0;top:0;width: 48px;height: 48px;background: url("../images/sjx96.png") no-repeat center;background-size: cover;}
.case1 .swiper-container{padding: 50px 0;}
.case1 .swiper-slide{transition: all .4s;}
.case1 .swiper-slide-active{transform: scale(1.15);z-index: 9;box-shadow: 3.5px 6.062px 7px 0px rgba(0, 0, 0, 0.4);}
.case1 .swiper-slide-active .case1-title{opacity: 0;}
.case1-title{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);transition: all .4s;}
.case1-title h3{color: #fff;position: absolute;bottom:45px;font-size: 16px;}
.case1 .swiper-slide-prev h3{right: 20%;}
.case1 .swiper-slide-next h3{left: 12%;}
.btshi{text-align: right;margin: 0 auto;transform: scale(1.15);opacity: 0;transition: opacity .4s;}
.btshi span{display: inline-block;background: #282828;color: #fff;line-height: 28px;padding: 0 10px;min-width: 80px;text-align: center;margin-right: 5px;}
.btshi span:last-child{margin-right: 0;}
.anliBtn div{position: absolute;cursor: pointer;width: 50px;height: 100px;transition: all .4s;z-index: 9;top:50%;margin-top: -50px;}
.anliBtn1{background:url("../images/100-1.png") no-repeat center;background-size: cover;left: 2%;}
.anliBtn2{background:url("../images/100-2.png") no-repeat center;background-size: cover;right: 2%;}
.anliBtn div:hover{background-color: rgba(255,255,255,.3);}
.mg-bt100{margin-bottom: 100px;}
.title24 .i{width: 57px;height: 7px;background: #df0515;}

.zxanli-left{width: 30.97%;position: absolute;top:0;left: 0;height: 100%;}
.zxanli-list{width: 69.03%;margin-left: 30.97%;}
.zxanli-list li{width: 46.2%;margin-left: 3.8%;margin-top: 3.8%;}
.zxanli-list li:nth-child(1){margin-top: 0;}
.zxanli-list li:nth-child(2){margin-top: 0;}
.zxanli-sytle{display: block;position: relative;width: 100%;height: 100%;overflow: hidden;}
.zxal-bot{position: absolute;bottom:0;left: 0;width: 100%;height: 52%;background: url("../images/sd99.png") no-repeat center;background-size: 100% 100%;transition: all .4s;}
.zxal-bot p{color: #fff;position: absolute;width: 100%;left: 0;bottom:15px;padding: 0 20px;font-size: 18px;}
.zxal-hide{position: absolute;width: 100%;height: 100%;top:0;left: 0;background: rgba(0,0,0,.63);transition: all .4s;opacity: 0;}
.zxal-hide .i{width: 51px;height: 17px;background: url("../images/jt102x34.png") no-repeat center;background-size: 100% 100%;display: inline-block;transform: translateX(-20px);transition: all .4s;}
.zxanli img{object-fit: cover;}
.zxanli-sytle:hover .zxal-bot{opacity: 0;}
.zxanli-sytle:hover .zxal-hide{opacity: 1;}
.zxanli-sytle:hover .i{transform: translateX(0);}
/*4.1案例 e*/
/*4.1案例详情 s*/
.liulan span{display: inline-block;color: #989898;margin-right: 35px;}
.liulan span:last-child{margin-right: 0;}
.alxq-title{padding-bottom: 20px; border-bottom: 1px dashed #989898;}
.des13 p{font-size: 13px;}
.des818181 p{color: #818181;}
.fh{display: inline-block;width: 120px;text-align: center;line-height: 44px;font-size: 16px;border-radius: 44px;color: #fff;background: #333;transition: all .4s;}
.fh:hover{background: #b60005;}

.sptc{position: fixed;z-index: 99999;background: rgba(0,0,0,0.5);left: 0;right: 0;top: 0;bottom:0;display: none;}
.video_t{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);width: 1200px;max-width: 90%;}
.video_t a{position: absolute;width: 38px;height: 38px;right: -19px;top:-19px;z-index:9;}
.video_t a img{width: 100%;vertical-align: bottom;}
.video_t video{width: 100%;vertical-align: bottom;}
@media (max-width:760px) {
    .video_t a{width: 24px;height: 24px;right: 0;top:-30px;}
}
.play32{display: inline-block;width: 64px;height: 64px;background: url("../images/play.png") no-repeat center;background-size: cover;}
.poster{background: rgba(0,0,0,.5);}
.shipin{cursor: pointer;}
/*4.1案例详情 e*/
/*3.1车身改色膜 s*/
.mo-ban-body .ban-des{margin-bottom: 20%;}
.mbn{height: 31px;vertical-align: bottom;}
.mo-type a{display: block;padding: 30px 0;}
.mo-type{display: flex;flex-wrap: wrap;}
.mo-type li{width: 32.4%;margin-right: 1.4%;position: relative;margin-bottom: 1.4%;cursor: pointer;}
.mo-type li a:before{content: "";position: absolute;width: 100%;top:0;left: 0;height: 100%;border:1px solid #c27f4b;box-sizing: border-box;transition: all .4s;z-index: 9;opacity: 0;}
.mo-type li:nth-child(3n){margin-right: 0;}
.bgc{background: rgba(0,0,0,.7);}
.mo-type-left{margin-left: 8%;}
.mopri span{color: #fff;display: inline-block;transition: all .4s;}
.mopri span:nth-child(1){font-size: 48px;}
.mopri span:nth-child(2){font-size: 30px;margin-right: 10px;}

/*.moxh{position: absolute;bottom:26px;z-index: 9; right: 23px;font-size: 0;width: 190px;text-align: right;display: flex;flex-wrap: wrap;justify-content: flex-end;}*/
/*.moxhs{min-width: 90px;padding: 0 5px; line-height:28px;border-radius:5px;color: #d7bfaa;text-align: center; border:1px solid #d7bfaa;transition: all .4s;font-size: 14px;display: inline-block;margin-right:5px;margin-top: 12px;white-space: nowrap;}*/
/*.moxhs:first-child{margin-right: 0;margin-left: 10px;}*/
/*.moxhs:last-child{margin-right: 0;}*/

.moxh{position: absolute;bottom:26px;z-index: 9; right: 23px;font-size: 0;width: 200px;text-align: right;}
.moxhs{min-width: 90px;padding: 0 5px; line-height:28px;border-radius:5px;color: #d7bfaa;text-align: center; border:1px solid #d7bfaa;transition: all .4s;font-size: 14px;display: inline-block;margin-top: 12px;white-space: nowrap;margin-left: 5px;}

.moxhs span{font-size: 16px;}
.moxhs i{font-size: 12px;font-style: normal;margin-left: 2px;}


.mo-type li.active .mopri span{color: #d7bfaa;}
.mo-type li.active .moxhs{background: #d7bfaa;color: #333;}
.mo-type li.active a:before{opacity: 1;}
.mo-type li:hover .mopri span{color: #d7bfaa;}
.mo-type li:hover .moxhs{background: #d7bfaa;color: #333;}
.mo-type li:hover a:before{opacity: 1;}
.mo-a{margin-top: -80px;z-index: 9;position: relative;}
.des707070 p{color: #707070;}
.feifan{font-size: 22px;color: #4f4f4f;}
.mo-con .des16 p{margin-bottom: 30px;}
.mo-con{width: 38.2%;float: left;}
.mo-img{width: 62.43%;width: 61.8%; margin-top: -11%;position: relative; float: right;}
.mo-tab li{display: none;}
.mo-tab li.active{display: block;}
.gsmo{position: absolute;right: 8%;top: 34%;width: 72.5%;}
.gsmo-che{pointer-events: none;}
.gsmo-che .img100{width: 61.45%;margin-top: -4%;}
.gsmo-che2 .img100{margin-top: -16%;}
.title30 span{font-size: 60px;color: #bababa;font-family: dincondbold;text-transform: uppercase;display: block;}
.youdian{width: 1240px;max-width: 100%;margin: 0 auto 40px;}
.youdian .img{width: 98px;max-width: 100%;margin: 0 auto;}
.youdian .img img{width: 100%;margin: 0 auto;}
.youdian li{width: 14.5%;text-align: center;margin-right: 6.875%;}
.preview{margin-top: 2%;}
.preview .swiper-slide{width: 23.5%;margin-right: 2%;cursor: pointer;}
.preview .swiper-slide:before{content: "";position: absolute;width: 100%;height: 100%;top:0;left: 0;background: rgba(0,0,0,.4);transition: all .4s;}
.preview .swiper-slide.active-nav:before{opacity: 0;}
/*.preview .swiper-slide:hover:before{opacity: 0;}*/
.preview .swiper-slide:last-child{margin-right: 0;}
.ydBtn div{position: absolute;z-index: 9;cursor: pointer;width: 70px;height: 120px;top:50%;margin-top: -60px;}
.ydBtn1{left: 0;background: url("../images/140x2401.png") no-repeat center;background-size: cover;}
.ydBtn2{right: 0;background: url("../images/140x2402.png") no-repeat center;background-size: cover;}
.mo-b .footer{margin-top: -15%;z-index: 9;position: relative;}
.gsmfa{border:solid 1px rgb(36, 36, 36);border-radius: 20px;width: 38%;overflow: hidden;}
.gsmfa td{height: 60px;border:solid 1px rgb(36, 36, 36);text-align: center;width: 50%;padding: 0 10px;font-size: 16px;color: #242424;}
.gsmfa td:nth-child(1){border-left: none;}
.gsmfa td:last-child{border-right: none;}
.gsmfa tr:nth-child(1) td{border-top: none;}
.gsmfa tr:last-child td{border-bottom: none;}
.gsmfa-top{position: relative;width: 100%;top:0;left: 0;z-index: 3;}
.gsmfa-box > .img100{margin-top: -30%;}
.padding-t60{padding-top: 60px;}
.cover{position: absolute;background: url(../images/gsm0001.png) center no-repeat;background-size: 100% 100%;width: 378px;height: 377px;padding: 2px;box-sizing: border-box;box-shadow: 0 0 10px 0 rgba(0,0,0,.4);border-radius: 12px;}
.cover .coverImg{width: 100%;height: 319px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.gsmfa tr:nth-child(1){background: #d4bca8;}
.gsmfa tr:nth-child(1) td{font-size: 24px;height: 70px;}
.gsmfa-top .title24 span{font-family: dincondbold;}
/*3.1车身改色膜 e*/
/*3.2隔热太阳膜 s*/
.title22 h3{font-size: 22px;}
.des919090 p{color: #919090;}
.mocpcs .gsmfa{width: 100%;}
.mo-con .swiperDot{margin-top: 0;}
.effect-grm .cover{background: url(../images/grm0001.png) center no-repeat;background-size: 100% 100%;}
.dans{display: inline-block;margin-right: 5px;}
.dans:last-child{margin-right: 0;}
.dans span:nth-child(2){font-size: 12px;margin-left: 2px;}
.mo-con .gsmfa tr:nth-child(1){background: none;}
.mo-con .gsmfa tr:nth-child(1) td{font-size: 16px;height: 60px;}
/*3.2隔热太阳膜 e*/
/*3.3漆面保护膜 s*/
.effect-qmm .cover{background: url(../images/qmm0001.png) center no-repeat;background-size: 100% 100%;}
.jiegou-top{position: absolute;top:0;left: 0;width: 100%;z-index: 9;}
/*3.3漆面保护膜 e*/
.footer-sm-img{display: none;}
.min300{min-height: 300px;}
.zxanli-list-rs{float: none;width: 100%;margin-left: 0;}
.zxanli-list-rs li{width: 32%;margin-right: 2%;margin-left: 0 !important;margin-top: 0 !important;margin-bottom: 2%;}
.zxanli-list-rs li:nth-child(3n){margin-right: 0;}
/*质保查询s*/
.cxjg{background: #e1e1e1;padding: 25px;}
.cxjg-top img{width: 20px;display: inline-block;vertical-align: middle;margin-right: 6px;}
.cxjg-top .title24{display: inline-block;vertical-align: middle;}
.cxjg-top{padding-bottom: 12px;border-bottom: 1px solid #bbbbbb;}
.zbcxjglb{font-size: 0;}
.zbcxjglb ul{width: 32%;margin-right: 2%;display: inline-block;vertical-align: top;font-size: 14px;}
.zbcxjglb ul:nth-child(3n){margin-right: 0;}
.zbcxjglb li{position: relative;padding-left: 120px;width: 100%;display: block;margin-bottom: 10px;min-height: 25.59px;}
.zbcxjglb p:nth-child(1){position: absolute;top:0;left: 0;width: 110px;text-align: right;color: #777;}
.search7{display: block;background: #b60005;width: 664px;max-width: 100%;margin: 0 auto;transition: all .4s;text-align: center;}
.search7:hover{background: #df0515;}
.search7 img{display: inline-block;vertical-align: middle;width: 26px;margin-right: 15px;}
.search7 span{display: inline-block;vertical-align: middle;line-height: 65px;color: #fff;font-size: 24px;}
.zbcx-a{margin-top: -107px;position: relative;z-index: 9;padding: 42px 106px;}
.zbcx-type{font-size: 0;background: #000;}
.zbcx-type a{font-size: 24px;color:#fff;display: inline-block;line-height: 65px;width: 50%;text-align: center;border-right: 2px solid #000;transition: all .4s;vertical-align: middle;}
.zbcx-type a:last-child{border:none;}
.zbcx-type a.active{background: #df0515;}
.zbcx-type a:hover{background: #df0515;}
.zbcx-text .text{height: 60px;font-size: 18px; width: 100%;background: #e1e1e1;text-indent: 1em;display: block;}

/*质保查询e*/
.maodian{position: absolute;top:-80px;left: 0;}

.maptext-l{width: 40%;}
.maptext-l img{width: 100%;vertical-align: bottom;}
.maptext-r{width: 55%;padding: 10px 0;min-height: 120px;}
.maptext-r h3{font-weight:bold;color:#333;font-size:14px;margin-bottom: 5px;white-space: normal;}
.maptext-r p{vertical-align:top;line-height:16px;font-size: 12px;}

.pic222{width: 200px;max-width: 100%;}
.jieguo21{border-bottom: 1px dashed #999;padding-bottom: 5px;margin-bottom: 15px;}
.jieguo21:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
/*loading s*/
.loding-panel{background: #000;position: fixed;z-index: 99999;left: 0;top: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.sk-chase{width: 578px;max-width: 70%;margin: 0 auto;}
.sk-chase img{display: none;}
.sk-chase .active{display: block;}
.progress2{color: #fff;position: absolute;width: 100%;bottom:8%;text-align: center;line-height: 0;}
.loding-mask .box{transition: all 1s;background: #000;position: fixed;z-index: 99998;width: 100%;height: 50%;}
.loding-mask .top{top:0;}
.loding-mask .bottom{bottom:0;}
.loding-mask.active .top{transform: translateY(-100%);}
.loding-mask.active .bottom{transform: translateY(100%);}
/*loading e*/

.logosdf{width: 500px;margin: 0 auto;max-width: 92%;}
.logodgh4{position: absolute;width: 100%;height: 100%;top:0;right: 0;overflow: hidden;}
.logodgh4 img{height: 100%;width: 100%; position: absolute;right: 0;top:0;}
.panzong{display: flex;align-items: center;}

.text-center p{text-align: center;}
.imgscale .img100{overflow: hidden;}
.imgscale .img100 img{transition: all .4s;}
.imgscale:hover .img100 img{transform: scale(1.1);}
.background-cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slideUp,.swiper-slide-active .banner-des,.swiper-slide-active .v78,.swiper-slide-active .product-con .des18,.swiper-slide-active .product-con .more,.mo-tab li.active .title36,.mo-tab li.active .des16.des707070,.mo-tab li.active .banyuan,.mo-tab li.active .title22,.mo-tab li.active .title24,.mo-tab li.active .mocpcs,.mo-tab li.active .des13,.mo-tab li.active .swiperDot{
    animation:slideUp 1.5s both ease-out;-webkit-animation:slideUp 1.5s both ease-out;
}
@keyframes slideUp{
    0%{opacity:0;-webkit-transform: translateY(80px);transform: translateY(80px);}
    100%{opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
}
.slideDown,.mo-tab li.active .gsmo{
    animation:slideDown 1.5s both ease-out;-webkit-animation:slideDown 1.5s both ease-out;
}
@keyframes slideDown{
    0%{opacity:0;-webkit-transform: translateY(-80px);transform: translateY(-80px);}
    100%{opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
}
.slideLeft{
    animation:slideLeft 1.5s both ease-out;-webkit-animation:slideLeft 1.5s both ease-out;
}
@keyframes slideLeft{
    0%{opacity:0;-webkit-transform: translateX(-100%);transform: translateX(-100%);}
    100%{opacity: 1;-webkit-transform: translateX(0px);transform: translateX(0px);}
}
.slideRight,.product .swiper-slide-active .product-sm-img{
    animation:slideRight 1.5s both ease-out;-webkit-animation:slideRight 1.5s both ease-out;
}
@keyframes slideRight{
    0%{opacity:1;-webkit-transform: translateX(100%);transform: translateX(100%);}
    100%{opacity: 1;-webkit-transform: translateX(0px);transform: translateX(0px);}
}
.tobig{
    animation:tobig 1.5s both ease-out;-webkit-animation:tobig 1.5s both ease-out;
}
@keyframes tobig{
    0%{opacity:0;-webkit-transform: scale(0);transform: scale(0);}
    100%{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
}

