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: "MyOpen-Sans";
  src: url("../fonts/open-sans-2.woff2") format("woff2"),
       url("../fonts/open-sans-2.woff") format("woff"),
       url("font/OPEN-SANS-2.otf") format("otf"),
       url("font/OPEN-SANS-2.ttf") format("truetype"),
       url("../fonts/open-sans-2.eot") format("embedded-opentype"),
       url("../fonts/open-sans-2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyGrundfos";
  src: url('../fonts/gftsan5.eot');
  src: url('../fonts/gftsan5.eot') format('embedded-opentype'),
       url('../fonts/gftsan5.woff2') format('woff2'),
       url('../fonts/gftsan5.woff') format('woff'),
       url('../fonts/gftsan5.ttf') format('truetype'),
       url('../fonts/gftsan5.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;}
.goog-te-gadget-simple .goog-te-menu-value{margin-top: 0px !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;
}
.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;
}
.trans-two{
	transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.nav .nav-content{
	position: relative;
	display: flex;
  display: -webkit-flex;
  width: 72%;
  margin: 0 auto;
  /*padding: 1rem 0rem;*/
  align-items: center;
}
.nav .nav-content .nav-logo{
	width: 143px;
 	margin-right:7px;
}
.nav .nav-content .nav-logo a{
	display:block;
}
.nav .nav-content .nav-ul{
	width: calc(100% - 250px);
}
.nav .nav-content .nav-ul ul{
	display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
}
.nav .nav-content .nav-ul ul li{
	padding:1.3rem 0rem;
}
.nav .nav-content .nav-ul ul .li-home{
	padding-left:0rem;
}
.nav .nav-content .nav-ul ul li a{
	display:block;
}
.nav .nav-content .nav-ul ul li h1{
	font-family:MyOpen-Sans;
  font-size: 1.2rem;
  color: #1f1a17;
  text-transform: capitalize;
  transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.nav .nav-content .nav-ul ul li h1:hover{
	color:#005baa;
}

.nav .nav-content .nav-ul ul .nav-li:hover{
	cursor: pointer;
}
.nav .nav-content .nav-ul ul .li-lang{
	position: absolute;
	content:"";
	right:0%;
}
.nav .nav-content .nav-ul ul .li-lang:after{
	content:unset;
}
.nav .nav-content .nav-ul ul .li-lang .lang{
	position: relative;
	font-family:MyOpen-Sans;
  font-size: 1rem;
  color: rgba(31,26,23,0.8);
  text-transform: capitalize;  
	padding:2px 15px;
	border:1px solid rgba(31,26,23,0.8);
}
.nav .nav-content .nav-ul .child{
	z-index: 222;
/*	width:100%;*/
  position: absolute;
  transform: translate(-50%,0%) matrix(1, 0, 0, 1, 0, -10);
  -webkit-transform: translate(-50%,0%) matrix(1, 0, 0, 1, 0, -10);
  top: calc(100% - 10px);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  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 10px 15px rgb(4 0 0 / 10%);
  border-top: 1px solid #eeeeee;
  box-sizing: border-box;
  background-color:#f9f9f9;
}
.nav .nav-content .nav-ul .li-same{
	position: relative;
}
.nav .nav-content .nav-ul .li-same .child{
	padding:5px 8px;
}
.nav .nav-content .nav-ul .child-other{
	width: max-content;
	display: block;
}
.nav .nav-content .nav-ul .child .right-img{
	width: 100%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  background-color: #f9f9f9;
}
.nav .nav-content .li-product .child{
	width: max-content;
  width: -webkit-max-content;
  max-width: 90%;
}
.nav .nav-content .nav-ul .child .right-img .img{
	width: 194px;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
}
.nav .nav-content .nav-ul .child .right-img .nav-img:nth-last-child(1) .img{
	border-right:unset;
}
.nav .nav-content .nav-ul .child .right-two{
	border-top: 1px solid #eeeeee;
}
.nav .nav-content .nav-ul ul .child .child-li:after{
	content:unset;
}
.nav .nav-content .nav-ul .child li{
	display: block;
  margin:0.5rem 0.8rem;
  padding: 0rem;
}
.nav .nav-content .nav-ul .child li a{
	display:inline-block;
}
.nav .nav-content .nav-ul .child li h2{
  font-family: MyOpen-Sans;
  font-size: 1.15rem;
  color: #1f1a17;
}
.nav .nav-content .nav-ul .child li h2:hover{
	color: #005baa;
}
.child-show{
	transform: translate(-50%,0%) matrix(1, 0, 0, 1, 0, 10) !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);
}
.home ul .li-home h1{
	color:#005baa !important;
}
.home .footer .link-home h1{
	color:#005baa !important;
}
.land ul .li-main h1{
	color:#005baa !important;
}
.land .footer .link-main h1{
	color:#005baa !important;
}
.allPro ul .li-product h1{
	color:#005baa !important;
}
.allPro .footer .link-product h1{
	color:#005baa !important;
}
.product ul .li-product h1{
	color:#005baa !important;
}
.product .footer .link-product h1{
	color:#005baa !important;
}
.about ul .li-about h1{
	color:#005baa !important;
}
.about .footer .link-about h1{
	color:#005baa !important;
}
.about2 ul .li-about h1{
	color:#005baa !important;
}
.about2 .footer .link-about h1{
	color:#005baa !important;
}
.cataloge ul .li-down h1{
	color:#005baa !important;
}
.cataloge .footer .link-down h1{
	color:#005baa !important;
}
.contact ul .li-contact h1{
	color:#005baa !important;
}
.contact .footer .link-contact h1{
	color:#005baa !important;
}
.load-nav{
	position: sticky;
	position: -webkit-sticky;
	z-index: 9999;
  top: 0px;
  background-color: #ffffff;
  box-shadow: 0px 2px 30px rgb(0,0,0,0.15);
}
.home .home-screen .slide-content{
	position: relative;
}
.home .home-screen .slide-content .slide-con{
	position: absolute;
	content:"";
	top: 28%;
  left: 14%;
}
.home .home-screen .slide-content .slide-con .screen-title h1{
	font-family: MyGrundfos;
	font-size:4.5rem;
	font-weight: 600;
	color:#ffffff;
	text-transform: uppercase;
}
.home .home-screen .slide-content .slide-con .screen-con p{
	font-family: MyOpen-Sans;
	font-size:1rem;
	color:#ffffff;
	line-height: 1.8rem;
}
.screen-btn{
	display: inline-block;
}
.screen-btn p{
	font-family: MyGrundfos;
	font-size:1.125rem;
	height:35px;
	line-height: 35px;
	background-color:#005baa;
	padding:0px 42px;
	color: #ffffff;
  letter-spacing: 0.2px;
} 
.home .home-screen .slide-one .slide-content .slide-con{
	top: 20%;
	display: flex;
  display: -webkit-flex;
  align-items: center;
  min-width: 30%;
	max-width: 40%;
}
.home .home-screen .slide-one .slide-content .slide-con .screen-title{
	position: relative;
	display: inline-block;
}
.home .home-screen .slide-one .slide-content .slide-con .screen-change{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:50%;
	left:130%;
	width:75%;
}
.home .home-screen .slide-one .slide-content .slide-con .screen-con{
	margin: 0% 0% 7%;
}
.home .home-screen .slide-one .slide-content .slide-text{
	position: absolute;
	content:"";
	top:70%;
	left:14%;
	width:20%;
}
.home .home-screen .slide-one .slide-content .slide-text p{
	font-family: MyOpen-Sans;
	font-size:1rem;
	color:#000000;
	line-height: 1.9rem;
}
.home .home-screen .slide-one .slide-content .slide-text p span{
	font-weight: bold;
	margin-right:0.5rem;
}
.home .home-screen .slide-two .slide-content .slide-con{
	top: 17%;
}
.home .home-screen .slide-two .slide-content .slide-con .screen-con{
	width: 65%;
	margin: 6% 0% 8%;
}
.home .home-screen .slide-two .slide-content .slide-con .screen-title h1{
	letter-spacing: 2px;
}
.home .home-screen .slide-three .slide-content .slide-con{
	top: 18%;
}
.home .home-screen .slide-three .slide-content .slide-con .screen-title h1{
	font-size: 2.3rem;
	letter-spacing: 1px;
}
.home .home-screen .slide-three .slide-content .slide-con .screen-con{
	width: 40%;
  margin: 2% 0% 3%;
}
.home .home-screen .slide-four .slide-content .slide-con{
	top: 18%;
}
.home .home-screen .slide-four .slide-content .slide-con .screen-con{
	margin: 2% 0% 4%;
}
.home .home-screen .slide-five .slide-content .slide-con{
	top: 18%;
}
.home .home-screen .slide-five .slide-con .screen-title h1{
	font-size: 5.4rem;
}
.home .home-screen .slide-five .slide-content .slide-con .screen-con{
	margin: 5% 0% 7%;
}
.home .home-screen .slide-six .slide-content .slide-con{
	top: 32%;
  left: 58%;
}
.home .home-screen .slide-six .slide-content .slide-con .screen-con{
	width: 55%;
	margin: 5% 0% 7%;
}
.home .home-screen .slide-seven .slide-content .slide-con{
	width: 26%;
}
.home .home-screen .slide-seven .slide-content .slide-con .screen-con{
	margin: 7% 0%;
}
.home .home-screen .swiper-container .swiper-pagination{
  top: 30%;
  left: 1%;
  bottom: unset;
  width: auto;
  transform: rotate(90deg);
}
.home .home-screen .swiper-container .swiper-pagination-bullet{
	position: relative;
	transform: rotate(-90deg);
	width: auto;
  height: auto;
  opacity: 1;
  margin: 0px 15px;
  border-radius: 0%;
	font-family: MyGrundfos;
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: 0px;
  background: transparent;
}
.home .home-screen .swiper-container .swiper-pagination-bullet:before{
	position: absolute;
	content: "";
  top: 105%;
  right: -5px;
  width: 1000%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
	background-color:#ffffff;
}
.home .home-screen .swiper-container .swiper-pagination-bullet-active:before{
	opacity: 1;
  visibility: visible;
}
.same-title h1{
	font-family: MyGrundfos;
	font-size:2rem;
	font-weight: 600;
	color:#3d3d3d;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}
.home .home-product{
	position: relative;
	overflow: hidden;
}
.home .home-product .pro-bc{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:10%;
	width:100%;
	height:30%;
	background-color:#f8f8f8;
}
.home .home-product .all-pro{
	position: relative;
	z-index:22;
	width:72%;
	max-width: 1400px;
	margin:3% auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.home .home-product .all-pro .pro-left{
	width:39%;
	margin-right:2%;
	display: flex;
	display: -webkit-flex;

}
.home .home-product .all-pro .pro-right{
	width:58%;
}
.home .home-product .all-pro .pro-left .pro-nav{
	background-color:#005BAA;
	padding:13% 10% 10% 7.5%;
}
.home .home-product .all-pro .pro-left .pro-nav .same-title h1{
	letter-spacing: 1px;
	color:#ffffff;
}
.home .home-product .all-pro .pro-left .pro-nav .pro-item{
	margin-top:15%;
}
.home .home-product .all-pro .pro-left .pro-nav .pro-item .item{
	margin:7% 0%;
	display: flex;
	display: -webkit-flex;
}
.home .home-product .all-pro .pro-left .pro-nav .pro-item .item .item-circle{
	position: relative;
	width:10px;
	height:10px;
	margin: 3px 20px 0px 0px;
	border-radius: 50%;
	background-color:transparent;
	border:2px solid #ffffff;
}
.home .home-product .all-pro .pro-left .pro-nav .pro-item .item .item-circle .circle{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:300%;
	height:300%;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	background-color:rgba(0,91,170,0.3);
}
.home .home-product .all-pro .pro-left .pro-nav .pro-item .item-h h1{
	font-family: MyGrundfos;
	font-size:1.2rem;
	color:#ffffff;
	letter-spacing: 0.2px;
}
.home .home-product .all-pro .pro-left .pro-nav .pro-item .item:hover .item-circle{
	background-color:#005baa;
	border-color:#005baa;
}
.home .home-product .all-pro .pro-left .pro-nav .pro-item .item:hover .item-circle .circle{
	opacity: 1;
	visibility: visible;
}
.home .home-product .all-pro .pro-left .pro-nav .pro-item .item:hover .item-h h1{
	font-weight: 600;
	color:#005baa;
}
/* 首页左侧目录 */
.item-circle-change{
	background-color:#005baa !important;
	border-color:#fff !important;
}
.circle-change{
	opacity: 1 !important;
	visibility: visible !important;
}
.h-change{
	font-weight: 600 !important;
	color:#fff !important;
}
.home .home-product .all-pro .pro-right .right-logo{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 5%;
}
.home .home-product .all-pro .pro-right .right-logo .img{
	width:143px;
}
.home .home-product .all-pro .pro-right .right-con .con-p p{
	font-family: MyOpen-Sans;
	font-size:1rem;
	color:#555555;
	line-height: 1.5rem;
}
.home .home-product .all-pro .pro-right .right-con .con-btn a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-end;
	margin: 3% 5% 7% 0%;
}
.home .home-product .all-pro .pro-right .right-con .con-btn .btn-img{
	width:31px;
	margin-right:29px;
}
.home .home-product .all-pro .pro-right .right-con .con-btn .btn-p{
	font-family: MyGrundfos;
	font-size:1.2rem;
	color:#1f1a17;
	text-transform: capitalize;
}
.home .home-product .all-pro .pro-right .right-con .con-btn a:hover .btn-img{
	margin-right:15px;
}
.home .home-product .all-pro .pro-right .right-con .con-btn a:hover .btn-p{
	color:#005baa;
}
.home .home-product .all-pro .pro-right .right-pro{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	text-align: center;
	margin-left: -5%;
  margin-right: -5%;
}
.home .home-product .all-pro .pro-right .right-pro .right-img:nth-child(1){
	margin-right: 5%;	
}
.home .home-product .all-pro .pro-right .right-pro .same-btn{
	margin-top: 1rem;
}
.home .home-product .all-pro .pro-right .right-pro .same-btn p{
	font-size: 1rem;
	height: 30px;
  line-height: 30px;
	color: #696969;
	padding: 0px 100px;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
}
.home .home-workshop .all-work{
	width:72%;
	max-width: 1400px;
	margin:5.8% auto 6%;
}
.home .home-workshop .all-work .work-content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 2.7%;
}
.home .home-workshop .all-work .work-msg{
	position: relative;
	width:calc(97.3% / 4);
	margin-right:0.9%;
	background-color: #f8f8f8;
}
.home .home-workshop .all-work .work-msg:nth-last-child(1){
	margin-right:0%;
}
.home .home-workshop .all-work .work-msg .work-img{
	overflow: hidden;
}
.home .home-workshop .all-work .work-msg .work-con{
	padding:15% 1% 10% 7%;
}
.home .home-workshop .all-work .work-msg .work-con .con-title h1{
	font-family: MyGrundfos;
	font-size:1.5rem;
	font-weight: 600;
	color:#3c3c3c;
	letter-spacing: 1px;
	margin-bottom: 7%;
}
.home .home-workshop .all-work .work-msg .work-con .con-p p{
	font-family: MyOpen-Sans;
	font-size:1rem;
	color:#555555;
	line-height: 1.8rem;
}
.home .home-workshop .all-work .work-msg .work-con .con-btn{
	position: absolute;
	content:"";
	left:7%;
	bottom:7%;
}
.home .home-workshop .all-work .work-msg .work-con .con-btn .img{
	width:31px;
}
.home .home-workshop .all-work .work-msg:hover .work-img .img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
.home .home-workshop .all-work .work-msg:hover .con-btn{
	left: 15%;
}
.same-btn{
	display: inline-block;
	font-family: MyGrundfos;
	height:32px;
	line-height: 32px;
}
.same-btn p{
	transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.same-btn:hover p{
	color:#ffffff !important;
	border-color:#005baa !important;
	background-color:#005baa !important;
}
.same-btn1 p{
	font-size:1.2rem;
	color:#ffffff;
	padding:0px 50px;
	border:1px solid #ffffff;
}
.same-btn2 p{
	font-size: 1.125rem;
  padding: 0px 45px;
	color:#1f1a17;
	border:1px solid #005baa;
}
.same-contact{
	padding:2% 0%;
	background-color:rgba(0,0,0,0.7);
}
.same-contact .same-title h1{
	color: #ffffff;
}
.same-contact .all-contact{
	width:50%;
	margin:0% auto;
}
.same-contact .all-contact .contact-title{
	text-align: center;
}
.same-contact .all-contact .contact-title p{
	font-family: MyOpen-Sans;
	font-size:0.95rem;
	color:#ffffff;
	margin: 1% 0% 4%;
}
.same-contact .all-contact .contact-form{
	padding:0.5%;
	background-color:#ffffff;
}
.same-contact .all-contact .contact-form .form{
	position: relative;
	width:85%;
	padding: 1% 11% 1% 4%;
}
.same-contact .all-contact .contact-form .form form{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.same-contact .all-contact .contact-form .form form .layui-form-item{
	width:48%;
	margin-right:4%;
	margin-bottom:10px;
}
.same-contact .all-contact .contact-form .form form .layui-form-item:nth-child(2n){
	margin-right:0%;
}
.same-contact .all-contact .contact-form .form form .message{
	width:100%;
	margin-right: 0%;
}
.same-contact .form .layui-input{
	font-family:MyOpen-Sans;
	font-size:1rem;
	color:#000000;
	height: 40px;
  line-height: 40px;
  padding-left: 0px;
  border:unset;
  border-bottom: 1px solid #e5e5e5;                 
}
.same-contact .all-contact .contact-form .form form .btn{
	position: absolute;
	content:"";
	right:0%;
	bottom:0%;
	width:7%;
	height:100%;
	margin: 0%;
	background-color:#005baa;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.same-contact .all-contact .contact-form .form .layui-btn{
	width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
	align-items: center;
	justify-content: center;
	line-height: unset;
	padding:0px;
	margin:0px;
	background-color:unset;
}
.home .home-exhibite .all-exhibite{
	width:72%;
	margin:6.5% auto 5.5%;
	max-width: 1400px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.home .home-exhibite .all-exhibite .exhibite-left{
	position: relative;
	width:33.5%;
	margin-right:2.7%;
}
.home .home-exhibite .all-exhibite .exhibite-right{
	width:63.8%;
}
.home .home-exhibite .all-exhibite .exhibite-left .con-p p{
	font-family: MyOpen-Sans;
	font-size:1rem;
	color:#363636;
	line-height: 1.8rem;
	margin: 8% 0% 12%;
}
.home .home-exhibite .all-exhibite .exhibite-left .con-logo{
	position: absolute;
	content:"";
	bottom:0%;
	right:0%;
	display: flex;
	display: -webkit-flex;
}
.home .home-exhibite .all-exhibite .exhibite-left .con-logo .img{
	width:143px;
}
.home .home-service .all-service{
	width:72%;
	max-width: 1400px;
	margin:5% auto 6%;
}
.home .home-service .all-service .service-content{
	display: flex;
	display: -webkit-flex;
	margin-top: 3.5%;
}
.home .home-service .all-service .service-content .service-msg{
	width:calc(95.5% / 4);
	margin-right:1.5%;
	padding: 3% 2% 2.2%;
	border:1px solid #e5e5e5;
}
.home .home-service .all-service .service-content .service-msg:nth-last-child(1){
	margin-right:0%;
}
.home .home-service .all-service .service-content .service-msg .msg-img{
	position: relative;
	width: 62%;
  max-width: 167px;
	margin:0% auto;
}
.home .home-service .all-service .service-content .service-msg .msg-img .hide-img{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	opacity: 0;
	visibility: hidden;
}
.home .home-service .all-service .service-content .service-msg .msg-con{
	text-align: center;
}
.home .home-service .all-service .service-content .service-msg .msg-con .con-h h1{
	font-family: MyGrundfos;
  font-size: 1.25rem;
  font-weight: 600;
  color: #005baa;
  letter-spacing: 1px;
  margin: 13% 0% 4.5%;
}
.home .home-service .all-service .service-content .service-msg .msg-con .con-p p{
	font-family: MyOpen-Sans;
	font-size:1rem;
	color:#555555;
	line-height: 1.5rem;
}
.home .home-service .all-service .service-content .service-msg:hover{
	cursor: pointer;
	background-color:#005baa;
}
.home .home-service .all-service .service-content .service-msg:hover .show-img{
	opacity: 0;
	visibility: hidden;
}
.home .home-service .all-service .service-content .service-msg:hover .hide-img{
	opacity: 1;
	visibility: visible;
}
.home .home-service .all-service .service-content .service-msg:hover .msg-con .con-h h1{
	color:#ffffff;
}
.home .home-service .all-service .service-content .service-msg:hover .msg-con .con-p p{
	color:#ffffff;
}
.home .home-about{
	background:url(../images/home-show-bc.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.home .home-about .same-title h1{
	color:#252525;
	letter-spacing: 1.5px;
}
.home .home-about .home-cor{
	padding: 1.5% 0%;
	position: relative;
	display: flex;
  display: -webkit-flex;
  align-items: center;
}
.home .home-about .home-cor .cor-person{
	margin-bottom: -9.5%;
}
.home .home-about .home-cor .all-cor{
	position: relative;
	width:35%;
	margin-left:14%;
}
.home .home-about .home-cor .all-cor .cor-logo{
	position: absolute;
	content:"";
	right:-3%;
	bottom:0%;
	display: flex;
	display: -webkit-flex;
}
.home .home-about .home-cor .all-cor .cor-logo .img{
	width:165px;
}
.home .home-about .home-cor .all-cor .cor-title{
	position: relative;
}
.home .home-about .home-cor .all-cor .title-img{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:50%;
	right:0%;
	display: flex;
	display: -webkit-flex;
}
.home .home-about .home-cor .all-cor .title-img .img{
	width:35px;
}
.home .home-about .home-cor .all-cor .cor-con p{
	font-family: MyOpen-Sans;
	font-size:1.05rem;
	color:#252525;
	line-height: 1.8rem;
	margin: 7% 0%;
}
/* .home .footer-contact{ */
	/* padding-top: 5%; */
	/* background-color: background-color: rgba(0,91,170,0.8); */
/* } */
.home .footer{
	border-top: 1px solid #bfbfbf;
}
.home .footer .foot-nav .all-nav{
	padding-top: 1%;
	border-top:unset;
}
.same-screen{
	position: relative;
}
.same-screen .screen-con{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:45%;
	left:50%;
	width:98%;
}
.same-screen .screen-con .con-title h1{
	font-family: MyGrundfos;
  font-size: 4.5rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.same-screen .screen-con .con-p{
	font-family: MyOpen-Sans;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2.3rem;
  text-align: center;
  margin-top: 2.3%;
}
.same-screen .con-img{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:15%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.same-screen .con-img .img{
	width:43px;
}
.allPro .allPro-con{
	width:72%;
	margin:5% auto;
	max-width: 1400px;
}
.allPro .allPro-con .allPro-img{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.allPro .allPro-con .allPro-img .img-con{
	position: relative;
	width:calc(96% / 3);
	margin:0% 2% 2% 0%;
	border:1px solid #eeeeee;
	box-sizing: border-box;
	background-color:#ffffff;
	transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.allPro .allPro-con .allPro-img .img-con:nth-child(3n){
	margin-right:0%;
}
.allPro .allPro-con .allPro-img .img-con:hover{
	transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0px 2px 12px rgb(0,0,0,0.15);
}
.allPro .allPro-con .allPro-img .img-con .img{
	padding:5%;
}
.allPro .allPro-con .allPro-img .img-con .con-h{
	position: absolute;
	content:"";
	transform: translate(-50%, 0%);
  left: 50%;
  bottom: 5%;
	width:85%;
	text-align: right;
}
.allPro .allPro-con .allPro-img .img-con .con-h h1{
	position: relative;
	display: inline-block;
	font-family: MyGrundfos;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #696969;
  text-transform: uppercase;
}
.allPro .allPro-con .allPro-img .img-con .con-h h1:before{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:50%;
	right:calc(100% + 12px);
	width:88px;
	height:1px;
	background-color:#696969;
}
.allPro .allPro-con .allPro-page{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-top: 3%;
}
.allPro .allPro-con .allPro-page .page{
	margin:0px 5px;
}
.allPro .allPro-con .allPro-page .page h1{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: MyGrundfos;
  font-size: 1.2rem;
  font-weight: 600;
  color: #696969;
  width: 42px;
  height: 42px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.4s;
}
.allPro .allPro-con .allPro-page .page h1:hover{
	cursor: pointer;
	color: #ffffff !important;
  background-color: #393939 !important;
}
.page-h{
	color: #ffffff !important;
  background-color: #393939 !important;
}
.product .product-content{
	border-top: 10px solid #000000;
}
.product .product-content .product-con{
	width:65%;
	margin:0% auto;
	max-width: 1300px;
}
.product .product-content .product-con .pro-title .title-h h1{
	font-family: MyGrundfos;
  font-size: 2rem;
  font-weight: 600;
  color: #3d3d3d;
  letter-spacing: 1px;
}
.product .product-info{
	padding-top:6.5%;
} 
.product .product-info .product-con{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 5.5%;
}
.product .product-info .product-con .pro-left{
	width:49%;
}
.product .product-info .product-con .pro-right{
	width:51%;
}
.product .product-info .product-con .pro-left .pro-con{
	width:80%;
	margin: 3% 0% 10% 0%;
	font-family: MyOpen-Sans;
  font-size: 1rem;
  color: #000000;
  line-height: 1.3rem;
}
.product .product-info .product-con .pro-left .pro-con .con-p{
	margin-bottom:3.5%;
}
.product .product-info .product-con .pro-left .pro-btn{
	display: inline-flex;
	display: -webkit-inline-flex;
}
.product .product-info .product-con .pro-left .pro-btn p{
	font-family: MyGrundfos;
  font-size: 1.2rem;
  color: #ffffff;
  height:40px;
  line-height: 40px;
  padding:0px 55px;
  background-color:#005baa;
}
.product .product-info .product-con .pro-right .right-top{
	width: 100%;
  margin: 0% auto;
  max-width: 514px;
}
.product .product-info .product-con .pro-right .right-bottom{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-top: 10%;
}
.product .product-info .product-con .pro-right .right-bottom .img-con{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding:0.5rem 1.5rem;
}
.product .product-info .product-con .pro-right .right-bottom .img-con .img{
	width:39px;
	margin-right:11px;
}
.product .product-info .product-con .pro-right .right-bottom .img-con .text{
	font-family: MyGrundfos;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3d3d3d;
  letter-spacing: 0.2px;
}
.product .product-info .product-con .pro-right .right-bottom .img-con:nth-child(1){
	padding-left:0rem;
}
.product .product-info .product-con .pro-right .right-bottom .img-con:nth-child(3){
	padding-right:0rem;
}
.product .product-info .product-con .pro-right .right-bottom .img-con:nth-child(2){
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.product .product-para{
	border-top:1px solid #eeeeee;
}
.product .product-para .para-title .slide-one{
	display: flex;
	display: -webkit-flex;
}
.product .product-para .para-title .title-text{
	padding:1.8rem 0rem 1.6rem;
	margin-right:5.5rem;
	border-bottom:4px solid transparent;
	transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.product .product-para .para-title .title-text:nth-last-child(1){
	margin-right:0%;
}
.product .product-para .para-title .title-text:hover{
	border-color:#005baa;
}
.change-text{
	border-color:#005baa !important;
}
.product .product-para .para-title .title-text h1{
	font-family: MyGrundfos;
  font-size: 1.2rem;
  color: #1f1a17;
}
.product .product-para .bottom-img{
	padding:5% 0%;
	background-color:#f8f8f8;
}
.product .product-para .bottom-img .swiper-container{
	padding-bottom: 2px;
}
.product .product-para .bottom-img .swiper-slide .para-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.product .product-para .bottom-img .slide-two .para-img{
	width: 65.5%;
  margin: 0% auto;
  justify-content: flex-start;
}
.product .product-para .bottom-img .swiper-slide .para-img .img:nth-child(2){
	margin-left:10%;
}
.product .product-similar{
	margin-top:5%;
}
.product .product-similar .pro-similar{
	margin:7% auto 10%;
}
.product .product-similar .pro-similar .swiper-container{
	padding:0% 2%;
}
.product .product-similar .pro-similar .top-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.product .product-similar .pro-similar .con-text{
	text-align: center;
	margin-top: 5%;
}
.product .product-similar .pro-similar .con-text p{
	display: inline-block;
	font-family: MyGrundfos;
  font-size: 1rem;
  font-weight: 600;
  color: #3d3d3d;
  letter-spacing: 0.5px;
  height:30px;
  line-height:30px;
  padding:0px 55px;
  border:1px solid #e5e5e5;
  transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.product .product-similar .pro-similar .prev-next{
	transform: translate(0%,-50%);
	top: 40%;
	width:auto;
	height:auto;
	margin:0px;
}
.product .product-similar .pro-similar .prev-next:after{
	font-size:3rem;
	font-weight: bold;
	color:#000000;
}
.product .product-similar .pro-similar a:hover p{
	color:#ffffff;
	border-color:#005baa;
	background-color:#005baa;
}
.about .about-adv .adv-con{
	padding:3.5% 0%;
	background-color:#ffffff;
}
.about .about-adv .adv-con:nth-child(2n){
	background-color:#f8f8f8;
}
.about .about-adv .adv-con .all-adv{
	width:60%;
	margin:0% auto;
	max-width: 1200px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.about .about-adv .adv-con .all-adv .adv-img{
	width:50%;
	max-width: 560px;
	display: flex;
	display: -webkit-flex;
}
.about .about-adv .adv-con .all-adv .con-text{
	width:45%;
	min-width: calc(95% - 560px);
}
.about .about-adv .adv-con:nth-child(2n) .all-adv{
	flex-direction: row-reverse;
}
.about .about-adv .adv-con:nth-child(2n) .all-adv .adv-img{
	margin-left:5%;
}
.about .about-adv .adv-con:nth-child(2n+1) .all-adv .adv-img{
	margin-right:5%;
}
.about .con-text .text-h h1{
	font-family: MyGrundfos;
  font-size: 2rem;
  font-weight: 600;
  color: #3d3d3d;
}
.about .con-text .text-p{
	font-family: MyOpen-Sans;
  font-size: 1rem;
  color: #363636;
  line-height: 1.8rem;
  margin: 5.5% 0% 8%;
}
.about .con-text .text-btn{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.about .about-adv .adv-con .all-adv .con-text .text-btn .img{
	width:31px;
	margin-right:25px;
}
.about .about-adv .adv-con .all-adv .con-text .text-btn .text{
	font-family: MyGrundfos;
  font-size:1.05rem;
  font-weight: 600;
  color: #005baa;
	letter-spacing: 0.5px; 
}
.about .about-adv .adv-con:nth-child(2n) .all-adv .con-text .text-btn .img{
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.about .about-exhibi{
	overflow: hidden;
}
.about .about-exhibi .all-exhibi{
	position: relative;
}
.about .about-exhibi .all-exhibi .exhibi-img{
	display: flex;
	display: -webkit-flex;
	width:100%;
}
.about .about-exhibi .all-exhibi .exhibi-con{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:110%;
	height:100%;
	background-color:rgba(0,0,0,0.58);
	display: flex;
	display: -webkit-flex;
	align-items: center;
} 
.about .about-exhibi .all-exhibi .exhibi-con .con-text{
	width: 25%;
  margin-left: 25%;
}
.about .about-exhibi .all-exhibi .exhibi-con .con-text .text-h h1{
	color:#ffffff;
}
.about .about-exhibi .all-exhibi .exhibi-con .con-text .text-p{
	color:#ffffff;
}
.about .about-certifi .all-certifi{
	width:80%;
	margin:6% auto 3%;
	max-width: 1550px;
}
.about .about-certifi .all-certifi .certifi-title h1{
	font-family: MyGrundfos;
  font-size:2.8rem;
  font-weight: 600;
  color: #3d3d3d;
  text-align: center;
  text-transform: uppercase;
	letter-spacing: 1px; 
	margin-bottom:4.5%;
}
.about .about-certifi .all-certifi .certifi-img{
	position: relative;
  width: 93%;
  margin: 0 auto;
}
.about .about-certifi .all-certifi .certifi-img .swiper-container{
	padding-bottom:10%;
}
.about .about-certifi .all-certifi .certifi-img .swiper-slide{
	width: 397px;
	transition: 300ms;
}
.about .about-certifi .all-certifi .certifi-img .swiper-slide .img{
	box-reflect: below 0px -webkit-linear-gradient(transparent,transparent 78%,rgba(0,0,0,0.3));
	-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent,transparent 78%,rgba(0,0,0,0.3));
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.about2 .all-about{
	width: 65%;
  margin: 0% auto;
  max-width: 1250px;
}
.about2 .con-text .text-h h1{
	font-family: MyGrundfos;
  font-size: 2rem;
  font-weight: 600;
  color: #3d3d3d;
}
.about2 .con-text .text-title h1{
	position: relative;
	display: inline-block;
	color:#005baa;
}
.about2 .con-text .text-title h1:before{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:50%;
	left:calc(100% + 20px);
	width:130px;
	height:2px;
	background-color:#005baa;
}

.about2 .con-text .text-p{
	font-family: MyOpen-Sans;
  font-size: 1rem;
  color: #363636;
  line-height: 1.8rem;
}
.about2 .con-text .text-btn{
	display: flex;
  display: -webkit-flex;
  align-items: center;
}
.about2 .con-text .text-btn .img{
	width: 31px;
  margin-right: 25px;
}
.about2 .con-text .text-btn .text{
	font-family: MyGrundfos;
  font-size: 1.05rem;
  font-weight: 600;
  color: #005baa;
  letter-spacing: 0.5px;
}
.about2 .about-profile .all-profile{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin:4.5% auto;
}
.about2 .about-profile .all-profile .profile-left{
	width: 50%;
  max-width: 609px;
  display: flex;
  display: -webkit-flex;
  margin-right:5%;
}
.about2 .about-profile .all-profile .profile-right{
	width: 45%;
  min-width: calc(95% - 609px);
}
.about2 .about-profile .all-profile .profile-right .con-text .text-p{
	margin:4% 0% 6%;
}
.about2 .about-history{
	background:url(../images/about2-history-bc.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
	padding:2.5% 0% 3%;
}
.about2 .about-history .all-history{
	width:85%;
	margin:0% auto;
	max-width:1530px;
}
.about2 .about-history .all-history .history-title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.6%;
}
.about2 .about-history .all-history .title-h{
	position: relative;
	display: inline-block;
	margin:0rem 2rem;
}
.about2 .about-history .all-history .line{
	width:75px;
	height:1px;
	background-color:#005baa;
}
.about2 .about-history .all-history .title-h h1{
	font-family: MyGrundfos;
  font-size: 2rem;
  font-weight: 600;
  color: #3d3d3d;
}
.about2 .about-history .all-history .history-slide .swiper-container{
	padding:1%;
}
.about2 .about-history .all-history .slide-con{
	box-shadow: 0px 0px 7px rgba(0,0,0,0.15);
	background-color:#ffffff;
	border-radius: 5px;
	padding: 2% 5%;
}
.about2 .about-history .all-history .slide-con .con-img{
	width:94px;
	margin:18% auto 0%;
	border-radius:50%;
	overflow: hidden;
}
.about2 .about-history .all-history .slide-con .con-text{
	text-align: center;
	margin-bottom:5%;
}
.about2 .about-history .all-history .slide-con .con-text .text-h h1{
	font-size: 1.5rem;
	color:#2e2e2e;
	margin:12% 0% 4%;
}
.about2 .about-history .all-history .slide-con .con-text .text-p{
	font-size: 0.9rem;
	color:#000000;
	line-height: 1.2rem;
}
.about2 .about-history .all-history .slide-one .slide-con{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.about2 .about-history .all-history .slide-one .slide-con{
	background-color:#005baa;
}
.about2 .about-history .all-history .slide-one .slide-con .con-img{
	width: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	border-radius:0px;
	margin: 5% auto 0%;
}
.about2 .about-history .all-history .slide-one .slide-con .con-text .text-h h1{
	font-size: 1.5rem;
	font-weight: 100;
	color:#ffffff;
	letter-spacing: -0.2px;
	line-height: 2rem;
	margin: 15% 0% 10%;
}
.about2 .about-history .all-history .slide-one .slide-con .con-text .text-btn{
	align-items: unset;
	justify-content: center;
}
.about2 .about-work{
	position: relative;
	margin: 5.5% auto 4%;
	padding-bottom: 3.5%;
}
.about2 .about-work:before{
	position: absolute;
	z-index:11;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width:100%;
	height:76%;
	background: #f8f8f8;
}
.about2 .about-work:after{
	position: absolute;
	z-index:15;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width:100%;
	height:19%;
	background-color:#005baa;
}
.about2 .about-work .all-work{
	position: relative;
	z-index:22;
}
.about2 .about-work .work-top{
	position: relative;
	width:100%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}
.about2 .about-work .work-top .work-left{
	width:50%;
	margin-right:1.5%;
	display: flex;
	display: -webkit-flex;
}
.about2 .about-work .work-top .work-right{
	width:48.5%;
}
.about2 .about-work .work-top .work-right .work-con{
	position: absolute;
	content:"";
	top: 4%;
	left:51.5%;
}
.about2 .about-work .work-top .work-right .work-con .text-p{
	width: 65%;
  margin-top: 3%;
}
.about2 .about-work .work-top .work-right .work-adv{
	display: flex;
	display: -webkit-flex;
	margin-left: -5%;
}
.about2 .about-work .work-top .work-right .adv-con{
	width:calc(92% / 4);
	padding:1%;
	border-right:1px dashed #eeeeee;
}
.about2 .about-work .work-top .work-right .adv-con:nth-last-child(1){
	border-right:unset;
}
.about2 .about-work .work-top .work-right .adv-con .adv-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.about2 .about-work .work-top .work-right .adv-con .adv-img .img{
	width:120px;
}
.about2 .about-work .work-top .work-right .adv-con .adv-text h2{
	font-family: MyGrundfos;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #005baa;
  text-align: center;
  margin: 8% 0% 7%;
}
.about2 .about-work .work-top .work-right .adv-con .adv-text p{
	font-family: MyOpen-Sans;
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.2rem;
  text-align: center;
  letter-spacing: -0.5px;
}
.about2 .about-work .work-bottom{
	width:82.5%;
	margin:3.5% 0% 0% 17.5%;
}
.same-room .all-room{
	position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}
.same-room .all-room .room-left{
	width:calc(40% - 4px);
	margin-right: 8px;
}
.same-room .all-room .room-right{
	width:calc(60% - 4px);
}
.same-room .all-room .room-left .left-text{
	position: absolute;
  content: "";
  top: 10%;
  left: 5%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.same-room .all-room .room-left .left-text h1{
	font-family: MyGrundfos;
  font-size: 2rem;
  font-weight: 600;
  color: #005baa;
}
.same-room .all-room .room-left .left-text .line{
	width: 130px;
  height: 2px;
  margin-left: 2rem;
  background-color: #005baa;
}
.same-room .all-room .room-right .room-img{
	display: flex;
  display: -webkit-flex;
}
.same-room .all-room .room-right .room-img .img-rotate{
	margin: 9px;
}
.same-room .all-room .room-right .room-img:nth-last-child(1) .img-rotate{
  margin-bottom: 0px;	
}
.same-room .all-room .room-right .room-img .img-rotate:nth-last-child(1){
	margin-right:0px;
}
.about2 .about-exhibi{
	padding:3.5% 0%;
	margin:3.5% auto;
	background-color:#f8f8f8;
}
.about2 .about-exhibi .exhibi-top{
	display: flex;
	display: -webkit-flex;
}
.about2 .about-exhibi .exhibi-top .exhibi-img{
	width:calc(96% / 4);
	margin-right:calc(4% / 3);
	box-shadow: 0px 3px 7px rgb(0,0,0,0.35);
}
.about2 .about-exhibi .exhibi-top .exhibi-img:nth-last-child(1){
	margin-right:0%;
}
.about2 .about-exhibi .exhibi-text{
	position: relative;
	margin-top:5.5%;
}
.about2 .about-exhibi .exhibi-text .text-p{
	width:65%;
	margin-top:2.5%;
}
.about2 .about-exhibi .exhibi-text .text-logo{
	position: absolute;
	content:"";
	top: 20%;
	right:1.2%;
	display: flex;
	display: -webkit-flex;
}
.about2 .about-exhibi .exhibi-text .text-logo .img{
	width:143px;
}
.about2 .about-certifi .all-certifi{
	width:80%;
	margin:6% auto 3%;
	max-width: 1550px;
}
.about2 .about-certifi .all-certifi .certifi-title h1{
	font-family: MyGrundfos;
  font-size:2.8rem;
  font-weight: 600;
  color: #3d3d3d;
  text-align: center;
  text-transform: uppercase;
	letter-spacing: 1px; 
	margin-bottom:4.5%;
}
.about2 .about-certifi .all-certifi .certifi-img{
	position: relative;
  width: 93%;
  margin: 0 auto;
}
.about2 .about-certifi .all-certifi .certifi-img .swiper-container{
	padding-bottom:10%;
}
.about2 .about-certifi .all-certifi .certifi-img .swiper-slide{
	width: 397px;
	transition: 300ms;
}
.about2 .about-certifi .all-certifi .certifi-img .swiper-slide .img{
	box-reflect: below 0px -webkit-linear-gradient(transparent,transparent 78%,rgba(0,0,0,0.3));
	-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent,transparent 78%,rgba(0,0,0,0.3));
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.land .same-screen .screen-con .con-title h1{
	font-size: 2.3rem;
}
.land .same-screen .screen-con .con-p{
	margin-top: 1.5%;
	line-height: 1.6rem;
}
.land .land-con{
	width:72%;
	margin:0% auto;
	max-width: 1380px;
}
.land .land-text .text-title h1{
	font-family: MyGrundfos;
  font-size:2rem;
  font-weight: 600;
  color: #3d3d3d;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.land .land-text .text-con{
	font-family: MyOpen-Sans;
  font-size: 1rem;
  color: #363636;
  line-height: 1.5rem;
}
.land .pro-text h1{
	font-family: MyGrundfos;
  font-size:1.2rem;
  color: #1f1a17;
  text-align: center;
}
.land .land-con .text-logo{
	position: absolute;
	content:"";
	display: flex;
	display: -webkit-flex;
}
.land .land-con .text-logo .img{
	width:143px;
}
.land .land-borehole{
	margin:3.5% auto 5%;
}
.land .land-borehole .pro-one{
	display: flex;
	display: -webkit-flex;
	flex-direction: row-reverse;
}
.land .land-borehole .pro-one .pro-left{
	position: relative;
	width:48%;
	margin:2.8% 0% 0% 2%;
	max-width: 627px;
}
.land .land-borehole .pro-one .pro-right{
	width:50%;
	min-width: calc(98% - 627px);
	display: flex;
 	display: -webkit-flex;
 	align-items: flex-start;
}
.land .land-borehole .pro-one .pro-left .text-con{
	margin: 4.8% 0% 6%;
}
.land .land-borehole .pro-one .pro-left .text-logo{
	top:-2%;
	right:5%;
}
.land .land-borehole .pro-one .pro-left .land-img{
	display: flex;
	display: -webkit-flex;
}
.land .land-borehole .pro-one .pro-right .pro-show:nth-child(1){
	margin-right:4%;
}
.land .land-borehole .pro-show{
	position: relative;
}
.land .land-borehole .pro-show .pro-text{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	width:98%;
}
.land .land-borehole .pro-one .pro-right .pro-show .pro-text{
	bottom: 8%;
}
.land .land-borehole .pro-two{
	margin-top: -13%;
}
.land .land-borehole .pro-two .pro-left{
	margin-left: 2%;
}
.land .land-borehole .pro-two .pro-left .text-con{
	width: 40%;
	margin: 2% 0% 2.8%;
}
.land .land-borehole .pro-two .pro-right{
	display: flex;
 	display: -webkit-flex;
 	justify-content: space-between;
 	margin-top: 4.5%;
}
.land .land-borehole .pro-two .pro-right .pro-show{
	margin-right:2%;
}
.land .land-borehole .pro-two .pro-right .pro-show:nth-last-child(1){
	margin-right:0%;
}
.land .land-borehole .pro-two .pro-right .pro-show .pro-text{
	bottom: 5%;
}
.land .land-dewater{
	/*background:url(../images/land-borehole-img2.jpg) no-repeat;
	background-position: top center;
	background-size: auto 31.15%;
  padding-top: 8%;*/
  overflow: hidden;
}
.land .land-dewater .pro-dewater{
	display: flex;
 	display: -webkit-flex;
}
.land .land-dewater .pro-dewater .pro-left{
	position: relative;
	width:48%;
	margin-right:2%;
}
.land .land-dewater .pro-dewater .pro-right{
	width:50%;
}
.land .land-dewater .pro-dewater .pro-show{
	width:49%;
	margin-right:2%;
}
.land .land-dewater .pro-dewater .pro-show:nth-last-child(1){
	margin-right:0%;
}
.land .land-dewater .pro-show .pro-img{
	display: flex;
 	display: -webkit-flex;
 	justify-content: center;
 	width: 100%;
}
.land .land-dewater .pro-one .pro-right{
	width: 42%;
	padding: 4% 4% 0%;
	display: flex;
 	display: -webkit-flex;
 	background-color: #ffffff;
}
.land .land-dewater .pro-one .pro-left .text-title h1{
	font-size: 2.3rem;
	font-weight: 100;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.land .land-dewater .pro-one .pro-left .text-con{
	color: #ffffff;
	margin: 7% 0%;
  width: 88%;
}
.land .land-dewater .pro-one .pro-left .land-detail{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width:95%;
	display: flex;
 	display: -webkit-flex;
 	justify-content: space-between;
 	background-color: #ffffff;
}
.land .land-dewater .land-detail .detail-con{
	display: flex;
 	display: -webkit-flex;
}
.land .land-dewater .land-detail .detail-con:nth-child(2){
	margin:0rem 2rem;
}
.land .land-dewater .land-detail .con-img{
	width:31px;
	margin:-2px 4px 0px 0px;
}
.land .land-dewater .land-detail .con-p{
	font-family: MyOpen-Sans;
  font-size:0.95rem;
  color: #000000;
}
.land .land-dewater .pro-one .pro-right .pro-show{
	display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.land .land-dewater .pro-one .pro-right .pro-show .pro-text{
	position: relative;
  z-index: 22;
	margin-bottom: -5%;
}
.land .land-dewater .pro-two{
	position: relative;
	padding-bottom: 2.5%;
	margin:3% auto;
}
.land .land-dewater .pro-two:before{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width:100%;
	height:58%;
	background-color:#f8f8f8;
}
.land .land-dewater .pro-two .pro-right{
	position: relative;
	z-index:2;
	display: flex;
 	display: -webkit-flex;
}
.land .land-dewater .pro-two .pro-right .pro-show{
	width:calc(97% / 4);
	margin-right:1%;
}
.land .land-dewater .pro-two .pro-right .pro-show:nth-last-child(1){
	margin-right:0%;
}
.land .land-dewater .pro-two .pro-right .pro-show .pro-img{
	display: flex;
 	display: -webkit-flex;
 	justify-content: center;
}
.land .land-dewater .pro-two .pro-right .pro-show .pro-text{
	margin-top:5%;
}
.land .land-dewater .pro-three{
	position: relative;
	flex-direction: row-reverse;
	align-items: center;
	padding-bottom: 2.5%;
}
.land .land-dewater .pro-three:before{
	position: absolute;
	content:"";
	left:0%;
	bottom:0%;
	width:80%;
	height:60%;
	background-color:#f8f8f8;
}
.land .land-dewater .pro-three .pro-left{
	position: relative;
	z-index:11;
	margin: 2% 0% 0% 2%;
}
.land .land-dewater .pro-three .pro-left .land-bc{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:50%;
	left:0%;
	width: 150%;
  max-width: 947px;
}
.land .land-dewater .pro-three .pro-left .land-text{
	position: relative;
	z-index:12;
	margin-left: 18%;
}
.land .land-dewater .pro-three .pro-left .land-text .text-title h1{
	color: #ffffff;
}
.land .land-dewater .pro-three .pro-left .land-text .text-con{
	font-size: 0.9rem;
	color: #ffffff;
	margin-top: 7%;
}
.land .land-dewater .pro-three .text-logo{
	z-index:20;
	bottom:3%;
	right:5%;
}
.land .land-dewater .pro-three .pro-right{
	position: relative;
	z-index:15;
	display: flex;
 	display: -webkit-flex;
}
.land .land-choose{
	position: relative;
	margin:6% auto 5.5%;
	padding:2% 0% 2.5%;
	background-color:#f8f8f8;
}
.land .land-choose:before{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width:100%;
	height: 25%;
	background-color: #3d3d3d;
}
.land .land-choose .all-choose{
	position: relative;
	z-index:2;
	display: flex;
	display: -webkit-flex;
}
.land .land-choose .all-choose .choose-left{
	position: relative;
	width:58.5%;
	margin-right:4.5%;
}
.land .land-choose .all-choose .choose-right{
	width:37%;
	margin-top: 2.5%;
}
.land .land-video{
	position: relative;
}
.land .land-video video{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	height:101%;
	object-fit: cover;
}
.land .land-choose .all-choose .choose-right .right-title h1{
	font-family: MyGrundfos;
  font-size: 2.4rem;
  font-weight: 600;
  color: #1f1a17;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}
.land .land-choose .all-choose .choose-right .right-adv{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 8%;
}
.land .land-choose .all-choose .choose-right .right-adv .adv-con{
	width:49%;
	margin:0% 2% 2% 0%;
	padding:3% 4%;
	box-sizing: border-box;
	border:1px solid #005baa;
	text-align: center;
}
.land .land-choose .all-choose .choose-right .right-adv .adv-con:nth-child(2n){
	margin-right:0%;
}
.land .land-choose .all-choose .choose-right .right-adv .adv-con h1{
	font-family: MyGrundfos;
  font-size: 1.2rem;
  font-weight: 600;
  color: #005baa;
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
}
.land .land-choose .all-choose .choose-right .right-adv .adv-con p{
	font-family: MyOpen-Sans;
  font-size: 0.9rem;
  color: #555555;
	line-height: 1.2rem;
	letter-spacing: -0.2px;
	margin-top: 3px;
}
.land .land-choose .all-choose .choose-right .right-brand{
	position: absolute;
  width: 37%;
  bottom: -2%;
	display: flex;
 	display: -webkit-flex;
 	align-items: center;
 	justify-content: space-between;
}
.land .land-choose .all-choose .choose-right .right-brand .brand-img{
	margin-right:1rem;
}
.land .land-choose .all-choose .choose-right .right-brand .brand-img:nth-last-child(1){
	margin-right:0%;
}
.land .land-work .all-work .work-one{
	width: 86%;
  margin: 0% 0% 4% 14%;
  display: flex;
  display: -webkit-flex;
}
.land .land-work .all-work .work-one .work-img{
	width:calc(50% - 6px);
}
.land .land-work .all-work .work-one .work-img:nth-child(1){
	margin-right:12px;
}
.land .land-work .all-work .work-two{
	position: relative;
	display: flex;
 	display: -webkit-flex;
 	align-items: flex-end;
 	padding-bottom: 2.3%;
}
.land .land-work .all-work .work-two:before{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width:100%;
	height: 22%;
	background-color: #005baa;
}
.land .land-work .all-work .work-two .work-left{
	position: relative;
	z-index:11;
	width:calc(41.8% - 8px);
	margin-right:16px;
}
.land .land-work .all-work .work-two .work-right{
	position: relative;
	z-index:11;
	width:calc(58.2% - 8px);
}
.land .land-work .all-work .work-two .work-left .work-logo{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top:5.8%;
}
.land .land-work .all-work .work-two .work-right .work-con{
	position: absolute;
	content:"";
	left:9%;
	bottom: 125%;
  width: 70%;
}
.land .land-work .all-work .work-two .work-right .work-con .text-title{
	margin-bottom:4%;
}
.land .land-work .all-work .work-two .work-right .work-img{
	display: flex;
 	display: -webkit-flex;
}
.land .land-work .all-work .work-two .work-right .work-img .img:nth-child(1){
	margin-right:12px;
}
.land .same-room .all-room{
	width:65%;
	margin:5% auto;
	max-width: 1250px;
}
.land .land-company{
	padding:4.5% 0%;
	background:url(../images/land-company-bc.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
}
.land .land-company .land-adv{
	display: flex;
 	display: -webkit-flex;
 	margin-bottom: 6%;
}
.land .land-company .land-adv .adv-detail{
	position: relative;
	width:calc(90% / 3);
	margin-right:5%;
	padding: 3%;
  border: 2px dashed #ffffff;
  border-radius: 10px;
}
.land .land-company .land-adv .adv-detail:nth-last-child(1){
	margin-right:0%;
}
.land .land-company .land-adv .adv-detail .adv-img{
	position: absolute;
	content:"";
	top:-32px;
	right:-32px;
	width:64px;
}
.land .land-company .land-adv .adv-detail .adv-img img{
	border-radius:50%;
}
.land .land-company .land-adv .adv-detail .adv-h{
	font-family: MyGrundfos;
	color: #005baa;
  text-align: center;
  display: flex;
 	display: -webkit-flex;
 	align-items: center;
 	justify-content: center;
}
.land .land-company .land-adv .adv-detail .adv-h h1{
	font-size: 4.3rem;
	font-weight: 600;
}
.land .land-company .land-adv .adv-detail .adv-h h2{
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin:1rem 0rem 0rem 1rem;
}
.land .land-company .land-adv .adv-detail .adv-p{
	font-family: MyGrundfos;
	font-size:0.95rem;
	color: #363636;
  text-align: center;
  letter-spacing: -0.2px;
}
.land .land-company .land-profile{
	display: flex;
 	display: -webkit-flex;
}
.land .land-company .land-profile .profile-left{
	width: 53%;
  max-width: 668px;
  margin-right:5%;
  display: flex;
  display: -webkit-flex;
}
.land .land-company .land-profile .profile-right{
	position: relative;
	width: 45%;
  min-width: calc(95% - 668px);
}
.land .land-company .land-profile .profile-right .text-title{
	margin-bottom: 4%;
}
.land .land-company .land-profile .profile-right .text-con p:nth-child(1){
	margin-bottom: 3%;
}
.land .land-company .land-profile .profile-right .text-con{
	font-size: 0.95rem;
}
.land .land-company .land-profile .profile-right .right-btn a{
	position: absolute;
	content:"";
	left:0%;
	bottom:0%;
	display: flex;
  display: -webkit-flex;
  align-items: center;
}
.land .land-company .land-profile .profile-right .right-btn .img{
	width: 31px;
  margin-right: 25px;
}
.land .land-company .land-profile .profile-right .right-btn .text{
	font-family: MyGrundfos;
  font-size: 1.05rem;
  font-weight: 600;
  color: #005baa;
  letter-spacing: 0.5px;
}
.land .land-pro .land-same{
	margin:4% auto;
}
.land .land-pro .land-same .pro-one{
	display: flex;
	display: -webkit-flex;
}
.land .land-pro .land-same .pro-two{
	display: flex;
	display: -webkit-flex;
}
.land .land-pro .land-same .pro-show{
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	background-color:#f8f8f8;
}
.land .land-pro .land-same .pro-text{
	position: absolute;
  content: "";
  transform: translate(-50%,0%);
  left: 50%;
  width: 98%;
  bottom:8%;
}
.land .land-house .land-same .pro-left{
	position: relative;
	width:49%;
}
.land .land-house .land-same .pro-right{
	position: relative;
	width:49%;
}
.land .land-house .land-same .pro-one{
	flex-direction: row-reverse;
	align-items: flex-start;
}
.land .land-house .land-same .pro-one .pro-left{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.land .land-house .all-house .pro-right{
	margin:0% 2% 0% 0%;
	display: flex;
	display: -webkit-flex;
}
.land .land-house .all-house .pro-one{
	margin-bottom: 3%;
}
.land .land-house .all-house .pro-one .pro-left .land-text{
	width:38%;
	margin-right:3%;
	min-width: calc(97% - 393px);
}
.land .land-house .all-house .pro-one .pro-left .land-img{
	width:59%;
	max-width: 393px;
}
.land .land-house .all-house .pro-one .pro-left .text-logo{
	position: relative;
}
.land .land-house .all-house .pro-one .pro-left .land-text .text-con{
	font-size:0.9rem;
	margin: 10% 0%;
}
.land .land-house .all-house .pro-show{
	width:48%;
}
.land .land-house .all-house .pro-show:nth-child(1){
	margin-right: 4%;
}
.land .land-house .all-house .pro-two .pro-right{
	margin:0% 0% 0% 2%;
}
.land .land-civil .all-civil .pro-one{
	flex-direction: row-reverse;
}
.land .land-civil .all-civil .pro-one .pro-left{
	position: relative;
	width:49%;
	max-width: 667px;
	margin:0% 0% 0% 2%;
}
.land .land-civil .all-civil .pro-one .pro-right{
	width:49%;
	min-width: calc(98% - 667px);
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.land .land-civil .all-civil .pro-one .pro-right .pro-show{
	width:48%;
	margin:0% 4% 0% 0%;
}
.land .land-civil .all-civil .pro-one .pro-right .pro-show:nth-child(2n){
	margin-right:0%;
}
.land .land-civil .all-civil .pro-one .pro-right .show-top{
	margin-bottom:4%;
}
.land .land-civil .all-civil .pro-one .pro-left .land-text{
	width: 90%;
  margin: 6% auto 0%;
}
.land .land-civil .all-civil .pro-one .pro-left .land-text .text-con{
	width: 95%;
  margin-top: 5%;
}
.land .land-civil .all-civil .pro-one .pro-left .land-text .text-logo{
	right: 0%;
  bottom: 1%;
}
.land .land-bathtub .all-bathtub .pro-one{
	align-items: center;
	flex-direction: row-reverse;
}
.land .land-bathtub .all-bathtub .pro-one .pro-left{
	width:38%;
	margin-left:4%;
}
.land .land-bathtub .all-bathtub .pro-one .pro-right{
	width:58%;
	display: flex;
	display: -webkit-flex;
}
.land .land-bathtub .all-bathtub .pro-one .pro-right .pro-show{
	width:48%;
	margin-right:4%;
}
.land .land-bathtub .all-bathtub .pro-one .pro-right .pro-show:nth-last-child(1){
	margin-right:0%;
}
.land .land-bathtub .all-bathtub .pro-one .pro-left .text-logo{
	position: relative;
}
.land .land-bathtub .all-bathtub .pro-one .pro-left .text-con{
	margin:10% auto;
}
.land .land-bathtub .all-bathtub .pro-two .pro-right{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width:100%;
	margin-top: 2.8%;
}
.land .land-bathtub .all-bathtub .pro-two .pro-right .pro-show:nth-child(1){
	margin-right:2%;
}
.land .land-swim .all-swim .pro-one .pro-right{
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
.land .land-swim .all-swim .pro-one .pro-right .pro-show{
	width:calc(94% / 4);
	margin-right:2%;
}
.land .land-swim .all-swim .pro-one .pro-right .pro-show:nth-last-child(1){
	margin-right:0%;
}
.land .land-swim .all-swim .pro-two{
	margin-top:2%;
}
.land .land-swim .all-swim .pro-two .pro-left{
	width:49%;
	margin-right:2%;
	display: flex;
	display: -webkit-flex;
}
.land .land-swim .all-swim .pro-two .pro-right{
	width:49%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background:url(../images/land-swim-img.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
}
.land .land-swim .all-swim .pro-two .pro-left .pro-show{
	width:48%;
	margin-right:4%;
}
.land .land-swim .all-swim .pro-two .pro-left .pro-show:nth-last-child(1){
	margin-right:0%;
}
.land .land-swim .all-swim .pro-two .pro-right .land-text{
	width:85%;
	margin:0% auto;
}
.land .land-swim .all-swim .pro-two .pro-right .land-text .text-title h1{
	color:#ffffff;
}
.land .land-swim .all-swim .pro-two .pro-right .land-text .text-con{
	font-size: 0.9rem;
	color:#ffffff;
	margin:6% auto;
}
.land .land-swim .all-swim .pro-two .pro-right .land-text .same-btn2 p{
	color: #ffffff;
	border: 1px solid #ffffff;
}
.land .pro-main .land-con{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 2.5% auto;
}
.land .pro-main .land-con .pro-left{
	width:55%;
	margin-right:5%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.land .pro-main .land-con .pro-right{
	width:40%;
}
.land .pro-main .land-con .pro-right .land-text .text-title h1{
	margin-bottom: 4%;
	text-align: left;
}
.land .pro-main .land-con .pro-right .right-con{
	width:100%;
}
.land .pro-main .land-con .pro-right .right-con:nth-last-child(1) .land-text{
	margin-bottom:0%;
}
.land .pro-main .land-con .pro-right .right-con .land-text{
	position: relative;
	display: inline-block;
	margin-bottom:10%;
}
.land .pro-main .land-con .pro-right .right-img{
	position: absolute;
	content:"";
	display: flex;
	display: -webkit-flex;
	width:35px;
	top:15%;
	left: 120%;
}
.land .pro-detail .detail-two .detail-img{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.land .pro-detail .land-table{
	padding-top:0%;
}
.land .pro-detail .land-table .land-text{
	margin-bottom:1.5%;
}
.land .pro-detail .land-table .detail-table{
	margin-bottom:1.5%;
}
.land .pro-detail .detail-three .land-con{
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.land .pro-detail .detail-three .detail-left{
	width:37%;
	margin-right:2%;
}
.land .pro-detail .detail-three .detail-right{
	position: absolute;
	content:"";
	right:0%;
	bottom:0%;
	width:61%;
	height:100%;
	overflow-x:hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.land .pro-detail .detail-three .detail-left .detail-img .imgs{
	display: flex;
	display: -webkit-flex;
}
.land .pro-detail .detail-three .detail-left .detail-img .imgs:nth-child(1){
	margin-bottom:10px;
}
.land .pro-detail .detail-three .detail-left .detail-img .imgs .img:nth-child(1){
	margin-right:10px;
}
.land .pro-detail .detail-four{
	background-color: #f9f9f9;
}
.land .pro-detail .detail-four .detail-img{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.land .pro-detail .detail-four .detail-img .img{
	width:calc(93.4% / 4);
	margin:2% 0.825% 0% 0.825%;
}
.land .pro-detail .detail-five{
	background-color: #f9f9f9;
}
.land .pro-detail .detail-five .detail-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	width:96.4%;
	margin:0% auto;
}
.land .pro-detail .detail-five .detail-img .img{
	width:calc(92.5% / 5);
	margin:2.5% 0.75% 0% 0.75%;
}
.land .pro-detail .detail-six{
	background-color: #f9f9f9;
}
.land .pro-detail .detail-six .land-con{
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}
.land .pro-detail .detail-six .land-con .detail-left{
	width:31.7%;
	margin-right:1%;
}
.land .pro-detail .detail-six .land-con .detail-right{
	width:67.3%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.land .pro-detail .detail-six .land-con .detail-left .text-title h1{
	text-transform: capitalize;
  padding: 1rem 0rem;
  color:#ffffff;
  background-color: #005baa;
  margin-bottom: 5%;
}
.land .pro-detail .detail-six .land-con .detail-right .right-img{
	width:calc(98.5% / 2);
	margin:0% 1.5% 0% 0%;
}
.land .pro-detail .detail-six .land-con .detail-right .right-img:nth-child(2n){
	margin-right:0%;
}
.land .pro-detail .detail-six .land-con .detail-right .right-bottom{
	margin-bottom:0%;
}
.land .pro-detail .detail-seven .all-detail{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.land-pros .land-text .text-title h1{
	font-size: 1.7rem;
	color:#333333;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.land-pros .land-work .land-text .text-title h1{
	text-align: left;
}
.land-pros .land-company .land-text .text-title h1{
	text-align: left;
}
.land-pros .land-text .text-con{
	font-size:1.125rem;
	color:#333333;
	letter-spacing: -0.3px;
}
.land-pros .land-text .text-con p span{
	color:#005baa;
}
.land-pros .land-text .text-con .con-img{
	display: flex;
	display: -webkit-flex;
	margin-top:0.7rem;
}
.land-pros .land-pro{
	padding:3.2% 0%;
}
.land-pros .pro-video{
	padding:4% 0%;
	background-color: #f9f9f9;
}
.land-pros .pro-video .land-con{
	display: flex;
  display: -webkit-flex;
  align-items: center;
}
.land-pros .pro-video .land-con .detail-left{
	width: 58.5%;
  margin-right: 3.5%;
}
.land-pros .pro-video .land-con .detail-right{
	width: 38%;
}
.land-pros .pro-video .land-con .detail-right .right-title h1{
	font-family: MyGrundfos;
  font-size: 2.4rem;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.land-pros .pro-video .land-con .detail-right .land-text{
	margin:6% 0%;
}
.land-pros .pro-video .land-con .detail-right .land-text .text-title h1{
	font-size: 1.4rem;
	color:#005baa;
	text-align: left;
	margin-bottom:2%;
}
.land-pros .pro-video .land-con .detail-right .land-btn{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-top: 7%;
}
.land-pros .pro-video .land-con .detail-right .screen-btn p{
	height: 38px;
  line-height: 38px;
	font-size: 1.4rem;
}
.land-pros .pro-video .land-con .detail-right .btn-p p{
	font-family: MyOpen-Sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: #363636;
  letter-spacing: 5px;
  margin-left:1.5rem;
}
.land-pros .pro-detail .detail-one{
	background-color: #f9f9f9;
}
.land-pros .pro-detail .detail-one .land-text .text-title h1{
	margin-bottom: 3%;
}
.land-pros .pro-detail .detail-one .detail-slide .img{
	border:1px solid #eeeeee;
}
.land-pros .pro-detail .detail-two .land-text .text-title h1{
	margin-bottom: 1%;
}
.land-pros .pro-detail .detail-three{
	background-color: #f9f9f9;
}
.land-pros .pro-detail .detail-three .text-title h1{
	text-align: left;
	margin:4% 0% 12%;
}
.land-pros .pro-detail .detail-pack{
	background-color: #ffffff;
}
.land-pros .pro-detail .detail-pack .detail-img{
	margin-top:1%;
}
.land-pros .pro-detail .detail-pack .detail-img .img img{
	max-width: 300px;
	margin:2% auto;
}
.land-pros .pro-apply .land-text .text-title h1{
	margin-bottom: 2%;
}
.land-pros .pro-apply .apply-slide .swiper-slide{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.land-pros .pro-apply .apply-con{
	display: flex;
	display: -webkit-flex;
	width: 98%;
	margin: 4% auto 0%;
}
.land-pros .pro-apply .apply-con .con-left{
	width:50%;
	margin:0% 4% 0% 1%;
}
.land-pros .pro-apply .apply-con .con-right{
	width:45%;
}
.land-pros .pro-apply .apply-con p{
	position: relative;
	padding-left:1.5rem;
	font-family: MyOpen-Sans;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 0.5rem;
}
.land-pros .pro-apply .apply-con p:before{
	position: absolute;
	content:"";
	top:8px;
	left:0px;
	width:10px;
	height:10px;
	background-color:#005baa;
	border-radius:50%;
}
.land-pros .pro-related{
	padding-bottom:1.5%;
	background-color: #f9f9f9;
}
.land-pros .pro-related .land-text .text-title h1{
	margin-bottom:2.5%;
}
.land-pros .pro-related .related-slide p{
	font-family: MyGrundfos;
  font-size: 1.2rem;
  color: #000000;
  text-align: center;
  margin-top: 7%;
}
.land-pros .pro-related .related-slide .swiper-container{
	padding-bottom: 5%;
}
.land-pros .pro-related .related-slide .swiper-container .swiper-pagination-bullet{
	margin:0px 6px;
	opacity: 1;
	border:1px solid #e5e5e5;
	background-color:transparent;
}
.land-pros .pro-related .related-slide .swiper-container .swiper-pagination-bullet-active{
	border:1px solid #005baa;
	background-color:#005baa;
}
.f .pro-main .land-con{
	width:98%;
	max-width: unset;
	margin: 4% auto;
	justify-content: center;
}
.f .pro-main .land-con .left-img{
	margin-right:4%;
}
.f .pro-detail .detail-two .land-text .text-title h1{
	font-size: 2.2rem;
	margin-bottom: 1.5%;
}
.f .f-detail .detail-two{
	background-color:#f9f9f9;
}
.f .f-detail .detail-two .show-img{
	margin-top:3%;
}
.f .f-detail .detail-two .show-img .img:nth-child(1){
	margin-right:1.2%;
}
.f .f-detail .detail-four{
	background-color:#ffffff;
}
.f .f-detail .detail-four .detail-img{
	align-items: center;
}
.f .f-detail .detail-four .detail-img:nth-child(2){
	flex-direction: row-reverse;
}
.f .f-detail .detail-four .detail-img .img{
	width: auto;
  margin:0% 2%;
}
.f .f-detail .detail-six{
	padding: 1% 0% 3%;
	background-color:#f9f9f9;
}
.f .f-detail .detail-six .detail-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.f .f-detail .detail-six .detail-img .img{
	width: auto;
  margin:0% 1%;
}
.BSQG .pro-main .land-con .pro-right .right-con{
	width:85%;
}
.BSQG .pro-main .land-con .pro-right .right-con:nth-last-child(1){
	width:95%;
}
.BSQG .pro-main .land-con .pro-right .right-img{
	left:105%;
}
.fps .fps-main1{
	padding:2% 0%;
	background:url(../images/land-fps-main-bc.jpg) no-repeat;
	background-position: center;
	background-size:100% 100%;
}
.fps .fps-main1 .land-con{
	justify-content: center;
	margin: 0% auto;
}
.fps .fps-main1 .land-con .main-img:nth-child(1){
	margin-right:1%;
}
.fps .pro-main .text-title h1{
	font-family: MyGrundfos;
	font-size: 1.7rem;
	font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin:3% auto 2%;
}
.fps .pro-main .land-con{
	width: 78%;
  margin: 0% auto;
  max-width: 1500px;
} 
.fps .pro-main .land-con .pro-left{
	width: 65%;
  margin-right: 3%;
}
.fps .pro-main .land-con .pro-right{
	width: 32%;
}
.fps .pro-detail .detail-three .land-con{
	width: 78%;
	max-width: 1500px;
}
.fps .pro-detail .detail-three .detail-left{
	width: 43%;
	margin-right: 2%;
	margin-left:-2%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.fps .pro-detail .detail-three .detail-right{
	width: 57%;
}
.fps .pro-apply .apply-con{
	display:block;
}
.fps .pro-apply .apply-con .con-left{
	width:100%;
	margin: 0% 0% 2% 0%;
}
.fps .pro-apply .apply-con .con-right{
	width:100%;
}
.fps .pro-apply .apply-con .con-detail{
	display: flex;
  display: -webkit-flex;
}
.fps .pro-apply .apply-con .con-detail .con-text{
	width:calc(94% / 3);
	margin:2% 1%;
}
.fps .pro-apply .apply-con .con-detail .con-text p{
	padding-left: 1.2rem;
}
.fps .pro-apply .apply-con .con-detail .con-text p:before{
	top: 10px;
	width: 6px;
  height: 6px;
	border-radius:0%;
}
.fps .same-screen .con-img{
	bottom: 25%;
}
.fps .fps-pro .land-con{
	justify-content: center;
}
.fps .fps-pro .pro-imgs{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.fps .fps-pro .pro-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.fps .fps-pro .pro-table .pro-img{
	margin:5% auto;
}
.fps .fps-pro .pro-titles h1{
	font-family: MyGrundfos;
	font-size: 2rem;
	font-weight: bold;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.fps .fps-pro .pro-con .pro-title h1{
	font-family: MyGrundfos;
	font-size: 1.5rem;
	font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.fps .fps-pro .pro-con .pro-text p{
	font-family: MyOpen-Sans;
  font-size: 1.15rem;
  color: #333333;
  line-height: 1.5rem;
  margin: 5px 0px;
}
.fps .fps-pro1 .all-pro{
	max-width: 1241px;
	margin:8% auto 2%;
}
.fps .fps-pro1 .all-pro .pro-con{
	margin:6% auto 5%;
}
.fps .fps-pro2{
	padding:4% 0% 2%;
	background-color:#f9f9f9;
}
.fps .fps-pro2 .all-pro{
	max-width: 1242px;
	margin:0% auto;
}
.fps .fps-pro2 .pro-top{
	display: flex;
	display: -webkit-flex;
	margin-top: 6%;
}
.fps .fps-pro2 .pro-top .top-left{
	width:48%;
	margin-right:2%;
}
.fps .fps-pro2 .pro-top .top-right{
	width:50%;
}
.fps .fps-pro2 .pro-top .top-left .pro-img:nth-child(1){
	margin-bottom:10%;
}
.fps .fps-pro2 .pro-top .top-right .pro-img{
	margin:5% auto 10%;
}
.fps .fps-pro3 .all-pro{
	max-width: 1328px;
	margin:5% auto 0%;
}
.fps .fps-pro3 .pro-imgs{
	margin:4% auto;
}
.fps .fps-pro3 .pro-imgs .pro-img{
	width:48%;
	padding: 1.5% 0% 2%;
	background-color:#f9f9f9;
}
.fps .fps-pro3 .pro-imgs .pro-img:nth-child(1){
	margin-right:4%;
}
.fps .fps-pro3 .pro-center{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.fps .fps-pro3 .pro-center .pro-img{
	width:46%;
	margin-right:4%;
	max-width: 594px;
}
.fps .fps-pro3 .pro-center .pro-con{
	width:50%;
	min-width:calc(96% - 594px);
}
.fps .fps-pros{
	padding:3% 0%;
	background-color:#f9f9f9;
}
.fps .fps-pro6{
	padding:4% 0%;
	background-color:#ffffff
}
.fps .fps-pros .pro-imgs:nth-last-child(1){
	margin-top:4%;
}
.fps .fps-pros .pro-img{
	margin:0rem 1rem;
}
.fps .fps-pro4 .pro-imgs:nth-child(1){
	align-items: center;
}
.fps .fps-pro6 .pro-imgs:nth-child(1){
	align-items: center;
}
.fps .fps-pro6 .pro-img{
	margin:0rem 0.5rem;
}
.stp .land-view{
	background-color: #f9f9f9;
}
.stp .land-view .detail-img{
	margin-top:1%;
}
.stp .land-view .detail-img .img:nth-child(1){
	margin-right:1%;
}
.stp .pro-apply .detail-img{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top:1%;
}
.stp .pro-apply .detail-img .img:nth-child(1){
	margin-right:3%;
}
.SDM .pro-detail .detail-two{
	background-color: #f9f9f9;
}
.SDM .pro-detail .detail-part{
	background-color: #ffffff;
}
.SDM .pro-detail .detail-pack{
	background-color: #f9f9f9;
}
.SDM .pro-detail .detail-pack .detail-img{
	margin-top: 0%;
}
.cm .pro-detail .detail-four .detail-bottom .img{
	width: calc(96.7% / 2);
  margin: 2% 0.825% 0% 0.825%;
}
.spsn .pro-main .land-con .pro-left{
	width: 100%;
  margin-right: 0%;
}
.hvs .pro-main .land-con .pro-left{
	width: 100%;
  margin-right: 0%;
}
.wpp .detail-seven{
	padding:0%;
}
.eac .pro-main{
	margin:3% auto 0%;
}
.eac .pro-main .land-con .pro-right .right-img{
	left: 100%;
}
.eac .pro-detail .detail-six{
	background-color:transparent;
}
.eac .pro-detail .detail-three .detail-left{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.sea .sea-main .land-con{
	display: block;
	margin: 5% auto;
}
.sea .sea-main .land-con .pro-item{
	display: flex;
	display: -webkit-flex;
	border-bottom:1px solid #eeeeee;
}
.sea .sea-main .land-con .pro-item .item-con{
	width:calc(100% / 6);
	height:40px;
	line-height: 40px;
}
.sea .sea-main .land-con .pro-item .item-con h1{
	font-family: MyGrundfos;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  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;
}
.sea .sea-main .land-con .pro-item .item-con:hover h1{
	color: #ffffff;
	background-color:#005baa;
}
.changes-h1{
	color: #ffffff !important;
	background-color:#005baa  !important;
}
.sea .sea-main .land-con .pro-detail .detail-con{
	display: none;
}
.sea .sea-main .land-con .pro-detail .detail-con .all-con{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  padding:5% 0%; 
} 
.sea .sea-main .land-con .pro-detail .detail-con .con-left{
	width:49%;
	margin-right:1%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.sea .sea-main .land-con .pro-detail .detail-con .con-right{
	width:50%;
	display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.sea .sea-main .land-con .pro-detail .detail-case .all-con{
	align-items: flex-start;
}
.sea .sea-main .land-con .pro-detail .detail-case .con-left{
	display: block;
}
.sea .sea-main .land-con .pro-detail .detail-case .con-left .left-img{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
	border:1px solid #eeeeee;
}
.sea .sea-main .land-con .pro-detail .detail-case .con-left h1{
	text-align: left;
	margin:8% 0% 3%;
}
.sea .land-con .text-con p{
	position: relative;
	padding-left:1rem;
	margin-bottom:7px;
}
.sea .land-con .text-con p:before{
	position: absolute;
	content:"";
	left:0%;
	top:9px;
	width:6px;
	height:6px;
	border-radius:50%;
	background-color:#015288;
}
.sea .sea-main .land-con .pro-show{
	display: flex;
  display: -webkit-flex;
}
.sea .sea-main .land-con .pro-show .pro-img{
	width:calc(95% / 6);
	margin:1% 1% 0% 0%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
	background-color:#f9f9f9;
}
.sea .sea-main .land-con .pro-show .pro-img:nth-last-child(1){
	margin-right:0%;
}
.sea .sea-detail .sea-one{
	padding: 2% 0% 4%;
	margin-top:5%;
	background-color:#f9f9f9;
}
.sea .sea-detail .sea-three{
	background-color:#f9f9f9;
}
.sea .sea-detail .sea-one .detail-left{
	display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  margin: 0% auto 3%;
  max-width: 1266px;
}
.sea .sea-detail .sea-one .detail-left .left-one{
	width:57%;
	margin-right:1%;
}
.sea .sea-detail .sea-one .detail-left .left-two{
	width:42%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.sea .sea-detail .sea-one .detail-left .text-title h1{
	font-size: 2.5rem;
	text-align: left;
	margin-bottom: 5%;
}
.sea .sea-detail .sea-one .detail-left .left-img{
	display: flex;
  display: -webkit-flex;
}
.sea .sea-detail .sea-one .detail-right{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.sea .sea-detail .sea-two{
	padding:0% 0% 4%;
}
.sea .sea-detail .sea-two .land-con{
	margin-top: -16%;
}
.sea .sea-detail .sea-two .text-title h1{
	font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 2.5%;
}
.sea .sea-detail .sea-two .detail-left{
	display: flex;
  display: -webkit-flex;
  margin: 0% auto;
  max-width: 1266px;
}
.sea .sea-detail .sea-two .detail-left .left-con{
	width:48.3%;
	margin-right:3.4%;
}
.sea .sea-detail .sea-two .detail-left .left-con:nth-last-child(1){
	margin-right:0%;
}
.sea .sea-detail .sea-two .left-one .left-con{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
	background-color:#f9f9f9;
}
.sea .sea-detail .sea-two .left-two .left-con .land-text{
	width:92%;
	margin:5% auto;
}
.sea .sea-detail .sea-two .detail-right{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.sea .sea-detail .sea-three .land-con{
	max-width: 1266px;
}
.sea .sea-detail .sea-three .detail-left{
	display: flex;
  display: -webkit-flex;
}
.sea .sea-detail .sea-three .detail-right{
	display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  margin-top: 6%;
}
.sea .sea-detail .sea-three .detail-left .left-con{
	width:49.5%;
	margin-right:1%;
}
.sea .sea-detail .sea-three .detail-left .left-con:nth-last-child(1){
	margin-right:0%;
}
.sea .sea-detail .sea-three .detail-left .left-con .top-img{
	display: flex;
  display: -webkit-flex;
}
.sea .sea-detail .sea-three .detail-left .left-con:nth-child(2) .top-img{
	justify-content: flex-end;
}
.sea .sea-detail .sea-three .detail-left .left-con .top-text{
	margin-top:5%;
}
.sea .sea-detail .sea-three .detail-left .left-con .text-title h1{
	text-align: left;
}
.sea .sea-detail .sea-three .detail-left .left-con .text-con{
	width: 95%;
  margin-top:3%;
}
.sea .sea-detail .sea-three .detail-right .right-one{
	width:40%;
	max-width: 495px;
}
.sea .sea-detail .sea-three .detail-right .right-two{
	width:59.7%;
	margin-left:0.3%;
	min-width:calc(99.7% - 495px);
	display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.sea .sea-detail .sea-three .detail-right .right-two .right-img{
	width:calc(95.2% / 4);
	margin-left:1.2%;
}
.sea .sea-detail .sea-three .detail-right .right-two .right-change{
	margin-bottom:2%;
}
.cm-add .cm-pro{
	margin:5% auto 3%;
}
.cm-add .add-pro{
	display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin:3% auto;
}
.cm-add .add-pro .pro-show:nth-child(2){
	margin:0% 2%;
}
.cm-add .cm-pro .pro-show{
	position: relative;
}
.cm-add .cm-pro .pro-show .pro-text{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	top:88%;
	left:50%;
	width:95%;
}
.land .land-bathtub .all-bathtub .pro-three{
	display: flex;
  display: -webkit-flex;
  margin-top: 2.8%;
}
.land .land-bathtub .all-bathtub .pro-three .pro-left{
	width:39.5%;
	margin-right:2.5%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  background-color:#f8f8f8;
}
.land .land-bathtub .all-bathtub .pro-three .pro-right{
	width:58%;
	display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
  background-color:#f8f8f8;
}
.land .land-bathtub .all-bathtub .pro-three .pro-show{
	padding: 3.5% 0%;
}
.land .land-bathtub .all-bathtub .pro-three .pro-text{
	bottom: 11%;
}
.bathtub .land-pro{
	padding:0% !important;
}
.land .all-fs{
	width: 85%;
  margin: 0% auto 5%;
  max-width: 1540px;
}
.land .all-fs .pro-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.land .all-fs .pro-one{
	width:80%;
	margin:0% auto 3%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.land .all-fs .pro-one .pro-left{
	width:50%;
	margin-right:3%;
	display: flex;
	display: -webkit-flex;
}
.land .all-fs .pro-one .pro-right{
	width:47%;
}
.land .all-fs .land-text .text-title h1{
	margin-bottom:5%;
	text-align: left;
}
.land .all-fs .land-text .text-con p{
	position: relative;
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 5px;
}
.land .all-fs .land-text .text-con p:before{
	position: absolute;
	left:-15px;
	top:10px;
	content:"";
	width:7px;
	height:7px;
	background-color:#0068b7;
	border-radius: 50%;
}
.land .land-pool{
	padding:4% 0% !important;
	margin: 4% auto;
	background-color:#f8f8f8;
}
.land .all-pool .pro-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.land .all-pool{
	width: 85%;
  margin: 0% auto;
  max-width: 1535px;
}
.land .all-pool .pro-one{
	width:90%;
	margin:0% auto 3%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.land .all-pool .pro-one .pro-left{
	width:42%;
	margin-right:2%;
}
.land .all-pool .pro-one .pro-right{
	width:56%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.land .all-pool .pro-one .pro-left .land-text{
	margin-bottom:5%;
}
.land .all-pool .pro-one .pro-right .pro-img{
	width:calc(100% / 2);
	margin:-2% 0%;
}
.land .pool-apply .land-con{
	width: 85%;
  margin: 0% auto;
  max-width: 1530px;
}
.land .pool-apply .land-text .text-title h1{
	text-align: center;
	margin-bottom:3%;
}
.land .pool-apply .apply-slide .slide-text{
	font-family: MyOpen-Sans;
  font-size: 1rem;
  color: #363636;
  line-height: 1.5rem;
  margin-top:2%;
}
.cm .pro-main .cm-pro .pro-img{
	width:calc(94% / 4);
	margin-right:2%;
	justify-content: center;
	background-color:#f8f8f8;
}
.cm .pro-main .cm-pro .pro-img:nth-last-child(1){
	margin-right:0%;
}
.cm .cm-detail .detail-add{
	padding:1% 0% 4%;
}
.cm .cm-detail .detail-add .detail-top{
	width: 72%;
  margin: 0% auto 3%;
  max-width: 1331px;
  display: flex;
	display:-webkit-flex;
	align-items: center;
}
.cm .cm-detail .detail-add .detail-top .top-left{
	width:48%;
	margin-right:4%;
	display: flex;
	display:-webkit-flex;
	justify-content: space-between;
}
.cm .cm-detail .detail-add .detail-top .top-right{
	width:48%;
}
.cm .cm-detail .detail-add .top-two{
	flex-direction: row-reverse;
}
.cm .cm-detail .detail-add .top-two .top-left{
	margin:0% 0% 0% 4%;
}
.cm .cm-detail .detail-add .detail-top .top-left .detail-img:nth-child(1){
	margin:0rem 0.5rem 0rem 0rem;
}
.cm .cm-detail .detail-add .detail-top .top-right .text-title h1{
	font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0px;
  margin-bottom: 3%;
}
.cm .cm-detail .detail-add .detail-top .land-text .text-con{
	font-size: 1rem;
	letter-spacing: 0px;
}
.cm .cm-detail .detail-add .detail-top .con-two{
	margin:2% 0%;
}
.cm .cm-detail .detail-add .detail-top .dot-con p{
	position: relative;
}
.cm .cm-detail .detail-add .detail-top .dot-con p:before{
	position: absolute;
	left:-12px;
	top:10px;
	content:"";
	width:5px;
	height:5px;
	background-color:#0068b7;
	border-radius: 50%;
}
.cm .cm-detail .detail-four .detail-top .img{
	width: calc(94.9% / 3);
  margin: 2% 0.85% 0% 0.85%;
}
.cm .cm-detail .detail-add .detail-table{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
}
.submer .screen-two .screen-con .con-p{
	width:55%;
	margin:1.5% auto 0%;
}
.submer .change-two{
	background:url(../images/land-borehole-screen2.jpg) no-repeat;
	background-position: top center;
	background-size: auto 31%;
  padding-top: 5%;
  overflow: hidden;
  margin: 3% 0%;
}
.submer .change-two .pro-two .pro-right .pro-show{
	padding:1.5% 0% 3%;
  background-color:#f8f8f8;
}
.submer .change-two .pro-two{
	padding-bottom:0%;
}
.submer .change-two .pro-one .pro-left .land-text{
	margin-top:5%;
}
.submer .change-two .pro-one .pro-left .text-con{
	margin: 5% 0%;
}
.submer .change-two .pro-one .pro-right{
	padding: 3% 4% 0%;
}
.submer .change-two .pro-one .pro-right .pro-show .pro-text{
	margin-bottom:5%;
}
.submer .change-two .pro-two:before{
	content: unset;
}
.submer .change-two .pro-three:before{
	content: unset;
}
.submer .change-two .pro-three{
	flex-direction:inherit;
	align-items: initial;
	align-items: flex-end;
	flex-wrap: wrap;
}
.submer .change-two .pro-three .pro-left{
	width:63%;
	margin:1% 2.5% 0% 0%;
	max-width: 820px;
}
.submer .change-two .pro-three .pro-right{
	width:34.5%;
	min-width: calc(97.5% - 820px);
	padding:1% 0% 1.5%;
	align-items: center;
	background-color:#f8f8f8;
}
.submer .change-two .pro-three .pro-left .land-detail{
	display: flex;
	display:-webkit-flex;
	justify-content: space-evenly;
  margin-bottom: 3%;
}
.submer .change-two .pro-three .pro-right .pro-show{
	width:100%;
}
.submer .change-two .pro-three .pro-right .pro-show h1{
	margin-top:5%;
}
.submer .change-two .pro-three .pro-title h1{
	font-family: MyGrundfos;
	font-size: 2rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin:2% 0% 4%;
}
.submer .change-two .pro-three .pro-detail{
	width:100%;
	display: flex;
	display:-webkit-flex;
	justify-content: space-between;
}
.submer .change-two .pro-three .pro-detail .detail-con:nth-child(1){
	margin-right:1%;
}
.submer .change-three{
	overflow: initial;
	margin: 5% 0%;
}
.submer .change-three .pro-one{
	justify-content: space-evenly;
	margin:5% 0% 3%;
}
.submer .change-three .pro-one .detail-img:nth-child(1){
	margin-right:1%;
}
.submer .change-three .pro-two{
	display: flex;
	display:-webkit-flex;
	align-items: center;
	padding-bottom: 0%;
	margin:0% auto;
}
.submer .change-three .pro-one .pro-right{
	width: 100%;
	padding: 0%;
}
.submer .change-three .pro-one .pro-right .pro-show{
	padding: 2% 0% 3%;
	background-color: #f8f8f8;
}
.submer .change-three .pro-one .pro-right .pro-show .pro-text{
	margin:5% 0% 0%;
}
.submer .change-three .pro-two:before{
	content: unset;
}
.submer .change-three .pro-two .pro-left{
	width:33%;
	margin-right:2%;
}
.submer .change-three .pro-two .pro-right{
	width:65%;
	display: flex;
	display:-webkit-flex;
	justify-content: flex-end;
}
.submer .change-three .pro-two .pro-left .text-con{
	margin:5% 0% 10%;
}
.submer .change-three .pro-two .pro-left .text-logo{
	position: relative;
}
.submer .change-three .pro-two .pro-right .detail-img:nth-child(1){
	margin-right:1rem;
}
.submer .change-three .pro-two .pro-right .pro-show{
	width:calc(98% / 2);
	margin:1.5% 2% 1.5% 0%;
	padding:1.5% 0% 3%;
	background-color:#f8f8f8;
}
.submer .change-three .pro-two .pro-right .show-bottom{
	margin-bottom:0%;
}
.submer .change-three .pro-two .pro-right .pro-show:nth-child(2n){
	margin-right:0%;
}
.submer .change-three .pro-two .pro-right .pro-show .pro-text{
	margin-top:-2%;
}
.submer .change-one .pro-three{
	padding-bottom:0%;
	margin: 3% auto 4%;
}
.submer .change-one .pro-three:before{
	transform: unset;
	width: 48%;
  height: 60%;
}
.submer .change-one .pro-three .pro-show{
	background-color:transparent;
}
.submer .change-one .pro-three .show-img{
	background-color:#f8f8f8;
}
.submer .change-one .pro-three .show-text{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.submer .change-one .pro-three .show-text .text-con{
	margin:10% 0%;
}
.submer .change-four .pro-one{
	margin: 3% auto;
	align-items: flex-end;
}
.submer .change-four .pro-one .pro-left{
	width: 69%;
  margin-right: 4%;
}
.submer .change-four .pro-one .pro-right{
	width: 27%;
  padding: 0%;
  display: block;
  background-color: #ffffff;
}
.submer .change-four .pro-one .pro-left .pro-show{
	width:100%;
}
.submer .change-four .pro-one .pro-left .show-top{
	position: relative;
	margin:0% auto 3%;
	padding-bottom:2%;
}
.submer .change-four .pro-one .pro-left .show-top:before{
	position: absolute;
	content:"";
	left:0%;
	bottom:0%;
	width:100%;
	height:60%;
	background-color:#f8f8f8;
}
.submer .change-four .pro-one .pro-left .show-top a{
	position: relative;
	z-index:22;
}
.submer .change-four .pro-one .pro-left .show-top .pro-img{
	justify-content: space-evenly;
}
.submer .change-four .pro-one .pro-left .show-top .pro-text{
	margin-top:2%;
}
.submer .change-four .pro-one .pro-right .show-top{
	width: 100%;
	margin:0% auto 10%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.submer .change-four .pro-one .pro-right .show-bottom{
	width:100%;
	padding:8% 0% 5%;
	background-color:#f8f8f8;
}
.submer .change-four .pro-one .pro-right .show-bottom .pro-text{
	margin:5% 0%;
}
.submer .change-four .pro-two{
	display: flex;
	display: -webkit-flex;
	padding-bottom: 0%;
  margin: 0% auto;
}
.submer .change-four .pro-two:before{
	content:unset;
}
.submer .change-four .pro-two .pro-left{
	width:20%;
	margin-right:3%;
	background-color:#f8f8f8;
}
.submer .change-four .pro-two .pro-right{
	width:77%;
	background-color:#f8f8f8;
}
.submer .change-four .pro-two .pro-left .pro-show{
	padding:5% 0% 2%;
}
.submer .change-four .pro-two .pro-right .pro-show{
	width:100%;
	padding:2% 0% 3%;
}
.submer .change-four .pro-two .pro-right .pro-img{
	display: flex;
	display: -webkit-flex;
}
.submer .change-four .pro-two .pro-right .pro-show .pro-text{
	margin-top: 0%;
}
.class .land-pro{
	width: 72%;
  margin:1% auto;
  max-width: 1300px;
  padding: 2% 0%;
}
.class .land-pro .land-text .text-title h1{
	font-size: 3rem;
  color: #005baa;
  text-transform: capitalize;
}
.class .land-pro .detail-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.class .class-detail1 .land-pro{
	padding: 2% 0% 1%;
}
.class .class-detail1 .land-pro .detail-img .pro-show{
	margin:0% 5%;
}
.class .class-detail1 .land-pro .pro-text h1{
	font-size: 1.3rem;
	margin-top:3%;
}
.class .class-detail1 .detail-two{
	padding: 0% 0% 2%;
}
.class .class-detail2{
	position: relative;
	padding-top:1.8%;
	background:url(../images/land-class-screen2.jpg) no-repeat;
	background-size:100% auto;
}
.class .class-detail2 .land-pro{
	max-width: 1300px;
	background-color:transparent;
}
.class .class-detail2 .land-pro .land-text .text-title h1{
	color: #ffffff;
	margin-bottom:8%;
}
.class .class-detail2 .detail-one .detail-img{
	justify-content: space-evenly;
}
.class .class-detail2 .detail-one .detail-img .pro-show:nth-child(1){
	margin-right:1%;
}
.class .class-related{
	width:100%;
	max-width: unset;
	padding:0%;
	background-color:transparent;
}
.class .class-related .slide-con{
	padding:1% 0% 7%;
	border:1px solid #eeeeee;
}
.class .class-related .slide-con .con-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.class .class-detail3{
	position: relative;
	padding-top:6%;
	background:url(../images/land-class-screen3.jpg) no-repeat;
	background-size:100% auto;
}
.class .class-detail3 .detail-one{
	background-color:transparent;
}
.class .class-detail3 .detail-one .land-text .text-title h1{
	font-size: 2.8rem;
	color: #ffffff;
	text-align: left;
	margin-bottom: 4%;
}
.class .class-detail3 .detail-two .detail-table{
	align-items: flex-start;
  justify-content: space-between;
}
.class .class-apply{
	width:100%;
	max-width: unset;
	padding:0%;
	background-color:transparent;
}
.class .class-detail4 .land-pro{
	padding: 0%;
}
.class .class-detail4 .detail-one{
	padding: 4% 0% 2%;
	background-color:transparent;
}
.class .class-detail4 .land-pro .detail-img .pro-show{
	margin: 0% 5%;
}
.class .class-detail4 .detail-one .land-text .text-title h1{
	font-size: 2.8rem;
	margin:3% 0% 2%;
}
.class .class-same .same-con{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.class .class-same .same-con .detail-img:nth-child(1){
	margin-right:2%;
}
.class .class-same .con-one .detail-img:nth-child(1){
	margin-right:0%;
}
.class .class-same .same-table{
	justify-content: center;
}
.class .class-same .same-table .detail-img:nth-child(1){
	margin-right:0%;
}
.class .class-same .con-one{
	margin-bottom:4%;
} 
.class .class-same .con-one .pro-left{
	width:33%;
	margin-right:2%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center ;
	background-color:#f8f8f8;
}
.class .class-same .con-one .pro-left .pro-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.class .class-same .same-two .con-one .pro-left .pro-text{
	margin:-5% 0% 5%;
}
.class .class-same .con-one .pro-right{
	width:65%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.class .class-same .same-table{
	margin:2% 0% 5%;
} 
.class .class-detail5{
	background:url(../images/land-class-screen5.jpg) no-repeat;
	background-size: 100% auto;
}
.class .class-detail2 .detail-one .detail-img{
	justify-content: space-between;
	margin:4% auto;
}
.class .class-detail2 .detail-one .detail-img .show-img:nth-child(1){
	margin-right:2%;
}
.class .class-detail5 .detail-one .detail-pro{
	align-items: flex-end;
	justify-content: flex-start;
}
.class .class-detail5 .detail-one .detail-pro .show-pro{
	width:37%;
	padding-bottom:3%;
	margin-right:3% !important;
	background-color:#f8f8f8;
}
.class .class-detail5 .detail-one .detail-pro .show-one{
	width:60%;
	box-sizing: content-box;
	border:1px solid #cccccc;
	background-color: #ffffff;
	display: flex;
	display: -webkit-flex;
	justify-content: space-evenly;
}
.class .class-detail5 .detail-one .detail-pro .show-pro .pro-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.class .class-detail5 .show-three{
	align-items: center;
}
.class .class-detail3 .detail-one .detail-pro{
	justify-content: flex-start;
	margin-bottom:3%;
}
.class .class-detail3 .detail-one .detail-pro .pro-show{
	width:48%;
	background-color:#f8f8f8;
}
.class .class-detail3 .detail-one .detail-pro .pro-show:nth-child(1){
	margin-right:4%;
}
.class .class-detail3 .detail-one .detail-pro .pro-show .pro-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.cataloge .cata-down{
	width:85%;
	margin: 5% auto 8%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	max-width: 1550px;
}
.cataloge .cata-down .down-con{
	width:calc(79% / 4);
	margin:1.5% 3% 1.5% 0%;
	padding:1.5% 1.5%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(33,33,33,0.15);
}
.cataloge .cata-down .down-con .down-hide{
	display: none;
}
.cataloge .cata-down .down-con .down-hide .imgs-hide{
	opacity: 1;
	visibility: visible;
}
.cataloge .cata-down .down-con:nth-child(4n){
	margin-right:0%;
}
.cataloge .cata-down .con-img{
	position: relative;
	width:100%;
	max-width:298px;
	margin:0% auto;
	border-radius: 20px;
  overflow: hidden;
}
.cataloge .cata-down .con-img .imgs-hide{
	position: absolute;
	content:'';
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	height:100%;
	width:100%;
	opacity: 0;
	visibility: hidden;
	background-color:rgba(0,91,170,0.87);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.cataloge .cata-down .down-con:hover{
	cursor: pointer;
}
.cataloge .cata-down .down-con:hover .imgs-hide{
	opacity: 1;
	visibility: visible;
}
.cataloge .cata-down .con-img .imgs-hide .img{
	width:91px;
	margin:0% auto;
}
.cataloge .cata-down .con-img .imgs-hide .text{
	font-family: MyGrundfos;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
}
.cataloge .cata-down .con-text h1{
	font-family: MyGrundfos;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3d3d3d;
  text-align: center;
  text-transform: uppercase;
  margin: 7% 0% 0%;
}
.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;
}
.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{
	position: fixed;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 65%;
  padding: 3% 5% 2%;
  border-radius: 15px;
  background-color: rgb(255,255,255);
}
.show-form .download .form-hide{
	text-align: right;
  margin-bottom: 0rem;
  margin-right: -5%;
  margin-top: -2%;
}
.show-form .download .form-hide img{
	width: 2rem;
}
.contact .contact-con .all-contact{
	width:65%;
	margin:6% auto 7.5%;
	max-width: 1200px;
}
.contact .contact-con .all-contact .contact-top{
	position: relative;
	border:1px solid #f7f7f7;
	box-sizing: border-box;
}
.contact .contact-con .all-contact .contact-top .contact-form{
	width:50%;
	padding:6% 4% 5%;
}
.contact .contact-con .all-contact .contact-top .contact-map{
	position: absolute;
	content:"";
	top:0px;
	right:0px;
	width:42%;
	height:100%;
}
.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-h h1{
	font-family: MyGrundfos;
  font-size: 3rem;
  color: #292929;
  letter-spacing: -1px;
}
.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-p{
	font-family: MyOpen-Sans;
  font-size: 1.2rem;
  color: rgba(90,90,90,0.6);
  margin-top: 2px;
  padding-left: 5px;
}
.contact .contact-con .all-contact .contact-top .contact-form .form{
	margin-top:10%;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-form{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item{
	width:100%;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item:nth-child(1){
	width:48%;
	margin-right:4%;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item:nth-child(2){
	width:48%;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item:nth-child(3){
	width:48%;
	margin-right:4%;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item:nth-child(4){
	width:48%;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-input{
	height: 38px;
  line-height: 38px;
  padding-left: 5px;
  border: unset;
  font-family:MyOpen-Sans;
	font-size:1rem;
  border-bottom: 1px solid #e5e5e5;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-textarea{
	height:150px;
	padding:10px 5px;
	border: unset;
	font-family:MyOpen-Sans;
	font-size:1rem;
  border-bottom: 1px solid #e5e5e5;
}
.contact .contact-con .all-contact .contact-top .contact-form .layui-btn{
	font-family: MyGrundfos;
  font-size: 1.2rem;
  color: #ffffff;
 	height: 35px;
  line-height:35px;
  padding: 0px 60px;
  margin-top: 2rem;
  border-radius:0px;
  text-transform: capitalize;
  background-color:#005baa;
}
.contact .contact-con .all-contact .contact-bottom{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding:4% 2%;
	background-color:#005baa;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg{
	width:calc(100% / 3);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail{
	display: flex;
	display: -webkit-flex;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-img{
	width:17px;
	margin:2px 13px 0px 0px;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con{
	width:calc(100% - 30px);
	font-family: MyOpen-Sans;
  color: #ffffff;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con h1{
	font-size: 1rem;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con p{
	font-size: 0.9rem;
	line-height: 1.3rem;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con .con-p{
	margin-top:5%;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg .detail-last{
	margin-top:5%;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg:nth-child(2){
	padding:3.5% 0%;
	border-left:1px dashed #ffffff;
	border-right:1px dashed #ffffff;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg:nth-child(2) .msg-detail:nth-child(2){
	margin-top:5%;
}
.contact .contact-con .all-contact .contact-bottom .contact-msg:nth-child(2) .msg-detail:nth-child(2) .msg-con{
	width:calc(100%);
}
.contact .footer .foot-nav{
	width:65%;
	max-width: 1400px;
	display: flex;
	display: -webkit-flex;
	padding: 1% 0%;	
}
.contact .footer .foot-nav .foot-item{
	display: flex;
	display: -webkit-flex;
	align-items: center;
  justify-content: space-around;
  width: 100%;
}
.contact .footer .foot-nav .foot-item .foot-logo{
	padding: 0%;
	width:165px;
}
.contact .footer .foot-nav .foot-item .item-link h1{
	font-family: MyOpen-Sans;
  font-size: 1.2rem;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.contact .footer .foot-nav .foot-item .item-link h1:hover{
	color: #005baa;
}
.footer-contact .all-contact{
	width: 57%;
}
/* 底部表单背景 */
.footer-contact{
	background-color: rgba(0,91,170,0.8);
}
.footer{
	background-color:#3d3d3d;
}
.footer .foot-nav{
	width:65%;
	margin:0% auto;
}
.footer .foot-nav .foot-logo{
	display: flex;
	display: -webkit-flex;
	padding: 3% 6%;
}
.footer .foot-nav .foot-logo .img{
	width:165px;
}
.footer .foot-nav .all-nav{
	display: flex;
	display: -webkit-flex;
	padding: 4% 6%;
	border-top:1px solid #bfbfbf;
}
.footer .foot-nav .all-nav .nav-one{
	width:25%;
}

.footer .foot-nav .all-nav .nav-two{
	width:20%;
	
}
.duiqi{text-align:right;}
.duiqi2{float:right;}
.footer .foot-nav .all-nav .nav-three{
	width:30%;
}
.footer .foot-nav .all-nav .nav-con .item-link{
	margin-bottom:0.6rem;
}
.footer .foot-nav .all-nav .nav-con .item-link a{
	display: inline-block;
}
.footer .foot-nav .all-nav .nav-con .item-link h1{
	font-family: MyOpen-Sans;
	font-size:1.1rem;
	color:#acacac;
	transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.footer .foot-nav .all-nav .nav-con .item-link h1:hover{
	color:#005baa;
}
.footer .foot-nav .all-nav .nav-con .msg-con{
	display: flex;
	display: -webkit-flex;
}
.footer .foot-nav .all-nav .nav-con .msg-con .img{
	width:17px;
	margin-top: 2px;
	margin-right:13px;
}
.footer .foot-nav .all-nav .nav-con .msg-con .con{
  width:calc(100% - 30px);
}
.footer .foot-nav .all-nav .nav-con .msg-con .con h1{
	font-family: MyOpen-Sans;
	font-size:1.05rem;
	color:#ababab;
	margin-bottom: 1.2rem;
}
.footer .foot-nav .all-nav .nav-con .msg-con .con p{
	font-family: MyOpen-Sans;
	font-size:1rem;
	color:#ababab;
	line-height: 1.5rem;
}
.footer .foot-bottom{
	padding:10px;
	text-align: center;
	border-top:1px solid #bfbfbf;
}
.footer .foot-bottom p{
	font-family: MyOpen-Sans;
	font-size:0.9rem;
	color:#ababab;
	text-align: center;
}
.footer .foot-bottom a{
	display: inline-block;
	padding-top:3px;
}
.footer .foot-bottom a:hover{
	opacity: 0.6;
}
.form .layui-btn{
	font-family: MyGrundfos;
  font-size: 1.2rem;
  color: #ffffff;
 	height: 35px;
  line-height:35px;
  padding: 0px 60px;
  margin-top: 2rem;
  border-radius:0px;
  text-transform: capitalize;
  background-color:#005baa;
}
.form .layui-form-select dl dd{
	font-family:MyOpen-Sans;
	font-size:1rem;
}
.form .layui-form-select dl dd.layui-this{
	background-color: #005baa;
}
.form .layui-input-block{
	margin-left: 0px;
}
.form .layui-form input::-webkit-input-placeholder{ 
	font-family:MyOpen-Sans;
	font-size:1rem;
  color: rgba(90,90,90,0.4);
}
.form .layui-form input:-moz-placeholder{ 
	font-family:MyOpen-Sans;
	font-size:1rem;
  color: rgba(90,90,90,0.4);
}
.form .layui-form input:-ms-input-placeholder{
	font-family:MyOpen-Sans;
	font-size:1rem;
  color: rgba(90,90,90,0.4);
}
.form .layui-form textarea::-webkit-input-placeholder{ 
	font-family:MyOpen-Sans;
	font-size:1rem;
  color: rgba(90,90,90,0.4);
}
.form .layui-form textarea:-moz-placeholder{ 
	font-family:MyOpen-Sans;
	font-size:1rem;
  color: rgba(90,90,90,0.4);
}
.form .layui-form textarea:-ms-input-placeholder{
	font-family:MyOpen-Sans;
	font-size:1rem;
  color: #5a5a5a;
}
@media screen and (max-width:991px){
	.nav .nav-content{
		width:90%;
		padding: 0.5rem 0rem;
		align-items: center;
	}
	.nav .nav-content .nav-ul ul .li-show{
		display:none;
	}
	.nav .nav-content .nav-logo{
		width:143px;
		margin-right:17px;
	}
	.nav .nav-content .nav-ul{
		width: calc(100% - 160px);
	}
	.nav .nav-content .nav-ul ul{
		justify-content: flex-end;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		position: relative;
		content:unset;
		right: unset;
		display: inline-flex;
    display: -webkit-inline-flex;
		justify-content: flex-end;
    align-items: center; 
    padding: 0rem;
  }
	.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: 49px;
    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:0.5rem 0rem 0.5rem 2.2rem;
	}
	.auto-hide .auto-ul li a{
		display:inline-block;
	}
	.auto-hide .auto-ul h1{
		font-family: MyOpen-Sans;
  	font-size: 1.4rem;
  	color: #000000;
  	letter-spacing: 0.5px;
	}
	.auto-hide .auto-ul .child-other  li{
		padding:0.5rem 0rem 0.2rem 1.5rem;
	}
	.auto-hide .auto-ul h2{
		font-family:MyOpen-Sans;
		font-size: 1rem;
  	color: #000000;
  	letter-spacing:0.5px;
	}
	.nav-top{
		margin-top:53px;
	}
	.load-nav{
		position: fixed;
    top: 0px;
    width:100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	}
}
@media screen and (min-width:1500px) and (max-width:1700px){
	.nav .nav-content{
		width: 75%;
	}	
	.nav .nav-content .nav-ul .child .right-img .img{
		width: 180px;
	}
	.home .home-screen .slide-content .slide-con{
		top: 27%;
		left: 12.5%;
	}
	.home .home-screen .slide-content .slide-con .screen-title h1{
		font-size: 4rem;
	}
	.home .home-screen .slide-content .slide-con .screen-con p{
		font-size: 1rem;
    line-height: 1.7rem;
	}
	.screen-btn p{
		font-size: 1.1rem;
		padding: 0px 40px;
	}
	.home .home-screen .swiper-container .swiper-pagination{
		top: 35%;
		left: 0%;
	}
	.home .home-screen .slide-one .slide-content .slide-con{
		min-width: 30%;
		max-width: 45%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 55%;
	}
	.home .home-screen .slide-six .slide-content .slide-con .screen-con{
		width:60%;
	}
	.home .home-screen .slide-seven .slide-content .slide-con{
		width: 28%;
	}
	.home .home-product .all-pro{
		width: 75%;
	}
	.home .home-workshop .all-work{
		width: 75%;
	}
	.home .home-workshop .all-work .work-msg{
		width: calc(98.2% / 4);
    margin-right: 0.6%;
	}
	.home .home-workshop .all-work .work-msg .work-con{
		padding: 15% 1% 25% 5%;
	}
	.home .home-about{
		background-size: auto 100%;
	}
	.home .home-about .home-cor .all-cor{
		width: 34%;
    margin-left: 12.5%;
	}
	.home .home-about .home-cor .all-cor .cor-con p{
		line-height: 1.7rem;
	}
	.home .home-exhibite .all-exhibite{
		width: 75%;
	}
	.home .home-exhibite .all-exhibite .exhibite-left .con-p p{
		line-height: 1.7rem;
	}
	.home .home-service .all-service{
		width: 75%;
	}
	.home .home-about .home-cor .cor-person{
		margin-bottom: -12%;
	}
	.same-screen .screen-con .con-title h1{
		font-size: 4rem;
	}
	.same-screen .screen-con .con-p{
		line-height: 2rem;
	}
	.allPro .allPro-con{
		width: 75%;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1{
		font-size: 1.1rem;
	}
	.allPro .allPro-con .allPro-page .page h1{
		width: 40px;
    height: 40px;
	}
	.product .product-content .product-con{
		width: 75%;
	}
	.product .product-info .product-con .pro-left .pro-con{
		width: 88%;
	}
	.product .product-para .bottom-img .slide-two .para-img{
		width: 75%;
	}
	.product .product-similar .pro-similar .prev-next:after{
		font-size: 2.5rem;
	}
	.land .land-con{
		width: 75%;
	}
	.same-btn2 p{
		font-size: 1.1rem;
	}
	.land .land-choose{
		padding: 2.5% 0% 3%;
	}
	.land .land-choose .all-choose .choose-left{
		width: 58%;
    margin-right: 3%;
	}
	.land .land-choose .all-choose .choose-right{
		width: 39%;
    margin-top: 2%;
	}
	.land .land-choose .all-choose .choose-right .right-adv{
		margin-top: 6%;
	}
	.land .land-choose .all-choose .choose-right .right-brand{
		width: 39%;
	}
	.land .land-work .all-work .work-one{
		width: 87.5%;
    margin: 0% 0% 4% 12.5%;
	}
	.land .land-work .all-work .work-two .work-right .work-con{
		bottom: 120%;
	}
	.land .land-work .all-work .work-two .work-left .work-logo{
		margin-top: 5%;
	}
	.land .same-room .all-room{
		width: 70%;
	}
	.land .land-company .land-adv .adv-detail .adv-h h1{
		font-size: 4rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2{
		font-size: 1.8rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2 sup{
		font-size: 1.5rem;
	}
	.land .land-company .land-adv .adv-detail .adv-img{
		top: -30px;
    right: -30px;
    width: 60px;
	}
	.land .land-company .land-profile .profile-left{
		width: 52%;
    margin-right: 3%;
	}
	.land .land-company .land-profile .profile-right{
		width: 45%;
	}
	.land .land-company .land-profile .profile-right .right-btn a{
		position: relative;
		content:unset;
		left:unset;
		bottom:unset;
		margin-top:3%;
	}
	.land .land-dewater .pro-one .pro-left .text-title h1{
		font-size: 2rem;
	}
	.land .land-dewater .pro-one .pro-left .land-detail{
		width:100%;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .detail-con:nth-child(2){
		margin: 0rem 1rem;
	}
	.land .pro-main .land-con{
		margin: 3% auto;
	}
	.land-pros .land-text .text-con{
		font-size: 1.1rem;
		letter-spacing: -0.2px;
	}
	.land .pro-detail .detail-three .detail-left{
		width: 38%;
    margin-right: 1%;
	}
	.land .pro-detail .detail-five .detail-img{
		width: 100%;
	}
	.land .pro-detail .detail-five .detail-img .img{
		width: calc(94% / 5);
    margin: 2.5% 1.5% 0% 0%;
	}
	.land .pro-detail .detail-five .detail-img .img:nth-child(5n){
		margin: 2.5% 0% 0% 0%;
	}
	.land-pros .pro-apply .land-text .text-title h1{
		margin-bottom: 2.5%;
	}
	.fps .pro-detail .detail-three .detail-left{
		width: 43%;
    margin-right: 2%;
    margin-left: -2%;
	}
	.land .pro-detail .detail-four .detail-img .img{
		width: calc(95.5% / 4);
    margin: 2% 1.5% 0% 0%;
	}
	.land .pro-detail .detail-four .detail-img .img:nth-child(4n){
		margin: 2% 0% 0% 0%;
	}
	.land-pros .pro-video .land-con .detail-right .right-title h1{
		font-size: 2.2rem;
	}
	.land-pros .pro-video .land-con .detail-right .btn-p p{
		font-size: 1.1rem;
	}
	.BSQG .pro-detail .detail-two .detail-chart .img{
		margin-left:-10%;
	}
	.land .pro-detail .detail-six .land-con .detail-left .text-title h1{
		font-size: 1.5rem;
	}
	.cm .pro-detail .detail-four .detail-bottom .img{
		width: calc(98.5% / 2);
    margin: 2% 1.5% 0% 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img:nth-child(2){
		margin: 2% 0% 0% 0%;
	}
	.fps .same-screen .con-img{
		bottom: 20%;
	}
	.fps .fps-pro1 .all-pro{
		margin: 5% auto 0%;
	}
	.fps .fps-pro2{
		padding: 2% 0% 0.5%;
	}
	.f .pro-main .land-con .left-img{
		margin-right: 2%;
	}
	.f .f-detail .detail-four .detail-img{
		align-items: center;
	}
	.f .f-detail .detail-four .detail-img:nth-child(2){
		flex-direction: row-reverse;
	}
	.f .f-detail .detail-four .detail-img .img{
		width: auto;
	  margin:0% 2%;
	}
	.f .f-detail .detail-six{
		padding: 1.5% 0% 3%;
	}
	.sea .sea-main .land-con{
		margin: 5% auto;
	}
	.sea .sea-detail .sea-one .detail-left .left-two{
		justify-content: flex-end;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-show{
		padding: 4% 0%;
	}
	.land .all-fs .pro-one{
		width: 85%;
	}
	.land .all-pool .pro-one{
		width:95%;
	}
	.cm .cm-detail .detail-add .detail-top{
		width: 80%;
	}
	.cm .cm-detail .detail-four .detail-top .img{
		width: calc(96.6% / 3);
    margin: 2% 1.7% 0% 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(3n){
		margin-right: 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(4n){
		margin: 2% 1.7% 0% 0%;
	}
	.class .land-pro{
		width: 75%;
	}
	.class .land-pro .land-text .text-title h1{
		font-size: 2.8rem;
	}
	.class .class-related{
		width: 100%;
	}
	.class .class-apply{
		width: 100%;
	}
	.about2 .all-about{
		width: 75%;
	}
	.about2 .about-history{
		padding: 3% 0% 3.5%;
	}
	.about2 .about-work:before{
		height: 78%;
	}
	.about2 .about-work .work-top{
		align-items: flex-start;
	}
	.about2 .about-work .work-top .work-right .work-con{
		position: relative;
    content: unset;
    top: unset;
    left: unset;
    margin-bottom: 4%;
	}
	.about2 .about-work .work-top .work-right .work-con .text-p{
		width:85%;
		margin-top:2%;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-img .img{
		width: 100px;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-text h2{
		font-size: 1.2rem;
	}
	.about2 .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:370px;
	}
	.contact .contact-con .all-contact{
		width: 70%;
	}
	.contact .footer .foot-nav{
		width: 75%;
	}
	.home .footer-contact{
		padding-top: 7%;
	}
	.same-contact{
		padding: 2.5% 0%;
	}
	.footer-contact .all-contact{
		width: 70%;
	}
	.footer .foot-nav{
		width: 75%;
	}
	.footer .foot-nav .foot-logo{
		padding: 3% 3.5%;
	}
	.footer .foot-nav .all-nav{
		padding: 3% 3.5%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width: 25%;
	}
	.footer .foot-nav .all-nav .nav-two{
		width: 20%;
    
	}
	.duiqi{text-align:right;}
	.duiqi2{float:right;}
	.footer .foot-nav .all-nav .nav-three{
		width: 30%;
	}
}
@media screen and (min-width:1200px) and (max-width:1500px){
	.nav .nav-content{
		width: 90%;
	}	
	.nav .nav-content .nav-ul .child .right-img .img{
		width: 145px;
	}
	.home .home-screen .slide-content .slide-con{
		transform: translate(0%,-50%);
		top: 50%;
		left: 10%;
	}
	.home .home-screen .slide-content .slide-con .screen-title h1{
		font-size: 3.5rem;
	}
	.home .home-screen .slide-content .slide-con .screen-con p{
		font-size: 0.95rem;
    line-height: 1.6rem;
	}
	.screen-btn p{
		font-size: 1.05rem;
		height: 33px;
		padding: 0px 35px;
	}
	.home .home-screen .swiper-container .swiper-pagination{
		top: 32%;
    left: -4%;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet{
		margin: 0px 15px;
	}
	.home .home-screen .slide-one .slide-content .slide-con{
		top: 25%;
		min-width: 30%;
		max-width: 45%;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-change{
		left: 120%;
	}
	.home .home-screen .slide-one .slide-content .slide-text{
		top: 72%;
		width: 30%;
	}
	.home .home-screen .slide-one .slide-content .slide-text p{
		line-height: 1.8rem;
	}
	.home .home-screen .slide-two .slide-content .slide-con{
		top: 35%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 70%;
    margin: 3% 0% 6%;
	}
	.home .home-screen .slide-three .slide-content .slide-con{
		top: 40%;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-con{
		width: 45%;
	}
	.home .home-screen .slide-four .slide-content .slide-con{
		top: 28%;
	}
	.home .home-screen .slide-five .slide-content .slide-con{
		top: 45%;
	}
	.home .home-screen .slide-six .slide-content .slide-con{
		top: 50%;
	}
	.home .home-screen .slide-seven .slide-content .slide-con{
		width: 30%;
	}
	.home .home-product .all-pro{
		width: 85%;
    margin: 3% auto;
	}
	.home .home-product .all-pro .pro-left{
		width: 40%;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item-h h1{
		font-size: 1.1rem;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item .item-circle{
		width: 8px;
    height: 8px;
    margin: 3px 20px 0px 0px;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn a{
		margin: 4% 5% 7% 0%;
	}
	.home .home-product .all-pro .pro-right .right-pro{
		margin-right: -8%;
	}
	.home .home-product .all-pro .pro-right .right-pro .right-img:nth-child(1){
		margin-right: 3%;
	}
	.home .home-workshop .all-work{
		width: 85%;
	}
	.home .home-workshop .all-work .work-msg{
		width: calc(98.5% / 4);
    margin-right: 0.5%;
	}
	.home .home-workshop .all-work .work-msg .work-con{
		padding: 15% 1% 25% 5%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-title h1{
		font-size: 1.4rem;
		letter-spacing: 0.5px;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-p p{
		font-size: 1rem;
		line-height: 1.6rem;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn{
		bottom: 5%;
	}
	.home .home-exhibite .all-exhibite{
		width: 85%;
	}
	.home .home-exhibite .all-exhibite .exhibite-left .con-p p{
		margin: 6% 0% 10%;
		line-height: 1.6rem;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .same-btn p{
 		font-size:1.1rem;
 		padding:0px 35px;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .con-logo{
 		width: 40%;
    max-width: 143px;
 	}
	.home .home-service .all-service{
		width: 85%;
		margin: 6% auto 7%;
	}
	.home .home-service .all-service .service-content{
		margin-top: 3%;
	}
	.home .home-service .all-service .service-content .service-msg{
		width: calc(97% / 4);
    margin-right: 1%;
    padding: 3% 1% 2%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-img{
		width: 60%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-h h1{
		font-size: 1.2rem;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-p p{
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
	.home .home-about{
		background-size: auto 100%;
	}
	.home .home-about .home-cor{
		padding: 2% 0%;
	}
	.home .home-about .home-cor .all-cor{
		width: 40%;
    margin-left: 7.5%;
	}
	.home .home-about .home-cor .all-cor .cor-con p{
		letter-spacing: 0.5px;
		line-height: 1.6rem;
		margin: 8% 0%;
	}
	.home .home-about .home-cor .cor-person{
		width: 55%;
    margin: 0% 1% -12.5% 0%;
	}
	.same-screen .screen-con .con-title h1{
		font-size: 3.5rem;
	}
	.same-screen .screen-con .con-p{
		line-height: 1.8rem;
	}
	.allPro .allPro-con{
		width: 88%;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1{
		font-size: 1.1rem;
	}
	.allPro .allPro-con .allPro-page .page h1{
		width: 40px;
    height: 40px;
	}
	.product .product-content .product-con{
		width: 85%;
	}
	.product .product-info .product-con .pro-left .pro-con{
		width: 95%;
	}
	.product .product-info .product-con .pro-left .pro-con .con-p{
		margin-bottom: 3%;
	}
	.product .product-para .bottom-img .slide-two .para-img{
		width: 88%;
	}
	.product .product-similar .pro-similar .prev-next:after{
		font-size: 2rem;
	}
	.land .same-screen .screen-con .con-title h1{
		font-size: 2rem;
	}
	.land .same-screen .screen-con .con-p{
		font-size: 0.9rem;
	}
	.land .same-screen .con-img{
		bottom: 12%;
	}
	.land .same-screen .con-img .img{
		width: 32px;
	}
	.land .land-con{
		width: 88%;
	}
	.same-btn2 p{
		font-size: 1.1rem;
		padding: 0px 38px;
	}
	.land .land-house .all-house .pro-show{
		width: 48.5%;
	}
	.land .land-house .all-house .pro-show:nth-child(1){
		margin-right: 3%;
	}
	.land .land-civil .all-civil .pro-one .pro-right .pro-show{
		width: 48.5%;
    margin: 0% 3% 0% 0%;
	}
	.land .land-civil .all-civil .pro-one .pro-right .show-top{
		margin-bottom: 3%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-con{
		width: 95%;
    margin-top: 3%;
	}
	.land .land-choose{
		padding: 3% 0% 3.5%;
	}
	.land .land-choose .all-choose .choose-left{
		width: 58%;
    margin-right: 2%;
	}
	.land .land-choose .all-choose .choose-right{
		width: 40%;
    margin-top: 2%;
	}
	.land .land-choose .all-choose .choose-right .right-title h1{
		font-size: 2.2rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv{
		margin-top: 5%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con h1{
		font-size: 1.1rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con p{
		margin-top: 5px;
	}
	.land .land-choose .all-choose .choose-right .right-brand{
		width: 40%;
	}
	.land .land-work .all-work .work-one{
		width: 94%;
    margin: 0% 0% 4% 6%;
	}
	.land .land-work .all-work .work-two{
		padding-bottom: 3%;
	}
	.land .land-work .all-work .work-two:before{
		height: 25%;
	}
	.land .land-work .all-work .work-two .work-left{
		width: calc(42% - 6px);
    margin-right: 12px;
	}
	.land .land-work .all-work .work-two .work-right{
		width: calc(58% - 6px);
	}
	.land .land-work .all-work .work-two .work-right .work-con{
		width: 80%;
    bottom: 115%;
	}
	.land .land-work .all-work .work-two .work-left .work-logo{
		margin-top: 5%;
	}
	.land .land-work .all-work .work-two .work-right .work-img .img:nth-child(1){
		margin-right: 8px;
	}
	.land .same-room .all-room{
		width: 80%;
	}
	.same-room .all-room .room-left{
		width: calc(40% - 2px);
    margin-right: 4px;
	}
	.same-room .all-room .room-right{
		width: calc(60% - 2px);
	}
	.same-room .all-room .room-left .left-text .line{
		width: 100px;
	}
	.same-room .all-room .room-right .room-img .img-rotate{
		margin: 4px;
	}
	.land .land-company{
		padding: 5% 0%;
	}
	.land .land-company .land-adv .adv-detail .adv-h h1{
		font-size: 3.5rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2{
		font-size: 1.6rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2 sup{
		font-size: 1.2rem;
	}
	.land .land-company .land-adv .adv-detail .adv-img{
		top: -25px;
    right: -25px;
    width: 56px;
	}
	.land .land-company .land-profile .profile-left{
		width: 53%;
    margin-right: 2%;
	}
	.land .land-company .land-profile .profile-right{
		width: 45%;
	}
	.land .land-company .land-profile .profile-right .right-btn a{
		position: relative;
		content:unset;
		left:unset;
		bottom:unset;
		margin-top:3%;
	}
	.land .land-borehole .pro-one .pro-right .pro-show:nth-child(1){
		margin-right: 3%;
	}
	.land .land-borehole .pro-two{
		margin-top: -16%;
	}
	.land .land-borehole .pro-two .pro-right .pro-show{
		margin-right: 1.5%;
	}
	.land .land-dewater{
		background-size: auto 28%;
	}
	.land .land-dewater .pro-one .pro-left .text-title h1{
		font-size: 2rem;
	}
	.land .land-dewater .pro-one .pro-left .land-detail{
		bottom: 5%;
		width:100%;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .detail-con:nth-child(2){
		margin: 0rem 1rem;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-right .pro-show{
		width: 48.75%;
    margin-right: 2.5%;
	}
	.land .land-bathtub .all-bathtub .pro-two .pro-right .pro-show:nth-child(1){
		margin-right: 1.5%;
	}
	.land .land-swim .all-swim .pro-one .pro-right .pro-show{
		width: calc(95.5% / 4);
    margin-right: 1.5%;
	}
	.land .land-swim .all-swim .pro-two .pro-left{
		width: 49.25%;
    margin-right: 1.5%;
	}
	.land .land-swim .all-swim .pro-two .pro-right{
		width: 49.25%;
	}
	.land .land-swim .all-swim .pro-two .pro-left .pro-show{
		width: 48.5%;
    margin-right: 3%;
	}
	.land .pro-main .land-con{
		margin: 3% auto;
	}
	.land-pros .land-text .text-con{
		font-size: 1rem;
		letter-spacing: -0.2px;
	}
	.land .pro-main .land-con .pro-right .land-text .text-title h1{
		margin-bottom: 3%;
	}
	.land-pros .land-pro{
		padding: 3.5% 0%;
	}
	.land-pros .pro-detail .detail-three .text-title h1{
		margin: 4% 0% 10%;
	}
	.land-pros .pro-apply .apply-con p{
		font-size: 1.1rem;
		padding-left: 1.3rem;
	}
	.land-pros .pro-apply .apply-con p:before{
		width: 8px;
    height: 8px;
	}
	.land-pros .pro-related .land-text .text-title h1{
		margin-bottom: 3%;
	}
	.land-pros .pro-related .related-slide p{
		font-size: 1.1rem;
	}
	.land .pro-detail .detail-two .detail-img{
		width:98%;
		margin:0% auto;
	}
	.land-pros .pro-detail .detail-two .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-three .detail-left{
		width: 38%;
    margin-right: 1%;
	}
	.land .pro-detail .detail-five .detail-img{
		width: 100%;
	}
	.land .pro-detail .detail-five .detail-img .img{
		width: calc(96% / 5);
    margin: 2.5% 1% 0% 0%;
	}
	.land .pro-detail .detail-five .detail-img .img:nth-child(5n){
		margin: 2.5% 0% 0% 0%;
	}
	.land-pros .pro-apply .land-text .text-title h1{
		margin-bottom: 2.5%;
	}
	.fps .pro-main .land-con{
		width: 88%;
	}
	.fps .pro-main .land-con .pro-right .right-img{
		left: 110%;
	}
	.fps .pro-detail .detail-three .land-con{
		width: 88%;
	}
	.fps .pro-detail .detail-three .detail-left{
		width: 43%;
    margin-right: 2%;
    margin-left: -2%;
	}
	.land .pro-detail .detail-four .detail-img .img{
		width: calc(95.5% / 4);
    margin: 2% 1.5% 0% 0%;
	}
	.land .pro-detail .detail-four .detail-img .img:nth-child(4n){
		margin: 2% 0% 0% 0%;
	}
	.land-pros .pro-video .land-con .detail-right .right-title h1{
		font-size: 2rem;
	}
	.land-pros .pro-video .land-con .detail-right .land-text .text-title h1{
		font-size: 1.3rem;
	}
	.land-pros .pro-video .land-con .detail-right .btn-p p{
		font-size: 1.1rem;
	}
	.BSQG .pro-detail .detail-two .detail-chart .img{
		margin-left:-10%;
	}
	.land .pro-detail .detail-six .land-con .detail-left .text-title h1{
		font-size: 1.5rem;
	}
	.cm .pro-detail .detail-four .detail-bottom .img{
		width: calc(98.5% / 2);
    margin: 2% 1.5% 0% 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img:nth-child(2){
		margin: 2% 0% 0% 0%;
	}
	.fps .same-screen .con-img{
		bottom: 20%;
	}
	.fps .fps-pro1 .all-pro{
		margin: 5% auto 0%;
	}
	.fps .fps-pro2{
		padding: 2% 0% 0.5%;
	}
	.fps .fps-pro3 .pro-imgs{
		margin: 5% auto;
	}
	.fps .fps-pro1 .all-pro .pro-con{
		margin: 5% auto;
	}
	.fps .fps-pro .pro-con .pro-text p{
		margin: 8px 0px;
	}
	.f .pro-main .land-con{
		margin: 5% auto;
	}
	.f .pro-main .land-con .left-img{
		margin-right: 2%;
	}
	.f .f-detail .detail-two .show-img{
		margin-top: 2%;
	}
	.f .f-detail .detail-four .detail-img{
		flex-wrap: initial;
		align-items: center;
	}
	.f .f-detail .detail-four .detail-img:nth-child(2){
		flex-direction: row-reverse;
	}
	.f .f-detail .detail-four .detail-img .img{
		width: auto;
	  margin:0% 2%;
	}
	.sea .sea-main .land-con{
		margin: 5% auto;
	}
	.sea .sea-main .land-con .pro-item .item-con{
		height:38px;
		line-height: 38px;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-left{
		width:45%;
		margin-right:2%;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-right{
		width:55%;
	}
	.sea .sea-detail .sea-one .detail-left .left-one{
		width: 63%;
    margin-right: 2%;
	}
	.sea .sea-detail .sea-one .detail-left .left-two{
		width:35%;
	}
	.sea .sea-detail .sea-two .text-title h1{
		font-size: 2.5rem;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-show{
		padding: 4% 0%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-left{
		width: 40%;
    margin-right: 1.5%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-right{
		width: 58.5%;
	}
	.land .all-fs .pro-one{
		width: 95%;
	}
	.land .all-pool .pro-one{
		width:100%;
	}
	.land .pool-apply .apply-slide .slide-text{
		font-size: 0.95rem;
	}
	.cm .pro-main .cm-pro .pro-img{
		width: calc(97% / 4);
    margin-right: 1%;
	}
	.cm .cm-detail .detail-add{
		width:98%;
		margin:0% auto;
	}
	.cm .cm-detail .detail-add .detail-top{
		width: 90%;
	}
	.cm .cm-detail .detail-four .detail-top .img{
		width: calc(96.6% / 3);
    margin: 2% 1.7% 0% 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(3n){
		margin-right: 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(4n){
		margin: 2% 1.7% 0% 0%;
	}
	.submer .screen-two .screen-con .con-p{
		width: 70%;
	}
	.submer .change-two .pro-two .pro-right .pro-show{
		padding: 1.5% 2% 2%;
	}
	.submer .change-three .pro-two .pro-left .text-con{
		margin: 5% 0% 10%;
	}
	.submer .change-two .pro-three .pro-title h1{
		font-size: 1.8rem;
	}
	.submer .change-one .pro-three .pro-show{
		padding-bottom: 2%;
	}
	.submer .change-four .pro-one .pro-left{
		width: 70%;
    margin-right: 2%;
	}
	.submer .change-four .pro-one .pro-right{
		width: 28%;
	}
	.submer .change-four .pro-one .pro-left .show-top .pro-img{
		width: auto;
    padding: 0% 2%;
	}
	.class .land-pro{
		width: 85%;
		padding: 3.5% 0% 2%;
	}
	.class .class-detail1 .land-pro{
		padding: 3% 0% 2%;
	}
	.class .class-detail1 .detail-two{
		padding: 0% 0% 2%;
	}
	.class .land-pro .land-text .text-title h1{
		font-size: 2.5rem;
	}
	.class .pro-detail .detail-two .detail-img{
		width:100%;
	}
	.class .class-related{
		width: 100%;
	}
	.class .class-apply{
		width: 100%;
	}
	.about2 .all-about{
		width: 85%;
		margin: 5% auto;
	}
	.about2 .about-history{
		padding: 3% 0% 3.5%;
	}
	.about2 .about-history .all-history .slide-con .con-img{
		width:88px;
	}
	.about2 .about-work:before{
		height: 80%;
	}
	.about2 .about-work .work-top{
		align-items: flex-start;
	}
	.about2 .about-work .work-top .work-right .work-con{
		position: relative;
    content: unset;
    top: unset;
    left: unset;
    margin-bottom: 4%;
	}
	.about2 .about-work .work-top .work-right .work-con .text-p{
		width:88%;
		margin-top:2%;
		line-height: 1.6rem;
	}
	.about2 .about-work .work-top .work-right .work-adv{
		margin-left: -2%;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-img .img{
		width: 88px;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-text h2{
		font-size: 1.1rem;
	}
	.about2 .about-work .work-bottom{
		width: 88%;
    margin: 3.5% 0% 0% 12%;
	}
	.about2 .about-exhibi .exhibi-text .text-p{
		width:68%;
	}
	.about2 .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:350px;
	}
	.cataloge .cata-down{
		width:88%;
		margin: 5% auto 8%;
	}
	.cataloge .cata-down .down-con{
		width:calc(96% / 3);
		box-shadow: 0px 0px 10px rgb(33,33,33,0.27);
	}
	.cataloge .cata-down .down-con:nth-child(2){
		margin: 0% 2%;
	}
	.cataloge .cata-down .con-img{
		width:100%;
	}
	.contact .contact-con .all-contact{
		width: 80%;
	}
	.contact .footer .foot-nav{
		width: 88%;
	}
	.home .footer-contact{
		padding-top: 7%;
	}
	.same-contact{
		padding: 2.5% 0%;
	}
	.footer-contact .all-contact{
		width: 80%;
	}
	.footer .foot-nav{
		width: 85%;
	}
	.footer .foot-nav .foot-logo{
		padding: 3% 3.5%;
	}
	.footer .foot-nav .all-nav{
		padding: 3% 3.5%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width: 25%;
	}
	.footer .foot-nav .all-nav .nav-two{
		width: 20%;
   
	}
	.duiqi{text-align:right;}
	.duiqi2{float:right;}
	.footer .foot-nav .all-nav .nav-three{
		width: 30%;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con p{
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con p br{
		display: none;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.nav .nav-content{
		width: 95%;
    flex-wrap: wrap;
	}	
	.nav .nav-content .nav-logo{
		width: 100%;
    margin: 1rem auto 0rem;
    text-align: center;
	} 
	.nav .nav-content .nav-logo a{
		display: inline-block;
	}
	.nav .nav-content .nav-logo img{
		width: 143px;
	}
	.nav .nav-content .nav-ul{
		width: 100%;
	}
	.nav .nav-content .nav-ul ul li{
		padding: 1rem 0rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		position: relative;
		content: unset;
    right: unset;
	}
	.nav .nav-content .nav-ul .child{
		width: 100%;
	}
	.nav .nav-content .nav-ul .child .right-img .img{
		width:auto;
	}
	.nav .nav-content .nav-ul .child-other{
		width: max-content;
	}
	.nav .nav-content .nav-ul .child li h2{
		font-size: 1rem;
	}
	.home .home-screen .slide-content .slide-con{
		transform: translate(0%,-50%);
		top: 50%;
		left: 10%;
	}
	.home .home-screen .slide-content .slide-con .screen-title h1{
		font-size: 3rem;
	}
	.home .home-screen .slide-content .slide-con .screen-con p{
		font-size: 0.9rem;
    line-height: 1.5rem;
	}
	.screen-btn p{
		font-size: 1rem;
		height: 32px;
		line-height: 32px;
		padding: 0px 25px;
	}
	.home .home-screen .swiper-container .swiper-pagination{
		top: 32%;
    left: -5%;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet{
		font-size: 1rem;
		margin: 0px 12px;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet:before{
		top: 115%;
	}
	.home .home-screen .slide-one .slide-content .slide-con{
		top: 25%;
    width: 88%;
    max-width: unset;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-title{
		margin-right:5%;
		min-width: 40%;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-change{
		position: relative;
		content: unset;
    transform: unset;
    top: unset;
    left: unset;
    width: 40%;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-con{
		width: 100%;
    margin: 0% 0% 5%;
	}
	.home .home-screen .slide-one .slide-content .slide-text{
		left: 10%;
    width: 30%;
	}
	.home .home-screen .slide-one .slide-content .slide-text p{
		font-size: 0.9rem;
		line-height: 1.7rem;
	}
	.home .home-screen .slide-two .slide-content .slide-con{
		top: 38%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 75%;
    margin: 3% 0% 6%;
	}
	.home .home-screen .slide-three .slide-content .slide-con{
		top: 40%;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-title h1{
		font-size: 2rem;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-con{
		width: 55%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-one .slide-content .slide-text p{
		line-height: 1.7rem;
	}
	.home .home-screen .slide-two .slide-content .slide-con{
		top: 35%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 70%;
    margin: 3% 0% 6%;
	}
	.home .home-screen .slide-three .slide-content .slide-con{
		top: 40%;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-con{
		width: 45%;
	}
	.home .home-screen .slide-four .slide-content .slide-con{
		top: 30%;
	}
	.home .home-screen .slide-five .slide-content .slide-con{
		top: 50%;
	}
	.home .home-screen .slide-six .slide-content .slide-con{
		top: 50%;
	}
	.home .home-screen .slide-six .slide-content .slide-con .screen-con{
		width:75%;
	}
	.home .home-screen .slide-seven .slide-content .slide-con{
		width: 32%;
	}
	.home .home-product .all-pro{
		width: 90%;
		margin: 3.5% auto;
	}
	.home .home-product .all-pro .pro-left{
		width: 40%;
	}
	.home .home-product .all-pro .pro-left .pro-nav{
		padding: 13% 8% 10% 6%;
	}
	.home .home-product .all-pro .pro-left .pro-nav .same-title h1{
		font-size: 1.8rem;
		letter-spacing: 0.5px;
		font-weight: unset;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item-h h1{
		font-size: 1.1rem;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item .item-circle{
		width: 7px;
    height: 7px;
    margin: 3px 12px 0px 0px;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn a{
		margin: 5% 2% 8% 0%;
		align-items:initial;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn .btn-img{
		width: 28px;
    margin-right: 20px;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn .btn-p{
		font-size: 1.1rem;
	}
	.home .home-product .all-pro .pro-right .right-pro .same-btn p{
		padding: 0px 60px;
	}
	.home .home-product .all-pro .pro-right .right-pro{
		margin-right: -8%;
	}
	.home .home-product .all-pro .pro-right .right-pro .right-img:nth-child(1){
		margin-right: 3%;
	}
	.home .home-workshop .all-work{
		width: 100%;
		margin: 7% auto 6%;
	}
	.home .home-workshop .all-work .same-title{
		padding-left:5%;
	}
	.home .home-workshop .all-work .work-msg{
		width: calc(98.5% / 4);
    margin-right: 0.5%;
	}
	.home .home-workshop .all-work .work-msg .work-con{
		padding: 15% 1% 25% 5%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-title h1{
		font-size: 1.4rem;
		letter-spacing: 0.5px;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-p p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn{
		bottom: 5%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn .img{
		width: 28px;
	}
	.home .same-btn p{
		font-size: 1.1rem;
		padding: 0px 40px;
	}
	.home .home-exhibite .all-exhibite{
		width: 90%;
		margin: 6% auto 7%;
	}
	.home .home-exhibite .all-exhibite .exhibite-left{
		width: 34.5%;
    margin-right: 2.5%;
	}
	.home .home-exhibite .all-exhibite .exhibite-right{
		width: 63%;
	}
	.home .home-exhibite .all-exhibite .exhibite-left .con-p p{
		margin: 4% 0% 9%;
		line-height: 1.5rem;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .same-btn p{
 		font-size: 1rem;
    padding: 0px 30px;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .con-logo{
 		width: 40%;
    max-width: 143px;
 	}
	.home .home-service .all-service{
		width: 90%;
		margin: 6% auto 7%;
	}
	.home .home-service .all-service .service-content{
		margin-top: 3%;
	}
	.home .home-service .all-service .service-content .service-msg{
		width: calc(97% / 4);
    margin-right: 1%;
    padding: 3.5% 1% 2.5%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-img{
		width: 55%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-h h1{
		font-size: 1.2rem;
		margin: 12% 0% 4%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-p p{
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
	.home .home-about{
		background-size: auto 100%;
	}
	.home .home-about .home-cor{
		padding: 2% 0%;
	}
	.home .home-about .home-cor .all-cor{
		width: 40%;
    margin-left: 7.5%;
	}
	.home .home-about .home-cor .all-cor .cor-con p{
		letter-spacing: 0.5px;
		font-size: 1rem;
		line-height: 1.5rem;
		margin: 8% 0%;
	}
	.home .home-about .home-cor .cor-person{
		width: 55%;
    margin: 0% 1% -12.5% 0%;
	}
	.same-screen .screen-con .con-title h1{
		font-size: 3rem;
	}
	.same-screen .screen-con .con-p{
		line-height: 1.6rem;
	}
	.same-screen .con-img{
		bottom: 10%;
	}
	.same-screen .con-img .img{
		width:40px;
	}
	.allPro .allPro-con{
		width: 90%;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1{
		font-size: 1rem;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1:before{
		width: 75px;
	}
	.allPro .allPro-con .allPro-page .page h1{
		font-size: 1.1rem;
		width: 40px;
    height: 40px;
	}
	.product .product-content .product-con{
		width: 90%;
	}
	.product .product-info .product-con .pro-left .pro-con{
		width: 95%;
		font-size: 0.95rem;
		margin: 3% 0% 7% 0%;
	}
	.product .product-info .product-con .pro-left .pro-con .con-p{
		margin-bottom: 2.5%;
	}
	.product .product-para .bottom-img .slide-two .para-img{
		width: 90%;
	}
	.product .product-para .bottom-img .swiper-slide .para-img .img:nth-child(2){
		margin-left: 5%;
	}
	.product .product-similar .pro-similar .prev-next:after{
		font-size: 1.8rem;
	}
	.product .product-similar .pro-similar .swiper-button-prev{
		left: 1px;
	}
	.product .product-similar .pro-similar .swiper-button-next{
		right: 1px;
	}
	.product .product-similar .pro-similar .con-text p{
		width:80%;
		padding:0px;
	}
	.land .same-screen .screen-con .con-title h1{
		font-size: 2rem;
	}
	.land .same-screen .screen-con .con-p{
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	.land .same-screen .con-img{
		bottom: 10%;
	}
	.land .same-screen .con-img .img{
		width: 32px;
	}
	.land .land-con{
		width: 90%;
	}
	.land .land-pro .land-same{
		margin: 4.5% auto;
	}
	.same-btn2 p{
		font-size: 1.1rem;
		padding:0px 30px;
	}
	.land .pro-text h1{
		font-size: 1.1rem;
	}
	.land .land-house .all-house .pro-show{
		width: 49%;
	}
	.land .land-house .all-house .pro-show:nth-child(1){
		margin-right: 2%;
	}
	.land .land-house .land-same .pro-left{
		width: 49.5%;
	}
	.land .land-house .land-same .pro-right{
		width: 49.5%;
	}
	.land .land-house .all-house .pro-right{
		margin: 0% 1% 0% 0%;
	}
	.land .land-house .all-house .pro-one .pro-left .land-text{
		width: 40%;
    margin-right: 2%;
	}
	.land .land-house .all-house .pro-one .pro-left .land-img{
		width: 58%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text{
		width:95%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-con{
		width: 100%;
    margin-top: 3%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-logo{
		display: none;
	}
	.land .land-civil .all-civil .pro-one .pro-right .pro-show{
		width: 49%;
    margin: 0% 2% 0% 0%;
	}
	.land .land-civil .all-civil .pro-one .pro-right .show-top{
		margin-bottom: 2%;
	}
	.land .land-choose{
		padding: 4% 0% 3.5%;
	}
	.land .land-choose:before{
		height:15%;
	}
	.land .land-choose .all-choose{
		flex-wrap: wrap;
	}
	.land .land-choose .all-choose .choose-left{
		width: 80%;
    margin: 0% auto 5%;
    max-width: 811px;
	}
	.land .land-choose .all-choose .choose-right{
		width: 100%;
    margin: 0% auto;
	}
	.land .land-choose .all-choose .choose-right .right-title h1{
		font-size: 2.2rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv{
		margin-top: 3%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con{
		width: calc(97% / 4);
    margin: 0% 1% 0% 0%;
    padding: 2% 1%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con:nth-child(2){
		margin: 0% 1% 0% 0%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con h1{
		font-size: 1.1rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con p{
		margin-top: 5px;
	}
	.land .land-choose .all-choose .choose-right .right-brand{
		position: relative;
    width: 80%;
    margin: 5% auto 0%;
	}
	.land .land-work .all-work .work-one{
		width: 100%;
    margin:5% auto;
	}
	.land .land-work .all-work .work-one .work-img{
		width: calc(50% - 5px);
	}
	.land .land-work .all-work .work-one .work-img:nth-child(1){
		margin-right: 10px;
	}
	.land .land-work .all-work .work-two{
		padding-bottom: 3%;
	}
	.land .land-work .all-work .work-two:before{
		height:28%;
	}
	.land .land-work .all-work .work-two .work-left{
		width: calc(42% - 4px);
    margin-right: 8px;
	}
	.land .land-work .all-work .work-two .work-right{
		width: calc(58% - 4px);
	}
	.land .land-work .all-work .work-two .work-right .work-con{
		left: 5%;
    width: 90%;
    bottom: 110%;
	}
	.land .land-work .all-work .work-two .work-right .work-con .text-title{
		margin-bottom: 3%;
	}
	.land .land-work .all-work .work-two .work-left .work-logo{
		margin-top: 5%;
	}
	.land .land-work .all-work .work-two .work-right .work-img .img:nth-child(1){
		margin-right: 4px;
	}
	.land .same-room .all-room{
		width:90%;
	}
	.same-room .all-room .room-left{
		width: calc(40% - 2px);
    margin-right: 4px;
	}
	.same-room .all-room .room-right{
		width: calc(60% - 2px);
	}
	.same-room .all-room .room-left .left-text .line{
		width: 88px;
	}
	.same-room .all-room .room-right .room-img .img-rotate{
		margin: 4px;
	}
	.land .land-company{
		padding: 5% 0%;
	}
	.land .land-company .land-adv .adv-detail{
		padding: 3% 2%;
	}
	.land .land-company .land-adv .adv-detail .adv-h h1{
		font-size: 3rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2{
		font-size: 1.5rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2 sup{
		font-size: 1rem;
	}
	.land .land-company .land-adv .adv-detail .adv-img{
		top: -20px;
    right: -20px;
    width: 50px;
	}
	.land .land-company .land-profile{
		align-items: center;
	}
	.land .land-company .land-profile .profile-left{
		width: 53%;
    margin-right: 2%;
	}
	.land .land-company .land-profile .profile-right{
		width: 45%;
	}
	.land .land-company .land-profile .profile-right .right-btn a{
		position: relative;
		content:unset;
		left:unset;
		bottom:unset;
		margin-top:3%;
	}
	.land .land-borehole .pro-one .pro-right .pro-show:nth-child(1){
		margin-right: 2%;
	}
	.land .land-borehole .pro-two{
		margin-top: -16%;
	}
	.land .land-borehole .pro-two .pro-left .text-con{
		width: 45%;
	}
	.land .land-borehole .pro-two .pro-right .pro-show{
		margin-right: 1%;
	}
	.land .land-dewater{
		background-size: auto 28%;
	}
	.land .land-dewater .pro-one .pro-left .text-title h1{
		font-size: 2rem;
	}
	.land .land-dewater .pro-one .pro-left .text-con{
		width: 95%;
		margin: 5% 0%;
	}
	.land .land-dewater .pro-one .pro-left .land-detail{
		bottom: 5%;
		width:100%;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .con-img{
		width: 25px;
    margin: 0px 5px 0px 0px;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .con-p{
		font-size: 0.9rem;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .detail-con:nth-child(2){
		margin: 0px 10px;
	}
	.land .land-dewater .pro-three .pro-left .land-text{
		margin-left: 10%;
	}
	.land .land-dewater .pro-three .pro-left .land-text .text-title h1{
		letter-spacing:-0.5px;
	}
	.land .land-dewater .pro-three .pro-left .land-text .text-con{
		margin-top: 5%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-right .pro-show{
		width: 49.25%;
    margin-right: 1.5%;
	}
	.land .land-bathtub .all-bathtub .pro-two .pro-right .pro-show:nth-child(1){
		margin-right: 1%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left{
		width: 40%;
    margin-left: 2%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left .text-con{
		margin: 8% auto;
	}
	.land .land-swim .all-swim .pro-one .pro-right .pro-show{
		width: calc(97% / 4);
    margin-right: 1%;
	}
	.land .land-swim .all-swim .pro-two{
		margin-top: 1%;
	}
	.land .land-swim .all-swim .pro-two .pro-left{
		width: 49.5%;
    margin-right: 1%;
	}
	.land .land-swim .all-swim .pro-two .pro-left .pro-show{
		width: 49%;
    margin-right: 2%;
	}
	.land .land-swim .all-swim .pro-two .pro-right{
		width: 49%;
	}
	.land .land-swim .all-swim .pro-two .pro-right .land-text{
		width: 90%;
	}
	.land .land-swim .all-swim .pro-two .pro-right .land-text .text-con{
		margin: 5% auto;
	}
	.land .pro-main .land-con{
		margin: 4% auto;
	}
	.land .pro-main .land-con .pro-left{
		width: 55%;
    margin-right: 3%;
	}
	.land .pro-main .land-con .pro-right{
		width:42%;
	}
	.land-pros .land-text .text-title h1{
		font-size: 1.5rem;
		margin-bottom: 1%;
	}
	.land-pros .land-text .text-con{
		font-size: 0.95rem;
		letter-spacing: -0.2px;
	}
	.land .pro-main .land-con .pro-right .right-con .land-text{
		margin-bottom: 8%;
	}
	.land .pro-main .land-con .pro-right .land-text .text-title h1{
		margin-bottom: 3%;
	}
	.land-pros .land-pro{
		padding: 3.8% 0%;
	}
	.land .pro-detail .detail-three .detail-left{
		width: 38.5%;
    margin-right: 0.5%;
	}
	.land-pros .pro-detail .detail-three .text-title h1{
		margin: 2% 0% 8%;
	}
	.land .pro-detail .detail-three .detail-left .detail-img .imgs:nth-child(1){
		margin-bottom: 5px;
	}
	.land .pro-detail .detail-three .detail-left .detail-img .imgs .img:nth-child(1){
		margin-right: 5px;
	}
	.land-pros .pro-apply .apply-con p{
		font-size: 1rem;
		padding-left: 1rem;
	}
	.land-pros .pro-apply .apply-con p:before{
		top: 7px;
    width: 6px;
    height: 6px;
	}
	.land-pros .pro-related .land-text .text-title h1{
		margin-bottom: 3%;
	}
	.land-pros .pro-related .related-slide p{
		font-size: 1.1rem;
	}
	.land-pros .pro-related .related-slide .swiper-container .swiper-pagination-bullet{
		width: 6px;
    height: 6px;
	}
	.land .pro-detail .detail-two .detail-img{
		width:98%;
		margin:0% auto;
	}
	.land-pros .pro-detail .detail-two .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-five .detail-img{
		width: 100%;
	}
	.land .pro-detail .detail-five .detail-img .img{
		width: calc(98% / 5);
    margin: 2.5% 0.5% 0% 0%;
	}
	.land .pro-detail .detail-five .detail-img .img:nth-child(5n){
		margin: 2.5% 0% 0% 0%;
	}
	.land-pros .pro-apply .land-text .text-title h1{
		margin-bottom: 2.5%;
	}
	.fps .pro-main .land-con{
		width: 90%;
	}
	.fps .pro-main .land-con .pro-right .right-img{
		left: 110%;
	}
	.fps .pro-detail .detail-three .land-con{
		width: 88%;
	}
	.fps .pro-detail .detail-three .detail-left{
		width: 45%;
    margin-right: 1%;
    margin-left: -2%;
	}
	.land .pro-detail .detail-four .detail-img .img{
		width: calc(97% / 4);
    margin: 1% 1% 0% 0%;
	}
	.land .pro-detail .detail-four .detail-img .img:nth-child(4n){
		margin: 1% 0% 0% 0%;
	}
	.hvs .pro-main .land-con .pro-left{
		width: 80%;
    margin: 0% auto -5%;
	}
	.hvs .hvs-detail .detail-two .detail-chart .img:nth-child(1){
		margin-right: -5%;
	}
	.stp .pro-apply .detail-img .img:nth-child(1){
		margin-right:0%;
	}
	.spsn .pro-main .land-con .pro-left{
		width: 80%;
    margin: 0% auto -3%;
	}
	.spsn .spsn-detail .detail-two .detail-chart .img:nth-child(1){
		margin-right: -5%;
	}
	.land-pros .pro-video .land-con .detail-right .right-title h1{
		font-size: 1.8rem;
	}
	.land-pros .pro-video .land-con .detail-right .land-text .text-title h1{
		font-size: 1.2rem;
	}
	.land-pros .pro-video .land-con .detail-right .btn-p p{
		font-size: 1rem;
	}
	.BSQG .pro-detail .detail-two .detail-chart .img{
		margin-left:-15%;
	}
	.land .pro-detail .detail-six .land-con{
		align-items: flex-end;
	}
	.land .pro-detail .detail-six .land-con .detail-left .text-title h1{
		font-size: 1.3rem;
		padding: 0.8rem 0rem;
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-six .land-con .detail-left{
		width: 32.4%;
    margin-right: 0.6%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-img{
		width: calc(99% / 2);
    margin: 0% 1% 1% 0%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-bottom{
		margin-bottom: 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img{
		width: calc(99% / 2);
    margin: 1% 1% 0% 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img:nth-child(2){
		margin: 1% 0% 0% 0%;
	}
	.fps .same-screen .con-img{
		bottom: 20%;
	}
	.fps .fps-pro1 .all-pro{
		margin: 3% auto 0%;
	}
	.fps .fps-pro2{
		padding: 2% 0% 0.5%;
	}
	.fps .fps-pro3 .pro-imgs{
		margin: 5% auto;
	}
	.fps .fps-pro1 .all-pro .pro-con{
		margin: 5% auto;
	}
	.fps .fps-pro .pro-con .pro-text p{
		font-size: 1.1rem;
		margin: 8px 0px;
	}
	.fps .fps-pro2 .pro-top .top-right .pro-img{
		margin: 10% auto 15%;
	}
	.fps .fps-pro .pro-titles h1{
		font-size: 1.8rem;
	}
	.fps .fps-pro3 .pro-con .pro-text p{
		font-size: 1rem;
	}
	.fps .fps-pros .pro-img{
		margin: 0rem;
	}
	.fps .fps-pros .pro-img:nth-child(1){
		margin-right:2%;
	}
	.f .pro-main .land-con{
		margin: 5% auto;
	}
	.f .pro-main .land-con .left-img{
		margin-right: 2%;
	}
	.f .f-detail .detail-two .show-img{
		margin-top: 2%;
	}
	.f .f-detail .detail-four .detail-img{
		flex-wrap: initial;
		align-items: center;
	}
	.f .f-detail .detail-four .detail-img:nth-child(2){
		flex-direction: row-reverse;
	}
	.f .f-detail .detail-four .detail-img .img{
		width: auto;
	  margin:0% 1%;
	}
	.sea .sea-main .land-con{
		margin: 6% auto;
	}
	.sea .sea-main .land-con .pro-item .item-con{
		height:35px;
		line-height: 35px;
	}
	.sea .sea-main .land-con .pro-item .item-con h1{
		font-size: 1.1rem;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .all-con{
		padding: 6% 0%;
	}
	.sea .sea-main .land-con .pro-show .pro-img{
		width: calc(97.5% / 6);
    margin: 1% 0.5% 0% 0%;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-left{
		width:45%;
		margin-right:2%;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-right{
		width:55%;
	}
	.sea .sea-detail .sea-one{
		padding: 3% 0% 5%;
	}
	.sea .sea-detail .sea-one .detail-left .text-title h1{
		font-size: 2.2rem;
	}
	.sea .sea-detail .sea-one .detail-left .left-one{
		width: 63%;
    margin-right: 5%;
	}
	.sea .sea-detail .sea-one .detail-left .left-two{
		width:32%;
	}
	.sea .sea-detail .sea-two .text-title h1{
		font-size: 2.5rem;
		margin-bottom: 3%;
	}
	.sea .sea-detail .sea-three .detail-left .left-con{
		width: 47%;
    margin-right: 3%;
	}
	.sea .sea-detail .sea-three .detail-left .left-con{
		width:50%;
	}
	.sea .sea-detail .sea-three .detail-right{
		align-items: center;
	}
	.cm-add .cm-pro .pro-show .pro-text{
		top:85%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-show{
		padding: 4% 0%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-left{
		width: 40%;
    margin-right: 1.5%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-right{
		width: 58.5%;
	}
	.land .all-fs .pro-one{
		width: 100%;
	}
	.land .all-fs .land-text .text-con p{
		font-size: 1.1rem;
	}
	.land .all-pool .pro-one{
		width:100%;
	}
	.land .pool-apply .apply-slide .slide-text{
		font-size: 0.95rem;
	}
	.cm .pro-main .cm-pro .pro-img{
		width: calc(97% / 4);
    margin-right: 1%;
	}
	.cm .cm-detail .detail-add{
		width:98%;
		margin:0% auto;
	}
	.cm .cm-detail .detail-add .detail-top{
		width: 90%;
	}
	.cm .cm-detail .detail-add .detail-top .land-text .text-con{
		font-size: 0.95rem;
    letter-spacing: -0.2px;
	}
	.cm .cm-detail .detail-four .detail-top .img{
		width: calc(98% / 3);
    margin: 1% 1% 0% 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(3n){
		margin-right: 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(4n){
		margin: 1% 1% 0% 0%;
	}
	.submer .screen-two .screen-con .con-p{
		width: 80%;
	}
	.submer .change-two .pro-two .pro-right .pro-show{
		width: calc(97% / 3);
    margin-right: 1.5%;
		padding: 1.5% 4% 2%;
	}
	.submer .change-two{
		background-size: auto 31%;
	}
	.submer .change-two .pro-three .pro-left{
		width:69%;
		margin: 1% 1% 0% 0%;
	}
	.submer .change-two .pro-three .pro-right{
		width:30%;
	}
	.submer .change-three .pro-two .pro-left .text-con{
		margin: 5% 0% 10%;
	}
	.submer .change-two .pro-three .pro-title h1{
		font-size: 1.6rem;
	}
	.submer .change-one .pro-three .pro-show{
		padding-bottom: 2%;
	}
	.submer .change-four .pro-one .pro-left{
		width: 70%;
    margin-right: 2%;
	}
	.submer .change-four .pro-one .pro-right{
		width: 28%;
	}
	.submer .change-four .pro-one .pro-left .show-top .pro-img{
		width: auto;
    padding: 0% 2%;
	}
	.class .land-pro{
		width: 85%;
		padding: 3% 0% 2%;
	}
	.class .class-detail1 .land-pro{
		padding: 3% 0% 2%;
	}
	.class .class-detail1 .detail-two{
		padding: 0% 0% 2%;
	}
	.class .land-pro .land-text .text-title h1{
		font-size: 2.2rem;
	}
	.class .pro-detail .detail-two .detail-img{
		width:100%;
	}
	.class .class-related{
		width: 100%;
	}
	.class .class-apply{
		width: 100%;
	}
	.class .class-detail2 .land-pro .land-text .text-title h1{
		margin-bottom: 5%;
	}
	.class .class-detail3{
		padding-top: 3%;
	}
	.class .class-detail3 .detail-one .land-text .text-title h1{
		font-size: 2.2rem;
	}
	.class .class-detail4 .detail-one .land-text .text-title h1{
		font-size: 2.2rem;
		margin: 4% 0% 3%;
	}
	.about2 .same-screen .con-img .img{
		width: 35px;
	}
	.about2 .all-about{
		width: 90%;
		margin: 5% auto;
	}
	.about2 .about-history{
		padding: 3% 0% 3.5%;
	}
	.about2 .about-history .all-history{
		width: 90%;
	}
	.about2 .about-history .all-history .slide-con .con-img{
		width:75px;
	}
	.about2 .about-work:before{
		height: 100%;
	}
	.about2 .about-work .all-work{
		width: 90%;
		margin: 0% auto;
	}
	.about2 .about-work .work-top{
		flex-wrap: wrap;
	}
	.about2 .about-work .work-top .work-left{
		width: 80%;
		margin: 5% auto;
		max-width: 896px;
	}
	.about2 .about-work .work-top .work-right{
		width: 90%;
		margin:0% auto 5%;
	}
	.about2 .about-work .work-top .work-right .work-con{
		position: relative;
    content: unset;
    top: unset;
    left: unset;
    margin-bottom: 4%;
	}
	.about2 .about-work .work-top .work-right .work-con .text-p{
		width:100%;
		margin-top:2%;
		line-height: 1.6rem;
	}
	.about2 .about-work .work-top .work-right .work-adv{
		margin-left: -2%;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-img .img{
		width: 88px;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-text h2{
		font-size: 1.1rem;
		margin: 8% 0% 5%;
	}
	.about2 .about-work .work-bottom{
		width: 100%;
    margin: 1% auto;
	}
	.about2 .about-exhibi .all-about{
		margin: 2% auto;
	}
	.about2 .about-exhibi .exhibi-text .text-p{
		width:68%;
	}
	.about2 .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:300px;
	}
	.cataloge .cata-down{
		width:90%;
		margin: 5% auto 8%;
	}
	.cataloge .cata-down .down-con{
		width:calc(96% / 3);
		box-shadow: 0px 0px 10px rgb(33,33,33,0.27);
	}
	.cataloge .cata-down .down-con:nth-child(2){
		margin: 0% 2%;
	}
	.cataloge .cata-down .con-img{
		width:100%;
	}
	.cataloge .cata-down .con-text h1{
		font-size: 1.4rem;
	}
	.show-form .download{
		width: 70%;
	}
	.contact .contact-con .all-contact{
		width: 90%;
	}
	.contact .footer .foot-nav{
		width: 90%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form{
		width: 50%;
    padding:5% 3% 3%;
	}
	.contact .contact-con .all-contact .contact-top .contact-map{
		width: 44%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-h h1{
		font-size: 2.8rem;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-p{
		font-size: 1.1rem;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form{
		margin-top: 6%;
	}
	.contact .footer .foot-nav .foot-item{
		justify-content: space-between;
	}
	.contact .footer .foot-nav .foot-item .foot-logo{
		display: none;
	}
	.home .footer-contact{
		padding-top: 7%;
	}
	.same-contact{
		padding: 3% 0%;
	}
	.footer-contact .all-contact{
		width: 86%;
	}
	.footer .foot-nav{
		width: 90%;
	}
	.footer .foot-nav .foot-logo{
		padding: 3% 2%;
	}
	.footer .foot-nav .all-nav{
		padding: 3% 2%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width: 25%;
	}
	.footer .foot-nav .all-nav .nav-two{
		width: 20%;
   
	}
	.duiqi{text-align:right;}
	.duiqi2{float:right;}
	.footer .foot-nav .all-nav .nav-three{
		width: 30%;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .img{
		width: 15px;
		margin:2px 10px 0px 0px;
  }
  .footer .foot-nav .all-nav .nav-con .msg-con .con{
  	width:calc(100% - 25px);
  }
	.footer .foot-nav .all-nav .nav-con .msg-con .con p{
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con p br{
		display: none;
	} 
	.footer .foot-nav .all-nav .nav-con .msg-con .con h1{
		font-size: 1rem;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.home .home-screen .slide-content .slide-con{
		transform: translate(0%,-50%);
		top: 50%;
		left: 8%;
	}
	.home .home-screen .slide-content .slide-con .screen-title h1{
		font-size: 2.5rem;
	}
	.home .home-screen .slide-content .slide-con .screen-con p{
		font-size: 0.85rem;
    line-height: 1.4rem;
	}
	.screen-btn p{
		font-size: 0.95rem;
		height: 30px;
		line-height: 30px;
		padding: 0px 25px;
	}
	.home .home-screen .swiper-container .swiper-pagination{
		top: 32%;
    left: -8%;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet{
		font-size: 0.95rem;
    margin: 0px 10px;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet:before{
		top: 115%;
	}
	.home .home-screen .slide-one .slide-content .slide-con{
		display: block;
    top: 40%;
    width: 90%;
    max-width: unset;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-change{
		position: relative;
		content:unset;
		transform:unset;
		top:unset;
		left:unset;
		width: 100%;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-con{
		width: 60%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-one .slide-content .slide-text{
		top: 70%;
    left: 10%;
    width: 50%;
	}
	.home .home-screen .slide-one .slide-content .slide-text p{
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	.home .home-screen .slide-two .slide-content .slide-con{
		top: 35%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 70%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-three .slide-content .slide-con{
		top: 40%;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-title h1{
		font-size: 1.6rem;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-con{
		width:70%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-two .slide-content .slide-con{
		top: 35%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 70%;
    margin: 3% 0% 6%;
	}
	.home .home-screen .slide-three .slide-content .slide-con{
		top: 40%;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-con{
		width: 45%;
	}
	.home .home-screen .slide-four .slide-content .slide-con{
		top: 30%;
	}
	.home .home-screen .slide-five .slide-content .slide-con{
		top: 50%;
	}
	.home .home-screen .slide-six .slide-content .slide-con{
		top: 50%;
	}
	.home .home-screen .slide-six .slide-content .slide-con .screen-con{
		width:80%;
	}
	.home .home-screen .slide-seven .slide-content .slide-con{
		width: 35%;
	}
	.home .home-product .all-pro{
		width: 98%;
		margin: 5% auto;

	}
	.home .home-product .all-pro .pro-left{
		width: 40%;
	}
	.home .home-product .all-pro .pro-left .pro-nav{
		padding: 13% 7% 8% 5%;
	}
	.home .home-product .all-pro .pro-left .pro-nav .same-title h1{
		font-size: 1.6rem;
		letter-spacing: 0.5px;
		font-weight: unset;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item-h h1{
		font-size: 1.05rem;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item .item-circle{
		width: 5px;
    height: 5px;
    margin: 4px 10px 0px 0px;
	}
	.home .home-product .all-pro .pro-right .right-con .con-p p{
		font-size: 0.95rem;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn a{
		margin: 5% 2% 10% 0%;
		align-items:initial;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn .btn-img{
		width: 28px;
    margin-right: 20px;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn .btn-p{
		font-size: 1.1rem;
	}
	.home .home-product .all-pro .pro-right .right-pro{
		margin-left: -4%;
    margin-right: -5%;
	}
	.home .home-product .all-pro .pro-right .right-pro .right-img:nth-child(1){
		margin-right: 0%;
	}
	.home .home-product .all-pro .pro-right .right-pro .same-btn{
		width:80%;
	}
	.home .home-product .all-pro .pro-right .right-pro .same-btn p{
		padding: 0px;
	}
	.same-title h1{
		font-size: 1.8rem;
	}
	.home .home-workshop .all-work{
		width: 90%;
		margin: 7% auto 6%;
	}
	.home .home-workshop .all-work .work-msg{
		width: 100%;
    margin:1% auto;
	}
	.home .home-workshop .all-work .work-msg a{
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}
	.home .home-workshop .all-work .work-msg .work-img{
		width:333px;
		margin-right:5%;
	}
	.home .home-workshop .all-work .work-msg .work-con{
		width: calc(92% - 333px);
    padding: 0%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-title h1{
		font-size: 1.5rem;
		letter-spacing: 0.5px;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-p p{
		font-size: 1rem;
		line-height: 1.6rem;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn{
		position: relative;
    left: unset;
    bottom: unset;
    margin-top: 7%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn .img{
		width: 28px;
	}
	.home .same-btn p{
		font-size: 1.1rem;
		padding: 0px 40px;
	}
	.home .home-exhibite .all-exhibite{
		width: 75%;
		margin: 7% auto 8%;
		flex-wrap: wrap;
	}
	.home .home-exhibite .all-exhibite .exhibite-left{
		width: 100%;
    margin:0% auto 6%;
	}
	.home .home-exhibite .all-exhibite .exhibite-right{
		width: 100%;
	}
	.home .home-exhibite .all-exhibite .exhibite-left .con-p p{
		margin: 3% 0% 5%;
		line-height: 1.5rem;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .same-btn p{
 		font-size: 1rem;
    padding: 0px 30px;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .con-logo{
 		width: 40%;
    max-width: 143px;
 	}
	.home .home-service .all-service{
		width: 75%;
		margin: 6% auto 7%;
	}
	.home .home-service .all-service .service-content{
		margin-top: 2%;
		flex-wrap: wrap;
	}
	.home .home-service .all-service .service-content .service-msg{
		width: calc(98% / 2);
    margin: 2% 2% 2% 0%;
    padding: 5% 3% 2.5%;
   	box-sizing: border-box;
	}
	.home .home-service .all-service .service-content .service-msg:nth-child(2n){
		margin-right: 0%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-img{
		width: 55%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-h h1{
		font-size: 1.2rem;
		margin: 12% 0% 4%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-p p{
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
	.home .home-about{
		background-size: auto 100%;
	}
	.home .home-about .home-cor{
		padding: 2% 0%;
	}
	.home .home-about .home-cor .all-cor{
		width: 45%;
    margin-left: 5%;
	}
	.home .home-about .home-cor .all-cor .title-img{
		top: 48%;
		right: -5%;
	}
	.home .home-about .home-cor .all-cor .title-img .img{
		width: 32px;
	}
	.home .home-about .home-cor .all-cor .cor-con p{
		letter-spacing: 0.5px;
		font-size: 1rem;
		line-height: 1.5rem;
		margin: 8% 0%;
	}
	.home .home-about .home-cor .cor-person{
		width: 55%;
    margin: 0% 1% -12.5% 0%;
	}
	.same-screen .screen-con .con-title h1{
		font-size: 2.5rem;
	}
	.same-contact .all-contact .contact-title p{
		font-size: 0.9rem;
	}
	.same-screen .screen-con .con-p{
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	.same-screen .con-img{
		bottom: 8%;
	}
	.same-screen .con-img .img{
		width:35px;
	}
	.allPro .allPro-con{
		width: 95%;
		margin: 5% auto 7%;
	}
	.allPro .allPro-con .allPro-img .img-con{
		padding:1% 0% 3%; 
	}
	.allPro .allPro-con .allPro-img .img-con .img{
		padding:0% 2%;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h{
		bottom: 8%;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1{
		font-size: 1rem;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1:before{
		width: 50px;
	}
	.allPro .allPro-con .allPro-page .page h1{
		font-size: 1rem;
		width: 38px;
    height: 38px;
	}
	.product .product-info{
		padding-top: 5%;
	}
	.product .product-content .product-con{
		width: 90%;
	}
	.product .product-info .product-con{
		width: 80%;
    margin: 0% auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.product .product-info .product-con .pro-right{
		width:88%;
		margin:0% auto;
		max-width: 514px;
	}
	.product .product-info .product-con .pro-left{
		width:100%;
		margin:5% auto 8%;
	}
	.product .product-info .product-con .pro-left .pro-con{
		width: 100%;
		font-size: 1rem;
		margin: 3% 0% 5% 0%;
		line-height: 1.5rem;
	}
	.product .product-info .product-con .pro-left .pro-con .con-p{
		margin-bottom: 0.8rem;
	}
	.product .product-para .para-title .title-text{
		margin-right: 3.5rem;
		padding: 1.5rem 0rem 1.2rem;
		border-bottom: 3px solid transparent;
	}
	.product .product-para .para-title .title-text h1{
		font-size: 1.1rem;
	}
	.product .product-para .bottom-img .slide-two .para-img{
		width: 90%;
	}
	.product .product-para .bottom-img .swiper-slide .para-img .img:nth-child(2){
		margin-left: 3%;
	}
	.product .product-similar .pro-similar{
		position: relative;
	}
	.product .product-similar .pro-similar .swiper-container{
		position: unset;
		padding: 0%;
	}
	.product .product-similar .pro-similar .con-text p{
		width:80%;
		font-size: 0.95rem;
		height: 28px;
    line-height: 28px;
    padding: 0px;
	}
	.product .product-similar .pro-similar .prev-next:after{
		font-size: 1.6rem;
	}
	.product .product-similar .pro-similar .swiper-button-prev{
		left: -2%;
	}
	.product .product-similar .pro-similar .swiper-button-next{
		right:-2%;
	}
	.land .same-screen .screen-con .con-title h1{
		font-size: 2rem;
	}
	.land .same-screen .screen-con .con-p{
		font-size: 0.8rem;
		line-height: 1.3rem;
		margin-top: 1%;
	}
	.land .same-screen .con-img{
		bottom: 8%;
	}
	.land .same-screen .con-img .img{
		width: 28px;
	}
	.land .land-con{
		width: 90%;
	}
	.land .land-pro .land-same{
		margin: 4.5% auto;
	}
	.same-btn2 p{
		font-size: 1.1rem;
		padding:0px 30px;
	}
	.land .pro-text h1{
		font-size: 1.1rem;
	}
	.land .land-house .all-house .pro-show{
		width: 49%;
	}
	.land .land-house .all-house .pro-show:nth-child(1){
		margin-right: 2%;
	}
	.land .land-house .land-same .pro-left{
		width: 49.5%;
	}
	.land .land-house .land-same .pro-right{
		width: 49.5%;
	}
	.land .land-house .all-house .pro-two .pro-right{
		margin: 0% 0% 0% 1%;
	}
	.land .land-house .all-house .pro-right{
		margin: 0% 1% 0% 0%;
	}
	.land .land-house .all-house .pro-one{
		margin-bottom: 1%;
	}
	.land .land-house .all-house .pro-one .pro-left .land-text{
		display: none;
	}
	.land .land-house .land-same .pro-one .pro-right{
		width:61.8%;
		margin-right:1%;
	}
	.land .land-house .land-same .pro-one .pro-left{
		width:37.2%;
	}
	.land .land-house .all-house .pro-one .pro-left .land-img{
		width: 100%;
	}
	.land .land-text .text-title h1{
		font-size: 1.8rem;
	}
	.land .land-text .text-con{
		font-size: 0.9rem;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text{
		width:95%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-con{
		width: 100%;
    margin-top: 3%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-logo{
		display: none;
	}
	.land .land-civil .all-civil .pro-one .pro-right .pro-show{
		width: 49%;
    margin: 0% 2% 0% 0%;
	}
	.land .land-civil .all-civil .pro-one .pro-right .show-top{
		margin-bottom: 2%;
	}
	.land .land-choose{
		padding: 4% 0% 3.5%;
	}
	.land .land-choose:before{
		height:15%;
	}
	.land .land-choose .all-choose{
		flex-wrap: wrap;
	}
	.land .land-choose .all-choose .choose-left{
		width: 88%;
    margin: 0% auto 5%;
    max-width: 811px;
	}
	.land .land-choose .all-choose .choose-right{
		width: 100%;
    margin: 0% auto;
	}
	.land .land-choose .all-choose .choose-right .right-title h1{
		font-size: 2rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv{
		margin-top: 3%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con{
		width: calc(97% / 4);
    margin: 0% 1% 0% 0%;
    padding: 2% 1%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con:nth-child(2){
		margin: 0% 1% 0% 0%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con h1{
		font-size: 1.1rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con p{
		margin-top: 5px;
	}
	.land .land-choose .all-choose .choose-right .right-brand{
		position: relative;
    width: 80%;
    margin: 5% auto 0%;
	}
	.land .land-work .all-work .work-one{
		width: 100%;
    margin:5% auto;
	}
	.land .land-work .all-work .work-one .work-img{
		width: calc(50% - 5px);
	}
	.land .land-work .all-work .work-one .work-img:nth-child(1){
		margin-right: 10px;
	}
	.land .land-work .all-work .work-two{
		flex-wrap: wrap;
		padding-bottom: 3%;
	}
	.land .land-work .all-work .work-two:before{
		height:25%;
	}
	.land .land-work .all-work .work-two .work-left{
		width: 85%;
    margin: 0% auto 5%;
    max-width: 789px;
	}
	.land .land-work .all-work .work-two .work-right{
		width:100%;
	}
	.land .land-work .all-work .work-two .work-right .work-con{
		position: relative;
    left: unset;
    width: 85%;
    bottom: unset;
    margin: 0% auto 3%;
	}
	.land .land-work .all-work .work-two .work-right .work-con .text-title{
		margin-bottom: 2%;
	}
	.land .land-work .all-work .work-two .work-left .work-logo{
		display: none;
	}
	.land .land-work .all-work .work-two .work-right .work-img .img:nth-child(1){
		margin-right: 4px;
	}
	.land .same-room .all-room{
		width:98%;
	}
	.same-room .all-room .room-left{
		width: calc(40% - 2px);
    margin-right: 4px;
	}
	.same-room .all-room .room-right{
		width: calc(60% - 2px);
	}
	.same-room .all-room .room-left .left-text .line{
		width: 60px;
		margin-left: 1rem;
	}
	.same-room .all-room .room-right .room-img .img-rotate{
		margin: 4px;
	}
	.land .land-company{
		padding: 5% 0%;
		background-size: auto 100%;
	}
	.land .land-company .land-adv .adv-detail{
		width: calc(94% / 3);
    margin-right: 3%;
		padding: 2% 1%;
	}
	.land .land-company .land-adv .adv-detail .adv-h h1{
		font-size: 2.5rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2{
		font-size: 1.1rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2 sup{
		font-size: 0.8rem;
	}
	.land .land-company .land-adv .adv-detail .adv-p{
		margin-top:3%;
	}
	.land .land-company .land-adv .adv-detail .adv-img{
		top: -15px;
    right: -15px;
    width: 40px;
	}
	.land .land-company .land-profile{
		flex-wrap: wrap;
		align-items: center;
	}
	.land .land-company .land-profile .profile-left{
		width: 100%;
		margin:0% auto;
	}
	.land .land-company .land-profile .profile-right{
		width: 95%;
		margin:5% auto 0%;
		max-width: 800px;
	}
	.land .land-company .land-profile .profile-right .text-title{
		margin-bottom: 2.5%;
	}
	.land .land-company .land-profile .profile-right .text-con p:nth-child(1){
		margin-bottom: 1%;
	}
	.land .land-company .land-profile .profile-right .right-btn a{
		position: relative;
		content:unset;
		left:unset;
		bottom:unset;
		margin-top:3%;
		justify-content: flex-end;
	}
	.land .land-borehole .pro-one .pro-left .text-logo{
		display: none;
	}
	.land .land-borehole .pro-one .pro-right .pro-show:nth-child(1){
		margin-right: 2%;
	}
	.land .land-borehole .pro-two{
		margin-top: -20%;
	}
	.land .land-borehole .pro-two .pro-left .text-con{
		width: 49%;
	}
	.land .land-borehole .pro-two .pro-right .pro-show{
		margin-right: 1%;
	}
	.land .land-dewater{
		background-size: auto 28%;
	}
	.land .land-dewater .pro-one .pro-left .text-title h1{
		font-size: 1.8rem;
	}
	.land .land-dewater .pro-one .pro-left .text-con{
		width: 100%;
		margin: 5% 0%;
	}
	.land .land-dewater .pro-one .pro-left .screen-btn p{
		font-size: 1rem;
    height: 32px;
    line-height: 32px;
    padding: 0px 30px;
	} 
	.land .land-dewater .pro-one .pro-left .land-detail{
		display: none;
		bottom: 5%;
		width:100%;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .con-img{
		width: 25px;
    margin: 0px 5px 0px 0px;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .con-p{
		font-size: 0.9rem;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .detail-con:nth-child(2){
		margin: 0px 10px;
	}
	.land .land-dewater .pro-three .pro-left .land-text{
		margin-left: 5%;
	}
	.land .land-dewater .pro-three .pro-left .land-text .text-title h1{
		letter-spacing:-0.5px;
	}
	.land .land-dewater .pro-three .pro-left .land-text .text-con{
		margin-top: 5%;
	}
	.land .land-dewater .pro-three .pro-left .land-bc{
		width: 200%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left .text-logo{
		display: none;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-right .pro-show{
		width: 49.25%;
    margin-right: 1.5%;
	}
	.land .land-bathtub .all-bathtub .pro-two .pro-right .pro-show:nth-child(1){
		margin-right: 1%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left{
		width: 40%;
    margin-left: 2%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left .text-con{
		margin: 0% auto 8%;
	}
	.land .same-btn{
		height: 30px;
    line-height: 30px;
	}
	.land .same-btn2 p{
		font-size: 1rem;
    padding: 0px 28px;
	}
	.land .land-swim .all-swim .pro-one .pro-right .pro-show{
		width: calc(97% / 4);
    margin-right: 1%;
	}
	.land .land-swim .all-swim .pro-two{
		margin-top: 1%;
	}
	.land .land-swim .all-swim .pro-two .pro-left{
		width: 49.5%;
    margin-right: 1%;
	}
	.land .land-swim .all-swim .pro-two .pro-left .pro-show{
		width: 49%;
    margin-right: 2%;
	}
	.land .land-swim .all-swim .pro-two .pro-right{
		width: 49%;
	}
	.land .land-swim .all-swim .pro-two .pro-right .land-text{
		width: 95%;
	}
	.land .land-swim .all-swim .pro-two .pro-right .land-text .text-con{
		margin: 3% auto;
    line-height: 1.3rem;
	}
	.land .pro-main .land-con .pro-right .right-img{
		display: none;
	}
	.land .pro-main .land-con{
		margin: 4% auto;
	}
	.land .pro-main .land-con .pro-left{
		width: 55%;
    margin-right: 3%;
	}
	.land .pro-main .land-con .pro-right{
		width:42%;
	}
	.land .pro-main .land-con .pro-right .land-text .text-title h1{
		font-size: 1.5rem;
		letter-spacing: 0.5px;
	}
	.land-pros .land-text .text-title h1{
		font-size: 1.8rem;
	}
	.land-pros .land-text .text-con{
		font-size: 0.9rem;
    letter-spacing: 0px;
    line-height: 1.5rem;
	}
	.land .pro-main .land-con .pro-right .right-con .land-text{
		margin-bottom: 8%;
	}
	.land .pro-main .land-con .pro-right .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land-pros .land-pro{
		padding: 4% 0%;
	}
	.land-pros .pro-detail .detail-one .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land-pros .pro-detail .detail-three .land-con{
		width: 98%;
	}
	.land .pro-detail .detail-three .detail-left{
		width: 38.5%;
    margin-right: 0.5%;
	}
	.land-pros .pro-detail .detail-three .text-title h1{
		margin: 2% 0% 8%;
	}
	.land .pro-detail .detail-three .detail-left .detail-img .imgs:nth-child(1){
		margin-bottom: 5px;
	}
	.land .pro-detail .detail-three .detail-left .detail-img .imgs .img:nth-child(1){
		margin-right: 5px;
	}
	.land-pros .pro-apply .apply-con p{
		font-size: 0.95rem;
		padding-left:0.8rem;
	}
	.land-pros .pro-apply .apply-con p:before{
		top: 7px;
    width: 5px;
    height: 5px;
	}
	.land-pros .pro-related .land-text .text-title h1{
		margin-bottom: 3%;
	}
	.land-pros .pro-related .related-slide p{
		font-size: 1.1rem;
	}
	.land-pros .pro-related .related-slide .swiper-container .swiper-pagination-bullet{
		width: 6px;
    height: 6px;
	}
	.land .pro-detail .detail-two .detail-img{
		width:98%;
		margin:0% auto;
	}
	.land-pros .pro-detail .detail-two .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-five .detail-img{
		width: 100%;
	}
	.land .pro-detail .detail-five .detail-img .img{
		width: calc(98% / 5);
    margin: 2.5% 0.5% 0% 0%;
	}
	.land .pro-detail .detail-five .detail-img .img:nth-child(5n){
		margin: 2.5% 0% 0% 0%;
	}
	.land-pros .pro-apply .land-text .text-title h1{
		margin-bottom: 2.5%;
	}
	.fps .pro-main .land-con{
		width: 90%;
	}
	.fps .pro-main .land-con .pro-right .right-img{
		left: 110%;
	}
	.fps .pro-detail .detail-three .land-con{
		width: 95%;
	}
	.fps .pro-detail .detail-three .detail-left{
		width: 45%;
    margin-right: 1%;
    margin-left: -2%;
	}
	.fps .pro-apply .apply-con .con-detail .con-text p{
		font-size: 0.9rem;
		padding-left: 0.8rem;
	}
	.fps .pro-apply .apply-con .con-detail .con-text p:before{
		top: 8px;
    width: 4px;
    height: 4px;
	}
	.land .pro-detail .detail-four .detail-img .img{
		width: calc(97% / 4);
    margin: 1% 1% 0% 0%;
	}
	.land .pro-detail .detail-four .detail-img .img:nth-child(4n){
		margin: 1% 0% 0% 0%;
	}
	.hvs .pro-main .land-con .pro-left{
		width: 80%;
    margin: 0% auto -5%;
	}
	.hvs .hvs-detail .detail-two .detail-chart .img:nth-child(1){
		margin-right: -5%;
	}
	.stp .pro-apply .detail-img .img:nth-child(1){
		margin-right:0%;
	}
	.spsn .pro-main .land-con .pro-left{
		width: 80%;
    margin: 0% auto -3%;
	}
	.spsn .spsn-detail .detail-two .detail-chart .img:nth-child(1){
		margin-right: -5%;
	}
	.BSQG .pro-main .land-con .pro-right .right-con{
		width: 100%;
	}
	.BSQG .pro-main .land-con .pro-right .right-con:nth-last-child(1){
		width: 100%;
	}
	.land-pros .pro-video .land-con{
		width: 98%;
	}
	.land-pros .pro-video .land-con .detail-right .land-text{
		margin: 4% 0%;
	}
	.land-pros .pro-video .land-con .detail-right .right-title h1{
		font-size: 1.5rem;
	}
	.land-pros .pro-video .land-con .detail-right .land-text .text-title h1{
		font-size: 1.2rem;
  }
	.land-pros .pro-video .land-con .detail-right .land-text .text-con{
		line-height: 1.3rem;
	}
	.land-pros .pro-video .land-con .detail-right .screen-btn p{
		height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
	}
	.land-pros .pro-video .land-con .detail-right .btn-p{
		display: none;
	}
	.BSQG .pro-detail .detail-two .detail-chart .img{
		margin-left:-20%;
	}
	.land .pro-detail .detail-six .land-con{
		align-items: flex-end;
	}
	.land .pro-detail .detail-six .land-con .detail-left .text-title h1{
		font-size: 1.1rem;
    font-weight: 100;
    letter-spacing: 0px;
		padding: 0.8rem 0rem;
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-six .land-con .detail-left{
		width: 32.4%;
    margin-right: 0.6%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-img{
		width: calc(99% / 2);
    margin: 0% 1% 1% 0%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-bottom{
		margin-bottom: 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img{
		width: calc(99% / 2);
    margin: 1% 1% 0% 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img:nth-child(2){
		margin: 1% 0% 0% 0%;
	}
	.fps .same-screen .con-img{
		bottom: 17%;
	}
	.fps .fps-pro1 .all-pro{
		margin: 3% auto 0%;
	}
	.fps .fps-pro2{
		padding: 2% 0% 0.5%;
	}
	.fps .fps-pro3 .pro-imgs{
		margin: 5% auto;
	}
	.fps .fps-pro1 .all-pro .pro-con{
		margin: 5% auto;
	}
	.fps .fps-pro .pro-con .pro-title h1{
		margin-bottom: 1%;
	}
	.fps .fps-pro .pro-con .pro-text p{
		font-size: 1rem;
		margin: 5px 0px;
	}
	.fps .fps-pro2 .pro-top .top-left{
		width: 40%;
    margin-right: 4%;
	}
	.fps .fps-pro2 .pro-top .top-right{
		width:56%;
	}
	.fps .fps-pro2 .pro-top .top-right .pro-img{
		margin: 10% auto 15%;
	}
	.fps .fps-pro .pro-titles h1{
		font-size: 1.8rem;
	}
	.fps .fps-pro3 .pro-con .pro-text p{
		font-size: 1rem;
	}
	.fps .fps-pros .pro-img{
		margin: 0rem;
	}
	.fps .fps-pros .pro-img:nth-child(1){
		margin-right:2%;
	}
	.f .pro-main .land-con{
		margin: 4% auto;
	}
	.f .pro-main .land-con .left-img{
		margin-right: 1%;
	}
	.f .pro-detail .detail-two .land-text .text-title h1{
		font-size: 1.8rem;
	}
	.f .f-detail .detail-two .show-img{
		margin-top: 2%;
	}
	.f .f-detail .detail-four .detail-img{
		width:98%;
		margin:0% auto;
		flex-wrap: initial;
		align-items: center;
	}
	.f .f-detail .detail-four .detail-img:nth-child(2){
		flex-direction: row-reverse;
	}
	.f .f-detail .detail-four .detail-img .img{
		width: auto;
	  margin: 0%;
	}
	.f .f-detail .detail-six .all-detail .detail-img{
		width:98%;
		margin:0% auto;
	}
	.f .f-detail .detail-six .detail-img .img{
		width: auto;
	  margin: 0%;
	}
	.sea .sea-main .land-con{
		margin: 7% auto;
	}
	.sea .sea-main .land-con .pro-item .item-con{
		height:33px;
		line-height: 33px;
	}
	.sea .sea-main .land-con .pro-item .item-con h1{
		font-size: 1.1rem;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .all-con{
		padding: 6% 0%;
	}
	.sea .sea-main .land-con .pro-detail .detail-case .con-left h1{
		font-size: 1.5rem;
    letter-spacing: 0px;
	}
	.sea .land-con .text-con p{
		margin-bottom:5px;
	}
	.sea .sea-main .land-con .pro-show .pro-img{
		width: calc(97.5% / 6);
    margin: 1% 0.5% 0% 0%;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-left{
		width:45%;
		margin-right:2%;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-right{
		width:55%;
	}
	.sea .sea-detail .sea-one{
		padding: 4% 0% 5%;
	}
	.sea .sea-detail .sea-one .detail-left .text-title h1{
		font-size: 2rem;
	}
	.sea .sea-detail .sea-one .detail-left .left-one{
		width: 63%;
    margin-right: 5%;
	}
	.sea .sea-detail .sea-one .detail-left .left-two{
		width:32%;
	}
	.sea .sea-detail .sea-two .land-con{
		margin-top: -13%;
	}
	.sea .sea-detail .sea-two .text-title h1{
		font-size: 2.2rem;
		margin-bottom: 3%;
	}
	.sea .sea-detail .sea-three .detail-left .left-con{
		width: 47%;
    margin-right: 3%;
	}
	.sea .sea-detail .sea-three .detail-left .left-con{
		width:50%;
	}
	.sea .sea-detail .sea-three .detail-left .left-con .text-title h1{
		font-size: 1.5rem;
    letter-spacing: 0px;
	}
	.sea .sea-detail .sea-three .detail-left .left-con .text-con{
		width:100%;
	}
	.sea .sea-detail .sea-three .detail-right{
		align-items: center;
	}
	.cm-add .cm-pro .pro-show .pro-text{
		top:85%;
	}
	.cm-add .add-pro .pro-show:nth-child(2){
		margin: 0% 1%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-show{
		padding: 5% 0% 7%; 
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-left{
		width: 40%;
    margin-right: 1.5%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-right{
		width: 58.5%;
	}
	.land .all-fs .pro-one{
		width: 100%;
	}
	.land .all-fs .land-text .text-con p{
		font-size: 1rem;
		line-height:1.6rem;
	}
	.land .all-pool .pro-one{
		width:100%;
	}
	.land .pool-apply .apply-slide .slide-text{
		font-size: 0.95rem;
	}
	.cm .pro-main .cm-pro .pro-img{
		width: calc(97% / 4);
    margin-right: 1%;
	}
	.cm .cm-detail .detail-add{
		width:98%;
		margin:0% auto;
	}
	.cm .cm-detail .detail-add .detail-top{
		width: 100%;
	}
	.cm .cm-detail .detail-add .detail-top .land-text .text-con{
		font-size: 0.95rem;
    letter-spacing: -0.2px;
	}
	.cm .cm-detail .detail-four .detail-top .img{
		width: calc(98% / 3);
    margin: 1% 1% 0% 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(3n){
		margin-right: 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(4n){
		margin: 1% 1% 0% 0%;
	}
	.submer .screen-two .screen-con .con-p{
		width: 95%;
	}
	.submer .change-two .pro-two .pro-right .pro-show{
		width: calc(97% / 3);
    margin-right: 1.5%;
		padding: 1.5% 0% 2%;
	}
	.submer .change-two .pro-two .pro-right .pro-show .pro-img{
		width: auto;
    padding: 0% 12%;
	}
	.submer .change-two .pro-three .pro-left{
		width:69%;
		margin: 1% 1% 0% 0%;
	}
	.submer .change-two .pro-three .pro-right{
		width:30%;
	}
	.submer .change-three .pro-one .pro-right .pro-show{
		padding: 2% 2% 3%;
	}
	.submer .change-three .pro-two .pro-right .detail-img:nth-child(1){
		margin-right: 0.5rem;
	}
	.submer .change-three .pro-two .pro-left .text-con{
		margin: 3% 0% 7%;
	}
	.submer .change-three .pro-two .pro-left .land-text{
		margin-bottom: 8%;
	}
	.submer .change-three .pro-two .pro-left .land-text h1{
		font-size: 1.6rem;
	}
	.submer .change-two .pro-three .pro-title h1{
		font-size: 1.6rem;
		letter-spacing: 0px;
	}
	.submer .change-one .pro-three:before{
		content: unset;
	}
	.submer .change-one .pro-three .pro-show{
		padding-bottom: 2%;
	}
	.submer .change-one .pro-three .pro-right{
		flex-wrap: wrap;
	}
	.submer .change-one .pro-three .pro-right .pro-show{
		width: calc(90% / 2);
    margin: 2% 2% 2% 0%;
    padding: 2%;
    background-color: #f8f8f8;
	}
	.submer .change-one .pro-three .pro-right .pro-show:nth-child(2n){
		margin: 2% 0% 2% 0%;
	}
	.submer .change-four .pro-one .pro-left{
		width: 70%;
    margin-right: 2%;
	}
	.submer .change-four .pro-one .pro-right{
		width: 28%;
	}
	.submer .change-four .pro-one .pro-left .show-top .pro-img{
		width: auto;
    padding: 0% 2%;
	}
	.class .land-pro{
		width: 88%;
		margin: 2% auto;
		padding: 3% 0% 2%;
	}
	.class .class-detail1 .land-pro{
		padding: 3% 0% 2%;
	}
	.class .class-detail1 .detail-two{
		padding: 1% 0% 4%;
	}
	.class .land-pro .land-text .text-title h1{
		font-size: 2rem;
		letter-spacing: 0.5px;
	}
	.class .class-detail1 .land-pro .pro-text h1{
		font-size: 1.2rem;
	}
	.class .pro-detail .detail-two .detail-img{
		width:100%;
	}
	.class .class-related{
		width: 100%;
	}
	.class .class-apply{
		width: 100%;
	}
	.class .class-detail2 .land-pro .land-text .text-title h1{
		margin-bottom: 5%;
	}
	.class .class-detail3{
		padding-top: 3%;
	}
	.class .class-detail3 .detail-one .land-text .text-title h1{
		font-size: 2rem;
	}
	.class .class-detail4 .detail-one .land-text .text-title h1{
		font-size: 2rem;
		margin: 4% 0% 3%;
	}
	.about2 .same-screen .con-img .img{
		width: 35px;
	}
	.about2 .all-about{
		width: 90%;
		margin: 5% auto;
	}
	.about2 .about-profile .all-profile{
		flex-wrap: wrap;
	}
	.about2 .about-profile .all-profile .profile-left{
		width:100%;
		margin:0% auto;
		max-width: 609px;
	}
	.about2 .about-profile .all-profile .profile-right{
		width:100%;
		margin:5% auto 0%;
		max-width: 800px;
	}
	.about2 .about-profile .all-profile .profile-right .con-text .text-p{
		margin: 2% 0% 4%;
		line-height: 1.6rem;
	}
	.about2 .about-profile .all-profile .con-text .text-btn{
		display: none;
	}
	.about2 .about-history{
		padding: 3.5% 0% 4%;
	}
	.about2 .about-history .all-history{
		width: 90%;
	}
	.about2 .about-history .all-history .history-title{
		margin-bottom: 2%;
	}
	.about2 .about-history .all-history .slide-one .slide-con .con-text .text-h h1{
		font-size: 1.4rem;
	}
	.about2 .about-history .all-history .slide-con .con-img{
		width:75px;
	}
	.about2 .about-work:before{
		height: 100%;
	}
	.about2 .about-work .all-work{
		width: 90%;
		margin: 0% auto;
	}
	.about2 .about-work .work-top{
		flex-wrap: wrap;
	}
	.about2 .about-work .work-top .work-left{
		width: 100%;
		margin: 5% auto;
		max-width: 896px;
	}
	.about2 .about-work .work-top .work-right{
		width: 100%;
		margin:0% auto 5%;
	}
	.about2 .about-work .work-top .work-right .work-con{
		position: relative;
    content: unset;
    top: unset;
    left: unset;
    margin-bottom: 4%;
	}
	.about2 .about-work .work-top .work-right .work-con .text-p{
		width:100%;
		margin-top:2%;
		line-height: 1.6rem;
	}
	.about2 .about-work .work-top .work-right .work-adv{
		margin-left: -2%;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-img .img{
		width: 88px;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-text h2{
		font-size: 1.1rem;
		margin: 8% 0% 5%;
	}
	.about2 .about-work .work-bottom{
		width: 100%;
    margin: 1% auto;
	}
	.about2 .about-exhibi .all-about{
		margin: 2% auto;
	}
	.about2 .about-exhibi .exhibi-text .text-p{
		width:68%;
	}
	.about2 .about-certifi .all-certifi{
		width: 95%;
	}
	.about2 .about-certifi .all-certifi .certifi-title h1{
		font-size: 2.5rem;
	}
	.about2 .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:280px;
	}
	.cataloge .cata-down{
		width:95%;
		margin: 5% auto 8%;
	}
	.cataloge .cata-down .down-con{
		width:calc(96% / 3);
		box-shadow: 0px 0px 5px rgb(33,33,33,0.2);
	}
	.cataloge .cata-down .down-con:nth-child(2){
		margin: 0% 2%;
	}
	.cataloge .cata-down .con-img{
		width:100%;
	}
	.cataloge .cata-down .con-text h1{
		font-size: 1.2rem;
	}
	.show-form .download{
		width: 75%;
	}
	.contact .contact-con .all-contact{
		width: 90%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form{
		width: 86%;
    padding:5% 7%;
	}
	.contact .contact-con .all-contact .contact-top .contact-map{
		position: relative;
		content: unset;
    top: unset;
    right: unset;
    width:100%;
    height: 350px;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-h h1{
		font-size: 2.5rem;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-p{
		font-size: 1rem;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form{
		margin-top: 6%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-btn{
		margin-top: 1rem;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con p br{
		display: none;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg:nth-child(2) .msg-detail:nth-child(2) h1{
		font-size: 0.95rem;
	}
	.contact .footer .foot-nav{
		width: 95%;
		padding: 2% 0%;
	}
	.contact .footer .foot-nav .foot-item{
		justify-content: space-between;
	}
	.contact .footer .foot-nav .foot-item .foot-logo{
		display: none;
	}
	.contact .footer .foot-nav .foot-item .item-link h1{
		font-size: 1.1rem;
	}
	.home .footer-contact{
		padding-top: 7%;
	}
	.same-contact{
		padding: 3% 0%;
	}
	.footer-contact .all-contact{
		width: 85%;
	}
	.footer .foot-nav{
		width: 90%;
	}
	.footer .foot-nav .foot-logo{
		padding: 3%;
	}
	.footer .foot-nav .all-nav{
		flex-wrap: wrap;
		padding: 3%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width: 100%;
		margin: 0% auto 5%;
	}
	.footer .foot-nav .all-nav .nav-one .foot-item{
		display:flex;
		display:-webkit-flex;
		flex-wrap: wrap;
	}
	.footer .foot-nav .all-nav .nav-one .foot-item .item-link{
		margin:0.5rem;
	}
	.footer .foot-nav .all-nav .nav-two{
		width:50%;
    margin: 0% 3% 0% 0%;
	}
	.duiqi{text-align:center;}
	.duiqi2{float:left;}
	.footer .foot-nav .all-nav .nav-three{
		width: 47%;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .img{
		width: 15px;
		margin:2px 10px 0px 0px;
  }
  .footer .foot-nav .all-nav .nav-con .msg-con .con{
  	width:calc(100% - 25px);
  }
	.footer .foot-nav .all-nav .nav-con .msg-con .con p{
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con p br{
		display: none;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con h1{
		font-size: 1rem;
	}
}
@media screen and (max-width:767px){
	.item-span{
		position: absolute;
    transform: translate(0%,-50%);
    top: 50%;
    right: 5%;
    width: 25px;
    height: 25px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
	}
	.item-span .line-content{
		position: absolute;
    content: "";
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background-color: #ffffff;
	}
	.item-span .line-one{
		width: 100%;
    height: 1px;
	}
	.item-span .line-two{
		width: 1px;
    height: 100%;
	}
	.home .home-product{
		overflow: initial;
	}
	.home .home-product .all-pro{
		flex-wrap: wrap;
	}
	.home .home-product .all-pro .pro-left{
		width:100%;
		margin:0% auto;
	}
	.home .home-product .all-pro .pro-right{
		width:100%;
		margin-top: 5%;
	}
	.home .home-product .all-pro .pro-left .pro-nav{
		position: relative;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item{
		position: absolute;
    top: 102%;
    left: 0%;
    width: calc(100% - 4rem);
    justify-content: center;
    padding: 1rem 2rem;
    margin: 0%;
    z-index: 120;
    background-color: #3d3d3d;
    transform: translateX(-105%);
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item{
		margin: 3% 0%;
	}
	.click-span{
		opacity: 0.7;
    transform:translate(0%,-50%) rotate(45deg);
    -webkit-transform:translate(0%,-50%) rotate(45deg);
    -moz-transform: translate(0%,-50%) rotate(45deg);
    -ms-transform: translate(0%,-50%) rotate(45deg);
	}
	.click-filter{
		transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
	}
	.all-product .allPro-con .allPro-left .allPro-item .item-con{
		margin-bottom: 1rem;
	}
	.all-product .allPro-con .allPro-right{
		width:100%;
	}
}
@media screen and (min-width:605px) and (max-width:767px){
	.auto-hide .auto-ul h1{
		font-size: 1.3rem;
	}
	.auto-hide .auto-ul li{
		padding: 0.3rem 0rem 0.3rem 2rem;
	}
	.auto-hide .auto-ul .child-other li{
		padding: 0.3rem 0rem 0.3rem 1.2rem;
	}
	.home .home-screen .slide-content .slide-con{
		transform: translate(0%,-50%);
		top: 50%;
		left: 8%;
	}
	.home .home-screen .slide-content .slide-con .screen-title h1{
		font-size: 2rem;
	}
	.home .home-screen .slide-content .slide-con .screen-con p{
		font-size: 0.85rem;
    line-height: 1.4rem;
    letter-spacing: 0.2px;
	}
	.screen-btn p{
		font-size: 0.95rem;
		height: 30px;
		line-height: 30px;
		padding: 0px 25px;
	}
	.home .home-screen .swiper-container .swiper-pagination{
		top: 32%;
    left: -8%;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet{
		font-size: 0.95rem;
    margin: 0px 5px;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet:before{
		top: 115%;
	}
	.home .home-screen .slide-one .slide-content .slide-con{
		display: block;
    top: 40%;
    width: 90%;
    max-width: unset;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-change{
		position: relative;
		content:unset;
		transform:unset;
		top:unset;
		left:unset;
		width: 100%;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-con{
		width: 65%;
    margin: 1% 0% 2%;
	}
	.home .home-screen .slide-one .slide-content .slide-text{
		top: 70%;
    left: 10%;
    width: 50%;
	}
	.home .home-screen .slide-one .slide-content .slide-text p{
		font-size: 0.7rem;
    line-height: 1.2rem;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-title h1{
		letter-spacing: 0px;
	}
	.home .home-screen .slide-two .slide-content .slide-con{
		top: 40%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 70%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-three .slide-content .slide-con{
		top: 45%;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-title h1{
		font-size: 1.6rem;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-con{
		width:70%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-two .slide-content .slide-con{
		top: 35%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 70%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-three .slide-content .slide-con{
		top: 40%;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-title h1{
		font-size: 1.6rem;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-con{
		width:70%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-four .slide-content .slide-con{
		top: 30%;
	}
	.home .home-screen .slide-five .slide-content .slide-con{
		top: 50%;
	}
	.home .home-screen .slide-six .slide-content .slide-con{
		top: 50%;
		left: 55%;
	}
	.home .home-screen .slide-six .slide-content .slide-con .screen-con{
		width:88%;
	}
	.home .home-screen .slide-seven .slide-content .slide-con{
		width: 35%;
	}
	.home .home-product .all-pro{
		width: 90%;
		margin: 6% auto;
	}
	.home .home-product .pro-bc{
		height: 40%;
		bottom: -5%;
	}
	.home .home-product .all-pro .pro-left .pro-nav{
		padding: 2% 3%;
    width: 100%;
	}
	.home .home-product .all-pro .pro-left .pro-nav .same-title h1{
		font-size: 1.6rem;
		letter-spacing: 0.5px;
		font-weight: unset;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item-h h1{
		font-size: 1.05rem;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item .item-circle{
		width: 5px;
    height: 5px;
    margin: 4px 10px 0px 0px;
	}
	.home .home-product .all-pro .pro-right .right-logo{
		margin-bottom: 3%;
	}
	.home .home-product .all-pro .pro-right .right-con .con-p p{
		font-size: 0.95rem;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn a{
		margin: 3% 2% 5% 0%;
		align-items:initial;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn .btn-img{
		width: 28px;
    margin-right: 20px;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn .btn-p{
		font-size: 1.1rem;
	}
	.home .home-product .all-pro .pro-right .right-pro{
		margin-left: -2%;
    margin-right: -5%;
	}
	.home .home-product .all-pro .pro-right .right-pro .right-img:nth-child(1){
		margin-right: 0%;
	}
	.home .home-product .all-pro .pro-right .right-pro .same-btn{
		width:80%;
	}
	.home .home-product .all-pro .pro-right .right-pro .same-btn p{
		padding: 0px;
	}
	.same-title h1{
		font-size: 1.8rem;
	}
	.home .home-workshop .all-work{
		width: 90%;
		margin: 10% auto 6%;
	}
	.home .home-workshop .all-work .work-msg{
		width: 100%;
    margin:1% auto;
	}
	.home .home-workshop .all-work .work-msg a{
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}
	.home .home-workshop .all-work .work-msg .work-img{
		width:45%;
		margin-right:5%;
	}
	.home .home-workshop .all-work .work-msg .work-con{
		width: 48%;
    padding: 0%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-title h1{
		font-size: 1.4rem;
		letter-spacing: 0.3px;
		margin-bottom:4%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-p p{
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn{
		position: relative;
    left: unset;
    bottom: unset;
    margin-top: 5%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn .img{
		width: 25px;
	}
	.home .same-btn p{
		font-size: 1rem;
    padding: 0px 30px;
	}
	.home .home-exhibite .all-exhibite{
		width: 90%;
		margin: 7% auto 8%;
		flex-wrap: wrap;
	}
	.home .home-exhibite .all-exhibite .exhibite-left{
		width: 100%;
    margin:0% auto 6%;
	}
	.home .home-exhibite .all-exhibite .exhibite-right{
		width: 100%;
	}
	.home .home-exhibite .all-exhibite .exhibite-left .con-p p{
		margin: 3% 0% 5%;
		line-height: 1.5rem;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .same-btn p{
 		font-size: 1rem;
    padding: 0px 30px;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .con-logo{
 		width: 40%;
    max-width: 143px;
 	}
	.home .home-service .all-service{
		width: 90%;
		margin: 6% auto 7%;
	}
	.home .home-service .all-service .service-content{
		margin-top: 2%;
		flex-wrap: wrap;
	}
	.home .home-service .all-service .service-content .service-msg{
		width: calc(98% / 2);
    margin: 2% 2% 2% 0%;
    padding: 5% 3% 2.5%;
   	box-sizing: border-box;
	}
	.home .home-service .all-service .service-content .service-msg:nth-child(2n){
		margin-right: 0%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-img{
		width: 55%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-h h1{
		font-size: 1.2rem;
		margin: 12% 0% 4%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-p p{
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
	.home .home-about{
		background-size: auto 100%;
	}
	.home .home-about .home-cor{
		padding: 4% 0%;
	}
	.home .home-about .home-cor .all-cor{
		width: 50%;
    margin-left: 5%;
	}
	.home .home-about .same-title h1{
		letter-spacing: 0px;
	}
	.home .home-about .home-cor .all-cor .title-img{
		top: 45%;
		right: -5%;
	}
	.home .home-about .home-cor .all-cor .title-img .img{
		width: 25px;
	}
	.home .home-about .home-cor .all-cor .cor-con p{
		letter-spacing: 0.5px;
		font-size: 0.9rem;
    line-height: 1.3rem;
		margin: 8% 0%;
	}
	.home .home-about .home-cor .cor-person{
		width: 50%;
    margin: 0% 1% -13.5% 0%;
	}
	.same-screen .screen-con{
		top:50%;
		width: 95%;
	}
	.same-screen .screen-con .con-title h1{
		font-size: 2.2rem;
	}
	.same-contact .all-contact .contact-title p{
		font-size: 0.9rem;
	}
	.same-screen .screen-con .con-p{
		font-size: 0.9rem;
		line-height: 1.3rem;
		margin-top: 2%;
	}
	.same-screen .screen-con .con-p br{
		display: none;
	}
	.same-screen .con-img{
		display: none;
		bottom: 8%;
	}
	.same-screen .con-img .img{
		width:35px;
	}
	.allPro .allPro-con{
		width: 95%;
		margin: 7% auto 9%;
	}
	.allPro .allPro-con .allPro-img .img-con{
		padding:1% 0% 3%; 
		width: calc(98% / 3);
    margin: 0% 1% 2% 0%;
	}
	.allPro .allPro-con .allPro-img .img-con .img{
		padding:0%;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h{
		bottom: 5%;
		text-align:center;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1:before{
		content:unset;
	}
	.allPro .allPro-con .allPro-page{
		margin-top: 4%;
	}
	.allPro .allPro-con .allPro-page .page h1{
		font-size: 1rem;
		width: 38px;
    height: 38px;
	}
	.product .product-content{
		border-top: 8px solid #000000;
	}
	.product .product-info{
		padding-top: 5%;
	}
	.product .product-content .product-con{
		width: 90%;
	}
	.product .product-info .product-con{
		width: 88%;
    margin: 0% auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.product .product-info .product-con .pro-right{
		width:100%;
		margin:0% auto;
		max-width: 514px;
	}
	.product .product-info .product-con .pro-left{
		width:100%;
		margin:5% auto 8%;
	}
	.product .product-info .product-con .pro-left .pro-con{
		width: 100%;
		font-size: 1rem;
		margin: 3% 0% 5% 0%;
		line-height: 1.5rem;
	}
	.product .product-info .product-con .pro-left .pro-con .con-p{
		margin-bottom: 0.8rem;
	}
	.product .product-para .para-title .title-text{
		margin-right: 8%;
		padding: 1.3rem 0rem 1rem;
		border-bottom: 3px solid transparent;
	}
	.product .product-para .para-title .title-text h1{
		font-size: 1.1rem;
	}
	.product .product-para .bottom-img .slide-two .para-img{
		width: 90%;
	}
	.product .product-para .bottom-img .swiper-slide .para-img .img:nth-child(2){
		margin-left: 3%;
	}
	.product .product-similar .pro-similar{
		position: relative;
		margin: 7% auto 9%;
	}
	.product .product-similar .pro-similar .swiper-container{
		position: unset;
		padding: 0%;
	}
	.product .product-similar .pro-similar .con-text p{
		width:85%;
		font-size: 0.9rem;
		height: 25px;
    line-height: 25px;
    padding: 0px;
	}
	.product .product-similar .pro-similar .prev-next:after{
		font-size: 1.3rem;
	}
	.product .product-similar .pro-similar .swiper-button-prev{
		left: -2%;
	}
	.product .product-similar .pro-similar .swiper-button-next{
		right:-2%;
	}
	.land .same-screen .screen-con .con-title h1{
		font-size: 1.8rem;
	}
	.land .same-screen .screen-con .con-p{
		font-size: 0.8rem;
		line-height: 1.1rem;
		margin-top: 1%;
	}
	.land .same-screen .con-img{
		bottom: 8%;
	}
	.land .same-screen .con-img .img{
		width: 28px;
	}
	.land .land-con{
		width: 90%;
	}
	.land .land-pro .land-same{
		margin: 4.5% auto;
	}
	.same-btn2 p{
		font-size: 1.1rem;
		padding:0px 30px;
	}
	.land .pro-text h1{
		font-size: 1rem;
	}
	.land .land-pro .land-same .pro-text{
		bottom: 6%;
	}
	.land .land-house .all-house .pro-show{
		width: 49%;
	}
	.land .land-house .all-house .pro-show:nth-child(1){
		margin-right: 2%;
	}
	.land .land-house .land-same .pro-left{
		width: 49.5%;
	}
	.land .land-house .land-same .pro-right{
		width: 49.5%;
	}
	.land .land-house .all-house .pro-two .pro-right{
		margin: 0% 0% 0% 1%;
	}
	.land .land-house .all-house .pro-right{
		margin: 0% 1% 0% 0%;
	}
	.land .land-house .all-house .pro-one{
		margin-bottom: 1%;
	}
	.land .land-house .all-house .pro-one .pro-left .land-text{
		display: none;
	}
	.land .land-house .land-same .pro-one .pro-right{
		width:61.8%;
		margin-right:1%;
	}
	.land .land-house .land-same .pro-one .pro-left{
		width:37.2%;
	}
	.land .land-house .all-house .pro-one .pro-left .land-img{
		width: 100%;
	}
	.land .land-text .text-title h1{
		font-size: 1.8rem;
	}
	.land .land-text .text-con{
		font-size: 0.9rem;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text{
		width:95%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-con{
		width: 100%;
    margin-top: 3%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-logo{
		display: none;
	}
	.land .land-civil .all-civil .pro-one .pro-right .pro-show{
		width: 49%;
    margin: 0% 2% 0% 0%;
	}
	.land .land-civil .all-civil .pro-one .pro-right .show-top{
		margin-bottom: 2%;
	}
	.land .land-choose{
		padding: 4% 0% 3.5%;
	}
	.land .land-choose:before{
		height:15%;
	}
	.land .land-choose .all-choose{
		flex-wrap: wrap;
	}
	.land .land-choose .all-choose .choose-left{
		width: 88%;
    margin: 0% auto 5%;
    max-width: 811px;
	}
	.land .land-choose .all-choose .choose-right{
		width: 100%;
    margin: 0% auto;
	}
	.land .land-choose .all-choose .choose-right .right-title h1{
		font-size: 2rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv{
		margin-top: 3%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con{
		width: calc(97% / 4);
    margin: 0% 1% 0% 0%;
    padding: 2% 1%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con:nth-child(2){
		margin: 0% 1% 0% 0%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con h1{
		font-size: 1.1rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con p{
		margin-top: 5px;
	}
	.land .land-choose .all-choose .choose-right .right-brand{
		position: relative;
    width: 80%;
    margin: 5% auto 0%;
	}
	.land .land-work .all-work .work-one{
		width: 100%;
    margin:5% auto;
	}
	.land .land-work .all-work .work-one .work-img{
		width: calc(50% - 2.5px);
	}
	.land .land-work .all-work .work-one .work-img:nth-child(1){
		margin-right: 5px;
	}
	.land .land-work .all-work .work-two{
		flex-wrap: wrap;
		padding-bottom: 3%;
	}
	.land .land-work .all-work .work-two:before{
		height:25%;
	}
	.land .land-work .all-work .work-two .work-left{
		width: 88%;
    margin: 0% auto 5%;
    max-width: 789px;
	}
	.land .land-work .all-work .work-two .work-right{
		width:100%;
	}
	.land .land-work .all-work .work-two .work-right .work-con{
		position: relative;
    left: unset;
    width: 88%;
    bottom: unset;
    margin: 0% auto 3%;
	}
	.land .land-work .all-work .work-two .work-right .work-con .text-title{
		margin-bottom: 2%;
	}
	.land .land-work .all-work .work-two .work-left .work-logo{
		display: none;
	}
	.land .land-work .all-work .work-two .work-right .work-img .img:nth-child(1){
		margin-right: 4px;
	}
	.land .same-room .all-room{
		width:98%;
	}
	.same-room .all-room .room-left{
		width: calc(40% - 2px);
    margin-right: 4px;
	}
	.same-room .all-room .room-right{
		width: calc(60% - 2px);
	}
	.same-room .all-room .room-left .left-text{
		left:3%;
	}
	.same-room .all-room .room-left .left-text h1{
		font-size: 1.8rem;
	}
	.same-room .all-room .room-left .left-text .line{
		width: 40px;
		margin-left: 1rem;
	}
	.same-room .all-room .room-right .room-img .img-rotate{
		margin: 4px;
	}
	.land .land-company{
		padding: 7% 0%;
		background-size: auto 100%;
	}
	.land .land-company .land-adv{
		flex-wrap: wrap;
	}
	.land .land-company .land-adv .adv-detail{
		width: calc(95% / 2);
    margin-right: 5%;
    padding: 3%;
    box-sizing: border-box;
	}
	.land .land-company .land-adv .adv-detail:nth-child(2){
		margin-right:0%;
	}
	.land .land-company .land-adv .adv-detail:nth-child(3){
		width:70%;
		margin:5% auto 0%;
	}
	.land .land-company .land-adv .adv-detail .adv-h h1{
		font-size: 2.5rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2{
		font-size: 1.2rem;
		margin:0.8rem 0rem 0rem 0.5rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2 sup{
		font-size: 0.8rem;
	}
	.land .land-company .land-adv .adv-detail .adv-p{
		margin-top:3%;
	}
	.land .land-company .land-adv .adv-detail .adv-img{
		top: -15px;
    right: -15px;
    width: 40px;
	}
	.land .land-company .land-profile{
		flex-wrap: wrap;
		align-items: center;
	}
	.land .land-company .land-profile .profile-left{
		width: 100%;
		margin:0% auto;
	}
	.land .land-company .land-profile .profile-right{
		width: 100%;
		margin:5% auto 0%;
		max-width: 800px;
	}
	.land .land-company .land-profile .profile-right .text-title{
		margin-bottom: 2.5%;
	}
	.land .land-company .land-profile .profile-right .text-con p:nth-child(1){
		margin-bottom: 1%;
	}
	.land .land-company .land-profile .profile-right .right-btn a{
		position: relative;
		content:unset;
		left:unset;
		bottom:unset;
		margin-top:3%;
		justify-content: flex-end;
	}
	.land .land-borehole .pro-one .pro-left .text-logo{
		display: none;
	}
	.land .land-borehole .pro-one .pro-right .pro-show:nth-child(1){
		margin-right: 2%;
	}
	.land .land-borehole .pro-two{
		margin-top:-28%;
	}
	.land .land-borehole .pro-two .pro-right{
		margin-top: 7%;
	}
	.land .land-borehole .pro-two .pro-left .text-con{
		width: 49%;
	}
	.land .land-borehole .pro-two .pro-right .pro-show{
		margin-right: 1%;
	}
	.land .land-dewater{
		padding-top: 5%;
		background-size: auto 30%;
	}
	.land .land-dewater .pro-one .pro-left .text-title h1{
		font-size: 1.8rem;
	}
	.land .land-dewater .pro-one .pro-left .text-con{
		width: 100%;
		margin: 2% 0% 5%;
		line-height: 1.2rem;
	}
	.land .land-dewater .pro-one .pro-left .screen-btn p{
		font-size: 1rem;
    height: 32px;
    line-height: 32px;
    padding: 0px 30px;
	} 
	.land .land-dewater .pro-one .pro-left .land-detail{
		display: none;
		bottom: 5%;
		width:100%;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .con-img{
		width: 25px;
    margin: 0px 5px 0px 0px;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .con-p{
		font-size: 0.9rem;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .detail-con:nth-child(2){
		margin: 0px 10px;
	}
	.land .land-dewater .pro-dewater{
		align-items: inherit;
	}
	.land .land-dewater .pro-three .pro-left{
		display: flex;
    display: -webkit-flex;
    align-items: center;
	}
	.land .land-dewater .pro-three .pro-left .land-text{
		margin-left: 5%;
	}
	.land .land-dewater .pro-three .pro-left .land-text .text-title h1{
		letter-spacing:-0.5px;
	}
	.land .land-dewater .pro-three .pro-left .land-text .text-con{
		margin-top: 5%;
	}
	.land .land-dewater .pro-three .pro-left .land-bc{
		height: 100%;
    width: max-content;
	}
	.land .land-dewater .pro-three .text-logo{
		display: none;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left .text-logo{
		display: none;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-right .pro-show{
		width: 49.25%;
    margin-right: 1.5%;
	}
	.land .land-bathtub .all-bathtub .pro-two .pro-right .pro-show:nth-child(1){
		margin-right: 1%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left{
		width: 40%;
    margin-left: 2%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left .text-con{
		margin: 0% auto 8%;
	}
	.land .same-btn{
		height: 30px;
    line-height: 30px;
	}
	.land .same-btn2 p{
		font-size: 1rem;
    padding: 0px 28px;
	}
	.land .land-swim .all-swim .pro-one .pro-right .pro-show{
		width: calc(97% / 4);
    margin-right: 1%;
	}
	.land .land-swim .all-swim .pro-two{
		margin-top: 1%;
		align-items: flex-start;
	}
	.land .land-swim .all-swim .pro-two .pro-left{
		width: 49.5%;
    margin-right: 1%;
	}
	.land .land-swim .all-swim .pro-two .pro-left .pro-show{
		width: 49%;
    margin-right: 2%;
	}
	.land .land-swim .all-swim .pro-two .pro-right{
		width: 49%;
    padding: 2% 1%;
    background-size: auto 100%;
	}
	.land .land-swim .all-swim .pro-two .pro-right .land-text{
		width: 95%;
	}
	.land .land-swim .all-swim .pro-two .pro-right .land-text .text-con{
		margin: 3% auto;
    line-height: 1.3rem;
	}
	.land .pro-main .land-con .pro-right .right-img{
		display: none;
	}
	.land .pro-main .land-con{
		flex-wrap: wrap;
		margin: 4% auto;
	}
	.land .pro-main .land-con .pro-left{
		width: 80%;
		margin:2% auto 5%;
	}
	.land .pro-main .land-con .pro-right{
		width:100%;
		margin:0% auto 5%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.land .pro-main .land-con .pro-right .right-con:nth-child(1){
		width:50%;
		margin:1% 2% 1% 0%;
	}
	.land .pro-main .land-con .pro-right .right-con:nth-child(2){
		width:48%;
		margin:1% 0% 1% 0%;
	}
	.land .pro-main .land-con .pro-right .right-con:nth-child(3){
		width:100%;
	}
	.land-pros .land-text .text-title h1{
		font-size: 1.5rem;
		letter-spacing: 0.5px;
	}
	.land-pros .land-text .text-con{
		font-size: 0.9rem;
    letter-spacing: 0px;
    line-height: 1.5rem;
	}
	.land .pro-main .land-con .pro-right .right-con .land-text{
		margin-bottom: 5%;
	}
	.land .pro-main .land-con .pro-right .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land-pros .land-pro{
		padding: 4% 0%;
	}
	.land-pros .pro-detail .detail-one .land-text .text-title h1{
		margin-bottom: 2.5%;
	}
	.land-pros .pro-detail .detail-three .land-con{
		width: 98%;
	}
	.land .pro-detail .detail-three .detail-left{
		width: 38.5%;
    margin-right: 0.5%;
	}
	.land-pros .pro-detail .detail-three .text-title h1{
		margin: 2% 0% 8%;
	}
	.land .pro-detail .detail-three .detail-left .detail-img .imgs:nth-child(1){
		margin-bottom: 5px;
	}
	.land .pro-detail .detail-three .detail-left .detail-img .imgs .img:nth-child(1){
		margin-right: 5px;
	}
	.land-pros .pro-apply .apply-con{
		flex-wrap: wrap;
		width: 95%;
	}
	.land-pros .pro-apply .apply-con .con-left{
		width:100%;
		margin: 0%;
	}
	.land-pros .pro-apply .apply-con .con-right{
		width:100%;
	}
	.land-pros .pro-apply .apply-con p{
		font-size: 1rem;
		line-height: 1.5rem;
		padding-left:0.8rem;
	}
	.land-pros .pro-apply .apply-con p:before{
		top: 7px;
    width: 5px;
    height: 5px;
	}
	.land-pros .pro-related .land-text .text-title h1{
		margin-bottom: 3%;
	}
	.land-pros .pro-related .related-slide p{
		font-size: 1rem;
	}
	.land-pros .pro-related .related-slide .swiper-container .swiper-pagination-bullets{
		bottom:1px;
	}
	.land-pros .pro-related .related-slide .swiper-container .swiper-pagination-bullet{
		width: 5px;
    height: 5px;
    margin: 3px;
	}
	.land .pro-detail .detail-two .detail-img{
		width:98%;
		margin:0% auto;
	}
	.land-pros .pro-detail .detail-two .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-five .detail-img{
		width: 100%;
	}
	.land .pro-detail .detail-five .detail-img .img{
		width: calc(98% / 5);
    margin: 2.5% 0.5% 0% 0%;
	}
	.land .pro-detail .detail-five .detail-img .img:nth-child(5n){
		margin: 2.5% 0% 0% 0%;
	}
	.land-pros .pro-apply .land-text .text-title h1{
		margin-bottom: 2.5%;
	}
	.fps .pro-main .land-con{
		width: 90%;
	}
	.fps .fps-main1 .land-con{
		flex-wrap: inherit;
	}
	.fps .fps-main1 .land-con .main-img:nth-child(1){
		margin-right: 0%;
	}
	.fps .pro-main .land-con .pro-right .right-img{
		left: 110%;
	}
	.fps .pro-detail .detail-three .land-con{
		width: 95%;
	}
	.fps .pro-detail .detail-three .detail-left{
		width: 45%;
    margin-right: 1%;
    margin-left: -2%;
	}
	.fps .pro-apply .apply-con .con-detail{
		flex-wrap: wrap;
	}
	.fps .pro-apply .apply-con .con-detail .con-text{
		width:48%;
	}
	.fps .pro-apply .apply-con .con-detail .con-text:nth-child(3){
		width:100%;
	}
	.fps .pro-apply .apply-con .con-detail .con-text p{
		font-size: 0.9rem;
		padding-left: 0.8rem;
		line-height: 1rem;
	}
	.fps .pro-apply .apply-con .con-detail .con-text p:before{
		top: 6px;
    width: 4px;
    height: 4px;
	}
	.land .pro-detail .detail-four .detail-img .img{
		width: calc(97% / 4);
    margin: 1% 1% 0% 0%;
	}
	.land .pro-detail .detail-four .detail-img .img:nth-child(4n){
		margin: 1% 0% 0% 0%;
	}
	.hvs .pro-main .land-con .pro-left{
		width: 80%;
    margin: 0% auto -5%;
	}
	.hvs .hvs-detail .detail-two .detail-chart .img:nth-child(1){
		margin-right: -5%;
	}
	.stp .pro-apply .detail-img .img:nth-child(1){
		margin-right:0%;
	}
	.spsn .pro-main .land-con .pro-left{
		width: 80%;
    margin: 0% auto -3%;
	}
	.spsn .spsn-detail .detail-two .detail-chart .img:nth-child(1){
		margin-right: -5%;
	}
	.BSQG .pro-main .land-con .pro-right .right-con{
		width: 100%;
	}
	.BSQG .pro-main .land-con .pro-right .right-con:nth-last-child(1){
		width: 100%;
	}
	.land-pros .pro-video .land-con{
		width: 90%;
    flex-wrap: wrap;
	}
	.land-pros .pro-video .land-con .detail-left{
		width:100%;
		margin:0% auto;
	}
	.land-pros .pro-video .land-con .detail-right{
		width:100%;
		margin:5% auto 0%;
	}
	.land-pros .pro-video .land-con .detail-right .right-con{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.land-pros .pro-video .land-con .detail-right .right-con .right-title{
		width:100%;
	}
	.land-pros .pro-video .land-con .detail-right .land-text{
		width:49%;
		margin: 3% 0% 4%;
	}
	.land-pros .pro-video .land-con .detail-right .text-one{
		margin-right:2%;
	}
	.land-pros .pro-video .land-con .detail-right .land-btn{
		margin-top: 0%;
	}
	.land-pros .pro-video .land-con .detail-right .right-title h1{
		font-size: 1.5rem;
	}
	.land-pros .pro-video .land-con .detail-right .land-text .text-title h1{
		font-size: 1.2rem;
  }
	.land-pros .pro-video .land-con .detail-right .land-text .text-con{
		line-height: 1.5rem;
	}
	.land-pros .pro-video .land-con .detail-right .screen-btn p{
		height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
	}
	.land-pros .pro-video .land-con .detail-right .btn-p{
		display: none;
	}
	.BSQG .pro-detail .detail-two .detail-chart .img{
		margin-left:-20%;
	}
	.land .pro-detail .detail-six .land-con{
		align-items: flex-end;
	}
	.land .pro-detail .detail-six .land-con .detail-left .text-title h1{
		font-size: 1.1rem;
    font-weight: 100;
    letter-spacing: 0px;
		padding: 0.8rem 0rem;
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-six .land-con .detail-left{
		width: 32.4%;
    margin-right: 0.6%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-img{
		width: calc(99% / 2);
    margin: 0% 1% 1% 0%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-bottom{
		margin-bottom: 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img{
		width: calc(99% / 2);
    margin: 1% 1% 0% 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img:nth-child(2){
		margin: 1% 0% 0% 0%;
	}
	.f .pro-main .land-con{
		width:95%;
	}
	.f .pro-main .land-con .left-img{
		margin:2% auto;
	}
	.f .pro-main .land-con .right-img{
		margin:2% auto;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.f .pro-detail .detail-two .land-text .text-title h1{
		font-size: 1.8rem;
		margin-bottom: 2.5%;
	}
	.f .f-detail .detail-two .show-img{
		margin-top: 2%;
	}
	.f .f-detail .detail-four .detail-img{
		width: 85%;
		margin:2% auto;
		flex-wrap: wrap;
		align-items: center;
	}
	.f .f-detail .detail-four .detail-img:nth-child(2){
		flex-direction: row-reverse;
	}
	.f .f-detail .detail-four .detail-img .img{
		width: auto;
	  margin:0% auto;
	}
	.f .f-detail .detail-six .detail-img{
		width: 85%;
		margin:2% auto;
		flex-wrap: wrap;
		align-items: center;
	}
	.f .f-detail .detail-six .detail-img .img{
		width: auto;
	  margin:0% auto;
	}
	.fps .same-screen .con-img{
		bottom: 17%;
	}
	.fps .fps-pro1 .all-pro{
		margin: 3% auto 0%;
	}
	.fps .fps-pro1 .pro-imgs{
		flex-wrap: wrap;
	}
	.fps .fps-pro1 .pro-imgs .pro-img{
		width:40%;
		margin:3% 5%;
	}
	.fps .fps-pro2{
		padding: 2% 0% 0.5%;
	}
	.fps .fps-pro3 .pro-imgs{
		margin: 5% auto;
	}
	.fps .fps-pro1 .all-pro .pro-con{
		margin: 5% auto;
	}
	.fps .fps-pro .pro-con .pro-title h1{
		margin-bottom: 1%;
	}
	.fps .fps-pro .pro-con .pro-text p{
		font-size: 1rem;
		margin: 5px 0px;
	}
	.fps .fps-pro2 .pro-top{
		flex-wrap: wrap;
	}
	.fps .fps-pro2 .pro-top .top-left{
		width: 100%;
  	margin:0% auto;
  	display: flex;
  	display: -webkit-flex;
  }
  .fps .fps-pro2 .pro-top .top-left .pro-img{
		width:40%;
		margin:3% 5%;
	}
	.fps .fps-pro2 .pro-top .top-right{
		width: 100%;
  	margin:0% auto;
	}
	.fps .fps-pro2 .pro-top .top-right .pro-img{
		margin: 0% auto 5%;
	}
	.fps .fps-pro3 .pro-center{
		flex-wrap: wrap;
	}
	.fps .fps-pro3 .pro-center .pro-img{
		width: 100%;
  	margin:0% auto;
	}
	.fps .fps-pro3 .pro-center .pro-con{
		width: 100%;
  	margin:5% auto 0%;
	}
	.fps .fps-pro .pro-titles h1{
		font-size: 1.6rem;
	}
	.fps .fps-pro3 .pro-con .pro-text p{
		font-size: 1rem;
	}
	.fps .fps-pros .pro-img{
		margin: 0rem;
	}
	.fps .fps-pros .pro-img:nth-child(1){
		margin-right:2%;
	}
	.sea .sea-main .land-con{
		margin: 7% auto;
	}
	.sea .sea-main .land-con .pro-item .item-con{
		height:30px;
		line-height: 30px;
	}
	.sea .sea-main .land-con .pro-item .item-con h1{
		font-size:1rem;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .all-con{
		padding: 6% 0%;
		flex-wrap: wrap;
	}
	.sea .sea-main .land-con .pro-detail .detail-case .con-left h1{
		font-size: 1.5rem;
    letter-spacing: 0px;
	}
	.sea .land-con .text-con p{
		margin-bottom:5px;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-left{
		width:80%;
		margin:0% auto 5%;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-right{
		width:100%;
		justify-content: center;
	}
	.sea .sea-main .land-con .pro-show{
		flex-wrap: wrap;
	}
	.sea .sea-main .land-con .pro-show .pro-img{
		width: calc(98% / 3);
    margin: 0.5% 1% 0.5% 0%;
	}
	.sea .sea-main .land-con .pro-show .pro-img:nth-child(3){
		margin-right:0%;
	}
	.sea .sea-detail .sea-one{
		padding: 5% 0% 7%;
	}
	.sea .sea-detail .sea-one .detail-left .text-title h1{
		font-size: 1.8rem;
	}
	.sea .sea-detail .sea-one .detail-left .left-one{
		width: 63%;
    margin-right: 5%;
	}
	.sea .sea-detail .sea-one .detail-left .left-two{
		width:32%;
	}
	.sea .sea-detail .sea-two .land-con{
		margin-top: -13%;
	}
	.sea .sea-detail .sea-two .text-title h1{
		font-size: 2rem;
		margin-bottom: 4%;
	}
	.sea .sea-detail .sea-three .detail-left{
		flex-wrap: wrap;
	}
	.sea .sea-detail .sea-three .detail-left .left-con{
		width: 100%;
    margin:3% auto;
	}
	.sea .sea-detail .sea-three .detail-left .left-con .text-title h1{
		font-size: 1.5rem;
    letter-spacing: 0px;
	}
	.sea .sea-detail .sea-three .detail-left .left-con .text-con{
		width:100%;
	}
	.sea .sea-detail .sea-three .detail-right{
		align-items: center;
		flex-wrap: wrap;
	}
	.sea .sea-detail .sea-three .detail-right .right-one{
		width: 100%;
    margin: 0% auto 5%;
	}
	.sea .sea-detail .sea-three .detail-right .right-two{
		width:100%;
		justify-content: center;
	}
	.cm-add .cm-pro .pro-show .pro-text{
		top:85%;
	}
	.cm-add .add-pro .pro-show:nth-child(2){
		margin: 0% 1%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-show{
		padding: 5% 0% 7%; 
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-left{
		width: 40%;
    margin-right: 1.5%;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-right{
		width: 58.5%;
	}
	.land .all-fs .pro-one{
		width: 100%;
	}
	.land .all-fs .land-text .text-title h1{
		font-size: 1.6rem;
	}
	.land .all-fs .land-text .text-con p{
		font-size: 0.9rem;
    line-height: 1.5rem;
	}
	.land .all-pool .pro-one{
		width:100%;
	}
	.land .pool-apply .apply-slide .slide-text{
		font-size: 0.95rem;
	}
	.cm .pro-main .cm-pro{
		flex-wrap: wrap;
		margin:-5% auto;
	}
	.cm .pro-main .cm-pro .pro-img{
		width: calc(96% / 2);
    margin:1%;
	}
	.cm .pro-main .cm-pro .pro-img:nth-last-child(1){
		margin:1%;
	}
	.cm .cm-detail .detail-add{
		width:98%;
		margin:0% auto;
	}
	.cm .cm-detail .detail-add .detail-top{
		width: 85%;
		flex-wrap: wrap;
	}
	.cm .cm-detail .detail-add .detail-top .top-left{
		width:100%;
		margin:2% auto 4%;
	}
	.cm .cm-detail .detail-add .detail-top .top-right{
		width:100%;
	}
	.cm .cm-detail .detail-add .detail-top .land-text .text-con{
		font-size: 0.95rem;
    letter-spacing: -0.2px;
	}
	.cm .cm-detail .detail-four .detail-top .img{
		width: calc(98% / 3);
    margin: 1% 1% 0% 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(3n){
		margin-right: 0%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(4n){
		margin: 1% 1% 0% 0%;
	}
	.submer .screen-two .screen-con .con-p{
		width: 100%;
	}
	.submer .screen-one{
		padding-top:0%;
	}
	.submer .change-two .pro-two .pro-right .pro-show{
		width: calc(97% / 3);
    margin-right: 1.5%;
		padding: 1.5% 0% 2%;
	}
	.submer .change-two .pro-two .pro-right .pro-show .pro-img{
		width: auto;
		padding:0% 15%;
	}
	.submer .change-two .pro-three .pro-left{
		width:69%;
		margin: 1% 1% 0% 0%;
		display: block;
	}
	.submer .change-two .pro-three .pro-right{
		width:30%;
	}
	.submer .change-three .pro-two{
		flex-wrap: wrap;
	}
	.submer .change-three .pro-two .pro-left{
		width:100%;
	}
	.submer .change-three .pro-two .pro-right{
		width:100%;
	}
	.submer .change-three .pro-two .pro-left .text-logo{
		display: none;
	}
	.submer .change-three .pro-one .pro-right .pro-show{
		padding:2% 2% 3%;
	}
	.submer .change-three .pro-two .pro-left .text-con{
		margin: 3% 0% 5%;
	}
	.submer .change-three .pro-two .pro-left .land-text{
		margin-top:5%;
		margin-bottom: 5%;
	}
	.submer .change-three .pro-two .pro-left .land-text h1{
		font-size: 1.6rem;
	}
	.submer .change-two .pro-three .pro-title h1{
		font-size: 1.4rem;
		letter-spacing: 0px;
		margin: 4% 0% 2%;
	}
	.submer .change-one .pro-three:before{
		content: unset;
	}
	.submer .change-one .pro-three .pro-show{
		padding-bottom: 2%;
	}
	.submer .change-one .pro-three .pro-right{
		flex-wrap: wrap;
	}
	.submer .change-one .pro-three .pro-right .pro-show{
		width: calc(90% / 2);
    margin: 2% 2% 2% 0%;
    padding: 2%;
    background-color: #f8f8f8;
	}
	.submer .change-one .pro-three .pro-right .pro-show:nth-child(2n){
		margin: 2% 0% 2% 0%;
	}
	.submer .change-two .pro-three .pro-detail{
		display: block;
	}
	.submer .change-two .pro-three .pro-detail .detail-con{
		display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin:1% auto;
	}
	.submer .change-four{
		padding-top:1%;
	}
	.submer .change-four .pro-one{
		align-items: flex-end;
	}
	.submer .change-four .pro-one .pro-left{
		width: 70%;
    margin-right: 2%;
	}
	.submer .change-four .pro-one .pro-right{
		width: 28%;
	}
	.submer .change-four .pro-one .pro-left .show-top .pro-img{
		width: auto;
    padding: 0% 2%;
	}
	.class .land-pro{
		width: 95%;
		margin: 2% auto;
		padding: 3% 0% 2%;
	}
	.class .class-detail1 .land-pro{
		padding: 3% 0% 2%;
	}
	.class .class-detail1 .detail-two{
		padding: 1% 0% 4%;
	}
	.class .land-pro .land-text .text-title h1{
		font-size: 1.8rem;
		letter-spacing: 0px;
	}
	.class .class-detail1 .land-pro .pro-text h1{
		font-size: 1.2rem;
	}
	.class .pro-detail .detail-two .detail-img{
		width:100%;
	}
	.class .class-related{
		width: 100%;
	}
	.class .class-apply{
		width: 100%;
	}
	.class .class-detail2 .land-pro .land-text .text-title h1{
		margin-bottom: 5%;
	}
	.class .class-detail3{
		padding-top: 3%;
	}
	.class .class-detail3 .detail-one .land-text .text-title h1{
		font-size: 1.8rem;
		text-align: center;
	}
	.class .class-detail4 .detail-one .land-text .text-title h1{
		font-size: 1.8rem;
		margin: 4% 0% 3%;
	}
	.about2 .same-screen .con-img .img{
		width: 35px;
	}
	.about2 .con-text .text-h h1{
		font-size: 1.8rem;
	}
	.about2 .all-about{
		width: 90%;
		margin: 5% auto;
	}
	.about2 .about-profile .all-profile{
		flex-wrap: wrap;
	}
	.about2 .about-history .all-history .title-h h1{
		font-size: 1.8rem;
	}
	.about2 .about-profile .all-profile .profile-left{
		width:100%;
		margin:0% auto;
		max-width: 609px;
	}
	.about2 .about-profile .all-profile .profile-right{
		width:100%;
		margin:5% auto 0%;
		max-width: 800px;
	}
	.about2 .about-profile .all-profile .profile-right .con-text .text-p{
		margin: 2% 0% 4%;
		line-height: 1.6rem;
	}
	.about2 .about-profile .all-profile .con-text .text-btn{
		display: none;
	}
	.about2 .about-history{
		padding: 4.5% 0% 4%;
		background-size: auto 100%;
	}
	.about2 .about-history .all-history{
		width: 90%;
	}
	.about2 .about-history .all-history .history-title{
		margin-bottom: 2%;
	}
	.about2 .about-history .all-history .slide-one .slide-con .con-text .text-h h1{
		font-size: 1.3rem;
		margin: 10% 0% 8%;
	}
	.about2 .about-history .all-history .slide-con .con-text .text-h h1{
		font-size: 1.2rem;
		margin: 10% 0% 4%;
	}
	.about2 .about-history .all-history .slide-con .con-img{
		width:60px;
		margin: 12% auto 0%;
	}
	.about2 .about-work:before{
		height: 100%;
	}
	.about2 .about-work .all-work{
		width: 90%;
		margin: 0% auto;
	}
	.about2 .about-work .work-top{
		flex-wrap: wrap;
	}
	.about2 .about-work .work-top .work-left{
		width: 100%;
		margin: 5% auto;
		max-width: 896px;
	}
	.about2 .about-work .work-top .work-right{
		width: 100%;
		margin:0% auto 5%;
	}
	.about2 .about-work .work-top .work-right .work-con{
		position: relative;
    content: unset;
    top: unset;
    left: unset;
    margin-bottom: 4%;
	}
	.about2 .about-work .work-top .work-right .work-con .text-p{
		width:100%;
		margin-top:2%;
		line-height: 1.6rem;
	}
	.about2 .about-work .work-top .work-right .work-adv{
		width:100%;
		flex-wrap: wrap;
		margin: 0% auto;
	}
	.about2 .about-work .work-top .work-right .adv-con{
		width:44%;
		padding:2%;
		margin:1%;
    border-right:unset;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-img .img{
		width: 88px;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-text h2{
		font-size: 1.1rem;
		margin: 8% 0% 5%;
	}
	.about2 .about-work .work-bottom{
		width: 100%;
    margin: 1% auto;
	}
	.about2 .about-exhibi .all-about{
		margin: 2% auto;
	}
	.about2 .about-exhibi .exhibi-text .text-p{
		width:68%;
	}
	.about2 .about-certifi .all-certifi{
		width: 95%;
	}
	.about2 .about-certifi .all-certifi .certifi-title h1{
		font-size: 2.5rem;
	}
	.about2 .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:250px;
	}
	.cataloge .cata-down{
		width:95%;
		margin: 5% auto 8%;
		flex-wrap: wrap;
	}
	.cataloge .cata-down .down-con{
		width:44%;
		padding:2% 1.5%;
		margin:2% 1.5%;
		box-shadow: 0px 0px 5px rgb(33,33,33,0.2);
	}
	.cataloge .cata-down .down-con:nth-child(2){
		margin:2% 1.5%;
	}
	.cataloge .cata-down .con-img{
		width:100%;
	}
	.cataloge .cata-down .con-text h1{
		font-size: 1.1rem;
	}
	.show-form .download{
		width: 75%;
	}
	.form .layui-btn{
		margin-top: 1rem;
	}
	.contact .contact-con .all-contact{
		width: 90%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form{
		width: 86%;
    padding:5% 7%;
	}
	.contact .contact-con .all-contact .contact-top .contact-map{
		position: relative;
		content: unset;
    top: unset;
    right: unset;
    width:100%;
    height: 350px;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-h h1{
		font-size: 2.2rem;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-p{
		font-size: 1rem;
		padding: 0px;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form{
		margin-top: 6%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-textarea{
		height: 120px;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-btn{
		margin-top: 1rem;
	}
	.contact .contact-con .all-contact .contact-bottom{
		flex-wrap: wrap;
		padding:5% 10%;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg{
		width: 100%;
		display: block;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con .con-p{
		margin-top: 2%;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con p br{
		display: none;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg:nth-child(2){
		border:unset;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg:nth-child(2) .msg-detail:nth-child(2){
		margin-top: 2%;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg .detail-last{
		margin-top: 2%;
	}
	.contact .footer .foot-nav{
		width: 95%;
		padding: 2% 0%;
	}
	.contact .footer .foot-nav .foot-item{
		justify-content: center;
		flex-wrap: wrap;
	}
	.contact .footer .foot-nav .foot-item .foot-logo{
		display: none;
	}
	.contact .footer .foot-nav .foot-item .item-link{
		margin:0.5% 3%;
	}
	.contact .footer .foot-nav .foot-item .item-link h1{
		font-size: 1.1rem;
	}
	.home .footer-contact{
		padding-top: 7%;
	}
	.same-contact{
		padding: 3% 0%;
	}
	.footer-contact .all-contact{
		width: 90%;
	}
	.footer .foot-nav{
		width: 90%;
	}
	.footer .foot-nav .foot-logo{
		padding:2% 0%;
	}
	.footer .foot-nav .all-nav{
		flex-wrap: wrap;
		padding: 2% 0%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width: 100%;
		margin: 0% auto 3%;
	}
	.footer .foot-nav .all-nav .nav-one .foot-item{
		display:flex;
		display:-webkit-flex;
		flex-wrap: wrap;
	}
	.footer .foot-nav .all-nav .nav-one .foot-item .item-link{
		margin: 0.5rem;
	}
	.footer .foot-nav .all-nav .nav-two{
		width:50%;
    margin: 0% 3% 0% 0%;
	}
	.duiqi{text-align:center;}
	.duiqi2{float:left;}
	.footer .foot-nav .all-nav .nav-three{
		width: 47%;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .img{
		width: 13px;
		margin:2px 7px 0px 0px;
  }
  .footer .foot-nav .all-nav .nav-con .msg-con .con{
  	width:calc(100% - 20px);
  }
	.footer .foot-nav .all-nav .nav-con .msg-con .con p{
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con p br{
		display: none;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con h1{
		font-size: 0.95rem;
		margin-bottom: 0.8rem;
	}
	.footer .foot-bottom{
		padding: 8px;
	}
	.footer .foot-bottom p{
		font-size: 0.8rem;
	}
}
@media screen and (max-width:604px){
	.nav .nav-content{
		width:95%;
	}
	.nav .nav-content .nav-logo{
		width: 7rem;
    margin-right: 0.5rem;
	}
	.nav .nav-content .nav-ul{
		width: calc(100% - 7.5rem);
	}
	.nav .nav-content .nav-ul ul .li-lang .lang{
		font-size: 0.9rem;
		padding: 1px 10px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		margin-left: 10px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line{
		width:35px;
	}
	.auto-hide{
		top: 44px;
		padding-top: 0.8rem;
	}
	.auto-hide .auto-ul li{
		padding: 0.3rem 0rem 0.3rem 1rem;
	}
	.auto-hide .auto-ul .child-other li{
		padding: 0.3rem 0rem 0.2rem 1rem;
	}
	.auto-hide .auto-ul h2{
		font-size:0.95rem;
	}
	.auto-hide .auto-ul h1{
		font-size:1.2rem;
	}
	.nav-top{
		margin-top: 44px;
	}
	.home .home-screen .slide-content .slide-con{
		transform: translate(0%,-50%);
		top: 50%;
		left:3%;
	}
	.home .home-screen .slide-content .slide-con .screen-title h1{
		font-size:1.5rem;
		letter-spacing:1px;
	}
	.home .home-screen .slide-content .slide-con .screen-con p{
		display: none;
		font-size: 0.85rem;
    line-height: 1.4rem;
    letter-spacing: 0.2px;
	}
	.home .home-screen .slide-content .slide-con .screen-btn{
		margin-top:5%;
	}
	.screen-btn p{
		font-size: 0.8rem;
		height: 25px;
    line-height: 28px;
    padding: 0px 10px;
	}
	.home .home-screen .slide-content .slide-con .screen-con p .p-hide{
		display: none;
	}
	.home .home-screen .swiper-container .swiper-pagination{
		top: 40%;
    left: unset;
    right: -40px;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet{
		font-size: 0.7rem;
    margin: 0px 3px;
	}
	.home .home-screen .swiper-container .swiper-pagination-bullet:before{
		top: 120%;
    left: -5px;
    right: unset;
	}
	.home .home-screen .slide-one .slide-content .slide-text{
		display: none;
	}
	.home .home-screen .slide-one .slide-content .slide-con{
		display: block;
		width: 90%;
    max-width: unset;
    min-width: unset;
    top:40%;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-change{
		position: relative;
		content: unset;
    transform: unset;
    top: unset;
    left: unset;
    width: unset;
	}
	.home .home-screen .slide-one .slide-content .slide-con .screen-con{
		width: 60%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-two .slide-content .slide-con{
		top:40%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con{
		width: 60%;
    margin: 1% 0% 2%;
	}
	.home .home-screen .slide-two .slide-content .slide-con .screen-con p{
		line-height: 1.3rem;
	}
	.home .home-screen .slide-three .slide-content .slide-con{
		top: 40%;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-title h1{
		font-size: 1.3rem;
	}
	.home .home-screen .slide-three .slide-content .slide-con .screen-con{
		width:55%;
    margin: 2% 0% 3%;
	}
	.home .home-screen .slide-four .slide-content .slide-con{
		top: 30%;
	}
	.home .home-screen .slide-five .slide-content .slide-con{
		top: 50%;
	}
	.home .home-screen .slide-six .slide-content .slide-con{
		top: 50%;
		left: 55%;
	}
	.home .home-screen .slide-six .slide-content .slide-con .screen-con{
		width:88%;
	}
	.home .home-screen .slide-seven .slide-content .slide-con{
		width: 40%;
	}
	.home .home-product .all-pro{
		width: 90%;
		margin: 5% auto;
	}
	.home .home-product .pro-bc{
		height: 40%;
		bottom: -5%;
	}
	.home .home-product .all-pro .pro-left .pro-nav{
		padding: 3%;
    width: 100%;
	}
	.home .home-product .all-pro .pro-left .pro-nav .same-title h1{
		font-size: 1.3rem;
		letter-spacing: 0.2px;
		font-weight: unset;
	}
	.item-span{
		width: 22px;
    height: 22px
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item{
		width: calc(100% - 2rem);
		padding: 0.8rem 1rem;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item-h h1{
		font-size: 1rem;
	}
	.home .home-product .all-pro .pro-left .pro-nav .pro-item .item .item-circle{
		width: 5px;
    height: 5px;
    margin: 4px 10px 0px 0px;
	}
	.home .home-product .all-pro .pro-right{
		margin-top: 6%;
	}
	.home .home-product .all-pro .pro-right .right-logo{
		margin-bottom: 3%;
	}
	.home .home-product .all-pro .pro-right .right-con .con-p p{
		font-size: 0.95rem;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn a{
		margin: 3% 2% 5% 0%;
		align-items:initial;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn .btn-img{
		width: 25px;
    margin-right: 15px;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn a:hover .btn-img{
		margin-right: 10px;
	}
	.home .home-product .all-pro .pro-right .right-con .con-btn .btn-p{
		font-size: 1.05rem;
	}
	.home .home-product .all-pro .pro-right .right-pro{
		margin-left: -4%;
    margin-right: -5%;
	}
	.home .home-product .all-pro .pro-right .right-pro .right-img:nth-child(1){
		margin-right: -2%;
	}
	.home .home-product .all-pro .pro-right .right-pro .same-btn{
		width:80%;
	}
	.home .home-product .all-pro .pro-right .right-pro .same-btn p{
		padding: 0px;
		font-size: 0.9rem;
		height: 25px;
    line-height: 25px;
	}
	.same-title h1{
		font-size: 1.5rem;
	}
	.home .home-workshop .all-work{
		width: 100%;
		margin: 10% auto 5%;
	}
	.home .home-workshop .all-work .same-title h1{
		text-align: center;
	}
	.home .home-workshop .all-work .work-content{
		margin-top: 4%;
	}
	.home .home-workshop .all-work .work-msg{
		width:100%;
    margin:1% auto 5%;
    background-color:#ffffff;
	}
	.home .home-workshop .all-work .work-msg .work-img{
		width:100%;
		max-width: 333px;
		margin:0% auto 2%;
	}
	.home .home-workshop .all-work .work-msg .work-con{
		width: 90%;
    padding:5%;
    background-color: #f8f8f8;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-title h1{
		font-size: 1.3rem;
		letter-spacing: 0.1px;
		margin-bottom:4%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-p p{
		font-size: 0.9rem;
		line-height: 1.3rem;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn{
		position: relative;
    left: unset;
    bottom: unset;
    margin-top: 5%;
	}
	.home .home-workshop .all-work .work-msg .work-con .con-btn .img{
		width: 22px;
	}
	.home .same-btn p{
		font-size: 0.9rem;
		height: 28px;
    line-height: 28px;
    padding: 0px 20px;
	}
	.home .home-about{
		background:unset;
	}
	.home .home-about .home-cor{
		padding: 10% 0%;
		background: url(../images/home-show-bc.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
	}
	.home .home-about .home-cor .all-cor{
		width: 90%;
    margin: 0% auto;
	}
	.home .home-about .same-title h1{
		letter-spacing: 1px;
	}
	.home .home-about .home-cor .all-cor .title-img{
		top: 48%;
	}
	.home .home-about .home-cor .all-cor .title-img .img{
		width: 25px;
	}
	.home .home-about .home-cor .all-cor .cor-con p{
		letter-spacing: 0.5px;
		font-size: 0.9rem;
		line-height: 1.2rem;
    margin: 6% 0% 8%;
	}
	.home .home-about .home-cor .all-cor .cor-logo{
		width: 30%;
		max-width: 165px;
		right: 0%;
	}
	.same-contact{
		padding: 6% 0% 8%;
	}
	.same-contact .all-contact{
		width:90%;
	}
	.same-contact .all-contact .contact-title p{
		font-size:0.75rem;
		margin: 1% 0% 4%;
	}
	.same-contact .all-contact .contact-form .form{
		width: 84%;
    padding: 5% 8% 3%;
	}
	.same-contact .form .layui-input{
		height: 35px;
    line-height: 35px;
	}
	.same-contact .all-contact .contact-form .form form .layui-form-item{
		width: 100%;
    margin:0% auto 8px;
  }
  .same-contact .all-contact .contact-form .form form .btn{
  	padding: 2%;
  	position: relative;
  	margin-top: 3%;
  }
	.home .home-exhibite .all-exhibite{
		width: 90%;
		margin: 9% auto 10%;
		flex-wrap: wrap;
	}
	.home .home-exhibite .all-exhibite .exhibite-left{
		width: 100%;
    margin:0% auto 6%;
	}
	.home .home-exhibite .all-exhibite .exhibite-right{
		width: 100%;
	}
	.home .home-exhibite .all-exhibite .exhibite-left .con-p p{
		margin: 3% 0% 5%;
		font-size: 0.95rem;
		line-height: 1.4rem;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .same-btn p{
 		font-size: 1rem;
    padding: 0px 30px;
 	}
 	.home .home-exhibite .all-exhibite .exhibite-left .con-logo{
 		width: 35%;
    max-width: 143px;
 	}
	.home .home-service .all-service{
		width: 90%;
		margin: 6% auto 7%;
	}
	.home .home-service .all-service .service-content{
		margin-top: 2%;
		flex-wrap: wrap;
	}
	.home .home-service .all-service .service-content .service-msg{
		width: calc(98% / 2);
    margin: 2% 2% 2% 0%;
    padding: 5% 3% 2.5%;
   	box-sizing: border-box;
	}
	.home .home-service .all-service .service-content .service-msg:nth-child(2n){
		margin-right: 0%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-img{
		width: 55%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-h h1{
		font-size: 1.2rem;
		margin: 12% 0% 4%;
	}
	.home .home-service .all-service .service-content .service-msg .msg-con .con-p p{
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
	.home .home-about{
		background-size: auto 100%;
	}
	.home .home-about .home-cor{
		padding: 6% 0%;
	}
	.home .home-about .home-cor .all-cor{
		width: 50%;
    margin-left: 3%;
	}
	.home .home-about .same-title h1{
		width: max-content;
		letter-spacing: 0px;
	}
	.home .home-about .home-cor .all-cor .title-img{
		display: none;
		top: 45%;
		right: -5%;
	}
	.home .home-about .home-cor .all-cor .title-img .img{
		width: 25px;
	}
	.home .home-about .home-cor .all-cor .cor-con p{
		letter-spacing: 0px;
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 5% 0% 7%;
	}
	.home .home-about .home-cor .cor-person{
		width: 50%;
    margin: 0% 1% -21.5% 0%;
	}
	.same-screen .screen-con{
		top:50%;
		width: 95%;
	}
	.same-screen .screen-con .con-title h1{
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	.same-contact .all-contact .contact-title p{
		font-size: 0.8rem;
	}
	.same-screen .screen-con .con-p{
		display: none;
		font-size: 0.9rem;
		line-height: 1.3rem;
		margin-top: 2%;
	}
	.same-screen .screen-con .con-p br{
		display: none;
	}
	.same-screen .con-img{
		display: none;
		bottom: 8%;
	}
	.same-screen .con-img .img{
		width:35px;
	}
	.allPro .allPro-con{
		width: 95%;
		margin: 7% auto 9%;
	}
	.allPro .allPro-con .allPro-img .img-con{
		padding:1% 0% 3%; 
		width: calc(98% / 2);
    margin: 0% 2% 2% 0%;
	}
	.allPro .allPro-con .allPro-img .img-con:nth-child(2n){
		margin: 0% 2% 2% 0%;
	}
	.allPro .allPro-con .allPro-img .img-con:nth-child(2n){
		margin: 0% 0% 2% 0%;
	}
	.allPro .allPro-con .allPro-img .img-con .img{
		padding:0%;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h{
		bottom: 5%;
		text-align:center;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.allPro .allPro-con .allPro-img .img-con .con-h h1:before{
		content:unset;
	}
	.allPro .allPro-con .allPro-page{
		margin-top: 5%;
	}
	.allPro .allPro-con .allPro-page .page h1{
		font-size: 0.9rem;
		width: 30px;
    height: 30px;
	}
	.product .product-content{
		border-top: 8px solid #000000;
	}
	.product .product-info{
		padding-top: 5%;
	}
	.product .product-content .product-con{
		width: 90%;
	}
	.product .product-info .product-con{
		width: 90%;
    margin: 0% auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.product .product-info .product-con .pro-right{
		width:100%;
		margin:0% auto;
		max-width: 514px;
	}
	.product .product-info .product-con .pro-left{
		width:100%;
		margin:6% auto 8%;
	}
	.product .product-content .product-con .pro-title .title-h h1{
		font-size: 1.8rem;
	}
	.product .product-info .product-con .pro-left .pro-con{
		width: 100%;
		font-size: 0.95rem;
		margin: 3% 0% 5% 0%;
		line-height: 1.5rem;
	}
	.product .product-info .product-con .pro-left .pro-con .con-p{
		margin-bottom: 0.5rem;
	}
	.product .product-info .product-con .pro-left .pro-btn p{
		height: 35px;
    line-height: 37px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding: 0px 30px;
	}
	.product .product-para .para-title .slide-one{
		flex-wrap: wrap;
		padding: 1% 0%;
    justify-content: center;
	}
	.product .product-para .para-title .title-text{
		margin: 1% 4%;
		padding:5px;
		border-bottom: 2px solid transparent;
	}
	.product .product-para .para-title .title-text h1{
		font-size: 1rem;
	}
	.product .product-para .bottom-img .slide-two .para-img{
		width: 90%;
	}
	.product .product-para .bottom-img .swiper-slide .para-img .img:nth-child(2){
		margin-left: 3%;
	}
	.product .product-similar{
		margin-top: 7%;
	}
	.product .product-similar .pro-similar{
		position: relative;
		margin: 7% auto 9%;
	}
	.product .product-similar .pro-similar .swiper-container{
		position: unset;
		padding: 0%;
	}
	.product .product-similar .pro-similar .con-text p{
		width:88%;
		font-size: 0.9rem;
		height: 25px;
    line-height: 27px;
    padding: 0px;
	}
	.product .product-similar .pro-similar .prev-next:after{
		font-size: 1rem;
	}
	.product .product-similar .pro-similar .swiper-button-prev{
		left: -3%;
	}
	.product .product-similar .pro-similar .swiper-button-next{
		right:-3%;
	}
	.land .same-screen .screen-con .con-title h1{
		font-size: 1.5rem;
	}
	.land .same-screen .screen-con .con-p{
		font-size: 0.8rem;
		line-height: 1.1rem;
		margin-top: 1%;
	}
	.land .same-screen .con-img{
		bottom: 8%;
	}
	.land .same-screen .con-img .img{
		width: 28px;
	}
	.land .land-con{
		width: 90%;
	}
	.land .land-pro .land-same{
		margin: 4.5% auto;
	}
	.same-btn2 p{
		font-size: 1.1rem;
		padding:0px 30px;
	}
	.land .pro-text h1{
		font-size: 1rem;
	}
	.land .land-pro .land-same .pro-text{
		bottom: 6%;
	}
	.land .land-house .all-house .pro-show{
		width: 49%;
	}
	.land .land-house .all-house .pro-show:nth-child(1){
		margin-right: 2%;
	}
	.land .land-pro .land-same .pro-one{
		flex-wrap: wrap;
	}
	.land .land-pro .land-same .pro-two{
		flex-wrap: wrap;
	}
	.land .land-house .land-same .pro-left{
		width:100%;
		margin:1% auto;
	}
	.land .land-house .land-same .pro-right{
		width:100%;
		margin:1% auto;
	}
	.land .land-house .all-house .pro-two .pro-right{
		margin:1% auto;
	}
	.land .land-house .all-house .pro-right{
		margin: 0% 1% 0% 0%;
	}
	.land .land-house .all-house .pro-one{
		flex-wrap: wrap;
		margin-bottom: 1%;
	}
	.land .land-house .all-house .pro-one .pro-left .land-text{
		display: none;
	}
	.land .land-house .land-same .pro-one .pro-left{
		display: none;
	}
	.land .land-house .all-house .pro-one .pro-left .land-img{
		width: 100%;
	}
	.land .land-text .text-title h1{
		font-size: 1.5rem;
	}
	.land .land-text .text-con{
		font-size: 0.9rem;
	}
	.land .land-civil .all-civil .pro-one{
		flex-direction: column-reverse;
	}
	.land .land-civil .all-civil .pro-one .pro-left{
		width:100%;
		margin:1% auto;
	}
	.land .land-civil .all-civil .pro-one .pro-right{
		width:100%;
		margin:1% auto;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text{
		width:100%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-con{
		width: 100%;
    margin-top: 3%;
	}
	.land .land-civil .all-civil .pro-one .pro-left .land-text .text-logo{
		display: none;
	}
	.land .land-civil .all-civil .pro-one .pro-right .pro-show{
		width: 49%;
    margin: 0% 2% 0% 0%;
	}
	.land .land-civil .all-civil .pro-one .pro-right .show-top{
		margin-bottom: 2%;
	}
	.land .land-choose{
		padding: 7% 0% 5%;
	}
	.land .land-choose:before{
		height:12%;
	}
	.land .land-choose .all-choose{
		flex-wrap: wrap;
	}
	.land .land-choose .all-choose .choose-left{
		width: 100%;
    margin: 0% auto 5%;
    max-width: 811px;
	}
	.land .land-choose .all-choose .choose-right{
		width: 100%;
    margin: 0% auto;
	}
	.land .land-choose .all-choose .choose-right .right-title h1{
		font-size: 1.8rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv{
		margin-top: 3%;
		flex-wrap: wrap;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con{
		width: calc(98% / 2);
    margin: 2% 2% 1% 0%;
    padding: 4% 2%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con:nth-child(2){
		margin: 2% 0% 1% 0%;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con h1{
		font-size: 1.1rem;
	}
	.land .land-choose .all-choose .choose-right .right-adv .adv-con p{
		margin-top: 5px;
	}
	.land .land-choose .all-choose .choose-right .right-brand{
		position: relative;
    width: 100%;
    margin: 5% auto 0%;
	}
	.land .land-choose .all-choose .choose-right .right-brand .brand-img{
		margin: 0rem 1rem;
	}
	.land .land-choose .all-choose .choose-right .right-brand .brand-img:nth-last-child(1){
		margin: 0rem 1rem;
	}
	.land .land-work .all-work .work-one{
		width: 100%;
    margin:5% auto 1%;
    flex-wrap: wrap;
	}
	.land .land-work .all-work .work-one .work-img{
		width: 90%;
    margin: 1% auto;
	}
	.land .land-work .all-work .work-one .work-img:nth-child(1){
		width: 90%;
    margin: 1% auto;
	}
	.land .land-work .all-work .work-two{
		flex-wrap: wrap;
		padding-bottom: 3%;
	}
	.land .land-work .all-work .work-two:before{
		content:unset;
	}
	.land .land-work .all-work .work-two .work-left{
		width: 88%;
    margin: 0% auto 5%;
    max-width: 789px;
	}
	.land .land-work .all-work .work-two .work-right{
		width:100%;
	}
	.land .land-work .all-work .work-two .work-right .work-con{
		position: relative;
    left: unset;
    width: 88%;
    bottom: unset;
    margin: 0% auto 3%;
	}
	.land .land-work .all-work .work-two .work-right .work-img{
		flex-wrap: wrap;
	}
	.land .land-work .all-work .work-two .work-right .work-con .text-title{
		margin-bottom: 2%;
	}
	.land .land-work .all-work .work-two .work-left .work-logo{
		display: none;
	}
	.land .land-work .all-work .work-two .work-right .work-img .img{
		width: 90%;
    margin: 1% auto;
	}
	.land .land-work .all-work .work-two .work-right .work-img .img:nth-child(1){
		width: 90%;
    margin: 1% auto;
	}
	.land .same-room .all-room{
		width:90%;
		flex-wrap: wrap;
	}
	.same-room .all-room .room-left{
		width: 100%;
    margin: 1% auto;
	}
	.same-room .all-room .room-right{
		width: 100%;
    margin: 1% auto;
	}
	.same-room .all-room .room-left .left-text{
		position: relative;
		content: unset;
    top: unset;
    left: unset;
    margin-bottom: 4%;
	}
	.same-room .all-room .room-left .left-text h1{
		font-size: 1.8rem;
	}
	.same-room .all-room .room-left .left-text .line{
		display: none;
		width: 40px;
		margin-left: 1rem;
	}
	.same-room .all-room .room-right .room-img .img-rotate{
		margin: 4px;
	}
	.land .land-company{
		padding: 7% 0%;
		background-size: auto 100%;
	}
	.land .land-company .land-adv{
		flex-wrap: wrap;
	}
	.land .land-company .land-adv .adv-detail{
		width: 88%;
   	margin:3% auto;
    padding: 5%;
    box-sizing: border-box;
	}
	.land .land-company .land-adv .adv-detail:nth-child(2){
		margin:3% auto;
	}
	.land .land-company .land-adv .adv-detail:nth-child(3){
		width: 88%;
   	margin:3% auto;
	}
	.land .land-company .land-adv .adv-detail .adv-h h1{
		font-size: 2.5rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2{
		font-size: 1.2rem;
		margin:0.8rem 0rem 0rem 0.5rem;
	}
	.land .land-company .land-adv .adv-detail .adv-h h2 sup{
		font-size: 0.8rem;
	}
	.land .land-company .land-adv .adv-detail .adv-p{
		margin-top:3%;
	}
	.land .land-company .land-adv .adv-detail .adv-img{
		top: -15px;
    right: -15px;
    width: 40px;
	}
	.land .land-company .land-profile{
		flex-wrap: wrap;
		align-items: center;
	}
	.land .land-company .land-profile .profile-left{
		width: 100%;
		margin:0% auto;
	}
	.land .land-company .land-profile .profile-right{
		width: 100%;
		margin:5% auto 0%;
		max-width: 800px;
	}
	.land .land-company .land-profile .profile-right .text-title{
		margin-bottom: 2.5%;
	}
	.land .land-company .land-profile .profile-right .text-con{
		font-size: 0.9rem;
	}
	.land .land-company .land-profile .profile-right .text-con p:nth-child(1){
		margin-bottom: 1%;
	}
	.land .land-company .land-profile .profile-right .right-btn a{
		position: relative;
		content:unset;
		left:unset;
		bottom:unset;
		margin-top:3%;
		justify-content: flex-end;
	}
	.land .land-borehole .pro-one{
		flex-wrap: wrap;
	}
	.land .land-borehole .pro-one .pro-left{
		width: 100%;
		margin:1% auto;
	}
	.land .land-borehole .pro-one .pro-right{
		width: 100%;
		margin:1% auto;
	}
	.land .land-borehole .pro-one .pro-left .text-con{
		margin: 2% 0% 4%;
	}
	.land .land-borehole .pro-one .pro-left .text-logo{
		display: none;
	}
	.land .land-borehole .pro-one .pro-right .pro-show:nth-child(1){
		margin-right: 2%;
	}
	.land .land-borehole .pro-two{
		margin-top:8%;
	}
	.land .land-borehole .pro-two .pro-left{
		width: 100%;
		margin:1% auto;
	}
	.land .land-borehole .pro-two .pro-right{
		width: 100%;
		margin:5% auto;
		flex-wrap: wrap;
	}
	.land .land-borehole .pro-two .pro-left .text-con{
		width: 100%;
		margin: 2% 0% 4%;
	}
	.land .land-borehole .pro-two .pro-right .pro-show{
		width:49%;
		margin:2% 2% 0% 0%;
	}
	.land .land-borehole .pro-two .pro-right .pro-show:nth-child(2n){
		margin:2% 0% 0% 0%;
	}
	.land .land-dewater{
		padding-top: 5%;
		background-size: auto 30%;
	}
	.land .land-dewater .pro-dewater{
		flex-wrap: wrap;
		align-items: inherit;
	}
	.land .land-dewater .pro-dewater .pro-left{
		width: 100%;
		margin:0% auto;
	}
	.land .land-dewater .pro-one .pro-right{
		width: 100%;
		margin:5% auto 2%;
		padding: 5% 0% 0%;
	}
	.land .land-dewater .pro-one .pro-left .text-title h1{
		font-size: 1.8rem;
	}
	.land .land-dewater .pro-one .pro-left .text-con{
		width: 100%;
		margin: 2% 0% 5%;
		line-height: 1.2rem;
	}
	.land .land-dewater .pro-one .pro-left .screen-btn p{
		font-size: 1rem;
    height: 32px;
    line-height: 32px;
    padding: 0px 30px;
	} 
	.land .land-dewater .pro-one .pro-left .land-detail{
		display: none;
		bottom: 5%;
		width:100%;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .con-img{
		width: 25px;
    margin: 0px 5px 0px 0px;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .con-p{
		font-size: 0.9rem;
	}
	.land .land-dewater .pro-one .pro-left .land-detail .detail-con:nth-child(2){
		margin: 0px 10px;
	}
	.land .land-dewater .pro-one .pro-right .pro-show .pro-text{
		margin-bottom: -7%;
	}
	.land .land-dewater .pro-two{
		margin: 0% auto;
	}
	.land .land-dewater .pro-two:before{
		height:100%;
	}
	.land .land-dewater .pro-two .pro-right{
		flex-wrap: wrap;
	}
	.land .land-dewater .pro-two .pro-right .pro-show{
		width: 49%;
    margin: 2% 2% 0% 0%;
	}
	.land .land-dewater .pro-two .pro-right .pro-show:nth-child(2n){
		margin: 2% 0% 0% 0%;
	}
	.land .land-dewater .pro-dewater .pro-right{
		width:100%;
	}
	.land .land-dewater .pro-three{
		flex-direction: column-reverse;
	}
	.land .land-dewater .pro-three:before{
		width:100%;
		height:100%;
	}
	.land .land-dewater .pro-three .pro-left{
		display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 95%;
    padding:2.5%;
    margin-top:4%;
	}
	.land .land-dewater .pro-three .pro-left .land-text{
		margin-left:0%;
	}
	.land .land-dewater .pro-three .pro-left .land-text .text-title h1{
		color: #3d3d3d;
		letter-spacing:-0.5px;
	}
	.land .land-dewater .pro-three .pro-left .land-text .text-con{
		color: #363636;
		margin-top: 2%;
	}
	.land .land-dewater .pro-three .pro-left .land-bc{
		height: 100%;
    width: max-content;
    display: none;
	}
	.land .land-dewater .pro-three .text-logo{
		display: none;
	}
	.land .land-bathtub .all-bathtub .pro-one{
		flex-direction: column-reverse;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left .text-logo{
		display: none;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left{
		width:100%;
    margin:2% auto;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-right{
		width:100%;
    margin:2% auto;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-right .pro-show{
		width: 49.25%;
    margin-right: 1.5%;
	}
	.land .land-bathtub .all-bathtub .pro-two .pro-right .pro-show:nth-child(1){
		display: none;
		margin:0%;
	}
	.land .land-bathtub .all-bathtub .pro-two .pro-right .pro-show{
		width:49%;
	}
	.land .land-bathtub .all-bathtub .pro-one .pro-left .text-con{
		margin: 0% auto 5%;
	}
	.land .same-btn{
		height: 30px;
    line-height: 30px;
	}
	.land .same-btn2 p{
		font-size: 1rem;
    padding: 0px 28px;
	}
	.land .land-swim .all-swim .pro-one .pro-right{
		flex-wrap: wrap;
	}
	.land .land-swim .all-swim .pro-one .pro-right .pro-show{
		width: 49%;
    margin: 2% 2% 0% 0%;
	}
	.land .land-swim .all-swim .pro-one .pro-right .pro-show:nth-child(2n){
		margin: 2% 0% 0% 0%;
	}
	.land .land-swim .all-swim .pro-two{
		margin-top: 1%;
		align-items: flex-start;
	}
	.land .land-swim .all-swim .pro-two .pro-left{
		width: 100%;
		margin: 2% auto;
	}
	.land .land-swim .all-swim .pro-two .pro-left .pro-show{
		width: 49%;
    margin-right: 2%;
	}
	.land .land-swim .all-swim .pro-two .pro-right{
		width: 100%;
		margin: 2% auto;
		padding:4% 2%;
    background-size: 100% 100%;
	}
	.land .land-swim .all-swim .pro-two .pro-right .land-text{
		width: 98%;
	}
	.land .land-swim .all-swim .pro-two .pro-right .land-text .text-con{
		margin: 2% auto 4%;
    line-height: 1.2rem;
	}
	.land .pro-main .land-con .pro-right .right-img{
		display: none;
	}
	.land .pro-main .land-con{
		flex-wrap: wrap;
		margin: 4% auto;
	}
	.land .pro-main .land-con .pro-left{
		width: 100%;
		margin:2% auto 7%;
	}
	.land .pro-main .land-con .pro-right{
		width:100%;
		margin:0% auto 5%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.land-pros .land-text .text-title h1{
		font-size: 1.5rem;
		letter-spacing: 0.5px;
	}
	.land-pros .land-text .text-con{
		font-size: 0.9rem;
    letter-spacing: 0px;
    line-height: 1.5rem;
	}
	.land .pro-main .land-con .pro-right .right-con .land-text{
		margin-bottom: 5%;
	}
	.land .pro-main .land-con .pro-right .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land-pros .land-pro{
		padding: 4% 0%;
		margin:1% auto;
	}
	.land-pros .pro-detail .detail-one .land-text .text-title h1{
		margin-bottom: 2.5%;
	}
	.land-pros .pro-detail .detail-three .land-con{
		width: 90%;
		flex-wrap: wrap;
	}
	.land .pro-detail .detail-three .detail-left{
		width: 100%;
    margin: 1% auto;
	}
	.land .pro-detail .detail-three .detail-right{
		position: relative;
    content: unset;
    right: unset;
    bottom: unset;
    width: 100%;
    height: 300px;
  }
	.land-pros .pro-detail .detail-three .text-title h1{
		margin: 2% 0% 4%;
		text-align: center;
	}
	.land .pro-detail .detail-three .detail-left .detail-img .imgs:nth-child(1){
		margin-bottom: 5px;
	}
	.land .pro-detail .detail-three .detail-left .detail-img .imgs .img:nth-child(1){
		margin-right: 5px;
	}
	.land-pros .pro-apply .apply-con{
		flex-wrap: wrap;
		width: 95%;
	}
	.land-pros .pro-apply .apply-con .con-left{
		width:100%;
		margin: 0%;
	}
	.land-pros .pro-apply .apply-con .con-right{
		width:100%;
	}
	.land-pros .pro-apply .apply-con p{
		font-size: 0.95rem;
		line-height: 1.5rem;
		padding-left:0.8rem;
	}
	.land-pros .pro-apply .apply-con p:before{
		top: 9px;
    width: 5px;
    height: 5px;
	}
	.land-pros .pro-related .land-text .text-title h1{
		margin:1% auto 3%;
	}
	.land-pros .pro-related .related-slide p{
		font-size: 0.95rem;
	}
	.land-pros .pro-related .related-slide .swiper-container{
		padding-bottom:8%;
	}
	.land-pros .pro-related .related-slide .swiper-container .swiper-pagination-bullets{
		bottom:1px;
	}
	.land-pros .pro-related .related-slide .swiper-container .swiper-pagination-bullet{
		width: 5px;
    height: 5px;
    margin: 3px;
	}
	.land .pro-detail .detail-two .detail-img{
		width:95%;
		margin:0% auto;
		flex-wrap: wrap;
	}
	.land-pros .pro-detail .detail-two .land-text .text-title h1{
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-five{
		padding:5% 0%;
	}
	.land .pro-detail .detail-five .text-title h1{
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-five .detail-img{
		width: 100%;
	}
	.land .pro-detail .detail-five .detail-img .img{
		width: calc(98% / 2);
    margin: 2% 2% 0% 0%;
	}
	.land .pro-detail .detail-five .detail-img .img:nth-child(5n){
		margin: 2% 2% 0% 0%;
	}
	.land .pro-detail .detail-five .detail-img .img:nth-child(2n){
		margin: 2% 0% 0% 0%;
	}
	.land-pros .pro-apply .land-text .text-title h1{
		margin-bottom: 3%;
	}
	.fps .pro-main .land-con{
		width: 90%;
	}
	.fps .fps-main1 .land-con{
		flex-wrap: inherit;
	}
	.fps .fps-main1 .land-con .main-img:nth-child(1){
		margin-right: 0%;
	}
	.fps .pro-main .land-con .pro-right .right-img{
		left: 110%;
	}
	.fps .pro-detail .detail-three .land-con{
		width: 95%;
	}
	.fps .pro-detail .detail-three .detail-left{
		width: 100%;
    margin:2% auto;
	}
	.fps .pro-apply .apply-con .con-detail{
		flex-wrap: wrap;
	}
	.fps .pro-apply .apply-con .con-detail .con-text{
		width:88%;
		margin:0% auto;
	}
	.fps .pro-apply .apply-con .con-detail .con-text p{
		font-size: 0.9rem;
		padding-left: 0.8rem;
		line-height: 1rem;
	}
	.fps .pro-apply .apply-con .con-detail .con-text p:before{
		top: 6px;
    width: 4px;
    height: 4px;
	}
	.land .pro-detail .detail-four .text-title h1{
		margin-bottom:2%;
	}
	.land .pro-detail .detail-four .detail-img .img{
		width: calc(98% / 2);
    margin: 1% 2% 0% 0%;
	}
	.land .pro-detail .detail-four .detail-img .img:nth-child(4n){
		margin: 1% 2% 0% 0%;
	}
	.land .pro-detail .detail-four .detail-img .img:nth-child(2n){
		margin: 1% 0% 0% 0%;
	}
	.hvs .pro-main .land-con .pro-left{
		width: 88%;
    margin: 0% auto -8%;
	}
	.hvs .hvs-detail .detail-two .detail-chart .img:nth-child(1){
		margin: 0% auto;
    width: 50%;
	}
	.stp .pro-apply .detail-img .img:nth-child(1){
		margin-right:0%;
	}
	.stp .pro-apply .detail-img{
		flex-wrap: wrap;
	}
	.spsn .pro-main .land-con .pro-left{
		width: 80%;
    margin: 0% auto -3%;
	}
	.spsn .spsn-detail .detail-two .detail-chart .img:nth-child(1){
		margin: 0% auto -5%;
    width: 60%;
	}
	.BSQG .pro-main .land-con .pro-right .right-con{
		width: 100%;
	}
	.BSQG .pro-main .land-con .pro-right .right-con:nth-last-child(1){
		width: 100%;
	}
	.land-pros .pro-video{
		padding:5% 0%;
	}
	.land-pros .pro-video .land-con{
		width: 90%;
    flex-wrap: wrap;
	}
	.land-pros .pro-video .land-con .detail-left{
		width:100%;
		margin:0% auto;
	}
	.land-pros .pro-video .land-con .detail-right{
		width:100%;
		margin:7% auto 0%;
	}
	.land-pros .pro-video .land-con .detail-right .land-btn{
		margin-top: 0%;
	}
	.land-pros .pro-video .land-con .detail-right .right-title h1{
		font-size: 1.5rem;
	}
	.land-pros .pro-video .land-con .detail-right .land-text{
		margin: 4% 0%;
	}
	.land-pros .pro-video .land-con .detail-right .land-text .text-title h1{
		font-size: 1.2rem;
		margin-bottom: 1%;
  }
	.land-pros .pro-video .land-con .detail-right .land-text .text-con{
		line-height: 1.5rem;
	}
	.land-pros .pro-video .land-con .detail-right .screen-btn p{
		height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
    padding: 0px 30px;
	}
	.land-pros .pro-video .land-con .detail-right .btn-p{
		display: none;
	}
	.BSQG .pro-detail .detail-two .detail-chart .img{
		margin-left:-30%;
	}
	.BSQG .pro-detail .detail-two .detail-img{
		flex-wrap: inherit;
	}
	.land .pro-detail .detail-six .land-con{
		align-items: flex-end;
		flex-wrap: wrap;
	}
	.land .pro-detail .detail-six .land-con .detail-left .text-title h1{
		font-size: 1.1rem;
    font-weight: 100;
    letter-spacing: 0px;
		padding: 0.8rem 0rem;
		margin-bottom: 2%;
	}
	.land .pro-detail .detail-six .land-con .detail-left{
		width:100%;
		margin:2% auto 0%;
	}
	.land .pro-detail .detail-six .land-con .detail-right{
		width:100%;
		margin:1% auto 0%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-img{
		width: calc(99% / 2);
    margin: 1% 1% 0% 0%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-img:nth-child(2n){
		margin: 1% 0% 0% 0%;
	}
	.land .pro-detail .detail-six .land-con .detail-right .right-bottom{
		margin-bottom: 0%;
	}
	.SDM .pro-detail .detail-four .detail-img .img{
		width: calc(99% / 2);
    margin: 1% 1% 0% 0%;
	}
	.SDM .pro-detail .detail-pack .detail-img .img{
		width: calc(98% / 2);
    margin: 1% 2% 0% 0%;
	}
	.cm .pro-detail .detail-four .detail-img .img{
		width: calc(99% / 2);
    margin: 1% 1% 0% 0%;
	}
	.cm .pro-detail .detail-four .detail-bottom .img{
		width: 100%;
    margin: 1% auto;
	}
	.cm .pro-detail .detail-four .detail-bottom .img:nth-child(2){
		margin: 0% auto 2%;
	}
	.f .pro-main .land-con{
		width:95%;
	}
	.f .pro-main .land-con .left-img{
		margin:2% auto;
	}
	.f .pro-main .land-con .right-img{
		margin:2% auto;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.f .pro-detail .detail-two .land-text .text-title h1{
		font-size: 1.5rem;
		margin:1% 0% 2.5%;
	}
	.f .f-detail .detail-two .show-img{
		margin-top: 2%;
	}
	.f .f-detail .detail-two .show-img .img:nth-child(1){
		margin:0% auto 2%;
	}
	.f .f-detail .detail-four .detail-img{
		width: 95%;
		margin:2% auto;
		flex-wrap: wrap;
		align-items: center;
	}
	.f .f-detail .detail-four .detail-img:nth-child(2){
		flex-direction: row-reverse;
	}
	.f .f-detail .detail-four .detail-img .img{
		width: auto;
	  margin:0% auto;
	}
	.f .f-detail .detail-six .detail-img{
		width: 100%;
		margin:2% auto;
		flex-wrap: wrap;
		align-items: center;
	}
	.f .f-detail .detail-six .detail-img .img{
		width: auto;
	  margin:0% auto;
	}
	.fps .same-screen .con-img{
		bottom: 17%;
	}
	.fps .fps-pro1 .all-pro{
		margin: 3% auto 0%;
	}
	.fps .fps-pro1 .pro-imgs{
		flex-wrap: wrap;
	}
	.fps .fps-pro1 .pro-imgs .pro-img{
		width:40%;
		margin:3% 5%;
	}
	.fps .fps-pro2{
		padding: 2% 0% 0.5%;
	}
	.fps .fps-pro3 .pro-imgs{
		margin: 5% auto;
	}
	.fps .fps-pro1 .all-pro .pro-con{
		margin: 5% auto;
	}
	.fps .fps-pro .pro-con .pro-title h1{
		font-size: 1.3rem;
		margin-bottom: 1%;
	}
	.fps .fps-pro .pro-con .pro-text p{
		font-size: 0.95rem;
		margin: 5px 0px;
	}
	.fps .fps-pro2 .pro-top{
		flex-wrap: wrap;
	}
	.fps .fps-pro2 .pro-top .top-left{
		width: 100%;
  	margin:0% auto;
  	display: flex;
  	display: -webkit-flex;
  }
  .fps .fps-pro2 .pro-top .top-left .pro-img{
		width:42%;
		margin:5% 4%;
	}
	.fps .fps-pro2 .pro-top .top-right{
		width: 100%;
  	margin:0% auto;
	}
	.fps .fps-pro2 .pro-top .top-right .pro-img{
		margin: 0% auto 5%;
	}
	.fps .fps-pro3 .pro-imgs .pro-img{
		padding: 3% 0% 2%;
	}
	.fps .fps-pro3 .pro-center{
		flex-wrap: wrap;
	}
	.fps .fps-pro3 .pro-center .pro-img{
		width: 100%;
  	margin:0% auto;
	}
	.fps .fps-pro3 .pro-center .pro-con{
		width: 100%;
  	margin:5% auto 0%;
	}
	.fps .fps-pro .pro-titles h1{
		font-size: 1.5rem;
	}
	.fps .fps-pros .pro-imgs{
		flex-wrap: wrap;
	}
	.fps .fps-pros .pro-img{
		width:100%;
		margin:2% auto;
	}
	.fps .fps-pro4 .pro-imgs:nth-child(1) .pro-img:nth-child(1){
		width:80%;
	}
	.sea .sea-main .land-con{
		margin: 8% auto;
	}
	.sea .sea-main .land-con .pro-item .item-con{
		height:25px;
		line-height: 25px;
	}
	.sea .sea-main .land-con .pro-item .item-con h1{
		font-size:0.9rem;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .all-con{
		padding: 6% 0%;
		flex-wrap: wrap;
	}
	.sea .sea-main .land-con .pro-detail .detail-case .con-left h1{
		font-size: 1.3rem;
    letter-spacing: 0px;
	}
	.sea .land-con .text-con p{
		margin-bottom:5px;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-left{
		width:88%;
		margin:0% auto 5%;
	}
	.sea .sea-main .land-con .pro-detail .detail-con .con-right{
		width:100%;
		justify-content: center;
	}
	.sea .sea-main .land-con .pro-detail .detail-case .all-con .con-left{
		width:100%;
		margin:0% auto 5%;
	}
	.sea .sea-main .land-con .pro-show{
		flex-wrap: wrap;
	}
	.sea .sea-main .land-con .pro-show .pro-img{
		width: calc(96% / 2);
    margin: 1%;
	}
	.sea .sea-detail .sea-one{
		padding: 5% 0% 7%;
	}
	.sea .sea-detail .sea-one .detail-left .text-title h1{
		font-size: 1.5rem;
		margin-bottom: 3%;
	}
	.sea .sea-detail .sea-one .detail-left{
		flex-wrap: wrap;
	}
	.sea .sea-detail .sea-one .detail-left .left-one{
		width: 100%;
    margin: 5% auto;
	}
	.sea .sea-detail .sea-one .detail-left .left-two{
		width:50%;
		margin: 0% auto;
	}
	.sea .sea-detail .sea-two .land-con{
		margin-top: -12%;
	}
	.sea .sea-detail .sea-two .text-title h1{
		font-size: 1.5rem;
		margin-bottom: 4%;
	}
	.sea .sea-detail .sea-two .detail-left{
		flex-wrap: wrap;
	}
	.sea .sea-detail .sea-two .detail-left .left-con{
		width:100%;
		margin:2% auto;
	}
	.sea .sea-detail .sea-two .left-two .left-con{
		margin:0% auto;
	}
	.sea .sea-detail .sea-two .left-two .left-con .land-text{
		width:100%;
		margin:0% auto;
	}
	.sea .sea-detail .sea-three .detail-left{
		flex-wrap: wrap;
	}
	.sea .sea-detail .sea-three .detail-left .left-con{
		width: 100%;
    margin:3% auto;
	}
	.sea .sea-detail .sea-three .detail-left .left-con .text-title h1{
		font-size: 1.3rem;
    letter-spacing: 0px;
	}
	.sea .sea-detail .sea-three .detail-left .left-con .text-con{
		width:100%;
	}
	.sea .sea-detail .sea-three .detail-right{
		align-items: center;
		flex-wrap: wrap;
	}
	.sea .sea-detail .sea-three .detail-right .right-one{
		width: 100%;
    margin: 0% auto 5%;
	}
	.sea .sea-detail .sea-three .detail-right .right-two{
		width:100%;
		justify-content: center;
	}
	.sea .sea-detail .sea-three .detail-right .right-two .right-img{
		width: calc(96% / 2);
    margin:1%;
	}
	.cm-add .add-pro{
		flex-wrap: wrap;
	}
	.cm-add .cm-pro .add-one .pro-show{
		width:100%;
		margin:2% auto;
	}
	.cm-add .cm-pro .pro-show .pro-text{
		top:85%;
	}
	.cm-add .cm-pro .add-two .pro-show{
		width:49%;
		margin:2% 2% 2% 0%;
		padding:0% 0% 4%;
		background-color: #f9f9f9;
	}
	.cm-add .cm-pro .add-two .pro-show:nth-child(2){
		margin-right:0%;
	}
	.cm-add .cm-pro .add-two .pro-show:nth-child(3){
		width:100%;
		margin:2% auto;
		padding:0%;
		background-color: #ffffff;
	}
	.land .land-bathtub .all-bathtub .pro-three{
		flex-wrap: wrap;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-show{
		padding: 5% 0% 7%; 
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-left{
		width: 100%;
    margin: 2% auto;
	}
	.land .land-bathtub .all-bathtub .pro-three .pro-right{
		width: 100%;
    margin: 2% auto;
	}
	.land .all-fs .pro-one{
		width: 100%;
		flex-wrap: wrap;
	}
	.land .all-fs .pro-one .pro-left{
		width:100%;
		margin:2% auto;
	}
	.land .all-fs .pro-one .pro-right{
		width:100%;
		margin:2% auto;
	}
	.land .all-fs .land-text .text-title h1{
		font-size: 1.6rem;
	}
	.land .all-fs .land-text .text-con p{
		padding-left:10px;
		font-size: 0.9rem;
    line-height: 1.3rem;
	}
	.land .all-fs .land-text .text-con p:before{
		left: -4px;
    top: 7px;
		width: 5px;
    height: 5px;
	}
	.land .all-pool .pro-one{
		width:100%;
		flex-wrap: wrap;
	}
	.land .all-pool .pro-one .pro-left{
		width:100%;
		margin:2% auto;
	}
	.land .all-pool .pro-one .pro-right{
		width:100%;
		margin:2% auto;
	}
	.land .all-pool .pro-one .pro-left .land-text{
		position: relative;
	}
	.land .all-pool .pro-one .pro-left .pro-img{
		margin:-15% 0% -20%;
	}
	.land .pool-apply .apply-slide .slide-text{
		font-size: 0.95rem;
	}
	.cm .pro-main .cm-pro{
		flex-wrap: wrap;
		margin:-5% auto 5%;
	}
	.cm .pro-main .cm-pro .pro-img{
		width: calc(96% / 2);
    margin:1%;
	}
	.cm .pro-main .cm-pro .pro-img:nth-last-child(1){
		margin:1%;
	}
	.cm .cm-detail .detail-add{
		width:98%;
		margin:0% auto;
	}
	.cm .cm-detail .detail-add .detail-top{
		width: 90%;
		flex-wrap: wrap;
	}
	.cm .cm-detail .detail-add .detail-top .top-left{
		width:100%;
		margin:4% auto 7%;
	}
	.cm .cm-detail .detail-add .detail-top .top-right{
		width:100%;
	}
	.cm .cm-detail .detail-add .detail-top .land-text .text-con{
		font-size: 0.95rem;
    letter-spacing: -0.2px;
	}
	.cm .cm-detail .detail-four .detail-top .img{
		width: calc(96% / 2);
    margin: 1%;
	}
	.cm .cm-detail .detail-four .detail-top .img:nth-child(2n){
		margin: 1%;
	}
	.submer .screen-two .screen-con .con-p{
		width: 100%;
	}
	.submer .screen-one{
		padding-top:0%;
	}
	.submer .change-two{
		background-size: auto 25%;
	}
	.submer .change-two .pro-one .pro-right .pro-show .pro-text{
		margin-bottom: 5%;
	}
	.submer .change-two .pro-two .pro-right .pro-show{
		width: 46%;
    margin:2%;
		padding: 1.5% 0% 2%;
	}
	.submer .change-two .pro-two .pro-right .pro-show .pro-img{
		width:auto;
		padding:0% 10%;
	}
	.submer .change-two .pro-two .pro-right .pro-show:nth-child(2){
		width: 46%;
    margin:2%;
	}
	.submer .change-two .pro-two .pro-right .pro-show:nth-child(3){
		width: 46%;
    margin:2%;
	}
	.submer .change-two .pro-three .pro-left{
		width:100%;
		margin:0% auto;
		display: block;
	}
	.submer .change-two .pro-three .pro-right{
		width: 46%;
    margin: -62.5% 2% 2% 52%;
    padding: 1.5% 0% 2%;
	}
	.submer .change-two .pro-three .pro-left .land-detail{
		display: none;
	}
	.submer .change-three .pro-one .detail-img:nth-child(1){
		margin:0% 0% 2% 0%;
	}
	.submer .change-three .pro-one .pro-right{
		width:100%;
		flex-wrap: wrap;
		padding: 0%;
    margin: 0%;
	}
	.submer .change-three .pro-one .pro-right .pro-show{
		padding: 3% 5% 5%;
		width:38%;
		margin:1%;
	}
	.submer .change-three .pro-two .pro-right .detail-img:nth-child(1){
		margin:5% auto;
	}
	.submer .change-three .pro-two{
		flex-wrap: wrap
	}
	.submer .change-three .pro-two .pro-left{
		width:100%;
		margin:0% auto;
	}
	.submer .change-three .pro-two .pro-right{
		width:100%;
		margin:0% auto;
	}
	.submer .change-three .pro-two .pro-left .text-logo{
		display: none;
	}
	.submer .change-three .pro-two .pro-left .text-con{
		margin: 3% 0% 7%;
	}
	.submer .change-three .pro-two .pro-left .land-text{
		margin:5% auto;
	}
	.submer .change-three .pro-two .pro-left .land-text h1{
		font-size: 1.6rem;
	}
	.submer .change-two .pro-three{
		flex-direction: inherit;
	}
	.submer .change-two .pro-three .pro-title h1{
		font-size: 1.1rem;
		letter-spacing: 0px;
		margin: 6% 0% 3%;
	}
	.submer .change-one .pro-three:before{
		content: unset;
	}
	.submer .change-one .pro-three .pro-show{
		padding-bottom: 2%;
	}
	.submer .change-one .pro-three .pro-right{
		flex-wrap: wrap;
	}
	.submer .change-one .pro-three .pro-right .pro-show{
		width: calc(90% / 2);
    margin: 2% 2% 2% 0%;
    padding: 2%;
    background-color: #f8f8f8;
	}
	.submer .change-one .pro-three .pro-right .pro-show:nth-child(2n){
		margin: 2% 0% 2% 0%;
	}
	.submer .change-one .pro-three .pro-right .show-text{
		width:90%;
		margin:1% auto;
		padding:5%;
	}
	.submer .change-one .pro-three .show-text .text-con{
		margin: 5% 0%;
	}
	.submer .change-one .pro-three .pro-right .show-img{
		width:60%;
		margin:1% auto;
		padding:0% 20% 5%;
	}
	.submer .change-two .pro-three .pro-detail{
		display: block;
	}
	.submer .change-two .pro-three .pro-detail .detail-con{
		display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin:1% auto;
	}
	.submer .change-four{
		padding-top:1%;
	}
	.submer .change-four .pro-one{
		align-items: flex-end;
	}
	.submer .change-four .pro-one .pro-left{
		width: 100%;
    margin: 2% auto;
	}
	.submer .change-four .pro-one .pro-right{
		width: 100%;
    margin: 2% auto;
	}
	.submer .change-four .pro-one .pro-left .show-top .pro-img{
		width: auto;
    padding: 0% 2%;
	}
	.submer .change-four .pro-one .pro-right .show-bottom{
		width: auto;
		padding: 5% 20% 10%;
	}
	.submer .change-four .pro-two{
		flex-wrap: wrap;
	}
	.submer .change-four .pro-two .pro-left{
		width: auto;
		padding: 0% 20% 2%;
		margin:1% auto;
	}
	.submer .change-four .pro-two .pro-right{
		width: 100%;
	}
	.submer .change-four .pro-two .pro-right .pro-show{
		width: 100%;
	}
	.submer .change-four .pro-two .pro-right .pro-show .pro-img{
		flex-wrap: wrap;
	}
	.submer .change-four .pro-two .pro-right .pro-show .pro-img .img{
		width:48%;
		padding:1%;
	}
	.class .land-pro{
		width: 95%;
		margin: 2% auto;
		padding: 5% 0% 3%;
	}
	.class .class-detail1 .land-pro{
		padding: 5% 0% 3%;
	}
	.class .class-detail1 .detail-two{
		padding: 1% 0% 4%;
	}
	.class .land-pro .land-text .text-title h1{
		font-size: 1.2rem;
		letter-spacing: 0px;
	}
	.class .class-detail1 .land-pro .pro-text h1{
		font-size: 1rem;
	}
	.class .class-detail1 .land-pro .detail-img .pro-show{
		margin: 0% 3%;
	}
	.class .pro-detail .detail-two .detail-img{
		width:100%;
	}
	.class .class-related{
		width: 100%;
	}
	.class .class-apply{
		width: 100%;
	}
	.class .class-detail2 .land-pro .land-text .text-title h1{
		margin-bottom: 5%;
	}
	.class .class-detail2 .detail-one .detail-img{
		flex-wrap: wrap;
	}
	.class .class-detail2 .detail-one .detail-img .pro-show:nth-child(1){
		padding:0% 5%;
		margin:1% auto 3%;
		background-color: #f8f8f8;
	}
	.class .class-detail3{
		padding-top: 3%;
	}
	.class .class-detail3 .detail-one .land-text .text-title h1{
		font-size: 1.2rem;
		text-align: center;
	}
	.class .class-detail3 .detail-two .detail-img .img:nth-child(1){
		width:80%;
		margin:1% auto 2%;
	}
	.class .class-detail4 .land-pro .detail-img .pro-show{
		margin: 0% 3%;
	}
	.class .class-detail4 .detail-one .land-text .text-title h1{
		font-size: 1.2rem;
		margin: 4% 0% 3%;
	}
	.class .class-same .same-con{
		flex-wrap: wrap;
	}
	.class .class-same .con-one .pro-left{
		width: 50%;
    padding: 0% 25% 5%;
		margin:0% auto 5%;
	}
	.class .class-same .con-one .pro-right{
		width:100%;
		margin:2% auto;
	}
	.class .class-same .same-two .con-one .pro-left .pro-text{
		margin:0%;
	}
	.class .class-same .same-con .detail-img{
		margin:3% auto;
	}
	.class .class-same .same-con .detail-img:nth-child(1){
		margin:0%;
	}
	.class .class-detail2{
		background-size: auto 20%;
	}
	.class .class-detail5{
		background-size: auto 10%;
	}
	.class .class-detail5 .detail-one .detail-pro .show-pro{
		width:90%;
		padding: 0% 5% 5% !important;
    margin: 1% auto 3% !important;
    background-color: #f8f8f8;
	}
	.class .class-detail5 .detail-one .detail-pro .show-one{
		width:100%;
		margin:2% auto;
	}
	.class .class-detail5 .detail-one .detail-img .show-img:nth-child(1){
		margin-right: 0%;
		margin-bottom:5%;
	}
	.class .class-detail5 .detail-one .show-three .show-img:nth-child(2){
		width: 60%;
    margin: 0% auto;
	}
	.class .class-detail3{
		background-size: auto 10%;
	}
	.class .class-detail3 .detail-one .detail-pro{
		flex-wrap: wrap;
	}
	.class .class-detail3 .detail-one .detail-pro .pro-show{
		width:90%;
		padding: 0% 5%;
		margin: 3% auto;
	}
	.class .class-detail3 .detail-one .detail-pro .pro-show:nth-child(1){
		margin: 3% auto;
	}
	
	.about2 .same-screen .con-img .img{
		width: 35px;
	}
	.about2 .con-text .text-h h1{
		font-size: 1.8rem;
	}
	.about2 .con-text .text-p{
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
	.about2 .all-about{
		width: 90%;
		margin: 5% auto;
	}
	.about2 .about-profile .all-profile{
		flex-wrap: wrap;
	}
	.about2 .about-history .all-history .title-h h1{
		font-size: 1.6rem;
	}
	.about2 .about-profile .all-profile .profile-left{
		width:100%;
		margin:0% auto;
		max-width: 609px;
	}
	.about2 .about-profile .all-profile .profile-right{
		width:100%;
		margin:5% auto 0%;
		max-width: 800px;
	}
	.about2 .about-profile .all-profile .profile-right .con-text .text-p{
		margin: 2% 0% 4%;
	}
	.about2 .about-profile .all-profile .con-text .text-btn{
		display: none;
	}
	.about2 .about-history{
		padding: 5% 0% 6%;
		background-size: auto 100%;
	}
	.about2 .about-history .all-history{
		width: 90%;
	}
	.about2 .about-history .all-history .history-title{
		margin-bottom: 4%;
	}
	.about2 .about-history .all-history .line{
		display: none;
	}
	.about2 .about-history .all-history .slide-one .slide-con .con-text .text-h h1{
		font-size: 1.2rem;
		margin: 10% 0% 8%;
	}
	.about2 .about-history .all-history .slide-con .con-text .text-h h1{
		font-size: 1.2rem;
		margin: 10% 0% 4%;
	}
	.about2 .about-history .all-history .slide-con .con-img{
		width:60px;
		margin: 12% auto 0%;
	}
	.about2 .about-work:before{
		height: 100%;
	}
	.about2 .about-work .all-work{
		width: 90%;
		margin: 0% auto;
	}
	.about2 .about-work .work-top{
		flex-wrap: wrap;
	}
	.about2 .about-work .work-top .work-left{
		width: 100%;
		margin: 5% auto;
		max-width: 896px;
	}
	.about2 .about-work .work-top .work-right{
		width: 100%;
		margin:0% auto 5%;
	}
	.about2 .about-work .work-top .work-right .work-con{
		position: relative;
    content: unset;
    top: unset;
    left: unset;
    margin-bottom: 4%;
	}
	.about2 .about-work .work-top .work-right .work-con .text-p{
		width:100%;
		margin-top:2%;
		line-height: 1.6rem;
	}
	.about2 .about-work .work-top .work-right .work-adv{
		width:100%;
		flex-wrap: wrap;
		margin: 0% auto;
	}
	.about2 .about-work .work-top .work-right .adv-con{
		width:46%;
		padding:2% 1%;
		margin:1%;
    border-right:unset;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-img .img{
		width: 88px;
	}
	.about2 .about-work .work-top .work-right .adv-con .adv-text h2{
		font-size: 1.1rem;
		margin: 8% 0% 5%;
	}
	.about2 .about-work .work-bottom{
		width: 100%;
    margin: 1% auto;
	}
	.about2 .same-room .all-room{
		flex-wrap: wrap;
	}
	.about2 .about-exhibi .all-about{
		margin: 2% auto;
	}
	.about2 .about-exhibi .exhibi-top{
		flex-wrap: wrap;
	}
	.about2 .about-exhibi .exhibi-top .exhibi-img{
		width: calc(98% / 2);
    margin: 2% 2% 0% 0%;
    box-shadow: 0px 0px 3px rgb(0,0,0,0.2);
	}
	.about2 .about-exhibi .exhibi-top .exhibi-img:nth-child(2n){
		margin: 2% 0% 0% 0%;
	}
	.about2 .about-exhibi .exhibi-text .text-p{
		width:100%;
	}
	.about2 .about-exhibi .exhibi-text .text-logo{
		display: none;
	}
	.about2 .about-certifi .all-certifi{
		width: 95%;
		margin:5% auto;
	}
	.about2 .about-certifi .all-certifi .certifi-title h1{
		font-size: 2rem;
	}
	.about2 .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:200px;
	}
	.cataloge .cata-down{
		width:90%;
		margin: 5% auto 8%;
		flex-wrap: wrap;
	}
	.cataloge .cata-down .down-con{
		width:100%;
		padding:2% 1.5%;
		margin:2% 1.5%;
		box-shadow: 0px 0px 5px rgb(33,33,33,0.2);
	}
	.cataloge .cata-down .down-con:nth-child(2){
		margin:2% 1.5%;
	}
	.cataloge .cata-down .con-img{
		width:100%;
	}
	.cataloge .cata-down .con-text h1{
		font-size: 1.1rem;
	}
	.show-form .download{
		width: 75%;
		padding: 4% 7% 2%;
	}
	.form .layui-btn{
		margin-top: 1rem;
		padding: 0px 30px;
	}
	.contact .contact-con .all-contact{
		width: 90%;
		margin: 7% auto;
	}
	.contact .contact-con .all-contact .contact-top .contact-form{
		width: 85%;
    padding:5% 7.5%;
	}
	.contact .contact-con .all-contact .contact-top .contact-map{
		position: relative;
		content: unset;
    top: unset;
    right: unset;
    width:100%;
    height: 300px;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-h h1{
		font-size: 2rem;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form-title .title-p{
		font-size: 0.9rem;
		padding: 0px;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .form{
		margin-top: 6%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-input{
		height:35px;
		line-height:35px;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item:nth-child(1){
		width:100%;
		margin-right:0%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item:nth-child(2){
		width:100%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item:nth-child(3){
		width:100%;
		margin-right:0%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-form-item:nth-child(4){
		width:100%;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-textarea{
		height: 100px;
	}
	.contact .contact-con .all-contact .contact-top .contact-form .layui-btn{
		margin-top: 1rem;
	}
	.contact .contact-con .all-contact .contact-bottom{
		flex-wrap: wrap;
		padding:5% 6%;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg{
		width: 100%;
		display: block;
		margin:1px auto;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con .con-p{
		margin-top: 2%;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg .msg-detail .msg-con p br{
		display: none;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg:nth-child(2){
		border:unset;
	}
	.contact .contact-con .all-contact .contact-bottom .contact-msg:nth-child(2) .msg-detail:nth-child(2){
		margin-top: 2%;
	}
	.contact .footer .foot-nav{
		width: 95%;
		padding: 2% 0%;
	}
	.contact .footer .foot-nav .foot-item{
		justify-content: center;
		flex-wrap: wrap;
	}
	.contact .footer .foot-nav .foot-item .foot-logo{
		display: none;
	}
	.contact .footer .foot-nav .foot-item .item-link{
		margin:0.7% 3%;
	}
	.contact .footer .foot-nav .foot-item .item-link h1{
		font-size:1rem;
	}
	.home .footer-contact{
		padding-top: 7%;
	}
	.same-contact{
		padding: 5% 0%;
	}
	.footer-contact .all-contact{
		width: 90%;
	}
	.footer .foot-nav{
		width: 90%;
	}
	.footer .foot-nav .foot-logo{
		padding:4% 0%;
	}
	.footer .foot-nav .all-nav{
		flex-wrap: wrap;
		padding: 2% 0%;
	}
	.footer .foot-nav .all-nav .nav-one{
		width: 100%;
		margin: 1% auto 5%;
	}
	.footer .foot-nav .all-nav .nav-one .foot-item{
		display:flex;
		display:-webkit-flex;
		flex-wrap: wrap;
	}
	.footer .foot-nav .all-nav .nav-one .foot-item .item-link{
		margin:0.3rem 0.5rem;
	}
	.footer .foot-nav .all-nav .nav-con .item-link h1{
		font-size: 1rem;
	}
	.footer .foot-nav .all-nav .nav-two{
		width:100%;
    margin:0% auto 3%;
	}
	.duiqi{text-align:center;}
	.duiqi2{float:left;}
	.footer .foot-nav .all-nav .nav-three{
		width:100%;
    margin:0% auto;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .img{
		width: 13px;
		margin:2px 7px 0px 0px;
  }
  .footer .foot-nav .all-nav .nav-con .msg-con .con{
  	width:calc(100% - 20px);
  }
	.footer .foot-nav .all-nav .nav-con .msg-con .con p{
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con p br{
		display: none;
	}
	.footer .foot-nav .all-nav .nav-con .msg-con .con h1{
		font-size: 0.95rem;
		margin-bottom:0.5rem;
	}
	.footer .foot-bottom{
		padding: 5px 2px;
	}
	.footer .foot-bottom p{
		font-size: 0.8rem;
		letter-spacing: 0.1px;
	}
}
.dede_pages{

  text-align: center;
width:300px;
margin:0 auto;
}
.dede_pages ul{
	float:left;
	
	line-height:40px;
	
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	font-size: 22px;
	line-height:40px;
	margin-right:6px;
	border:1px solid #ddd;
}
.dede_pages ul li a{
	float:left;
	padding:0px 13px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	padding:0px 13px;
	  border-color: #393939;
  background: #393939;
}

.dede_pages ul li.active,
.dede_pages ul li.active a,.pagebox ul li.active a:hover{
	background-color:#393939;
	padding:0px 13px;
	font-size: 22px;
	color:#ffffff;
}
.dede_pages .pageinfo{
	line-height:40px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

.clear{clear:both;}
.iframe_style{
border: medium none;
}
.parat-img{margin:0 auto;max-width:1240px;min-width:340px;} 
.parat-img p{display:block; text-align:left;}
/* .parat-img table{margin:0 auto;} */