<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*common start*/
@font-face {
    font-family: "zfct";
    src: url("../font/SourceHanSansCN-Regular-Alphabetic.woff") format("truetype");
    font-family: "zfct1";
    src: url("../font/HVClio-Regular.ttf") format("truetype");
}

body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:14px;font-family:'zfct1','zfct' !important; color:#333;}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:100%; margin:0 auto;max-width: 1280px;padding: 0 15px;box-sizing: border-box;}




.header{ position:relative;background: white;padding: 40px 0;}
.headList{display: flex;justify-content: space-between;align-items: center;}
.headList .logo{display: block;}
.headList .logo img{max-height: 50px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:40px;line-height:40px;}
.menu ul li{ width:140px; float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:40px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color:#dfc1c1;}
.menu a{ font-size:16px;color:#000;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color#dfc1c1;}
a.menu_hover{color:#dfc1c1;}

.language {
    margin-left: 35px;
    height: 40px;
    background: #dfc1c1;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.language a{display: inline-block;color: #333;font-weight:600;}
.language span{display: inline-block;padding: 0 3px;}
.language a:hover{color: #dfc1c1;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:60px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:60px;display: flex;justify-content: center;align-items: center;padding-left: 8px;}
.sp_logo img{margin:auto;max-height:40px;}

.langMe{float:right; color:#333; font-size:15px; line-height:60px; margin-right:10px;font-weight: bold;}
.langMe span{display:inline-block; margin:0 5px;}

.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:18px}
.sp_nav span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:calc(100% - 60px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show{top:60px;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav&gt;ul &gt;li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li&gt;ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}
.mHeight{height: 60px;display: none;}


/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 0.5;background: #fff;}
.bannerSwiper .swiper-pagination-bullet-active{background: #dfc1c1;opacity: 0.9;}

/*common*/
.iComTitle{}

.disFlex{display: flex;flex-wrap: wrap;}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}
.bgfff{background: #fff;}
.fff{color: #000 !important;}
.pt130{padding-top: 130px;}
.pb140{padding-bottom: 140px;}
.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.index1{width: 100%;padding: 12% 0;}
.i1Video{width: 63.5%;}
.i1Video video{width: 100%;/*max-height: 410px;*/background: #dfc1c1;}
.i1Desc{width:32%;}
.i1Desc .t1{color: #000;font-size: 36px;font-weight:600;}
.i1Desc .info{font-size: 20px;color: #333;margin-top: 20px;}

.index2{width: 100%;position: relative;overflow: hidden;}
.index2 .item{width: 50%;}
.index2 .part{width: 100%;height: 100%;position: relative;overflow: hidden;}
.index2 .part .img{width: 100%;height: 100%;}
.index2 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.index2 .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;/*background: rgba(0,0,0,0.5);*/padding: 10% 5%;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;justify-content: space-between;color: #fff;}
.index2 .part .imgTop:hover{background: rgba(0,0,0,0.5);}
.index2 .part .t1{font-size: 36px;margin: auto 0;}
.index2 .part .more{display: inline-block;padding: 35px 15%;border: 1px solid #ffff;color: #fff;font-size: 28px;}
.index2 .part .more i{transition: 0.3s;}
.index2 .part .more:hover{background: #dfc1c1;}
.index2 .part .more:hover i{transform: translateX(20px);}

.index3{width: 100%;background: #eeeeee;padding: 12% 60px 8% 60px;box-sizing: border-box;}
.i3Wapper{width: 100%;background: #fff;padding: 8% 5%;box-sizing: border-box;}
.i3Top{width: 100%;margin-bottom: 6%;font-size: 20px;padding: 0 20px;box-sizing: border-box;}
.i3Top a{color: #000;}
.i3List{width: 100%;}
.i3List ul li{width: 33.33%;padding: 0 25px;box-sizing: border-box;margin-bottom: 5%;}
.i3List .part{display: block;width: 100%;overflow: hidden;height: 100%;}
.i3List .part .img{width: 100%;overflow: hidden;display: block; position:relative;}
.i3List .part .img img{width: 100%;}
.i3List .part .imgTop{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 0%);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	transition:0.3s;
	z-index:8;
}
.i3List .part:hover .imgTop{background: rgb(0 0 0 / 30%);}
.i3List .part .titEn{font-size: 28px;color: #fff;margin-top:80%;}
.i3List .part .more{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
	z-index:9;
}
.i3List .part .more span{
    font-size: 20px;
    color: #fff;
    padding: 15px 35px;
    display: inline-block;
    border: 1px solid #fff;
}
.i3List .part .more span:hover{border-color:#dfc1c1; color:#dfc1c1;}
.i3List .part .more span i{padding-left:10px;}

.i3List .part:hover .img img{transform: scale(1.1);}
.i3List .part .desc{margin-top: 40px;}
.i3List .part .t1{display: block;text-align: center;font-size: 22px;color: #333;padding: 20px 0;}
.i3List .part:hover .t1{color: #dfc1c1;}

.i3More{text-align: center;}
.i3More a{padding: 25px 8%;background: #dfc1c1;color: #fff;font-size: 26px;border: 1px solid #dfc1c1;display: inline-block;}
.i3More a:hover{background: transparent;color: #dfc1c1;}


.index4{width: 100%;position: relative;overflow: hidden;}
.index4 .img{width: 100%;height: 100%;}
.index4 .img img{width: 100%;height: 100%;object-fit: cover;}
.index4 .imgTop{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 9;padding: 10% 0;box-sizing: border-box;display: flex;justify-content: center;align-items: flex-end;color: #fff;background: rgba(0,0,0,0.3);}
.index4 .desc{max-width: 1280px;margin: 0 auto;}
.index4 .icon{text-align: center;font-size: 0px;}
.index4 .icon img{max-height: 70px;}
.index4 .t1{font-size: 38px;text-align: center;margin-top: 50px;}
.index4 .info{font-size: 18px;text-align: center;margin-top: 45px;font-weight: 200;}
.index4 .info p{line-height: 2;}


.footer {
    width: 100%;
    background: #F2E8DD;
    padding: 90px 0;
    overflow: hidden;
    color: #fff;
}
.footer .wapper{max-width: 1460px;}
.fSearch{width: 100%;}
.fSearch .warp{max-width: 330px;margin: 0 auto;}
    .fSearch .tit {
        font-size: 20px;
        color: #000;
        text-align: center;
        margin-bottom: 15px;
    }
.fSerBg{position: relative;width: 100%;height: 50px;border-radius: 50px;background: #fff;overflow: hidden;}
.fSerBg input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 50px 0 20px;box-sizing: border-box;background: none;outline: none;font-size: 18px;}
.fSerBg button{position: absolute;width: 50px;height: 100%;text-align: center;background: none;border: none;color: #333;font-size: 20px;top: 0;right: 0;}

.fList{width: 100%;margin-top: 45px;display: flex;flex-wrap: wrap;align-items: center;}
.fList .item{width: 25%;padding: 0 3%;box-sizing: border-box;}
.fList .part{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.fList .part .img{width: 90px;margin-right: 20px;}
.fList .part .img img{width: auto;max-width: 100%;}
.fList .part .desc{flex: 1;color: #000;font-size: 17px;}
.fList .part .info{margin-top: 15px;}

.fWarp{width: 100%;margin-top: 45px;padding-top: 45px;border-top: 1px solid #fff;}
.fWarp .item{width: 13%;padding-left: 3%;box-sizing: border-box;}
.fWarp .item:first-child{padding-left: 0;max-width: 230px;}
.fLogo{width: 100%;text-align: center;}
.fLogo img{max-height: 70px;}

.toHome{margin-top: 45px;}
.toHome a{display: block;width: 100%;background: #fff;color:black; padding: 6px 10px;box-sizing: border-box;font-size: 18px;text-align: center;border: 1px solid #fff;}
.toHome a:hover{background: transparent;color: #fff;}
.fWarp dl dt{margin-bottom: 20px;}
.fWarp dl dt a{font-size: 18px;color: #000;}
.fWarp dl dd{line-height: 1.6;padding: 5px 0;}
.fWarp dl dd a{color: #000;font-size: 16px;}



.w1580px{width: 100%;margin: 0 auto;padding: 0 8.5%;box-sizing: border-box;}
.proBan{width: 100%;position: relative;overflow: hidden;}
.proBan .img{width: 100%;}
.proBan .img img{width: 100%;}
.proBan .imgTop{position: absolute;top: 0;left: 0;width: 100%;padding: 35px 30px;box-sizing: border-box;}
.proBan .imgTop .i3Top{font-size: 22px;}
.proBan .imgTop .i3Top a{color: #fff;}
.proBan .topTxt{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 10px;text-align: center;box-sizing: border-box;color: #ffff;}
.proBan .topTxt .t1{font-size: 48px;}
.proBan .topTxt .t2{font-size: 28px;margin-top: 25px;}


.pro1{width: 100%;padding: 5% 0;}
.pro1Warp{width: 100%;max-width: 830px;margin: 0 auto;}
.pro1Warp .item{width: 50%;padding: 0 5px;box-sizing: border-box;}
.pro1Warp .img{width: 100%;}
.pro1Warp .img img{width: 100%;}

.pro2{width: 100%;padding: 4.5% 0;}
.pro2Warp {
    width: 100%;
    background: #F2E8DD;
    padding: 80px 50px;
    box-sizing: border-box;
    color: #000;
}
.pro2Warp .left{width: 35%;}
.pro2Warp .right{width: 62%;}
.pro2Warp .t1{font-size: 58px;text-align: center;font-weight: 300;}
.pro2Warp .desc{font-size: 24px;font-weight: 300;}
.pro2Warp .desc p{line-height: 2;}

.pro3{width: 100%;padding: 6.3% 0 4.5% 0;}
.pro3 .w1580px{padding: 0 7.2%;}
.pro3 .i3Top{margin-bottom: 3%;}
.pro3List{width: 100%;}
.pro3More{width: 100%;text-align: right;padding: 0 20px;box-sizing: border-box;margin-bottom: 5%;}
.pro3 .i3List ul li{margin-bottom: 3%;}

.lgly{width: 100%;padding: 6.5% 0;}
.lgly .warp{width: 100%;padding: 0 3.8%;box-sizing: border-box;}
.lglyList{position: relative;width: 100%;padding: 0 5%;box-sizing: border-box;}
.lglyList .part{display: block;width: 100%;position: relative;height: 100%;box-sizing: border-box;}
.lglyList .part .img{width: 100%;height: 100%;transition: 0.3s;}
.lglyList .part .img img{width: 100%;height: 100%;}
.lglyList .swiper-slide{position: relative;z-index: 6;transition: 0.5s;}
.lglyList .swiper-slide-active{z-index: 99;}
.lglyList .swiper-slide-active .part{position: relative;top: 0;left: 0;z-index: 99;width: 100%;height: 100%;transform: scale(1.3);transition: 0.5s;}


.lglySwiper{width: 100%;padding: 5% 0 !important;}
.lglyList .swiper-button-next,.lglyList .swiper-button-prev{color: #000;}
.lglyList .swiper-button-next:after,.lglyList .swiper-button-prev:after{font-size: 58px;}
.lglyList .swiper-button-next{right: 0;}
.lglyList .swiper-button-prev{left: 0;}
.lglyMore{width: 100%;text-align: center;}
.lglyMore a{color: #666;font-size: 18px;border-bottom: 1px solid #666;display: inline-block;padding-bottom: 5px;}
.lglyMore a:hover{color: #333;}

.tongtu{width: 100%;font-size: 0px;overflow: hidden;}
.tongtu img{width: 100%;}

.lgly1{width: 100%;padding: 13% 0 5% 0;}
.lgly1 .wapper{padding: 0;}
.lgly1Warp .img{width: 54%;}
.lgly1Warp .img img{width: 100%;}
.lgly1Warp .desc{width: 45%;padding: 0 6%;box-sizing: border-box;}
.lgly1Warp .desc .t1{color: #000;font-weight: bold;font-size: 32px;}
.lgly1Warp .desc .info{font-size: 19px;color: #333;margin-top: 20px;max-width: 480px;}
.lgly1Warp .desc .info p{line-height: 2.5;}

.lglyPad{padding-left: 60px;padding-right: 60px;box-sizing: border-box;}
.lgly2{width: 100%;padding: 2% 60px 10% 60px;box-sizing: border-box;}
.lgly2Warp{position: relative;overflow: hidden;width: 100%;}
.lgly2Warp .img{width: 100%;height: 100%;}
.lgly2Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.lgly2Warp .imgTop{position: absolute;width: 100%;bottom: 0;padding: 8% 5%;box-sizing: border-box;}
.lgly2Warp .desc{max-width: 1280px;margin: 0 auto;}
.lgly2Warp .info{text-align: center;font-size: 34px;color: #fff;}
.lgly2.pt6{padding-top: 6%;}

.lgly3{width: 100%;padding: 7% 0 8.5% 0;}
.lgly3 .wapper{max-width: none;padding: 0 11.5%;}
.lgly3 .lgly1Warp .img{padding: 0 3.5%;box-sizing: border-box;}

.lgly4{padding: 10% 0 18% 0;}

.xxztMenu{width: 100%;border-bottom: 1px solid rgba(0,0,0,0.1);}
.xxztMenu ul{display: flex;justify-content: center;flex-wrap: wrap;}
.xxztMenu ul li{padding: 0 25px;font-size: 18px;line-height: 60px;border-bottom: 2px solid transparent;margin: 0 5px;}
.xxztMenu ul li a{color: #666;}
.xxztMenu ul li:hover a{color: #333;}
.xxztMenu ul li.on{border-bottom: 2px solid rgba(0,0,0,0.3);}
.xxztMenu ul li.on a{color: #333;}

.xxzt{width: 100%;padding: 6% 0 8% 0;}
.xxzt .desc{width: 100%;text-align: center;padding: 0 6%;box-sizing: border-box;font-size: 20px;color: #333;}
.xxzt .desc img{width: 100%;}

.salon{width: 100%;padding: 6% 0;}
.salonItem{width: 100%;padding-bottom: 8%;}
.salonItem ul{display: flex;flex-wrap: wrap;}
.salonItem ul li{width: 33.33%;padding: 0 5px;box-sizing: border-box;}
.salonItem .part{display: block;width: 100%;height: 100%;}
.salonItem .part .img{width: 100%;margin-bottom: 8%;height: 100%;}
.salonItem .part .img img{width: 100%;height: 100%;object-fit: cover;}
.salonTit{text-align: center;padding-top: 8%;font-size: 32px;color: #333;}

.brand1{width: 100%;padding: 10% 0;}
.brand1 .img{width: 100%;}
.brand1 .img img{width: 100%;}
.brand1 .desc{padding-top: 6%;}
.brand1 .desc .t1{text-align: center;font-size: 34px;font-weight: bold;line-height: 1.8;color: #000;}
.brand1 .desc .info{margin-top: 3%;text-align: center;font-size: 20px;color: #333;}
.brand1 .desc .info p{line-height: 2.8;}

.brand2{width: 100%;padding: 10% 0;background: #000;color: #fff;}
.brand2 .wapper{padding: 0;}
.brand2Warp{width: 100%;position: relative;}
.brand2Warp .swiper-slide{background: transparent;}
.brand2Warp .swiper-button-next{right: -10%;}
.brand2Warp .swiper-button-prev{left: -10%;}
.brand2Warp .swiper-button-next:after,.brand2Warp .swiper-button-prev:after{color: #fff;font-size: 58px;}
.brand2Warp .swiper-pagination{bottom: -10% !important;font-size: 28px;}

.brand2Warp .part{display: block;width: 100%;display: flex;justify-content: space-between;align-items: center;position: relative;}
.brand2Warp .part .img{width: 50%;}
.brand2Warp .part .img img{width: 100%;height: 100%;object-fit: cover;}
.brand2Warp .part .desc{width: 50%;padding: 0 6%;box-sizing: border-box;}
.brand2Warp .part .t1{font-size: 3vw;font-weight: bold;position: absolute;top: 3%;left: 0;width: 100%;text-align: center;letter-spacing: 5px;}
.brand2Warp .part .t1 span{display: inline-block;margin-left: 10%;}
.brand2Warp .desc .info{font-size: 18px;opacity: 0.9; padding-top:50px;}
.brand2Warp .desc .info p{line-height: 2.8;}

.brand3{width: 100%;padding: 12% 0 10% 0;}
.brand3Warp{width: 100%;}
.brand3Warp .t1{font-weight: bold;color: #000;font-size: 3.6vw;text-align: center;}
.brand3Warp .t2{text-align: center;margin-top: 3%;color: #000;font-size: 2vw;font-weight: bold;}
.brand3Warp .info{margin: 3% 0;font-size: 18px;color: #333;text-align: center;}
.brand3Warp .info p{line-height: 2.8;}
.brand3Warp .img{width: 100%;margin-top: 8%;}
.brand3Warp .img img{width: 100%;}
.brand3Warp .more{margin-top: 3%;text-align: center;}
.brand3Warp .more a{color: #666;font-size: 20px;border-bottom: 1px solid #666;display: inline-block;padding-bottom: 5px;}
.brand3Warp .more a:hover{color: #333;}

.history{width: 100%;padding: 2% 0;}
.history .w1580px{padding: 0 13%;}
.hisTit{text-align: center;margin-bottom: 12%;font-size: 3.8vw;font-weight: bold;color: #000;}
.hisItem{width: 100%;margin-bottom: 22%;position: relative;}
.hisItem .img{width: 100%;flex: 1;}
.hisItem .img img{width: 100%;}
.hisItem .t1{color: #000;font-size: 32px;}
.hisItem .more{margin-top: 20px;}
.hisItem .more a{color: #333;font-size: 18px;}

.hisItem .year{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;z-index: 9;color: #000;font-size: 10vw;text-align: center;font-weight: bold;letter-spacing: 5px;}
.hisItem1{}
.hisItem1 .left{width: 50%;}
.hisItem1 .right{width: 50%;padding-left: 10%;box-sizing: border-box;}
.hisItem1 .part{margin-top: 30px;}
.hisItem1 .part .desc{width: 60%;}

.hisItem2 .left{width: 50%;padding-right: 10%;box-sizing: border-box;}
.hisItem2 .right{width: 50%;}
.hisItem2 .part{margin-top: 30px;}


.hisItem3 .left{width: 60%;}
.hisItem3 .right{width: 37%;}
.hisItem3 .right .img:first-child{text-align: right;margin-bottom: 45px;}
.hisItem3 .right .img:first-child img{max-width: 388px;}
.hisItem3 .part{margin-top: 30px;}
.hisItem3 .desc{text-align: right;}

.hisItem4 .left{width: 60%;position: relative;padding-left: 10.5%;box-sizing: border-box;}
.hisItem4 .right{width: 30%;}
.hisItem4 .part{margin-top: 30px;}
.hisItem4 .part .img img{position: absolute;left: 0;bottom: 0;max-width: 530px;}
.hisItem4 .desc{text-align: right;}

.hisItem5 .left{width: 50%;padding: 0 3%;box-sizing: border-box;}
.hisItem5 .right{width: 50%;padding: 0 3%;box-sizing: border-box;}
.hisItem5 .part{margin-top: 30px;}
.hisItem5 .desc{text-align: right;}

.store1{width: 100%;/*background: #1d1d1d;*/color: #fff;padding: 12% 0 5%;box-sizing: border-box;}
.store1 .left{width: 72%;position: relative;}
.store1 .left .img{width: 100%;}
.store1 .left .img img{width: 100%;}
.store1 .left .year{position: absolute;right: 15%;bottom: 10%;font-weight: bold;letter-spacing: 5px;color: #000;font-size: 8vw;}
.store1 .right{width: 25%;}
.store1 .right .img{width: 100%;}
.store1 .right .img img{width: 100%;}
.store1 .desc{text-align: center;margin-top: 6%;}

.storeWarp{padding: 0 15%;width: 100%;box-sizing: border-box;margin: 0 auto;}
.storet1{font-size: 46px;font-weight: bold;color: #000;}
.storet2{margin-top: 3%;font-size: 32px;color: #333;}
.storeinfo{margin-top: 2%;font-size: 20px;opacity: 0.9;color: #333;}
.storeinfo p{line-height: 2.2;}

.store2{width: 100%;margin: 8% 0;}
.store2 .img{width: 100%;position: relative;}
.store2 .img img{width: 100%;}
.store2 .year{position: absolute;right: 0;bottom: 0;font-weight: bold;letter-spacing: 5px;color: #fff;font-size: 8vw;padding: 5%;box-sizing: border-box;text-align: center;width: 100%;}
.store2 .desc{text-align: center;padding-top: 8%;}

.store3{width: 100%;padding-bottom: 20%;}
.store3Warp .left{width: 58%;}
.store3Warp .right{width: 38%;}
.store3Warp .img{width: 100%;}
.store3Warp .img img{width: 100%;}
.store3Warp .desc{margin-top: 50px;}

.store4{width: 100%;padding: 3% 0;}
.store4 .wapper{padding: 0;}
.store4 .left{width: 35%;}
.store4 .right{width: 65%;position: relative;}
.store4 .img{width: 100%;height: 100%;}
.store4 .img img{width: 100%;height: 100%;object-fit: cover;}
.store4 .year{position: absolute;left: 3%;bottom: 10%;font-weight: bold;letter-spacing: 5px;color: #fff;font-size: 8vw;}

.store4 .desc{text-align: center;padding-top: 8%;}

.store5{width: 100%;/*background: #1d1d1d;*/color: #fff;padding: 25% 0;}
.store5 .w1580px{padding: 0 13%;}
.sto5Warp1{width: 100%;}
.sto5Warp1 .desc{width: 45%;}
.sto5Warp1 .img{width: 45%;text-align: center;}
.sto5Warp1 .img img{width: auto;max-width: 100%;}

.sto5Warp2{width: 100%;position: relative;margin-top: 12%;}
.sto5Warp2 .left{width: 42%;position: relative;z-index: 9;}
.sto5Warp2 .right{width: 58%;z-index: 1;}
.sto5Warp2 .right .img{width: calc(100% + 50px);height: 100%;left: -50px;position: relative;}
.sto5Warp2 .right .img img{width: 100%;height: 100%;object-fit: cover;position: relative;}
.sto5Warp2 .year{font-weight: bold;letter-spacing: 5px;color: #fff;font-size: 8vw;margin-bottom: 6%;}
.sto5Warp2 .left .img{width: 100%;}
.sto5Warp2 .left .img img{width: 100%;}
.sto5Warp2 .left .desc{margin-top:50px;}

.about1{width: 100%;background: #010101;color: #fff;padding: 7% 0;box-sizing: border-box;}
.about1 .warp{padding: 0 8.5%;box-sizing: border-box;width: 100%;}
.about1 .img{width: 100%;}
.about1 .img img{width: 100%;}
.about1 .desc{text-align: center;padding-top: 7%;font-size: 20px;line-height: 2;}
.about1 .desc h2{font-size: 36px;margin-bottom: 35px;}
.about1 .desc p{line-height: 2;}

.about2{width: 100%;padding: 7% 0;}
.about2 .warp{padding: 0 7%;box-sizing: border-box;}
.abo2Left{width: 47%;padding: 0 4% 0 10%;box-sizing: border-box;font-size: 18px;color: #333;}
.abo2Left dl{padding-bottom: 7%;margin-bottom: 7%;border-bottom: 2px solid #010101;}
.abo2Left dl h2{color: #010101;font-size: 28px;margin-bottom: 20px;}
.abo2Left dl:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}


.abo2RIght{width: 53%;}
.map{width: 100%;height: 590px;overflow: hidden;}
.map img{width: 100%;height: 100%;object-fit: cover;}














.inside{padding: 60px 0;}





@media only screen and (max-width: 1680px) {
.wapper{ width:100%;max-width: 1200px;margin: 0 auto;}
.header{padding: 25px 0;}
.menu a{font-size: 18px;}
.language{font-size: 16px;}
.i1Desc .t1{font-size: 34px;}
.i1Desc .info{font-size: 18px;}
.i3Wapper{padding: 6% 4%;}
.i3Top{font-size: 18px;margin-bottom: 4%;}
.i3List ul li{padding: 0 20px;margin-bottom: 4%;}
.i3List .part .desc{margin-top: 30px;}
.i3List .part .t1{font-size: 20px;}
.i3More a{padding: 20px 5%;font-size: 24px;}
.index4 .t1{font-size: 36px;margin-top: 45px;}
.index4 .info{font-size: 20px;}
.fSearch .tit{font-size: 18px;}
.fSerBg input{font-size: 16px;}
.fList .part .info{margin-top: 10px;}
.footer{padding: 80px 0;}
.index2 .part .t1{font-size: 34px;}
.index2 .part .more{padding: 25px 10%;font-size: 24px;}


.proBan .imgTop{padding: 25px 30px;}
.proBan .imgTop .i3Top{margin: 0;font-size: 18px;}
.pro1Warp{max-width: 660px;}
.pro2Warp{padding: 70px 45px;}
.pro2Warp .t1{font-size: 54px;}
.pro2Warp .desc{font-size: 22px;}
.lgly1Warp .desc .t1{font-size: 30px;}
.lgly1Warp .desc .info{font-size: 18px;}
.lgly1Warp .desc .info p{line-height: 2.4;}
.lgly2Warp .info{font-size: 32px;}

.brand1 .desc .t1{font-size: 32px;}
.brand1 .desc .info{font-size: 19px;}
.brand1 .desc .info p{line-height: 2.6;}
.brand2Warp .swiper-pagination{font-size: 26px;}
.brand2Warp .desc .info{font-size: 17px;margin-top: 5%;}
.brand2Warp .desc .info p{line-height: 2.6;}
.brand2Warp .part .desc{padding-right: 20px;}
.brand3Warp .info{font-size: 17px;}
.brand3Warp .info p{line-height: 2.6;}
.hisItem4 .part .img img{width: 50%;}
.hisItem .t1{font-size: 30px;}
.hisItem .more{margin-top: 15px;}
.hisItem .more a{font-size: 17px;}


.storet1{font-size: 42px;}
.storet2{font-size: 30px;}
.storeinfo{font-size: 19px;}

.proBan .topTxt .t1{font-size: 42px;}
.proBan .topTxt .t2{font-size: 26px;margin-top: 20px;}


.storet1{font-size: 42px;}
.storet2{font-size: 30px;}
.storeinfo{font-size: 19px;}

.abo2Left{font-size: 18px;padding-left: 6%;}


}

@media only screen and (max-width: 1480px) {
.wapper{ width:100%;max-width: 1024px;margin: 0 auto;}
.header{padding: 20px 0;}
.menu a{font-size: 16px;}
.language{font-size: 15px;}
.i1Desc .t1{font-size: 32px;}
.i1Desc .info{font-size: 16px;}
.i3Wapper{padding: 5% 3%;}
.i3Top{font-size: 16px;margin-bottom: 3%;}
.i3List ul li{padding: 0 15px;margin-bottom: 3%;}
.i3List .part .desc{margin-top: 25px;}
.i3List .part .t1{font-size: 18px;}
.i3More a{padding: 15px 4%;font-size: 22px;}
.index4 .t1{font-size: 34px;margin-top: 40px;}
.index4 .info{font-size: 18px;}
.fSearch .tit{font-size: 16px;}
.fSerBg input{font-size: 15px;}
.fList .part .info{margin-top: 10px;}
.footer{padding: 70px 0;}
.fList .item{padding: 0 1%;}
.fList .part .desc{font-size: 16px;}
.index2 .part .t1{font-size: 32px;}
.index2 .part .more{padding: 20px 8%;font-size: 22px;}


.proBan .imgTop .i3Top{margin: 0;font-size: 17px;}
.pro1Warp{max-width: 600px;}
.pro2Warp{padding: 60px 40px;}
.pro2Warp .t1{font-size: 48px;}
.pro2Warp .desc{font-size: 20px;}
.lgly1Warp .desc .t1{font-size: 28px;}
.lgly1Warp .desc .info{font-size: 17px;}
.lgly1Warp .desc .info p{line-height: 2.3;}
.lgly2Warp .info{font-size: 30px;}
.lglyPad{padding-left: 55px;padding-right: 55px;}
.lgly1 .wapper{padding-left: 55px;padding-right: 55px;}
.lgly2{padding: 2% 55px 10% 55px;}

.brand1 .desc .t1{font-size: 28px;}
.brand1 .desc .info{font-size: 18px;}
.brand1 .desc .info p{line-height: 2.4;}
.brand2Warp .swiper-pagination{font-size: 24px;}
.brand2Warp .desc .info{font-size: 16px;margin-top: 10%;}
.brand2Warp .desc .info p{line-height: 2.4;}
.brand2Warp .part .desc{padding-right: 20px;}
.brand3Warp .info{font-size: 16px;}
.brand3Warp .info p{line-height: 2.4;}
.hisItem .t1{font-size: 28px;}
.hisItem .more{margin-top: 15px;}
.hisItem .more a{font-size: 16px;}

.storet1{font-size: 38px;}
.storet2{font-size: 28px;}
.storeinfo{font-size: 18px;}

.proBan .topTxt .t1{font-size: 38px;}
.proBan .topTxt .t2{font-size: 24px;margin-top: 15px;}

.about1 .desc{font-size: 18px;}
.abo2Left{padding-left: 3%;}



}


@media only screen and (max-width: 1280px) {
.wapper{ width:100%;max-width: 980px;margin: 0 auto;}
.header{padding: 15px 0;}
.menu a{font-size: 15px;}
.language{font-size: 14px;margin-left: 25px;}
.i1Desc .t1{font-size: 30px;}
.i1Desc .info{font-size: 15px;}
.index2 .part .t1{font-size: 30px;}
.index2 .part .more{padding: 15px 6%;font-size: 20px;}
.i3Wapper{padding: 5% 3%;}
.i3Top{font-size: 16px;margin-bottom: 3%;}
.i3List ul li{padding: 0 15px;margin-bottom: 3%;}
.i3List .part .desc{margin-top: 25px;}
.i3List .part .t1{font-size: 18px;padding: 15px 0;}
.i3More a{padding: 15px 4%;font-size: 20px;}
.index4 .t1{font-size: 30px;margin-top: 35px;}
.index4 .info{font-size: 16px;}
.fSearch .tit{font-size: 15px;}
.fSerBg input{font-size: 14px;}
.fList .part .info{margin-top: 10px;}
.footer{padding: 60px 0;}
.fList .item{padding: 0 1%;}
.fList .part .desc{font-size: 14px;}
.fWarp .item:first-child{width: 20%;}

.proBan .imgTop .i3Top{margin: 0;font-size: 16px;}
.pro2Warp{padding: 55px 35px;}
.pro2Warp .t1{font-size: 44px;}
.pro2Warp .desc{font-size: 18px;}
.lglyList .swiper-button-next:after, .lglyList .swiper-button-prev:after{font-size: 48px;}
.lgly1Warp .desc .t1{font-size: 26px;}
.lgly1Warp .desc .info{font-size: 16px;}
.lgly1Warp .desc .info p{line-height: 2.2;}
.lgly2Warp .info{font-size: 28px;}
.lglyPad{padding-left: 50px;padding-right: 50px;}
.lgly1 .wapper{padding-left: 50px;padding-right: 50px;}
.lgly2{padding: 2% 50px 10% 50px;}
.salonTit{font-size: 28px;}

.brand1 .desc .t1{font-size: 26px;}
.brand1 .desc .info{font-size: 17px;}
.brand1 .desc .info p{line-height: 2.2;}
.brand2{overflow: hidden;}
.brand2Warp .swiper-pagination{font-size: 22px;}
.brand2Warp .swiper-button-next:after, .brand2Warp .swiper-button-prev:after{font-size: 48px;}
.brand2Warp .swiper-button-prev{left: -5%;}
.brand2Warp .swiper-button-next{right: -5%;}
.brand2Warp .desc .info{font-size: 15px;margin-top: 8%;}
.brand2Warp .desc .info p{line-height: 2.2;}
.brand2Warp .part .desc{padding-right: 15px;}
.brand3Warp .info{font-size: 15px;}
.brand3Warp .info p{line-height: 2.2;}
.hisItem .t1{font-size: 26px;}
.hisItem .more{margin-top: 15px;}
.hisItem .more a{font-size: 15px;}
.history .w1580px{padding: 0 12%;}
.brand3Warp .more a{font-size: 18px;}

.storet1{font-size: 34px;}
.storet2{font-size: 24px;}
.storeinfo{font-size: 17px;}
.store2 .year{padding: 3%;}
.storeinfo p{line-height: 2;}

.proBan .topTxt .t1{font-size: 32px;}
.proBan .topTxt .t2{font-size: 20px;margin-top: 10px;}

.abo2Left{padding-left: 0;}
.map{height: 520px;}





}

@media only screen and (max-width: 980px) {
.language{font-size: 13px;padding: 0 15px;}
.menu a{padding: 0 15px;}
.index3{padding: 10% 45px 5% 45px;}
.i3List ul li{width: 50%;}
.index4 .imgTop{padding: 5% 0;}
.index4 .t1{margin-top: 25px;}
.index4 .info{margin-top: 25px;}



.proBan .imgTop .i3Top{margin: 0;font-size: 15px;}
.pro2Warp{padding: 50px 30px;}
.pro2Warp .t1{font-size: 40px;}
.pro2Warp .desc{font-size: 17px;}
.pro2Warp .desc p{line-height: 1.8;}
.lgly .warp{padding: 0;}
.lglyList .swiper-button-next:after, .lglyList .swiper-button-prev:after{font-size: 38px;}
.lglyMore{margin-top: 20px;}
.lglyMore a{font-size: 16px;}
.lgly1Warp .desc .t1{font-size: 24px;}
.lgly1Warp .desc .info{font-size: 15px;}
.lgly1Warp .desc .info p{line-height: 2;}
.lgly2Warp .info{font-size: 26px;}
.lglyPad{padding-left: 45px;padding-right: 45px;}
.lgly1 .wapper{padding-left: 45px;padding-right: 45px;}
.lgly2{padding: 2% 45px 10% 45px;}
.lgly3 .lgly1Warp .img{padding: 0;}
.xxztMenu ul li{font-size: 16px;}
.xxzt .desc{padding: 0;font-size: 18px;}

.brand2Warp .swiper-button-prev{left: 0;}
.brand2Warp .swiper-button-next{right: 0;}
.brand2Warp{padding: 0 50px;box-sizing: border-box;}
.brand1 .desc .t1{font-size: 24px;}
.brand1 .desc .info{font-size: 16px;}
.brand1 .desc .info p{line-height: 2;}
.brand2{overflow: hidden;}
.brand2Warp .swiper-pagination{font-size: 20px;}
.brand2Warp .swiper-button-next:after, .brand2Warp .swiper-button-prev:after{font-size: 38px;}
.brand2Warp .desc .info{font-size: 15px;margin-top: 5%;}
.brand2Warp .desc .info p{line-height: 2;}
.brand2Warp .part .desc{padding-right: 10px;padding-left: 25px;}
.brand3Warp .info{font-size: 14px;}
.brand3Warp .info p{line-height: 2;}
.hisItem .t1{font-size: 24px;}
.hisItem .more{margin-top: 15px;}
.hisItem .more a{font-size: 14px;}
.history .w1580px{padding: 0 10%;}
.brand3Warp .more a{font-size: 16px;}

.storeWarp{padding: 0 10%;}
.store3 .wapper{padding: 0 10%;}
.store4 .wapper{padding: 0 10%;}
.store5 .w1580px{padding: 0 10%;}
.storet1{font-size: 30px;}
.storet2{font-size: 20px;}
.storeinfo{font-size: 16px;}
.store2 .year{padding: 3%;}
.storeinfo p{line-height: 1.8;}

.proBan .topTxt .t1{font-size: 28px;}
.proBan .topTxt .t2{font-size: 18px;margin-top: 10px;}


.about1 .desc h2{font-size: 32px;}
.about1 .desc{font-size: 17px;}
.abo2Left dl h2{font-size: 26px;}
.abo2Left{font-size: 17px;}







}

@media only screen and (max-width: 780px) {
.wapper{ width:100%;}
.header{ display:none}
.sp_header{ display:block;}
    .sp_logo img {
    width:200px;
    }
    .sjj_nav {
        display: block;
    }
.mHeight{display: block;}
.i1Video{width: 100%;}
.i1Desc{width: 100%;padding-top: 5%;}
.index2 .item{width: 100%;}
.index3{padding: 10% 35px 5% 35px;}
.i3List ul li{width: 100%;}
.i3More a{font-size: 18px;padding: 15px 35px;}
.index4 .img{position: absolute;top: 0;left: 0;}
.index4 .imgTop{position: relative;}
.fList .item{width: 50%;margin-bottom: 20px;}
.fWarp .item:first-child{width: 100%;max-width: none;margin-bottom: 20px;}
.fWarp .item{width: 25%;}
.index2 .part .more{font-size: 18px;}
.i3Top .item{width: 100%;margin: 5px 0;}


.proBan .imgTop{padding: 25px 15px;}
.proBan .imgTop .i3Top{margin: 0;font-size: 14px;padding: 0;}
.pro2Warp .left{width: 100%;margin-bottom: 4%;}
.pro2Warp .right{width: 100%;}
.lgly1Warp .desc .t1{font-size: 22px;}
.lgly1Warp .desc .info{font-size: 14px;}
.lgly1Warp .desc .info p{line-height: 1.8;}
.lgly2Warp .info{font-size: 24px;}
.lgly2Warp .info p{padding: 0;}
.lglyPad{padding-left: 25px;padding-right: 25px;}
.lgly1 .wapper{padding-left: 25px;padding-right: 25px;}
.lgly2{padding: 2% 25px 10% 25px;}
.lgly3 .lgly1Warp .img{padding: 0;}
.lgly1Warp .img{width: 100%;margin: 20px 0;}
.lgly1Warp .desc{width: 100%;padding: 0;}
.lgly3 .w1580px{padding-left: 25px;padding-right: 25px;}
.xxzt .desc{padding: 0;font-size: 16px;}
.salonTit{font-size: 26px;}
.salonItem ul li{width: 100%;padding: 0;}
.brand2Warp .part{display: block;}
.brand2Warp .part .img{width: 100%;}
.brand2Warp .part .t1{position: relative;text-align: left;}
.brand2Warp .part .t1 span{margin-left: 0;}
.brand2Warp .part .desc{width: 100%;padding: 20px;box-sizing: border-box;}
.brand2Warp .desc .info{margin-top: 20px; padding-top:0px}
.hisItem .year{position: relative;top: auto;transform: translateY(0);}
.hisItem .left{width: 100%;padding: 0;}
.hisItem .right{width: 100%;padding: 0;}
.hisItem .more a{font-size: 16px;}
.hisItem3 .part{margin: 30px 0;}
.hisItem4 .part{margin: 30px 0;}
.hisItem4 .left{margin-bottom: 30px;}
.hisItem5 .part{margin: 30px 0;}


.storeWarp{padding: 0 8%;}
.store3 .wapper{padding: 0 8%;}
.store4 .wapper{padding: 0 8%;}
.store5 .w1580px{padding: 0 8%;}
.storet1{font-size: 26px;}
.storet2{font-size:16px;}
.storeinfo{font-size: 14px;}
.store2 .year{padding: 3%;}
.storeinfo p{line-height: 1.6;}
.proBan .topTxt .t1{font-size: 26px;}
.proBan .topTxt .t2{font-size: 16px;margin-top: 5px;}

.about1 .warp{padding: 0 5%;}
.about2 .warp{padding: 0 5%;}
.abo2Left{width: 100%;padding: 0;margin-bottom: 20px;}
.abo2RIght{width: 100%;}





}

@media only screen and (max-width: 620px) {
.wapper{ width:100%;padding: 0 10px;}
.index3{padding: 6% 15px 4% 15px;}
.index4 .icon img{max-height: 50px;}
.index4 .t1{font-size: 26px;}
.index4 .info{margin-top: 15px;font-size: 14px;}
.index4 .info p{line-height: 1.6;}
.index4 .imgTop{padding: 10% 15px;}
.index2 .part .more{font-size: 16px;padding: 15px 35px;}
.index2 .part .t1{font-size: 26px;}
.i3Top{font-size: 14px;}
.i3List ul li{padding: 0;}
.i3List .part .t1{padding: 10px 0;}
.fList .part .img{width: 50px;margin-right: 5px;}
.fList .part .desc{font-size: 12px;}
.fLogo img{max-height: 50px;}
.toHome{margin-top: 25px;}
.toHome a{font-size: 16px;}
.fWarp .item{width: 25%;padding: 0;margin-bottom: 20px;}
.fWarp dl dt a{font-size: 15px;}
.fWarp dl dt{margin-bottom: 10px;}
.fWarp dl dd{padding: 0;}
.fWarp dl dd a{font-size: 12px;}
.footer{padding: 40px 0;}
.i3More a{padding: 12px 25px;font-size: 16px;}
.i3Wapper{padding: 20px 10px;}


.w1580px{padding: 0 15px;}


.proBan .imgTop{padding: 15px;}
.proBan .imgTop .i3Top{font-size: 12px;}
.i3Top .item{margin: 2px 0;}
.pro1Warp .item{width: 100%;padding: 0;margin-bottom: 10px;}
.pro2Warp{padding: 35px 15px;}
.pro2Warp .t1{font-size: 36px;}
.pro2Warp .desc{font-size: 14px;}
.pro3 .w1580px{padding: 0 15px;}
.i3List .part .titEn{font-size: 24px;}
.pro3More{padding: 0;}
.i3Top{padding: 0;}
.lglyList{padding: 0 25px;}
.lglyList .swiper-button-next:after, .lglyList .swiper-button-prev:after{font-size: 20px;}
.lglySwiper{padding: 0 !important;}
.lglyList .swiper-slide-active .part{transform: scale(1);}

.lgly1Warp .desc .t1{font-size: 20px;}
.lgly1Warp .desc .info{font-size: 14px;margin-top: 15px;}
.lgly1Warp .desc .info p{line-height: 1.8;}
.lgly2Warp .imgTop{padding: 3%;}
.lgly2Warp .info{font-size: 16px;}
.lgly2Warp .info p{padding: 0;}
.lglyPad{padding-left: 15px;padding-right: 15px;}
.lgly1 .wapper{padding-left: 15px;padding-right: 15px;}
.lgly2{padding: 2% 15px 10% 15px;}
.lgly3 .lgly1Warp .img{padding: 0;}
.lgly1Warp .img{width: 100%;margin: 20px 0;}
.lgly1Warp .desc{width: 100%;padding: 0;}
.lgly3 .w1580px{padding-left: 15px;padding-right: 15px;}
.xxztMenu ul li{font-size: 14px;padding: 0 20px;line-height: 45px;}
.xxzt .desc{font-size: 14px;padding: 0;}

.brand1 .desc .t1{font-size: 20px;}
.brand1 .desc .info{font-size: 14px;}
.brand1 .desc .info p{line-height: 1.8;}
.brand2Warp{padding: 0;}
.brand2Warp .part .t1{font-size: 28px;}
.brand2Warp .desc .info{margin-top: 15px;font-size: 14px;}
.brand2Warp .desc .info p{line-height: 1.8;}
.brand2Warp .part .desc{padding: 25px 15px;}
.brand3Warp .t1{font-size: 28px;}
.brand3Warp .t2{font-size: 16px;}
.brand3Warp .info p{line-height: 1.8;}
.brand3Warp .more a{font-size: 14px;}
.history .w1580px{padding: 0 15px;}
.hisItem .t1{font-size: 20px;}
.hisItem .more a{font-size: 14px;}
.hisItem .year{margin-top: 20px;}
.hisItem4 .part .img{width: 38%;margin-right: 2%;}
.hisItem4 .part .img img{position: relative;width: 100%;}
.hisItem4 .desc{width: 50%;}
.hisItem4 .left{margin-bottom: 0;}


.storeWarp{padding: 0 15px;}
.store3 .wapper{padding: 0 15px;}
.store4 .wapper{padding: 0 15px;}
.store5 .w1580px{padding: 0 15px;}
.storet1{font-size: 24px;}
.storet2{font-size:16px;}
.storeinfo{font-size: 14px;}
.store2 .year{padding: 3%;}
.storeinfo p{line-height: 1.6;}
.store3Warp .left{width: 100%;}
.store3Warp .right{width: 100%;margin-top: 30px;}
.store4 .left{width: 100%;}
.store4 .right{width: 100%;}
.sto5Warp1 .desc{width: 100%;}
.sto5Warp1 .img{width: 100%;margin-top: 30px;}
.sto5Warp2 .left{width: 100%;}
.sto5Warp2 .right{width: 100%;margin-top: 30px;}
.sto5Warp2 .right .img{width: 100%;left: 0;}

.about1 .warp{padding: 0 2%;}
.about2 .warp{padding: 0 2%;}
.about1 .desc h2{font-size: 26px;margin-bottom: 20px;}
.about1 .desc{font-size: 15px;}
.abo2Left dl h2{font-size: 22px;margin-bottom: 15px;}
.abo2Left{font-size: 15px;}
.map{height: 380px;}




}</pre></body></html>