html, body{position:unset !important;background-color:#ffffff;height: auto !important;}
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;font-weight:100;font-size:unset;margin-block-start:0px;margin-block-end:0px;}
p{margin-block-start: 0px;margin-block-end: 0px;}
a{text-decoration:none;color:unset;display:block;}
a:hover{color:unset;}
img{width:100%;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
ul{margin-block-start:0;margin-block-end:0;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:0px;list-style-type:none;}
@font-face {
  font-family: "MyPlaak";
  src: url("font/PLAAK-45BOLD.woff2") format("woff2"),
       url("font/PLAAK-45BOLD.woff") format("woff"),
       url("font/PLAAK-45BOLD.OTF") format("otf"),
       url("font/PLAAK-45BOLD.ttf") format("truetype"),
       url("font/PLAAK-45BOLD.eot") format("embedded-opentype"),
       url("font/PLAAK-45BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyOblivian-Text";
  src: url("font/OBLIVIAN-TEXT-ULTRALIGHT.woff2") format("woff2"),
       url("font/OBLIVIAN-TEXT-ULTRALIGHT.woff") format("woff"),
       url("font/OBLIVIAN-TEXT-ULTRALIGHT.OTF") format("otf"),
       url("font/OBLIVIAN-TEXT-ULTRALIGHT.ttf") format("truetype"),
       url("font/OBLIVIAN-TEXT-ULTRALIGHT.eot") format("embedded-opentype"),
       url("font/OBLIVIAN-TEXT-ULTRALIGHT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: "MyCentury-GothicR";
  src: url("font/GOTHIC_9.woff2") format("woff2"),
       url("font/GOTHIC_9.woff") format("woff"),
       url("font/GOTHIC_9.ttf") format("truetype"),
       url("font/GOTHIC_9.eot") format("embedded-opentype"),
       url("font/GOTHIC_9.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
.goog-te-banner-frame{display:none !important;}
.goog-te-gadget-simple img{display:none !important;}
#goog-gt-tt{display:none !important;}
.goog-te-spinner-pos{display:none !important;}
.goog-te-gadget-simple img{display:none !important;}
.goog-te-gadget-simple .goog-te-menu-value span{display:none !important;}
#google_translate_element{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#google_translate_element .goog-te-gadget-simple{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border:unset;
  box-sizing:border-box;
  background-color:transparent;
}
.language{
	position:relative;
	height:50px;
	top:40px;
}
.zoo-five{
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.trans-one{
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
}
.nav{
	background-color:#ffffff;
}
.nav .nav-content{
	display: flex;
  display: -webkit-flex;
  align-items: center;
 	width: 100%;
  margin: 0 auto;
}
.nav .nav-content .nav-logo a{
	display:block;
}
.nav .nav-content .nav-ul{
	width: 100%;
}
.nav .nav-content .nav-ul ul{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.nav .nav-content .nav-ul ul .li-logo{
	width: 117px;
 	margin-right: 7rem;
}
.nav .nav-content .nav-ul ul li{
	position:relative;
}
.nav .nav-content .nav-ul ul li a{
	display:block;
}
.nav .nav-content .nav-ul ul li h1{
	font-family:MyPlaak;
  font-size: 1.4rem;
  color: #000000;
  padding: 2.5rem 2rem;
  transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
}
.nav .nav-content .nav-ul ul li:hover h1{
	color:#013a63;
}
.nav .nav-content .nav-ul ul .nav-li:hover{
	cursor: pointer;
}
.nav .nav-content .nav-ul ul .li-lang{
	font-family:MyPlaak;
  font-size: 1.4rem;
  color: #000000;
  padding:0rem 0rem 0rem 2rem;
  text-transform: lowercase;
}
.nav .nav-content .nav-ul ul .li-lang:hover{
	background-color:transparent;
}
.nav .nav-content .nav-ul ul .li-lang:after{
	content:unset;
}
.nav .nav-content .nav-ul ul .li-lang .lang{
	position: relative;
}
.nav .nav-content .nav-ul .child{
	display: block;
	z-index:2;
	width: max-content;
	background-color: #ffffff !important;
  position: absolute;
  text-align: left;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, -30);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -30);
  transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  box-shadow: 0px 0px 10px rgba(4,0,0,0.11);
}
.nav .nav-content .nav-ul ul .child .child-li:after{
	content:unset;
}
.nav .nav-content .nav-ul .child li{
	display: block;
  margin: 1rem;
  padding: 0rem;
}
.nav .nav-content .nav-ul .child li a{
	display:inline-block;
}
.nav .nav-content .nav-ul .child li h2{
  font-family:MyPlaak;
  font-size: 1.2rem;
  color: #000000;
  text-transform: capitalize;
}
.nav .nav-content .nav-ul .child li:hover{
	background-color:transparent;
}
.nav .nav-content .nav-ul .child li h2:hover{
	color:#013a63;
}
.child-show{
	transform: matrix(1, 0, 0, 1, 0, -20) !important;
  visibility: inherit !important;
  opacity: 1 !important;
}
.auto-hide{
	display:none;
}
.text-img .img-change{
	transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
}
.text-img:hover .img-change{
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
}
.img-rotate{
	overflow: hidden;
}
.img-rotate img{
	transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
}
.img-rotate:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
.load-nav{
	position: fixed;
  width: 100%;
  top: 0px;
  z-index:9999;
}
.same-screen{
	position: relative;
}
.same-screen .screen-text{
	position:absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:98%;
	text-align: center;
}
.same-screen .screen-text .text-img{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
	margin-bottom: 1%;
}
.same-screen .screen-text .text-img .img{
	width:195px;
}
.same-screen .screen-text .text-p p{
	font-family:MyCentury-GothicR;
	font-size:1.7rem;
	color:#ffffff;
	letter-spacing: 1px;
}
.same-screen .screen-text .text-h h1{
	font-family:MyPlaak;
	font-size:4.5rem;
	color:#ffffff;
	letter-spacing: 5px;
	margin: 1.3% 0% 1.7%;
}
.same-screen .screen-text .text-btn{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.same-screen .screen-text .text-btn p{
	font-family:MyPlaak;
	font-size:1.7rem;
	color:#ffffff;
	letter-spacing: 1px;
	height:58px;
	line-height:62px;
	padding:0px 20px;
	background-color:#013a63;
}
.same-screen .screen-text .text-btn a:hover p{
	background-color:#ffffff;
	color:#013a63;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
.home .same-screen .screen-text{
	top:55%;
}
.home .hom-pro{
	overflow: hidden;
}
.home .hom-pro .pro-img{
	width:90%;
	margin:3.8% auto;
	max-width: 1750px;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.home .hom-pro .pro-img .con-img{
	position:relative;
	width:calc(98% / 3);
	margin:1% 1% 0% 0%;
}
.home .hom-pro .pro-img .con-hide{
	display: none;
}
.home .hom-pro .pro-img .con-img:nth-child(3n){
	margin-right:0%;
}
.home .hom-pro .pro-img .con-img .show-hide{
	position:relative;
}
.home .hom-pro .pro-img .con-img .show-img{
	position:relative;
}
.home .hom-pro .pro-img .con-img .show-img .img-hide{
	display: none;
}
.home .hom-pro .pro-img .con-img .show-img .little-img{
	position: absolute;
	content:"";
	top:0%;
	left:0%;
	width:80px;
	transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
}
.home .hom-pro .pro-img .con-img .hide-img{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color:rgba(1,58,99,0.3);
	transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
}
.home .hom-pro .pro-img .con-img .hide-img .img-top{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.home .hom-pro .pro-img .con-img .hide-img .img-top .img{
	width:133px;
}
.home .hom-pro .pro-img .con-img .con-text{
	width:100%;
	text-align: center;
}
.home .hom-pro .pro-img .con-img .con-text h1{
	font-family: MyPlaak;
  font-size: 2.43rem;
	color:#ffffff;
	text-transform: uppercase;
}
.home .hom-pro .pro-img .con-img:hover .show-img .little-img{
	opacity: 0;
	visibility: hidden;
}
.home .hom-pro .pro-img .con-img:hover .hide-img{
	opacity: 1;
	visibility: visible;
}
.home .hom-pro .pro-img .con-five .show-hide{
	position: relative;
	margin-top: -32%;
}
.home .hom-pro .pro-img .con-five .img-text{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	background-color:#ffffff;
}
.home .hom-pro .pro-img .con-five .img-text:hover{
	cursor:pointer;
}
.home .hom-pro .pro-img .con-five .img-text .left-img{
	padding: 7.5% 0%;
	width:40%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background-color:#f6ad3c;
}
.home .hom-pro .pro-img .con-five .img-text .right-text{
	/*width:56%;
	margin-left:4%;*/
	width:60%;
	background-color:#ffffff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.home .hom-pro .pro-img .con-five .img-text .right-text h2{
	font-family: MyPlaak;
  font-size: 3rem;
	color:#013a63;
	text-transform: uppercase;
}
.home .hom-pro .pro-img .con-five .img-text .right-text .text-p{
	font-family:MyCentury-GothicR;
	font-size:0.9rem;
	color:#013a63;
	line-height: 1.73rem;
	letter-spacing: 0.2px;
}
.home .hom-pro .pro-img .con-six{
	position: relative;
}
.home .hom-pro .pro-img .con-six .img-logo{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width:100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding: 7% 0%;
	background-color:#013a63;
}
.home .hom-pro .pro-img .con-six .img-logo .img{
	width:209px;
}
.same-title{
	display: flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.same-title h1{
	width: 100%;
	font-family: MyPlaak;
  font-size: 2.4rem;
	color:#013a63;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:1.2%;
}
.same-title .line{
	width:120px;
	height:3px;
	background-color:#f6ad3c;
}
.home .home-adv{
	width: 90%;
  margin: 0.5% auto;
  max-width: 1750px;
	background:url(../fodder/home/home-choose-bc.jpg) no-repeat;
	background-size:100% 100%;
	padding: 3.5% 0% 1.3%;
	overflow: hidden;
}
.home .home-adv .all-adv{
	display:flex;
	display:-webkit-flex;
	justify-content: center;
}
.home .home-adv .all-adv .adv-detail{
	width: 80%;
	margin:3% auto 1.8%;
	position: relative;
	display:flex;
	display:-webkit-flex;
}
.home .home-adv .all-adv .adv-detail .adv-con{
	position: relative;
	width:calc(94% / 5);
	margin-right:1.5%;
	padding:4.5% 0% 2.5%;
	background-size:100% 100%;
	background-position: center;
}
.home .home-adv .all-adv .adv-detail .adv-con:nth-last-child(1){
	margin-right:0%;
}
.home .home-adv .adv-detail .adv-con .adv-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom:10%;
}
.home .home-adv .adv-detail .adv-con .adv-img .img{
	position: relative;
	width:103px;
}
.home .home-adv .adv-detail .adv-con .adv-img .hide-img{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	opacity: 0;
	visibility: hidden;
}
.home .home-adv .adv-detail .adv-con .con-text h1{
	position: relative;
	font-family:MyPlaak;
	font-size:1.73rem;
	color:#013a63;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4rem;
}
.home .home-adv .adv-detail .adv-con .con-text p{
	position: relative;
	z-index:22;
	margin:8px auto 0px;
	font-family:MyOblivian-Text;
	font-size:0.8rem;
	color:#939393;
	line-height: 1.2rem;
	text-align: center;
	text-transform: capitalize;
}
.home .home-adv .all-adv .adv-detail .adv-con:nth-child(4) .con-text h1{
	font-size:1.38rem;
}
.home .home-adv .all-adv .adv-detail .adv-con:nth-child(5) .con-text h1{
	font-size:1.38rem;
}
.home .home-company{
	overflow: hidden;
}
.home .home-company .all-company{
	padding:3.5% 0%;
}
.home .home-company .all-company .same-title h1{
	margin-bottom: 0.8%;
}
.home .home-company .company-detail{
	width:90%;
	margin:2.5% auto 4%;
	max-width: 1750px;
	display: flex;
	display:-webkit-flex;
}
.home .home-company .company-detail .company-con{
	width:calc(94.6% / 4);
	margin-right:1.8%;
	padding:0.8% 0.8% 1.6%;
	background-color:#ffffff;
	box-shadow:0px 0px 18px rgba(0,0,0,0.15);
}
.home .home-company .company-detail .company-con:nth-last-child(1){
	margin-right:0%;
}
.home .home-company .company-detail .company-con .text-h h1{
	font-family: MyPlaak;
	font-size:1.4rem;
	color:#003b62;
	letter-spacing: 0.5px;
	text-align: center;
	margin:1.8rem 0rem 0.5rem;
}
.home .home-company .company-detail .company-con .btn p{
	font-family:MyOblivian-Text;
	font-size:0.9rem;
	font-weight: bold;
	color:#013a63;
	letter-spacing: 0.5px;
	text-align: center;
}
.home .home-company .company-brand{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.home .home-company .company-brand .img{
	margin:0rem 1rem;
}
.all-product .same-screen .screen-text{
	top: 60%;
}
.all-product .same-screen .screen-text .text-h h1{
	font-size: 5.5rem;
}
.all-product .same-screen .screen-text .text-btn p{
	background-color: #f6ad3c
}
.all-product .allPro-cate{
	background-color:#013a63;
}
.all-product .allPro-cate .all-cate{
	display: flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
}
.all-product .allPro-cate .all-cate .cate-detail{
	display: flex;
	display:-webkit-flex;
}
.all-product .allPro-cate .all-cate .cate-title{
	margin-right:2rem;
}
.all-product .allPro-cate .all-cate .cate-title h1{
	font-family: MyPlaak;
	font-size:2.4rem;
	color:#ffffff;
	letter-spacing: 1px;
}
.all-product .allPro-cate .all-cate .cate-detail .cate-con{
	position: relative;
	margin:0rem 2rem;
	padding:2.4rem 0rem;
}
.all-product .allPro-cate .all-cate .cate-detail .cate-con .cate-line{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0px;
	width:0%;
	height:5px;
	background-color:#f6ad3c;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.all-product .allPro-cate .all-cate .cate-detail .cate-con:hover .cate-line{
	width:130% !important;
}
.change-line{
	width:130% !important;
}
.all-product .allPro-cate .all-cate .cate-detail .cate-img{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.all-product .allPro-cate .all-cate .cate-detail .cate-img .img{
	width:91px;
}
.all-product .allPro-cate .all-cate .cate-detail .cate-h h1{
	font-family: MyPlaak;
	font-size:1.04rem;
	color:#ffffff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
  text-align: center;
  margin-top: 1rem;
}
.all-product .allPro-msg .all-msg{
	width: 73.5%;
  margin: 4% auto;
  max-width: 1450px;
}
.all-product .allPro-msg .all-msg .msg-title .title-top h1{
	position: relative;
	font-family: MyPlaak;
	font-size:1.9rem;
	color:#013a63;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-left:2rem;
}
.all-product .allPro-msg .all-msg .msg-title .title-top h1:before{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:45%;
	left:0%;
	width:13px;
	height:13px;
	background-color:#f6ad3c;
	border-radius:50%;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom{
	margin:2.5% 0% 3%;
	/*border-bottom: 1px solid #013a63;*/
}
/*.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con{
	position: relative;
	width:calc(88% / 7);
  padding: 0.9rem 0rem;
  margin: 0px 2% -1px 0%;
  border: 1px solid #013a63;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-last-child(1){
	margin-right:0%;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con a{
	display: flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .con-bc{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:calc(100% - 1px);
	height:98%;
	background-color:#ffffff;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:hover .con-bc{
	top:60% !important;
}
.change-bc{
	top:60% !important;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .img{
	position: relative;
	z-index:22;
	width:24px;
	margin-right:5px;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
	position: relative;
	z-index:22;
	font-family:MyCentury-GothicR;
	font-size:1.05rem;
	color:#013a63;
	text-transform: uppercase;
}*/
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con{
	position: relative;
	width:calc(112% / 7);
  /*padding: 2rem 0rem;*/
  margin-left:-2%;
  background-color: #f7f7f7;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  box-shadow:3px -3px 6px rgb(150,150,150,0.25);
  display: flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0rem;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:hover{
	cursor: pointer;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(1){
	z-index:77;
	margin-left:0%;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(2){
	z-index:66;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(3){
	z-index:55;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(4){
	z-index:44;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(5){
	z-index:33;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(6){
	z-index:22;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(7){
	z-index:11;
}
/*.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con a{
	display: flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5%;
	padding: 2rem 0rem;
}*/
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-img{
	position: relative;
	z-index:22;
	width:22px;
	margin-right:5px;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(3) .item-img{
	margin-left: 8%;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-img .img-hide{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	opacity: 0;
	visibility: hidden;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
	position: relative;
	z-index:22;
	font-family:MyCentury-GothicR;
	font-size:1rem;
	color:#013a63;
	text-transform: uppercase;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:hover{
	background-color:#f6ad3c;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:hover .item-img .img-show{
	opacity: 0;
	visibility: hidden;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:hover .item-img .img-hide{
	opacity: 1;
	visibility: visible;
}
.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:hover .item-h h1{
	color:#fefefe;
}
.item-con-bc{
	background-color:#f6ad3c !important;
}
.img-show-bc{
	opacity: 0 !important;
	visibility: hidden !important;
}
.img-hide-bc{
	opacity: 1 !important;
	visibility: visible !important;
}
.item-h-bc{
	color:#fefefe !important;
}
.item-con-change{
	width: calc(112% / 2) !important;
}
.all-product .allPro-msg .all-msg .msg-detail{
	width:100%;
	display: flex;
	display:-webkit-flex;
	flex-wrap: wrap;
}
.all-product .allPro-msg .all-msg .msg-detail .msg-img{
	width:calc(96% / 3);
	margin:0% 2% 3% 0%;
}
.all-product .allPro-msg .all-msg .msg-detail .msg-img:nth-child(3n){
	margin-right:0%;
}
.all-product .allPro-msg .all-msg .msg-detail .msg-img .img{
	border:1px solid #eeeeee;
}
.all-product .allPro-msg .all-msg .msg-detail .msg-img .text h1{
	font-family: MyPlaak;
	font-size:1.4rem;
	color:#013a63;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5%;
}
.all-product .allPro-msg .all-msg .pro-page .all-page{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin:2% auto 7%;
}
.all-product .allPro-msg .all-msg .pro-page .all-page .page h3{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 8px;
	width:38px;
	height:38px;
	font-family: MyCentury-GothicR;
 	font-size: 1.2rem;
  color: #000000;
  border:1px solid #000000;
  background-color:#ffffff;
} 
.all-product .allPro-msg .all-msg .pro-page .all-page .page h3:hover{
	color:#ffffff;
	background-color:#000000;
}
.h-change{
	color:#ffffff !important;
	background-color:#000000 !important;
}
.product .load-nav{
	position: relative;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.product .product-msg .all-msg{
	width:68%;
	margin: 3% auto 4%;
	max-width: 1350px;
}
.product .product-msg .all-msg .msg-link{
	display: flex;
	display:-webkit-flex;
	align-items: center;
}
.product .product-msg .all-msg .msg-link .link-h h1{
	font-family: MyPlaak;
	font-size:1rem;
	color:#013a63;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.product .product-msg .all-msg .msg-link .link-span span{
	font-family: MyPlaak;
	font-size:1rem;
	color:#013a63;
	text-transform: uppercase;
	margin:0px 6px;
}
.product .product-msg .all-msg .msg-link .link-last h1{
	color:#afafaf;
}
.product .product-msg .all-msg .msg-detail{
	width:100%;
	margin-top: 3%;
	display: flex;
	display:-webkit-flex;
}
.product .product-msg .all-msg .msg-detail .msg-slide{
	width: 47%;
  margin-right: 9%;
}
.product .product-msg .all-msg .msg-detail .msg-con{
	width:44%;
}
.product .product-msg .all-msg .msg-detail .msg-slide .img-top{
	position: relative;
}
.product .product-msg .all-msg .msg-detail .msg-slide .img-top .swiper-container{
	position: unset;
}
.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next{
	position: absolute;
	transform: translate(0%,-50%);
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: 0px;
  border-radius:50%;
  border:1px solid #dcdcdc;
  box-sizing: border-box;
 	background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next:after{
	font-size: 1.5rem;
 	font-weight: bolder;
 	color:#013b63;
  margin-left: 3px;
}
.product .product-msg .all-msg .msg-detail .msg-slide .img-top .swiper-button-prev{
	left: -30px;
} 
.product .product-msg .all-msg .msg-detail .msg-slide .img-top .swiper-button-next{
	right: -30px;
} 
.product .product-msg .all-msg .msg-detail .msg-slide .img-top .swiper-button-prev:after{
	margin-left: 0px;
	margin-right: 3px;
} 
.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom{
	margin-top:7.5%;
}
.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom .img{
	border-radius:10px;
}
.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom .img img{
	border-radius: 10px;
}
.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom .swiper-slide-thumb-active .img img{
	border:2px solid #013a63;
  box-sizing: border-box;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-title h1{
	font-family: MyPlaak;
	font-size:2.4rem;
	color:#013a63;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title{
	margin:5% auto 3.2%;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h4{
	font-family:MyCentury-GothicR;
	font-size:1.215rem;
	color:#f6ad3c;
	margin-bottom: 2%;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h1{
	font-family:MyPlaak;
	font-size: 2rem;
  color: #013a63;
	letter-spacing: 1px;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con{
	display: flex;
	display:-webkit-flex;
	font-family:MyCentury-GothicR;
	font-size:1.5rem;
	letter-spacing: 0.6px;
	padding:2.5% 0% 2.5% 6%;
	background-color:#ffffff;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con:nth-child(2n+1){
	background-color:#eeeeee;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con .con-h:nth-child(1) h1{
	color:#013a63;
	margin-right:10px;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con .con-h:nth-child(1){
	width:40%;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con .con-h:nth-child(2){
	width:60%;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con h1{
	color:#afafaf;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg{
	display: flex;
	display:-webkit-flex;
	background-color: #f6ad3c;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .all-msgs{
	padding: 2% 0% 2% 5%;
  margin-top: 0%;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title{
	display: flex;
	display:-webkit-flex;
	align-items: flex-end;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title .img{
	margin-right:5px;
}
.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title h1{
	font-family: MyPlaak;
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.product .product-deliver{
	background-color:#f5f5f4;
	padding:1.8% 0%;
}
.product .product-deliver .all-deliver{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.product .product-deliver .all-deliver .deliver-con{
	display: flex;
	display:-webkit-flex;
	align-items: center;
}
.product .product-deliver .all-deliver .deliver-con:nth-child(1){
	margin-right:4rem;
}
.product .product-deliver .all-deliver .deliver-con .img{
	width:44px;
	margin-right:1rem;
}
.product .product-deliver .all-deliver .deliver-con .text h1{
	font-family:MyPlaak;
	font-size:1.1rem;
	color:#013a63;
	letter-spacing: 0.2px;
}
.product .product-size .size-title{
	background-color:#013a63;
	padding:1% 0%;
}
.product .product-size .size-title h1{
	position: relative;
	width:70%;
	margin:0 auto;
	padding-left: 1rem;
	font-family:MyPlaak;
	font-size:1.1rem;
	color:#ffffff;
	letter-spacing: 2px;
}
.product .product-size .size-title h1:before{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:42%;
	left:0%;
	width:7px;
	height:7px;
	background-color:#f6ad3c;
	border-radius:50%;
}
.product .product-size .size-img{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.product .product-similar{
	padding-top:3.8%;
	margin-bottom: 3%;
	border-top:1px solid #bfbfbf;
}
.product .product-similar .same-title h1{
	margin-bottom: 0.8%;
}
.product .product-similar .similar-pro{
	position: relative;
	width:73%;
	margin:2.3% auto 3%;
	max-width: 1400px;
}
.product .product-similar .similar-pro .con h1{
	font-family: MyPlaak;
  font-size: 1.4rem;
  color: #013a63;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 4.5%;
}
.product .product-similar .similar-pro .swiper-container{
	position: unset;
}
.product .product-similar .similar-pro .prev-next{
	transform: translate(0%,-50%);
	top: 45%;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  border: 2px solid #013b63;
  border-radius: 50%;
}
.product .product-similar .similar-pro .swiper-button-prev{
	left:-8%;
}
.product .product-similar .similar-pro .swiper-button-next{
	right:-8%;
}
.product .product-similar .similar-pro .prev-next:after{
	position: absolute;
	transform: translate(-50%,-50%);
	top: 48%;
	left:45%;
	font-size: 1.5rem;
  font-weight: bold;
  color: #013b63;
}
.product .product-similar .similar-pro .swiper-button-next:after{
	left:55%;
}
.product .product-similar .similar-btn{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.product .product-similar .similar-btn p{
	font-family: MyPlaak;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 1px;
  height: 47px;
  line-height: 48px;
  padding: 0px 40px;
  background-color: #f6ad3c;
}
.about .same-screen .screen-text{
	top: 62%;
}
.about .same-screen .screen-text .text-p p{
	font-size:1.4rem;
}
.about .same-screen .screen-text .text-h h1{
	font-size:7rem;
	margin: 1% 0% 1.7%;
}
.about .same-screen .screen-text .text-btn p{
	background-color: #f6ad3c;
}
.about .about-brief{
	padding:5% 0% 4%;
	background-color: #f5f5f4;
}
.about .about-brief .all-brief{
	width:75%;
	margin:0% auto;
	max-width:1400px;
}
.about .about-brief .all-brief .brief-top{
	display: flex;
	display:-webkit-flex;
	margin-bottom: 5%;
}
.about .about-brief .all-brief .brief-top .brief-left{
	width:45%;
	margin-right:1%;
}
.about .about-brief .all-brief .brief-top .brief-right{
	width:54%;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-title h1{
	position: relative;
	display:inline-block;
	font-family:MyPlaak;
	font-size:3.2rem;
	color:#003b62;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	margin-bottom:3%;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-title h1:before{
	position: absolute;
	content:"";
	top:108%;
	right:0px;
	width:60%;
	height:3px;
	background-color:#f7ab00;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-title h4{
	font-family:MyPlaak;
	font-size:2.1rem;
	color:#003b62;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-con{
	margin:3% auto 7%;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-con p{
	width: 92%;
	font-family:MyOblivian-Text;
	font-size:0.95rem;
	color:#939393;
	line-height:1.7rem;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-con p:nth-child(1){
	margin-bottom:3%;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-con p span{
	font-weight: bold;
	color:#013a63;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-btn{
	display: flex;
	display:-webkit-flex;
	align-items: center;
}
.about .btn-con{
	display: flex;
	display:-webkit-flex;
	padding:9px 16px;
	background-color:#f7ab00;
	margin-right:4%;
}
.about .btn-con .p-one{
	font-family:MyPlaak;
	font-size:1.4rem;
	color:#ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-right: 8px;
}
.about .brief-btn .btn-con .img{
	width:25px;
}
.about .about-brief .all-brief .brief-top .brief-left .brief-btn .p-two{
	font-family:MyOblivian-Text;
	font-size:0.96rem;
	color:#939393;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.about .about-brief .all-brief .brief-bottom{
	display: flex;
	display:-webkit-flex;
}
.about .about-brief .all-brief .brief-bottom .adv-con{
	width:calc(88% / 5);
	margin-right:3%;
	text-align: center;
	padding: 3.5% 0% 3%;
  box-shadow: 0px 0px 10px rgb(0,0,0,0.1);
}
.about .about-brief .all-brief .brief-bottom .adv-con:hover{
	box-shadow: 0px 0px 20px rgb(0,0,0,0.12);
}
.about .about-brief .all-brief .brief-bottom .adv-con:nth-last-child(1){
	margin-right:0%;
}
.about .about-brief .all-brief .brief-bottom .adv-con h1{
	font-family:MyPlaak;
	font-size:4.04rem;
	color:#003b62;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.about .about-brief .all-brief .brief-bottom .adv-con p{
	font-family:MyOblivian-Text;
	font-size:0.85rem;
	color:#939393;
	text-transform: capitalize;
	line-height: 1.4rem;
}
.about .about-brief .all-brief .brief-bottom .adv-con:nth-child(3) p{
	width:90%;
	margin:0% auto;
}
.about .about-workshop{
	padding:3% 0%;
	background-color:#ffffff;
}
.about .about-workshop .all-work{
	width:87%;
	margin-left:13%;
	display: flex;
	display:-webkit-flex;
	align-items: center;
}
.about .about-workshop .all-work .work-left{
	width:18%;
	margin-right:4%;
}
.about .about-workshop .all-work .work-right{
	width:78%;
}
.about .about-workshop .all-work .work-left .left-title h1{
	font-family:MyPlaak;
	font-size:2.43rem;
	color:#003b62;
	letter-spacing: 0.8px;
	line-height:3rem;
	text-transform: uppercase;
}
.about .about-workshop .all-work .work-left .left-p{
	font-family:MyOblivian-Text;
	font-size:0.9rem;
	color:#939393;
	letter-spacing: 0.2px;
	line-height: 1.7rem;
	margin: 5% auto 15%;
}
.about .about-workshop .all-work .work-left .btn-con{
	display: inline-flex;
  display: -webkit-inline-flex;
	background-color:#013a63;
}
.about .about-workshop .all-work .work-right .swiper-container{
	padding:1% 0% 1% 1%;
}
.about .about-workshop .all-work .work-right .slide-con{
	border-bottom:15px solid #f7ab00;
	box-shadow: 0px 0px 15px rgb(0,0,0,0.15);
}
.about .about-workshop .all-work .work-right .slide-con .con-h h1{
	font-family:MyPlaak;
	font-size:1.74rem;
	color:#003b62;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	text-align: center;
	padding: 5.5% 0% 3.8%;
}
.about .about-sample{
	background:url(../fodder/home/abour-sample-bc.jpg) no-repeat;
	background-size:auto;
	background-position: left bottom;
	background-color:#f5f5f4;
	padding:0% 0% 5%;
}
.about .about-sample .all-sample{
	width:80%;
	margin:0 auto;
	max-width: 1550px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}
.about .about-sample .all-sample .sample-left{
	width:47%;
	margin-right:1%;
	margin-left:3%;
}
.about .about-sample .all-sample .sample-right{
	width:49%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.about .about-sample .all-sample .sample-right .right-title{
	text-align: center;
}
.about .about-sample .all-sample .sample-right .right-title .title-img{
	display: inline-block;
}
.about .about-sample .all-sample .sample-right .right-title h1{
	font-family:MyPlaak;
	font-size:2.43rem;
	color:#003b62;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.about .about-sample .all-sample .sample-right .right-title .title-img .img{
	text-align: right;
	margin: 0.5% 0% 2.5%;
}
.about .about-sample .all-sample .sample-right .right-title .title-img .img img{
	width:253px;
}
.about .about-sample .all-sample .sample-right .right-title p{
	font-family:MyOblivian-Text;
	font-size:0.95rem;
	color:#939393;
	line-height: 1.7rem;
	text-align: center;
}
.about .about-sample .all-sample .sample-right .right-con{
	margin-top: 7%;
}
.about .about-sample .all-sample .sample-right .right-con .con-p{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 4.5% 0% 4.4% 4.8%;
  margin: 2.5% 0%;
  background-color: #ffffff;
}
.about .about-sample .all-sample .sample-right .right-con .con-p:nth-last-child(1){
	margin-bottom:0%;
}
.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(1){
	font-family:MyCentury-GothicR;
	font-size:1.3rem;
	color:#ffffff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align: center;
	background-color:#013a63;
	margin-right: 15px;
}
.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(2){
	font-family:MyPlaak;
	font-size:1.4rem;
	color:#003b62;
	margin-top:2px;
}
.about .about-certifi{
	background:url(../fodder/home/certificate-bc.jpg) no-repeat;
	background-size:100% auto;
	background-position: center;
	padding: 6% 0% 13.7%;
}
.about .about-certifi .certifi-brief{
	display: flex;
	display:-webkit-flex;
	margin-top: 4%;
}
.about .about-certifi .certifi-brief .certifi-left{
	width:23%;
	margin:2% 4% 0% 0%;
}
.about .about-certifi .certifi-brief .certifi-right{
	width:73%;
}
.about .about-certifi .certifi-brief .certifi-left .left-title h1{
	font-family:MyPlaak;
	font-size:1.74rem;
	color:#003b62;
	letter-spacing:0.5px;
	text-transform: uppercase;
	text-align: right;
}
.about .about-certifi .certifi-brief .certifi-left .left-img{
	display: flex;
	display:-webkit-flex;
	justify-content: flex-end;
	margin:5px 0px;
}
.about .about-certifi .certifi-brief .certifi-left .left-img .img:nth-child(2){
	margin:5px 12px;
}
.about .about-certifi .certifi-brief .certifi-left .left-img .img:nth-child(3){
	margin-right:-15px;
}
.about .about-certifi .certifi-brief .certifi-right .swiper-container{
	padding:2% 0% 2% 2%;
}
.about .about-certifi .certifi-brief .certifi-right .swiper-container .img{
	box-shadow: 0px 0px 15px rgb(0,0,0,0.45);
}
.about .about-exhibit .all-exhibit{
	margin-top:-7.5%;
	margin-bottom:3.5%;
}
.about .about-exhibit .same-title h1{
	margin-bottom: 0.6%;
}
.about .about-exhibit .exhibit-con{
	width:73%;
	margin:3% auto 3.2%;
	max-width: 1400px;
}
.about .about-exhibit .exhibit-con .slide-con .con-text{
	margin: 8% 0% 0% 1.5%;
}
.about .about-exhibit .exhibit-con .slide-con .con-text h1{
	font-family:MyPlaak;
	font-size:1.4rem;
	color:#003b62;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 2.2%;
}
.about .about-exhibit .exhibit-con .slide-con .con-text p{
	font-family:MyOblivian-Text;
	font-size:0.9rem;
	color:#939393;
}
.about .about-exhibit .exhibit-brand{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.about .about-exhibit .exhibit-brand .img{
	border: 1px solid #e5e5e5;
  margin: 0rem 1rem;
}
.land .land-screen .screen-text{
	top: 55%;
}
.land .land-screen .screen-text .text-img .img{
	width:425px;
}
.land .land-screen .screen-text .text-h h1{
	font-size: 5.8rem;
  margin: 0%;
}
.land .land-screen .text-arrow{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:5%;
	width:37px;
}
.land .land-screen .screen-text .text-img1{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top: 1%;
}
.land .land-screen .screen-text .text-img1 .img{
	width:101px;
	margin:0px 2rem;
}
.land .land-screen .screen-text .text-btn{
	margin-top: 2%;
}
.land .land-screen .screen-text .text-btn p{
	background-color: #f6ad3c;
}
.land .land-item{
	padding:5% 0% 0%;
	border-bottom:1px solid #e4e4e4;
}
.land .land-item .all-item{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-left: -3rem;
}
.land .land-item .all-item .item-con{
	position: relative;
	margin: 1.5rem 3rem 0rem 0rem;
}
.land .land-item .all-item .item-con:nth-child(2){
	margin: 1.5rem 6rem 0rem 0rem;
}
.land .land-item .all-item .item-con:nth-last-child(1){
	margin: 1.5rem 0rem 0rem 3rem;
}
.land .land-item .all-item .item-text{
	position: absolute;
	content:"";
	z-index: 22;
	transform: translate(-50%,-50%);
	top:40%;
	left: 103%;
}
.land .land-item .all-item .item-text p{
	font-family:MyPlaak;
	font-size:0.7rem;
	color:#f6ad3c;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin-bottom: 1rem;
}
.land .land-item .all-item .item-text h1{
	font-family:MyPlaak;
	font-size:1.885rem;
	color:#013a63;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height:1.88rem;
}
.land .top-con .con-btn p{
	display: inline-block;
	font-family:MyOblivian-Text;
	font-size:1.05rem;
	color:#ffffff;
	padding:5px 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background-color:#f6ad3c;
}
.land .top-con .con-title h1{
	font-family:MyPlaak;
	font-size:3.4rem;
	color:#013a63;
	text-transform: uppercase;
	margin: 1.5rem 0rem -2px;
}
.land .top-con .con-title h1 span{
	color:#f6ad3c;
}
.land .top-con .con-title p{
	font-family:MyCentury-GothicR;
	font-size:1.05rem;
	color:#5f5f5f;
	letter-spacing:1.3px;
	text-transform: capitalize;
}
.land .top-con .con-img{
	display: flex;
	display:-webkit-flex;
}
.land .top-con .con-num{
	display: flex;
	display: -webkit-flex;
}
.land .top-con .con-num h2{
	font-family:MyPlaak;
	font-size:1.4rem;
	color:#013a63;
	text-transform: uppercase;
}
.land .top-con .con-num h1{
	font-family:MyCentury-GothicR;
	font-size:1.05rem;
	color:#5f5f5f;
	letter-spacing:0.5px;
	text-transform: uppercase;
	margin-left: 5px;
}
.land .slide-con{
	margin-top:2rem;
}
.land .slide-con p{
	font-family:MyCentury-GothicR;
	font-size:1.05rem;
	color:#5f5f5f;
	letter-spacing:0.5px;
	text-transform: capitalize;
}
.land .swiper-container{
	position: unset;
}
.land .swiper-container .prev-next-img:after{
	content:unset;
}
.land .swiper-container .prev-next-img{
	display: flex;
	display: -webkit-flex;
	top: calc(100% + 2rem);
	width:37px;
	height:auto;
	margin-top: 0px;
}
.land .swiper-container .swiper-button-prev{
	left: unset;
  right:calc(6% + 70px);
}
.land .swiper-container .swiper-button-next{
	left: unset;
  right: 6%
}
.land .swiper-container .swiper-button-next .img{
	transform: rotateY(180deg);
}
.land .pro-text p{
	font-family:MyPlaak;
	font-size:1.215rem;
	color:#013a63;
	text-transform: uppercase;
}
.land .pro-text h1{
	font-family:MyCentury-GothicR;
	font-size:1.05rem;
	color:#5f5f5f;
	letter-spacing:0.5px;
	text-transform: uppercase;
	margin-top: 5px;
}
.land .land-kitchen .kitchen-one .kitchen-top{
	width:91%;
	margin:4% auto 1%;
	max-width: 1750px;
	display: flex;
	display:-webkit-flex;
}
.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(1){
	width:49%;
}
.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2){
	width:26%;
	padding:3% 0% 3% 1%;
	margin:0% 0.8%;
	background-color:#f8f8f8;
}
.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(3){
	width:22.4%;
}
.land .land-kitchen .kitchen-one .kitchen-top .top-con .con-img{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-img{
	margin-top:10%;
}
.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-num{
	margin:-3% 0% 0% 2%;
  letter-spacing: 1px;
}
.land .land-kitchen .kitchen-one .kitchen-top .top-con .top-slide{
	position: relative;
} 
.land .land-kitchen .kitchen-one .kitchen-top .top-con .top-slide .slide-img{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
}
.land .land-kitchen .kitchen-two .kitchen-bottom{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 2%;
}
.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con{
	margin:2rem;
}
.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con .pro-bottom{
	display: flex;
	display: -webkit-flex;
	margin:6% 0% 0% 10%;
}
.land .land-storage{
	padding-top:5%;
	background:url(../fodder/home/land-storage-bc.jpg) no-repeat;
	background-size:100% auto;
	background-position:top center;
}
.land .land-storage .storage-top{
	display: flex;
	display:-webkit-flex;
	width:80%;
	margin:0% auto 2%;
	max-width: 1400px;
}
.land .land-storage .storage-top .top-con{
	width:48%;
	margin-right:2%;
}
.land .land-storage .storage-top .top-con:nth-last-child(1){
	width:50%;
	margin-top: 1.6%;
	margin-right:0%;
}
.land .land-storage .storage-top .top-con .con-num{
	margin: 2% 0% 7%;
}
.land .land-storage .storage-top .top-con .top-slide{
	position: relative;
}
.land .land-storage .storage-top .top-con .top-slide .swiper-container .swiper-button-next{
	right: 0%;
}
.land .land-storage .storage-top .top-con .top-slide .swiper-container .swiper-button-prev{
	right:70px;
}
.land .land-storage .storage-two .storage-bottom{
	width:98%;
	margin:0% auto 2.8%;
	max-width: 1920px;
}
.land .land-office{
	position: relative;
	padding:5.5% 0% 2.8%;
	background-color:#fafafa;
}
.land .land-office:before{
	position: absolute;
	content:"";
	top: 0px;
  left: 0px;
	width: 44%;
  height: 35%;
	background-color:#f4f4f4;
}
.land .land-office .office-one{
	position: relative;
}
.land .land-office .office-one:before{
	position: absolute;
	content:"";
	bottom: 3%;
  right: 0px;
  width: 35%;
  height: 42%;
	background-color:#f4f4f4;
}
.land .land-office .office-top{
	display: flex;
	display:-webkit-flex;
	width:85%;
	margin: 0% auto 3%;
	max-width: 1500px;
}
.land .land-office .office-top .top-con{
	position: relative;
	width:53%;
	margin-left:3%;
	margin-right:6%;
}
.land .land-office .office-top .top-con:nth-last-child(1){
	width:38%;
	margin:0%;
}
.land .land-office .office-top .top-con .slide-con{
	position: absolute;
	content:"";
	top:0%;
	left: -6%;
  margin: 0%;
}
.land .land-office .office-top .top-con .slide-con p{
	font-size: 1rem;
	writing-mode: vertical-lr;
  text-transform: uppercase;
  color: rgba(1,1,1,0.2);
  letter-spacing: 2px;
}
.land .land-office .office-top .top-con .swiper-container .swiper-button-prev{
	left: -7%;
  right: unset;
  top: calc(80% - 30px);
}
.land .land-office .office-top .top-con .swiper-container .swiper-button-next{
	left: -7%;
  right: unset;
  top: calc(80% + 30px);
  transform: rotateX(180deg);
}
.land .land-office .office-top .con-title{
	margin: 2.5% 0% 7.5%;
}
.land .land-office .office-top .con-title h1{
	margin:0rem;
	letter-spacing: 1px;
}
.land .land-office .office-top .con-title h1:nth-child(1){
	font-size: 2.42rem;
}
.land .land-office .office-top .con-title h1:nth-child(2){
	font-size: 2.88rem;
}
.land .land-office .office-top .con-title p{
	font-size: 1rem;
  text-transform: uppercase;
  margin-top: 10px;
}
.land .land-office .office-two .bottom-slide{
	position: relative;
	width: 75%;
  margin: 1% auto 0%;
  max-width: 1400px;
}
.land .land-office .office-two .bottom-slide .pro-text{
	margin-top:1.2rem;
	text-align: center;
}
.land .land-office .office-two .bottom-slide .swiper-container .prev-next{
	top:45%;
	opacity: 1;
}
.land .land-office .office-two .bottom-slide .swiper-container .prev-next:after{
	font-size: 2rem;
  font-weight: bold;
  color: #013a63;
}
.land .land-office .office-two .bottom-slide .swiper-container .swiper-button-prev{
	left: -5%;
  right: unset;
}
.land .land-office .office-two .bottom-slide .swiper-container .swiper-button-next{
	left: unset;
  right: -5%;
}
.land .land-adv{
	position: relative;
  text-align: center;
  padding:7% 0% 1%;
  background-color:#013a63;
}
.land .land-adv .all-adv{
	position: relative;
  z-index: 22;
	display: inline-flex;
  display: -webkit-inline-flex;
	justify-content: center;
	padding:2.7rem 2rem 1.8rem;
	background-color:#ffffff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.18);
	margin-bottom: -6%;
}
.land .land-adv .all-adv .adv-con{
	padding:0rem 2rem;
	border-right:1px solid #bfbfbf;
}
.land .land-adv .all-adv .adv-con:nth-last-child(1){
	border-right:unset;
}
.land .land-adv .all-adv .adv-con .adv-img{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
	margin-bottom: 10px;
}
.land .land-adv .all-adv .adv-con .adv-img .img{
	width:81px;
}
.land .land-adv .all-adv .adv-con .adv-text{
	text-align: center;
}
.land .land-adv .all-adv .adv-con .adv-text h1{
	font-family:MyPlaak;
	font-size:3.8rem;
	color:#013a63;
}
.land .land-adv .all-adv .adv-con .adv-text p{
	font-family:MyOblivian-Text;
	font-size:0.8rem;
	color:#595959;
}
.land .land-choose{
	padding:9.5% 0% 2.5%;
	background:url(../fodder/home/land-choose-bc.jpg) no-repeat;
	background-size:100% auto;
	background-position:top center;
}
.land .land-choose .all-choose .choose-con{
	width:65%;
	margin:2.8% auto;
	display: flex;
	display:-webkit-flex;
	max-width: 1300px;
}
.land .land-choose .all-choose .choose-con .img-text{
	width:calc(95% / 3);
	margin-right:2.5%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	background-color: #ffffff;
}
.land .land-choose .all-choose .choose-con .img-text:nth-last-child(1){
	margin-right:0%;
}
.land .land-choose .all-choose .choose-con .img-text .text{
	padding: 8% 0% 9% 8%;
}
.land .land-choose .all-choose .choose-con .img-text .text p{
	font-family:MyOblivian-Text;
	font-size:0.87rem;
	color:#595959;
	text-transform: capitalize;
}
.land .land-choose .all-choose .choose-con .img-text .text h1{
	font-family:MyPlaak;
	font-size:1.9rem;
	color:#003b62;
	text-transform: uppercase;
	margin: 0.7rem 0rem 1.3rem;
}
.land .land-choose .all-choose .choose-con .img-text .text .text-btn{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.land .land-choose .all-choose .choose-con .img-text .text .text-btn h4{
	font-family:MyOblivian-Text;
	font-size:0.87rem;
	font-weight: bold;
	color:#f6ad3c;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	margin-right: 10px;
}
.land .land-choose .all-choose .choose-con .img-text .text .text-btn .img{
	width: 20px;
	transform: rotateY(180deg);
}
.land .land-choose .all-choose .choose-brand{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.land .land-choose .all-choose .choose-brand .img{
	margin:1rem;
}
.contact .same-screen .screen-text{
	top: 55%;
}
.contact .same-screen .screen-text .text-btn p{
	background-color: #f6ad3c;
}
.contact .contact-msg .all-msg{
	position: relative;
	width:60%;
	margin: 4.5% auto 5%;
	max-width: 1200px;
	display:flex;
	display:-webkit-flex;
}
.contact .contact-msg .all-msg .msg-left{
	width:48%;
	margin-right:2%;
}
.contact .contact-msg .all-msg .msg-right{
	width:50%;
	height:350px;
	padding:1%;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.contact .contact-msg .all-msg .msg-right .map{
	width:100%;
	height:100%;
}
.contact .contact-msg .all-msg .msg-left .left-title h1{
	font-family:MyPlaak;
	font-size:1.73rem;
	color:#013a63;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.contact .contact-msg .all-msg .msg-left .left-title p{
	width: 85%;
	font-family:MyOblivian-Text;
	font-size:1rem;
	color:#787878;
	line-height:1.9rem;
	text-transform: capitalize;
}
.contact .contact-msg .all-msg .msg-left .left-msg{
	margin-top:6%;
}
.contact .contact-msg .all-msg .msg-left .left-msg .left-title h1{
	margin-bottom: 10px;
}
.contact .contact-msg .all-msg .msg-left .left-msg .msg-con{
	display:flex;
	display:-webkit-flex;
	align-items: center;
	margin-bottom: 2%;
}
.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-img{
	width:37px;
	margin-right:13px;
}
.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text{
	width:calc(100% - 50px);
	font-family:MyOblivian-Text;
	font-size:1rem;
	color:#777777;
	line-height:1.5rem;
}
.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text .p-one{
	text-transform: capitalize;
}
.contact .contact-msg .all-msg .msg-left .left-map{
	width:100%;
	height:355px;
	background-color:#b5b5b5;
}
.contact .contact-msg .all-msg .msg-left .left-map .map{
	width:100%;
	height:355px;
}
.down .same-screen .screen-text{
	top: 55%;
}
.down .same-screen .screen-text .text-h h1{
	font-size: 5.5rem;
}
.down .same-screen .screen-text .text-btn p{
	background-color: #f6ad3c;
}
.down .down-load{
	margin-top: 5%;
}
.down .down-load .down-top{
	position: relative;
	width:80%;
	margin:0% auto;
	padding:5.2% 0% 4.2%;
	max-width: 1430px;
	background:url(../fodder/home/dowm-bc.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
}
.down .down-load .down-top .same-title h1{
	font-size:3rem;
	margin-bottom: 2%;
}
.down .down-load .down-top .down-img{
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	margin-top: 3.8%;
}
.down .down-load .down-top .down-img .img{
	box-reflect: below 0px -webkit-linear-gradient(transparent,transparent 80%,rgba(1,58,99,0.1));
  -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent,transparent 80%,rgba(1,58,99,0.1));
  box-shadow: 0px 10px 15px rgba(1,58,99,0.2);
}
.down .down-load .down-btn{
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	background-color:#013a63;
}
.down .down-load .down-btn .con-btn{
	display:flex;
	display:-webkit-flex;
	padding:1.8% 2% 1.5%;
	background-color:#f6ad3c;
}
.down .down-load .down-btn .hide-btn{
	display: none;
}
.down .down-load .down-btn .hide-btn a{
	display:flex;
	display:-webkit-flex;
}
.down .down-load .down-btn .con-btn .btn-p{
	font-family: MyPlaak;
  font-size: 2.1rem;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.down .down-load .down-btn .con-btn .img{
	width:30px;
	margin:-2px 0px 0px 10px;
}
.down .down-load .down-btn .con-btn:hover{
	opacity: 0.88;
	cursor: pointer;
}
.footer .all-sale{
	margin-top: 2%;
}
.footer .all-sale .same-title h1{
	font-size: 2.1rem;
}
.footer .all-sale .sale-img{
	margin-top: 2%;
}
.footer .foot-form{
	background:url(../fodder/home/foot-contact-bc.jpg) no-repeat;
	background-size:100% 100%;
	padding: 3.5% 0% 2%;
}
.footer .foot-form .all-form .form-title h1{
	font-family:MyPlaak;
	font-size:2.1rem;
	color:#003b62;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 1%;
}
.footer .foot-form .all-form .form{
	width: 55%;
	max-width: 1100px;
  margin: 2.3% auto 0%;
}
.footer .foot-form .all-form .form .layui-form{
	display: flex;
	display:-webkit-flex;
	flex-wrap: wrap;
}
.footer .foot-form .all-form .form .layui-form .layui-form-item{
	width:100%;
	margin-bottom:10px;
}
.footer .foot-form .all-form .form .layui-form .layui-form-item:nth-child(1){
	width:calc(50% - 5px);
	margin-right:10px;
}
.footer .foot-form .all-form .form .layui-form .layui-form-item:nth-child(2){
	width:calc(50% - 5px);
}
.footer .foot-form .all-form .form .layui-form .btn{
	display: flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
	margin:24px 0px 0px -10%;
}
.footer .foot-form .all-form .form .layui-form .btn .btn-p p{
	font-family:MyOblivian-Text;
	font-size:1.05rem;
  color: #003b62;
  letter-spacing: 0.5px;
 	margin-left: 4rem;
}
.footer .foot-nav{
	padding:3% 0% 1.5%;
	background-color:#013a63;
}
.footer .foot-nav .all-nav{
	width:65%;
	margin:0% auto;
	max-width: 1300px;
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
}
.footer .foot-nav .all-nav .nav-one{
	width:33%;
}
.footer .foot-nav .all-nav .nav-two{
	width:27%;
}
.footer .foot-nav .all-nav .nav-three{
	width:22%;
}
.footer .foot-nav .all-nav .nav-four{
	width:18%;
}
.footer .foot-nav .all-nav .foot-logo{
	display:flex;
	display:-webkit-flex;
	margin-bottom:2rem;
}
.footer .foot-nav .all-nav .foot-con .img-con{
	display:flex;
	display:-webkit-flex;
} 
.footer .foot-nav .all-nav .foot-title{
	margin-bottom:1.8rem;
}
.footer .foot-nav .all-nav .foot-title h1{
	font-family:MyPlaak;
	font-size:1.38rem;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.footer .foot-nav .all-nav .nav-one .con-p:nth-child(1) p{
	font-family:MyPlaak;
	font-size:1.05rem;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.footer .foot-nav .all-nav .nav-one .img-con .img{
	width:14px;
	margin-right:6px;
}
.footer .foot-nav .all-nav .nav-one .con-p{
	width:calc(88% - 20px);
	font-family:MyOblivian-Text;
	font-size:0.95rem;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.1px;
}
.footer .foot-nav .all-nav .nav-two .img-con{
	margin-bottom:1rem;
}
.footer .foot-nav .all-nav .nav-two .img-con .img{
	width:27px;
	margin-right:13px;
}
.footer .foot-nav .all-nav .nav-two .con-p{
	width:calc(100% - 40px);
}
.footer .foot-nav .all-nav .nav-two .con-p p{
	font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.2px;
  margin-top:5px;
}
.footer .foot-nav .all-nav .nav-three .item-link{
	margin-bottom:1rem;
}
.footer .foot-nav .all-nav .nav-three .item-link a{
	display: inline-block;
}
.footer .foot-nav .all-nav .nav-three .item-link a:hover h1{
	color: rgba(255,255,255,1);
}
.footer .foot-nav .all-nav .nav-three .item-link h1{
	font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: rgba(255,255,255,0.8);
}
.footer .foot-nav .all-nav .nav-four .foot-title{
	margin-bottom: 1rem;
}
.footer .foot-nav .all-nav .nav-four .img-con{
	flex-wrap: wrap;
}
.footer .foot-nav .all-nav .nav-four .img-con .img{
	width:calc(50% - 2.5px);
	margin:0px 5px 3px 0px;
	max-width: 93px;
}
.footer .foot-nav .all-nav .nav-four .img-con .img:hover{
	opacity: 0.8;
}
.footer .foot-nav .all-nav .nav-four .img-con .img:nth-child(2n){
	margin-right:0px;
}
.footer .foot-bottom{
	padding:0.5% 0%;
	text-align: center;
	background-color: #ffffff;
}
.footer .foot-bottom p{
	font-family:MyOblivian-Text;
	font-size:0.95rem;
  color: #979797;
  text-align: center;
  letter-spacing: 0.5px;
}
.footer .foot-bottom a{
	padding-top:7px;
	display: inline-block;
}
.footer .foot-bottom a:hover{
	opacity: 0.6;
}
.form .layui-input-block{
	margin-left: 0px;
}
.form .layui-input{
	height: 65px;
  line-height: 65px;
  padding-left: 30px;
  font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: #003b62;
  border: unset;
  background-color: rgba(255,255,255,0.7);
}
.form .layui-textarea{
	height: 140px;
  padding: 15px 30px;
  font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: #003b62;
  border: unset;
  background-color: rgba(255,255,255,0.7);
}
.form .layui-btn{
	font-family:MyPlaak;
	font-size:1.1rem;
	letter-spacing: 0.8px;
  color: #ffffff;
  height: 42px;
  line-height:45px;
  padding: 0px 18px;
  border-radius: 0px;
  background-color:#f6ad3c;
}
.form .layui-form input::-webkit-input-placeholder{ 
	font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: #003b62;
}
.form .layui-form input:-moz-placeholder{ 
	font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: #003b62;
}
.form .layui-form input:-ms-input-placeholder{
	font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: #003b62;
}
.form .layui-form textarea::-webkit-input-placeholder{ 
	font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: #003b62;
}
.form .layui-form textarea:-moz-placeholder{ 
	font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: #003b62;
}
.form .layui-form textarea:-ms-input-placeholder{
	font-family:MyOblivian-Text;
	font-size:1.1rem;
  color: #003b62;
}
.show-form{
	position: fixed;
  width: 100%;
  height: 105%;
  top: 0%;
  left: 0%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0,0,0,0.83);
  transform: matrix(1, 0, 0, 1, 0, 20);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
  -moz-transform: matrix(1, 0, 0, 1, 0, 20);
  transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  z-index: 222;
}
.show-form .download{
	position: fixed;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 65%;
  padding:2.5% 5%;
  border-radius: 15px;
  background-color: rgb(255,255,255);
}
.show-form .download .form-hide{
	text-align: right;
  margin-bottom: 1rem;
  margin-right: -5%;
  margin-top: -2%;
}
.show-form .download .form-hide img{
	width: 2rem;
}
.shown-form{
	visibility: inherit !important;
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
.show-form .download .form-title{
	font-family: MyPlaak;
	font-size: 2rem;
	line-height: 2.2rem;
  color: #000000;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-align: center;
}
.show-form .download .form .layui-input{
	height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  color: #414242;
  border: unset;
  padding-left: 20px;
}
.show-form .download .form .layui-textarea{
	height: 50px;
  background-color: #f5f5f5;
  color: #414242;
  border: unset;
  padding-left: 20px;
}
.show-form .download .form .btn{
	width: 100% !important;
	margin:2.5% 0% 0%;
}
.show-form .download .form .layui-btn{
	margin: 0% auto;
  display: block;
}
@media screen and (max-width:991px){
	.nav .nav-content{
		width:90%;
		padding:0.6rem 0rem;
		align-items: center;
	}
	.nav .nav-content .nav-ul ul .li-show{
		display:none;
	}
	.nav .nav-content .nav-ul ul{
		justify-content: space-between;
	}
	.nav .nav-content .nav-ul ul .li-logo{
		width:6rem;
		margin-right:0.5rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		display: inline-flex;
    display: -webkit-inline-flex;
		justify-content: flex-end;
    align-items: center; 
    font-size: 1.3rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		display: block;
    margin-left:30px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line{
		width:38px;
    padding:0px 10px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span{
		position: relative;
    display: block;
    height: 15px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-content{
		position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #000000 !important;
    transition: all 1s ease;
    -webkit-transition: all auto 1s ease;
    -moz-transition: all auto 1s ease;
    -ms-transition: all auto 1s ease;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-two{
		top: 7px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-three{
		top: 14px;
	}
	.line-onetrans{
		transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
	}
	.line-twotrans{
		opacity: 0;
	}
	.line-threetrans{
		transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
	}
	.auto-hide{
		position: fixed;
		top: 68px;
    height: 100%;
    display: block;
    background-color: #ffffff !important;
    width: 100%;
    padding-top: 1.5rem;
    z-index: 99;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	}
	.auto-show{
		transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
	}
	.auto-hide .auto-ul li{
		padding:1rem 0rem 0.5rem 2.2rem;
	}
	.auto-hide .auto-ul li a{
		display:inline-block;
	}
	.auto-hide .auto-ul h1{
		font-family: MyPlaak;
  	font-size: 1.5rem;
  	color: #000000;
  	letter-spacing: 0.5px;
	}
	.auto-hide .auto-ul .li-product .auto-child  li{
		padding:0.5rem 0rem 0.2rem 2rem;
	}
	.auto-hide .auto-ul h2{
		font-family:MyPlaak;
  	font-size:1.2rem;
  	color: #000000;
  	letter-spacing:0.5px;
	}
	.load-nav{
		position:fixed !important;
    top: 0px;
    z-index: 9999 !important;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2) !important;
	}
	.screen-top{
		margin-top:68px;
	}
}
@media screen and (min-width:1500px) and (max-width:1700px){
	.same-screen .screen-text .text-img .img{
		width: 170px;
	}
	.same-screen .screen-text .text-p p{
		font-size: 1.6rem;
	}
	.same-screen .screen-text .text-btn p{
		font-size: 1.6rem;
		height: 55px;
    line-height: 58px;
	}
	.home .hom-pro .pro-img{
		margin: 4% auto;
	}
	.home .hom-pro .pro-img .con-img .show-img .little-img img{
		width:75px;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top{
		margin-bottom: 1.5rem;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top .img{
		width:110px;
	}
	.home .hom-pro .pro-img .con-img .con-text h1{
		font-size: 2.2rem;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text h2{
		font-size:2.5rem;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text .text-p{
		line-height: 1.6rem;
	}
	.home .hom-pro .pro-img .con-six .img-logo .img{
		width:180px;
	}
	.home .home-adv{
		padding: 3.5% 0% 1.5%;
	}
	.home .home-adv .all-adv .adv-detail{
		width: 88%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img .img{
		width:95px;
	}
	.home .home-company .all-company{
		padding: 4% 0%;
	}
	.home .home-company .company-detail{
		margin: 2.5% auto 4%;
	}
	.all-product .allPro-msg .all-msg{
		/*width: 80%;*/
		width: 82%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con{
		padding: 1.8rem 0rem;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img .text h1{
		font-size: 1.3rem;
	}
	.product .product-msg .all-msg{
		width: 75%;
		margin: 3.5% auto 4.5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide{
		width: 50%;
    margin-right: 6%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h4{
		font-size: 1.2rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con{
		padding: 2.5% 0% 2.5% 4%;
	}
	.product .product-size .size-title h1{
		width: 75%;
	}
	.product .product-similar{
		padding-top: 4%;
		margin-bottom: 4%;
	}
	.product .product-similar .similar-pro{
		width: 75%;
		margin: 2.5% auto 3%;
	}
	.product .product-similar .similar-pro .prev-next{
		width: 45px;
    height: 45px;
	}
	.product .product-similar .similar-pro .swiper-button-prev{
		left: -7%;
	}
	.product .product-similar .similar-pro .swiper-button-next{
		right: -7%;
	}
	.product .product-similar .similar-btn p{
		font-size:1.3rem;
		height: 45px;
    line-height: 47px;
	}
	.land .same-screen .screen-text{
		top: 52%;
	}
	.land .land-screen .screen-text .text-img .img{
		width: 400px;
	}
	.land .land-screen .screen-text .text-h h1{
		font-size: 5.2rem;
		line-height: 5.5rem;
	}
	.land .land-screen .screen-text .text-img1 .img{
		width:88px;
	}
	.land .land-screen .text-arrow{
		bottom:5%;
    width: 30px;
	}
	.land .land-item{
		padding: 5% 0% 3%;
	}
	.land .land-item .all-item{
		width: 100%;
		margin: 2% auto 0%; 
	}
	.land .land-item .all-item .item-text{
		position: relative;
    content: unset;
    transform: unset;
    top: unset;
    left: unset;
    margin-top: -6%;
    text-align: center;
	}
	.land .land-item .all-item .item-text p{
		margin-bottom: 2%;
	}
	.land .land-item .all-item .item-text h1{
		font-size:1.8rem;
	}
	.land .land-item .all-item .item-text h1 br{
		display: none;
	}
	.land .land-kitchen .kitchen-one .kitchen-top{
		width: 95%;
    margin: 5% auto 1%;
	}
	.land .top-con .con-btn p{
		font-size: 1rem;
	}
	.land .top-con .con-title h1{
		font-size: 3rem;
	}
	.land .top-con .con-title p{
		font-size: 1rem;
		letter-spacing: 0.8px;
	}
	.land .slide-con p{
		font-size: 1rem;
		letter-spacing: 0.3px;
	}
	.land .pro-text p{
		font-size: 1.2rem;
	}
	.land .pro-text h1{
		font-size: 1rem;
	}
	.land .land-storage .storage-top{
		width:85%;
	}
	.land .land-storage .storage-top .top-con .con-num{
		margin: 2% 0% 5%;
	}
	.land .land-storage .storage-two .storage-bottom{
		margin: 0% auto 3.5%;
	}
	.land .land-office{
		padding: 5.5% 0% 3%;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-prev{
		left:-7.5%;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-next{
		left:-7.5%;
	}
	.land .land-office .office-top .con-title h1:nth-child(1){
		font-size: 2.2rem;
	}
	.land .land-office .office-top .con-title h1:nth-child(2){
		font-size: 2.6rem;
	}
	.land .land-office .office-two .bottom-slide{
		width:80%;
	}
	.land .land-adv{
		padding: 7% 0% 2%;
	}
	.land .land-adv .all-adv{
		margin-bottom: -8%;
	}
	.land .land-adv .all-adv .adv-con .adv-img .img{
		width:75px;
	}
	.land .land-adv .all-adv .adv-con .adv-text h1{
		font-size: 3.5rem;
	}
	.land .land-choose{
		padding: 11% 0% 4%;
	}
	.land .land-choose .all-choose .choose-con{
		width: 70%;
    margin: 3% auto;
	}
	.land .land-choose .all-choose .choose-con .img-text .text{
		padding: 8% 0% 9% 5%;
	}
	.about .same-screen .screen-text .text-h h1{
		font-size: 6rem;
	}
	.about .about-brief .all-brief{
		width:85%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1{
		font-size:3rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h4{
		font-size:2rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p{
		line-height: 1.6rem;
	}
	.about .btn-con .p-one{
		font-size:1.3rem;
		margin-right:6px;
	}
	.about .btn-con{
		padding: 9px 14px 8px;
	}
	.about .brief-btn .btn-con .img{
		width:20px;
		margin-top: 2px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-btn .p-two{
		letter-spacing: 1.5px;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con h1{
		font-size:3.8rem;
	}
	.about .about-workshop .all-work{
		width:92.5%;
		margin-left: 7.5%;
	}
	.about .about-workshop .all-work .work-left{
		width: 20%;
    margin-right: 2%;
	}
	.about .about-workshop .all-work .work-left .left-title h1{
		font-size:2.4rem;
		line-height: 2.5rem;
	}
	.about .about-workshop .all-work .work-right .slide-con .con-h h1{
		font-size:1.7rem;
		padding:6% 0% 4%;
	}
	.about .about-workshop .all-work .work-right .slide-con{
		border-bottom:13px solid #f7ab00;
	}
	.about .about-sample{
		padding:2% 0% 5%;
	}
	.about .about-sample .all-sample{
		width:85%;
	}
	.about .about-sample .all-sample .sample-right{
		width:47%;
		margin-left:2%;
	}
	.about .about-sample .all-sample .sample-right .right-title p{
		line-height: 1.5rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p br{
		display: none;
	}
	.about .about-sample .all-sample .sample-right .right-title .title-img .img img{
		width: 230px;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p{
		padding: 4% 0% 4% 4.5%;
	}
	.about .about-certifi{
		padding: 5% 0% 13%;
	}
	.about .about-certifi .certifi-brief{
		margin-top: 3%;
	}
	.about .about-exhibit .exhibit-con{
		width:80%;
		margin: 3% auto 4%;
	}
	.contact .contact-msg .all-msg{
		width: 70%;
		margin: 5% auto 6%;
	}
	.down .same-screen .screen-text .text-h h1{
		font-size: 4.5rem;
	}
	.down .down-load .down-top{
		width: 85%;
		padding: 5.5% 0% 4.5%;
	}
	.footer .all-sale .same-title h1{
		font-size: 2rem;
	}
	.footer .all-sale .sale-img{
		margin-top: 3%;
	}
	.footer .foot-form{
		padding: 4% 0% 2%;
	}
	.footer .foot-form .all-form .form{
		width: 60%;
	}
	.footer .foot-nav .all-nav{
		width: 70%;
	}
}
@media screen and (min-width:1200px) and (max-width:1500px){
	.nav .nav-content .nav-ul ul .li-logo{
		width: 110px;
    margin-right:4rem;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size: 1.3rem;
		padding: 2rem 1.5rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size: 1.3rem;
		padding: 0rem 0rem 0rem 1rem;
	}
	.same-screen .screen-text .text-img{
		margin-bottom:1.2%;
	}
	.same-screen .screen-text .text-img .img{
		width: 100px;
	}
	.same-screen .screen-text .text-p p{
		font-size: 1.2rem;
		letter-spacing: 0.8px;
	}
	.same-screen .screen-text .text-h h1{
		font-size: 4rem;
		margin: 1% 0% 2%;
	}
	.same-screen .screen-text .text-btn p{
		font-size: 1.4rem;
		height: 50px;
    line-height: 52px;
	}
	.home .hom-pro .pro-img{
		width: 95%;
    margin: 4% auto 5%;
	}
	.home .hom-pro .pro-img .con-img{
		width: calc(98.5% / 3);
    margin: 0.5% 0.5% 0% 0%;
	}
	.home .hom-pro .pro-img .con-img .show-img .little-img img{
		width:70px;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top{
		margin-bottom: 1.5rem;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top .img{
		width:90px;
	}
	.home .hom-pro .pro-img .con-img .con-text h1{
		font-size: 2rem;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img{
		width:33%;
		padding: 8% 0%;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img .img{
		width:70px;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text{
		width: 65%;
    margin-left: 2%;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text h2{
		font-size:2.5rem;
		margin:2% 0%;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text .text-p{
		line-height: 1.5rem;
	}
	.home .hom-pro .pro-img .con-six .img-logo .img{
		width:150px;
	}
	.same-title .line{
		width: 110px;
    height: 2px;
	}
	.home .home-adv{
		width: 95%;
		padding:5% 0% 2%;
	}
	.home .home-adv .all-adv .adv-detail{
		width: 95%;
	}
	.home .home-adv .all-adv .adv-detail .adv-con{
		width: calc(96% / 5);
    margin-right: 1%;
		padding: 4% 0% 3%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img{
		margin-bottom: 10%;
	}
	.home .home-adv .adv-detail .adv-con:nth-last-child(1) .adv-img{
		margin-bottom:10%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img .img{
		width:88px;
	}
	.home .home-adv .adv-detail .adv-con .con-text h1{
		font-size:1.6rem;
	}
	.home .home-company .all-company{
		padding:5% 0%;
	}
	.home .home-company .company-detail{
		width: 95%;
    margin: 3.5% auto 5%;
	}
	.home .home-company .company-detail .company-con{
		padding: 0.8% 0.8% 2%;
		box-shadow: 0px 0px 15px rgb(0,0,0,0.1);
	}
	.home .home-company .company-detail .company-con .text-h h1{
		margin: 1.5rem 0rem 0.3rem;
	}
	.home .home-company .company-brand{
		width: 88%;
    margin: 2% auto;
	}
	.all-product .same-screen .screen-text .text-h h1{
		font-size: 5rem;
	}
	.all-product .allPro-cate .all-cate{
		width: 90%;
    margin: 0% auto;
	}
	.all-product .allPro-cate .all-cate .cate-title h1{
		font-size: 2.2rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-img .img{
		width: 80px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con{
		margin: 0rem 1.2rem;
    padding: 2rem 0rem;
	}
	.all-product .allPro-msg .all-msg{
		width: 92%;
		margin: 5% auto 6%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1{
		font-size: 1.8rem;
		padding-left: 1.5rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1:before{
		width:10px;
		height:10px;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img .text h1{
		font-size: 1.3rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom{
		margin:3% 0% 4%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con{
		width: calc(106% / 7);
		padding: 1.5rem 0rem;
		margin-left: -1%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-img{
		width: 20px;
    margin-right: 3px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .con-bc{
		width: calc(100% - 0px);
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page{
		margin: 2% auto;
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page .page h3{
		width: 38px;
    height: 38px;
    font-size: 1.2rem;
	}
	.product .product-msg .all-msg{
		width: 88%;
		margin: 4% auto 6%;
	}
	.product .product-msg .all-msg .msg-detail{
		margin-top: 2%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide{
		width: 50%;
    margin-right: 6%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom{
		margin-top:5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next{
		width: 50px;
    height: 50px;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next:after{
		font-size: 1.3rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-title h1{
		font-size: 2.2rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h4{
		font-size: 1.1rem;
		margin-bottom: 1%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h1{
		font-size:1.8rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con{
		font-size:1.3rem;
		padding: 2.8% 0% 2.8% 4%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title .img{
		width: 37px;
    margin-right: 4px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title h1{
		font-size: 1.6rem;
	}
	.product .product-deliver .all-deliver .deliver-con .img{
		width: 40px;
	}
	.product .product-size .size-title{
		padding: 1.2% 0%;
	}
	.product .product-size .size-title h1{
		width: 80%;
	}
	.product .product-size .size-img{
		width: 90%;
    margin: 0% auto 1%;
	}
	.product .product-similar{
		padding-top: 5%;
		margin-bottom: 5%;
	}
	.product .product-similar .similar-pro{
		width: 85%;
		margin: 3% auto 4%;
	}
	.product .product-similar .similar-pro .prev-next{
		width: 40px;
    height: 40px;
	}
	.product .product-similar .similar-pro .prev-next:after{
		top: 50%;
		font-size:1.3rem;
	}
	.product .product-similar .similar-pro .swiper-button-prev{
		left: -6%;
	}
	.product .product-similar .similar-pro .swiper-button-next{
		right: -6%;
	}
	.product .product-similar .similar-pro .con h1{
		font-size:1.3rem;
		margin-top: 5%;
	}
	.product .product-similar .similar-btn p{
		font-size:1.2rem;
		height: 40px;
    line-height: 42px;
	}
	.land .same-screen .screen-text{
		top: 55%;
	}
	.land .land-screen .screen-text .text-img .img{
		width: 28%;
	}
	.land .land-screen .screen-text .text-h h1{
		font-size: 4rem;
    line-height: 4rem;
	}
	.land .land-screen .screen-text .text-img1 .img{
		width: 78px;
		margin: 0px 1.2rem;
	}
	.land .land-screen .text-arrow{
		display: none;
		bottom: 4%;
    width: 25px;
	}
	.same-title h1{
		font-size: 2.2rem;
		margin-bottom: 1%;
	}
	.land .land-item{
		padding: 5% 0% 4%;
	}
	.land .land-item .all-item{
		width: 100%;
		margin: 2% auto 0%; 
	}
	.land .land-item .all-item .item-con{
		margin: 1.5rem 1.5rem 0rem;
	}
	.land .land-item .all-item .item-con:nth-child(2){
		margin: 1.5rem 3rem 0rem 0rem;
	}
	.land .land-item .all-item .item-con:nth-last-child(1){
		margin: 1.5rem 0rem 0rem 1.5rem;
	}
	.land .land-item .all-item .item-text{
		position: relative;
    content: unset;
    transform: unset;
    top: unset;
    left: unset;
    margin-top: -6%;
    text-align: center;
	}
	.land .land-item .all-item .item-text p{
		margin-bottom: 2.5%;
	}
	.land .land-item .all-item .item-text h1{
		font-size:1.7rem;
	}
	.land .land-item .all-item .item-text h1 br{
		display: none;
	}
	.land .land-kitchen .kitchen-one .kitchen-top{
		width: 98%;
    margin: 4% auto 1%;
	}
	.land .top-con .con-btn p{
		font-size: 1rem;
		padding: 3px 8px;
	}
	.land .top-con .con-title h1{
		font-size: 2.5rem;
	}
	.land .top-con .con-title p{
		font-size: 1rem;
		letter-spacing: 0.2px;
	}
	.land .slide-con p{
		font-size: 0.95rem;
		letter-spacing: 0.3px;
	}
	.land .pro-text p{
		font-size: 1.2rem;
	}
	.land .pro-text h1{
		font-size: 1rem;
	}
	.land .top-con .con-num h2{
		font-size: 1.3rem;
	}
	.land .top-con .con-num h1{
		font-size: 1rem;
	}
	.land .slide-con{
		margin-top:1.5rem;
	}
	.land .swiper-container .swiper-button-next{
		left: unset;
    right: 2%;
	}
	.land .swiper-container .prev-next-img{
		top: calc(100% + 1.5rem);
		width: 30px;
	}
	.land .swiper-container .swiper-button-prev{
		left: unset;
    right: calc(2% + 50px);
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2){
		padding: 2% 0% 2% 1%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-img{
		margin-top: 8%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con{
		margin:2rem 1rem;
	}
	.land .land-storage .storage-top{
		width:88%;
	}
	.land .land-storage .storage-top .top-con .con-num{
		margin: 2% 0% 5%;
	}
	.land .land-storage .storage-top .top-con .con-img .img{
		width:90%;
	}
	.land .land-storage .storage-top .top-con .top-slide .swiper-container .swiper-button-prev{
		right:50px;
	}
	.land .land-storage .storage-two .storage-bottom{
		margin: 0% auto 3.5%;
	}
	.land .land-office{
		padding: 5.5% 0% 4%;
	}
	.land .land-office .office-top{
		width:88%;
		margin: 0% auto 4%;
	}
	.land .land-office .office-top .top-con{
		width:55%;
		margin-left:3%;
		margin-right:4%;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-prev{
		top: calc(85% - 20px);
		left:-7.5%;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-next{
		top: calc(85% + 20px);
		left:-7.5%;
	}
	.land .land-office .office-top .con-title h1:nth-child(1){
		font-size:2rem;
	}
	.land .land-office .office-top .con-title h1:nth-child(2){
		font-size:2.4rem;
	}
	.land .land-office .office-top .top-con .slide-con p{
		font-size: 0.95rem;
		letter-spacing: 1px;
	}
	.land .land-office .office-two .bottom-slide{
		width:85%;
	}
	.land .land-adv{
		padding: 8% 0% 3%;
	}
	.land .land-adv .all-adv{
		width: 88%;
    margin-bottom:-10%;
    padding: 2.5rem 1rem 1.5rem;
	}
	.land .land-adv .all-adv .adv-con .adv-img{
		margin-bottom: 1rem;
	}
	.land .land-adv .all-adv .adv-con .adv-img .img{
		width:65px;
	}
	.land .land-adv .all-adv .adv-con .adv-text h1{
		font-size: 3rem;
	}
	.land .land-choose{
		padding: 13% 0% 5%;
	}
	.land .land-choose .all-choose .choose-con{
		width: 85%;
    margin: 3.5% auto;
	}
	.land .land-choose .all-choose .choose-con .img-text .text{
		padding:7% 0% 8% 4%;
	}
	.land .land-choose .all-choose .choose-con .img-text .text h1{
		font-size: 1.8rem;
		margin: 0.7rem 0rem 1rem;
	}
	.land .land-choose .all-choose .choose-brand{
		width: 85%;
    margin: 0% auto;
	}
	.about .same-screen .screen-text{
		top: 60%;
	}
	.about .same-screen .screen-text .text-p p{
		font-size: 1.2rem;
	}
	.about .same-screen .screen-text .text-h h1{
		font-size: 5rem;
	}
	.about .same-screen .screen-text .text-btn p{
		font-size: 1.2rem;
    height: 45px;
    line-height: 46px;
    padding: 0px 15px;
	}
	.about .about-brief{
		padding: 6% 0% 5%;
	}
	.about .about-brief .all-brief{
		width:90%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1{
		font-size:2.6rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1:before{
		top: 100%;
		height:2px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h4{
		font-size:1.7rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con{
		margin: 3% auto 5%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p{
		width:95%;
		line-height: 1.6rem;
	}
	.about .btn-con .p-one{
		font-size:1.2rem;
		margin-right:5px;
	}
	.about .btn-con{
		padding: 8px 12px 7px;
	}
	.about .brief-btn .btn-con .img{
		width:18px;
		margin-top: 0px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-btn .p-two{
		letter-spacing: 1px;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con{
		width: calc(92% / 5);
    margin-right: 2%;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con h1{
		font-size:3.2rem;
	}
	.about .about-workshop{
		padding:4% 0%;
	}
	.about .about-workshop .all-work{
		width:98%;
		margin-left:2%;
	}
	.about .about-workshop .all-work .work-left{
		width: 22%;
    margin-right: 2%;
	}
	.about .about-workshop .all-work .work-left .left-title h1{
		font-size:2.2rem;
		line-height: 2.2rem;
	}
	.about .about-workshop .all-work .work-left .left-p{
		line-height: 1.5rem;
		margin: 5% auto 12%;
	}
	.about .about-workshop .all-work .work-right .slide-con .con-h h1{
		font-size:1.6rem;
		padding:8% 0% 5%;
	}
	.about .about-workshop .all-work .work-right .slide-con{
		border-bottom:12px solid #f7ab00;
		box-shadow:0px 0px 10px rgb(0,0,0,0.1);
	}
	.about .about-sample{
		padding:4% 0% 5%;
	}
	.about .about-sample .all-sample{
		width:92%;
	}
	.about .about-sample .all-sample .sample-left{
		width:48%;
		margin-right:3%;
	}
	.about .about-sample .all-sample .sample-right{
		width:49%;
	}
	.about .about-sample .all-sample .sample-right .right-title h1{
		font-size: 2.2rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p{
		font-size: 0.9rem;
    line-height: 1.3rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p br{
		display: none;
	}
	.about .about-sample .all-sample .sample-right .right-title .title-img .img img{
		width: 150px;
	}
	.about .about-sample .all-sample .sample-right .right-con{
		margin-top:5%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p{
		padding: 4% 0% 4% 4%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(1){
		font-size: 1.1rem;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(2){
		font-size: 1.3rem;
	}
	.about .about-certifi{
		padding: 7% 0% 13%;
	}
	.about .about-certifi .certifi-brief{
		margin-top: 2%;
	}
	.about .about-certifi .certifi-brief .certifi-left{
		width: 25%;
    margin: 5% 2% 0% 0%;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-title h1{
		font-size: 1.6rem;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img{
		width:90%;
		margin-left:10%;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container{
		padding: 2% 0% 2% 1%;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container .img{
		box-shadow:0px 0px 12px rgb(0,0,0,0.2);
	}
	.about .about-exhibit .all-exhibit{
		margin-bottom: 6%;
	}
	.about .about-exhibit .exhibit-con{
		width:90%;
		margin:3.5% auto 4.5%;
	}
	.about .about-exhibit .exhibit-brand{
		width:88%;
		margin: 0% auto;
	}
	.contact .contact-msg .all-msg{
		width: 80%;
		margin: 5.5% auto 6%;
	}
	.contact .contact-msg .all-msg .msg-left .left-title p{
		line-height: 1.7rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con{
		margin-bottom:3%;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-img{
		width: 35px;
    margin-right: 10px;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text{
		width: calc(100% - 45px);
		line-height: 1.5rem;
	}
	.down .same-screen .screen-text .text-h h1{
		font-size: 4rem;
	}
	.down .down-load{
		margin-top: 6%;
	}
	.down .down-load .down-top{
		width: 85%;
		padding: 5.5% 0% 4.5%;
	}
	.down .down-load .down-top .same-title h1{
		font-size: 2.8rem;
	}
	.down .down-load .down-top .down-img .cata-img{
		width:45%;
		max-width: 514px;
	}
	.down .down-load .down-btn .con-btn{
		padding: 2% 2.5% 1.5%;
	}
	.down .down-load .down-btn .con-btn .btn-p{
		font-size: 1.8rem;
	}
	.footer .all-sale .same-title h1{
		font-size: 1.8rem;
	}
	.footer .all-sale .sale-img{
		margin-top: 4%;
	}
	.footer .foot-form{
		padding:4.5% 0% 3%;
	}
	.footer .foot-form .all-form .form{
		width: 65%;
    margin: 2.5% auto 0%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 2rem;
	}
	.footer .foot-nav{
		padding: 4% 0% 2.5%;
	}
	.footer .foot-nav .all-nav{
		width: 80%;
	}
	.footer .foot-nav .all-nav .foot-title{
		margin-bottom: 1.5rem;
	}
	.footer .foot-nav .all-nav .nav-one .con-p:nth-child(1) p{
		font-size: 1rem;
		letter-spacing: 0.8px;
	}
	.footer .foot-nav .all-nav .nav-two .img-con .img{
		width: 20px;
		margin:5px 10px 0px 0px;
	}
	.footer .foot-nav .all-nav .nav-two .con-p{
		width: calc(100% - 30px);
	}
	.footer .foot-nav .all-nav .nav-two .con-p p{
		font-size: 1.05rem;
	}
	.footer .foot-bottom{
		padding: 0.7% 0%;
	}
	.form .layui-input{
		height: 55px;
    line-height: 55px;
    padding-left: 22px;
	}
	.form .layui-textarea{
		padding: 12px 22px;
	}
	.show-form .download{
		width: 70%;
	}
	.show-form .download .form-title{
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
}
@media screen and (min-width:1400px) and (max-width:1500px){
	.nav .nav-content .nav-ul ul .li-logo{
		width: 110px;
    margin-right:5rem;
	}
	.nav .nav-content .nav-ul ul li h1{
		padding: 2rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.nav .nav-content .nav-ul ul .li-logo{
		width: 88px;
    margin-right:3rem;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size: 1.2rem;
		padding: 1.5rem 1rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size: 1.2rem;
		padding: 0rem 0rem 0rem 1rem;
	}
	.nav .nav-content .nav-ul .child li{
		margin: 1rem 0.7rem;
	}
	.same-screen .screen-text .text-img{
		margin-bottom:1.2%;
	}
	.same-screen .screen-text .text-img .img{
		width:70px;
	}
	.same-screen .screen-text .text-p p{
		font-size: 1rem;
		letter-spacing: 0.6px;
	}
	.same-screen .screen-text .text-h h1{
		font-size: 3.5rem;
		margin: 1% 0% 2%;
	}
	.same-screen .screen-text .text-btn p{
		font-size: 1.2rem;
    height: 45px;
    line-height: 47px;
    padding: 0px 15px;
	}
	.home .hom-pro .pro-img{
		width: 98%;
    margin: 4% auto 5%;
	}
	.home .hom-pro .pro-img .con-img{
		width: calc(98.5% / 3);
    margin: 0.5% 0.5% 0% 0%;
	}
	.home .hom-pro .pro-img .con-img .show-img .little-img img{
		width:52px;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top{
		margin-bottom: 1.5rem;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top .img{
		width:80px;
	}
	.home .hom-pro .pro-img .con-img .con-text h1{
		font-size: 2rem;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img{
		width:30%;
		padding: 8% 0%;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img .img{
		width:60px;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text{
		width: 68%;
    margin-left: 2%;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text h2{
		font-size:2rem;
		margin:2% 0%;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text .text-p{
		font-size: 0.85rem;
		line-height: 1.3rem;
	}
	.home .hom-pro .pro-img .con-six .img-logo .img{
		width:100px;
	}
	.same-title .line{
		width: 110px;
    height: 2px;
	}
	.home .home-adv{
		width: 98%;
		padding:5% 0% 2%;
	}
	.home .home-adv .all-adv .adv-detail{
		width: 100%;
	}
	.home .home-adv .all-adv .adv-detail .adv-con{
		width: calc(96% / 5);
    margin-right: 1%;
		padding: 3% 0% 3%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img{
		margin-bottom:10%;
	}
	.home .home-adv .adv-detail .adv-con:nth-last-child(1) .adv-img{
		margin-bottom:10%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img .img{
		width:80px;
	}
	.home .home-adv .adv-detail .adv-con .con-text h1{
		font-size:1.5rem;
		line-height: 1.2rem;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(4) .con-text h1{
		font-size:1.2rem;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(5) .con-text h1{
		font-size:1.2rem;
	}
	.home .home-company .all-company{
		padding:5% 0%;
	}
	.home .home-company .company-detail{
		width: 98%;
    margin: 3.5% auto 5%;
	}
	.home .home-company .company-detail .company-con{
		padding: 0.8% 0.8% 2%;
		box-shadow: 0px 0px 15px rgb(0,0,0,0.1);
	}
	.home .home-company .company-detail .company-con .text-h h1{
		font-size: 1.3rem;
		margin: 1.5rem 0rem 0.3rem;
	}
	.home .home-company .company-detail .company-con .btn p{
		font-size:0.85rem;
	}
	.home .home-company .company-brand{
		width: 90%;
    margin: 2% auto;
	}
	.all-product .same-screen .screen-text .text-h h1{
		font-size: 5rem;
	}
	.all-product .allPro-cate .all-cate{
		width:95%;
    margin: 0% auto;
	}
	.all-product .allPro-cate .all-cate .cate-title{
		margin-right: 1rem;
	}
	.all-product .allPro-cate .all-cate .cate-title h1{
		font-size:2rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-img .img{
		width: 70px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con{
		margin: 0rem 1.2rem;
    padding:2rem 0rem 1.8rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con .cate-line{
		height: 3px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-h h1{
		font-size: 1rem;
	}
	.all-product .allPro-msg .all-msg{
		width:95%;
		margin: 6% auto 7%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1{
		font-size: 1.6rem;
		padding-left: 1.5rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1:before{
		width:10px;
		height:10px;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img .text h1{
		font-size: 1.2rem;
    margin-top: 5%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom{
		margin:3.2% 0% 4%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con{
		width: calc(106% / 7);
		padding:1.2rem 0rem;
		margin-left: -1%;
		text-align: center;
		border-top-left-radius:25px;
    border-top-right-radius: 25px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-img{
		display: none !important;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
		font-size:0.95rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .con-bc{
		width: calc(100% - 1px);
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page{
		margin: 2% auto;
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page .page h3{
		width: 35px;
    height: 35px;
    font-size: 1.1rem;
	}
	.product .product-msg .all-msg{
		width: 95%;
		margin:5% auto 6%;
	}
	.product .product-msg .all-msg .msg-detail{
		margin-top: 2%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide{
		width: 50%;
    margin-right: 6%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom{
		margin-top:5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next{
		width:45px;
    height:45px;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next:after{
		font-size: 1.1rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-title h1{
		font-size:2.2rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h4{
		font-size:1rem;
		margin-bottom: 1%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h1{
		font-size:1.8rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con{
		font-size:1.3rem;
		padding: 2.8% 0% 2.8% 4%;
		letter-spacing: -0.2px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title .img{
		width: 34px;
    margin-right: 4px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title h1{
		font-size:1.4rem;
	}
	.product .product-deliver{
		padding: 2% 0%;
	}
	.product .product-deliver .all-deliver .deliver-con:nth-child(1){
		margin-right: 3rem;
	}
	.product .product-deliver .all-deliver .deliver-con .img{
		width: 30px;
		margin-right:0.5rem;
	}
	.product .product-size .size-title{
		padding: 1.2% 0%;
	}
	.product .product-size .size-title h1{
		width: 92%;
	}
	.product .product-size .size-img{
		width: 90%;
    margin: 1% auto 2%;
	}
	.product .product-similar{
		padding-top: 5%;
		margin-bottom: 6%;
	}
	.product .product-similar .similar-pro{
		width: 88%;
		margin: 3.5% auto 4%;
	}
	.product .product-similar .similar-pro .prev-next{
		width: 30px;
    height: 30px;
	}
	.product .product-similar .similar-pro .prev-next:after{
		top: 50%;
		font-size:1.1rem;
	}
	.product .product-similar .similar-pro .swiper-button-prev{
		left: -5%;
	}
	.product .product-similar .similar-pro .swiper-button-next{
		right: -5%;
	}
	.product .product-similar .similar-pro .con h1{
		font-size:1.2rem;
		margin-top: 4%;
	}
	.product .product-similar .similar-btn p{
		font-size:1.2rem;
		height: 40px;
    line-height: 42px;
    padding: 0px 30px;
	}
	.land .same-screen .screen-text{
		top: 58%;
	}
	.land .land-screen .screen-text .text-img .img{
		width:25%;
	}
	.land .land-screen .screen-text .text-h h1{
		font-size: 3.5rem;
    line-height: 3.5rem;
	}
	.land .land-screen .screen-text .text-img1 .img{
		width: 68px;
    margin: 0px 1.2rem;
	}
	.land .land-screen .text-arrow{
		display: none;
		bottom: 5%;
    width: 22px;
	}
	.same-title h1{
		font-size: 2.2rem;
		margin-bottom: 1%;
	}
	.land .land-item{
		padding: 5% 0% 4%;
	}
	.land .land-item .all-item{
		width: 100%;
		margin:3.5% auto 0%; 
	}
	.land .land-item .all-item .item-con{
		margin:1rem 1rem 0rem;
	}
	.land .land-item .all-item .item-con:nth-child(2){
		margin: 1rem 2rem 0rem -1rem;
	}
	.land .land-item .all-item .item-con:nth-last-child(1){
		margin: 1rem 0rem 0rem 1rem;
	}
	.land .land-item .all-item .item-text{
		position: relative;
    content: unset;
    transform: unset;
    top: unset;
    left: unset;
    margin-top: -6%;
    text-align: center;
	}
	.land .land-item .all-item .item-text p{
		margin-bottom: 2.5%;
	}
	.land .land-item .all-item .item-text h1{
		font-size:1.5rem;
	}
	.land .land-item .all-item .item-text h1 br{
		display: none;
	}
	.land .land-kitchen .kitchen-one .kitchen-top{
		width: 98%;
    margin: 4% auto 1%;
	}
	.land .top-con .con-btn p{
		font-size: 1rem;
		padding: 3px 8px;
	}
	.land .top-con .con-title h1{
		font-size: 2.2rem;
		margin: 1rem 0rem -2px;
	}
	.land .top-con .con-title p{
		font-size: 0.95rem;
    letter-spacing: 0px;
	}
	.land .slide-con p{
		font-size: 0.95rem;
		letter-spacing: 0.3px;
	}
	.land .pro-text p{
		font-size: 1.2rem;
	}
	.land .pro-text h1{
		font-size: 1rem;
		margin-top: 3px;
	}
	.land .top-con .con-num h2{
		font-size: 1.3rem;
	}
	.land .top-con .con-num h1{
		font-size: 1rem;
	}
	.land .slide-con{
		margin-top:2rem;
	}
	.land .swiper-container .swiper-button-next{
		left: unset;
    right: 2%;
	}
	.land .swiper-container .prev-next-img{
		top: calc(100% + 0.5rem);
		width: 30px;
	}
	.land .swiper-container .swiper-button-prev{
		left: unset;
    right: calc(2% + 50px);
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2){
		padding: 2% 0% 2% 1%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-img{
		margin-top: 8%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-num{
		margin: -1% 0% 0% 2%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom{
		width: 98%;
    margin:1% auto 3%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con{
		margin:2rem 0.5rem;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con:nth-child(1){
		margin-left:0rem;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con:nth-last-child(1){
		margin-right:0rem;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con .pro-bottom{
		margin: 7% 0% 0% 10%;
	}
	.land .land-storage .storage-top{
		width:90%;
	}
	.land .land-storage .storage-top .top-con .con-num{
		margin: 2% 0% 5%;
	}
	.land .land-storage .storage-top .top-con .con-img{
		width: 88%;
	}
	.land .land-storage .storage-top .top-con .top-slide .swiper-container .swiper-button-prev{
		right:50px;
	}
	.land .land-storage .storage-two .storage-bottom{
		margin: 0% auto 3.5%;
	}
	.land .land-office{
		padding: 5.5% 0% 4%;
	}
	.land .land-office .office-top{
		width:95%;
		margin: 0% auto 4%;
	}
	.land .land-office .office-top .top-con{
		width:55%;
		margin-left:3%;
		margin-right:2%;
	}
	.land .land-office .office-top .top-con:nth-last-child(1){
		width:40%;
	}
	.land .land-office .office-top .top-con .top-slide .prev-next-img img{
		width:12px;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-prev{
		top: calc(88% - 12px);
		left:-7.5%;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-next{
		top: calc(88% + 12px);
		left:-7.5%;
	}
	.land .land-office .office-top .top-con .slide-con p{
		font-size: 0.95rem;
		letter-spacing: 1px;
	}
	.land .land-office .office-top .con-title{
		margin: 3% 0% 8%;
	}
	.land .land-office .office-top .con-title h1:nth-child(1){
		font-size:1.8rem;
	}
	.land .land-office .office-top .con-title h1:nth-child(2){
		font-size:2.2rem;
	}
	.land .land-office .office-top .con-title p{
		font-size: 0.95rem;
	}
	.land .land-office .office-two .bottom-slide{
		width:88%;
	}
	.land .land-office .office-two .bottom-slide .swiper-container .prev-next:after{
		font-size: 1.8rem;
	}
	.land .land-adv{
		padding: 9% 0% 4%;
	}
	.land .land-adv .all-adv{
		width: 93%;
    margin-bottom:-12%;
    padding: 2.5rem 1rem 1.5rem;
	}
	.land .land-adv .all-adv .adv-con{
		padding: 0rem 1rem;
	}
	.land .land-adv .all-adv .adv-con .adv-img{
		margin-bottom: 1rem;
	}
	.land .land-adv .all-adv .adv-con .adv-img .img{
		width:60px;
	}
	.land .land-adv .all-adv .adv-con .adv-text h1{
		font-size:2.5rem;
	}
	.land .land-choose{
		padding:14% 0% 6%;
	}
	.land .land-choose .all-choose .choose-con{
		width: 95%;
    margin:4% auto;
	}
	.land .land-choose .all-choose .choose-con .img-text .text{
		padding:8% 0% 8% 4%;
	}
	.land .land-choose .all-choose .choose-con .img-text .text p{
		font-size: 0.8rem;
		letter-spacing: 0.2px;
	}
	.land .land-choose .all-choose .choose-con .img-text .text h1{
		font-size: 1.6rem;
		margin: 0.5rem 0rem 1rem;
	}
	.land .land-choose .all-choose .choose-brand{
		width: 88%;
    margin: 0% auto;
	}
	.land .land-choose .all-choose .choose-brand .img{
		margin: 1rem 0.5rem;
	}
	.about .same-screen .screen-text{
		top: 60%;
	}
	.about .same-screen .screen-text .text-p p{
		font-size: 1.1rem;
	}
	.about .same-screen .screen-text .text-h h1{
		font-size:4.5rem;
	}
	.about .same-screen .screen-text .text-btn p{
		font-size: 1.1rem;
    height: 40px;
    line-height: 44px;
    padding: 0px 15px;
	}
	.about .about-brief{
		padding: 6% 0% 5%;
	}
	.about .about-brief .all-brief{
		width:95%;
	}
	.about .about-brief .all-brief .brief-top{
		flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 3%;
	}
	.about .about-brief .all-brief .brief-top .brief-left{
		width:90%;
		margin:4% auto;
	}
	.about .about-brief .all-brief .brief-top .brief-right{
		width: 757px;
    margin: 0% auto;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1{
		font-size:2.6rem;
		margin-bottom: 2%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1:before{
		top: 100%;
		height:2px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h4{
		font-size:1.7rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con{
		margin:2% auto 3.5%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p{
		width: 100%;
    font-size: 1rem;
    line-height: 1.7rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p:nth-child(1){
		margin-bottom:1.5%;
	}
	.about .btn-con .p-one{
		font-size:1.2rem;
		margin-right:5px;
	}
	.about .btn-con{
		padding: 8px 12px 7px;
	}
	.about .brief-btn .btn-con .img{
		width:18px;
		margin-top: 0px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-btn .p-two{
		letter-spacing: 1px;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con{
		width: calc(92% / 5);
    margin-right: 2%;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con h1{
		font-size:3rem;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con p{
		font-size: 0.8rem;
    letter-spacing: 0.1px;
		line-height: 1.2rem;
	}
	.about .about-workshop{
		padding:4.5% 0%;
	}
	.about .about-workshop .all-work{
		width:98%;
		margin-left:2%;
	}
	.about .about-workshop .all-work .work-left{
		width: 28%;
    margin-right: 2%;
	}
	.about .about-workshop .all-work .work-right{
		width: 70%;
	}
	.about .about-workshop .all-work .work-left .left-title h1{
		font-size:2.2rem;
		line-height: 2.2rem;
	}
	.about .about-workshop .all-work .work-left .left-p{
		line-height: 1.5rem;
		margin: 4% auto 10%;
	}
	.about .about-workshop .all-work .work-right .slide-con .con-h h1{
		font-size:1.5rem;
		padding:7% 0% 5%;
	}
	.about .about-workshop .all-work .work-right .slide-con{
		border-bottom:10px solid #f7ab00;
		box-shadow:0px 0px 10px rgb(0,0,0,0.1);
	}
	.about .about-sample{
		padding:5% 0%;
	}
	.about .about-sample .all-sample{
		width:98%;
	}
	.about .about-sample .all-sample .sample-left{
		width: 50%;
    margin: 0%;
    margin-right: 2%;
	}
	.about .about-sample .all-sample .sample-right{
		width:48%;
	}
	.about .about-sample .all-sample .sample-right .right-title h1{
		font-size: 2.2rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p{
		font-size: 0.9rem;
    line-height: 1.2rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p br{
		display: none;
	}
	.about .about-sample .all-sample .sample-right .right-title .title-img .img img{
		width: 120px;
	}
	.about .about-sample .all-sample .sample-right .right-con{
		margin-top:5%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p{
		padding: 4% 0% 4% 4%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(1){
		font-size: 1rem;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(2){
		font-size: 1.2rem;
	}
	.about .about-certifi{
		padding: 7% 0% 13%;
	}
	.about .about-certifi .certifi-brief{
		margin-top:2.5%;
	}
	.about .about-certifi .certifi-brief .certifi-left{
		width: 25%;
    margin: 5% 2% 0% 0%;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-title h1{
		font-size: 1.5rem;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img{
		width:90%;
		margin-left:10%;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container{
		padding: 2% 0% 2% 1%;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container .img{
		box-shadow:0px 0px 12px rgb(0,0,0,0.2);
	}
	.about .about-exhibit .all-exhibit{
		margin-bottom: 6%;
	}
	.about .about-exhibit .exhibit-con{
		width:95%;
		margin:3.5% auto 4.5%;
	}
	.about .about-exhibit .exhibit-brand{
		width:88%;
		margin: 0% auto;
	}
	.contact .contact-msg .all-msg{
		width: 88%;
    margin: 6% auto 6.5%;
	}
	.contact .contact-msg .all-msg .msg-left .left-title h1{
		font-size:1.7rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-title p{
		line-height:1.5rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con{
		margin-bottom:3%;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-img{
		width: 35px;
    margin-right: 10px;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text{
		width: calc(100% - 45px);
		line-height: 1.5rem;
	}
	.down .same-screen .screen-text .text-h h1{
		font-size: 4rem;
	}
	.down .down-load{
		margin-top: 6%;
	}
	.down .down-load .down-top{
		width: 85%;
		padding: 5.5% 0% 4.5%;
	}
	.down .down-load .down-top .same-title h1{
		font-size: 2.5rem;
	}
	.down .down-load .down-top .down-img .cata-img{
		width:42%;
		max-width: 514px;
	}
	.down .down-load .down-btn .con-btn{
		padding: 2% 2.5% 1.5%;
	}
	.down .down-load .down-btn .con-btn .btn-p{
		font-size: 1.6rem;
	}
	.down .down-load .down-btn .con-btn .img{
		width: 20px;
		margin: 0px 0px 0px 10px;
	}
	.footer .all-sale .same-title h1{
		font-size: 1.6rem;
	}
	.footer .all-sale .sale-img{
		margin-top: 4%;
	}
	.footer .foot-form{
		padding:5% 0% 3.5%;
	}
	.footer .foot-form .all-form .form{
		width: 70%;
    margin: 2.5% auto 0%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 2rem;
	}
	.footer .foot-nav{
		padding: 4% 0% 2.5%;
	}
	.footer .foot-nav .all-nav{
		width: 90%;
	}
	.footer .foot-nav .all-nav .foot-logo{
		width: 120px;
		margin-bottom: 1.5rem;
	}
	.footer .foot-nav .all-nav .foot-title{
		margin-bottom: 1.5rem;
	}
	.footer .foot-nav .all-nav .foot-title h1{
		font-size: 1.3rem;
	}
	.footer .foot-nav .all-nav .nav-one .con-p{
		font-size: 0.9rem;
	}
	.footer .foot-nav .all-nav .nav-one .con-p:nth-child(1) p{
		font-size:0.95rem;
		letter-spacing: 0.8px;
	}
	.footer .foot-nav .all-nav .nav-two .img-con .img{
		width: 20px;
		margin:5px 10px 0px 0px;
	}
	.footer .foot-nav .all-nav .nav-two .con-p{
		width: calc(100% - 30px);
	}
	.footer .foot-nav .all-nav .nav-two .con-p p{
		font-size: 1rem;
	}
	.footer .foot-nav .all-nav .nav-three .item-link h1{
		font-size: 1.05rem;
	}
	.footer .foot-bottom{
		padding: 0.7% 0%;
	}
	.footer .foot-bottom p{
		font-size: 0.9rem;
	}
	.form .layui-input{
		height: 52px;
    line-height: 52px;
    padding-left: 22px;
	}
	.form .layui-textarea{
		padding: 12px 22px;
	}
	.show-form .download{
		width: 70%;
	}
	.show-form .download .form-title{
		font-size: 1.7rem;
		line-height: 2.2rem;
		margin-bottom:2rem;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.same-screen .screen-text .text-img{
		margin-bottom:1.5%;
	}
	.same-screen .screen-text .text-img .img{
		width:60px;
	}
	.same-screen .screen-text .text-p p{
		font-size: 1rem;
		letter-spacing:0.5px;
	}
	.same-screen .screen-text .text-h h1{
		font-size: 3.2rem;
		margin: 1% 0% 2.5%;
	}
	.same-screen .screen-text .text-btn p{
		font-size: 1.1rem;
    height: 42px;
    line-height: 44px;
    padding: 0px 15px;
	}
	.home .same-screen .screen-text{
		top:48%;
	}
	.home .hom-pro .pro-img{
		width: 98%;
    margin: 5% auto;
	}
	.home .hom-pro .pro-img .con-img{
		width: calc(98.5% / 3);
    margin: 0.5% 0.5% 0% 0%;
	}
	.home .hom-pro .pro-img .con-img .show-img .little-img img{
		width:48px;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top{
		margin-bottom:1rem;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top .img{
		width:60px;
	}
	.home .hom-pro .pro-img .con-img .con-text h1{
		font-size: 1.8rem;
	}
	.home .hom-pro .pro-img .con-five .show-hide{
		margin-top: -32.5%;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img{
		width:40%;
		padding: 8% 0%;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img .img{
		width:65px;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text{
		width:60%;
		padding:1% 1.5% 2%;
    margin: 0% auto;
/*    background-color: #f6ad3c;*/
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text h2{
		font-size: 2rem;
    margin: 2% 0%;
/*    color: #fefefe;*/
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text .text-p{
		font-size: 0.85rem;
		line-height: 1.2rem;
		color: #fefefe;
	}
	.home .hom-pro .pro-img .con-five .hide-img .all-hide{
		margin-top: -15%;
	}
	.home .hom-pro .pro-img .con-six .hide-img .all-hide{
		margin-top: -10%;
	}
	.home .hom-pro .pro-img .con-six .img-logo .img{
		width:88px;
	}
	.same-title h1{
		font-size: 2rem;
		margin-bottom: 1%;
	}
	.same-title .line{
		width: 100px;
    height: 2px;
	}
	.home .home-adv{
		width: 98%;
		padding:5% 0% 2%;
	}
	.home .home-adv .all-adv .adv-detail{
		width: 90%;
		margin:2% auto 0%;
    flex-wrap: wrap;
	}
	.home .home-adv .all-adv .adv-detail .adv-con{
		width: calc(94% / 3);
    margin: 1%;
		padding: 3% 0% 3%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img{
		margin-bottom: 9%;
	}
	.home .home-adv .adv-detail .adv-con:nth-last-child(1) .adv-img{
		margin-bottom:9%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img .img{
		width:65px;
	}
	.home .home-adv .adv-detail .adv-con .con-text h1{
		font-size:1.5rem;
		line-height: 1.2rem;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(4) .con-text h1{
		font-size:1.2rem;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(5) .con-text h1{
		font-size:1.2rem;
	}
	.home .home-company .all-company{
		padding:6% 0%;
	}
	.home .home-company .company-detail{
		width:88%;
    margin:3% auto 4%;
    flex-wrap: wrap;
	}
	.home .home-company .company-detail .company-con{
		width: calc(84% / 2);
    margin:2%;
		padding:2%;
		box-shadow: 0px 0px 12px rgb(0,0,0,0.1);
	}
	.home .home-company .company-detail .company-con .text-h h1{
		font-size: 1.3rem;
		margin: 1.5rem 0rem 0.3rem;
	}
	.home .home-company .company-detail .company-con .btn p{
		font-size:0.85rem;
	}
	.home .home-company .company-brand{
		width: 90%;
    margin: 2% auto;
	}
	.home .home-company .company-brand .img{
		margin:1rem 0.5rem;
	}
	.all-product .same-screen .screen-text{
		top: 50%;
	}
	.all-product .same-screen .screen-text .text-h h1{
		font-size: 4.5rem;
	}
	.all-product .allPro-cate .all-cate{
		width:95%;
		padding: 3.5% 0% 0%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.all-product .allPro-cate .all-cate .cate-title{
		margin-right: 0rem;
	}
	.all-product .allPro-cate .all-cate .cate-title h1{
		font-size:2rem;
	}
	.all-product .allPro-cate .all-cate .cate-title h1 br{
		display: none;
	}
	.all-product .allPro-cate .all-cate .cate-detail{
		margin-top:1%;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-img .img{
		width: 65px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con{
		margin: 0rem 1.5rem;
    padding:1.5rem 0rem 1.5rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con:nth-child(1){
		margin-left:0rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con:nth-last-child(1){
		margin-right:0rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con .cate-line{
		height: 3px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-h h1{
		font-size: 1rem;
	}
	.all-product .allPro-msg .all-msg{
		width:98%;
		margin: 7% auto 8%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1{
		font-size: 1.6rem;
		padding-left: 1.5rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1:before{
		width:10px;
		height:10px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .img{
		width: 22px;
    margin-right: 3px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
		font-size:1rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom{
		margin: 4% 0% 7%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con{
		width: calc(100% / 7);
		padding:1.2rem 0rem;
		margin-left: 0%;
		text-align: center;
		border-top-left-radius:15px;
    border-top-right-radius: 15px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-img{
		display: none !important;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
		font-size:0.9rem;
		padding: 0px 2px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .con-bc{
		width: calc(100% - 0px);
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(1){
		margin-left:0rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-last-child(1){
		margin-right:0rem;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img{
		width: calc(98% / 3);
    margin: 0% 1% 3.5% 0%;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img .text h1{
		font-size: 1.1rem;
    margin-top: 6%;
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page{
		margin: 2% auto;
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page .page h3{
		width: 32px;
    height: 32px;
    font-size: 1.05rem;
    margin: 0px 8px;
	}
	.product .product-msg .all-msg{
		width: 80%;
		margin:5% auto 6%;
	}
	.product .product-msg .all-msg .msg-detail{
		flex-wrap: wrap;
		margin-top: 2%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide{
		width: 100%;
		margin:0% auto 5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con{
		width:100%;
		margin:0% auto;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top{
		width: 88%;
    margin: 0% auto;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom{
		margin-top:5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next{
		width:45px;
    height:45px;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next:after{
		font-size: 1.1rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title{
		margin: 2.2% auto 2%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-title h1{
		font-size:2.2rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h4{
		font-size:1rem;
		margin-bottom: 1%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h1{
		font-size:1.8rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con{
		font-size: 1.25rem;
    padding: 2% 0% 2% 3%;
		letter-spacing: -0.2px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .all-msgs{
		padding:1.5% 0% 1.5% 2%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title .img{
		width: 32px;
    margin-right: 3px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title h1{
		font-size:1.4rem;
	}
	.product .product-deliver .all-deliver .deliver-con .text h1{
		font-size:1rem;
	}
	.product .product-deliver{
		padding: 2.5% 0%;
	}
	.product .product-deliver .all-deliver{
		width: 95%;
    margin: 0% auto;
	}
	.product .product-deliver .all-deliver .deliver-con:nth-child(1){
		margin-right:2rem;
	}
	.product .product-deliver .all-deliver .deliver-con .img{
		width: 30px;
		margin-right:0.5rem;
	}
	.product .product-size .size-title{
		padding: 1.5% 0% 1.3%;
	}
	.product .product-size .size-title h1{
		width: 92%;
	}
	.product .product-size .size-img{
		width: 90%;
    margin: 1% auto 2%;
	}
	.product .product-similar{
		padding-top: 5.5%;
    margin-bottom: 6.5%;
	}
	.product .product-similar .similar-pro{
		width: 88%;
		margin:4% auto;
	}
	.product .product-similar .similar-pro .prev-next{
		width: 28px;
    height: 28px;
	}
	.product .product-similar .similar-pro .prev-next:after{
		top: 50%;
		font-size:1rem;
	}
	.product .product-similar .similar-pro .swiper-button-prev{
		left: -5.5%;
	}
	.product .product-similar .similar-pro .swiper-button-next{
		right: -5.5%;
	}
	.product .product-similar .similar-pro .con h1{
		font-size:1.2rem;
		margin-top:5%;
	}
	.product .product-similar .similar-btn p{
		font-size: 1.1rem;
    height: 38px;
    line-height: 42px;
    padding: 0px 25px;
	}
	.land .same-screen .screen-text{
		top: 50%;
	}
	.land .land-screen .screen-text .text-img .img{
		width:25%;
	}
	.land .land-screen .screen-text .text-h h1{
		font-size:3.5rem;
	}
	.land .land-screen .screen-text .text-img1 .img{
		width: 62px;
    margin: 0px 1rem;
	}
	.land .land-screen .screen-text .text-btn{
		margin-top: 3%;
	}
	.land .land-screen .text-arrow{
		display: none;
	}
	.land .land-item{
		padding: 5% 0% 4%;
	}
	.land .land-item .all-item{
		width: 100%;
		margin:3% auto 0%; 
	}
	.land .land-item .all-item .item-con{
		margin:1rem 0rem 0rem;
	}
	.land .land-item .all-item .item-con:nth-child(2){
		margin:1rem 1rem 0rem -1rem;
	}
	.land .land-item .all-item .item-con:nth-last-child(1){
		margin: 1rem 0rem 0rem 1rem;
	}
	.land .land-item .all-item .item-text{
		position: relative;
    content: unset;
    transform: unset;
    top: unset;
    left: unset;
    margin-top: -5%;
    text-align: center;
	}
	.land .land-item .all-item .item-text p{
		margin-bottom: 2.5%;
	}
	.land .land-item .all-item .item-text h1{
		font-size:1.3rem;
	}
	.land .land-item .all-item .item-text h1 br{
		display: none;
	}
	.land .land-kitchen .kitchen-one .kitchen-top{
		width: 80%;
    margin: 5% auto 1%;
    flex-wrap:wrap;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(1){
		width:100%;
		margin: 0% auto 2.5%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2){
		width:50%;
		padding:3% 0% 3% 2%;
		margin: 0% 2% 0% 0%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(3){
		width:46%;
	}
	.land .top-con .con-btn p{
		font-size: 0.95rem;
		padding:5px 8px;
	}
	.land .top-con .con-title h1{
		font-size: 2.2rem;
		margin: 1.2rem 0rem -2px;
	}
	.land .top-con .con-title p{
		font-size:0.9rem;
    letter-spacing: 0px;
	}
	.land .slide-con p{
		font-size: 0.95rem;
		letter-spacing: 0.3px;
	}
	.land .pro-text p{
		font-size: 1.1rem;
	}
	.land .pro-text h1{
		font-size: 1rem;
		margin-top: 3px;
	}
	.land .top-con .con-num h2{
		font-size: 1.3rem;
	}
	.land .top-con .con-num h1{
		font-size: 1rem;
	}
	.land .slide-con{
		margin-top:1rem;
	}
	.land .swiper-container .swiper-button-next{
		left: unset;
    right: 2%;
	}
	.land .swiper-container .prev-next-img{
		top: calc(100% + 1rem);
		width: 30px;
	}
	.land .swiper-container .swiper-button-prev{
		left: unset;
    right: calc(2% + 50px);
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-img{
		margin-top: 8%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-num{
		margin: -1% 0% 0% 2%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom{
		width: 85%;
    flex-wrap: wrap;
    margin: 1% auto 4%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con{
		width:calc(88% / 2);
		margin:3%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con .pro-bottom{
		margin: 7% 0% 0% 10%;
	}
	.land .land-storage .storage-top{
		width:98%;
	}
	.land .land-storage .storage-top .top-con:nth-last-child(1){
		margin: 0%;
	}
	.land .land-storage .storage-top .top-con .con-num{
		margin: 2.5% 0% 5%;
	}
	.land .land-storage .storage-top .top-con .con-img{
		width: 90%;
	}
	.land .land-storage .storage-top .top-con .top-slide .swiper-container .prev-next-img{
		top: calc(100% + 0.5rem);
	}
	.land .land-storage .storage-top .top-con .top-slide .swiper-container .swiper-button-prev{
		right:50px;
	}
	.land .land-storage .storage-top .top-con .slide-con{
		margin-top: 2.5rem;
	}
	.land .land-storage .storage-two .storage-bottom{
		margin: 0% auto 3.5%;
	}
	.land .land-office{
		padding: 5.5% 0% 4%;
	}
	.land .land-office .office-top{
		width:85%;
		margin: 0% auto 4%;
		flex-wrap: wrap;
	}
	.land .land-office .office-top .top-con{
		width:95%;
		margin-left:5%;
		margin-right:0%;
	}
	.land .land-office .office-top .top-con:nth-last-child(1){
		width:95%;
		margin: 5% auto 0%;
		margin-left:5%;
	}
	.land .land-office .office-top .top-con .top-slide .prev-next-img img{
		width:12px;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-prev{
		top: calc(88% - 12px);
		left:-7.5%;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-next{
		top: calc(88% + 12px);
		left:-7.5%;
	}
	.land .land-office .office-top .top-con .slide-con p{
		font-size: 0.95rem;
		letter-spacing: 1px;
	}
	.land .land-office .office-top .con-title{
		margin: 3% 0% 5%;
	}
	.land .land-office .office-top .con-title h1:nth-child(1){
		font-size:2rem;
	}
	.land .land-office .office-top .con-title h1:nth-child(2){
		font-size:2.2rem;
	}
	.land .land-office .office-top .con-title p{
		font-size: 0.95rem;
	}
	.land .land-office .office-one:before{
		width: 75%;
    height: 20%;
	}
	.land .land-office .office-two .bottom-slide{
		width:90%;
		margin:2% auto 0%;
	}
	.land .land-office .office-two .bottom-slide .swiper-container .prev-next:after{
		font-size: 1.6rem;
	}
	.land .land-office .office-two .bottom-slide .pro-text{
		margin-top:6%;
	}
	.land .land-adv{
		padding: 9% 0% 4%;
	}
	.land .land-adv .all-adv{
		width: 93%;
    margin-bottom:-12%;
    padding: 2rem 1rem 1.5rem;
	}
	.land .land-adv .all-adv .adv-con{
		padding: 0rem 0.5rem;
	}
	.land .land-adv .all-adv .adv-con:nth-child(1){
		margin-left:0rem;
	}
	.land .land-adv .all-adv .adv-con:nth-last-child(1){
		margin-right:0rem;
	}
	.land .land-adv .all-adv .adv-con .adv-img{
		margin-bottom: 1rem;
	}
	.land .land-adv .all-adv .adv-con .adv-img .img{
		width:55px;
	}
	.land .land-adv .all-adv .adv-con .adv-text h1{
		font-size:2.2rem;
	}
	.land .land-choose{
		padding:14% 0% 6%;
	}
	.land .land-choose .all-choose .choose-con{
		width: 95%;
    margin:4% auto;
	}
	.land .land-choose .all-choose .choose-con .img-text{
		width: calc(96% / 3);
    margin-right:2%;
    box-shadow: 0px 0px 10px rgb(0,0,0,0.1);
	}
	.land .land-choose .all-choose .choose-con .img-text .text{
		padding:8% 0% 8% 4%;
	}
	.land .land-choose .all-choose .choose-con .img-text .text p{
		font-size: 0.8rem;
		letter-spacing: 0.2px;
	}
	.land .land-choose .all-choose .choose-con .img-text .text h1{
		font-size: 1.5rem;
		margin: 0.5rem 0rem 1rem;
	}
	.land .land-choose .all-choose .choose-brand{
		width: 90%;
    margin: 0% auto;
	}
	.land .land-choose .all-choose .choose-brand .img{
		margin: 1rem 0.3rem;
	}
	.about .same-screen .screen-text{
		top: 50%;
	}
	.about .same-screen .screen-text .text-p p{
		font-size: 1rem;
	}
	.about .same-screen .screen-text .text-h h1{
		font-size:4rem;
		margin: 1% 0% 2.2%;
	}
	.about .same-screen .screen-text .text-btn p{
		font-size: 1.1rem;
    height: 40px;
    line-height: 44px;
    padding: 0px 15px;
	}
	.about .about-brief{
		padding: 6.5% 0% 5.5%;
	}
	.about .about-brief .all-brief{
		width:85%;
	}
	.about .about-brief .all-brief .brief-top{
		flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 3%;
	}
	.about .about-brief .all-brief .brief-top .brief-left{
		width:100%;
		margin:4% auto;
	}
	.about .about-brief .all-brief .brief-top .brief-right{
		width: 100%;
    margin: 0% auto;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1{
		font-size:2.5rem;
		margin-bottom: 2%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1:before{
		top: 100%;
		height:2px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h4{
		font-size:1.6rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con{
		margin:2% auto 3.5%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p{
		width: 100%;
    font-size: 1rem;
    line-height: 1.7rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p:nth-child(1){
		margin-bottom:1.5%;
	}
	.about .btn-con .p-one{
		font-size:1.2rem;
		margin-right:5px;
	}
	.about .btn-con{
		padding: 8px 12px 7px;
	}
	.about .brief-btn .btn-con .img{
		width:18px;
		margin-top: 0px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-btn .p-two{
		letter-spacing: 1px;
	}
	.about .about-brief .all-brief .brief-bottom{
		flex-wrap: wrap;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con{
		width: calc(88% / 3);
    margin: 1.3% 1%;
    padding:3.5% 1% 3%; 
	}
	.about .about-brief .all-brief .brief-bottom .adv-con h1{
		font-size:2.8rem;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con p{
		font-size: 0.85rem;
    letter-spacing: 0.1px;
		line-height: 1.2rem;
	}
	.about .about-workshop{
		padding:4.5% 0%;
	}
	.about .about-workshop .all-work{
		width: 88%;
    margin: 2% auto;
    flex-wrap: wrap;
	}
	.about .about-workshop .all-work .work-left{
		width: 88%;
    margin:0% auto 2rem;
	}
	.about .about-workshop .all-work .work-right{
		width: 100%;
	}
	.about .about-workshop .all-work .work-left .left-title h1{
		font-size:2.2rem;
		line-height: 2.2rem;
	}
	.about .about-workshop .all-work .work-left .left-p{
		font-size: 1rem;
		line-height: 1.5rem;
	  margin: 1rem auto 2rem;
	}
	.about .about-workshop .all-work .work-right .slide-con .con-h h1{
		font-size:1.5rem;
		padding:7% 0% 5%;
	}
	.about .about-workshop .all-work .work-right .slide-con{
		border-bottom:8px solid #f7ab00;
		box-shadow:0px 0px 10px rgb(0,0,0,0.1);
	}
	.about .about-sample{
		padding:5% 0%;
		background: unset;
    background-color: #f5f5f5;
	}
	.about .about-sample .all-sample{
		width:85%;
		flex-wrap:wrap;
	}
	.about .about-sample .all-sample .sample-left{
		width: 600px;
		margin:2% auto;
	}
	.about .about-sample .all-sample .sample-right{
		width:100%;
		margin:4% auto 0%;
	}
	.about .about-sample .all-sample .sample-right .right-title h1{
		font-size: 2.2rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p{
		font-size: 0.95rem;
    line-height: 1.4rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p br{
		display: none;
	}
	.about .about-sample .all-sample .sample-right .right-title .title-img .img img{
		width: 120px;
	}
	.about .about-sample .all-sample .sample-right .right-con{
		margin-top:5%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p{
		padding: 3% 0% 3% 3%;
		margin: 1.5% 0%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(1){
		font-size: 1rem;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(2){
		font-size: 1.3rem;
	}
	.about .about-certifi{
		padding: 7% 0% 13%;
		background-size: auto 100%;
	}
	.about .about-certifi .certifi-brief{
		flex-wrap: wrap;
    width: 95%;
    margin: 3% auto;
	}
	.about .about-certifi .certifi-brief .certifi-left{
		width: 100%;
		margin:2% auto;
	}
	.about .about-certifi .certifi-brief .certifi-right{
		width: 100%;
	}
	.about .about-certifi .certifi-brief .certifi-left .all-left{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-title{
		width:100%;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-title h1{
		font-size: 1.5rem;
		text-align: left;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img{
		justify-content: flex-start;
		margin:0%;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img{
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img:nth-child(2){
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img:nth-child(3){
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container{
		padding: 2% 0% 2% 1%;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container .img{
		box-shadow:0px 0px 12px rgb(0,0,0,0.2);
	}
	.about .about-exhibit .all-exhibit{
		margin-bottom: 6%;
	}
	.about .about-exhibit .exhibit-con{
		width:95%;
		margin:4% auto 5%;
	}
	.about .about-exhibit .exhibit-brand{
		width:90%;
		margin: 0% auto;
	}
	.about .about-exhibit .exhibit-brand .img{
		margin:1rem 0.5rem;
	}
	.contact .same-screen .screen-text{
		top: 50%;
	}
	.contact .same-screen .screen-text .text-h h1{
		margin: 1.5% 0% 2%;
	}
	.contact .contact-msg .all-msg{
		width: 95%;
    margin: 6.5% auto 7%;
    align-items: center;
	}
	.contact .contact-msg .all-msg .msg-right{
		height: 330px;
	}
	.contact .contact-msg .all-msg .msg-left .left-title h1{
		font-size:1.7rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-title p{
		width: 95%;
		font-size:0.95rem;
		line-height:1.5rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con{
		margin-bottom:3%;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-img{
		width: 30px;
    margin-right: 10px;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text{
		font-size: 0.95rem;
		width: calc(100% - 40px);
		line-height: 1.5rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text .p-one br{
		display: none;
	}
	.down .same-screen .screen-text .text-h h1{
		font-size: 3.2rem;
	}
	.down .down-load{
		margin-top: 6%;
	}
	.down .down-load .down-top{
		width: 88%;
		padding: 7% 0% 6%;
	}
	.down .down-load .down-top .same-title h1{
		font-size: 2.5rem;
	}
	.down .down-load .down-top .down-img .cata-img{
		width:45%;
		max-width: 514px;
	}
	.down .down-load .down-btn .con-btn{
		padding: 2.5% 2.5% 2%;
	}
	.down .down-load .down-btn .con-btn .btn-p{
		font-size: 1.5rem;
	}
	.down .down-load .down-btn .con-btn .img{
		width: 20px;
		margin: 0px 0px 0px 10px;
	}
	.footer .all-sale .same-title h1{
		font-size: 1.5rem;
	}
	.footer .all-sale .sale-img{
		margin-top: 3%;
	}
	.footer .foot-form{
		padding:5.5% 0% 4%;
	}
	.footer .foot-form .all-form .form{
		width: 80%;
    margin: 3.5% auto 0%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 2rem;
	}
	.footer .foot-form .all-form .form .layui-form .btn{
		margin: 3% 0px 0px -10%;
	}
	.footer .foot-form .all-form .form .layui-form .btn .btn-p p{
		font-size: 1rem;
		margin-left: 3rem;
	}
	.footer .foot-nav{
		padding: 4% 0% 2%;
	}
	.footer .foot-nav .all-nav{
		width:85%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width:50%;
		margin:0% 2% 2% 0%;
	}
	.footer .foot-nav .all-nav .nav-two{
		width:48%;
		margin:0% 0% 2% 0%;
	}
	.footer .foot-nav .all-nav .nav-three{
		width:50%;
		margin-right:2%;
	}
	.footer .foot-nav .all-nav .nav-four{
		width:48%;
	}
	.footer .foot-nav .all-nav .foot-logo{
		width:100px;
		margin-bottom: 1.2rem;
	}
	.footer .foot-nav .all-nav .foot-title{
		margin-bottom: 1rem;
	}
	.footer .foot-nav .all-nav .foot-title h1{
		font-size: 1.3rem;
	}
	.footer .foot-nav .all-nav .nav-one .con-p{
		font-size: 0.9rem;
	}
	.footer .foot-nav .all-nav .nav-one .con-p:nth-child(1) p{
		font-size:0.95rem;
		letter-spacing: 0.8px;
	}
	.footer .foot-nav .all-nav .nav-two .img-con .img{
		width: 20px;
		margin:5px 10px 0px 0px;
	}
	.footer .foot-nav .all-nav .nav-two .con-p{
		width: calc(100% - 30px);
	}
	.footer .foot-nav .all-nav .nav-two .con-p p{
		font-size: 1rem;
	}
	.footer .foot-nav .all-nav .nav-three .item-link h1{
		font-size: 1.05rem;
	}
	.footer .foot-nav .all-nav .nav-four .img-con .img:nth-child(2n){
		margin: 0px 5px 5px 0px;
	}
	.footer .foot-bottom{
		padding: 0.7% 0%;
	}
	.footer .foot-bottom p{
		font-size: 0.9rem;
	}
	.form .layui-input{
		height: 45px;
    line-height: 45px;
    padding-left: 20px;
	}
	.form .layui-textarea{
		padding: 12px 22px;
	}
	.form .layui-btn{
		font-size: 1rem;
		height: 40px;
    line-height: 42px;
	}
	.show-form .download{
		width: 75%;
	}
	.show-form .download .form-title{
		font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom:1.5rem;
	}
}
@media screen and (min-width:605px) and (max-width:767px){
	.same-screen .screen-text .text-img{
		margin-bottom:1.5%;
	}
	.same-screen .screen-text .text-img .img{
		width:50px;
	}
	.same-screen .screen-text .text-p p{
		font-size: 1rem;
		letter-spacing:0.3px;
	}
	.same-screen .screen-text .text-h h1{
		font-size: 3rem;
    letter-spacing: 3px;
		margin: 1% 0% 2.5%;
	}
	.same-screen .screen-text .text-btn p{
		font-size: 1.1rem;
    height: 42px;
    line-height: 44px;
    padding: 0px 15px;
	}
	.home .same-screen .screen-text{
		top:48%;
	}
	.home .hom-pro .pro-img{
		width: 100%;
    margin: 5% auto;
	}
	.home .hom-pro .pro-img .con-img{
		width: calc(98.5% / 3);
    margin: 0.5% 0.5% 0% 0%;
	}
	.home .hom-pro .pro-img .con-img .show-img .little-img img{
		width:42px;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top{
		margin-bottom:1rem;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top .img{
		width:50px;
	}
	.home .hom-pro .pro-img .con-img .con-text h1{
		font-size: 1.5rem;
	}
	.home .hom-pro .pro-img .con-five .show-hide{
		margin-top: -32.5%;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img{
		/*display: none;*/
		width:40%;
		padding: 8% 0%;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img .img{
		width:60px;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text{
		width: 60%;
		padding:1% 1.5% 2%;
    margin: 0% auto;
    /*background-color: #f6ad3c;*/
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text h2{
		font-size: 1.8rem;
    margin: 2% 0% 1%;
    /*color: #fefefe;*/
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text .text-p{
		font-size: 0.75rem;
		line-height: 1rem;
		color: #fefefe;
	}
	.home .hom-pro .pro-img .con-five .hide-img .all-hide{
		margin-top: -15%;
	}
	.home .hom-pro .pro-img .con-six .hide-img .all-hide{
		margin-top: -10%;
	}
	.home .hom-pro .pro-img .con-six .img-logo .img{
		width:70px;
	}
	.same-title h1{
		font-size: 2rem;
		margin-bottom: 1%;
	}
	.same-title .line{
		width: 100px;
    height: 2px;
	}
	.home .home-adv{
		width: 98%;
		padding:5% 0% 2%;
	}
	.home .home-adv .all-adv .adv-detail{
		width: 90%;
		margin:2% auto 0%;
    flex-wrap: wrap;
	}
	.home .home-adv .all-adv .adv-detail .adv-con{
		width: calc(94% / 3);
    margin: 1%;
		padding: 3% 0% 3%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img{
		margin-bottom: 11%;
	}
	.home .home-adv .adv-detail .adv-con:nth-last-child(1) .adv-img{
		margin-bottom:11%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img .img{
		width:65px;
	}
	.home .home-adv .adv-detail .adv-con .con-text h1{
		font-size:1.5rem;
		line-height: 1.2rem;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(4) .con-text h1{
		font-size:1.2rem;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(5) .con-text h1{
		font-size:1.2rem;
	}
	.home .home-company .all-company{
		padding:6% 0%;
	}
	.home .home-company .company-detail{
		width:90%;
    margin:3% auto 4%;
    flex-wrap: wrap;
	}
	.home .home-company .company-detail .company-con{
		width: calc(84% / 2);
    margin:2%;
		padding:2% 2% 3%;
		box-shadow: 0px 0px 12px rgb(0,0,0,0.1);
	}
	.home .home-company .company-detail .company-con .text-h h1{
		font-size: 1.3rem;
		margin: 1.2rem 0rem 0.2rem;
	}
	.home .home-company .company-detail .company-con .btn p{
		font-size:0.85rem;
	}
	.home .home-company .company-brand{
		width: 90%;
    margin: 2% auto;
	}
	.home .home-company .company-brand .img{
		margin:0.8rem 0.3rem;
	}
	.all-product .same-screen .screen-text{
		top: 52%;
	}
	.all-product .same-screen .screen-text .text-h h1{
		font-size: 3.5rem;
	}
	.all-product .same-screen .screen-text .text-btn p{
		font-size: 1rem;
    height: 40px;
    line-height: 42px;
    padding: 0px 15px;
	}
	.all-product .allPro-cate .all-cate{
		width:95%;
		padding:4% 0% 0%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.all-product .allPro-cate .all-cate .cate-title{
		margin-right: 0rem;
	}
	.all-product .allPro-cate .all-cate .cate-title h1{
		font-size:1.8rem;
	}
	.all-product .allPro-cate .all-cate .cate-title h1 br{
		display: none;
	}
	.all-product .allPro-cate .all-cate .cate-detail{
		margin-top:2%;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-img .img{
		width:55px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con{
		margin: 0rem 1rem;
    padding: 1rem 0rem 1rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con:nth-child(1){
		margin-left:0rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con:nth-last-child(1){
		margin-right:0rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con .cate-line{
		height: 3px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-h h1{
		font-size: 1rem;
	}
	.all-product .allPro-msg .all-msg{
		width:98%;
		margin: 7% auto 8%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1{
		font-size: 1.6rem;
		padding-left: 1.5rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1:before{
		width:10px;
		height:10px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-img{
		display: none !important;
		width: 22px;
    margin-right: 3px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
		font-size:1rem;
		letter-spacing: -0.2px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom{
		margin: 4% 0% 4%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item{
		flex-wrap: wrap;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con{
		width: unset;
    padding: 1rem 2%;
    margin: 1.2% 0%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 2px -2px 5px rgb(150,150,150,0.2);
	}
	.item-con-change{
		width: calc(92% / 2) !important;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
		font-size:0.95rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .con-bc{
		width: calc(100% - 0px);
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-child(1){
		margin-left:0rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con:nth-last-child(1){
		margin-right:0rem;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img{
		width: calc(99% / 3);
    margin: 0% 0.5% 3.5% 0%;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img .text h1{
		font-size: 1.05rem;
    margin-top: 6%;
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page{
		margin:4% auto;
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page .page h3{
		width: 30px;
    height: 30px;
    font-size: 1.05rem;
    margin: 0px 7px;
	}
	.product .product-msg .all-msg{
		width: 85%;
		margin:6% auto 7%;
	}
	.product .product-msg .all-msg .msg-detail{
		flex-wrap: wrap;
		margin-top: 4%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide{
		width: 100%;
		margin:0% auto 5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con{
		width:100%;
		margin:0% auto;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top{
		width: 88%;
    margin: 0% auto;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom{
		margin-top:5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next{
		width:45px;
    height:45px;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next:after{
		font-size: 1.1rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title{
		margin: 2.2% auto 2%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-title h1{
		font-size:2.2rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h4{
		font-size:1rem;
		margin-bottom: 1%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h1{
		font-size:1.8rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con{
		font-size: 1.25rem;
    padding: 2% 0% 2% 3%;
		letter-spacing: -0.2px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .all-msgs{
		padding:1.5% 0% 1.5% 2%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title .img{
		width: 32px;
    margin-right: 3px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title h1{
		font-size:1.4rem;
	}
	.product .product-deliver .all-deliver .deliver-con .text h1{
		font-size:1rem;
	}
	.product .product-deliver{
		padding: 2.5% 0%;
	}
	.product .product-deliver .all-deliver{
		width: 88%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.product .product-deliver .all-deliver .deliver-con{
		width:100%;
		margin:1% auto;
		justify-content: center;
	}
	.product .product-deliver .all-deliver .deliver-con:nth-child(1){
		width:100%;
		margin:1% auto;
	}
	.product .product-deliver .all-deliver .deliver-con .img{
		width: 25px;
		margin-right:0.5rem;
	}
	.product .product-size .size-title{
		padding: 1.5% 0% 1.3%;
	}
	.product .product-size .size-title h1{
		width: 92%;
	}
	.product .product-size .size-img{
		width: 92%;
    margin: 1% auto 2%;
	}
	.product .product-similar{
		padding-top: 6%;
    margin-bottom: 7%;
	}
	.product .product-similar .similar-pro{
		width: 80%;
		margin:4% auto;
	}
	.product .product-similar .similar-pro .prev-next{
		width: 28px;
    height: 28px;
	}
	.product .product-similar .similar-pro .prev-next:after{
		top: 50%;
		font-size:1rem;
	}
	.product .product-similar .similar-pro .swiper-button-prev{
		left: -8%;
	}
	.product .product-similar .similar-pro .swiper-button-next{
		right: -8%;
	}
	.product .product-similar .similar-pro .con h1{
		font-size:1.2rem;
		margin-top:5%;
	}
	.product .product-similar .similar-btn p{
		font-size: 1.1rem;
    height: 38px;
    line-height: 42px;
    padding: 0px 20px;
	}
	.land .same-screen .screen-text{
		top: 50%;
	}
	.land .land-screen .screen-text .text-img .img{
		width:30%;
	}
	.land .land-screen .screen-text .text-h h1{
		font-size:3rem;
		line-height: 3rem;
	}
	.land .land-screen .screen-text .text-img1{
		margin-top: 2%;
	}
	.land .land-screen .screen-text .text-img1 .img{
		width: 55px;
    margin: 0px 1rem;
	}
	.land .land-screen .screen-text .text-btn{
		display: none;
		margin-top: 3%;
	}
	.land .land-screen .screen-text .text-btn p{
		font-size: 1.1rem;
    height: 40px;
    line-height: 44px;
    padding: 0px 15px;
	}
	.land .land-screen .text-arrow{
		display: none;
	}
	.land .land-item{
		padding: 6% 0% 4.5%;
	}
	.land .land-item .all-item{
		width: 88%;
		margin:3.5% auto 0%;
		flex-wrap: wrap;
	}
	.land .land-item .all-item .item-con{
		width: calc(84% / 2);
    margin: 4%;
	}
	.land .land-item .all-item .item-con:nth-child(2){
		margin: 4%;
	}
	.land .land-item .all-item .item-con:nth-last-child(1){
		margin: 4%;
	}
	.land .land-item .all-item .item-text{
		position: relative;
    content: unset;
    transform: unset;
    top: unset;
    left: unset;
    margin-top: -5%;
    text-align: center;
	}
	.land .land-item .all-item .item-text p{
		margin-bottom: 1%;
	}
	.land .land-item .all-item .item-text h1{
		font-size:1.3rem;
	}
	.land .land-item .all-item .item-text h1 br{
		display: none;
	}
	.land .land-kitchen .kitchen-one .kitchen-top{
		width: 88%;
    margin: 5% auto 1%;
    flex-wrap:wrap;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(1){
		width:100%;
		margin: 0% auto 3%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2){
		width:53%;
		padding:3% 0% 4% 2%;
		margin: 0% 1% 0% 0%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(3){
		width:44%;
	}
	.land .top-con .con-btn p{
		font-size: 0.95rem;
		padding:5px 8px;
	}
	.land .top-con .con-title h1{
		font-size: 2.2rem;
		margin: 0.8rem 0rem 0px;
	}
	.land .top-con .con-title p{
		font-size:0.9rem;
    letter-spacing: 0px;
	}
	.land .slide-con p{
		font-size: 0.9rem;
    letter-spacing: 0.1px;
	}
	.land .pro-text p{
		font-size: 1.1rem;
	}
	.land .pro-text h1{
		font-size: 1rem;
		margin-top: 3px;
	}
	.land .top-con .con-num h2{
		font-size: 1.3rem;
	}
	.land .top-con .con-num h1{
		font-size: 1rem;
	}
	.land .slide-con{
		margin-top:1rem;
	}
	.land .swiper-container .prev-next-img{
		top: calc(100% + 1rem);
		width: 25px;
	}
	.land .swiper-container .swiper-button-prev{
		left: unset;
    right: calc(0% + 35px);
	}
	.land .swiper-container .swiper-button-next{
		left: unset;
    right: 0%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-img{
		margin-top:6%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-num{
		margin: 0% 0% 0% 2%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom{
		width: 88%;
    flex-wrap: wrap;
    margin: 1% auto 4%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con{
		width:calc(88% / 2);
		margin:3%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con .pro-bottom{
		margin: 7% 0% 0% 10%;
	}
	.land .land-storage{
		padding-top:7%;
	}
	.land .land-storage .storage-one{
		background-color:#fafafa;
	}
	.land .land-storage .storage-top{
		width: 80%;
		margin: 0% auto 4%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.land .land-storage .storage-top .top-con{
		width:100%;
		margin:4% auto 2%;
	}
	.land .land-storage .storage-top .top-con:nth-last-child(1){
		width:100%;
		margin:0% auto;
	}
	.land .land-storage .storage-top .top-con .con-num{
		margin: 2.5% 0% 5%;
	}
	.land .land-storage .storage-top .top-con .con-img{
		width: 80%;
	}
	.land .land-storage .storage-top .top-con .top-slide .swiper-container .prev-next-img{
		top: calc(100% + 0.5rem);
	}
	.land .land-storage .storage-top .top-con .top-slide .swiper-container .swiper-button-prev{
		right:50px;
	}
	.land .land-storage .storage-top .top-con .slide-con{
		margin-top: 0.7rem;
	}
	.land .land-storage .storage-two .storage-bottom{
		margin: 0% auto 4%;
	}
	.land .land-office{
		padding: 6% 0% 5%;
	}
	.land .land-office .office-top{
		width:88%;
		margin: 0% auto 4%;
		flex-wrap: wrap;
	}
	.land .land-office .office-top .top-con{
		width:95%;
		margin-left:5%;
		margin-right:0%;
	}
	.land .land-office .office-top .top-con:nth-last-child(1){
		width:95%;
		margin: 5% auto 0%;
		margin-left:5%;
	}
	.land .land-office .office-top .top-con .top-slide .prev-next-img img{
		width:12px;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-prev{
		top: calc(88% - 12px);
		left:-7%;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-next{
		top: calc(88% + 12px);
		left:-7%;
	}
	.land .land-office .office-top .top-con .slide-con p{
		font-size: 0.95rem;
		letter-spacing: 1px;
	}
	.land .land-office .office-top .con-title{
		margin: 3% 0% 5%;
	}
	.land .land-office .office-top .con-title h1:nth-child(1){
		font-size:2rem;
	}
	.land .land-office .office-top .con-title h1:nth-child(2){
		font-size:2.2rem;
	}
	.land .land-office .office-top .con-title p{
		font-size: 0.95rem;
	}
	.land .land-office .office-top .top-con .con-img{
		width: 70%;
	}
	.land .land-office .office-one:before{
		width: 75%;
    height: 20%;
	}
	.land .land-office .office-two .bottom-slide{
		width:90%;
		margin:2% auto 0%;
	}
	.land .land-office .office-two .bottom-slide .swiper-container .prev-next:after{
		font-size: 1.6rem;
	}
	.land .land-office .office-two .bottom-slide .pro-text{
		margin-top:6%;
	}
	.land .land-adv{
		padding:7% 0%;
	}
	.land .land-adv .all-adv{
		width:80%;
    margin-bottom:0%;
    padding:3%;
    flex-wrap: wrap;
	}
	.land .land-adv .all-adv .adv-con{
		width: calc(92% / 2);
    padding: 3% 2%;
    margin: 2%;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
	}
	.land .land-adv .all-adv .adv-con:nth-child(1){
		margin: 2%;
	}
	.land .land-adv .all-adv .adv-con:nth-last-child(1){
		margin: 2%;
		border: 1px solid #bfbfbf;
	}
	.land .land-adv .all-adv .adv-con .adv-img{
		margin-bottom: 1rem;
	}
	.land .land-adv .all-adv .adv-con .adv-img .img{
		width:55px;
	}
	.land .land-adv .all-adv .adv-con .adv-text h1{
		font-size:2.2rem;
	}
	.land .land-choose{
		padding:7% 0% 6%;
	}
	.land .land-choose .all-choose .choose-con{
		width: 88%;
    margin:4% auto;
    flex-wrap: wrap;
	}
	.land .land-choose .all-choose .choose-con .img-text{
		width: 100%;
    margin:2% auto;
    display: flex;
    display:-webkit-flex;
    align-items: center;
    box-shadow: 0px 0px 10px rgb(0,0,0,0.1);
	}
	.land .land-choose .all-choose .choose-con .img-text .img{
		width:50%;
	}
	.land .land-choose .all-choose .choose-con .img-text .text{
		width:50%;
	}
	.land .land-choose .all-choose .choose-con .img-text .text{
		padding:2% 0% 2% 4%;
	}
	.land .land-choose .all-choose .choose-con .img-text .text p{
		font-size: 0.8rem;
		letter-spacing: 0.2px;
	}
	.land .land-choose .all-choose .choose-con .img-text .text h1{
		font-size: 1.5rem;
		margin: 0.5rem 0rem 1rem;
	}
	.land .land-choose .all-choose .choose-brand{
		width: 90%;
    margin: 0% auto;
	}
	.land .land-choose .all-choose .choose-brand .img{
		margin: 5px;
	}
	.about .same-screen .screen-text{
		top: 50%;
	}
	.about .same-screen .screen-text .text-p p{
		font-size: 0.9rem;
		letter-spacing: 0px;
	}
	.about .same-screen .screen-text .text-h h1{
		font-size:3.5rem;
		margin: 1% 0% 2.2%;
	}
	.about .same-screen .screen-text .text-btn p{
		font-size: 1rem;
    height:35px;
    line-height:3px;
    padding: 0px 10px;
	}
	.about .about-brief{
		padding: 6.5% 0% 5.5%;
	}
	.about .about-brief .all-brief{
		width:88%;
	}
	.about .about-brief .all-brief .brief-top{
		flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 3%;
	}
	.about .about-brief .all-brief .brief-top .brief-left{
		width:100%;
		margin:4% auto;
	}
	.about .about-brief .all-brief .brief-top .brief-right{
		width: 100%;
    margin: 0% auto;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1{
		font-size:2.3rem;
		margin-bottom: 2%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1:before{
		top: 100%;
		height:2px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h4{
		font-size:1.5rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con{
		margin:2% auto 3.5%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p{
		width: 100%;
    font-size: 1rem;
    line-height: 1.7rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p:nth-child(1){
		margin-bottom:1.5%;
	}
	.about .btn-con .p-one{
		font-size:1.1rem;
		margin-right:5px;
	}
	.about .btn-con{
		padding: 8px 12px 7px;
	}
	.about .brief-btn .btn-con .img{
		width:18px;
		margin-top: 0px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-btn .p-two{
		letter-spacing: 1px;
	}
	.about .about-brief .all-brief .brief-bottom{
		flex-wrap: wrap;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con{
		width: calc(88% / 3);
    margin: 1.3% 1%;
    padding:3.5% 1% 3%; 
	}
	.about .about-brief .all-brief .brief-bottom .adv-con h1{
		font-size:2.8rem;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con p{
		font-size: 0.8rem;
    letter-spacing: 0.1px;
		line-height: 1.2rem;
	}
	.about .about-workshop{
		padding:4.5% 0%;
	}
	.about .about-workshop .all-work{
		width: 88%;
    margin: 2% auto;
    flex-wrap: wrap;
	}
	.about .about-workshop .all-work .work-left{
		width: 88%;
    margin:0% auto 2%;
	}
	.about .about-workshop .all-work .work-right{
		width: 100%;
	}
	.about .about-workshop .all-work .work-left .left-title h1{
		font-size:2.2rem;
		line-height: 2.2rem;
	}
	.about .about-workshop .all-work .work-left .left-p{
		font-size: 1rem;
		line-height: 1.5rem;
	  margin: 2% auto 3%;
	}
	.about .about-workshop .all-work .work-left .btn-con{
		display: none;
	}
	.about .about-workshop .all-work .work-right .slide-con .con-h h1{
		font-size:1.3rem;
		padding:7% 0% 5%;
	}
	.about .about-workshop .all-work .work-right .slide-con{
		border-bottom:8px solid #f7ab00;
		box-shadow:0px 0px 5px rgb(0,0,0,0.1);
	}
	.about .about-sample{
		padding:5% 0%;
		background: unset;
    background-color: #f5f5f5;
	}
	.about .about-sample .all-sample{
		width:88%;
		flex-wrap:wrap;
	}
	.about .about-sample .all-sample .sample-left{
		width:80%;
		margin:2% auto;
	}
	.about .about-sample .all-sample .sample-right{
		width:100%;
		margin:4% auto 0%;
	}
	.about .about-sample .all-sample .sample-right .right-title h1{
		font-size: 2.2rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p{
		font-size: 0.95rem;
    line-height: 1.4rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p br{
		display: none;
	}
	.about .about-sample .all-sample .sample-right .right-title .title-img .img img{
		width: 100px;
	}
	.about .about-sample .all-sample .sample-right .right-con{
		margin-top:5%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p{
		padding: 3% 0% 3% 3%;
		margin: 1.5% 0%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(1){
		font-size: 1rem;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(2){
		font-size: 1.3rem;
	}
	.about .about-certifi{
		padding: 7% 0% 13%;
		background-size: auto 100%;
	}
	.about .about-certifi .certifi-brief{
		flex-wrap: wrap;
    width: 95%;
    margin: 3% auto;
	}
	.about .about-certifi .certifi-brief .certifi-left{
		width: 100%;
		margin:2% auto;
	}
	.about .about-certifi .certifi-brief .certifi-right{
		width: 100%;
	}
	.about .about-certifi .certifi-brief .certifi-left .all-left{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-title{
		width:100%;
		margin-bottom: 1%;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-title h1{
		font-size: 1.5rem;
		text-align: left;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img{
		justify-content: flex-start;
		margin:0%;
		width:40%;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img{
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img:nth-child(2){
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img:nth-child(3){
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container{
		padding: 2% 0% 2% 1%;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container .img{
		box-shadow:0px 0px 12px rgb(0,0,0,0.2);
	}
	.about .about-exhibit .all-exhibit{
		margin-bottom: 6%;
	}
	.about .about-exhibit .exhibit-con{
		width:95%;
		margin:4% auto 5%;
	}
	.about .about-exhibit .exhibit-con .slide-con .con-text h1{
		font-size:1.3rem;
	}
	.about .about-exhibit .exhibit-brand{
		width:90%;
		margin: 0% auto;
	}
	.about .about-exhibit .exhibit-brand .img{
		margin:5px;
	}
	.contact .same-screen .screen-text{
		top: 50%;
	}
	.contact .same-screen .screen-text .text-h h1{
		margin: 1.5% 0% 2%;
	}
	.contact .contact-msg .all-msg{
		width: 85%;
    margin: 6.5% auto 7%;
    flex-wrap: wrap;
	}
	.contact .contact-msg .all-msg .msg-left{
		width:88%;
		margin:2% auto;
	}
	.contact .contact-msg .all-msg .msg-right{
		width:100%;
		margin:2% auto;
		padding: 3%;
		height: 330px;
	}
	.contact .contact-msg .all-msg .msg-left .left-title h1{
		font-size:1.7rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-title p{
		width: 95%;
		font-size:0.95rem;
		line-height:1.5rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con{
		margin-bottom:3%;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-img{
		width: 30px;
    margin-right: 10px;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text{
		font-size: 0.95rem;
		width: calc(100% - 40px);
		line-height: 1.5rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text .p-one br{
		display: none;
	}
	.down .same-screen .screen-text .text-h h1{
		font-size: 3rem;
	}
	.down .down-load{
		margin-top: 6%;
	}
	.down .down-load .down-top{
		width: 90%;
		padding: 7% 0% 6%;
	}
	.down .down-load .down-top .same-title h1{
		font-size: 2.2rem;
	}
	.down .down-load .down-top .down-img .cata-img{
		width:45%;
		max-width: 514px;
	}
	.down .down-load .down-btn .con-btn{
		padding: 2.5% 2.5% 2%;
	}
	.down .down-load .down-btn .con-btn .btn-p{
		font-size: 1.5rem;
	}
	.down .down-load .down-btn .con-btn .img{
		width: 20px;
		margin: 0px 0px 0px 10px;
	}
	.footer .all-sale .same-title h1{
		font-size: 1.3rem;
	}
	.footer .all-sale .sale-img{
		margin-top: 3%;
	}
	.footer .foot-form{
		padding:6% 0% 5%;
	}
	.footer .foot-form .all-form .form{
		width: 85%;
    margin: 4% auto 0%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 2rem;
	}
	.footer .foot-form .all-form .form .layui-form .btn{
		margin: 3% 0px 0px 0px;
	}
	.footer .foot-form .all-form .form .layui-form .btn .btn-p p{
		font-size: 1rem;
		margin-left: 3rem;
	}
	.footer .foot-nav{
		padding:5.5% 0% 2.5%;
	}
	.footer .foot-nav .all-nav{
		width:88%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width:50%;
		margin:0% 2% 4% 0%;
	}
	.footer .foot-nav .all-nav .nav-two{
		width:48%;
		margin:0% 0% 4% 0%;
	}
	.footer .foot-nav .all-nav .nav-two .img-con{
		margin-bottom: 0.5rem;
	}
	.footer .foot-nav .all-nav .nav-three{
		width:50%;
		margin-right:2%;
	}
	.footer .foot-nav .all-nav .nav-four{
		width:48%;
	}
	.footer .foot-nav .all-nav .foot-logo{
		width:100px;
		margin-bottom: 1.2rem;
	}
	.footer .foot-nav .all-nav .foot-title{
		margin-bottom: 1rem;
	}
	.footer .foot-nav .all-nav .foot-title h1{
		font-size: 1.3rem;
	}
	.footer .foot-nav .all-nav .nav-one .con-p{
		font-size: 0.9rem;
		width: calc(98% - 20px);
	}
	.footer .foot-nav .all-nav .nav-one .con-p:nth-child(1) p{
		font-size:0.95rem;
		letter-spacing: 0.8px;
	}
	.footer .foot-nav .all-nav .nav-two .img-con .img{
		width: 20px;
		margin:5px 10px 0px 0px;
	}
	.footer .foot-nav .all-nav .nav-two .con-p{
		width: calc(100% - 30px);
	}
	.footer .foot-nav .all-nav .nav-two .con-p p{
		font-size: 1rem;
	}
	.footer .foot-nav .all-nav .nav-three .item-link h1{
		font-size: 1.05rem;
	}
	.footer .foot-nav .all-nav .nav-four .img-con .img:nth-child(2n){
		margin: 0px 5px 5px 0px;
	}
	.footer .foot-bottom{
		padding: 1% 0%;
	}
	.footer .foot-bottom p{
		font-size: 0.9rem;
	}
	.form .layui-input{
		height: 43px;
    line-height: 45px;
    padding-left: 20px;
	}
	.form .layui-textarea{
		padding: 12px 22px;
	}
	.form .layui-btn{
		font-size: 1rem;
		height: 40px;
    line-height: 42px;
	}
	.show-form .download{
		width: 78%;
	}
	.show-form .download .form-title{
		font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 1.8rem;
	}
}
@media screen and (max-width:604px){
	.auto-hide{
		top: 52px;
	}
	.screen-top{
		margin-top: 52px;
	}
	.auto-hide .auto-ul li{
		padding: 0.5rem 0rem 0.5rem 1.5rem;
	}
	.auto-hide .auto-ul h1{
		font-size:1.3rem;
	}
	.auto-hide .auto-ul h2{
		font-size:1.1rem;
	}
	.auto-hide .auto-ul li .child{
		margin-top:0.5rem;
	}
	.nav .nav-content{
		width:90%;
		padding: 0.5rem 0rem;
	}
	.nav .nav-content .nav-ul ul .li-logo{
		width: 4.5rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size:1.1rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .lang{
		margin-top: 3px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		margin-left: 20px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line{
		width: 35px;
    padding: 0px;
	}
	.same-screen .screen-text .text-img{
		margin-bottom:1.5%;
	}
	.same-screen .screen-text .text-img .img{
		width:30px;
	}
	.same-screen .screen-text .text-p p{
		font-size:0.85rem;
		letter-spacing:0.3px;
	}
	.same-screen .screen-text .text-h h1{
		font-size: 2.2rem;
    letter-spacing: 1px;
		margin: 1% 0% 2.5%;
	}
	.same-screen .screen-text .text-btn p{
		font-size:1rem;
    height: 32px;
    line-height: 34px;
    padding: 0px 10px;
	}
	.home .same-screen .screen-text{
		top:48%;
	}
	.home .hom-pro .pro-img{
		width: 95%;
    margin: 5% auto;
	}
	.home .hom-pro .pro-img .con-img{
		width: calc(96% / 2);
    margin: 1%;
	}
	.home .hom-pro .pro-img .con-hide{
		display: block;
		width:100%;
	}
	.home .hom-pro .pro-img .con-img:nth-child(3n){
		margin: 1%;
	}
	.home .hom-pro .pro-img .con-img .show-img .img-show{
		display: none;
	}
	.home .hom-pro .pro-img .con-img .show-img .img-hide{
		display: block;
	}
	.home .hom-pro .pro-img .con-img .show-img .little-img img{
		width:38px;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top{
		margin-bottom:1rem;
	}
	.home .hom-pro .pro-img .con-img .hide-img .img-top .img{
		width:50px;
	}
	.home .hom-pro .pro-img .con-img .con-text h1{
		font-size: 1.5rem;
	}
	.home .hom-pro .pro-img .con-five .show-hide{
		margin-top: 0%;
	}
	.home .hom-pro .pro-img .con-five .img-text{
		position: relative;
		content: unset;
    transform: unset;
    left: unset;
    bottom: unset;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img{
		display: none;
		width:30%;
		padding: 8% 0%;
	}
	.home .hom-pro .pro-img .con-five .img-text .left-img .img{
		width:65px;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text{
		display: none;
		width: 100%;
    padding: 2%;
    margin: 0% auto;
    background-color: #f6ad3c;
	}
	.home .hom-pro .pro-img .con-hide .img-text .right-text{
		display: block;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text h2{
		font-size:1.5rem;
    margin: 2% 0% 1%;
    color: #fefefe;
    text-align: center;
	}
	.home .hom-pro .pro-img .con-five .img-text .right-text .text-p{
		font-size: 0.9rem;
		line-height: 1.3rem;
		color: #fefefe;
	}
	.home .hom-pro .pro-img .con-five .hide-img .all-hide{
		margin-top: -15%;
	}
	.home .hom-pro .pro-img .con-six .hide-img .all-hide{
		margin-top: -10%;
	}
	.home .hom-pro .pro-img .con-six .img-logo{
		padding:3% 0%;
	}
	.home .hom-pro .pro-img .con-six .img-logo .img{
		width:55px;
	}
	.same-title h1{
		font-size:1.8rem;
		margin-bottom: 1%;
	}
	.same-title .line{
		width: 100px;
    height: 2px;
	}
	.home .home-adv{
		width: 100%;
		padding:7% 0% 2%;
	}
	.home .home-adv .all-adv .adv-detail{
		width: 98%;
    margin: 5% auto 0%;
    flex-wrap: wrap;
	}
	.home .home-adv .all-adv .adv-detail .adv-con{
		width: calc(96% / 2);
    margin: 1%;
		padding: 3% 0% 3%;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(5){
		width:100%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img{
		margin-bottom: 9%;
	}
	.home .home-adv .adv-detail .adv-con:nth-last-child(1) .adv-img{
		margin-bottom:9%;
	}
	.home .home-adv .adv-detail .adv-con .adv-img .img{
		width:50px;
	}
	.home .home-adv .adv-detail .adv-con .con-text h1{
		font-size:1.3rem;
		line-height: 1.2rem;
	}
	.home .home-adv .adv-detail .adv-con .con-text p{
		font-size: 0.75rem;
		line-height: 1.1rem;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(4) .con-text h1{
		font-size:1.1rem;
	}
	.home .home-adv .all-adv .adv-detail .adv-con:nth-child(5) .con-text h1{
		font-size:1.1rem;
	}
	.home .home-company .all-company{
		padding:8% 0%;
	}
	.home .home-company .company-detail{
		width:98%;
    margin:5% auto 2%;
    flex-wrap: wrap;
	}
	.home .home-company .company-detail .company-con{
		width: 100%;
    margin: 2% auto;
		padding:2% 1%;
		box-shadow: 0px 0px 8px rgb(0,0,0,0.1);
	}
	.home .home-company .company-detail .company-con a{
		display: flex;
    display: -webkit-flex;
    align-items: center;
	}
	.home .home-company .company-detail .company-con .con-img{
		width:55%;
	}
	.home .home-company .company-detail .company-con .con-text{
		width:45%;
	}
	.home .home-company .company-detail .company-con .text-h h1{
		font-size:1.2rem;
		margin: 1.2rem 0rem 0.2rem;
	}
	.home .home-company .company-detail .company-con .btn p{
		font-size:0.85rem;
	}
	.home .home-company .company-brand{
		width: 88%;
    margin: 3% auto;
    flex-wrap: wrap;
	}
	.home .home-company .company-brand .img{
		width: calc(94% / 3);
    margin: 1%;
    box-sizing: border-box;
	}
	.all-product .same-screen .screen-text{
		top: 52%;
	}
	.all-product .same-screen .screen-text .text-p p{
		font-size: 0.75rem;
	}
	.all-product .same-screen .screen-text .text-h h1{
		font-size: 2.2rem;
	}
	.all-product .same-screen .screen-text .text-btn p{
		font-size: 1rem;
    height: 32px;
    line-height: 34px;
    padding: 0px 10px;
	}
	.all-product .allPro-cate .all-cate{
		width:95%;
		padding:6% 0% 2%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.all-product .allPro-cate .all-cate .cate-title{
		margin-right: 0rem;
	}
	.all-product .allPro-cate .all-cate .cate-title h1{
		font-size:1.5rem;
	}
	.all-product .allPro-cate .all-cate .cate-title h1 br{
		display: none;
	}
	.all-product .allPro-cate .all-cate .cate-detail{
		flex-wrap: wrap;
		margin-top:3%;
		justify-content: center;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-img .img{
		width:40px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con{
		margin: 5px 7px;
    padding: 7px 5px;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con:nth-child(1){
		margin-left:0rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con:nth-last-child(1){
		margin-right:0rem;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-con .cate-line{
		height:1px;
	}
	.change-line{
		width: 110% !important;
	}
	.all-product .allPro-cate .all-cate .cate-detail .cate-h h1{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.all-product .allPro-msg .all-msg{
		width:98%;
		margin: 7% auto 8%;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1{
		width: 90%;
		margin:0% auto;
		font-size: 1.4rem;
    padding-left: 0.8rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-top h1:before{
		width: 6px;
    height: 6px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-img{
		display: none !important;
		width: 22px;
    margin-right: 3px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
		font-size:0.9rem;
		letter-spacing: 0px;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom{
		margin:4% 0%;
		border: unset;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item{
		flex-wrap: wrap;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con{
		width: unset;
    padding:2.5%;
    margin: 5px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 1px -1px 4px rgb(150 150 150 / 30%);
	}
	.item-con-change{
		width: calc(90% / 2) !important;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .item-h h1{
		font-size:0.8rem;
	}
	.all-product .allPro-msg .all-msg .msg-title .title-bottom .all-item .item-con .con-bc{
		display: none;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img{
		width: calc(98% / 2);
    margin:2.5% 0.5%;
	}
	.all-product .allPro-msg .all-msg .msg-detail .msg-img .text h1{
		font-size: 1rem;
    margin-top: 6%;
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page{
		margin: 4% auto 2%;
	}
	.all-product .allPro-msg .all-msg .pro-page .all-page .page h3{
		width: 28px;
    height: 28px;
    font-size:0.95rem;
    margin: 0px 7px;
	}
	.product .product-msg .all-msg{
		width: 95%;
		margin:calc(52px + 7%) auto 8%;
	}
	.product .product-msg .all-msg .msg-link .link-h h1{
		font-size: 0.9rem;
		letter-spacing: 0.2px;
	}
	.product .product-msg .all-msg .msg-detail{
		flex-wrap: wrap;
		margin-top:5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide{
		width: 100%;
		margin:0% auto 7%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom .swiper-slide-thumb-active .img img{
		border:1px solid #013a63;
	}
	.product .product-msg .all-msg .msg-detail .msg-con{
		width:100%;
		margin:0% auto;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top{
		width: 90%;
    margin: 0% auto;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-bottom{
		margin-top:5%;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next{
		width: 40px;
    height: 40px;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .prev-next:after{
		font-size: 1.1rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .swiper-button-prev{
		left:-20px;
	}
	.product .product-msg .all-msg .msg-detail .msg-slide .img-top .swiper-button-next{
		right:-20px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title{
		margin: 3% auto;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-title h1{
		font-size:1.8rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h4{
		font-size:1rem;
		margin-bottom: 1%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-title h1{
		font-size:1.5rem;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-para .para-con{
		font-size: 1rem;
    padding: 2.5% 0% 2.5% 3%;
		letter-spacing: -0.2px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .all-msgs{
		padding:1.5% 0% 1.5% 2%;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title .img{
		width: 30px;
    margin-right: 3px;
	}
	.product .product-msg .all-msg .msg-detail .msg-con .msg-para .detail-msg .msgs-title h1{
		font-size:1.2rem;
	}
	.product .product-deliver .all-deliver .deliver-con .text h1{
		font-size:0.9rem;
	}
	.product .product-deliver{
		padding: 2.5% 0%;
	}
	.product .product-deliver .all-deliver{
		width: 92%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.product .product-deliver .all-deliver .deliver-con{
		width:100%;
		margin:2% auto 1%;
		justify-content: center;
	}
	.product .product-deliver .all-deliver .deliver-con:nth-child(1){
		width:100%;
		margin:2% auto 1%;
	}
	.product .product-deliver .all-deliver .deliver-con .img{
		width: 22px;
    margin-right: 5px;
	}
	.product .product-size .size-title{
		padding: 2.2% 0% 2%;
	}
	.product .product-size .size-title h1{
		width: 92%;
	}
	.product .product-size .size-img{
		width: 98%;
    margin: 2% auto 3%;
	}
	.product .product-similar{
		padding-top: 8%;
    margin-bottom: 8%;
	}
	.product .product-similar .similar-pro{
		width: 98%;
    margin: 5% auto;
	}
	.product .product-similar .similar-pro .prev-next{
		width: 20px;
    height: 20px;
    border:1px solid #013b63;
	}
	.product .product-similar .similar-pro .prev-next:after{
		top: 50%;
		font-size:0.7rem;
	}
	.product .product-similar .similar-pro .swiper-button-prev{
		left: 0px;
	}
	.product .product-similar .similar-pro .swiper-button-next{
		right: 0px;
	}
	.product .product-similar .similar-pro .con h1{
		font-size:1rem;
		margin-top:5%;
	}
	.product .product-similar .similar-btn p{
		font-size: 1rem;
    height: 32px;
    line-height: 35px;
    padding: 0px 15px;
	}
	.land .same-screen .screen-text{
		top: 50%;
	}
	.land .land-screen .screen-text .text-img .img{
		width:32%;
	}
	.land .land-screen .screen-text .text-h h1{
		font-size:2rem;
	}
	.land .land-screen .screen-text .text-img1{
		margin-top:3%;
	}
	.land .land-screen .screen-text .text-img1 .img{
		width: 38px;
    margin: 0px 0.5rem;
	}
	.land .land-screen .screen-text .text-btn{
		display: none;
	}
	.land .land-screen .screen-text .text-btn p{
		font-size: 0.9rem;
    height: 28px;
    line-height: 30px;
    padding: 0px 8px;
	}
	.land .land-screen .text-arrow{
		display: none;
	}
	.land .land-item{
		padding: 7% 0% 2%;
	}
	.land .land-item .all-item{
		width:95%;
		margin:4% auto 0%;
		flex-wrap: wrap;
	}
	.land .land-item .all-item .item-con{
		width: calc(96% / 2);
    margin:3% 1%;
	}
	.land .land-item .all-item .item-con:nth-child(2){
		margin:3% 1%;
	}
	.land .land-item .all-item .item-con:nth-last-child(1){
		margin:3% 1%;
	}
	.land .land-item .all-item .item-text{
		position: relative;
    content: unset;
    transform: unset;
    top: unset;
    left: unset;
    margin-top: -3%;
    text-align: center;
	}
	.land .land-item .all-item .item-text p{
		margin-bottom: 0%;
	}
	.land .land-item .all-item .item-text h1{
		font-size:1.2rem;
	}
	.land .land-item .all-item .item-text h1 br{
		display: none;
	}
	.land .land-kitchen .kitchen-one .kitchen-top{
		width: 95%;
    margin: 5% auto 1%;
    flex-wrap:wrap;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(1){
		width:100%;
		margin: 0% auto 3%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2){
		width:100%;
		padding:3% 0% 4% 2%;
		margin: 0% 0% 0% 0%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(3){
		display: none;
	}
	.land .top-con .con-btn p{
		font-size: 0.8rem;
    padding: 4px 5px;
	}
	.land .top-con .con-title h1{
		font-size: 1.8rem;
		margin: 0.8rem 0rem 2px;
	}
	.land .top-con .con-title p{
		font-size:0.9rem;
    letter-spacing: 0px;
	}
	.land .slide-con p{
		font-size: 0.8rem;
    letter-spacing: 0.1px;
	}
	.land .pro-text p{
		font-size: 1.05rem;
	}
	.land .pro-text h1{
		font-size: 0.95rem;
    margin-top: 2px;
    letter-spacing: 0.2px;
	}
	.land .top-con .con-num h2{
		font-size: 1.2rem;
	}
	.land .top-con .con-num h1{
		font-size: 0.95rem;
	}
	.land .slide-con{
		margin-top:2rem;
	}
	.land .swiper-container .prev-next-img{
		top: calc(100% + 0.5rem);
		width: 25px;
	}
	.land .swiper-container .swiper-button-prev{
		left: unset;
    right: calc(0% + 35px);
	}
	.land .swiper-container .swiper-button-next{
		left: unset;
    right: 0%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-img{
		margin-top: 0%;
    width: 80%;
	}
	.land .land-kitchen .kitchen-one .kitchen-top .top-con:nth-child(2) .con-num{
		margin: 2% 0% 0% 2%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom{
		width:95%;
    flex-wrap: wrap;
    margin:2% auto 4%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con{
		width:calc(92% / 2);
		margin:4% 2%;
	}
	.land .land-kitchen .kitchen-two .kitchen-bottom .bottom-con .pro-bottom{
		margin: 9% 0%;
    justify-content: center;
	}
	.land .land-storage{
		padding-top:7%;
	}
	.land .land-storage .storage-one{
		background-color:#fafafa;
	}
	.land .land-storage .storage-top{
		width: 90%;
		margin: 0% auto 4%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.land .land-storage .storage-top .top-con{
		width:100%;
		margin:4% auto 2%;
	}
	.land .land-storage .storage-top .top-con:nth-last-child(1){
		width:100%;
		margin:0% auto;
	}
	.land .land-storage .storage-top .top-con .con-num{
		margin: 2.5% 0% 5%;
	}
	.land .land-storage .storage-top .top-con .con-img{
		width: 70%;
	}
	.land .land-storage .storage-top .top-con .top-slide .swiper-container .prev-next-img{
		top: calc(100% + 0.5rem);
	}
	.land .land-storage .storage-top .top-con .top-slide .swiper-container .swiper-button-prev{
		right:50px;
	}
	.land .land-storage .storage-two .storage-bottom{
		margin: 0% auto 4%;
	}
	.land .land-office{
		padding: 6% 0% 5%;
	}
	.land .land-office .office-top{
		width:95%;
		margin: 0% auto 4%;
		flex-wrap: wrap;
	}
	.land .land-office .office-top .top-con .slide-con{
		position: relative;
		content:unset;
    top: unset;
    left: unset;
    margin: 0%;
	}
	.land .land-office .office-top .top-con{
		width:100%;
		margin-left:0%;
		margin-right:0%;
	}
	.land .land-office .office-top .top-con:nth-last-child(1){
		width:100%;
		margin:4% auto 0%;
	}
	.land .land-office .office-top .top-con .top-slide .prev-next-img{
		display: none;
	}
	.land .land-office .office-top .top-con .top-slide .prev-next-img img{
		width:12px;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-prev{
		top: calc(88% - 12px);
		left:-7%;
	}
	.land .land-office .office-top .top-con .swiper-container .swiper-button-next{
		top: calc(88% + 12px);
		left:-7%;
	}
	.land .land-office .office-top .top-con .slide-con p{
		font-size: 0.95rem;
		letter-spacing: 0.5px;
    writing-mode: inherit;
    margin-top: 0.5rem;
	}
	.land .land-office .office-top .con-title{
		margin: 4% 0% 5%;
	}
	.land .land-office .office-top .con-title h1:nth-child(1){
		font-size:1.6rem;
	}
	.land .land-office .office-top .con-title h1:nth-child(2){
		font-size:1.8rem;
	}
	.land .land-office .office-top .con-title p{
		font-size: 0.95rem;
		margin-top: 8px;
	}
	.land .land-office .office-top .top-con .con-img{
		width: 75%;
	}
	.land .land-office .office-one:before{
		width: 75%;
    height: 20%;
	}
	.land .land-office .office-two .bottom-slide{
		width:90%;
		margin:2% auto 0%;
	}
	.land .land-office .office-two .bottom-slide .swiper-container .prev-next:after{
		font-size:1.2rem;
	}
	.land .land-office .office-two .bottom-slide .pro-text{
		margin-top:6%;
	}
	.land .land-adv{
		padding:7% 0%;
	}
	.land .land-adv .all-adv{
		width:90%;
    margin-bottom:0%;
    padding:2%;
    flex-wrap: wrap;
	}
	.land .land-adv .all-adv .adv-con{
		width: calc(96% / 2);
    padding: 3% 1%;
    margin: 1%;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
	}
	.land .land-adv .all-adv .adv-con:nth-child(1){
		margin: 1%;
	}
	.land .land-adv .all-adv .adv-con:nth-last-child(1){
		margin: 1%;
		border: 1px solid #bfbfbf;
	}
	.land .land-adv .all-adv .adv-con .adv-img{
		margin-bottom: 0.5rem;
	}
	.land .land-adv .all-adv .adv-con .adv-img .img{
		width:45px;
	}
	.land .land-adv .all-adv .adv-con .adv-text h1{
		font-size:1.8rem;
	}
	.land .land-choose{
		padding:9% 0% 7%;
	}
	.land .land-choose .all-choose .choose-con{
		width: 85%;
    margin:4% auto;
    flex-wrap: wrap;
	}
	.land .land-choose .all-choose .choose-con .img-text{
		width: 100%;
    margin:3% auto;
    align-items: center;
    box-shadow: 0px 0px 5px rgb(0,0,0,0.1);
	}
	.land .land-choose .all-choose .choose-con .img-text .text{
		padding:5%;
	}
	.land .land-choose .all-choose .choose-con .img-text .text p{
		font-size: 0.8rem;
		letter-spacing: 0.3px;
	}
	.land .land-choose .all-choose .choose-con .img-text .text h1{
		font-size: 1.5rem;
		margin: 2% 0% 3%;
	}
	.land .land-choose .all-choose .choose-brand{
		width: 90%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.land .land-choose .all-choose .choose-brand .img{
		width:calc(94% / 3);
		margin: 1%;
	}
	.about .same-screen .screen-text{
		top: 53%;
	}
	.about .same-screen .screen-text .text-p p{
		font-size: 0.9rem;
		letter-spacing: 0px;
	}
	.about .same-screen .screen-text .text-h h1{
		font-size:2.2rem;
		margin: 2.5% 0% 0%;
	}
	.about .same-screen .screen-text .text-btn{
		display: none;
	}
	.about .same-screen .screen-text .text-btn p{
		font-size: 1rem;
    height:35px;
    line-height:3px;
    padding: 0px 10px;
	}
	.about .about-brief{
		padding: 6.5% 0% 5.5%;
	}
	.about .about-brief .all-brief{
		width:95%;
	}
	.about .about-brief .all-brief .brief-top{
		flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 3%;
	}
	.about .about-brief .all-brief .brief-top .brief-left{
		width:100%;
		margin:6% auto;
	}
	.about .about-brief .all-brief .brief-top .brief-right{
		width: 100%;
    margin: 0% auto;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1{
		font-size: 1.8rem;
    margin-bottom: 1%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h1:before{
		display: none;
		top: 100%;
		height:2px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-title h4{
		font-size:1.2rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con{
		margin:2% auto 3.5%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p{
		width: 100%;
    font-size: 0.95rem;
    line-height: 1.5rem;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-con p:nth-child(1){
		margin-bottom:1.5%;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-btn{
		display: none;
	}
	.about .btn-con .p-one{
		font-size:1.1rem;
		margin-right:5px;
	}
	.about .btn-con{
		padding: 8px 12px 7px;
	}
	.about .brief-btn .btn-con .img{
		width:18px;
		margin-top: 0px;
	}
	.about .about-brief .all-brief .brief-top .brief-left .brief-btn .p-two{
		letter-spacing: 1px;
	}
	.about .about-brief .all-brief .brief-bottom{
		flex-wrap: wrap;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con{
		width: calc(92% / 2);
    margin: 2% 1%;
    padding:5% 1% 4%; 
    box-shadow:0px 0px 5px rgb(0,0,0,0.1);
	}
	.about .about-brief .all-brief .brief-bottom .adv-con h1{
		font-size:2.2rem;
	}
	.about .about-brief .all-brief .brief-bottom .adv-con p{
		font-size: 0.8rem;
    letter-spacing: 0.1px;
		line-height: 1.2rem;
	}
	.about .about-workshop{
		padding:5.5% 0% 4%;
	}
	.about .about-workshop .all-work{
		width:90%;
    margin: 2% auto;
    flex-wrap: wrap;
	}
	.about .about-workshop .all-work .work-left{
		width:100%;
    margin:0% auto 2%;
	}
	.about .about-workshop .all-work .work-right{
		width: 100%;
	}
	.about .about-workshop .all-work .work-right .swiper-container{
		padding:2%;
	}
	.about .about-workshop .all-work .work-left .left-title h1{
		font-size: 1.8rem;
    line-height: 2rem;
	}
	.about .about-workshop .all-work .work-left .left-p{
		font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 2% auto 3%;
	}
	.about .about-workshop .all-work .work-left .btn-con{
		display: none;
	}
	.about .about-workshop .all-work .work-right .slide-con .con-h h1{
		font-size:1.1rem;
		padding:5% 0% 3%;
	}
	.about .about-workshop .all-work .work-right .slide-con{
		border-bottom:5px solid #f7ab00;
		box-shadow:0px 0px 5px rgb(0,0,0,0.1);
	}
	.about .about-sample{
		padding:5% 0%;
		background: unset;
    background-color: #f5f5f5;
	}
	.about .about-sample .all-sample{
		width:95%;
		flex-wrap:wrap;
	}
	.about .about-sample .all-sample .sample-left{
		width:100%;
		margin:2% auto;
	}
	.about .about-sample .all-sample .sample-right{
		width:100%;
		margin:4% auto 0%;
	}
	.about .about-sample .all-sample .sample-right .right-title h1{
		font-size: 1.8rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p{
		font-size: 0.9rem;
    line-height: 1.2rem;
	}
	.about .about-sample .all-sample .sample-right .right-title p br{
		display: none;
	}
	.about .about-sample .all-sample .sample-right .right-title .title-img .img img{
		width: 88px;
	}
	.about .about-sample .all-sample .sample-right .right-con{
		margin-top:5%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p{
		padding: 2.5% 0% 2.5% 2.5%;
		margin: 1.5% 0%;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(1){
		font-size: 0.9rem;
		width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
	}
	.about .about-sample .all-sample .sample-right .right-con .con-p p:nth-child(2){
		font-size: 1rem;
	}
	.about .about-certifi{
		padding: 8% 0% 13%;
		background-size: auto 100%;
	}
	.about .about-certifi .certifi-brief{
		flex-wrap: wrap;
    width: 95%;
    margin: 3% auto;
	}
	.about .about-certifi .certifi-brief .certifi-left{
		width: 100%;
		margin:2% auto;
	}
	.about .about-certifi .certifi-brief .certifi-right{
		width: 100%;
	}
	.about .about-certifi .certifi-brief .certifi-left .all-left{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 2% auto;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-title{
		width:100%;
		margin-bottom: 1%;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-title h1{
		font-size: 1.3rem;
		text-align: left;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img{
		justify-content: flex-start;
		margin:0%;
		width:45%;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img{
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img:nth-child(2){
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-left .left-img .img:nth-child(3){
		margin:5px 2px;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container{
		padding: 2% 0% 2% 1%;
	}
	.about .about-certifi .certifi-brief .certifi-right .swiper-container .img{
		box-shadow:0px 0px 12px rgb(0,0,0,0.2);
	}
	.about .about-exhibit .all-exhibit{
		margin-bottom: 6%;
	}
	.about .about-exhibit .exhibit-con{
		width:95%;
		margin:6% auto 5%;
	}
	.about .about-exhibit .exhibit-con .slide-con .con-text{
		margin:5% 0% 0% 1.5%;
	}
	.about .about-exhibit .exhibit-con .slide-con .con-text h1{
		font-size:1.2rem;
		margin-bottom:1%;
	}
	.about .about-exhibit .exhibit-brand{
		width:90%;
		margin: 0% auto;
		flex-wrap: wrap;
	}
	.about .about-exhibit .exhibit-brand .img{
		width:calc(94% / 3);
		margin:1%;
		box-sizing: border-box;
	}
	.contact .same-screen .screen-text{
		top: 52%;
	}
	.contact .same-screen .screen-text .text-h h1{
		margin:2% 0% 0%;
	}
	.contact .same-screen .screen-text .text-btn{
		display: none;
	}
	.contact .contact-msg .all-msg{
		width: 95%;
    margin: 6.5% auto 7%;
    flex-wrap: wrap;
	}
	.contact .contact-msg .all-msg .msg-left{
		width:100%;
		margin:2% auto;
	}
	.contact .contact-msg .all-msg .msg-right{
		width:100%;
		margin:2% auto;
		padding: 3%;
		height: 280px;
	}
	.contact .contact-msg .all-msg .msg-left .left-title h1{
		font-size:1.5rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-title p{
		width: 95%;
		font-size:0.95rem;
		line-height:1.3rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con{
		margin-bottom:3%;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-img{
		width: 30px;
    margin-right: 10px;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text{
		font-size: 0.95rem;
		width: calc(100% - 40px);
		line-height: 1.3rem;
	}
	.contact .contact-msg .all-msg .msg-left .left-msg .msg-con .msg-text .p-one br{
		display: none;
	}
	.down .same-screen .screen-text .text-h h1{
		font-size: 2rem;
	}
	.down .down-load{
		margin-top: 7%;
	}
	.down .down-load .down-top{
		width: 95%;
		padding: 8% 0% 7%;
	}
	.down .down-load .down-top .same-title h1{
		font-size: 1.8rem;
	}
	.down .down-load .down-top .down-img{
		margin-top: 5%;
	}
	.down .down-load .down-top .down-img .cata-img{
		width:60%;
		max-width: 514px;
	}
	.down .down-load .down-btn .con-btn{
		padding: 3% 5% 2.5%;
	}
	.down .down-load .down-btn .con-btn .btn-p{
		font-size: 1.3rem;
	}
	.down .down-load .down-btn .con-btn .img{
		width: 18px;
		margin: 0px 0px 0px 10px;
	}
	.footer .all-sale .same-title h1{
		font-size: 1.1rem;
	}
	.footer .all-sale .sale-img{
		margin-top: 3%;
	}
	.footer .foot-form{
		padding:8% 0% 6%;
	}
	.footer .foot-form .all-form .form{
		width: 88%;
    margin:6% auto 0%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 1.8rem;
	}
	.footer .foot-form .all-form .form .layui-form .btn{
		margin: 4% 0px 0px 0px;
	}
	.footer .foot-form .all-form .form .layui-form .btn .btn-p p{
		font-size: 0.9rem;
    margin-left: 1rem;
	}
	.footer .foot-nav{
		padding:5.5% 0% 2.5%;
	}
	.footer .foot-nav .all-nav{
		width:88%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width: 100%;
    margin: 3% auto;
	}
	.footer .foot-nav .all-nav .nav-two{
		width: 100%;
    margin: 5% auto 3%;
	}
	.footer .foot-nav .all-nav .nav-two .img-con{
		margin-bottom: 0.5rem;
	}
	.footer .foot-nav .all-nav .nav-three{
		width: 100%;
    margin: 5% auto;
	}
	.footer .foot-nav .all-nav .nav-four{
		width: 100%;
    margin: 3% auto;
	}
	.footer .foot-nav .all-nav .foot-logo{
		width: 100px;
    margin: 0rem auto 1.5rem;
	}
	.footer .foot-nav .all-nav .foot-title{
		margin-bottom: 0.5rem;
	}
	.footer .foot-nav .all-nav .foot-title h1{
		font-size: 1.3rem;
	}
	.footer .foot-nav .all-nav .nav-one .con-p{
		font-size: 0.9rem;
		width: calc(98% - 20px);
	}
	.footer .foot-nav .all-nav .nav-one .con-p:nth-child(1) p{
		font-size:0.95rem;
		letter-spacing: 0.8px;
	}
	.footer .foot-nav .all-nav .nav-two .img-con .img{
		width: 20px;
		margin:5px 10px 0px 0px;
	}
	.footer .foot-nav .all-nav .nav-two .con-p{
		width: calc(100% - 30px);
	}
	.footer .foot-nav .all-nav .nav-two .con-p p{
		font-size: 0.95rem;
	}
	.footer .foot-nav .all-nav .nav-three .foot-item{
		display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
	.footer .foot-nav .all-nav .nav-three .item-link{
		margin:5px;
	}
	.footer .foot-nav .all-nav .nav-three .item-link h1{
		font-size: 1rem;
	}
	.footer .foot-nav .all-nav .nav-four .img-con .img:nth-child(2n){
		margin: 0px 5px 5px 0px;
	}
	.footer .foot-bottom{
		padding: 1.2% 0%;
	}
	.footer .foot-bottom p{
		font-size:0.8rem;
	}
	.footer .foot-form .all-form .form .layui-form .layui-form-item{
		margin-bottom:5px;
	}
	.footer .foot-form .all-form .form .layui-form .layui-form-item:nth-child(1){
		width:100%;
		margin-right:0px;
	}
	.footer .foot-form .all-form .form .layui-form .layui-form-item:nth-child(2){
		width:100%;
		margin-right:0px;
	}
	.form .layui-input{
		height: 38px;
    line-height: 38px;
    padding-left: 15px;
    font-size: 1rem;
	}
	.form .layui-textarea{
		padding: 15px;
    height: 90px;
    min-height: unset;
    font-size: 1rem;
	}
	.form .layui-btn{
		font-size: 1rem;
    height: 33px;
    line-height: 35px;
    padding: 0px 10px;
	}
	.form .layui-form input::-webkit-input-placeholder{ 
		font-size:0.9rem;
	}
	.form .layui-form input:-moz-placeholder{ 
		font-size:0.9rem;
	}
	.form .layui-form input:-ms-input-placeholder{
		font-size:0.9rem;
	}
	.form .layui-form textarea::-webkit-input-placeholder{ 
		font-size:0.9rem;
	}
	.form .layui-form textarea:-moz-placeholder{ 
		font-size:0.9rem;
	}
	.form .layui-form textarea:-ms-input-placeholder{
		font-size:0.9rem;
	}
	.show-form .download{
		width:85%;
		padding: 5% 5% 6%;
	}
	.show-form .download .form-hide{
		margin-right: -3%;
	}
	.show-form .download .form-hide img{
		width: 1.5rem;
	}
	.show-form .download .form-title{
		font-size:1.2rem;
    line-height:1.6rem;
    margin-bottom:1rem;
	}
	.show-form .download .form .layui-form-item{
		margin-bottom: 8px;
	}
	.show-form .download .form .layui-input{
		height: 45px;
    line-height: 45px;
	}
	.show-form .download .form .btn{
		margin: 5% 0% 0%;
	}
}