﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "DietDidot"; /* Project id  */
  src: url('../fonts/DietDidot-Title.ttf?t=1742528509174') format('truetype');
}
@font-face {
  font-family: "FZLTXHJW"; /* Project id  */
  src: url('../fonts/FZLTXHJW.TTF?t=1742528509174') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Light"; /* Project id  */
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf?t=1742528509174') format('truetype');
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium"; /* Project id  */
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf?t=1742528509174') format('truetype');
}
@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../fonts/iconfont.ttf?t=1744272068299') format('truetype');
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weixin:before {
  content: "\f0106";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-xiaohongshu:before {
  content: "\e503";
}
.icon-weixinshipinhao:before {
  content: "\e6fc";
}

@-webkit-keyframes show {
0% {
    transform: scale(1); 
    opacity: 0.4;
}
20% {
    transform: scale(0.4); 
    opacity: 0.1;
}
40% {
    transform: scale(1.2); 
    opacity: 1;
}
60% {
    transform: scale(0.6); 
    opacity: 1;
}
80% {
    transform: scale(1.1); 
    opacity: 1;
}
100% {
     transform: scale(1); 
    opacity:1;
}
}
/*css 初始化 */
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}*/

*{
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;  font-family: "HarmonyOS_Sans_SC_Light","Microsoft Yahei","Arial";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:1.4em; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.hide{
    display: none;
}
.show{
    display: block;
}
.warp{ max-width:1600px;margin:0 auto;width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1610px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;} 

h1{
    font-size: 100px;
}
h2{
    font-family:"DietDidot" ;
    font-size: 50px;
}

h3{
    font-size: 30px
}
h4{
    font-size: 16px
}
h5{
    font-size: 40px;
}
h6{
    font-size: 36px;
}

p{
    font-size: 16px;
} 
html{
    max-width: 1920px;
    margin:0 auto;
}

/*parts*/
div.fy {text-align:center;line-height:4rem; width: 100%}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; background: #fff; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:hover {
    color: #fff;
    background: #a28263;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
    div.fy a:active {
        color: #fff;
        background: #a28263;
        box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    }
    div.fy span.current {
        margin: 2px 2px;
        padding: 8px 12px;
        color: #fff;
        font-size: 1.4em;
        background: #a28263;
        box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    }
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; background: #fff;  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:fixed;	top: 25px;	right: 25px;	z-index: 9999;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#fff; content: ''; display: block;    width: 20px;  height: 2px;}
.neiye #hamburger:before,.neiye  #hamburger:after,.neiye  #hamburger span{  background:#fff;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}

/*搜索*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center { background-color:rgba(68,68,68,0.8);  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left; border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;    display:block;}
.s-close::before,.s-close::after {  content:''; width:40px; height:2px; background:#FFF;    display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {  -webkit-transform:rotate(45deg);    transform:rotate(45deg);}
.s-close::after {   -webkit-transform:translateY(-2px) rotate(-45deg);  transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}




/*header*/
.header,.header *,.header .mune .md,.header .mune .md a,.header .mune .mmds{ color: #fff;  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.header{ 
    
    position:absolute; 
    top:0; 
    left: 0; 
    z-index: 1000; 
    width: 100%; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
.header .shoucang{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 23px;
}
.header .shoucang .tit a{
    font-size: 1.6em;
    line-height: 29px;
}
.header .shoucang .fx{
    margin-left: 15px;
}
.header .shoucang .fx a{
    padding-left: 10px;

}

.header .logo{
    padding: 20px 0; 
}
.header .logo .lg2{
    display: none;
}
.header .nav{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    
}
.header .nav .mune{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.header .nav .mune a{
    font-size: 1.6em;
    color: #fff;

}
.header .mune .mbd{ 
    position: relative; 
    height: 80px; 
    line-height: 80px;
    padding: 0 20px;
} 

.header .nav .mune a:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    right: 0;
    height: 2px;
    transform: translate(-50%);
    background: #a28263;
    transition:ease 0.5s all;
    -moz-transition: ease 0.5s all; 
    -webkit-transition:ease 0.5s all; 
    -o-transition: ease 0.5s all; 
    width: 0;
}


.header .nav .mune a:hover:after{
    
    width: 100%;
}


.neiye .header{
    position: initial;
    background-color: #000;
    border-bottom: 1px solid #000;
}


.header.up {
    position: fixed;
    background: #000;
    border-bottom: 1px solid #000;

}



/*pron .header*/	
.pron .header{ background: #fff;}
.pron .header .hnone{ display:none;}
.pron .header .hshow{ display:inline-block;}
.pron .header form{ border-color:#4c9be2;}
.pron .header .mune a{ color:#333;}
.pron .header .ht::placeholder{ color:#888;}
.pron .header input{ color:#888;}
.pron .header form .hb{ background: url(../images/sreach2.png) left center no-repeat; background-size: 80%; width: 30px; }
.pron .header .mune .mbl h3 a{ display:block; padding: 10px 30px; border: 1px solid#4c9be2; background-color:#4c9be2; color:#fff;}

/*about*/
.abhead .header{
    border-bottom: 1px solid #000;
}
.abhead .header .logo .lg2{
    display: block;
}
.abhead .header .logo .lg1{
    display: none;
}
/*.abhead .header:hover .logo .lg2{
    display: none;;
}
.abhead .header:hover .logo .lg1{
    display:block 
}*/
.abhead .header .nav .mune a{
    color: #000;
}
.abhead .header .nav .mune a:hover{
    color: #a28263;
}

.abhead .header.up .logo .lg2{
    display: none;
}
.abhead .header.up .logo .lg1{
    display: block;
}
.abhead .header.up .nav .mune a{
    color: #fff;
}

/*下拉*/

.header .mune .md{ 
    position: absolute; 
    top:81px; 
    left: 0; 
    width: 100%;  
    z-index: 2; 
    text-align: center;  
    transform-origin : 50% 0 0; 
    transform: translateX(-50%);
    padding: 20px 0px ; 
    transform: scale(0);
    background-color: rgba(0, 0, 0,0.6);
     
}
.header .mune .mbd:hover .md {
    transform: scale(1);
}

.header .nav .mune a:hover{
    color: #a28263;
}

.header .nav .mune .md a,.abhead .header .nav .mune .md a{
    display: block; 
    font-size: 1.4em;
    position: relative;
    line-height: 50px;
    height: 50px;
    color: #fff;
}
.header .nav .mune .md a:hover{
    color: #fff;
    background-color: #a28263;  
}



/*footer*/
.footer{ background:#d5d5d5; padding:110px 0 75px 0;}
.footer .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*.footer .warp>*{
    width: 50%;
}*/

.footer .txts .nav{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #797979;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.footer .txts .nav a{
    font-size: 1.6em;
    color: #222;
    margin-right: 55px;
}
.footer .txts .nav a:last-child{
    margin-right: 0;
}
.footer .txts .nav2 a{
    display: block;
    font-size: 1.4em;
    margin-top: 20px;
}

.footer .fx{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.footer .fx .dot{
    position: relative;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .fx .dot:last-child{
    margin-right: 0;
}
.footer .fx .dot span{
    display:block;
    font-size: 4em;
    width: 70px ;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    border: 1px solid #797979;
    text-align: center;
    padding-bottom: 25px;

}
.footer .fx .dot p{
    display: block;
    font-size: 1.4em;
    margin-top: 20px;
}
.footer .fx .dot .code{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translatex(-50%); 
    display: none;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 102px;
}
.footer .fx .dot:hover .code{
    display: block;
}

.footer .biaoyu{
    width: 200px;
    text-align: right;
}
.footer .biaoyu p{
    font-size: 1.4em;
    color: #000;
    letter-spacing: 12px
}

.footer .biaoyu .hotline{
    padding-top: 130px;
    color: #000;
    text-align: left;
}
.footer .biaoyu .hotline p{
    padding-bottom: 15px;
	letter-spacing: 0px
}
.footer .biaoyu .hotline b{
    font-weight: normal;
    font-size: 2.8em;
}
.footer .txts2{
    text-align: center;
    padding: 0 0 28px 0;
}
.footer .txts2 p{
    line-height: 20px;
    color: #333;
    font-size: 1.4em;
    display: inline-block;
    margin:0 20px;
}
.footer .txts2 a{
    color: #333;
}




.bottomlist{ background:#333; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:400;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}

/*tits*/
.tits h3{ margin-bottom: 20px; font-size: 4.8em; color: #000; font-family: "Basic Sans"; text-transform: uppercase;}
.tits p{ font-size: 1.4em; color: #000; line-height: 1.5; }




/*banner*/
.banner{
    background: url(../images/banner01.jpg) right center no-repeat; background-size: cover !important;
    height: 1040px;
    position: relative;
}

.banner .b1{
    position: absolute;
    bottom: 35px;
    text-align: center;
    left: 0;
    right: 0;
}
.banner .b2{
    position: absolute;
    bottom: 55px;
    text-align: center;
    left: 0;
    right: 0;
}
.banner .b2 .warp{
    display: flex;
    justify-content: flex-end;
    align-items:center;
}
.banner .b2 .warp p{
    font-size: 1.4em;
    color: #fff;
}
.banner .b2 .warp img{
    padding-left: 25px;
}



/*ip1*/
.ip1{
    position: relative;
}
.ip1_swiper{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 999;
}
.ip1_swiper .warp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid rgba(148,122,89,0.7);

}
.ip1_swiper .warp .dot{
    text-align: center;
    padding:0 100px;
}
.ip1_swiper .warp .dot a{
    color: #000;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    font-size: 1.6em;
    position: relative;
}
.ip1_swiper .warp .dot a:hover:after,.ip1_swiper .warp .dot.cur a:after{
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color:#000;
}

.swiperBox .swiper-slide{
    height: 1040px;
    padding-top: 150px;
}
.swiperBox .swiper-slide.sw2{
    padding-top: 190px;
}
.swiperBox .swiper-slide.sw3{
    padding-top: 90px;
}
.swiperBox .swiper-slide.sw4{
    padding-top: 270px;
}
.white .warp{ 
    border-top: 1px solid rgba(255,255,255,0.7);
}
.white .warp .dot a{
    color: #fff;
}
.white .warp .dot a:hover:after,.white .warp .dot.cur a:after{
    background-color:#fff;
}


.sw1 .warp,.sw2 .warp,.sw4 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swiperBox .swiper-slide .txt h2{
    color: #947059;
    padding-bottom: 20px;
}
.swiperBox .swiper-slide .txt p{
    font-size: 1.6em;
    line-height: 26px;

}


.sw1 .warp .img{
    width: 50%;
    padding-left: 50px;
}
.sw1 .warp .txt{
    width: 50%;
    padding-left: 20px;
    color: #000;
    padding-top: 30px; 
    padding-right: 30px;
    
    
}


.sw1 .warp .txt h3{
    padding-bottom: 30px;
}
.sw1 .warp .txt p{
    line-height: 26px;

}
.sw1 .warp .txt a{
    font-size: 1.4em;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #000;
    margin-top: 60px;
    display: inline-block;
}
    .sw1 .warp .txt a:hover {
    
        background:#000;
        color:#fff
    }

    .sw1 .txtnum {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }

.sw1 .txtnum .dot{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}
.sw1 .txtnum .dot b{
    font-weight: normal;
    font-size: 3em;
    color: #947059;
}
.sw1 .txtnum .dot b span{
    font-size: 30px;
}
.sw1 .txtnum .dot pre{
    color: #947059;
    font-size: 1.2em;
    padding: 0 10px 0 0;
}
.sw1 .txtnum .dot i{
    font-style: normal;
    font-size: 1.2em;
}


.sw2 .warp .txt{
    width: 30%;
    color: #fff;
    padding-right: 40px;

}
.sw2 .warp .img{
    width: calc(70% - 50px);
}
.sw2 .warp .txt h3{
    padding-bottom: 65px;
}
.sw2 .warp .txt p{
    line-height: 26px;

}
.sw3 .warp .txt{
    padding: 0 25%;
    text-align: center;
    margin-bottom: 70px;
}

.sw3 .dl{
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sw3 .dl .dot{
    width: calc(100%/3);
    position: relative;
}
.sw3 .dl .dot p{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2.6em;
    color: #fff;
}
.sw4 .warp .img{
    width: 50%;
    padding-left: 50px;
}
.sw4 .warp .txt{
    width: 50%;
    color: #fff;
    padding-right:20%;
    padding-top: 30px; 
    
    
}
.sw4 .warp .txt h3{
    font-size: 2.8em;
    padding-bottom: 30px;

}
.sw4 .warp .txt p{
    font-size: 1.6em;
    line-height: 26px;

}



.sw1{
    background: url(../images/ab_1.jpg) center center no-repeat;
    background-size: cover;
}
.sw2{
    background:#000;
}
.sw3{
    background: #f7f7f7;
    background-size: cover;
}
.sw4{
    background: url(../images/ab_4.jpg) center center no-repeat;
    background-size: cover;
}


 /*.swiperBox .swiper-slide-active .warp .txt{
    opacity: 1; 
    transform: translateX(0); 
}*/


/*ip2*/

/*通用*/

.ty .tit{
    text-align: center;
}
.ty h2{
    color: #a28263;
    padding-bottom: 30px;
}
.ty .tit p{
    font-size: 3em;
    padding-bottom: 55px;
    color: #2e201b;
}
.ty .tit .page{
    display: flex;
    justify-content: flex-end;
}
.ty .tit .page a{
    margin-right: 25px;
}
.ty .tit .page a:last-child{
    padding: 5px 15px;
    border: 1px solid  #2e201b;
    border-radius: 15px;
    color: #2e201b;
    margin-right: 0px;
    text-align: center;
}

.ty .tit .page a:hover:last-child{
    background-color: #2e201b;
    color: #fff;
}
/**/
.ip2{
    padding-top: 120px;
}

.ip2 .caselist{
    
    margin-top: 30px;
}
.ip2 .caselist .dot{
    position: relative;
}
.ip2 .caselist .dot .img{
    overflow: hidden;
}
.ip2 .caselist .dot img{
    width: 100%;
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}
.ip2 .caselist .dot:hover img{
    scale: 1.1;
}
.ip2 .caselist .dot .title{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}
.ip2 .caselist .dot .title h3{
     color: #fff;
     font-weight: lighter;
}


/*第三层*/

.ip3 .caselist .dot img,.ip3 .caselist .dot .title,.ip3 .caselist .dot .title p,.ip3 .caselist .dot .title i{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip3{
    padding: 120px 0 ;
}
.ip3 .caselist{
    
    margin-top: 30px;
}
.ip3 .caselist .dot{
    width: calc((100 - 40px)/3);
    position: relative;
    overflow: hidden;
}
.ip3 .caselist .dot img{
    width: 100%;
}

.ip3 .caselist .dot .title{
    position: absolute;
    top: calc(100% - 140px);
    left: 0;
    width: 100%;
    height: 100%;
    padding:40px;
}
.ip3 .caselist .dot .title h3{
    color: rgba(255,255,255,0.9) ;
    font-weight: lighter;
    line-height: 36px;
}
.ip3 .caselist .dot .title p{
    font-size: 1.4em;
    line-height: 22px;
    padding-top: 30px;
    color: rgba(255,255,255,0.7) ;
    width: 70%;
    opacity: 0;

}
.ip3 .caselist .dot .title i{
    font-style: normal;
    font-size: 1.4em;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
    opacity: 0;
}
.ip3 .caselist .dot:hover img{
    scale:1.1;
}
.ip3 .caselist .dot:hover .title{
    padding:40px;
    top:0;
    background-color: rgba(0, 0, 0, 0.5);
}
.ip3 .caselist .dot:hover .title p{
    opacity: 1;
}
.ip3 .caselist .dot:hover .title i{
    opacity: 1;
}
/*第四层*/
.ip4{
     padding: 33px 0;
     margin-bottom: 200px;
}
/*.ip4 .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events:none;
}*/
.ip4 .txt{
    background-color: #f4f4f4;
    
    
}
.ip4 .txt .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    height: 613px;
}
.ip4 .txt .img{
    width: calc(60% - 100px);

}
.ip4 .txt .img img{
    transform: scaleY(1.1);
}
.ip4 .txt .info{
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction:column;
}
.ip4 .txt .info h3{
    color: #2e201b;
    padding-bottom: 15px;
}
.ip4 .txt .info h2{
    font-family:"DietDidot" ;
    color: #a28263;
    padding-bottom: 80px;
}
.ip4 .txt .info a{
    font-size: 1.2em;
    color: #2e201b;
    padding:  3px 13px;
    border-radius: 13px;
    border: 1px solid #2e201b;

}
.ip4 .txt .info a:hover{
    background-color: #2e201b;
    color: #fff;
}
/*.ip4 .txt img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    pointer-events:none;
}*/

/*banners-start*/
.banners{ background-size: cover !important;   overflow: hidden; position: relative; height: 900px}
.banners .txt{
    position: absolute;
    padding-bottom: 130px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
}


.abhead .banners{ 
    background-size: cover !important;   
    overflow: hidden; 
    position: relative; 
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.abhead .banners .txt{
    position: initial;
    text-align: right;
    padding-bottom: 150px;
}

.banners .txt h1{
    font-family:"DietDidot" ;
    color: #947059;
    padding-bottom:30px;
}
.banners .txt h2{
    font-family:"Microsoft Yahei" ;
    color: #fff;
    font-weight: lighter;
}

.neiye .banners{
    height: 669px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.neiye .pro .warp{
    text-align: center;
}
.neiye .pro .warp .info{
    padding: 0 22%;
    text-align: left;
    margin-top: 50px;
}
.neiye .pro .warp p{
    color: #fff;
    font-size: 1.8em;
    line-height: 36px;
}


.about{ background: url(../images/banners/about-banner.jpg) center center no-repeat;}
.store{ background: url(../images/banners/contact-banner.jpg) center center no-repeat;}
.caba{ background: url(../images/banners/case-banner.jpg) center center no-repeat;}
.new{ background: url(../images/banners/news-banner.jpg) center center no-repeat;}
    /*
.neiye .caba{
    height: 742px
}
.caba .warp{
    position: relative;
    height: 100%;
}
.caba .warp .cadown{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
}
.caba .warp .catxt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.caba .warp .catxt h2{
    color: #fff;
    font-size: 7em;
    letter-spacing: 30px;
}
*/
/*招商加盟banner*/
.join .txt, .design .txt, .caba .txt, .new .txt{
    text-align: center;
    position: initial;
}
    .join .txt h1, .design .txt h1, .caba .txt h1, .new .txt h1 {
        color: #fff;
        font-size: 4em;
    }
    .join .txt h5, .design .txt h5, .caba .txt h5,.new .txt h5 {
        color: #fff;
        font-size: 6em;
        letter-spacing: 40px;
    }
/**/

.banners2 .warp2{ text-align: center; height: 600px; justify-content: center;}
.project{ background: url(../images/banners/product-banner.jpg) center center no-repeat;}
.productab{background: url(../images/banners/product-banner.jpg) center center no-repeat;  }
.down{ background: url(../images/banners/download-banner.jpg) center center no-repeat;}
.join{ background: url(../images/banners/join-banner.jpg?v=1.1) center center no-repeat;}
.design{background: url(../images/banners/design-banner.jpg) center center no-repeat;}
/*banners-end*/

/*lead*/
.lead { padding: 24px 0;}
.lead.gery{ background: #fff;}
.lead .warp{ display: flex; justify-content: flex-end;}
.lead .warp>*{ font-size: 1.6em; color: #fff; display: inline-block; line-height: 1.5; margin-right: 10px;}
.lead.fd .warp{ display: flex; justify-content: space-between;}

.newfeed .lead .warp, .profeed .lead .warp{ display: flex;
    justify-content: space-between;}
.newfeed .lead .warp a, .profeed .lead .warp a{ color:#fff;font-size: 1em;    }
.newfeed .lead .warp span, .profeed .lead .warp span{margin:0 6px;font-size: 1em;}


/*内页通用*/
.tit h2{
    padding-bottom: 40px;
    color: #947059;
    text-transform:uppercase;
}

/*about-start*/
.ab1{
    background-color: #f9f9f9;
    padding: 90px 0 0 0;
    position: relative;
}
.ab1 .txt{
    padding: 0 5%;
}
.ab1 .txt p{
    font-size: 1.8em;
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 2em;
}

.ab1 .list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items:stretch;
    margin-top: 60px;
}
.ab1 .list .dot{
    width: calc(100%/3);
}
.ab1 .list .dot:last-child{
    background: url(../images/about/ab1-5.jpg) center center no-repeat;
    background-size: cover;
}
.ab1 .list .dot:last-child img{
    display: none;
}

.ab2{
    background-color: #f7f7f7;
    padding: 90px 0 0 0;
}
.ab2 .warp{
    text-align: center;
}
.ab2 .tit{
    padding-bottom: 38px;
    border-bottom: 2px solid #2e201b;
}
.ab2 .list{
    padding-top: 60px;
}
.ab2 .list .info{
    padding-top: 60px;
}
.ab2 .list p{
    font-size: 1.4em;
    line-height: 22px;
}

.ab3{
    background: #f7f7f7;
    padding: 90px 0 0 0;

}
.ab3 .warp{
    text-align: center;
}

.ab3 .list{
    background-color: #e5e5e5;
    margin-top: 60px;
    padding: 90px 0;
    
}

.ab3 .list .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab3 .list .warp>*{
    width: 50%;
}
.ab3 .list .info{
    padding-left: 60px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ab3 .list .info p{
    font-size: 2.4em;
    line-height: 60px;
}



.ab4{
    padding: 90px 0 0 0 ;
    background-color: #f7f7f7;
}
.ab4 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab4 .info{
    width: 25%;
}

.ab4 h2{
    color: #947059;
    padding-bottom: 20px;
}
.ab4 h5{
    padding-bottom: 30px;
}
.ab4  .txt{
    padding-top: 55px;
}
.ab4  .txt p{
    font-size: 2.2em;
    line-height: 32px;
}
.ab4 .img{
    width: 75%;
    padding-top: 20%;
}
.ab6{
    padding: 120px 0 0 0;
    background-color: #f7f7f7;
}
.ab6 .tip{
    background: url(../images/about/ab4-2.jpg) center center no-repeat;
    height: 1000px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.ab6 .tip_center{
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    padding: 80px 40px;
}
.ab6 .tip_center h2{
    font-size: 7em;
    padding-bottom: 30px;
    font-family:"DietDidot";
}
.ab6 .txt{
    padding: 130px 200px;
    text-align: center;
   
}
.ab6 .txt p{
     font-size: 2em;
     line-height: 32px;
}

.ab5{
    background: url(../images/about/ab5_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 180px 0;
    text-align: center;
    margin-bottom: 100px;
}

.ab5 h2{
    font-size: 10em;
    font-family:"DietDidot" ;
    color: #fff;
}


/*about-end*/

/*product*/

/*product_type*/





/*header*/
.product-t{
    padding: 90px 0;
}
.product-t .warp{

}
.product-t .prolist{
    
    padding-bottom: 20px;
}
.prolist .dot{
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.prolist .dot b{
    font-size: 1.6em;
    padding: 10px 80px 10px 0;
}
.prolist .dot .dlist{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.prolist .dot a{
    font-size: 1.6em;
    margin-right: 55px;
    border-bottom: 1px solid #fff;
    padding: 10px 5px;
}
.prolist .dot a:last-child{
    margin-right: 0;
}
.prolist .dot a:hover,.prolist .dot a.cur{
    border-bottom: 1px solid #000;
}
.protxt{
    margin-bottom: 60px;
}

.probox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
} 
.probox .dot{
    width: calc((100% - 180px)/4);
    margin-right: 60px;
    text-align: center;
    margin-bottom: 40px;
    padding: 15px  15px 0 15px;
    border-radius:5px
}


.probox .dot:hover{
    -moz-box-shadow: 0px 2px 5px #ccc;
    -webkit-box-shadow: 0px 2px 5px #ccc;
    box-shadow: 0px 2px 5px #ccc;
}
.probox .dot p{
    font-size: 1.4em;
    line-height: 46px;
}
.probox .dot:nth-child(4n){
    margin-right: 0;
}


/*案例*/
.caset{
    padding: 90px 0;
}
.casebox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.casebox .dot{
    width:calc((100% - 40px )/2);
    margin-right: 40px;
    margin-bottom: 50px;
    
}
.casebox .dot:nth-child(2n){
    margin-right: 0;
}
.casebox .dot .img{
    overflow: hidden;
    
}
.casebox .dot img{
    transition:ease 0.5s all;
    -moz-transition: ease 0.5s all; 
    -webkit-transition:ease 0.5s all; 
    -o-transition: ease 0.5s all; 
}
.casebox .dot:hover img{
    transform: scale(1.1);
}
.casebox .dot .title{
    padding-bottom: 20px;
}
.casebox .dot .title h3{
    font-size:2.8em;
    color: #000;
    font-weight: lighter;
    line-height: 36px;
}

/*news*/
.news{
     padding: 30px 0 90px 0;
}
.new_box{
    border-bottom: 1px solid #666666;
    padding: 60px 0;
}
.new_box a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new_box .img{
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.new_box .info{
    width: 50%;
    padding:50px 30px 50px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.new_box .info h3{
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 30px;
    color: #000;
}
.new_box .info p{
    font-size: 1.8em;
    line-height: 30px;
    color: #4d4d4d;
}
.new_box .info .time{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    align-items: center;
}
.new_box .info .time time{
    font-size: 2.2em;
    color: #808080;
    
}
.new_box .info .time b{
    padding:10px 25px;
    font-size:1.8em;
    color: #fff;
    background-color: #947059;
    display: inline-block;
    font-weight: normal;
}
/*newsshow*/

/*newsshow*/
.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:60px 0 90px 0;}
.newsshow .tip{
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    padding-left: 30px;

}
.newsshow .tip a,.newsshow .tip span,.newsshow .tip b{
    font-size: 1.8em;
    font-weight: normal;
}
.newsshow .tip a{
    color: #98715a;
}
.newsshow .tip a:hover{
    text-decoration: underline;
}
.newsshow .tip span{
    padding: 0 10px;
}
.newsshow .boxs{ background:#fff; }
.newsshow .tit{ padding:120px 0 40px 0; text-align:center; }
.newsshow .tit h3{ font-size:2.6em; color:#333333;  line-height:24px; margin-bottom:30px; font-family: "Arial"; transform: scale(1);}
.newsshow .tit .dot{}
.newsshow .tit .dot h4{ font-size:1.8em;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:16px; line-height:24px;}
.newsshow .txt p{ font-size:16px; }
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#fff; font-size:1.4em; color:#333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#98715a !important; color:#fff !important;}


/*门店*/
.store1{
    background-color: #f7f7f7;
    padding: 90px 0 0 0;
}
.store1 .warp{
    text-align: center;
}
.store1 .list{
    margin-top: 70px;
}
    .store1 .list .img {
        overflow:hidden
    }
        .store1 .list .img img {
            width: 100%;
            transition: ease-out 0.4s all;
            -moz-transition: ease-out 0.4s all;
            -webkit-transition: ease-out 0.4s all;
            -o-transition: ease-out 0.4s all;
        }
.store1 .list .title{
    background-color: #fff;
    padding: 35px 0 60px 0;
}
.store1 .list .title h3{
    padding-bottom: 10px;
}
.store1 .list .title p{
    font-size: 1.2em;
}

    .store1 .list .dot:hover .title {
        background: #a28263;
        color: #fff
    }
    .store1 .list .dot:hover img {
        transform:scale(1.1)
    }


    .shop .swiper-button-next, .shop .swiper-button-prev {
        top: 35%;
        width: 46px;
        height: 46px;
        border-radius: 23px;
        border: 1px solid #fff;
    }
.shop .swiper-button-prev{
    left: 40px;
}
.shop .swiper-button-next{
    right: 40px;
}
.shop .swiper-button-next:after,.shop .swiper-button-prev:after{
    font-size: 22px;
}

.store2{
    background-color: #f7f7f7;
    padding: 110px 0;
}
.store2 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.store2 .img{
    width: 60%;
    background: url(../images/join/s2-1.jpg) center center no-repeat;
    background-size: cover;
}
.store2 .img img{
    display: none;
}
.store2 .info{
    width: calc(40% - 50px);
    padding: 80px 0;

}
.store2 .info h3{
    text-align: center;
    font-weight: bold;
    line-height: 45px;
}
    .store2 .info .tip {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: #947059;
        padding-top:40px;
    }
        .store2 .info .tip p {
            font-size:14px;
            padding-bottom:10px
        }
        .store2 .feedform {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border-top: 1px solid #000;
            padding-top: 70px;
            margin-top: 35px;
        }
.store2 .feedform .dot{
    width: calc(50% - 30px);
    margin-bottom: 60px;
}
.store2 .feedform input{
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    background-color: #f7f7f7;
    margin-top: 10px;
    line-height: 30px;
}
.store2 .feedform .dot:last-child{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.store2 .feedform button{
    padding: 0 100px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid #000;
    background-color: #f7f7f7;
    font-size: 1.8em;
}
    .store2 .feedform button:hover {
        
        background-color: #000;
        color:#fff
    }
.store3{
    padding: 90px 0;
    border-top: 2px solid #000;
    background-color: #f7f7f7;
}
.store3 .warp{
    max-width: 1400px;
}
.store3 h3{
    text-align: center;
}
.store3 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 90px;
}
.store3 .list .dot{
    width: calc(100% / 3);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    padding: 0 calc((100%/3 - 350px)/2);

}
.store3 .list .img{
    margin-right: 20px;
}
.store3 .list h4{
    font-size: 2.2em;
    padding-bottom: 10px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.store3 .list p{
    font-family: "HarmonyOS_Sans_SC_Medium";
}

/*shop*/
.shop1{
    padding: 190px 0 0px 0;
    background-color: #f7f7f7;
}
.shop1 .tit{
    text-align: center;
}
.shop1 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:  center;
    margin-top: 150px;
    background-color: #fff;
}
.shop1 .list .img{
    width: 66%;
}
.shop1 .list .info{
    text-align: center;
    width: 34%;
    padding: 30px;
}
.shop1 .list .info p{
    font-size: 2.4em;
    line-height: 40px;
}
.shop2{
    background-color: #f7f7f7;
    padding: 90px 0 0 0;
}

.shop2 .video2{
    padding: 0 10%;
}
.shop3{
    padding: 90px 0 ;
    background-color: #f7f7f7;
}
.shop3 .dot  img{
    width: 100%;
}

.shop3 .swiper-pagination-fraction,.shop3 .swiper-pagination-custom,.shop3 .swiper-horizontal > .swiper-pagination-bullets,.shop3 .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 30px;
}


/*设计中心*/
.design1{
    padding: 90px 0 0 0;
    background-color: #f7f7f7;
}
.design1 .title{
    text-align: center;
    padding-bottom: 60px;
    padding: 0 30% 60px 30%;
}

.design1 .title h3{
    color: #947059;
    padding-bottom: 30px;
    line-height: 40px;
}
.design1 .title p{
    line-height: 36px;
}
.design2{
    padding: 70px 0 70px 0;
    background-color: #f7f7f7;
}
.design2 .title{
    text-align: center;
    padding-bottom: 60px;
}
.design2 .title h3{
    color: #000;
    font-size: 2.2em;
    padding-bottom: 30px;
    line-height: 40px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.design2 .title p{
    line-height: 36px;
}

.design2 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.design2 .list .dot{
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 40px;
}
.design2  .dot .img{
    margin-bottom: 30px;
}
.design2  .dot h4{
    font-size: 2.4em;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding-bottom: 25px;
}
.design2  .dot p{
    line-height: 36px;
}