@charset "utf-8";
/* CSS Document */
*{ touch-action: pan-y; } 
@font-face {
  font-family: "Didot";
  src: url("../fonts/Didot_0.ttf");
}
@font-face {
  font-family: "syst";
  src: url("http://www.tzkcsjts.com/fonts/SourceHanSerifCN-Regular.ttf");
}
@font-face {
  font-family: "syst-bold";
  src: url("http://www.tzkcsjts.com/fonts/SourceHanSerifCN-SemiBold.ttf");
}


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: "Arial","Microsoft Yahei"; list-style:none;}
body { overflow-x: hidden; line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; 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*/}

.warp{ max-width:1720px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1440px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

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;}


/*parts*/
div.fy {text-align:right;line-height:4rem; padding-top:40px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#727171;font-size:1.4em; display:inline; background:#fff; border: 1px solid #eee; }
div.fy a:hover{color:#fff; background:#8f002f; border: 1px solid #8f002f; }
div.fy a:active{ color:#fff; background:#8f002f; border: 1px solid #8f002f; }
div.fy span.current{ margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em; background:#8f002f; border: 1px solid #8f002f; }
div.fy span.disabled{ margin:2px 2px;padding:8px 12px; color:#727171; font-size:1.4em; background: #fff; border: 1px solid #eee; }

/*弹出input*/
.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(0,0,0,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:2.4em; 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 .menu a:after,.header .menu .links{ transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ width: 100%; position: fixed; z-index: 99; top:0; left: 0; padding: 27px 0 22px 0; background: rgba(0,0,0,0);}
.header .warp{ width: 100%; display: flex; justify-content: space-between;}
.header .more{ float:right; cursor: pointer;}
.header .more h3{ margin:6px 0 0 90px; float:left; font-size: 1.4em; color: #fff;}
.header .more span img{ margin: 0 10px -3px 0; display: inline-block;}
.header .menu{ float:left;}
.header .menu>*{ float:left;}
.header .menu .links{ margin:8px 0 0 60px;}
.header .menu .links a{ position: relative;font-size: 1.4em; color: #fff;  margin: 0 20px; padding-bottom: 6px;}
.header .menu .links a:after{ position: absolute; bottom: 6px; left: 0; background: #fff; content: ""; height: 2px; width: 100%; opacity: 0; display: inline-block;}
.header .menu a:hover:after,#m1 .m1:after,#m2 .m2:after,#m3 .m3:after,#m4 .m4:after,#m5 .m5:after{ opacity: 1; bottom: 0px; }
.header.hd{ padding: 20px 0;   background:  #F5F5F7; box-shadow: 0 0 10px rgba(255,255,255,0.6);}
.header.hd .menu .links a:after{ background: #1D1D1F;}
.header.hd h3,.header.hd a{ color: #1D1D1F !important;}
.header img.a{ display: inline-block !important;}
.header img.b{ display: none !important;}
.header.hd img.b{ display: inline-block !important;}
.header.hd img.a{ display: none !important;}

.hb .header .menu .links a:after{ background: #1D1D1F;}
.hb .header h3,.hb .header a{ color: #1D1D1F !important;}
.hb .header img.a{ display: inline-block !important;}
.hb .header img.b{ display: none !important;}
.hb .header img.b{ display: inline-block !important;}
.hb .header img.a{ display: none !important;}




/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ padding: 75px 0 35px 0; background:#000;  overflow:hidden; }
.footer .warp2{ display: flex; justify-content: space-between;}
.footer .ftxt .fs{ margin: 70px 0 100px 0; text-align: right;}
.footer .ftxt .fs a{ display: inline-block; margin-left: 20px;}
.footer .link>*{ display: inline-block;}
.footer .link a{ font-size: 1.4em; color: #fff; text-transform: uppercase; display: inline-block; margin:0 20px;}
.footer .link a:hover{ text-decoration: underline;}
.footer .link p{ font-size: 1.2em; color: #a9a9a9; line-height: 1.5; margin-left: 50px;}

/*main*/
.main .txt span,.main .txt span:after,.main .txt span:before{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;}
.main{ position: relative; height: 100vh; overflow: hidden;}
.main video{  width: 100%; background-attachment: fixed; background-size: cover !important; height: 100vh;  object-fit:cover;}
.main .txt{ padding-top: 5vh; text-align: center; position: absolute; top:0; left: 0; width: 100%;}
.main .txt img{ display: block; margin: 0 auto;}
.main .txt .xu1{ padding-bottom: 38vh;}
.main .txt .xu2{ padding-bottom: 10vh;}
.main .txt span{ position: relative; font-size: 1.6em; color: #1D1D1F; display: inline-block; padding: 12px 30px; background: #f5f5f7;}
.main .txt span:after,.main .txt span:before{ position: absolute; content: ""; width: 100%; height: 100%;}
.main .txt span:after{ top:-1px; left: -1px; border-top:1px solid #f5f5f7; border-left:1px solid #f5f5f7;}
.main .txt span:before{ bottom:-1px; right: -1px; border-right:1px solid #f5f5f7; border-bottom:1px solid #f5f5f7;}
.main .txt span:hover:after{ top:-5px; left: -5px;}
.main .txt span:hover:before{ bottom:-5px; right: -5px; }
.main .bottom{ position: absolute; bottom: 5vh; left: 0; width: 100%; text-align: center; }
.main .bottom p{ font-size: 1.4em; color: #808080; line-height: 1.5;}
.main .bottom p span{ font-size: 1em; color: #d1d1d1;}




/*banner*/
.banner .swiper-slide .img{transition:ease-out 4s all;-moz-transition: ease-out 4s all; -webkit-transition:ease-out 4s all; -o-transition: ease-out 4s all;}
.banner{ position: relative;  overflow: hidden; }
.banner .swiper-slide{ overflow: hidden;}
.banner .swiper-slide .img{  background-size: cover !important; height: 100vh; transform: scale(1.2);}
.banner .ban1{ background: url(../images/banner.jpg) center center no-repeat; }
.banner .ban2{ background: url(../images/banner02.jpg) center center no-repeat; }
.banner .ban3{ background: url(../images/banner03.jpg) center center no-repeat; }
.banner .ban3 video{background-attachment: fixed;    background-size: cover !important;  object-fit: cover; height: 100vh;}
.banner .swiper-slide-active .img{ transform: scale(1);}
.banner .swiper-button-black{ border-radius: 50%; background-color: #fff; width: 40px; height: 40px; background-size: 14px auto !important;}
.banner .swiper-pagination-bullet{ width: 10px; height: 10px;  opacity: 1; background: #fff;}
.banner .swiper-pagination-bullet-active{ background: #150707;}



/*ip*/
.ip .ipb img{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;}
.ip{ padding: 170px 0;}
.ip .warp{ display: flex; justify-content: space-between;}
.ip .ipb{  background: #040301; width: calc(50% - 10px); position: relative; }
.ip .ipb img{ width: 100%;}
.ip .ipb:after{ position: absolute; width: 250px; height: 90px; content: ""; left: calc(50% - 125px); top:calc(50% - 45px); z-index: 2; background-size: contain !important; }
.ip .ipb1:after{ background: url(../images/ip-logo1.png) center center no-repeat !important;}
.ip .ipb2:after{ background: url(../images/ip-logo2.png) center center no-repeat;}
.ip .ipb:hover img{ opacity: 0.65 !important;}
/*ips*/
.ips .swiper-slide .img img{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.ips{ position: relative; padding: 0 0 150px 0;}
.ips .swiper-slide{ text-align: center; background: #e1e1e1;}
.ips .swiper-slide .txt h3{ font-size: 3.2em; color: #333; font-weight: 100; padding: 120px 0 90px 0;}
.ips .swiper-slide .img{ overflow: hidden;}
.ips .swiper-slide .img img{width: 100%; transform-origin : 100% 0 0;}
.ips .btn{ position: absolute; top:40%; width: 100%;}
.ips .swiper-button-prev,.ips .swiper-button-next{ background-size: 24px auto;}
.ips .swiper-button-prev{ left: 30px;}
.ips .swiper-button-next{ right:30px;}
.ips .swiper-slide:hover .img img{ transform: scale(1.1);}
/*iv*/
.iv{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.iv{ position: relative;}
.iv .play{ position: absolute; bottom: 0; right: 0; width: 100%; padding: 60px 0; background-image:linear-gradient(0deg,rgba(0,0,0,0.8) 0%,transparent 100%);} 
.iv .play .t{ margin-right: 30px;}
.iv .play .t h3{ font-size: 3.2em; color: #fff; font-weight: 100; margin-bottom: 5px; letter-spacing: 3px;}
.iv .play .t span{ font-size: 1.4em; color: #fff; display: inline-block;}
.iv .play .p-btn{ float:right; display: flex; align-items: center;}
.iv .play .p-btn span .a{ display: block;}
.iv .play .p-btn span .b{ display: none;}
.iv .play .p-btn span.on .b{ display: block !important;}
.iv .play .p-btn span.on .a{ display: none !important;}
/*inews*/
.inews img,.inews .swiper-slide a .t .more span{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;}
.inews{ padding: 160px 0; overflow: hidden;}
.inews .inews-slider{ padding-bottom: 120px;}
.inews .swiper-pagination-bullet{ width: 10px; height: 10px;  opacity: 1; background: #808080;}
.inews .swiper-pagination-bullet-active{ background: #150707;}
.inews .swiper-slide a{ display: flex; align-items: center; justify-content: space-between;}
.inews .swiper-slide a .t{ width: 45%; max-width: 540px;}
.inews .swiper-slide a .t h3{font-family: "Microsoft Yahei"; font-size: 2.8em; color: #333; line-height: 42px; height: 42px; margin-bottom: 30px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; font-weight: 100;}
.inews .swiper-slide a .t p{ font-size: 1.8em; color: #808080;   line-height: 32px; height: 96px; font-weight: 100; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.inews .swiper-slide a .t .more{ display: inline-block; margin-top: 60px; background: #000; font-size:1.8em; color: #fff; padding: 12px;}
.inews .swiper-slide a .t .more span{ margin-left: 80px;}
.inews .swiper-slide a .t .more span img{  margin-bottom: -3px;}
.inews .swiper-slide:hover a .t .more span{ margin-left: 100px;}
.inews .swiper-slide a .img{ width: 50%; }
.inews .swiper-slide a .img img{ width: 100%;}
/*bg*/
.bg{ height: 710px; background-size: cover !important; background-attachment: fixed !important;}
.bg-01{ background:url(../images/01.jpg) center center no-repeat;}
/*icase*/
.icase .more a:after,.icase .more a,.icase .icb .img img{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;}
.icase{ overflow: hidden; padding: 100px 0;}
.icase .icb{ float:left; width: calc(50% - 40px);  margin: 0 20px;}
.icase .icb .img{overflow: hidden; width: 100%;}
.icase .icb .img img{ width: 100%;}
.icase .icb .txt{ padding: 60px 0 0 0;}
.icase .icb .txt .tit{ margin-bottom: 40px;}
.icase .icb .txt .tit h3{ font-size: 3.2em; color: #333; line-height: 1.2; font-weight: 100;}
.icase .icb .txt .tit h4{ font-size: 1.8em; color: #808080; font-weight: 100; font-family: "Microsoft Yahei"; line-height: 1.5;}
.icase .icb .txt .t p{ font-size: 1.8em; color: #808080; line-height: 1.5; font-weight: 100;font-family: "Microsoft Yahei";}
.icase .icb:hover .img img{ transform: scale(1.1);}


/*banners*/
.banners{ background-size: cover !important;}
.banners .warp{ height: 823px;  display: flex; align-items: center;  color: #fff; text-align: center;}
.join{ background: url(../images/banners/join-banner.jpg) center center no-repeat;}
.banners .warp .txt{ width: 100%;}
.banners .warp .txt h3{ font-size: 6em; font-family: "Didot";}
.banners .warp .txt h4{ font-size: 3.6em; font-weight: 100; margin-top: 30px; letter-spacing: 20px;}


/*product*/
.pro-txts{ display: none;}
.hb .pro-ban{ display: none;}
.hb .pro-txts{ display: flex;}

.pro-lists .pl .tip h3:after,.pro-boxs .pro-top .pchoose .pch p span{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;}
.product{ background: #edeae7;}
.pro-txts{ display: flex; align-items: center; text-align: center; height: 450px;}
.pro-txts .pt{ width: 100%;}
.pro-txts h3{ font-size: 2.4em; color: #000; line-height: 1.5;}
.pro-txts h4{ font-size: 4.8em; color: #000; line-height: 1.5;}
.pro-lists{ border-top: 1px solid #766f6c; border-bottom: 1px solid #766f6c; position: relative; display: flex;}
.pro-lists .pl{ width: 33.33%;}
.pro-lists .pl:last-child .tip{ border-right:none;}
.pro-lists .pl .tip{ cursor: pointer; padding: 30px 65px; border-right:1px solid #766f6c;}
.pro-lists .pl .tip h3{ position: relative; font-size: 1.4em; line-height: 1.5; color: #1d1d1f;}
.pro-lists .pl .tip h3:after{ position: absolute; top:6px; left: -30px; width: 18px; height: 9px; content: ""; background: url(../images/product/down.png) center center no-repeat; }
.pro-lists .pl .pt{ display: none; padding: 30px 60px; position: absolute; top:100%; z-index: 99; left: 0; width: 100%;  background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 5px 5px 10px rgba(0,0,0,0.1);}
.pro-lists .pl a{ font-size: 1.4em; color: #1d1d1f; width: 20%; line-height: 2; display: inline-block;}
.pro-lists .pl:hover{ background: #fff; box-shadow: 5px 5px 10px rgba(0,0,0,0.1); }
.pro-lists .pl:hover .tip h3:after{transform: rotate(180deg);}
.pro-lists .pl.pl1 .pt{ padding: 20px;}
.pro-lists .pl.pl1 .pt .ptt{ display: flex; justify-content: space-between;}
.pro-lists .pl.pl1 .pt a{ width: calc(50% - 10px); text-align: center;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;}
.pro-lists .pl.pl1 .pt a:after{ position: absolute; top:0; left: 0; width: 100%; height: 100%; content: "";}
.pro-lists .pl.pl1 .pt a img{ width: 100%;}
.pro-lists .pl.pl1 .pt1:after{ background:url(../images/ip-logo1.png) center center no-repeat rgba(0,0,0,0.4); }
.pro-lists .pl.pl1 .pt2:after{ background:url(../images/ip-logo2.png) center center no-repeat rgba(0,0,0,0.4); }
.pro-lists .pl.pl1 .pt a.lock:after{ background-color: rgba(0,0,0,0.2) !important;}
.pro-boxs{ padding-bottom: 80px;}
.pro-boxs .pro-top{ padding: 30px 0; display: flex; justify-content: space-between;}
.pro-boxs .pro-top .p-all p{ font-size: 1.4em; color: #1d1d1f; line-height: 1.5;}
.pro-boxs .pro-top .pchoose>*{ display: inline-block;}
.pro-boxs .pro-top .pchoose h3{ font-size: 1.4em; color: #1d1d1f; line-height: 1.5; margin-right: 40px;}
.pro-boxs .pro-top .pchoose .pch{cursor: pointer; position: relative;}
.pro-boxs .pro-top .pchoose p,.pro-boxs .pro-top .pchoose a{ text-align: center; font-size: 1.4em; color: #808080; line-height: 1.5; display: block;}
.pro-boxs .pro-top .pchoose p span{ display: inline-block; width: 30px; height: 20px; background: url(../images/product/down.png) center center no-repeat; margin-bottom: -5px;}
.pro-boxs .pro-top .pchoose .pcd{ display: none; cursor: pointer; position: absolute;  top:100%; right: 0; min-width: 140px; padding: 15px 20px; background: #fff; box-shadow: 5px 5px 10px rgba(0,0,0,0.1);}
.pro-boxs .pro-top .pchoose .pcd a:hover{ text-decoration: underline;}
.pro-boxs .pro-top .pchoose .pch:hover p span{ transform: rotate(180deg);}
.pro-boxs .pro-top .pchoose .pch:hover .pcd{ display: block;}
.pro-boxs .pboxs{ display: flex; align-content: space-between; flex-wrap: wrap; width: calc(100% + 30px); margin: 0 0 0 -15px;}
.pro-boxs .pboxs .pb{ background: #fff; width: calc(33.33% - 30px); margin: 15px;}
.pro-boxs .pboxs .pb .tit{ display: flex;  justify-content:  space-between; width: 100%; padding: 20px 25px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-boxs .pboxs .pb .tit>*{ display: inline-block;}
.pro-boxs .pboxs .pb .tit h3{ font-size: 1.4em; color: #1d1d1f; line-height: 1.5;}
.pro-boxs .pboxs .pb .tit h4{ font-size: 1.4em; color: #808080; line-height: 1.5;}
.pro-boxs .pboxs .pb .tit span{ width: 25px; background: url(../images/product/eye.png) center center no-repeat; background-size: contain !important;}
.pro-boxs .pboxs .pb .img{ position: relative;}
.pro-boxs .pboxs .pb.new .img:after{ position: absolute; top:0; right: 0; background: #000; content: "New"; padding: 6px 14px; font-size: 1.2em; color: #fff;}
.pro-boxs .pboxs .pb .img img{ width: 100%;}
.pro-boxs .cmore{ cursor: pointer; width: 120px;  background: #000; color: #fff; text-align: center; line-height: 1.5; font-size: 1.8em;  padding: 20px; margin: 60px  auto 0 auto;}

/*productshow*/
.prodcutshow{ background: #edeae7;}
.pros-one{  background: #fff; padding: 100px 0 40px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pros-one .warp2{ width: 100%; min-height: 70vh; display: flex; align-items:  flex-end;}
.pros-one .pst{ padding-bottom: 60px; width: 20%;}
.pros-one .pst .t1{ margin-bottom: 100px;}
.pros-one .pst .t1 h3{ font-size: 1.6em; color: #808080; font-weight: 100; line-height: 1.5; font-family: "Microsoft Yahei";}
.pros-one .pst .t1 h4{ font-size: 3em; color: #333; line-height: 1.5; margin: 40px 0; font-weight: 100;  font-family: "Microsoft Yahei";}
.pros-one .pst .t2 .td{ overflow: hidden;}
.pros-one .pst .t2 p{ font-size: 1.6em; color: #808080; line-height: 2; font-family: "Microsoft Yahei"; float:left; width: 50%;}
.pros-one .psi{ width: 80%;}
.pros-one .psi img{ width: 100%;}
.pshows .pshow1{ padding: 100px 0;}
.pshows .pshow1 .tit .warp2{ display: flex; justify-content: space-between; padding-bottom: 100px;}
.pshows .pshow1 .tit h3{ font-weight: 100; font-size: 2.4em; color: #000; line-height: 1.5; font-family: "Microsoft Yahei";}
.pshows .pshow1 .tit h4{ font-size: 1.4em; color: #000; border-bottom: 1px solid #766f6c; line-height: 2;}
.pshows .pshow1 .tit h4 span{ display: inline-block; width: 24px; height: 16px; background: url(../images/product/pe-down.png) center center no-repeat; margin-bottom: -3px;}
.pshows .pshow1 .pe{ padding: 0 20px; display: flex; justify-content: space-around;}
.pshows .pshow1 .pe .img{  width: calc(25% - 20px);}
.pshows .pshow1 .pe .img img{ width: 100%;}
.pshows .pshow2 .imgs img{ width: 100%; margin: 20px auto;}
.pshows .pshow2 .imgs{ margin-bottom: 90px;}
.pshows .pshow2 .p-more{  padding-bottom: 100px;}
.pshows .pshow2 .p-more .tit h3{ font-size: 1.4em; color: #1d1d1f; line-height: 1.5; margin-bottom: 20px;}
.pshows .pshow2 .pboxs{ display: flex; align-content: space-between; flex-wrap: wrap; width: calc(100% + 30px); margin: 0 0 0 -15px;}
.pshows .pshow2 .pboxs .pb{ background: #fff; width: calc(33.33% - 30px); margin: 15px;}
.pshows .pshow2 .pboxs .pb .tit{ display: flex;  justify-content:  space-between; width: 100%; padding: 20px 25px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pshows .pshow2 .pboxs .pb .tit>*{ display: inline-block;}
.pshows .pshow2 .pboxs .pb .tit h3{ font-size: 1.4em; color: #1d1d1f; line-height: 1.5;}
.pshows .pshow2 .pboxs .pb .tit h4{ font-size: 1.4em; color: #808080; line-height: 1.5;}
.pshows .pshow2 .pboxs .pb .tit span{ width: 25px; background: url(../images/product/eye.png) center center no-repeat; background-size: contain !important;}
.pshows .pshow2 .pboxs .pb .img{ position: relative;}
.pshows .pshow2 .pboxs .pb.new .img:after{ position: absolute; top:0; right: 0; background: #000; content: "New"; padding: 6px 14px; font-size: 1.2em; color: #fff;}
.pshows .pshow2 .pboxs .pb .img img{ width: 100%;}

/*case*/
.case{ background: #edeae7;}
.case-top{ height: 600px; display: flex; text-align: center; align-items: center;}
.case-top .txt{ width: 100%;}
.case-top .txt h3{ font-size: 6em; color: #333;  font-family: "Didot";}
.case-list{ text-align: center;}
.case-list a{ font-size: 3.6em; color: #333; font-family: "syst"; margin: 5px 30px;}
.case-list a sup{ font-size: 20px;}
.case-list a.lock{ color: #000; border-bottom: 1px solid #000;}
.case-boxs { padding: 50px 0 150px 0;}
.case-boxs .case-box{ display: flex; justify-content: space-between;    margin: 50px 0 0 0;}
.case-boxs .case-box .cbl{  width: calc(45% - 40px);}
.case-boxs .case-box .cbr{  width: calc(55% - 40px);}
.case-boxs .case-box .cb{ margin: 30px 0;}
.case-boxs .case-box .cbl .cb .img{ height: 80vh;}
.case-boxs .case-box .cbr .cb .img{ height: 50vh;}
.case-boxs .case-box .cb .img{ background-size: cover !important;}
.case-boxs .case-box .cb .txt{ margin: 30px 0 80px 0;}
.case-boxs .case-box .cb .txt h3{ font-size: 3em; color: #333; font-family: "syst"; line-height: 36px; height: 36px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; margin:  0 0 20px 0;}
.case-boxs .case-box .cb .txt p{ color: #808080; font-size: 1.8em; font-family: "syst"; line-height: 24px; max-height: 72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3; }
.case-boxs .cmore{ cursor: pointer; width: 120px;  background: #000; color: #fff; text-align: center; line-height: 1.5; font-size: 1.8em;  padding: 20px; font-family: "Didot"; margin: 0 auto;}

/*caseshow*/
.caseshow{ background: #edeae7;}
.case-txt{ padding: 100px 0;}
.case-txt .tit h3{ font-size: 3.6em; color: #333; line-height: 1.5; font-family: "syst-bold"; text-align: center; margin-bottom: 100px;}
.case-txt .ctxts{ display: flex; justify-content: space-between;}
.case-txt .ctxts .ctd{ width: 240px; margin-right: 20px;}
.case-txt .ctxts .ctd .cd{ margin-bottom: 30px;}
.case-txt .ctxts .ctd .cd h3{ font-size: 2em; color: #808080; line-height: 1.5;}
.case-txt .ctxts .ctd .cd h4{ font-size: 2em; color: #333; line-height: 1.5;}
.case-txt .ctxts .ctt{ width: calc(100% - 260px);}
.case-txt .ctxts .ctt p{ font-size: 2.4em; color: #333; line-height: 1.5; font-family: "syst";}
.case-txt .ctxts .ctt img{ display:block; margin: 60px auto; max-width: 100%;}
.case-imgs .swiper-slide{ display: inline-block; width:fit-content;}
.case-imgs .swiper-slide img{ height: 700px;}
.case-imgs .swiper-button-prev,.case-imgs .swiper-button-next{ width: 45px; height: 83px; background-size: 45px 83px;  background-image: url(../images/case/arrow.png);}
.case-imgs .swiper-button-prev{ left: 30px; transform: rotate(180deg);}
.case-imgs .swiper-button-next{ right:30px;}
.case-other{ padding: 120px 0;}
.case-other .tit h3{ font-size: 1.8em; color: #333; line-height: 1.5; margin-bottom: 80px; text-align: center;}
.case-other .boxs{ display: flex; justify-content: space-between;}
.case-other .boxs .box{ width: calc(33.33% - 30px);}
.case-other .boxs .box .img img{ max-width: 100%;}
.case-other .boxs .box .txt{ text-align: center; margin-top: 40px;}
.case-other .boxs .box .txt h3{ font-size: 1.8em; color: #333; line-height: 1.5; margin-bottom: 16px;}
.case-other .boxs .box .txt h4{ font-size: 3em; color: #333; font-family: "syst";}

/*newsshow*/
.newsshow{ background: #edeae7;}
.news-box{ padding-bottom: 120px;}
.news-box .tit{ text-align: center;}
.news-box .tit h3{ font-family: "syst-bold"; font-size: 3.6em; color: #333; line-height: 1.5; margin-bottom: 20px;}
.news-box .tit h4{ font-size: 1.6em; color: #888; font-family: "Didot"; line-height: 1.5;}
.news-box .txt{ margin: 40px 0 80px 0;}
.news-box .txt *{ font-size: 16px; line-height: 1.5; font-family: "syst";}
.news-box .txt img{ max-width: 100%; margin: 20px auto; display: block;}
.news-box .btn a{ display: block; font-family: "syst"; font-size: 1.8em; color: #333; line-height: 1.5; margin-top: 20px;}
.news-box .btn a:hover{ text-decoration: underline; color: #000;}

/*about*/
.about{ background: #edeae7;}
.about-ban .warp{ height: 60vh; display: flex;  text-align: center; align-items: center;}
.about-ban .warp .txt{ width: 100%;}
.about-ban .warp .txt h3{ font-size: 2.4em; color: #1d1d1f; line-height: 1.5; font-family: "Didot";}
.about-ban .warp .txt h4{ font-size: 3.6em; color: #1d1d1f; font-weight: 100; letter-spacing: 36px; margin: 50px 0 0 22px;}
.ab-links{ text-align: center;}
.ab-links a{ font-size: 1.4em; color: #4c4c4c; line-height: 1.5; display: inline-block; margin: 5px 30px;}
.ab-links a:hover{text-decoration: underline;}
.about .tit h3{ font-size: 5em; color: #1d1d1f; line-height: 1.2;  font-family: "Didot";}
.about .tit h4{ font-size: 5em; color: #1d1d1f; line-height: 1.2;  font-family: 'syst-bold';}
.ab-about .txt1{ padding: 30px 0 120px 0;}
.ab-about .txt1 .img img{ width: 100%;}
.ab-about .txt1 .txt{ margin-top: -100px; display: table;}
.ab-about .txt1 .txt>*{ display: table-cell; vertical-align: middle;}
.ab-about .txt1 .txt .t{ padding-top: 5%; width: 42%; padding-right: 130px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ab-about .txt1 .txt .t p{ font-size: 1.6em; color: #666; font-weight: 100; line-height: 2; margin: 30px 0;}
.ab-about .txt1 .txt .img2{ width: 58%;}
.ab-about .txt1 .txt .img2 img{ max-width: 85%;}
.ab-about .txt2{ margin:50px 0 170px 0;}
.ab-about .txt2 .t1{ display: flex; justify-content: space-between;}
.ab-about .txt2 .t1 .tit{ width: 50%;}
.ab-about .txt2 .t1 .txt{ width: 470px; max-width: 50%;}
.ab-about .txt2 .t1 .txt h3{ font-size: 1.6em; color: #4c4c4c; line-height: 1.5; text-transform: uppercase; font-family: 'syst-bold'; margin: 50px 0 40px 0; text-align: right; }
.ab-about .txt2 .t1 .txt p{ font-size: 1.6em; color: #666; line-height: 2; margin-top: 30px;}
.ab-about .txt2 .t2 .imgs{ width: 100%; display: flex; margin-top: 80px;}
.ab-about .txt2 .t2 .imgs .img1{ width: 48%;}
.ab-about .txt2 .t2 .imgs .img1 img{ max-width: 90%;}
.ab-about .txt2 .t2 .imgs .img2{ width: 25%;}
.ab-about .txt2 .t2 .imgs .img2 img{ max-width: 95%;}
.ab-about .txt2 .t2 .imgs .img3{ width: 27%; text-align: right;}
.ab-about .txt2 .t2 .imgs .img3 img{ max-width: 95%;}
.ab-about .txt2 .t2 .txt{ display: flex; margin: 150px 0 0 0; width: 48%;}
.ab-about .txt2 .t2 .txt .t{ max-width: 480px; margin: 0 0 0 auto;}
.ab-about .txt2 .t2 .txt p{ font-size: 1.6em; color: #666; line-height: 2; font-weight: 100;}

.ab-qchenl .abq-ban{ display: flex; text-align: center;align-items: center;  background: url(../images/about/ab6.jpg) center center no-repeat; background-attachment: fixed; background-size:  cover !important; height: 80vh; }
.ab-qchenl .abq-ban .img{ width: 100%;}
.ab-qchenl .abq-ban .img img{ max-width: 30%;}
.abq-txts .abq .warp2{ display: flex; align-items: center;}
.abq-txts .abq .warp2 .txt{ width: 48%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abq-txts .abq .warp2 .img{ width: 52%;}
.abq-txts .abq .warp2 .img img{ width: 100%;}
.abq-txts .abq .txt .tit{ margin-bottom: 80px;}
.abq-txts .abq .txt p{ font-size: 1.6em; color: #666; line-height: 2; margin-top: 30px;}
.abq-txts .abq1{ padding: 140px 0 190px 0;}
.abq-txts .abq1 .txt{ padding-right: 10%;}
.abq-txts .abq2{ padding-bottom: 130px; background: #1a1a1a;}
.abq-txts .abq2 .img{margin-top: -150px; }
.abq-txts .abq2 .txt{ padding-left: 10%;}
.abq-txts .abq2 .txt *{ color:#fff !important;}
.abq-txts .abq3{ padding: 140px 0; background: #fff;}
.abq-txts .abq3 .txt{ padding-right: 10%;}

.ab-hergre .abh-ban{ display: flex; text-align: center;align-items: center;  background: url(../images/about/ab10.jpg) center center no-repeat; background-attachment: fixed; background-size:  cover !important; height: 80vh; }
.ab-hergre .abh-ban .img{ width: 100%;}
.ab-hergre .abh-ban .img img{ max-width: 30%;}
.abh-txts .abh .warp2{ display: flex; align-items: center;}
.abh-txts .abh .warp2 .txt{ width: 48%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abh-txts .abh .warp2 .img{ width: 52%;}
.abh-txts .abh .warp2 .img img{ width: 100%;}
.abh-txts .abh .txt .tit{ margin-bottom: 80px;}
.abh-txts .abh .txt p{ font-size: 1.6em; color: #666; line-height: 2; margin-top: 30px;}
.abh-txts .abh1{ padding: 140px 0 190px 0;}
.abh-txts .abh1 .txt{ padding-right: 10%;}
.abh-txts .abh2{ padding-bottom: 130px; background: #1a1a1a;}
.abh-txts .abh2 .img{margin-top: -150px; }
.abh-txts .abh2 .txt{ padding-left: 10%;}
.abh-txts .abh2 .txt *{ color:#fff !important;}
.abh-txts .abh3{ padding: 140px 0; }
.abh-txts .abh3 .txt{ padding-right: 10%;}

.ab-value .abv .tip h3{ font-size: 8.4em; margin-bottom: 50px;}
.ab-value .abv .txts{ display: flex; margin-bottom: 100px;}
.ab-value .abv .txts .txt{ width: 35%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ab-value .abv .txts .txt>h3{ font-size: 1.6em; color: #666; line-height: 1.5;}
.ab-value .abv .txts .txt .tit{ margin: 60px 0 30px 0;}
.ab-value .abv .txts .txt .t p{ font-size: 1.6em; color: #666; margin-top: 30px; line-height: 1.5;}
.ab-value .abv .txts .img{ width: 65%;}
.ab-value .abv .txts .img img{ width: 100%;}
.ab-value .abv .dots{ display: flex; justify-content: space-between; }
.ab-value .abv .dots .dot{ width: calc(25% - 25px);}
.ab-value .abv .dots .dot .img img{ width: 100%;}
.ab-value .abv .dots .dot .txt h3{ font-size: 3em; color: #1d1d1f; line-height: 1.5; margin-top: 30px; font-family: "syst";}
.ab-value .abv .dots .dot .txt h4{ font-size: 2.4em; color: #1d1d1f; line-height: 1.5; margin-bottom: 30px; font-family: "syst";}
.ab-value .abv .dots .dot .txt p{ font-size: 1.6em; color: #666; line-height: 1.5;}
.ab-value .abv1{ background: #fff; padding: 80px 0 120px 0;}
.ab-value .abv1 .tip{ text-align: right; }
.ab-value .abv1 .txts .txt{padding-right: 4%;}
.ab-value .abv2{ padding: 140px 0 150px 0;}
.ab-value .abv2 .txts .txt{padding-left: 4%; text-align: right;}

.ab-video{ background: #fff;}
.ab-video .tit{ padding: 100px 0 80px 0; text-align: center;}
.ab-video img{ width: 100%;}
.ab-video .video-top{ position:relative; }
.ab-video .video-top:after{position: absolute; content: ""; width: 140px; height: 140px; background:url(../images/about/play.png) center center no-repeat; background-size:contain !important; left: calc(50% - 70px); top:calc(50% - 70px);}
.ab-video .video-boxs{ padding: 70px 6% 100px 6%; display: flex; justify-content: space-between;}
.ab-video .video-boxs .vb{ position: relative; width: calc(50% - 20px);}
.ab-video .video-boxs .vb:after{position: absolute; content: ""; width: 80px; height: 80px; background:url(../images/about/play.png) center center no-repeat; background-size:contain !important; left: calc(50% - 40px); top:calc(50% - 40px);}



/*join*/
.join-t{ padding: 120px 0 180px 0; background: #edeae7;}
.join-t .warp2{ display: flex; }
.join-t .j-txt{ position: relative; width: 50%;}
.join-t .j-txt:after{ position: absolute; content: "MAINJIN HOME FURNISHING"; bottom: 0; left: 0;  width: 80px;  font-family: "Didot";  font-size: 1.4em; color: #a6a6a6; line-height: 1.5;}
.join-t .j-txt .tit{ margin-bottom: 90px;}
.join-t .j-txt .tit h3{ font-size: 2.4em; color: #333; }
.join-t .j-txt .txt .t h3{ font-size: 2.4em; font-family: 'syst'; line-height: 1.5;}
.join-t .j-txt .txt .t p{ font-size: 1.8em; color: #333; line-height: 1.5;}
.join-t .j-txt .txt .t{ margin-top: 30px;}

.join-t  .jf{ width: 40%;}
.join-t  .btn .fc-btn{ transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.join-t  input,.join-t  textarea{ font-size: 1.6em; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000; border: 1px solid #807e7c;  padding: 8px; margin: 0 0 40px 0; background: #edeae7;}
.join-t  .fc-input{ width: 100%;}
.join-t  textarea{ width:100%;  font-family: "Arial","Microsoft Yahei";}
.join-t  .fc-input::-webkit-input-placeholder,.join-t  textarea::-webkit-input-placeholder { color:#a6a6a6;}
.join-t  .fc-input:-moz-placeholder,.join-t  textarea:-moz-placeholder { color:#a6a6a6;}
.join-t  .fc-input::-moz-placeholder,.join-t  textarea::-moz-placeholder { color:#a6a6a6;}
.join-t  .fc-input:-ms-input-placeholder,.join-t  textarea:-ms-input-placeholder { color:#a6a6a6;}
.join-t  .btn .fc-btn{  border:none; padding: 12px 40px; font-size:1.4em; color:#fff; line-height:24px; cursor:pointer; background: #232323; margin-bottom: 0;}
.join-t  .btn .fc-btn:hover{ color: #232323; background: #F5F5F7;}

/*map*/
.content-window-card { position: relative; box-shadow: none; bottom: 0; left: 0; width: auto; padding: 0;}
.content-window-card p { height: 2rem;}
.custom-info {border: solid 1px silver;}
div.info-top { position: relative; background: none repeat scroll 0 0 #F9F9F9; border-bottom: 1px solid #CCC; border-radius: 5px 5px 0 0;}
div.info-top div { display: inline-block; color: #333333; font-size: 14px; font-weight: bold; line-height: 31px; padding: 0 10px;}
div.info-top img { position: absolute; top: 10px; right: 10px; transition-duration: 0.25s;}
div.info-top img:hover { box-shadow: 0px 0px 5px #000;}
div.info-middle { font-size: 12px; padding: 10px 6px; line-height: 20px;}
div.info-bottom {height: 0px; width: 100%; clear: both; text-align: center;}
div.info-bottom img { position: relative;  z-index: 104;}
#map span { margin-left: 5px; font-size: 11px;}
.info-middle img { float: left; margin-right: 6px;}
#container{ height:600px;}


